.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 2
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px
}

.fancybox-opened {
  z-index: 3
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
  position: relative
}

.fancybox-inner {
  overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch
}

.fancybox-error {
  color: #444;
  font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
  background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 6
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px
}

.fancybox-close, .fancybox-nav {
  position: absolute;
  cursor: pointer;
  z-index: 4
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: transparent url(blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fancybox-prev {
  left: 0
}

.fancybox-next {
  right: 0
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 4;
  visibility: hidden
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px
}

.fancybox-nav:hover span {
  visibility: visible
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important
}

.fancybox-lock {
  overflow: visible !important;
  width: auto
}

.fancybox-lock body {
  overflow: hidden !important
}

.fancybox-lock-test {
  overflow-y: hidden !important
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1;
  background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 5
}

.fancybox-opened .fancybox-title {
  visibility: visible
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 5;
  text-align: center
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, .8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}

.fancybox-title-inside-wrap {
  padding-top: 10px
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px
  }

  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px
  }
}

.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 a {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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 a {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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: a;
  animation-name: a;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes b {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

@keyframes b {
  0%, 50%, to {
    opacity: 1
  }

  25%, 75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: b;
  animation-name: b
}

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

@-webkit-keyframes d {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes d {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: d;
  animation-name: d
}

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

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

@-webkit-keyframes g {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes g {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: g;
  animation-name: g
}

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

@-webkit-keyframes i {
  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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes i {
  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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: i;
  animation-name: i;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes j {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes j {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-name: j;
  animation-name: j
}

@-webkit-keyframes k {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    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 k {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    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: k;
  animation-name: k
}

@-webkit-keyframes l {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    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 l {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    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: l;
  animation-name: l
}

@-webkit-keyframes m {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    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 m {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    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: m;
  animation-name: m
}

@-webkit-keyframes n {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    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 n {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    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: n;
  animation-name: n
}

@-webkit-keyframes o {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes o {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: o;
  animation-name: o
}

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

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

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

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

@-webkit-keyframes t {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes t {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: t;
  animation-name: t
}

@-webkit-keyframes u {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes u {
  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: u;
  animation-name: u
}

@-webkit-keyframes v {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes v {
  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: v;
  animation-name: v
}

@-webkit-keyframes w {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes w {
  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: w;
  animation-name: w
}

@-webkit-keyframes x {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes x {
  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: x;
  animation-name: x
}

@-webkit-keyframes y {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes y {
  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: y;
  animation-name: y
}

@-webkit-keyframes z {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes z {
  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: z;
  animation-name: z
}

@-webkit-keyframes A {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes A {
  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: A;
  animation-name: A
}

@-webkit-keyframes B {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes B {
  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: B;
  animation-name: B
}

@-webkit-keyframes C {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes C {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: C;
  animation-name: C
}

@-webkit-keyframes D {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes D {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: D;
  animation-name: D
}

@-webkit-keyframes E {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes E {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: E;
  animation-name: E
}

@-webkit-keyframes F {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes F {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: F;
  animation-name: F
}

@-webkit-keyframes G {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes G {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: G;
  animation-name: G
}

@-webkit-keyframes H {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes H {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: H;
  animation-name: H
}

@-webkit-keyframes I {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes I {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: I;
  animation-name: I
}

@-webkit-keyframes J {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes J {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: J;
  animation-name: J
}

@-webkit-keyframes K {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes K {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: K;
  animation-name: K
}

@-webkit-keyframes L {
  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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes L {
  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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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: L;
  animation-name: L
}

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

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

@-webkit-keyframes O {
  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 O {
  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: O;
  animation-name: O;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

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

@-webkit-keyframes Q {
  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 Q {
  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: Q;
  animation-name: Q;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes R {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes R {
  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: R;
  animation-name: R;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes S {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes S {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: S;
  animation-name: S
}

@-webkit-keyframes T {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes T {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: T;
  animation-name: T
}

@-webkit-keyframes U {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes U {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: U;
  animation-name: U
}

@-webkit-keyframes V {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes V {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: V;
  animation-name: V
}

@-webkit-keyframes W {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes W {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: W;
  animation-name: W
}

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

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

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

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

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

@-webkit-keyframes cb {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  0%, 20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    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 cb {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left
  }

  0%, 20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    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: cb;
  animation-name: cb
}

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

@-webkit-keyframes eb {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes eb {
  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: eb;
  animation-name: eb
}

@-webkit-keyframes fb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes fb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: fb;
  animation-name: fb
}

@-webkit-keyframes gb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes gb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: gb;
  animation-name: gb
}

@-webkit-keyframes hb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes hb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: hb;
  animation-name: hb
}

@-webkit-keyframes ib {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes ib {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: ib;
  animation-name: ib
}

@-webkit-keyframes jb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes jb {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: jb;
  animation-name: jb
}

@-webkit-keyframes kb {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%, to {
    opacity: 0
  }
}

@keyframes kb {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%, to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: kb;
  animation-name: kb
}

@-webkit-keyframes lb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes lb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: lb;
  animation-name: lb
}

@-webkit-keyframes mb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes mb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: mb;
  animation-name: mb
}

@-webkit-keyframes nb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes nb {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: nb;
  animation-name: nb
}

@-webkit-keyframes ob {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes ob {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: ob;
  animation-name: ob
}

@-webkit-keyframes pb {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes pb {
  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: pb;
  animation-name: pb
}

@-webkit-keyframes qb {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes qb {
  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: qb;
  animation-name: qb
}

@-webkit-keyframes rb {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rb {
  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: rb;
  animation-name: rb
}

@-webkit-keyframes sb {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes sb {
  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: sb;
  animation-name: sb
}

@-webkit-keyframes tb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes tb {
  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: tb;
  animation-name: tb
}

@-webkit-keyframes ub {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes ub {
  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: ub;
  animation-name: ub
}

@-webkit-keyframes vb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes vb {
  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: vb;
  animation-name: vb
}

@-webkit-keyframes wb {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes wb {
  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: wb;
  animation-name: wb
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

.hidden {
  display: none !important
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

@media print {
  *, :after, :before {
    background: transparent !important;
    color: #000 !important;
    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) ")"
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }

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

  thead {
    display: table-header-group
  }

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

  img {
    max-width: 100% !important
  }

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

  h2, h3 {
    page-break-after: avoid
  }
}

body, html {
  height: 100%
}

.floatleft {
  float: left
}

.floatright {
  float: right
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px
}

.aligncenter {
  display: block;
  margin: 0 auto 15px
}

a:focus {
  outline: 0 solid
}

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

.fix {
  overflow: hidden
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 15px
}

a {
  transition: all .3s ease 0s;
  color: #777
}

a, a:hover {
  text-decoration: none
}

a:hover {
  color: #ec4445
}

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

.np {
  padding: 0
}

.npl {
  padding-left: 0
}

.npr {
  padding-right: 0
}

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

body {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif
}

.logo a {
  display: block;
  padding: 10px 0;
  width: 300px
}

.cart-and-search {
  margin-top: 11px
}

.header-search {
  float: right;
  height: 80px;
  line-height: 10px;
  margin-left: 15px;
  margin-right: -5px;
  margin-top: 5px;
  transition: all .2s linear 0s
}

span.search-button {
  position: absolute
}

span.search-button i {
  color: #000;
  margin-right: 5px
}

.header-search input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #444;
  cursor: pointer;
  font-size: 14px;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0 11px;
  position: relative;
  transition: all .2s linear 0s;
  width: 23px;
  z-index: 1
}

.header-search input:focus {
  cursor: text;
  padding-left: 20px;
  width: 150px
}

.cart {
  float: right;
  margin-right: 0;
  margin-top: 36px;
  position: relative;
  width: 30px
}

.cart a {
  color: #000
}

.header-ad-to-cart {
  background: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15);
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 320%;
  transition: all .3s ease 0s;
  width: 350px;
  z-index: 99;
  visibility: hidden
}

.cart:hover .header-ad-to-cart {
  opacity: 1;
  top: 277%;
  visibility: visible
}

.cart-head {
  background: #f2f2f2 none repeat scroll 0 0;
  overflow: hidden;
  padding: 25px 15px
}

.cart-footer .name, .cart-head .name, .pro-name .name {
  float: left;
  width: 50%
}

.cart-footer .qty, .cart-head .qty, .pro-name .qty {
  float: left;
  width: 15%
}

.cart-footer .price, .cart-head .price, .pro-name .price {
  float: left;
  width: 35%
}

.cart-head .name>h5, .cart-head .price>h5, .cart-head .qty>h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.cart-head .price>h5 {
  margin-left: 20px
}

.cart-body .name a {
  font-size: 13px;
  line-height: 16px
}

.cart-body .qty>input {
  margin-top: 13px;
  text-align: center;
  width: 95%
}

.cart-body .price>h5 {
  font-size: 13px;
  font-weight: 700;
  margin-left: 20px;
  margin-top: 20px
}

.cart-body .price>h5 i {
  margin-left: 27px
}

.pro-name {
  overflow: hidden;
  padding: 13px 15px
}

.pro-name:hover {
  background: #f7f7f7
}

.cart-footer {
  background: #f2f2f2 none repeat scroll 0 0;
  overflow: hidden;
  padding: 18px 10px
}

.cart-footer .name>a {
  background: #1B75BC none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  padding: 6px 12px;
  text-transform: uppercase
}

.cart-footer .qty>h5 {
  color: #999;
  margin-left: 2px;
  text-transform: uppercase
}

.cart-footer .price>h5, .cart-footer .qty>h5 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 3px
}

.cart-footer .price>h5 {
  margin-left: 20px
}

.side-menu-icon {
  float: right;
  left: 10px;
  top: 25px;
  z-index: 1
}

.cart-and-search, .sb-open-left>a, .side-menu-icon {
  position: relative
}

.sb-open-left>a {
  color: #0079c2;
  font-size: 20px;
  left: 15px
}

.sidr .side-search .header-search {
  background: #1B75BC;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 94px
}

.sidr .side-search .header-search span.search-button {
  position: absolute;
  top: 7px;
  left: 25px
}

.sidr .side-search .header-search span.search-button i {
  color: #fff
}

.sidr .side-search .header-search input {
  width: 100%;
  margin-top: 26px;
  height: 40px;
  padding-left: 35px;
  color: #fff;
  border-bottom: 1px solid#fff;
  background: transparent
}

.sidr .side-search .header-search input:focus {
  width: 100%
}

.side-menu {
  display: block;
  clear: both;
  background-color: #1B75BC
}

.side-menu ul li {
  border-top: transparent;
  border-bottom: transparent
}

.side-menu ul li a {
  padding-left: 30px
}

.side-menu ul li ul li {
  line-height: 35px;
  font-size: 13px
}

.side-menu ul li ul li:hover {
  border: none;
  line-height: 35px
}

.side-menu ul li ul li a span {
  padding: 0;
  margin-top: -17px
}

.side-menu ul li ul li ul li a {
  padding-left: 50px
}

.slider {
  font-family: Raleway, sans-serif;
  position: relative;
}
.slider .slider-bottom{
  position: absolute;
    bottom: 6%;
    right: 8%;
    color: #fff;
    z-index: 99;
    font-size: 60px;
}
.slider .slider-bottom strong{
  color: #1B75BC;
}

.fullwidthbanner1 .tp-leftarrow.default, .fullwidthbanner1 .tp-rightarrow.default {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 100
}

.fullwidthbanner1 .tp-rightarrow.default:after {
  content: "\f105" !important;
  left: 17px !important
}

.fullwidthbanner1 .tp-leftarrow.default:after, .fullwidthbanner1 .tp-rightarrow.default:after {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 43px;
  left: 27%;
  position: absolute
}

.readon:before {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 100%;
  position: absolute;
  right: -13px;
  top: 0;
  transform: skewX(25deg);
  width: 55px
}

.readon:after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.readon.border {
  background-color: transparent;
  color: #444;
  border: 2px solid #1B75BC
}

.readon.large {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 5px;
  min-width: 80px;
  padding: 15px 65px 15px 20px !important;
  text-transform: uppercase
}

.readon.white {
  color: #fff
}

.readon {
  border: 2px solid #1B75BC;
  display: inline-block;
  overflow: hidden;
  padding: 8px 55px 8px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.readon, .readon.white:hover {
  background: #1B75BC none repeat scroll 0 0;
  color: #fff
}

.main-menu {
  background-color: #1B75BC;
  min-height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
  text-align: center
}

.menu ul li {
  display: inline;
  position: relative;
  padding: 18px
}

.menu ul li:first-child:after {
  display: none
}

.menu ul li:after {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 95%;
  left: 0;
  position: absolute;
  bottom: 0;
  transform: skew(-25deg);
  width: 1px
}

.menu ul li a {
  background: transparent none repeat scroll 0 0;
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 55px;
  line-height: 55px;
  padding: 0 22px;
  text-decoration: none
}

.menu ul li a:hover {
  border-bottom: 2px solid #e46045
}

.menu ul li:hover .mega-menu {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.mega-menu {
  background: #1B75BC none repeat scroll 0 0;
  position: absolute;
  top: 120%;
  left: 0;
  width: 520px;
  z-index: 202 !important;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s
}

.mega-menu ul li {
  border-right: 1px solid #333;
  float: left;
  padding: 0 25px;
  text-align: left;
  width: 260px
}

.mega-menu ul li a {
  border-bottom: 1px solid #333;
  color: #d5d5d5;
  display: block !important;
  height: 60px;
  line-height: 1;
  padding: 15px 0 !important
}

.mega-menu ul li:nth-child(1n+7) a {
  border-bottom: 0 solid #333
}

.mega-menu ul li a:hover, .mega-menu ul li a:hover div {
  color: #fff
}

.mega-menu ul li a div {
  color: #d5d5d5;
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 500
}

.menu ul li:hover .one-collam-menu {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.one-collam-menu {
  position: absolute;
  top: 120%;
  left: 0;
  visibility: hidden;
  transition: all .3s ease 0s
}

.one-collam-menu .mega-menu {
  width: 260px
}

.one-collam-menu .mega-menu ul li {
  line-height: 26px !important
}

.one-collam-menu .mega-menu ul li a {
  height: 45px !important
}

.one-collam-menu .mega-menu ul li:last-child a {
  border-bottom: 0 solid #333
}

.five-collum-menu {
  background: #222 none repeat scroll 0 0;
  left: -285px;
  opacity: 0;
  padding: 25px 0;
  position: absolute;
  top: 120%;
  visibility: hidden;
  transition: all .3s ease 0s;
  width: 1125px;
  z-index: 202 !important
}

.menu ul li:hover .five-collum-menu {
  opacity: 1;
  top: 100%;
  z-index: 100;
  visibility: visible
}

.five-collum-menu .menu-colum {
  border-right: 1px solid #333;
  float: left;
  padding: 0 30px;
  text-align: left;
  width: 225px
}

.five-collum-menu .menu-colum h3 {
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
  padding-bottom: 10px
}

.five-collum-menu .menu-colum h3 a {
  color: #d5d5d5;
  font-weight: 700;
  padding: 5px 0;
  text-transform: capitalize;
  display: block
}

.five-collum-menu .menu-colum a {
  color: #1B75BC;
  display: block;
  height: 25px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: capitalize
}

.pages-mega-menu .menu-colum {
  width: 25%
}

.shop-mega-menu {
  left: -681px
}

.shop-mega-menu .menu-colum {
  width: 281px !important
}

.shop-mega-menu .menu-colum h3 a {
  text-transform: uppercase !important
}

.shop-mega-menu .menu-colum h3 a:hover {
  color: #fff
}

.shop-mega-menu .menu-colum h3 a span {
  background: #f14b51;
  border-radius: 2px;
  float: right;
  font-size: 10px;
  padding: 0 6px;
  text-transform: uppercase
}

.shop-mega-menu .menu-colum h3 a span.orange {
  background: #f39c12
}

.shop-mega-menu .menu-colum a span {
  background: #f14b51;
  border-radius: 2px;
  float: right;
  font-size: 10px;
  padding: 0 6px;
  text-transform: uppercase
}

.shop-mega-menu .menu-colum a span.lime {
  background: #8dd538;
  color: #fff
}

.pages-mega-menu {
  left: -630%
}

.pages-mega-menu .menu-colum a {
  border-bottom: 1px solid #333;
  color: #d5d5d5;
  height: 25px;
  line-height: 0;
  padding: 21px 0;
  transition: all .3s ease 0s
}

.pages-mega-menu .menu-colum:nth-child(1) :nth-child(5), .pages-mega-menu .menu-colum:nth-child(2) :nth-child(5), .pages-mega-menu .menu-colum:nth-child(3) :nth-child(5), .pages-mega-menu .menu-colum:nth-child(4) :nth-child(5), .pages-mega-menu .menu-colum:nth-child(5) :nth-child(5) {
  border-bottom: 0 solid #333
}

.pages-mega-menu .menu-colum a:hover {
  color: #fff
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0
}

.features-area {
  padding-bottom: 98px;
  padding-top: 90px
}

.featuer-top h1 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 47px
}

.featuer-top h1, .featuer-top h2 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif
}

.featuer-top h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 22px
}

.featuer-top p {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  margin: 0 auto 20px;
  width: 50%;
  line-height: 20px
}

.feature-box-area {
  margin-top: 70px
}

.feature-box {
  margin-top: 45px
}

.feature-box:hover {
  opacity: .7
}

.feature-box i {
  background: transparent none repeat scroll 0 0;
  border: 1px dashed #1B75BC;
  border-radius: 100px;
  clear: both;
  color: #1B75BC;
  display: block;
  font-size: 32px;
  height: 115px;
  margin: 0 auto 30px;
  padding: 40px;
  width: 115px
}

.feature-box h3 {
  color: #1B75BC;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px
}

.feature-box p {
  color: #1B75BC;
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 20px
}

.feature-box a {
  position: relative
}

.feature-box a.readon:before {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 100%;
  position: absolute;
  right: -13px;
  top: 0;
  transform: skewX(25deg);
  width: 55px
}

.feature-box a.readon:after {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.feature-box a.readon.border {
  background-color: transparent;
  color: #444
}

.feature-box a.readon.small {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px;
  min-width: 80px;
  padding: 8px 50px 8px 12px;
  text-transform: uppercase
}

.feature-box a.readon.border:hover {
  background-color: #0094d7;
  color: #fff
}

.feature-box a.readon {
  background: #1B75BC none repeat scroll 0 0;
  border: 2px solid #1B75BC;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 8px 55px 8px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.design-shop-area {
  background: none;
  position: relative
}

.design-shop-inner {
  padding: 125px 0
}

.design-shop-right-img {
  position: absolute;
  right: 210px;
  top: 50px
}

.shop-design-text {
  position: absolute;
  top: 195px
}
.shop-design-text.relative{
  position: relative;
  top: auto;
}
.shop-design-text.relative h1{
  color: #1B75BC;
  font-weight: 300;
}
.about-intensy-text{
  padding-top: 20px;
}
.about-intensy-text h4{
  font-size: 28px;
  color: #1B75BC;
}

.shop-design-text h1 {
  color: #fff;
  font-size: 35px
}

.shop-design-text h1, .shop-design-text h2 {
  font-weight: 700;
  font-family: Avenir Next, sans-serif
}

.shop-design-text h2 {
  color: #0094d7;
  font-size: 55px;
  text-shadow: none !important
}

.shop-design-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  width: 60%;
  font-family: Avenir Next, sans-serif;
  line-height: 30px
}

.shop-design-text .feature-box a.readon.border {
  background-color: #0094d7 !important;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 17px 55px 15px 10px
}

.count-area {
  background: #006fb2;
  padding: 60px 0
}

.count-box h2 {
  color: #fff
}

.count-box h2, .count-box h2.black {
  font-family: Avenir Next, sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px
}

.count-box h2.black {
  color: #000
}

.count-box a {
  color: #fff;
  text-decoration: underline
}

.count-box p {
  color: #fff;
  font-size: 18px
}

.count-box p.black {
  color: #000;
  font-size: 18px
}

.team-member-area {
  padding-bottom: 90px;
  padding-top: 100px
}

.area-header {
  margin-bottom: 37px
}

.area-title {
  border-left: 4px solid #1B75BC;
  margin-bottom: 20px;
  padding: 5px 0 5px 15px
}

.area-title h3 {
  color: #0079c2;
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Avenir Next, sans-serif
}

.testimonial-area3 .area-title h2 {
  color: #fff
}

.area-title h2 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px
}

.area-header p {
  color: #1B75BC;
  font-size: 14px;
  line-height: 20px
}

.single-team {
  clear: both
}

.team-box h3 {
  font-family: Avenir Next, sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-top: 20px;
  color: #444;
  margin-bottom: 3px;
  text-transform: uppercase
}

.team-box h5 {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
  opacity: .5;
  text-transform: uppercase
}

.team-description {
  padding-left: 20px;
  padding-right: 20px
}

.team-description p {
  border-top: 1px solid #000;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px
}

.team-sociul p a i {
  font-size: 16px;
  padding: 15px;
  color: #333;
  transition: .3s
}

.team-box:hover h3, .team-sociul p a i:hover {
  color: #ff4e42
}

.team-box:hover .team-description p {
  border-top: 1px solid #ff4e42
}

.portfolio-area {
  background: #f7f7f7;
  padding-top: 100px
}

.portfolio-gallery-area {
  width: 100%
}

.portfolio-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 0
}

.portfolio-item:before {
  background-color: #1B75BC;
  position: absolute;
  content: "";
  height: 220%;
  left: -100%;
  top: -50%;
  transform: rotate(25deg);
  transform-origin: center top 0;
  transition: left .5s ease 0s;
  width: 80%;
  z-index: 1
}

.portfolio-item:hover:before {
  left: 5%
}

.portfolio-item:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, .7);
  bottom: -1000%;
  height: 175%;
  left: 53%;
  transform: rotate(-33deg);
  transform-origin: center bottom 0;
  transition: bottom .8s ease 0s;
  width: 55%
}

.portfolio-item:hover:after {
  bottom: -70%
}

.portfolio-title {
  position: absolute;
  top: -85px;
  left: 20px;
  z-index: 5;
  color: #fff;
  opacity: 0;
  transition: all 1.1s ease 0s
}

.portfolio-title h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 12px;
  font-weight: 400
}

.portfolio-title h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 400
}

.portfolio-link {
  position: absolute;
  bottom: -50px;
  left: 20px;
  z-index: 6;
  opacity: 0;
  transition: all 1.1s ease 0s
}

.portfolio-item:hover .portfolio-title {
  top: 20px;
  opacity: 1
}

.portfolio-item:hover .portfolio-link {
  bottom: 0;
  opacity: 1;
  bottom: -10px
}

.portfolio-link p {
  width: 100% !important
}

.portfolio-link p a {
  width: 35px;
  height: 35px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 5px;
  border-radius: 100%;
  padding-top: 7px;
  color: #333;
  font-size: 17px
}

.portfolio-link p a i {
  padding-top: 3px
}

.portfolio-link p a.link {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  margin-right: 10px;
  margin-top: 36px
}

.portfolio-link p a.search {
  color: #1B75BC;
  background: #fff
}

.portfolio-item-one .portfolio-item {
  height: 705px
}

.portfolio-item-two .portfolio-item {
  height: 345px
}

.portfolio-item-three {
  margin-bottom: 15px;
  margin-left: 15px;
  width: 96% !important
}

.portfolio-item-three .portfolio-item {
  height: 345px;
  width: 100% !important
}

.item-two-mb {
  margin-bottom: 15px;
  overflow: hidden
}

.poerfolio-three-iteam .portfolio-item.three-inner-one, .poerfolio-three-iteam .portfolio-item.three-inner-two {
  height: 345px
}

.poerfolio-three-iteam {
  margin-left: 15px;
  width: 96% !important
}

.poerfolio-three-iteam img {
  height: 345px;
  width: 100%
}

.three-inner-one img {
  margin-right: 15px
}

.three-inner-two img {
  margin-left: 15px
}

.portfolio-item.three-inner-one {
  margin-right: 15px !important;
  width: 95% !important
}

.optimize-area {
  background: #f5f5f5 url(img/bg/14.png) repeat scroll 0 0;
  color: #666;
  padding-top: 102px
}

.su-list ul {
  margin-bottom: 45px;
  margin-top: 43px
}

.su-list ul li {
  display: block !important;
  line-height: 1.3em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 4px 0 4px 2em !important;
  position: relative
}

.su-list ul li i {
  color: #1B75BC;
  height: 1.3em;
  left: 0;
  line-height: 1.3em;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 1.3em
}

.optimize-area .feature-box a.readon.small {
  background-color: #1B75BC !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 55px 15px 20px
}

.optimize-area .feature-box a.readon.border {
  background: #1B75BC;
  color: #fff
}

.optimizer-image img.mobile-two {
  left: 0;
  position: absolute;
  top: 0
}

.blog-area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-top: 102px
}

.blog-one {
  height: 750px
}

.blog-post-area .blog-one {
  height: 740px
}

.portfolio-item.blog-one img {
  background-size: cover !important;
  width: 100%;
  height: 100%
}

.blog-four {
  width: 1118px;
  margin-left: 0
}

.blog-post-area .blog-four {
  margin-left: 0;
  width: 100%
}

.blog-four .portfolio-item {
  height: 370px
}

.blog-post-area {
  width: 100% !important
}

.blog-post-area h3 a {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 22px;
  text-transform: uppercase
}

.blog-post-area span {
  margin-bottom: 5px;
  display: block
}

.blog-post-area span a {
  color: #fff;
  margin-right: 15px
}

.blog-post-area span a:hover {
  color: #fff;
  text-decoration: underline
}

.blog-post-area p {
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  margin-top: 20px
}

.client-area {
  padding-top: 37px;
  padding-bottom: 33px
}

.client-logo {
  margin-bottom: 25px
}

.footer-top {
  background: #1B75BC none repeat scroll 0 0;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 10px
}

.footer-logo {
  border-right: 1px solid hsla(0, 0%, 100%, .3);
  padding-right: 20px
}

.footer-logo a img {
  width: 150px;
  margin-bottom: 25px
}

.footer-logo p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px
}

.email-newslatter h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400
}

.email-newslatter p {
  margin-top: 10px
}

.email-newslatter form {
  margin-top: 32px
}

.email-newslatter form input[type=text] {
  border-color: hsla(0, 0%, 100%, .3);
  border-style: solid;
  border-width: 1px 0 1px 1px;
  padding: 0 20px;
  text-decoration: underline;
  width: 88%
}

.email-newslatter form button[type=submit], .email-newslatter form input[type=text] {
  background: transparent none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  height: 50px
}

.email-newslatter form button[type=submit] {
  border: 1px solid hsla(0, 0%, 100%, .3);
  float: right;
  margin: 0;
  position: relative;
  text-align: left;
  transition: all .3s ease-in-out 0s;
  width: 12%;
  text-align: center
}

.email-newslatter form button[type=submit]:hover {
  background: #242424
}

.email-newslatter form button i {
  color: #ccc;
  font-size: 20px
}

.footer-copy-right {
  background-color: #1B75BC;
  padding: 40px 0
}

.copyright-text p {
  color: #fff;
  font-size: 14px
}

.copyright-text p a {
  margin-left: 5px;
  color: #ccc
}

.copyright-text p a:hover {
  color: #fff
}

.footer-menu {
  float: right
}

.footer-menu ul li {
  display: inline
}

.footer-menu ul li a {
  color: #fff;
  padding: 0 7.5px;
  font-size: 14px
}

.footer-menu ul li a:hover {
  color: #ccc
}

#scrollUp {
  bottom: -30px;
  color: #fff !important;
  display: block;
  font-size: 16px;
  height: 79px;
  line-height: 42px;
  position: absolute;
  right: -50px;
  text-align: center;
  text-decoration: none !important;
  transform: rotate(-45deg);
  transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 120px;
  z-index: 1000
}

#scrollUp, #scrollUp:hover {
  background-color: #1B75BC
}

#scrollUp i {
  display: block;
  font-size: 20px;
  padding-top: 10px;
  transform: rotate(45deg)
}

body.home-2 {
  background: #f2f2f2
}

body.home-2 .cart-and-search:before {
  right: -366px;
  width: 60%
}

body.home-2 .cart-and-search:after, body.home-2 .cart-and-search:before {
  background-color: #2ecc71;
  content: "";
  height: 119%;
  position: absolute;
  top: -11px
}

body.home-2 .cart-and-search:after {
  left: 96.7%;
  transform: translateX(-60px) skewX(-25deg);
  width: 30%
}

body.home-2 .sidr .side-search .header-search {
  background: #2ecc71;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 96px
}

body.home-2 .sidr .side-search .header-search input {
  border-bottom: 1px solid#54d98c
}

body.home-2 .side-menu-icon {
  float: right;
  left: 190px;
  position: relative;
  top: 22px;
  z-index: 1
}

body.home-2 .cart {
  margin-top: -5px;
  padding-left: 10px;
  width: 150px
}

body.home-2 .cart a {
  background-color: #fdae30;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 0;
  text-decoration: none;
  transition: all .3s ease 0s
}

body.home-2 .cart a:hover {
  background: #ff9e05
}

body.home-2 .cart a i {
  margin-left: 15px;
  margin-right: 5px
}

.call-to-acction {
  height: 69px;
  margin-top: 15px;
  width: 570px
}

.call-to {
  border-right: 1px solid #ccc;
  float: left;
  padding-left: 14px;
  width: 170px
}

body.home-2 .call-to h3 {
  color: #888;
  font-size: 13px;
  margin-bottom: 2px;
  font-family: Avenir Next, sans-serif
}

.call-to h3 i {
  padding-right: 5px
}

.call-to a {
  color: #1B75BC
}

.call-to a, .call-to span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}

.call-to span {
  color: #555
}

.call-to a:hover {
  color: #e65e44
}

body.home-2 span.search-button i {
  color: #fff;
  margin-right: 5px
}

body.home-2 .global-link-color {
  font-family: Avenir Next, sans-serif;
  color: #2ecc71;
  font-size: 55px !important;
  font-weight: 700 !important
}

body.home-2 .detailText {
  color: #fff
}

body.home-2 h1.home2-slide {
  color: #2ecc71
}

body.home-2 .readon {
  background: #2ecc71 none repeat scroll 0 0;
  border: 2px solid #2ecc71;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 12px 55px 12px 15px !important;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.work-proses {
  position: relative;
  top: -20px;
  z-index: 999
}

.back {
  position: absolute;
  top: 0
}

.front, div.card div {
  box-shadow: none;
  text-align: center
}

div.card div {
  border: medium none
}

div.card div.back {
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  width: 89%;
  z-index: 1
}

div.card div.back, div.card div.front {
  backface-visibility: hidden;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
  transition: all .4s ease 0s
}

div.card div.front {
  transform: rotateY(-180deg);
  z-index: 9
}

div.card:hover div.back {
  transform: rotateY(180deg)
}

div.card:hover div.front {
  transform: rotateY(0deg)
}

.area-title2 h2 {
  color: #444;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Avenir Next, sans-serif;
  position: relative;
  margin-bottom: 45px
}

.area-title2 h2:after {
  background: #2ecc71 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 48.5%;
  position: absolute;
  top: 49px;
  width: 32px
}

.area-title2 p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  width: 48%
}

.product-area2 {
  clear: both;
  padding-top: 65px
}

.product-box2 {
  margin-bottom: 23px
}

.product-box2-icon img {
  width: 80%
}

.product-box2:hover .product-box2-icon img {
  animation-duration: .4s;
  animation-name: a
}

.product-box2-text h3 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px
}

.product-box2-text p {
  color: #1B75BC;
  font-size: 14px;
  line-height: 20px
}

.our-work-area2 {
  background: #fff none repeat scroll 0 0;
  margin-top: 78px;
  overflow: hidden;
  padding-top: 100px
}

.our-work-gallery {
  margin-top: 50px
}

.our-work-gallery ul li {
  float: left;
  width: 25%;
  line-height: 0
}

body.home-2 .our-work-gallery ul li a .portfolio-item:after {
  display: none
}

body.home-2 .our-work-gallery ul li a .portfolio-item:before {
  background-color: #2ecc71;
  transform: rotate(15deg)
}

body.home-2 .our-work-gallery ul li a .portfolio-title h3 {
  font-family: Avenir Next, sans-serif;
  color: #fff
}

body.home-2 .our-work-gallery ul li a .portfolio-title h5 {
  font-family: Avenir Next, sans-serif;
  color: #fff;
  margin-top: -14px;
  float: right
}

body.home-2 .our-work-gallery ul li a .portfolio-title {
  color: #fff;
  left: -60%;
  position: absolute;
  top: 20px;
  transition: all 1.1s ease 0s;
  z-index: 5
}

body.home-2 .our-work-gallery ul li a .portfolio-item:hover .portfolio-title {
  left: 20%
}

.project-screenshot-area {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 17px
}

.screenshot-area {
  margin: 0 auto;
  padding: 0;
  width: 1400px;
  margin-top: 50px
}

.screenshot-image-left {
  float: left;
  width: 30%
}

.screenshot-image-center {
  float: left;
  left: -19.5px;
  margin-bottom: -276px;
  position: relative;
  top: 55px;
  width: 40%
}

.screen-image {
  max-width: 1130px
}

.screenshot-image-center img {
  max-width: 100%
}

.screenshort-carosel-area {
  max-width: 944px;
  padding: 4.3% 8.2% 18%;
  position: relative;
  width: auto !important
}

.screenshot-image-meddin {
  position: relative;
  top: -427px;
  left: 1px
}

.screenshot-image-meddin a {
  background-color: hsla(0, 0%, 100%, .31);
  border-radius: 50%;
  color: #fff;
  height: 46px;
  left: 49%;
  line-height: 46px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translateY(20px);
  transition: all .25s ease-in-out 0s;
  width: 46px;
  z-index: 1
}

.screenshot-image-meddin a:after {
  border: 2px solid hsla(0, 0%, 100%, .38);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
  visibility: hidden;
  width: 100%
}

.screenshot-image-meddin a:hover:after {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: .5s;
  visibility: visible
}

.screenshot-image-meddin .item:hover a {
  top: 45%;
  opacity: 1
}

.screenshot-image-right {
  float: right;
  width: 30%
}

.testimonial-area {
  background: transparent url(img/home2/testimonials/testimonial.jpg) repeat scroll 0 0/cover;
  padding-bottom: 80px;
  padding-top: 100px
}

.testimonial-area .area-title2 h2 {
  color: #fff
}

.single-testimonial {
  margin-top: 30px
}

.testimonial-box {
  background: #f6f6f6;
  border-bottom: 4px solid #2ecc71;
  display: inline-block;
  padding: 35px;
  color: #444;
  position: relative
}

.testimonial-box img {
  border-radius: 0;
  float: left;
  height: 100px;
  margin-right: 30px;
  width: 100px
}

.testimonial-box .quote {
  background: #2ecc71;
  bottom: -11.5px;
  display: block;
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 20px
}

.testimonial-box .quote:after {
  background: #f6f6f6;
  content: "";
  display: block;
  height: 25px;
  left: -7px;
  position: absolute;
  top: -9px;
  width: 23px
}

.testimonial-box p {
  font-size: 14px;
  line-height: 20px
}

.testimonial-details {
  font-size: 13px;
  margin-top: 20px
}

.testimonial-details h5 {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  top: 8px;
  position: relative;
  margin-bottom: 10px
}

.testimonial-details p {
  opacity: .8;
  color: #fff
}

.testimonial-details p a {
  color: #2ecc71;
  cursor: pointer;
  text-decoration: none
}

.our-team-area2 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 90px
}

.our-team-area2 .team-box img {
  filter: grayscale(100%);
  transition: all .3s ease 0s
}

.our-team-area2 .team-box h3 {
  font-family: Avenir Next, sans-serif;
  font-size: 1.4em;
  transition: all .3s ease 0s
}

.our-team-area2 .team-box .team-description p {
  border-top: 1px solid #000;
  transition: all .3s ease 0s
}

.our-team-area2 .team-box:hover img {
  filter: grayscale(0)
}

.our-team-area2 .team-box:hover h3 {
  color: #2ecc71
}

.our-team-area2 .team-box:hover .team-description p {
  border-top: 1px solid #2ecc71
}

.our-team-area2 .team-box .team-sociul a i:hover {
  color: #2ecc71
}

.our-team-area2 .single-team {
  clear: both;
  padding-top: 50px
}

body.home-2 .blog-area {
  background: #f2f2f2;
  padding-top: 100px
}

body.home-2 .blog-post-area {
  margin-top: 50px
}

body.home-2 .blog-post-area .portfolio-item:before {
  background-color: #2ecc71
}

body.home-2 .blog-post-area .portfolio-title>p {
  width: 50%;
  margin-top: 20px;
  line-height: 20px
}

body.home-2 .blog-post-area .portfolio-title {
  top: 70px
}

body.home-2 .blog-post-area .portfolio-item:hover .portfolio-title {
  opacity: 1;
  top: 55px
}

body.home-2 .client-area {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 65px;
  padding-top: 100px
}

body.home-2 .client-area .client-logo {
  margin-top: 10px
}

body.home-2 #scrollUp {
  background-color: #2ecc71;
  bottom: -30px;
  color: #fff !important;
  display: block;
  font-size: 16px;
  height: 79px;
  line-height: 42px;
  position: absolute;
  right: -50px;
  text-align: center;
  text-decoration: none !important;
  transform: rotate(-45deg);
  transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 120px;
  z-index: 1000
}

body.home-3 .tp-leftarrow, body.home-3 .tp-rightarrow {
  position: absolute !important;
  top: 90% !important
}

body.home-3 .tp-rightarrow {
  left: 4.5%
}

body.home-3 .call-to h3 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: lowercase
}

body.home-3 .call-to a {
  display: block;
  text-align: inherit
}

body.home-3 .call-to a, body.home-3 .call-to span {
  color: #333;
  font-weight: 700;
  font-size: 14px
}

body.home-3 .call-to a:hover {
  color: #ffb400
}

body.home-3 h1, body.home-3 h2, body.home-3 h3, body.home-3 h4, body.home-3 h5, body.home-3 h6 {
  font-family: Avenir Next, sans-serif
}

body.home-3 .cart-and-search:before {
  right: -366px;
  width: 60%
}

body.home-3 .cart-and-search:after, body.home-3 .cart-and-search:before {
  background-color: #ffb400;
  content: "";
  height: 119%;
  position: absolute;
  top: -11px
}

body.home-3 .cart-and-search:after {
  left: 96.7%;
  transform: translateX(-60px) skewX(-25deg);
  width: 30%
}

body.home-3 .sidr .side-search .header-search {
  background: #ffb400;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 94px
}

body.home-3 .sidr .side-search .header-search input {
  border-bottom: 1px solid#ffc333
}

body.home-3 .side-menu-icon {
  float: right;
  left: 190px;
  position: relative;
  top: 22px;
  z-index: 1
}

body.home-3 .send-mail {
  border-right: 0 solid #ccc
}

body.home-3 .largeHeadingWhite h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal
}

body.home-3 .mediumHeading h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-shadow: none !important
}

body.home-3 .detailText p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px
}

body .readon {
  background: #1B75BC none repeat scroll 0 0;
  border: 2px solid #1B75BC;
  color: #fff;
  overflow: hidden;
  padding: 8px 55px 8px 15px;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

body.home-3 .menu ul li a, body .readon {
  display: inline-block;
  position: relative
}

body.home-3 .menu ul li a:after {
  background: #ffb400 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all .5s cubic-bezier(.06, .68, .57, 1.07) 0s;
  width: 0
}

body.home-3 .menu ul li.active a:after, body.home-3 .menu ul li:hover a:after {
  width: 100%
}

body.home-3 .menu ul li .menu-colum a:after, body.home-3 .menu ul li ul li a:after {
  background: transparent
}

body.home-3 .menu ul li .menu-colum a {
  display: block;
  z-index: 999
}

.what-wo-do-area {
  background: #fff none repeat scroll 0 0;
  padding: 115px 0 120px
}

.area-title3 h2 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  margin-bottom: 44px;
  position: relative
}

.area-title3 h2:after {
  background: transparent url(../img/home3/icon/circle-line.svg) repeat scroll 0 0;
  content: "";
  height: 12px;
  left: 45%;
  position: absolute;
  top: 117%;
  width: 120px
}

.we-do-area {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 #eee;
  overflow: hidden;
  padding: 15px;
  margin-top: 37px
}

.we-do-top {
  border-bottom: 1px solid #ddd;
  overflow: hidden
}

.we-do-box {
  border-right: 1px solid #ddd;
  margin: 25px 0;
  padding: 15px
}

.we-do-last {
  border-right: 0 solid #ddd
}

.we-do-box:hover .we-do-icon i {
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-name: buzz-out;
  animation-timing-function: linear
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: scale(1)
  }

  30% {
    -webkit-transform: scale(.7)
  }

  to {
    -webkit-transform: scale(1)
  }
}

.feature-box:hover.feature-box i {
  animation-duration: .4s;
  animation-name: a
}

.we-do-icon i {
  background: transparent none repeat scroll 0 0;
  font-size: 60px;
  color: #1B75BC;
  height: 60px;
  max-width: 60px;
  padding: 20px
}

.we-do-text h3 {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 15px
}

.we-do-text a {
  color: #ffb400;
  font-size: 15px
}

.contact-area3 .area-title3 h2, .our-recent-post3 .area-title3 h2 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  margin-bottom: 44px;
  position: relative
}

.chief-cook-area {
  background: #f2f2f2
}

.cook-text {
  margin-top: 125px
}

.cook-text h5 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px
}

.cook-text h2, .cook-text h5 {
  color: #444;
  font-family: Avenir Next, sans-serif
}

.cook-text h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 55px
}

.cook-text p {
  margin-bottom: 20px
}

.cook-text img {
  width: 235px;
  margin-top: 34px
}

body.home-3 .count-area {
  background: #ffb400 none repeat scroll 0 0;
  padding-bottom: 120px;
  padding-top: 122px
}

body.home-3 .count-area .count-box i {
  color: #fff;
  font-size: 64px
}

body.home-3 .count-area .count-box h2 {
  font-family: Avenir Next, sans-serif
}

body .testimonial-area3 {
  background: transparent url(../img/home3/testimonial/testimonialbg.jpg) repeat scroll 0 0;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 15px
}

.testimonial-area3 .area-title3 h2 {
  color: #fff
}

body .testimonial-carosel {
  overflow: hidden
}

body .testimonial-box3 img {
  height: 80px;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 5px;
  transition: background .6s ease-out 0s;
  width: 80px !important
}

body .testimonial-box3 p {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 10px 0
}

body .testimonial-box3 a {
  color: #fff
}

body .testimonial-box3 a span {
  color: #fff;
  margin-right: 10px
}

.our-recent-post3 {
  overflow: hidden;
  padding-bottom: 118px;
  padding-top: 114px
}

.recent-post-box-area {
  margin: 55px auto;
  width: 1712px
}

.postImage, .recent-post-box {
  width: 50%;
  float: left
}

.postImage .recent-image {
  height: 100%;
  position: relative;
  width: 100%
}

.postImage .recent-image:after {
  background: #fff;
  right: -16px
}

.postimage-meddil .recent-image:after, .postImage .recent-image:after {
  content: "";
  height: 25px;
  position: absolute;
  top: 44%;
  transform: rotate(45deg);
  width: 25px
}

.postimage-meddil .recent-image:after {
  background: #fff none repeat scroll 0 0;
  left: -13px
}

.postImage .recent-image:hover .recent-caption {
  opacity: 1
}

.recent-caption {
  background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
  color: #fff;
  height: 100%;
  opacity: 0;
  top: 0;
  transition: all .3s ease 0s;
  width: 100%
}

.recent-caption, .recent-caption>p {
  position: absolute;
  text-align: center
}

.recent-caption>p {
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -6px
}

.postDesc {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 30px
}

.postDesc a.cbp-l-grid-blog-title {
  color: #444;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400px;
  margin-top: 17px
}

.postDesc .su-pgrid-meta span {
  font-size: 12px;
  position: relative
}

.postDesc .su-pgrid-meta .cbp-l-grid-blog-date {
  margin-right: 5px;
  padding-right: 10px
}

.su-pgrid-meta>.cbp-l-grid-blog-date:after {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px
}

.cbp-l-grid-blog-desc {
  color: #9b9b9b;
  font-family: Avenir Next, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400px;
  margin-top: 9px
}

.skill-area3 {
  background: transparent url(../img/home3/progressbg.jpg) repeat scroll top/cover;
  padding-bottom: 80px;
  padding-top: 97px;
  width: 100%
}

.skill-area3 .skill {
  overflow: hidden;
  padding-top: 20px
}

.progress span.parsentens {
  margin-right: 25px
}

.skill .lead {
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff
}

body.home-3 .skill .progress-bar>span {
  float: right;
  font-size: 15px;
  margin-right: 27px;
  margin-top: 3px
}

body.home-3 .skill .progress .progress-bar {
  background: #fff
}

.skill .progress .lead {
  color: #444;
  font-size: 13px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -23px;
  z-index: 99
}

body.home-3 .skill .progress {
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative
}

body.home-3 .skill .progress-bar>span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -26px;
  position: relative;
  padding: 0 5px
}

body.home-3 .skill .progress-bar>span:after, body.home-3 .skill .progress-bar>span:before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0
}

body.home-3 .skill .progress-bar>span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px
}

.order-area3 {
  background: url(img/home3/calltoaction.jpg);
  padding: 80px 0
}

.order-box {
  background: #282828 none repeat scroll 0 0;
  color: #fff;
  overflow: hidden;
  padding: 20px 10px 20px 20px
}

.order-box h3 {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 3px;
  font-weight: 400
}

.order-box a {
  background: #69d9f2 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 0 0 0 20px;
  padding: 20px 30px;
  text-decoration: none
}

.order-box a:hover {
  background: #80dff4
}

.contact-area3 {
  background: transparent url(img/home3/contact_map.jpg) repeat scroll 0 0;
  padding-bottom: 100px;
  padding-top: 100px
}

.contact-from-area {
  padding-top: 75px;
  clear: both
}

.contact-from-area h5 {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px
}

.contact-from-area input {
  height: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
  width: 100%
}

.contact-from-area input:focus, .contact-from-area input:hover, .contact-from-area textarea:focus, .contact-from-area textarea:hover {
  border: 1px solid #ffa800;
  background: transparent
}

.contact-from-area textarea {
  height: 152px;
  margin-bottom: 15px;
  margin-top: 39px;
  overflow: hidden;
  resize: none;
  padding: 15px;
  width: 100%
}

.contact-from-area button {
  background-color: transparent;
  border: 2px solid #ffa800;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  float: right
}

.contact-from-area button:hover {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #fff
}

.information h5 {
  margin-bottom: 22px
}

.information p {
  font-size: 14px;
  line-height: 18px
}

.address {
  margin-top: 25px
}

.address p {
  font-size: 14px;
  margin-bottom: 4px;
  margin-bottom: 10px;
  line-height: 18px
}

.email-or-phone {
  margin-top: 18px
}

.email-or-phone a {
  display: block;
  margin-bottom: 6px;
  font-size: 14px
}

.email-or-phone a span {
  color: #1B75BC;
  font-weight: 700
}

.email-or-phone a:hover {
  color: #ffa800
}

.footertop-menu {
  border-right: 1px solid #333;
  height: 250px
}

.footertop-menu h5 {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 29px;
  text-transform: capitalize
}

.footertop-menu ul li {
  border-bottom: 1px solid #333
}

.footertop-menu ul li a {
  color: #fff;
  display: block;
  padding: 10px 0
}

.footertop-menu ul li:last-child {
  border-bottom: 0 solid #333
}

.footertop-menu ul li a i {
  margin-right: 10px
}

.footertop-menu ul li a:hover {
  color: #ccc;
  padding-left: 5px
}

body.home-3 #scrollUp {
  background-color: #ffb400
}

.about-us3 h5 {
  font-size: 18px;
  margin-bottom: 29px;
  color: #fff !important
}

.about-us3 p {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px
}

.about-us3 img {
  margin-top: 16px;
  width: 130px
}

body.home-3 .footer-top {
  padding-bottom: 100px;
  padding-top: 100px
}

body .home-4 .tp-caption a:hover {
  background: #149077 none repeat scroll 0 0 !important;
  border: 2px solid #149077 !important;
  color: #fff
}

body .home-4 .call-to h3 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px
}

body .home-4 .call-to a {
  display: block;
  text-align: inherit;
  margin-top: 5px
}

body .home-4 .call-to a, body .home-4 .call-to span {
  color: #333;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 600
}

body .home-4 h1, body .home-4 h2, body .home-4 h3, body .home-4 h4, body .home-4 h5, body .home-4 h6 {
  font-family: Avenir Next, sans-serif
}

body .home-4 .cart-and-search:before {
  right: -366px;
  width: 60%
}

body .home-4 .cart-and-search:after, body .home-4 .cart-and-search:before {
  background-color: #1abc9c;
  content: "";
  height: 119%;
  position: absolute;
  top: -11px
}

body .home-4 .cart-and-search:after {
  left: 96.7%;
  transform: translateX(-60px) skewX(-25deg);
  width: 30%
}

body .home-4 .sidr .side-search .header-search {
  background: #1abc9c;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 94px
}

body .home-4 .sidr .side-search .header-search input {
  border-bottom: 1px solid#28e1bd
}

body .home-4 .side-menu-icon {
  float: right;
  left: 190px;
  position: relative;
  top: 22px;
  z-index: 1
}

body .home-4 .send-mail {
  border-right: 0 solid #ccc
}

body .home-4 .largeHeadingBlack h1 {
  color: #000;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal
}

body .home-4 .global-link-color * {
  color: #1B75BC !important
}

body .home-4 .readon {
  background: #1B75BC none repeat scroll 0 0;
  border: 2px solid #1B75BC
}

body .home-4 .largeHeadingWhite h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal
}

body .home-4 .detailTextBlack p {
  color: #000;
  font-size: 18px !important;
  font-weight: 300;
  line-height: 30px
}

.largeHeading h1, body .home-4 .largeHeading {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: normal
}

.featured4-one {
  padding: 38px;
  margin: 0 -17px;
  height: 282px;
  overflow: hidden
}

.fe-three, .fe-two, .featured4-one {
  background: #1B75BC
}

.fe-fout {
  background: #3498db
}

.featured4-one i {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  padding: 50px;
  border-radius: 100%
}

.bac {
  text-align: left !important;
  overflow: hidden
}

.bac i {
  border: none !important;
  padding: 0
}

.featured4-one h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px
}

.featured4-one p {
  color: #fff;
  font-size: 14px;
  line-height: 19px
}

.demandable-area {
  background: transparent url(img/home4/edu-courses.png) repeat scroll 0 0;
  padding-bottom: 110px;
  padding-top: 35px
}

.demandable-area h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-bottom: 35px
}

.demandable-area p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto 35px;
  text-align: center;
  width: 650px;
  color: #1B75BC
}

.demane-slide {
  margin: 0
}

.demand-box {
  margin: 0 5px
}

.demand-image {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden
}

.demand-box:hover .image-link {
  height: 100%
}

.demand-box:hover .image-link a.link, .demand-box:hover .image-link a.search {
  top: 30%;
  opacity: 1
}

.image-link {
  background: rgba(143, 76, 200, .75);
  bottom: 0;
  height: 5%;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: all .4s linear 0s
}

.diman2 {
  background: rgba(243, 100, 118, .75) none repeat scroll 0 0
}

.diman3 {
  background: rgba(250, 112, 72, .75) none repeat scroll 0 0
}

.diman4 {
  background: rgba(250, 213, 89, .75) none repeat scroll 0 0
}

.diman5 {
  background: rgba(27, 168, 192, .75) none repeat scroll 0 0
}

.diman6 {
  background: rgba(153, 199, 88, .75) none repeat scroll 0 0
}

.diman7 {
  background: hsla(200, 9%, 55%, .75) none repeat scroll 0 0
}

.diman8 {
  background: rgba(75, 135, 225, .75) none repeat scroll 0 0
}

.diman9 {
  background: rgba(190, 46, 64, .75) none repeat scroll 0 0
}

.diman10 {
  background: rgba(49, 59, 64, .75) none repeat scroll 0 0
}

.image-link a {
  display: inline-block;
  background-color: hsla(0, 0%, 100%, .5);
  height: 50px;
  position: relative;
  border-radius: 100%;
  width: 50px
}

.image-link a:after {
  border: 2px solid hsla(0, 0%, 100%, .38);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
  visibility: hidden;
  width: 100%
}

.image-link a:hover:after {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: .5s;
  visibility: visible
}

.image-link a i {
  color: #fff;
  font-size: 18px;
  line-height: 48px
}

.image-link a.search {
  top: 60%;
  opacity: 0;
  background-color: hsla(0, 0%, 100%, .5);
  transition: all .3s ease-in-out 0s
}

.image-link a.link {
  transition: all .4s linear 0s;
  top: 60%;
  opacity: 0;
  background: #333
}

.demand-text {
  background: #fff none repeat scroll 0 0;
  padding: 20px 12px;
  width: 100%
}

.demand-text a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  font-family: Avenir Next, sans-serif;
  margin: 0;
  transition: all .4s linear 0s
}

.demand-text a:hover {
  color: #000
}

.demand-text p {
  margin-top: 6px;
  text-align: left !important;
  width: 100%;
  margin-bottom: 0
}

.univercity-area {
  background: transparent url(img/home4/countdown.jpg) repeat scroll 0 0;
  padding-bottom: 118px;
  padding-top: 117px
}

.univercity-text h3 {
  color: #1abc9c;
  font-family: Avenir Next, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px
}

.univercity-text h2 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px
}

.univercity-text p {
  margin-top: 36px;
  margin-bottom: 25px
}

.countown span p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0
}

.countown span.cdown {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  padding: 0 5px
}

.countown span.days p, .countown span.hour p, .countown span.minutes p {
  margin-left: -25px;
  text-transform: uppercase
}

body .home-4 .contact-from-area {
  clear: both;
  padding-top: 0
}

body .home-4 .contact-from-area textarea {
  height: 202px;
  margin-bottom: 15px;
  margin-top: 0;
  overflow: hidden;
  padding: 15px;
  resize: none;
  width: 100%
}

.univercity-form label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px
}

body .home-4 .contact-from-area input:focus, body .home-4 .contact-from-area input:hover, body .home-4 .contact-from-area textarea:focus, body .home-4 .contact-from-area textarea:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1abc9c
}

body .home-4 .contact-from-area button {
  background-color: transparent;
  border: 2px solid #1abc9c;
  border-radius: 0;
  color: #000;
  float: right;
  text-transform: uppercase
}

body .home-4 .contact-from-area button:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff
}

.our-sensitive-area {
  padding-top: 117px;
  padding-bottom: 96px
}

.sensitive-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 32px
}

.sensitive-box {
  background: #444 none repeat scroll 0 0;
  margin-bottom: 25px;
  overflow: hidden
}

.sensitive-title p {
  margin: 0 auto 37px;
  width: 650px
}

.sensitive-image {
  float: left;
  width: 50%;
  line-height: 0
}

.sensitive-info {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  float: right;
  padding: 20px 20px 13px;
  width: 50%;
  padding-bottom: 12px
}

.sensitive-info h3 {
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 1.2em;
  margin-bottom: .2em
}

.sensitive-info span {
  display: block;
  font-size: .9em;
  margin-bottom: 1em;
  opacity: .5;
  margin-top: 7px
}

.sensitive-info p {
  border-bottom: 1px solid hsla(0, 0%, 62%, .3);
  border-top: 1px solid hsla(0, 0%, 62%, .3);
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  padding: 11px 0
}

.sociul4 {
  padding-bottom: 6px
}

.sociul4 p {
  border: none
}

.sociul4 p a {
  border: 1px solid #1abc9c;
  cursor: pointer;
  height: 32px;
  line-height: 29px;
  margin: 3px;
  text-decoration: none;
  transition: all .25s ease-out 0s;
  width: 32px;
  display: inline-block;
  font-size: 16px;
  color: #fff
}

.sociul4 p a.facebook4:hover {
  background: #3b5998;
  border: 1px solid #3b5998
}

.sociul4 p a.twitter4:hover {
  background: #00aced;
  border: 1px solid #00aced
}

.sociul4 p a.linkedin4:hover {
  background: #007bb6;
  border: 1px solid #007bb6
}

body .home-4 .count-area {
  background: transparent url(img/home4/counter.jpg) repeat scroll 0 0;
  padding-bottom: 90px;
  padding-top: 80px
}

body .home-4 .count-box {
  border: transparent
}

body .home-4 .count-box i {
  color: #fff;
  display: block;
  font-size: 64px;
  margin-bottom: 7px
}

body .home-4 .count-box h2 {
  font-family: Avenir Next, sans-serif;
  font-weight: 700
}

.our-recent-post4 {
  padding: 120px 0
}

.recent-post4-title h1 {
  color: #444;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  margin-bottom: 27px
}

.recent-post4-title h1:after {
  background: transparent url(img/home4/circle.svg) repeat scroll 0 0;
  content: "";
  height: 6px;
  left: 48.5%;
  position: absolute;
  top: 115%;
  width: 27px
}

.recent-post4-title p {
  margin-bottom: 50px
}

body .home-4 .recent-post-box-area {
  margin: 0 auto;
  width: 100%
}

body .home-4 .recent-caption {
  width: 0;
  background: #000
}

body .home-4 .recent-image:hover .recent-caption {
  width: 50%
}

.testimonial-area4 {
  background: #1abc9c;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 115px
}

.testimonial-area4 .recent-post4-title h1 {
  color: #fff;
  margin-bottom: 7px
}

body .home-4 .testimonial-box {
  background: #1dd4af none repeat scroll 0 0;
  border-bottom: 4px solid #1dd4af;
  border-radius: 5px
}

body .home-4 .testimonial-box .quote:after {
  background: transparent
}

body .home-4 .testimonial-box .quote {
  background: #1dd4af none repeat scroll 0 0;
  bottom: -6px
}

body .home-4 .testimonial-box p {
  color: #fff
}

body .home-4 .testimonial-details p a {
  color: #ddd
}

body .home-4 .order-area3 {
  background: transparent url(img/home4/calltoaction2.jpg) repeat scroll 0 0;
  padding: 80px 0
}

body .home-4 .order-box {
  background-color: hsla(0, 0%, 100%, .05);
  border-radius: 3px
}

body .home-4 .order-box a {
  padding: 20px 25px;
  background: rgba(0, 0, 0, .2);
  min-height: 63px;
  text-align: center
}

body .home-4 .order-box a:hover {
  background: #000
}

body .home-4 .order-box h3 {
  font-family: Avenir Next, sans-serif;
  font-size: 22px;
  margin-bottom: 5px
}

body .home-4 .order-box p {
  font-size: 15px
}

body .home-4 .fmenu4 h5 {
  margin-bottom: 16px;
  font-size: 20px
}

body .home-4 .fmenu4 ul li a {
  color: #fff;
  display: block;
  padding: 17px 0
}

body .home-4 .fmenu4 ul li a:hover {
  color: #ccc;
  padding-left: 5px
}

body .home-4 .fmenu4 ul li a i {
  font-size: 18px;
  margin-right: 15px
}

body .home-4 .about-us3 p {
  border-bottom: 1px dashed hsla(0, 0%, 100%, .13);
  margin-bottom: 5px;
  padding-bottom: 9px
}

body .home-4 .about-us3 p:last-child {
  border-bottom: 0 dashed hsla(0, 0%, 100%, .13)
}

body .home-4 .about-us3 p.offd4:hover {
  color: red
}

body .home-4 .about-us3 p:hover {
  color: #a7bada
}

body .home-4 .about-us3 p span {
  float: right
}

body .home-4 .about-us3 p span.closed4 {
  background-color: #f13e3e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 3px 5px
}

body .home-4 footer .readon.border:before {
  background-color: #fff
}

body .home-4 footer .readon.border:after {
  color: #444
}

body .home-4 footer .readon.border {
  border-color: #fff
}

body .home-4 footer .readon.white {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px
}

body .home-4 footer .readon.white:hover {
  background: #fff none repeat scroll 0 0;
  color: #000
}

body .home-4 footer .footertop-menu {
  border-right: 1px solid #333;
  min-height: 315px
}

body .home-4 #scrollUp {
  background-color: #1abc9c
}

body.home-5 .call-to h3 {
  color: #999;
  font-family: Avenir Next, sans-serif;
  margin-bottom: 3px;
  font-size: 13px
}

body.home-5 .menu {
  margin-left: -5px
}

body.home-5 .home5-sticky {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  z-index: 999999
}

body.home-5 h1, body.home-5 h2, body.home-5 h3, body.home-5 h4, body.home-5 h5, body.home-5 h6 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: none
}

body.home-5 .cart-and-search:after, body.home-5 .cart-and-search:before {
  width: 0
}

body.home-5 .sb-open-left>a {
  color: #000;
  font-size: 20px;
  text-align: left
}

body.home-5 .call-to a {
  display: block;
  font-family: Avenir Next, sans-serif;
  text-align: inherit
}

body.home-5 .call-to a, body.home-5 .call-to span {
  font-weight: 700;
  color: #333;
  font-size: 15px
}

body.home-5 .call-to a:hover {
  color: #3498db
}

body.home-5 .sidr .side-search .header-search {
  background: #3498db;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 94px
}

body.home-5 .sidr .side-search .header-search input {
  width: 100%;
  margin-top: 26px;
  height: 40px;
  padding-left: 35px;
  color: #fff;
  border-bottom: 1px solid#5faee3;
  background: transparent
}

body.home-5 span.search-button i {
  color: #fff
}

body.home-5 .call-to:last-child {
  border-right: 0 solid #ccc
}

body.home-5 .side-menu-icon {
  float: right;
  left: 190px;
  position: relative;
  top: 22px;
  z-index: 1
}

body.home-5 .recent-post-box-area {
  margin: 0 auto;
  width: 100%
}

body.home-5 .main-menu {
  background-color: #f7f7f7;
  text-align: left;
  position: relative
}

body.home-5 .main-menu:after {
  left: 80.7%;
  transform: translateX(-60px) skewX(-25deg);
  width: 10%
}

body.home-5 .main-menu:after, body.home-5 .main-menu:before {
  background-color: #3498db;
  content: "";
  height: 100%;
  position: absolute;
  top: 1px
}

body.home-5 .main-menu:before {
  right: 0;
  width: 22.5%
}

body.home-5 .menu ul li:after {
  background-color: transparent;
  content: "\f107";
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  height: 100%;
  left: -20px;
  position: absolute;
  top: 22px;
  transform: skew(0deg);
  width: 10px
}

body.home-5 .menu ul li a {
  padding: 0 5px
}

body.home-5 .five-collum-menu, body.home-5 .mega-menu {
  z-index: 99
}

body.home-5 .menu ul li ul li:after {
  display: none
}

body.home-5 .menu ul li ul li a {
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0
}

body.home-5 .pages-mega-menu .menu-colum a {
  height: 45px;
  line-height: 3
}

body.home-5 .largeHeading2, body.home-5 .largeHeading2 h1 {
  color: #3498db;
  font-weight: 700;
  font-family: Avenir Next, sans-serif
}

body.home-5 .detailTextBlack p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-left: 20px !important
}

body.home-5 .readon {
  background: #3498db none repeat scroll 0 0;
  border: 2px solid #3498db
}

body.home-5 .readon:hover {
  background: #13bbe2 none repeat scroll 0 0;
  border-color: #13bbe2;
  color: #fff
}

.emergensy-area {
  margin-top: -125px;
  position: relative;
  z-index: 99
}

.emargency-one {
  background-color: #1B75BC;
  border: 0 none #ddd;
  color: #fff;
  margin: 0;
  overflow: hidden;
  position: relative
}

.em-two {
  background: #f1c40f
}

.em-three {
  background: #3498db
}

.emargency-box {
  height: 190px;
  padding: 25px
}

.emargency-box span {
  color: #fff;
  font-size: 12px;
  line-height: 12px
}

.emargency-box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 16px
}

.emargency-box p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px
}

.emargency-box a {
  color: hsla(0, 0%, 100%, .7);
  text-decoration: none;
  font-size: 14px
}

.emargency-box a:hover {
  text-decoration: underline
}

i.su-panel-icon {
  bottom: 0;
  color: rgba(0, 0, 0, .1);
  font-size: 10em;
  position: absolute;
  right: 0;
  transform: translateX(25%) translateY(25%);
  z-index: 0
}

.blood-test-area {
  padding-bottom: 60px
}

.blood-test-area ul {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 35px
}

.blood-test-area ul li {
  display: inline-block
}

.blood-test-area ul li a {
  background-color: #f7f7f7;
  color: #74777b;
  display: block;
  margin-right: 5px;
  padding: 18px 25px;
  text-transform: uppercase;
  transition: background-color .2s ease 0s, color .2s ease 0s
}

.blood-test-area ul li a i {
  font-size: 16px;
  margin-right: 5px
}

.blood-test-area ul li a:hover {
  color: #3498db
}

.blood-test-area ul li.active a {
  background: #3498db;
  color: #fff;
  text-decoration: none
}

.blood-text {
  margin-left: 40px
}

.blood-text h2 {
  position: relative;
  font-family: Avenir Next, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 24px
}

.blood-text h2:after {
  background-color: #3498db;
  content: "";
  height: 2.5px;
  left: 0;
  position: absolute;
  top: 150%;
  width: 30px
}

.blood-text h3 {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 50px
}

.blood-text h3, .blood-text p {
  font-family: Avenir Next, sans-serif
}

.blood-text p {
  color: #1B75BC;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px
}

body.home-5 .blood-text .readon {
  background: transparent;
  border: 2px solid #3498db
}

body.home-5 .blood-text .readon:hover {
  background: #13bbe2;
  border: 2px solid #13bbe2
}

.depertment-area {
  padding-top: 100px !important
}

.home5-area-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative
}

.home5-area-title h2:after {
  background-color: #3498db;
  content: "";
  height: 2.5px;
  left: 0;
  position: absolute;
  top: 140%;
  width: 30px
}

.home5-area-title p {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 20px
}

.depertment-item ul {
  margin-left: -10px;
  margin-right: -10px
}

.depertment-item ul li {
  background: transparent none repeat scroll 0 0;
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  width: 25%
}

.dep-single-n {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 20px 0
}

.depertment-item ul li img {
  background-color: transparent;
  height: 64px;
  width: 64px
}

.depertment-item ul li h3 {
  color: #333;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
  margin-top: 7px
}

.depertment-item ul li p {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0
}

.meet-doctore-area {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #f7f7f7 none repeat scroll 0 0
}

.doctore-meet5 {
  margin-bottom: 30px
}

.doctore5-font-area {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  display: block;
  overflow: hidden;
  padding: 40px 35px 18px;
  text-align: left;
  height: 200px
}

.doctore-icon5 {
  background: transparent none repeat scroll 0 0;
  float: left;
  font-size: 48px;
  margin-top: -10px;
  padding: 0;
  width: 15%
}

.doctore-icon5 i {
  color: #222;
  font-size: 48px
}

.doctore-font-text {
  margin-top: 0;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 0;
  text-align: left !important;
  width: 85%
}

.doctore-font-text h3 {
  color: #1B75BC;
  font-size: 22px;
  margin-bottom: 14px
}

.doctore-font-text p {
  color: #1B75BC;
  margin: 5px 0;
  padding: 0
}

.doctore5-back-area {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  display: block;
  height: 200px;
  overflow: hidden;
  padding: 40px 35px 18px
}

.docroer-image5 {
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  float: left;
  height: 128px;
  max-width: 25%;
  padding: 0
}

.doctore-text5 {
  float: right;
  padding-left: 20px;
  text-align: left !important;
  width: 75%
}

.doctore-text5 h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 15px
}

.doctore-text5 h3, .doctore-text5 p {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif
}

.doctore-text5 p {
  font-size: 14px;
  line-height: 20px
}

body.home-5 .meet-doctore-area div.card div.back {
  transform: rotatex(0deg);
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 1
}

body.home-5 .meet-doctore-area div.card div.back, body.home-5 .meet-doctore-area div.card div.front {
  backface-visibility: hidden;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
  transition: all .4s ease 0s
}

body.home-5 .meet-doctore-area div.card div.front {
  transform: rotatex(-180deg);
  z-index: 9
}

body.home-5 .meet-doctore-area div.card:hover div.back {
  transform: rotatex(180deg)
}

body.home-5 .meet-doctore-area div.card:hover div.front {
  transform: rotatex(0deg)
}

.meet-doctore-area a {
  background-color: #1B75BC;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 23px;
  margin: 20px 0 0;
  overflow: hidden;
  padding: 15px 25px;
  width: 285px;
  margin: 0 auto
}

.meet-doctore-area a:hover {
  background-color: #fff;
  color: #1B75BC
}

.meet-doctore-area a i {
  margin-right: 10px
}

.people-say-area {
  padding-top: 105px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
  color: #1B75BC666
}

.people-say-box {
  margin-top: 13px
}

.people-asy-top {
  background: #fff none repeat scroll 0 0;
  border-color: #3498db !important;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  box-shadow: -4px 0 0 #3498db;
  color: #444;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 40px 40px 47px 70px;
  position: relative
}

.people-asy-top:before {
  content: "";
  position: absolute;
  border-top-color: #3498db !important;
  border-right: 22px solid transparent;
  border-top: 22px solid #dcdcdc;
  bottom: -22px;
  left: 48px
}

.people-asy-top:after {
  border-right: 0 solid transparent;
  content: "";
  display: block;
  position: absolute;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  left: 49px
}

.people-asy-top span.quote:after {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 35px;
  left: 25px;
  font-size: 32px;
  font-style: normal;
  color: rgba(0, 0, 0, .06)
}

.people-asy-bottom {
  margin-left: 30px;
  margin-top: 30px
}

.people-asy-bottom img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  float: left
}

.people-info {
  padding-left: 15px;
  overflow: hidden
}

.people-info h5 {
  color: #444;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 3px
}

.people-info p {
  opacity: .8;
  font-size: 12px;
  line-height: 18px
}

.people-info p a {
  color: #3498db;
  text-decoration: none
}

.our-stori-left-inner {
  float: right;
  margin-right: 185px;
  padding-bottom: 89px;
  padding-top: 80px
}

.our-stori-left-inner .readon:before, .our-story-right-inner .readon:before {
  background-color: #fff
}

.our-stori-left-inner .readon:after, .our-story-right-inner .readon:after {
  color: #000
}

body.home-5 .our-stori-left-inner .readon, body.home-5 .our-story-right-inner .readon {
  background: transparent;
  border: 2px solid #fff
}

body.home-5 .our-stori-left-inner .readon:hover, body.home-5 .our-story-right-inner .readon:hover {
  background: #fff;
  border-color: #fff;
  color: #000
}

.our-story-right-inner {
  margin-left: 40px;
  padding-bottom: 93px;
  padding-top: 80px;
  width: 550px
}

.our-story-left {
  float: left;
  width: 50%;
  background: #444;
  position: relative
}

.out-title5 {
  border-left: 5px solid #8f8f8f;
  padding-bottom: 2px;
  padding-left: 15px;
  padding-top: 2px;
  margin-bottom: 30px
}

.out-title5 span {
  color: #fff !important;
  font-size: 13px !important;
  line-height: 13px !important
}

.out-title5 h3 {
  font-size: 24px;
  line-height: 30px
}

.our-story-left h5, .out-title5 h3 {
  color: #fff !important;
  font-family: Avenir Next, sans-serif
}

.our-story-left h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px
}

.our-story-left p {
  color: #fff;
  font-size: 14px;
  font-family: Avenir Next, sans-serif;
  line-height: 20px;
  margin-bottom: 20px
}

.our-story-left a {
  padding: 13px 64px 13px 15px;
  font-size: 15px
}

.our-story-left img {
  position: absolute;
  top: -56px
}

.our-story-right {
  background: #3498db;
  width: 50%;
  float: right
}

.our-story-right p {
  color: #fff
}

.our-story-right ul {
  padding-bottom: 45px;
  overflow: hidden
}

.our-story-right ul li {
  width: 50%;
  float: left;
  position: relative
}

.our-story-right ul li:after {
  position: absolute;
  content: "+";
  top: 4px;
  left: 0;
  color: #fff
}

.our-story-right ul li a {
  display: block;
  padding: 4px 20px;
  text-decoration: none;
  color: hsla(0, 0%, 100%, .7)
}

.our-story-right a {
  padding: 13px 64px 13px 15px;
  font-size: 15px
}

body.home-5 .count-area {
  background: #f5f5f5 none repeat scroll 0 0;
  clear: both;
  color: #1B75BC
}

body.home-5 .postDesc {
  display: inline-block;
  float: left;
  margin-top: 20px;
  width: 50%
}

body.home-5 .count-box i {
  color: #89c4eb;
  font-size: 64px
}

body.home-5 .count-box h2 {
  color: #1B75BC;
  font-size: 46px;
  font-family: Avenir Next, sans-serif;
  font-weight: 700
}

body.home-5 .count-box p {
  color: #444;
  font-size: 16px
}

.home5-recent-post {
  margin-top: 34px !important
}

body.home-5 .order-area3 {
  background: #3498db;
  color: #fff
}

body.home-5 .order-box {
  background: #3498db none repeat scroll 0 0;
  color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 0
}

body.home-5 .order-box h3 {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px
}

body.home-5 .order-box a {
  background: hsla(0, 0%, 100%, .2) none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-size: 18px;
  margin: 2px 0 0 20px;
  padding: 20px 30px;
  text-decoration: none
}

body.home-5 .order-box a:hover {
  background: #217ebb none repeat scroll 0 0
}

body.home-5 .footer-logo img {
  width: 150px;
  margin-bottom: 25px
}

body.home-5 .latest-post ul li {
  padding: 10px 0
}

body.home-5 .latest-post ul li a {
  color: #eee;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 25px;
  padding: 0;
  text-decoration: none !important;
  text-transform: uppercase
}

body.home-5 .latest-post ul li span {
  color: #ddd;
  font-size: 14px;
  line-height: 18px
}

body.home-5 .footertop-menu h5 {
  font-family: Avenir Next, sans-serif;
  color: #fff
}

.flickr_feed {
  width: 100%
}

.flickr_feed a {
  width: 20%;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px !important
}

body.home-5 #scrollUp, body.home-5 #scrollUp:hover {
  background-color: #3498db
}

body.home-6 h1, body.home-6 h2, body.home-6 h3, body.home-6 h4, body.home-6 h5, body.home-6 h6 {
  font-family: Quicksand, sans-serif
}

body.home-6 .home5-sticky {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  z-index: 999999
}

body.home-6 .cart-and-search:after {
  left: 92%;
  top: -11px
}

body.home-6 .cart-and-search:after, body.home-6 .cart-and-search:before {
  background-color: #e73d78;
  height: 98px
}

body.home-6 .sidr .side-search .header-search {
  background: #e73d78
}

body.home-6 .smallHeading h3 {
  background-color: transparent;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px
}

body.home-6 .largeHeading.global-link-color *, body.home-6 .mediumHeading.global-link-color *, body.home-6 .smallHeading.global-link-color * {
  color: #ff4081
}

body.home-6 .largeHeading2, body.home-6 .largeHeading2 h1 {
  color: #ff4081;
  font-weight: 700
}

body.home-6 .readon.large {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 5px;
  min-width: 80px;
  padding: 15px 65px 15px 20px;
  text-transform: uppercase
}

body.home-6 .readon {
  background: #ff4081 none repeat scroll 0 0;
  border: 2px solid #ff4081;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 8px 55px 8px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

body.home-6 .readon:hover {
  background: #f50057 none repeat scroll 0 0;
  border-color: #f50057;
  color: #fff
}

body.home-6 .detailText p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px
}

body.home-6 .readon:before {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 100%;
  position: absolute;
  right: -13px;
  top: 0;
  transform: skewX(25deg);
  width: 55px
}

.our-fitured-area6 {
  padding: 110px 0
}

.area-title-6 {
  margin: 0 auto;
  width: 46%
}

.area-title-6 h1 {
  margin: 0 auto;
  position: relative;
  width: 100%
}

.area-title-6 h1 span {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #444;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 20px;
  position: relative;
  z-index: 3
}

.area-title-6 h1:after {
  border-bottom: 1px solid #aaa;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 2
}

.area-title-6 p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 13px
}

.emargency6 {
  margin-top: 20px
}

body .emargency-box h3 {
  margin-bottom: 35px;
  position: relative;
  font-family: Avenir Next, sans-serif;
  font-size: 14px
}

body .emargency-one {
  background-color: #0067a6;
  border: 0 none #ddd;
  color: #fff;
  margin: 0 0 1px
}

body .em-two {
  background-color: #f9627d
}

body .em-two, body.home-6 .em-three {
  border: 0 none #ddd;
  color: #fff;
  margin: 0
}

body.home-6 .em-three {
  background-color: #6b529e
}

.popular-service-area6 {
  padding-bottom: 105px;
  padding-top: 105px
}

.popular-service-area6, .popular-service-area6 .area-title-6 h1 span {
  background: #f2f2f2 none repeat scroll 0 0
}

.popular-slide6 {
  margin-top: 20px
}

.popular-box6 {
  position: relative;
  width: 100%;
  height: 100%
}

.popular-box6:hover .popular-text6 {
  height: 27%;
  opacity: 1
}

.popular-text6 {
  background-color: hsla(0, 4%, 9%, .7);
  bottom: 0;
  display: block;
  height: 0;
  left: 14px;
  opacity: 0;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-top: 15px;
  position: absolute;
  transition: all .3s ease 0s;
  width: 92.6%
}

.popular-text6 h3 {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin: 0
}

.popular-text6 h3, .popular-text6 span {
  font-family: Avenir Next, sans-serif;
  font-weight: 400
}

.popular-text6 span {
  color: #aaa;
  font-size: 12px;
  line-height: 16px
}

.popular-box6 .col-md-4, .popular-box6 .col-sm-4, .popular-box6 .col-xs-12 {
  width: 100%
}

.partners-carousel .owl-controls .owl-buttons {
  opacity: 0
}

.partners-carousel:hover .owl-controls .owl-buttons {
  opacity: 1
}

.popular-slide6 .owl-controls .owl-buttons div {
  background: #869791 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  opacity: 1;
  padding: 3px 10px;
  position: absolute;
  top: -40px;
  right: 10px
}

.popular-slide6 .owl-controls .owl-buttons .owl-prev {
  cursor: pointer;
  margin-right: 33px;
  padding: 5px 6px;
  border-radius: 3px 0 0 3px
}

.popular-slide6 .owl-controls .owl-buttons .owl-next {
  cursor: pointer;
  padding: 5px 6px;
  border-radius: 0 3px 3px 0
}

.popular-slide6 .owl-controls .owl-buttons .owl-next, .popular-slide6 .owl-controls .owl-buttons .owl-prev {
  background: #7c8b90
}

.popular-slide6 .owl-controls .owl-buttons .owl-next:hover, .popular-slide6 .owl-controls .owl-buttons .owl-prev:hover {
  background: #7c8b90;
  opacity: .5
}

.our-popular-member-area6 {
  padding-top: 110px;
  padding-bottom: 80px
}

.our-popular-member-area6 .area-title-6 {
  width: 70%
}

.our-popular-member6 {
  margin-top: 20px
}

.our-popular-member6 .sensitive-info {
  background: #2c3e50 none repeat scroll 0 0
}

.our-popular-member6 .sensitive-info h3 {
  color: #fff
}

.our-popular-member6 .sociul4 p a {
  border: 1px solid #ff538e
}

.recent-post-area6 {
  background: url(img/home6/twitterbg.png);
  padding-top: 100px;
  padding-bottom: 100px
}

.recent-post-slide6 {
  position: relative
}

.recent-post-inner6 a img {
  margin-bottom: 30px
}

.recent-post-inner6 p {
  color: #1B75BC;
  font-size: 24px;
  line-height: 40px
}

.recent-post-inner6 p a {
  color: #f50057;
  font-size: 24px
}

.recent-post-inner6 a {
  font-size: 15px;
  color: #f50057
}

.recent-post-slide6 .owl-buttons .owl-prev {
  left: 60px
}

.recent-post-slide6 .owl-buttons .owl-next, .recent-post-slide6 .owl-buttons .owl-prev {
  cursor: pointer;
  position: absolute;
  top: 34%;
  opacity: 0 !important;
  padding: 15px !important;
  font-size: 20px !important;
  transition: all .3s ease 0s
}

.recent-post-slide6 .owl-buttons .owl-next {
  right: 60px
}

.recent-post-slide6 .owl-buttons .owl-next i, .recent-post-slide6 .owl-buttons .owl-prev i {
  font-size: 30px;
  height: 40px;
  width: 27px;
  padding-top: 5px
}

.recent-post-slide6 .owl-pagination {
  margin-top: 35px
}

.recent-post-slide6:hover .owl-buttons .owl-prev {
  opacity: 1 !important;
  left: 20px
}

.recent-post-slide6:hover .owl-buttons .owl-next {
  opacity: 1 !important;
  right: 20px
}

.photo-overview-area6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f9f9
}

body.home-6 .demane-slide6 {
  margin-top: 20px
}

body.home-6 .demane-slide6 .demand-box {
  margin-bottom: 15px;
  width: 103%
}

body.home-6 .demand-box:hover .image-link a.search {
  opacity: 1;
  top: 20%
}

.our-brands-logo6 {
  padding-bottom: 45px;
  padding-top: 40px
}

.our-brands-logo6, .our-brands-logo6 .area-title-6 h1 span {
  background: #f5f5f5 none repeat scroll 0 0
}

.brand-logo6 {
  text-align: center
}

.brand-logo6 ul li {
  border: 1px solid #ddd;
  float: left;
  margin-right: 35px;
  padding: 15px;
  width: 17.6%;
  background: #f6f6f6;
  border-radius: 2px;
  margin-top: 35px;
  transition: all .3s ease 0s
}

.brand-logo6 ul li:hover {
  background: #fff
}

.brand-logo6 ul li:last-child {
  margin-right: 0
}

body.home-6 .order-area6 {
  background: #ff4081 none repeat scroll 0 0;
  padding: 55px 0
}

body.home-6 .order-area6 .order-box {
  background: #e83c78
}

body.home-6 .order-area6 .order-box h3 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Avenir Next, sans-serif
}

body.home-6 .order-area6 .order-box a {
  background: hsla(0, 0%, 100%, .2) none repeat scroll 0 0;
  text-align: center
}

body.home-6 .order-area6 .order-box a:hover {
  background: #ea4d84
}

body.home-6 #scrollUp {
  background-color: #ff4081
}

body.home-6 .email-newslatter h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: Avenir Next, sans-serif
}

, body.home-7 h1, body.home-7 h2, body.home-7 h3, body.home-7 h4, body.home-7 h5, body.home-7 h6 {
  font-family: Avenir Next, sans-serif
}

body.home-7 .blog-four {
  margin-left: -18px;
  width: 101.6%
}

body.home-7 .blog-four .portfolio-item {
  height: 375px
}

body.home-7 .header-search {
  margin-top: 1px
}

body.home-7 .cart-and-search:before {
  background-color: #23c6ec;
  content: "";
  position: absolute;
  right: -366px;
  top: -11px
}

body.home-7 .sidr .side-search .header-search input {
  width: 100%;
  margin-top: 26px;
  height: 40px;
  padding-left: 35px;
  color: #fff;
  border-bottom: 1px solid#52d2f0
}

body.home-7 .cart-and-search:after {
  background-color: #23c6ec;
  content: "";
  left: -40px;
  position: absolute;
  top: -11px;
  transform: translateX(0) skewX(0deg)
}

body.home-7 .sidr .side-search .header-search {
  background: #23c6ec;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 94px
}

body.home-7 .side-menu-icon {
  float: right;
  left: -10px;
  position: relative;
  top: 22px;
  z-index: 1
}

body.home-7 .menu ul {
  margin-top: 18px
}

body.home-7 .menu ul li:after {
  display: none
}

body.home-7 .menu ul li {
  padding: 0 0 40px
}

body.home-7 .menu ul li a {
  padding: 0 10px
}

body.home-7 .pages-mega-menu .menu-colum a {
  padding: 21px 0 !important
}

body.home-7 .pages-mega-menu .menu-colum a:nth-child(5) {
  border-bottom: 0 solid #ccc
}

body.home-7 .five-collum-menu {
  left: -790px !important
}

body.home-7 .shop-mega-menu {
  left: -855px !important
}

body.home-7 .main-menu {
  border-bottom: 0 solid rgba(0, 0, 0, .1)
}

body.home-7 .menu ul li a:after {
  background: #23c6ec none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all .5s cubic-bezier(.06, .68, .57, 1.07) 0s;
  width: 0
}

body.home-7 .mega-menu {
  padding: 0;
  z-index: 100
}

body.home-7 .menu ul li:hover a:after {
  width: 100%
}

body.home-7 .menu ul li .menu-colum a:after, body.home-7 .menu ul li ul li a:after {
  background: transparent none repeat scroll 0 0
}

body.home-7 .five-collum-menu .menu-colum a {
  color: #23c6ec
}

body.home-7 .mega-menu ul {
  margin-top: 0 !important
}

body.home-7 .mega-menu ul li {
  padding: 0 25px !important
}

.call-to-action-area7 {
  background: #f2f2f2 none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  height: 55px
}

.coll-to-action7 {
  font-size: 14px
}

.coll-to-action7, .coll-to-action7 p {
  margin-left: -10px;
  margin-top: 18px
}

.coll-to-action7 p strong i {
  margin-left: 10px;
  padding-right: 5px
}

.coll-to-action7 p a {
  color: #23c6ec;
  margin-left: 5px
}

.coll-to-action7 p a:hover {
  text-decoration: underline
}

.call-to-action-area7 .header-search {
  background: #14bbe2 none repeat scroll 0 0;
  height: 55px;
  left: -28px;
  line-height: 57px;
  padding-left: 27px;
  position: relative
}

.call-to-action-area7 .header-search:after {
  background: #14bbe2 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -404px;
  top: 0;
  width: 404px
}

body.home-7 span.search-button i {
  color: #fff
}

body.home-7 .menu7.sticky {
  display: none
}

body.home-7 .largeHeading, body.home-7 .largeHeading h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  line-height: normal;
  font-family: Avenir Next, sans-serif
}

body.home-7 .largeHeadingBlack h1 {
  color: #000;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  font-family: Avenir Next, sans-serif
}

body.home-7 .largeHeading.global-link-color *, body.home-7 .mediumHeading.global-link-color *, body.home-7 .smallHeading.global-link-color * {
  color: #23c6ec
}

body.home-7 .readon {
  background: #23c6ec;
  border: 2px solid #23c6ec
}

body.home-7 .readon.border:hover {
  background-color: #13bbe2;
  color: #fff
}

body.home-7 .readon.black.border {
  background: transparent;
  border-color: #444
}

body.home-7 .readon.black.border:hover {
  background: #444;
  color: #fff
}

body.home-7 .readon:hover {
  background: #13bbe2 none repeat scroll 0 0;
  border-color: #13bbe2;
  color: #fff
}

body.home-7 .readon:before {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 100%;
  position: absolute;
  right: -13px;
  top: 0;
  transform: skewX(25deg);
  width: 55px
}

body.home-7 .detailText p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px
}

body.home-7 .our-core-service7 {
  background: #fff none repeat scroll 0 0;
  padding: 115px 0 75px
}

body.home-7 .we-do-area {
  border: 0 solid #ddd
}

body.home-7 .we-do-box {
  border-right: 1px solid #ddd;
  margin: 45px -15px;
  padding: 15px
}

body.home-7 .we-do-last {
  border-right: 0 solid #ddd !important
}

body.home-7 .area-title3 h2 {
  font-family: Avenir Next, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 44px;
  position: relative;
  color: #444
}

body.home-7 .we-do-text h3 {
  margin-bottom: 12px;
  font-family: Avenir Next, sans-serif;
  font-size: 18px
}

body.home-7 .we-do-text a {
  color: #13bbe2
}

body.home-7 .we-do-text a:hover {
  text-decoration: underline
}

body.home-7 .our-story-left img {
  position: absolute;
  right: -90px;
  top: -22px
}

body.home-7 .our-stori-left-inner {
  margin-right: 255px;
  padding-top: 100px
}

body.home-7 .out-title5 h3 {
  font-family: Avenir Next, sans-serif;
  font-weight: 700
}

body.home-7 .our-story-left h5 {
  font-size: 20px;
  font-family: Avenir Next, sans-serif
}

body.home-7 .our-story-right p {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 35px
}

body.home-7 .our-story-right ul li a {
  padding: 5.2px 20px
}

body.home-7 .our-story-right ul li a:hover {
  color: #fff;
  text-decoration: underline
}

body.home-7 .our-story-right {
  background: #23c6ec
}

body.home-7 .our-story-right-inner {
  padding-bottom: 90px;
  padding-top: 100px
}

body.home-7 .our-story-left .readon, body.home-7 .our-story-right .readon {
  background: transparent;
  border: 2px solid #fff;
  color: #fff
}

body.home-7 .our-story-left .readon:before, body.home-7 .our-story-right .readon:before {
  background-color: #fff
}

body.home-7 .our-story-left .readon.border:hover, body.home-7 .our-story-right .readon.border:hover {
  background-color: #fff;
  color: #000
}

body.home-7 .our-stori-left-inner .readon:after, body.home-7 .our-story-right-inner .readon:after {
  color: #000
}

.check-our-work7 {
  padding-top: 120px;
  clear: both;
  padding-bottom: 120px
}

.work-menu-7 {
  margin-bottom: 35px;
  margin-top: 20px
}

.work-menu-7 ul {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.work-menu-7 ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative
}

.work-menu-7 ul li:after {
  content: "/";
  left: -8px;
  position: absolute;
  top: 10px
}

.work-menu-7 ul li:first-child:after {
  display: none
}

.work-item7 {
  width: 100%
}

.work-collam {
  width: 33.33%;
  float: left
}

.work-collam-inner {
  line-height: 0;
  margin: -2px 0 0
}

.work-image7 {
  position: relative;
  width: 100%;
  height: 100%
}

.work-image7:hover .work-text7 {
  opacity: 1
}

.work-image7 img {
  width: 100%
}

.work-text7 {
  background: rgba(0, 0, 0, .65) none repeat scroll 0 0;
  height: 100%;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  transition: all .3s ease 0s;
  opacity: 0
}

.work-text7 h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: Avenir Next, sans-serif;
  font-weight: 400
}

.mix {
  display: none
}

.meet-our-team-area7 {
  background: #f2f2f2 none repeat scroll 0 0;
  padding-bottom: 105px;
  padding-top: 120px
}

.meet-our-team-box-area7 {
  margin-top: 34px
}

.teem7-social {
  background: hsla(0, 0%, 100%, .9) none repeat scroll 0 0;
  margin-top: -40px;
  opacity: 0;
  padding: 0;
  position: relative;
  transition: opacity .5s ease 0s
}

.meet-team-box7:hover .teem7-social {
  opacity: 1
}

.teem7-social p a {
  color: #555;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  width: 40px
}

.teem7-social p a:hover {
  background: #fff
}

.meet-team-box7-text {
  background: #fff none repeat scroll 0 0;
  padding: 30px 15px;
  position: relative;
  top: 0
}

.meet-team-box7-text h5 {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Avenir Next, sans-serif
}

.meet-team-box7-text span {
  color: #333 !important;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 16px !important;
  line-height: 27px !important;
  margin-bottom: 1em;
  opacity: .5;
  text-transform: capitalize !important
}

.meet-team-box7-text p {
  color: #333;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 15px
}

.testimonial-area7 {
  padding-top: 120px;
  padding-bottom: 115px
}

.textimonial7-inner {
  margin-top: 10px
}

body.home-7 .people-asy-top {
  background: #fff none repeat scroll 0 0;
  border-color: #23c6ec !important;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  box-shadow: -4px 0 0 #23c6ec;
  color: #000;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 40px 40px 50px 70px;
  position: relative
}

.kirion-video-area7 {
  overflow: hidden;
  position: relative
}

@media (max-width:1290px) {
  .kirion-video-area7 {
    height: 630px
  }

  .kirion-video-area7 #slider-bg {
    top: -42px !important
  }
}

@media (max-width:564px) {
  body .kirion-video-area7 {
    height: 280px
  }
}

@media (max-width:490px) {
  body .kirion-video-area7 {
    height: 250px
  }

  .kirion-video-area7 #slider-bg {
    top: -5px !important
  }
}

body .kirion-video-area7 .video-caption {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 37%;
  text-align: center
}

.video-caption h1 {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px
}

.video-caption h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff
}

.kirion-video-area7 #slider-bg {
  top: -20px
}

#slider-bg {
  top: -250px;
  width: 100%;
  position: relative
}

body.home-7 .count-area {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #1B75BC;
  padding-top: 100px;
  padding-bottom: 120px
}

body.home-7 .count-box i {
  color: #89c4eb;
  float: left;
  font-size: 44px;
  height: 50px;
  position: relative;
  top: 0;
  width: 50px
}

body.home-7 .count-content {
  float: left;
  padding-left: 12px
}

body.home-7 .count-box h2 span {
  color: #1B75BC !important;
  float: left;
  font-size: 32px;
  font-family: Avenir Next, sans-serif
}

body.home-7 .count-box h2 span {
  margin-bottom: 7px
}

.plan-and-price-area7 {
  padding-bottom: 120px;
  padding-top: 150px
}

.select-plan7 {
  float: right;
  text-align: right;
  padding-top: 138px;
  width: 100%
}

.select-plan7 h1 {
  border-bottom: 2px solid #23c6ec;
  padding-bottom: 7px
}

.select-plan7 h1, .select-plan7 h1 span {
  color: #444;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px
}

.select-plan7 h1 span {
  text-transform: capitalize
}

.select-plan7 ul {
  margin-top: 55px
}

.select-plan7 ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-weight: 500;
  margin: 0 !important;
  padding: 10px !important
}

.pricing-details {
  margin-top: 85px
}

.single-plan {
  border: 1px solid rgba(0, 0, 0, .06);
  border-right: 1px solid rgba(0, 0, 0, .06);
  float: left;
  text-align: center
}

.plan-head {
  border-bottom: 1px solid #29c6ec !important;
  color: #444;
  margin-bottom: 25px;
  position: relative;
  z-index: 2
}

.plan-options {
  border-top: 1px solid #eee;
  margin-top: 18px
}

.plan-name {
  background: rgba(0, 0, 0, .03) none repeat scroll 0 0;
  font-size: 1.5em;
  padding: 20px 0;
  color: #23c6ec
}

.plan-price p {
  color: #23c6ec !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px !important;
  opacity: .7;
  text-align: center;
  margin-bottom: 18px !important
}

.plan-price-value {
  display: inline-block;
  font-size: 1.3em !important;
  vertical-align: middle
}

.plan-period:before {
  content: "/";
  left: 0;
  position: absolute;
  top: 0
}

.plan-period {
  display: inline-block;
  opacity: .7;
  padding-left: 7px;
  position: relative;
  top: 4px
}

.single-plan p {
  color: #999;
  display: block;
  margin: 0 10px 10px;
  font-size: 15px
}

.plan-options ul li {
  border-bottom: 1px solid #eee;
  font-size: 15px;
  padding: .5em .2em
}

.plan-options ul li:last-child {
  border-bottom: 0 solid #eee
}

.plan-options ul li span {
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  color: #333 !important;
  font-weight: 600;
  margin-bottom: -3px;
  padding-bottom: 2px;
  text-transform: capitalize
}

.sign-up {
  border-top: 1px solid #eee !important;
  padding: 40px 0
}

.sign-up a {
  background: #4fc1e9 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  font-weight: 600
}

.sign-up a:hover {
  background-color: #1aa0d1
}

.medil-plan7 {
  margin-top: -45px;
  overflow: hidden
}

.medil-plan7 a {
  background: #e54c4c !important;
  transition: all .3s ease 0s
}

.medil-plan7 a:hover {
  background: #c91d1d
}

.medil-plan7 .su-plan-badge {
  background-color: #e54c4c;
  border: 2px solid #de2020;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 8px;
  position: absolute;
  right: -27px;
  text-align: center;
  top: 23px;
  transform: rotate(45deg);
  width: 125px
}

.medil-plan7 .plan-price-before {
  color: #1B75BC
}

.medil-plan7 .plan-head {
  border-bottom: 1px solid #1B75BC !important;
  color: #444;
  margin-bottom: 40px;
  position: relative;
  z-index: 2
}

.medil-plan7 .plan-name, .medil-plan7 .plan-price-value, .medil-plan7 p {
  color: #1B75BC !important
}

.medil-plan7 .sign-up {
  padding-bottom: 55px
}

.form-blog-post7 {
  background: #f2f2f2;
  padding-top: 117px
}

.blog-post7-area {
  padding-top: 36px;
  line-height: 0
}

.blog-post7-area .portfolio-title h3, .blog-post7-area .portfolio-title h3 a {
  color: #fff
}

.blog-post7-area .portfolio-title span.comment a {
  color: #fff
}

body.home-7 .portfolio-item:before {
  background-color: #23c6ec
}

body.home-7 .portfolio-title>p {
  margin-top: 20px;
  width: 50%;
  line-height: 20px
}

body.home-7 .footer-top {
  clear: both
}

body.home-7 .footertop-menu ul li a {
  padding: 15px 0
}

body.home-7 .about-us3 h5 {
  font-weight: 400
}

body.home-7 #scrollUp {
  background-color: #23c6ec
}

body.home-8 .main-area {
  margin: 0 auto;
  width: 1400px;
  border: 1px solid #ddd
}

.call-to-actin-top8 {
  border-bottom: 1px solid #ddd
}

body.home-8 .coll-to-action7 {
  padding-bottom: 4px
}

body.home-8 .menu ul {
  float: left
}

body.home-8 .menu ul li a {
  padding: 0 5px
}

body.home-8 .menu ul li:after {
  transform: skew(0deg)
}

body.home-8 .main-menu {
  background-color: #f7f7f7
}

body.home-8 .menu ul li {
  position: relative;
  height: 100%
}

body.home-8 .menu ul li:first-child {
  border-left: 1px solid #ddd
}

body.home-8 .menu ul li:before {
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, .05) none repeat scroll 0 0;
  width: 0;
  position: absolute;
  transition: all .3s ease 0s
}

body.home-8 .menu ul li:hover:before {
  width: 100% !important;
  margin-left: -17px
}

body.home-8 .mega-menu {
  z-index: 25
}

body.home-8 .mega-menu ul li:first-child {
  border-left: 0 solid #ddd
}

body.home-8 .sb-open-left>a {
  color: #000
}

body.home-8 .shop-mega-menu {
  left: -599px !important
}

body.home-8 .cart-and-search:before {
  background-color: #1B75BC;
  content: "";
  height: 56px;
  position: absolute;
  right: -245%;
  top: 85px;
  width: 230%;
  z-index: 30
}

body.home-8 .pages-mega-menu {
  left: -630% !important
}

body.home-8 .cart-and-search:after {
  background-color: #1B75BC;
  content: "";
  height: 56px;
  left: 240%;
  position: absolute;
  top: 85px;
  transform: translateX(-60px) skewX(-25deg);
  width: 170%;
  z-index: 31
}

body.home-8 .five-collum-menu {
  left: -220px
}

body.home-8 .header-search {
  line-height: 80px;
  margin-left: 15px;
  margin-right: -60px;
  margin-top: 3px
}

body.home-8 .readon.white {
  color: #fff;
  border: 2px solid #1B75BC
}

body.home-8 .slider {
  overflow: hidden;
  width: 1400px !important
}

body.home-8 .tp-leftarrow {
  left: 280px !important
}

body.home-8 .tp-rightarrow {
  right: 280px !important
}

body.home-8 .portfolio-gallery-area {
  width: 100%;
  padding: 30px 130px
}

.mosaic-none {
  display: none
}

body.home-8 .blog-post-area {
  padding: 30px 130px;
  width: 100% !important
}

body.home-8 .item-two-mb {
  margin-bottom: 15px;
  overflow: hidden
}

body.home-8 .portfolio-item-two img {
  height: 214px;
  padding-right: 15px
}

body.home-8 .blog-post-area .single-blog-post8 {
  float: left
}

body.home-8 .blog-post-area .single-blog-post8:nth-child(n+1) {
  width: 40%
}

body.home-8 .blog-post-area .single-blog-post8:nth-child(n+2) {
  width: 30%
}

body.home-8 .blog-post-area .single-blog-post8 .mini8 {
  height: 200px
}

body.home-8 .blog-post-area .single-blog-post8 .large8 img {
  height: 400px
}

body.home-8 .portfolio-item-one .portfolio-item>img {
  height: 443px
}

body.home-8 .portfolio-item-two img {
  height: 214px
}

body.home-8 .portfolio-item-three img {
  height: 214px;
  margin-bottom: 0;
  width: 100% !important
}

body.home-8 .poerfolio-three-iteam img {
  height: 214px;
  width: 100%
}

body.home-8 .portfolio-item.three-inner-one, body.home-8 .portfolio-item.three-inner-two {
  margin-top: 0;
  height: 200px;
  width: 180px !important
}

body.home-8 .portfolio-item-three .portfolio-item, body.home-8 .portfolio-item-two .portfolio-item {
  height: 200px;
  width: 100% !important
}

body.home-8 .portfolio-item-one .portfolio-item {
  height: 415px
}

body.home-8 .blog-post-area .blog-four {
  margin-left: -18px;
  width: 100%
}

body.home-8 .portfolio-item.three-inner-one, body.home-8 .portfolio-item.three-inner-two {
  width: 98% !important
}

body.home-8 .blog-post-area .blog-one {
  height: 400px
}

body.home-8 .blog-four .portfolio-item {
  height: 200px
}

body.home-8 .featuer-top h2 {
  margin: 20px auto;
  width: 40%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative
}

body.home-8 .featuer-top h2:before {
  background: #1B75BC none repeat scroll 0 0;
  height: 1px;
  position: absolute;
  width: 70%;
  top: 62px;
  left: 70px;
  content: ""
}

.project-view8 {
  background: #f2f2f2 none repeat scroll 0 0;
  overflow: hidden;
  padding: 80px 100px;
  padding-bottom: 13px
}

body.home-8 .team-member-area {
  padding-bottom: 90px;
  padding-top: 90px
}

body.home-8 .project-view8 .screenshot-area {
  width: 1200px
}

body.home-8 .project-view8 .screenshot-image-meddin {
  top: -365px
}

body.home-8 .project-view8 .screenshot-image-center {
  float: left;
  left: 0;
  position: relative;
  top: 75px;
  width: 40%
}

body.home-8 .project-view8 .featuer-top h2:before {
  left: 0;
  width: 70%
}

.project-view8 .featuer-top h2 {
  margin-left: 0 !important;
  border-bottom: none !important
}

.project-view8 .featuer-top p {
  margin-left: 0
}

body.home-8 .count-area {
  background: #1B75BC none repeat scroll 0 0;
  padding: 35px 0
}

body.home-8 .count-box h2 {
  padding-top: 20px
}

body.home-8 .count-box p {
  padding-bottom: 20px
}

body.home-8 .blog-area .featuer-top h2:before, body.home-8 .optimize-area .featuer-top h2:before, body.home-8 .portfolio-area .featuer-top h2:before, body.home-8 .team-member-area .featuer-top h2:before {
  left: 0;
  width: 55%
}

body.home-8 .blog-area .featuer-top h2, body.home-8 .optimize-area .featuer-top h2, body.home-8 .portfolio-area .featuer-top h2, body.home-8 .team-member-area .featuer-top h2 {
  margin: 0;
  width: 50%
}

body.home-8 .blog-area .featuer-top p, body.home-8 .optimize-area .featuer-top p, body.home-8 .portfolio-area .featuer-top p, body.home-8 .team-member-area .featuer-top p {
  margin-top: 20px;
  float: left
}

body.home-8 .blog-area .single-team, body.home-8 .optimize-area .single-team, body.home-8 .portfolio-area .single-team, body.home-8 .team-member-area .single-team {
  clear: both;
  padding-top: 13px
}

body.home-8 .client-area {
  background: transparent url(img/home8/abstruct.jpg) repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 100px 0;
  width: 100%;
  padding-bottom: 80px
}

body.home-8 .client-logo {
  margin-bottom: 25px;
  background-color: hsla(0, 0%, 100%, .5);
  border: medium none;
  border-radius: 2px;
  transition: all .3s ease 0s
}

body.home-8 .portfolio-title h3, body.home-8 .portfolio-title h5 {
  color: #fff
}

body.home-8 .client-logo:hover {
  background: #fff
}

body.home-8 .portfolio-area {
  padding-bottom: 75px;
  padding-top: 105px
}

body.home-8 .optimize-area {
  padding-top: 92px
}

body.home-8 .blog-area {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 74px;
  padding-top: 105px
}

body.home-8 .blog-post-area {
  width: 99% !important;
  overflow: hidden
}

body.home-8 .footertop-menu ul li a {
  padding: 10px 0
}

body.home-8 .footertop-menu {
  min-height: 250px
}

body.home-8 .mega-menu ul li a {
  height: inherit;
  line-height: 1;
  margin-bottom: 0;
  padding: 7px 0
}

body.home-8 .one-collam-menu .mega-menu ul li a {
  height: 40px !important;
  line-height: 37px;
  padding: 0 !important
}

body.home-8 .pages-mega-menu .menu-colum a {
  padding: 21px 0 !important;
  transition: all .3s ease 0s
}

.five-collum-menu .menu-colum:last-child {
  border-right: 0
}

body.home-8 .coll-to-action7 {
  padding-bottom: 18px
}

body.home-8 .footertop-menu h5 {
  font-family: Avenir Next, sans-serif
}

body.home-9 {
  font-size: 14px;
  line-height: 20px
}

body.home-9 h1, body.home-9 h2, body.home-9 h3, body.home-9 h4, body.home-9 h5, body.home-9 h6, body.home-9 p {
  font-family: Avenir Next, sans-serif
}

body.home-9 .mega-menu {
  width: 541px;
  padding-left: 20px
}

body.home-9 .menu ul li a {
  font-size: 16px
}

.featurest-area9 {
  margin-top: 100px;
  margin-bottom: 60px
}

.area-title9 {
  width: 50%;
  margin: 0 auto
}

.area-title9 h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  height: 100%;
  line-height: 28px;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  display: inline-block
}

.area-title9 p {
  color: #1B75BC;
  font-size: 14px;
  line-height: 23px
}

.area-title9 h2:after {
  background: #ff6c2c none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 39px;
  width: 32px;
  margin-left: -16px
}

.featured-list {
  overflow: hidden;
  margin-top: 40px
}

.featured-box {
  margin-bottom: 45px
}

.featured-box i {
  color: #58da82;
  font-size: 64px
}

.featured-box i.list-img-icon1 {
  color: #df608e
}

.featured-box i.list-img-icon2 {
  color: #ff6a56
}

.featured-box i.list-img-icon3 {
  color: #10c7c7
}

.featured-box i.list-img-icon4 {
  color: #209986
}

.featured-box i.list-img-icon5 {
  color: #8d65b3
}

.featured-box h3 {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 12px
}

.featured-box p {
  color: #1B75BC
}

body.home-9 header a i {
  position: absolute;
  top: o;
  left: 0
}

body.home-9 #simple-menu i {
  background: #ff6c2c none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  padding: 18px
}

body.home-9 .header-search {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  height: 56px !important;
  line-height: 53px !important;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: -5px;
  transition: all .2s linear 0s
}

body.home-9 .header-search input {
  color: #fff
}

body.home-9 span.search-button i {
  color: #fff;
  position: relative;
  right: -7px;
  top: 0
}

body.home-9 .header-search input:focus {
  width: 200px;
  margin-left: 5px;
  padding-left: 25px
}

.medil-logo9 img {
  width: 110px;
  overflow: hidden;
  margin-bottom: -9px
}

body.home-9 .menu ul li:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skew(0deg);
  width: 1px
}

body.home-9 .menu ul li {
  display: inline;
  padding: 7px;
  position: relative
}

body.home-9 .mega-menu {
  z-index: 25;
  background: #fff !important
}

body.home-9 .largeHeading.global-link-color *, body.home-9 .mediumHeading.global-link-color *, body.home-9 .smallHeading.global-link-color * {
  color: #ff6c2c
}

body.home-9 .largeHeadingBlack h1 {
  color: #000;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal
}

body.home-9 .global-link-color * {
  color: #ff6c2c !important;
  margin-top: 19px !important
}

body.home-9 .detailTextBlack p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px
}

body.home-9 .readon.black.border {
  border-color: #444
}

body.home-9 .readon.border {
  background-color: transparent;
  color: #444
}

body.home-9 .readon.black:hover {
  background: #444 none repeat scroll 0 0 !important;
  color: #fff
}

.fill-our-work-area9 {
  background: #f2f2f2 none repeat scroll 0 0;
  padding-bottom: 172px;
  padding-top: 105px
}

.fill-work-fr9 {
  max-width: 100%;
  position: absolute
}

.work-freame9 {
  max-width: 944px;
  padding: 4.3% 3% 8.2% 8%;
  position: relative
}

.fill-work9-text {
  margin-left: 35px
}

.fill-work9-text h2 {
  color: #444;
  font-size: 28px;
  font-weight: 700;
  height: 100%;
  line-height: 28px;
  position: relative;
  width: 100%;
  margin-bottom: 38px
}

.fill-work9-text h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 32px;
  top: 130%;
  left: 0;
  background: #ff6c2c
}

.fill-work9-text p {
  margin-bottom: 20px;
  color: #1B75BC
}

.fill-work9-text a {
  margin-top: 55px
}

.fill-our-work-area9 .owl-controls {
  margin-top: -50px;
  text-align: center
}

.fill-our-work-area9 .owl-controls .owl-page span {
  background: transparent;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: .9;
  width: 12px;
  border: 2px solid #fff
}

.fill-our-work-area9 .owl-controls.clickable .owl-page:hover span, .fill-our-work-area9 .owl-controls .owl-page.active span {
  opacity: .9;
  background: #fff
}

.we-are-expert9-area {
  padding-bottom: 65px;
  padding-top: 100px
}

.expert9 {
  overflow: hidden
}

.expert9 h3 {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  line-height: 20px;
  margin-bottom: 65px;
  position: relative;
  width: 100%
}

.expert9 h3:after {
  position: absolute;
  content: "";
  width: 32px;
  background: #ff6c2c;
  top: 130%;
  left: 0;
  height: 2px
}

body.home-9 .skill-content-3 {
  overflow: hidden
}

body.home-9 .skill .progress .lead {
  color: #444;
  left: 0;
  position: absolute;
  top: -23px;
  z-index: 99;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 400
}

body.home-9 .skill .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative
}

body.home-9 .skill .progress-bar>span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -26px;
  position: relative;
  padding: 0 5px
}

.skill .progress-bar>span:after, body.home-9 .skill .progress-bar>span:before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0
}

body.home-9 .skill .progress-bar>span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px
}

.we-are-good-at h3, body.home-9 .holax-shop h3 {
  font-size: 18px;
  margin-bottom: 25px
}

body.home-9 .skill .progress:nth-child(1) .progress-bar {
  background: #5b9fd0
}

body.home-9 .skill .progress:nth-child(2) .progress-bar {
  background: #e44d26
}

body.home-9 .skill .progress:nth-child(3) .progress-bar {
  background: #e77713
}

body.home-9 .skill .progress:nth-child(4) .progress-bar {
  background: #21ac0d
}

body.home-9 .skill .progress:nth-child(5) .progress-bar {
  background: #08759b
}

body.home-9 .one-collam-menu .mega-menu ul li a {
  height: 25px !important
}

.expert-accordion9 h3 {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  line-height: 20px;
  margin-bottom: 43px;
  position: relative;
  width: 100%
}

.expert-accordion9 h3:after {
  position: absolute;
  content: "";
  width: 32px;
  background: #ff6c2c;
  top: 130%;
  left: 0;
  height: 2px
}

.expert-accordion9 .panel-default {
  border-color: transparent
}

.expert-accordion9 .panel-default>.panel-heading {
  background: transparent none repeat scroll 0 0;
  border-color: transparent;
  color: #333
}

.expert-accordion9 .glyphicon {
  color: #1B75BC;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-size: 12px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 10px;
  margin-top: 4px
}

.expert-accordion9 a:hover {
  color: #000;
  text-decoration: none
}

.kirion-is-amizing9-area {
  background: #ff6c2c;
  width: 100%;
  overflow: hidden
}

.kirion-amizing-left {
  background: #444 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  padding-bottom: 118px;
  padding-right: 30px;
  padding-top: 110px;
  width: 50%
}

.kirion-amizing-left h2 {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 90px
}

.kirion-amizing-left h2:after {
  position: absolute;
  content: "";
  background: #ff6c2c;
  width: 30px;
  height: 2px;
  top: 130%;
  left: 48.5%
}

.kirion-amizing-right {
  width: 50%;
  float: right
}

.kirion-amizing-box {
  float: left;
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 47px;
  width: 50%
}

.amizing-box-icon {
  float: left;
  width: 20%
}

.amizing-box-icon i {
  color: #ff6c2c;
  font-size: 54px
}

.amizing-box-details {
  float: left;
  width: 80%;
  padding-left: 10px
}

.amizing-box-details h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px
}

.amizing-box-details p {
  color: #ddd;
  font-size: 14px
}

.our-relable-work9-area {
  background: transparent url(img/home9/stationery01.jpg) repeat scroll 0 0;
  clear: both;
  padding-bottom: 100px;
  padding-top: 125px
}

.reliable-work-box-area {
  width: 100%;
  margin-top: 38px
}

.reliable-work-box-area button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  margin-left: 44%;
  margin-top: 40px;
  padding: 8px 30px
}

.awesome-portfolio-area {
  background: #f7f5f6 none repeat scroll 0 0;
  overflow: hidden;
  padding-top: 160px
}

.section-heading {
  text-align: center
}

.section-heading h1 {
  color: #1B75BC;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  width: 33.33%;
  line-height: 0
}

.awesome-img, .single-awesome-portfolio a {
  position: relative;
  display: block
}

.awesome-img {
  overflow: hidden;
  transition: transform .6s cubic-bezier(.19, 1, .22, 1) 0s;
  z-index: 2
}

.awesome-info {
  background-color: #282727;
  height: 100%;
  padding: 20px 30px 12px;
  position: absolute;
  top: -2px;
  width: 100%;
  opacity: 1;
  display: block
}

.awesome-info h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 3px
}

.awesome-info p {
  color: #aaa;
  font-size: 12px;
  line-height: 20px
}

.single-awesome-portfolio a:hover .awesome-img {
  transform: translateY(100%)
}

.awesome-portfolio-menu {
  margin-bottom: 40px;
  margin-top: 20px
}

.awesome-portfolio-menu ul {
  text-align: center
}

.awesome-portfolio-menu ul li {
  border: 1px solid #ececec;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin: 0 4px;
  padding: 8px 17px;
  transition: all .3s ease 0s;
  background: #fff
}

.awesome-portfolio-menu ul li.active, .awesome-portfolio-menu ul li:hover {
  border-color: #2bcdc1;
  color: #2bcdc1
}

.emargency-area9 {
  width: 100%
}

body.home-9 .emargency-area9 .emargency-one {
  float: left;
  width: 33.33%;
  padding-top: 30px;
  padding-bottom: 27px;
  background-color: #1a2b33;
  border: 0 none #ddd;
  color: #fff;
  margin: 0;
  opacity: .9;
  overflow: hidden;
  position: relative;
  transition: all .3s ease 0s
}

body.home-9 .emargency-area9 .emargency-one:hover {
  opacity: 1
}

body.home-9 .emargency-area9 .em-three {
  background: #38c7be none repeat scroll 0 0
}

body.home-9 .emargency-area9 .em-two {
  background: #ff5252 none repeat scroll 0 0
}

.emargency-carosel-area9 {
  background: #f5f5f5 none repeat scroll 0 0;
  clear: both;
  padding-bottom: 95px;
  padding-top: 105px
}

.emargency-carosel {
  margin-right: -10px;
  padding: 0 15px
}

.emargency-box9 {
  margin-right: 10px
}

.imargency-image9 {
  position: relative;
  width: 100%;
  height: 100%
}

.imargency-image9 img {
  width: 100%
}

.imargencyimage9-link {
  left: 30.5%;
  position: absolute;
  top: 43%
}

.imargencyimage9-link a {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 2px;
  color: hsla(0, 0%, 100%, .75);
  left: 40%;
  opacity: 0;
  padding: 10px 13px;
  transform: translateX(-50px);
  transition: all .4s ease-in-out 0s;
  z-index: 1
}

.imargencyimage9-link a:hover {
  background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
  color: #fff
}

.imargencyimage9-link a.search9 {
  left: -30px;
  position: absolute;
  top: -44px;
  width: 40px;
  transition: all .3s ease 0s
}

.emargency-box9:hover .imargencyimage9-link a.search9 {
  left: 50px;
  opacity: 1
}

.emargency-box9:hover .imargencyimage9-link a.link9 {
  left: 160px;
  opacity: 1
}

.imargencyimage9-link a.link9 {
  position: absolute;
  top: -9px;
  left: 240px
}

.imargency-details9 {
  background: #fff none repeat scroll 0 0;
  padding: 28px 32px 16px
}

.imargency-info9 p {
  color: #999;
  display: inline-block;
  font-size: 12px;
  position: relative
}

.imargency-info9 p span {
  height: 100%;
  position: relative;
  width: 100%;
  margin-left: 9px
}

.imargency-info9 p span:after {
  background-color: #ddd;
  bottom: 6px;
  content: "";
  height: 8px;
  left: -6px;
  position: absolute;
  width: 1px;
  top: 5px
}

.imargency-details9 h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 15px
}

.imargency-details9 h3 a:hover {
  color: #000
}

.checkout-our-templates9 {
  background: #ff6c2c;
  padding-top: 58px;
  padding-bottom: 46px
}

.checkout-our-templates9 h3 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500
}

body.home-9 #scrollUp {
  background-color: #ff6c2c
}

body.home-9 .footertop-menu ul li a {
  padding: 10px 0;
  transition: all .3s ease 0s
}

body.home-9 .footertop-menu ul li a:hover {
  margin-left: 10px
}

body.home-9 .mega-menu ul li a {
  border-bottom: 0 solid #333;
  color: #1B75BC;
  transition: all .3s ease 0s;
  text-transform: capitalize
}

body.home-9 .mega-menu ul li a:hover, body.home-9 .mega-menu ul li a:hover div {
  color: #000
}

body.home-9 .mega-menu ul li a div {
  color: #1B75BC;
  transition: all .3s ease 0s;
  text-transform: capitalize
}

body.home-9 .mega-menu ul li {
  border-right: 0 solid #333
}

body.home-9 .mega-menu ul li a {
  height: 40px;
  padding: 15px 0 15px 15px
}

body.home-9 .five-collum-menu {
  background: #fff none repeat scroll 0 0
}

body.home-9 .five-collum-menu .menu-colum a {
  color: #ff6c2c;
  transition: all .3s ease 0s
}

body.home-9 .five-collum-menu .menu-colum a:hover {
  color: #ff5a14
}

body.home-9 .five-collum-menu .menu-colum h3 {
  border-bottom: 0 solid #333
}

body.home-9 .five-collum-menu .menu-colum {
  border-right: 0 solid #333
}

body.home-9 .five-collum-menu .menu-colum h3 a {
  color: #1B75BC;
  transition: all .3s ease 0s
}

body.home-9 .five-collum-menu .menu-colum h3 a:hover {
  color: #000
}

body.home-9 .pages-mega-menu .menu-colum a {
  border-bottom: 0 solid #333;
  color: #1B75BC;
  transition: all .3s ease 0s
}

body.home-9 .pages-mega-menu .menu-colum a:hover {
  color: #000
}

body.pages h1, body.pages h2, body.pages h3, body.pages h4, body.pages h5, body.pages h6 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-weight: 300;
  text-transform: none
}

body.pages p {
  font-size: 14px;
  line-height: 20px
}

.cart-and-search:before, .sidr .side-search .header-search {
  height: 97px
}

.breadcrumb-area {
  border-top: 1px solid #eee;
  padding-top: 8px
}

.breadcrumb-kirion ul.breadcrumb {
  background: transparent none repeat scroll 0 0;
  margin-bottom: 7px
}

.breadcrumb>li+li:before {
  color: #1B75BC;
  content: "\f105";
  padding: 0 5px;
  font-family: fontawesome
}

.breadcrumb-kirion ul.breadcrumb li.bre-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #1B75BC;
  font-weight: 700;
  margin-right: 8px
}

.breadcrumb-kirion ul.breadcrumb li a.pathway {
  font-size: 14px;
  text-transform: uppercase;
  color: #1B75BC;
  cursor: pointer;
  text-decoration: none
}

.fpages .footertop-menu ul li a {
  padding: 11px 0
}

.fpages .footertop-menu {
  height: 280px
}

@import url(http://fonts.googleapis.com/css?family=Teko:300,400,500,600);

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

li {
  list-style: none
}

canvas {
  vertical-align: bottom
}

#particles-js {
  background: #1B75BC;
  height: 75px;
  position: relative;
  width: 100%
}

.portfolio {
  background: transparent url(img/bg/portfolio01.jpg) repeat scroll 0 0 !important
}

#particles-js h1 {
  color: #fff;
  float: left;
  font-family: Avenir Next, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  margin-left: 15px;
  text-transform: uppercase
}

.again-back {
  float: right
}

#particles-js .container {
  height: 100%;
  left: 0;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%
}

.again-back a {
  background: #1B75BC none repeat scroll 0 0;
  border: 2px solid #1B75BC;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
  padding: 8px 55px 8px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.about-intensy-area {
  background: #f7f5f6;
  padding-top: 90px;
}

.about-intensy-text p {
  color: #444;
  margin-bottom: 30px
}

.about-intensy-text h1.about-intensy-title {
  border-left: 4px solid rgba(68, 68, 68, .3);
  color: #1B75BC;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-top: 5px
}

h1.about-intensy-title {
  color: #1B75BC;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px
}

.about-intensy-text ul {
  margin-bottom: 30px
}

.about-intensy-text ul li {
  border-top: 1px solid #eceaeb;
  color: #1B75BC;
  display: block !important;
  font-family: Avenir Next, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  list-style-type: none !important;
  margin: 0 !important;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0 !important;
  padding-top: 15px;
  position: relative
}
.about-intensy-text ul li:first-child{
  border-top: none;
}

.about-intensy-text ul li:last-child {
  border-bottom: 1px solid #eceaeb
}

.about-intensy-text a {
  color: #444;
  border-color: #a5a5a5;
  margin-bottom: 0
}

.about-intensy-text a:hover {
  background: #1B75BC none repeat scroll 0 0;
  border-color: #1B75BC;
  color: #fff
}

.about-member-area {
  padding: 90px 0;
  background: #f7f5f6
}

.newsletter-area {
  background: transparent url(img/about/bg-3.jpg) no-repeat scroll 50%/cover;
  overflow: hidden;
  padding: 145px 0;
  text-align: center
}

.newsletter-area h4 {
  color: #fff !important;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  line-height: 36px
}

.newsletter-area .email-newslatter {
  margin: 0 auto;
  width: 30%
}

.newsletter-area .email-newslatter input [type=text] {
  color: #fff !important
}

.newsletter-area .email-newslatter p {
  color: #fff
}

.progress-circular input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #000 !important;
  font: 700 35px Arial;
  position: absolute !important;
  top: 0 !important
}

.about-clients-area {
  padding: 90px 0
}

.about-brand-list {
  margin-left: -30px
}

.about-brand {
  float: left;
  padding-left: 30px;
  width: 20%
}

.about-skill-area {
  padding: 90px 0
}

.about-section-heading {
  margin-bottom: 80px;
  text-align: center
}

.single-skill-about {
  text-align: center
}

.single-skill-about h4 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 20px;
  font-weight: 700
}

.about-brand a {
  display: block;
  padding: 25px 0;
  text-align: center
}

.about2-baner-area {
  margin-bottom: 30px;
  margin-top: 35px
}

.about2-banner img {
  width: 100%
}

.about2-testimonial-area .people-info h5 {
  font-family: Avenir Next, sans-serif
}

.about2-testimonial-area .people-say-box {
  margin-top: 0
}

.about2-testimonial-area .people-asy-top:before {
  border-top-color: #ccc !important
}

.about2-testimonial-area .people-asy-top {
  border-color: #ccc !important;
  box-shadow: -4px 0 0 #f46e6e
}

.about2-testimonial-area .people-asy-top>h3 {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 21px;
  margin-top: 28px
}

.about2-testimonial-area .people-asy-top p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 26px
}

.about2-services-wedo {
  margin-top: 110px
}

.about2-service-wedo h2 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 70px;
  text-align: center
}

.about2-service-wedo ul li {
  display: block !important;
  line-height: 1.3em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 4px 0 4px 2em !important;
  position: relative
}

.about2-service-wedo ul li i {
  color: #1B75BC;
  margin-right: 7px
}

.about2-parchech-package-area {
  padding-top: 126px
}

.about2-parchech-area {
  margin-top: 100px
}

.about2-parchech-package-area h2 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center
}

.about2-parchech-package-area .about-plan {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  border-left: 1px solid rgba(0, 0, 0, .06);
  border-right: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 -5px 0 #34495e;
  box-sizing: border-box;
  float: left;
  margin-right: -1px;
  text-align: center;
  transition: all .25s ease-in-out 0s;
  width: 25%
}

.about2-parchech-package-area .about-plan-head {
  border-bottom: 1px solid #eee !important;
  margin-bottom: 40px;
  padding: 45px 0;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: hidden;
  z-index: 2
}

.about2-parchech-package-area .about-plan-name {
  color: #444;
  font-size: 1.3em;
  margin-bottom: 15px;
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
  z-index: 2
}

.about2-parchech-package-area .about-plan-head .about-plan-price {
  display: inline-block;
  font-size: 2.3em;
  font-weight: 700;
  line-height: normal
}

.about2-parchech-package-area .about-plan-price-after, .about2-parchech-package-area .about-plan-price-before {
  display: inline-block;
  font-size: .7em;
  font-weight: 400;
  vertical-align: middle
}

.about2-parchech-package-area .about-plan-price-value {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle
}

.about2-parchech-package-area .about-plan-head .about-plan-period:before {
  content: "/";
  left: -6px;
  position: absolute;
  top: 2px
}

.about2-parchech-package-area .about-plan-head .about-plan-period {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-left: 5px;
  top: 4px
}

.about2-parchech-package-area .about-plan-options ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.about2-parchech-package-area .about-plan-options ul li:first-child, .about2-parchech-package-area .about-plan ul li {
  border: medium none
}

.about2-parchech-package-area .about-plan-options ul li {
  border-top: 1px dotted hsla(0, 0%, 87%, .5);
  list-style: outside none none;
  margin: 0;
  padding: .5em .2em
}

.about2-parchech-package-area .about-plan-options ul li span {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 10px;
  padding: 0 10px
}

.about2-parchech-package-area .about-plan-options ul li span strong {
  color: #000
}

.about2-parchech-package-area .about-plan-options ul li strong {
  font-family: Avenir Next, sans-serif;
  font-size: 14px
}

.about2-parchech-package-area .about-plan .about-tooltip {
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  margin-bottom: -3px;
  padding-bottom: 2px;
  display: inline-block
}

.about2-parchech-package-area .about-plan-footer {
  background-color: #fff;
  border-top-color: #fff;
  color: #34495e;
  border-top: 1px solid #eee !important;
  margin-top: 20px;
  padding: 40px 0;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 30px 0
}

.about2-parchech-package-area .about-plan-button {
  background-color: #34495e;
  color: #fff;
  transition: all .2s ease 0s
}

.about2-parchech-package-area .about-plan-button:hover {
  background: #333
}

.about2-parchech-package-area .about-plan-footer a {
  border-radius: 5px;
  display: inline-block;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  padding: 12px 15px;
  text-decoration: none !important;
  transition: all .2s ease 0s
}

.su-plan-badge {
  background-color: #e54c4c;
  border-color: #de2020;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 5px 12px
}

.about-popular {
  margin-top: -31px
}

.about2-parchech-package-area .about-popular {
  box-shadow: 0 -5px 0 #e54c4c
}

.about2-parchech-package-area .about-popular .about-plan-head {
  border-bottom: 1px solid #eee !important;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 55px 0 45px;
  position: relative;
  z-index: 2
}

.about2-parchech-package-area .about-popular .about-plan-button {
  background-color: #1B75BC;
  color: #fff;
  transition: all .2s ease 0s
}

.about2-parchech-package-area .about-popular .about-plan-button:hover {
  background-color: #c91d1d
}

.office-top-area {
  min-height: 339px
}

.office-content {
  background: #fff
}

.office-content .owl-prev span {
  left: 2%
}

.office-content .owl-next span, .office-content .owl-prev span {
  background: hsla(0, 0%, 100%, .48) none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
  padding: 13px;
  position: absolute;
  top: 41%;
  transition: all .5s ease 0s
}

.office-content .owl-next span {
  right: 2%
}

.office-content .glyphicon {
  font-family: Glyphicons Halflings !important
}

.office-content #owl-demo-two .item img {
  display: block;
  width: 100%;
  height: auto
}

.bread-comeh1 h1 {
  margin-bottom: 34px;
  margin-top: 3px
}

.our-office-title {
  margin-top: 86px
}

.our-office-title h2 {
  font-size: 36px;
  line-height: 60px;
  font-weight: 300;
  text-transform: none;
  color: #444;
  margin-left: 10px;
  padding-bottom: 15px;
  position: relative
}

.our-office-title h2:after {
  content: "";
  position: absolute;
  display: block;
  background: #ddd;
  height: 2px;
  width: 110px
}

.we-work {
  margin-top: 52px
}

.our-location h3, .our-workplase h3, .we-work h3 {
  color: #1B75BC;
  font-family: Raleway !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
  position: relative
}

.our-workplase h3 {
  margin-left: 15px
}

.our-location h3:after, .our-workplase h3:after, .we-work h3:before {
  background: hsla(0, 0%, 87%, .3) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 100px
}

.our-location {
  margin-top: 52px
}

#map1 {
  height: 178px;
  width: 100%
}

.our-location h4 {
  font-size: 16px;
  line-height: 16px;
  color: #1B75BC;
  margin-bottom: 16px;
  margin-left: 3px;
  margin-top: 15px;
  position: relative
}

.address p {
  margin-bottom: 10px
}

.address p i {
  font-size: 12px;
  line-height: 12px;
  background: transparent;
  color: #1B75BC;
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 5px;
  width: 23px;
  text-align: center;
  margin-right: 5px
}

.our-workplase {
  padding-bottom: 53px;
  overflow: hidden;
  padding-top: 14px
}

.creative-member-area {
  padding: 160px 0
}

.creative-member-area .section-heading {
  text-align: center;
  margin-bottom: 70px
}

.creative-member-area .section-heading h1 {
  color: #000
}

.member-photo, .single-creative-member {
  position: relative
}

.member-photo {
  border-radius: 10px 0 10px 10px;
  margin-right: 52px;
  overflow: hidden;
  transform: translateZ(0)
}

.member-photo:before {
  background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease 0s;
  width: 100%
}

.single-creative-member:hover .member-photo:before {
  opacity: 1
}

.member-photo:after {
  background: transparent linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, .5)) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%
}

.member-info {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  margin-right: 50px;
  padding: 25px;
  position: absolute;
  z-index: 999
}

.member-info .member-name {
  display: block;
  font-size: 1.2em;
  margin-bottom: .2em
}

.member-info .member-role {
  display: block;
  font-size: .9em;
  margin-bottom: 0;
  opacity: .5
}

.member-icons {
  background-color: #1B75BC;
  border-radius: 0 10px 0 0;
  padding: 15px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px
}

.member-icons a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 52px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 100%
}

.member-icons a i {
  font-size: 18px;
  padding-bottom: 15px;
  width: 25px
}

.member-icons svg {
  border-top: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 100%
}

.member-icons svg path {
  fill: #1B75BC
}

.team-member-area .section-heading h1 {
  font-size: 36px
}

.team-skill-area {
  padding: 90px 0
}

.team-skill-area h1.about-intensy-title {
  font-size: 36px
}

.progress-circular .knob {
  font-family: open sans !important;
  font-weight: 300 !important
}

.team-skill-area .single-skill-about h4 {
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 0
}

.team-skill-area .single-skill-about {
  border: 1px solid #1B75BC;
  padding: 30px 0;
  text-align: center
}

.team-skill-area .progress-circular input {
  top: inherit !important
}

.team-skill-area .about-section-heading {
  margin-bottom: 35px
}

.team-counter-list {
  border-right: 1px solid #ddd;
  float: left;
  text-align: center;
  width: 33%
}

.team-counter-list:last-child {
  border-right: 0
}

.team-counter-list h1 {
  color: #1B75BC !important;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 10px
}

.team-counter-list p {
  color: #1B75BC666;
  font-size: 18px !important
}

.team-bottom-couter {
  overflow: hidden;
  padding: 100px 0 0
}

.team-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
  text-align: center
}

.team-heading h2 {
  font-family: Raleway !important;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 25px
}

span.member-name {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .2em;
  transition: all .3s ease 0s
}

span.member-name:hover {
  color: #1B75BC
}

.ab-team-details {
  padding: 1.5em
}

span.member-role {
  display: block;
  font-size: .9em;
  margin-bottom: 1em;
  opacity: .5;
  text-transform: uppercase
}

.team-2-area {
  padding-top: 35px
}

.team-2-curosel .owl-nav .owl-next i, .team-2-curosel .owl-nav .owl-prev i {
  background: #0d292f none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  height: 32px;
  left: -30px;
  margin-top: -16px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 45px;
  transition: all .3s ease 0s;
  opacity: 0;
  z-index: -9
}

.team-2-curosel .owl-nav .owl-next i {
  left: auto;
  right: -30px
}

.team-2-curosel:hover .owl-nav .owl-prev i {
  left: 0;
  opacity: 1;
  z-index: 9
}

.team-2-curosel:hover .owl-nav .owl-next i {
  right: 0;
  opacity: 1;
  z-index: 9
}

.team-2-curosel .owl-nav .owl-next i:hover, .team-2-curosel .owl-nav .owl-prev i:hover {
  background: #2bcdc1
}

.team-two-bottom-area {
  padding-bottom: 70px
}

.team-two-bottom-area .single-team {
  border-bottom: 1px solid #ddd;
  margin-bottom: -19px;
  text-align: center
}

.team-2-border {
  border-right: 1px solid #ddd;
  margin-bottom: 35px
}

.team-two-bottom-area .col-lg-4.col-md-4.team-2-border:nth-child(4) .single-team, .team-two-bottom-area .col-lg-4.col-md-4.team-2-border:nth-child(5) .single-team, .team-two-bottom-area .col-lg-4.col-md-4.team-2-border:nth-child(6) .single-team {
  border-bottom: 0
}

h3.team-2-skill {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: 40px
}

.t-border-none .single-team {
  border-bottom: 0
}

.our-skill-team-2 .skill .progress-bar {
  background: #1B75BC none repeat scroll 0 0 !important
}

.team-two-bottom-area {
  overflow: hidden
}

.our-skill-team-2 {
  padding-top: 30px
}

.pages-p {
  padding-top: 80px;
  padding-bottom: 80px
}

.our-skill-team-2 .skill .progress .lead {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: -24px;
  z-index: 99
}

.our-skill-team-2 .skill .progress-bar>span:before {
  border-top-color: #333 !important;
  border-width: 5px;
  left: 50%;
  margin-left: -5px
}

.our-skill-team-2 .skill .progress-bar>span:after, .our-skill-team-2 .skill .progress-bar>span:before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0
}

.our-skill-team-2 .skill .progress-bar>span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -26px;
  padding: 0 5px;
  position: relative
}

.team-3-area {
  padding: 120px 0
}

.team-3-top-heading {
  margin-bottom: 40px;
  text-align: center
}

.team-margin {
  margin-bottom: 70px
}

.team-3-top-heading h3 {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 19px
}

.our-leaders {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #fff;
  overflow: hidden
}

.lead-img {
  width: 50%
}

.lead-content {
  width: 50%;
  padding: 1.5em;
  text-align: center
}

.member-info-3 {
  color: #444
}

.member-info-3 span.member-name {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: .2em
}

.member-info-3 span.member-role {
  display: block;
  font-size: .9em;
  margin-bottom: 1em;
  margin-top: 4px;
  opacity: .5;
  text-transform: capitalize
}

.member-info-3 p {
  border-bottom: 1px solid hsla(0, 0%, 62%, .3);
  border-top: 1px solid hsla(0, 0%, 62%, .3);
  margin-top: 10px;
  padding: 10px 12px
}

.lead-icon {
  margin-top: 32px
}

.lead-icon a {
  margin: 5px
}

.lead-icon a i {
  border: 1px solid #1B75BC;
  color: #444;
  font-size: 16px;
  height: 32px;
  padding-top: 8px;
  transition: all .4s ease 0s;
  width: 32px
}

.lead-icon .fa-facebook:hover, .volunteers-icon .fa-facebook:hover {
  background: #3b5998;
  border: 0;
  color: #fff
}

.lead-icon .fa-twitter:hover, .volunteers-icon .fa-twitter:hover {
  background: #00aced;
  border: 0;
  color: #fff
}

.lead-icon .fa-google-plus:hover {
  background: #dd4b39;
  border: 0;
  color: #fff
}

.lead-icon .fa-linkedin:hover, .volunteers-icon .fa-linkedin:hover {
  background: #007bb6;
  border: 0;
  color: #fff
}

.team-divider:before {
  left: 50%;
  margin-left: -30%;
  width: 60%
}

.volunteers-img {
  position: relative
}

.volunteers-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: hsla(0, 0%, 100%, .9) none repeat scroll 0 0;
  opacity: 0;
  transition: all .4s ease 0s
}

.single-team-3:hover .volunteers-icon {
  opacity: 1
}

.volunteers-icon a {
  display: inline-block;
  margin: 0 4px
}

.volunteers-icon a i {
  color: #555;
  font-size: 18px;
  width: 40px;
  height: 40px;
  padding-top: 11px;
  transition: all .4s ease 0s
}

.volunteer-info {
  padding: 18px 0;
  text-align: center
}

.volunteer-info h4 {
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px
}

.volunteer-info p {
  display: block;
  font-size: .9em;
  margin-bottom: 1em;
  opacity: .5
}

.volunteer-content h3 {
  font-size: 24px;
  line-height: 30px
}

h3.team-3-skill {
  margin-bottom: 20px;
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 400
}

.team-3-progress .progress {
  background-color: #effbf0;
  box-shadow: none;
  height: 30px;
  margin-bottom: 10px
}

.team-3-progress .progress .progress-bar span.skill-level, .team-3-progress .progress .progress-bar span.skill-name {
  background: rgba(0, 0, 0, .3) none repeat scroll 0 0;
  border-radius: 2px;
  float: left;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 4px;
  padding: 1px 5px
}

.team-3-progress .progress .progress-bar span.skill-level {
  float: right;
  margin-right: 5px
}

.progress-bar-bg {
  background-color: #1B75BC;
  color: #fff
}

.team-3-skill-img img {
  width: 100%
}

.dream-future {
  background: #eee none repeat scroll 0 0;
  margin-bottom: 80px;
  margin-top: 80px
}

.dream-future .call-left h3 {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-weight: 300
}

.dream-future .call-left p {
  color: #444
}

.dream-future .call-right a {
  background: #1B75BC none repeat scroll 0 0;
  border-radius: 0
}

.dream-future .call-right a:hover {
  background: #3cd6cb none repeat scroll 0 0
}

.team-3-counter-list {
  border: 1px solid #ddd;
  padding: 35px 0;
  text-align: center
}

.team-3-counter-list i {
  color: #1B75BC;
  font-size: 32px;
  margin-bottom: 5px
}

.team-3-counter-list h3 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 6px
}

.team-3-counter-list p {
  color: #1B75BC666;
  font-size: 14px;
  margin-bottom: 0
}

.call-to-action {
  background: #eee none repeat scroll 0 0;
  overflow: hidden;
  padding: 25px
}

.call-left {
  float: left
}

.call-left h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  color: #fff
}

.call-left p {
  color: #acf1e4;
  margin-bottom: 0
}

.call-right {
  float: right;
  margin-top: 14px
}

.call-right a {
  background: #1dcdaa none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin: 2px 0 0 20px;
  padding: 20px 30px;
  text-decoration: none
}

.call-right a:hover {
  background: #24e0ba none repeat scroll 0 0
}

.cta-padd {
  padding-top: 70px;
  padding-bottom: 50px
}

body.pages .team-member-area {
  padding: 70px 0
}

.team-member-tab {
  border: 3px solid #eee;
  border-radius: 3px;
  overflow: hidden
}

.team-member-tab ul.nav-tabs {
  background: #eee none repeat scroll 0 0
}

.team-member-tab ul.nav-tabs li a {
  border: medium none;
  color: #333;
  font-family: Avenir Next, sans-serif
}

.team-member-tab ul.nav-tabs li a:hover {
  background: #f5f5f5
}

.team-member-tab ul.nav-tabs li.active a:hover {
  background: #fff
}

.team-member-tab .nav-tabs>li.active>a, .team-member-tab .nav-tabs>li.active>a:focus, .team-member-tab .nav-tabs>li.active>a:hover {
  background-color: #fff;
  border: 0 none;
  color: #555;
  cursor: default
}

.team-m-content {
  overflow: hidden
}

.team-m-img {
  float: left
}

.team-m-desc {
  margin-right: 20px;
  margin-top: 65px;
  overflow: hidden
}

.team-m-desc h3 {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px
}

.team-m-desc span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 20px
}

.team-m-desc .skill .progress-bar>span:before {
  border-top-color: #333 !important;
  border-width: 5px !important;
  left: 50%;
  margin-left: -5px
}

.team-m-desc .skill .progress-bar>span:after, .team-m-desc .skill .progress-bar>span:before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0
}

.team-m-desc .skill .progress-bar>span {
  background: #333 none repeat scroll 0 0;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -26px;
  padding: 0 5px;
  position: relative
}

.team-m-icon a {
  display: inline-block;
  margin-right: 10px
}

.team-m-icon a i {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #1B75BC;
  font-size: 20px;
  height: 35px;
  padding-top: 7px;
  text-align: center;
  width: 35px;
  transition: all .3s ease 0s
}

.team-m-icon a i:hover {
  border: 1px solid #e5e5e5;
  background: #f3f3f3 none repeat scroll 0 0
}

.team-m-desc p {
  margin: 40px 0 0
}

.team-m-content .service-progress {
  margin-top: 40px
}

.team-m-content .service-progress .progress-title {
  font-weight: 300
}

.one-m {
  background: #f46e6e
}

.two-m {
  background: #5476a9
}

.three-m {
  background: #63ad68
}

.four-m {
  background: #f46eb3
}

.team-m-desc .skill {
  margin-top: 60px
}

.team-m-desc .skill .progress .lead {
  font-family: raleway;
  font-weight: 400
}

.skill .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative
}

.skill .progress:nth-child(1) .progress-bar {
  background: #23c6ec
}

.skill .progress:nth-child(2) .progress-bar {
  background: #eb3b60
}

.skill .progress:nth-child(3) .progress-bar {
  background: #2bcdc0
}

.skill .progress:nth-child(4) .progress-bar {
  background: #f46eb3
}

body.pages .footertop-menu h5 {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 29px;
  text-transform: capitalize
}

.pricing-area {
  padding-bottom: 70px;
  padding-top: 50px
}

.pricing-details {
  margin-left: -15px
}

.pricing-area .plan-inner {
  border: 1px solid #ddd;
  margin-left: 15px
}

.pricing-area .single-plan {
  float: left;
  border: 0 solid rgba(0, 0, 0, .06);
  overflow: hidden;
  text-align: center;
  width: 25%
}

.pricing-area .single-plan p {
  color: #999;
  display: block;
  margin: 0 10px 10px
}

.plan-head {
  border-bottom: 1px solid #5e5e5e !important;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2
}

.plan-name {
  background: rgba(0, 0, 0, .03) none repeat scroll 0 0;
  font-size: 1.2em;
  margin-bottom: 15px;
  padding: 20px 0;
  color: #444
}

.plan-price {
  display: inline-block;
  font-size: 2.3em;
  font-weight: 700;
  line-height: normal
}

.plan-price-before {
  font-size: .7em;
  font-weight: 400
}

.plan-price-before, .plan-price-value {
  display: inline-block;
  vertical-align: middle
}

.plan-price-value {
  font-family: open sans !important;
  font-size: 32px !important;
  font-weight: 700;
  margin-left: -8px
}

.plan-period {
  display: block;
  margin-top: 5px;
  opacity: .7
}

.pricing-area .plan-period:before {
  content: "";
  position: absolute
}

.plan-options ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, .05)
}

.plan-options ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  font-size: 15px;
  padding: 15px 0
}

.plan-options ul li span.plan-border {
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  margin-bottom: -3px;
  padding-bottom: 2px
}

.sign-up {
  border-top: 1px solid #eee !important;
  margin-top: 20px;
  padding: 40px 0
}

.sign-up a {
  background: #8dd538 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: Avenir Next, sans-serif;
  padding: 15px 40px;
  text-decoration: none
}

.sign-up.professional a {
  background: #2bcdc0
}

.sign-up.premium a {
  background: #34495e
}

.sign-up.basic a:hover {
  background: #80cb2b
}

.sign-up.professional a:hover {
  background: #23a59a
}

.sign-up.premium a:hover {
  background: #1a242e
}

.plan-popular {
  background-color: #ed5564;
  border: 2px solid #e8273a;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 8px;
  position: absolute;
  right: -27px;
  text-align: center;
  top: 23px;
  transform: rotate(45deg);
  width: 125px
}

.standard-b {
  margin-bottom: 40px
}

.standard-space {
  margin-top: -30px
}

.most-popular-button a {
  background: #ed5564
}

.most-popular-button a:hover {
  background: #e8263a
}

.plan-a>span {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 3.5em;
  height: 1em;
  line-height: 1em;
  margin: 0 0 10px;
  text-align: left;
  width: 1em
}

.plan-a p {
  color: #000 !important
}

.faq-acc-content span, .plan-a p>span {
  background: #ffe699 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 2px 5px
}

h3.faq-heading {
  margin-top: 35px;
  position: relative
}

.plan-box {
  margin-top: 70px
}

.pricing-service-heading {
  margin-bottom: 70px;
  margin-top: 100px;
  text-align: center
}

.pricing-service-heading h1 {
  color: #1B75BC !important;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px
}

.pricing-service-heading p {
  color: #000 !important
}

.service-breadcrumb {
  background: transparent url(img/about/bg.jpg) no-repeat scroll 50%/cover
}

.s-p-single {
  margin-top: 80px
}

.s-p-icon {
  float: left;
  margin-right: 15px
}

.s-p-icon i {
  border: 0 solid;
  color: #1B75BC;
  font-size: 42px;
  height: 50px;
  padding-top: 0;
  text-align: center;
  width: 50px
}

.icon_description {
  overflow: hidden
}

.icon_description h3 {
  clear: none !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 14px;
  margin-bottom: 10px;
  margin-top: 0
}

.service-dev-area {
  padding: 90px 0
}

.service-dev-text .readon {
  border: 2px solid #1B75BC;
  color: #000;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 55px 11px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.service-dev-text .readon.border:hover {
  background-color: #1B75BC;
  border: 2px solid #1B75BC;
  color: #fff
}

.service-dev-text h2 {
  border-left: 4px solid rgba(68, 68, 68, .3);
  color: #000;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-left: 15px
}

.service-dev-text>p {
  margin-bottom: 20px
}

.service-dev-text a {
  color: #444;
  border-color: #a5a5a5
}

.service-dev-text a:hover {
  border-color: #28bfb4
}

.service-point-area {
  background: transparent url(img/service/section.jpg) no-repeat scroll 50%/cover;
  padding: 150px 0
}

.service-point-text {
  text-align: center
}

.service-point-text h4 {
  color: #fff !important;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px
}

.service-point-text p {
  color: #fff;
  margin: 0
}

.service-accordion-area {
  padding: 80px 0
}

.service-accordion .service-acc-img {
  float: left;
  width: 45%;
  padding-right: 30px
}

.service-accordion .service-acc-text {
  float: right;
  width: 55%
}

.service-accordion .panel-default>.panel-heading {
  background-color: #fdfdfd
}

.service-accordion .panel-title {
  font-family: Avenir Next, sans-serif;
  font-size: .9em;
  transition: all .3s ease 0s
}

.service-accordion .panel-title a:hover {
  color: #000 !important
}

.service-accordion .panel-heading {
  border-radius: 0;
  padding: 0
}

.service-accordion .panel-group .panel {
  border-radius: 0
}

.service-accordion .panel-title>a {
  display: block;
  font-weight: 400;
  padding: 15px;
  position: relative
}

.service-accordion .panel {
  box-shadow: none
}

.service-accordion .panel-title a.collapsed:before, .service-accordion .panel-title a:before {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 18px;
  top: 17px
}

.service-accordion .panel-title a:before {
  content: "\f068"
}

.qa-accordion {
  padding-right: 10px;
  padding-top: 120px
}

.qa-accordion h3 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: open sans !important;
  margin-bottom: 25px
}

.qa-accordion h3.open {
  border-bottom: 0 solid #ccc;
  border-top: 1px solid #ccc;
  font-family: Avenir Next, sans-serif;
  margin-bottom: 0
}

.qa-accordion h3 a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 2px;
  padding: 12px 12px 12px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase
}

.qa-accordion h3 a:before {
  content: "\f0fe";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  left: 10px;
  line-height: 21px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px
}

.qa-accordion h3.open a:before {
  content: "\f146"
}

.qa-content p {
  color: #1B75BC !important;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px
}

.qa-accordion h3:hover {
  background-color: #fff
}

.did-not-find {
  margin-top: 80px;
  padding-bottom: 100px;
  padding-right: 10px
}

.did-not-find h3 {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 24px;
  margin-bottom: 20px
}

.did-not-find p {
  color: #1B75BC !important
}

.did-not-find a {
  background-color: #1B75BC;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 28px;
  margin-top: 40px;
  padding: 4px 18px;
  text-align: center;
  text-decoration: none
}

.did-not-find a:hover {
  background-color: #e6273c
}

.qa-area .left-sidebar-h {
  padding-left: 10px;
  padding-top: 40px
}

.customer-care {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #444;
  margin-bottom: 20px;
  padding: 20px
}

.customer-care ul li {
  border-bottom: 1px solid #eaeaea
}

.customer-care ul li:last-child {
  border-bottom: 0
}

.customer-care ul li a {
  color: #444;
  display: block;
  padding: 10px 15px 10px 0;
  text-decoration: none
}

.customer-care ul li a i {
  float: right;
  margin-top: 4px
}

.qa-border {
  border-right: 1px solid #ddd
}

.blog-right-title {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  position: relative
}

.help-area .readon {
  background: #1B75BC none repeat scroll 0 0;
  border: 2px solid #1B75BC;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 55px 10px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.single-help {
  position: relative
}

.front-flip {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  box-shadow: none;
  color: #444;
  padding-bottom: 60px;
  padding-top: 30px;
  text-align: center
}

.front-flip img {
  width: 90px
}

.front-flip h3 {
  clear: none !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 40px
}

.back-flip {
  background: #f5f5f5 none repeat scroll 0 0;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 0
}

.back-flip h3 {
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 24px;
  margin-bottom: 4px;
  margin-top: 35px
}

.back-flip p {
  margin-bottom: 25px
}

.back-flip a {
  color: #444
}

.single-help .back-flip, .single-help .front-flip {
  backface-visibility: hidden;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 0;
  transition: all .4s ease 0s
}

.single-help .front-flip {
  transform: rotateY(0deg)
}

.single-help .back-flip {
  transform: rotateY(-180deg)
}

.single-help:hover .front-flip {
  transform: rotateY(180deg)
}

.single-help:hover .back-flip {
  transform: rotateY(0deg)
}

.help-info {
  margin-top: 50px
}

.help-info .faq-accordion {
  margin-top: 20px
}

.help-info .faq-accordion h3 {
  background: #fdfdfd none repeat scroll 0 0;
  margin-bottom: 0
}

.help-info .faq-accordion h3 a:before {
  content: "\f067"
}

.help-info .faq-accordion h3.open a:before {
  content: "\f068"
}

.contact-our-expert {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  margin-top: 65px;
  padding-bottom: 25px;
  text-align: center
}

.contact-our-expert p {
  margin-bottom: 5px
}

.contact-our-expert h3 {
  font-size: 24px;
  font-weight: 400 !important
}

.single-team-expert {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: none;
  color: #333
}

.expert-info {
  padding: 15px 0
}

span.expert-name {
  display: block;
  font-size: 1.2em;
  margin-bottom: .2em
}

span.expert-role {
  display: block;
  font-size: .9em;
  margin-bottom: 1em;
  opacity: .5
}

.help-right {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-left: 20px;
  margin-top: 35px;
  padding: 40px 20px 15px
}

.we-reply {
  text-align: center
}

.we-reply h5 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0
}

.we-reply span {
  font-family: Avenir Next, sans-serif;
  font-size: 65px
}

.we-reply h6 {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px
}

.we-reply p {
  font-size: 14px
}

.help-forum {
  margin-top: 40px
}

.help-forum h4 {
  font-size: 16px;
  line-height: 22px
}

.help-forum h4, .help-forum p {
  font-family: Avenir Next, sans-serif;
  margin-bottom: 22px
}

.help-forum p {
  font-size: 14px
}

.help-forum a {
  background-color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding: 4px 20px;
  text-decoration: none
}

.help-forum a:hover {
  background-color: #f55b6c
}

.help-border {
  border-right: 1px solid #ddd;
  padding-right: 30px;
  padding-top: 40px
}

.contact-exp-bottom {
  padding-bottom: 60px
}

.faq-accordion {
  margin-top: 40px
}

.faq-accordion h3 a {
  border: 1px solid #ddd;
  border-radius: 50px;
  color: #333;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 12px 12px 12px 52px;
  position: relative;
  text-decoration: none
}

.faq-accordion h3 a:before {
  background: #fdfdfd none repeat scroll 0 0;
  color: #444;
  content: "\f061";
  font-family: FontAwesome;
  font-size: 14px;
  left: 10px;
  margin-left: 10px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 10px;
  font-weight: 400;
  font-style: normal
}

.faq-accordion h3.open a:before {
  content: "\f063"
}

.help-info>h4 {
  font-size: 16px
}

.faq-acc-content {
  border-color: -moz-use-text-color #ddd #ddd;
  border-image: none;
  border-radius: 2px 2px 15px 15px;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  margin-bottom: 12px;
  margin-top: -36px;
  padding-bottom: 20px;
  padding-top: 35px
}

.faq-acc-content p {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 20px
}

.faq-acc-content span {
  background: #ffa099
}

.testimonial-area-bottom {
  margin-bottom: 70px
}

.testimonial-slider {
  margin-bottom: 50px
}

.testimonial-list {
  padding: 50px 0
}

.single-testimonial-top {
  text-align: center
}

.tes-img {
  height: 80px;
  margin: 0 auto;
  width: 80px
}

.tes-img img:hover {
  background: #ddd
}

.tes-content p {
  color: #1B75BC;
  font-size: 18px;
  line-height: 1.5em;
  margin: 10px 0
}

.tes-author span.tes-name {
  color: #1B75BC;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 7px
}

.tes-author span.tes-title {
  color: #1B75BC;
  font-size: 13px
}

.tes-author span.tes-title a {
  color: #1B75BC
}

.testimonial-list .owl-nav .owl-next i, .testimonial-list .owl-nav .owl-prev i {
  background: #0d292f none repeat scroll 0 0;
  bottom: 7px;
  color: #fff;
  font-size: 20px;
  height: 22px;
  left: 46%;
  position: absolute;
  text-align: center;
  width: 40px;
  transition: all .3s ease 0s
}

.testimonial-list .owl-nav .owl-next i {
  left: auto;
  right: 46%
}

.testimonial-list .owl-nav .owl-next i:hover, .testimonial-list .owl-nav .owl-prev i:hover {
  background: #ddd;
  color: #000
}

.client-testimonial-heading {
  margin-bottom: 70px;
  text-align: center
}

.client-testimonial-heading h1 {
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 42px
}

.client-testimonial-heading p {
  font-size: 15px;
  font-weight: 700;
  color: #1B75BC;
  margin-top: 20px
}

.single-client-test {
  margin-bottom: 50px
}

.client-test-box {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);
  box-shadow: -4px 0 0 #f46e6e;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 30px 40px;
  position: relative
}

.client-test-box:before {
  border-left: 22px solid transparent;
  border-top: 22px solid #dcdcdc;
  bottom: -22px;
  left: 48px
}

.client-test-box:after, .client-test-box:before {
  border-right: 0 solid transparent;
  content: "";
  display: block;
  position: absolute
}

.client-test-box:after {
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  left: 49px
}

.client-test-box p {
  margin-top: 13px;
  overflow: hidden;
  padding-left: 15px
}

.client-text-icon i {
  color: #f0f0f0;
  float: left;
  font-size: 32px
}

.client-text-info {
  margin-left: 55px;
  margin-top: 30px
}

.client-text-info img {
  border-radius: 50%;
  float: left;
  height: 40px;
  margin-right: 15px;
  width: 40px
}

.cleint-desc span.tes-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px
}

.cleint-desc span.tes-title a {
  color: #1B75BC;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize
}

.cleint-desc span.tes-title a:hover {
  text-decoration: underline
}

.contact-pages-area .breadcrumb-title h1 {
  font-weight: 300
}

.heading-content p {
  color: #1B75BC;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 8px
}

.contact-page-area {
  padding-bottom: 80px;
  padding-top: 50px
}

h2.contact-name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px
}

.contact-accordion h3.open {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0
}

.contact-accordion h3, .service-accordion h3 {
  background-image: -moz-linear-gradient(center bottom, #f8f8f8 40%, #fff 60%) !important;
  border: 1px solid #ddd;
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  padding: 12px 12px 12px 52px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase
}

.contact-accordion h3 a:after, .service-accordion h3 a:after {
  background: #1B75BC none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  content: "+";
  font-size: 28px;
  font-weight: 600;
  height: 18px;
  left: 0;
  line-height: 18px;
  margin-left: 11px;
  position: absolute;
  text-align: center;
  top: 11px;
  padding-top: 1px;
  width: 18px
}

.contact-accordion h3.open a:after, .service-accordion h3.open a:after {
  content: "-";
  line-height: 13px
}

.contact-address {
  float: left;
  padding-left: 40px;
  width: 50%
}

.contact-accordion a {
  color: #1B75BC;
  display: block;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  margin-left: -15px
}

.contact-content {
  margin-bottom: 2px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-top: 0
}

.contact-content p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
  padding-top: 20px
}

.contact-content ul li {
  color: #444;
  margin-bottom: 2px;
  padding-bottom: 20px
}

.contact-content ul li span.contact-icon {
  float: left;
  margin-top: 3px
}

.contact-content ul li span i {
  font-size: 16px;
  width: 25px
}

.contact-content ul li span.contact-text {
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px
}

.contact-content ul li span a {
  color: #1B75BC;
  text-transform: inherit
}

.contact-content ul li span a:hover {
  text-decoration: underline
}

.contact-img {
  float: right;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 15px
}

.contact-form-ac {
  padding: 0 40px
}

.contact-form-ac>p {
  border-bottom: 1px solid #e5e5e5 !important;
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 10px
}

.control-level p {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px
}

.control-level input {
  height: 38px;
  width: 100%;
  background: #fff;
  border: none;
  border: 1px solid #ddd;
  padding-left: 10px
}

.control-level input:focus, .textarea-contact textarea#message-ac:focus {
  border-color: #1B75BC;
  box-shadow: 0 0 6px #1B75BC
}

.textarea-contact textarea#message-ac {
  border: 1px solid #ddd;
  width: 100%;
  padding-left: 10px;
  padding-top: 10px
}

.textarea-contact p {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px
}

.contact_email_copy {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden
}

.contact_email_copy input {
  float: left;
  margin-right: 10px;
  margin-top: 4px
}

.contact_email_copy>p {
  float: left;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0
}

.contact-form-ac .readon {
  background: #1B75BC none repeat scroll 0 0;
  border: 2px solid #1B75BC;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 8px 55px 8px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 25px;
  transition: all .3s ease-in-out 0s
}

.contact-info {
  margin-bottom: 30px
}

.contact-info>p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px
}

.contact-map {
  background: #f5f5f5;
  padding: 20px
}

.contact-map>h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 22px
}

body.pages .team-member-area {
  padding: 90px 0
}

.contact-banner #particles-js {
  background: transparent url(img/contact/contact01.jpg) repeat scroll 0 0;
  height: 275px;
  width: 100%
}

.contact-banner #particles-js h1 {
  color: #000
}

.uk-active span {
  text-transform: uppercase;
  font-size: 14px
}

.contact2 {
  margin-bottom: -45px;
  margin-top: 65px
}

.content-asked .nav-tabs>li.active>a, .content-asked .nav-tabs>li.active>a:focus, .content-asked .nav-tabs>li.active>a:hover {
  border-bottom: 3px solid #555;
  color: #555;
  cursor: pointer
}

.content-asked {
  margin-top: 38px
}

.content-asked ul#tabs {
  margin-bottom: 42px
}

.content-asked ul#tabs li {
  border-bottom: 3px solid transparent;
  float: left
}

.content-asked ul#tabs li a:hover {
  background: #fff
}

.content-asked ul#tabs li.active {
  float: left;
  background: transparent;
  border-bottom: 3px solid #555
}

.content-asked ul#tabs li a {
  font-weight: 700
}

.content-asked ul#tabs li.active a, .content-asked ul#tabs li a:hover {
  color: #000;
  background: transparent
}

.asked-tab ul li {
  margin-left: -15px
}

.asked-tab ul li h4 a {
  color: #333;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 400
}

.asked-tab ul li h4 a i {
  margin-right: 15px
}

.asked-tab .panel-body {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-top: 15px
}

.asked-login-area {
  background-color: #eefaff;
  color: #699eb3;
  margin-bottom: 35px;
  margin-left: 20px;
  margin-top: 35px;
  padding: 20px
}

.uk-form-row {
  margin-top: 20px
}

.uk-title-text {
  font-weight: 400
}

.asked-login-area .uk-panel-title:after {
  border-left: 0 solid transparent;
  border-right: 18px solid transparent;
  border-top: 40px solid #1B75BC;
  content: "";
  position: absolute;
  right: -18px;
  top: 0
}

.asked-login-area .uk-panel-title {
  background-color: #1B75BC;
  color: #fff;
  display: inline-block;
  margin-left: -20px;
  padding: 11px 12px 10px 20px;
  position: relative
}

.asked-login-area .uk-panel-title .uk-title-text .tfw {
  font-weight: 700
}

.uk-form input[type=password], .uk-form input[type=text] {
  width: 100%
}

.uk-form input[type=checkbox], .uk-form input[type=password], .uk-form input[type=text] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #444;
  height: 30px;
  padding: 4px 6px;
  transition: all .2s linear 0s
}

.uk-form input[type=checkbox] {
  max-width: 100%;
  margin-top: -2px
}

.uk-button-primary {
  background-color: #1B75BC;
  border: medium none;
  color: #fff;
  margin-bottom: 25px;
  padding: 8px 12px
}

.uk-list.uk-margin-bottom-remove a {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  line-height: 24px;
  transition: all .3s ease 0s
}

.uk-list.uk-margin-bottom-remove a:hover {
  text-decoration: underline
}

.asked-border {
  border-left: 1px solid #ddd
}

.photo-glarry2 {
  margin-left: -1%;
  margin-top: 35px;
  overflow: hidden;
  padding-bottom: 45px;
  width: 100%
}

.photo-glarry-box {
  float: left;
  height: 100%;
  margin-bottom: .8%;
  margin-left: 1%;
  position: relative;
  width: 49%
}

.photo-glarry-box img {
  width: 100%
}

.photo-glarry-box:hover .photo-glarry-link {
  opacity: 1
}

.photo-glarry2 .photo-glarry-box:hover .photo-glarry-link a.search {
  top: 35%
}

.photo-glarry-area6 .photo-glarry-link a.search {
  margin-top: -25px;
  top: 50% !important
}

.photo-glarry-box:hover .photo-glarry-link a.search {
  top: 20%
}

.photo-glarry-link {
  background: rgba(0, 0, 0, .3) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  transition: all .4s linear 0s;
  width: 100%;
  opacity: 0
}

.photo-glarry-link a {
  background-color: hsla(0, 0%, 100%, .5);
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 50px
}

.photo-glarry-link a.search {
  top: 30%
}

.photo-glarry-area6 .photo-glarry-link a.search, .photo-glarry-link a.search {
  background-color: hsla(0, 0%, 100%, .5);
  opacity: 1;
  transition: all .3s ease-in-out 0s
}

.photo-glarry-area6 .photo-glarry-link a.search {
  top: 20%
}

.photo-glarry-link a:after {
  border: 2px solid hsla(0, 0%, 100%, .38);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0s ease 0s, transform 0s ease 0s, border 0s ease 0s;
  visibility: hidden;
  width: 100%
}

.photo-glarry-link a:hover:after {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: .5s;
  visibility: visible
}

.photo-glarry-link a i {
  color: #fff;
  line-height: 50px
}

.photo-glarry-area3 .photo-glarry-box {
  width: 32.3%
}

.photo-glarry-area3 .photo-glarry-box:hover .photo-glarry-link, .photo-glarry-area6 .photo-glarry-box:hover .photo-glarry-link {
  width: 100%;
  opacity: 1
}

.photo-glarry-area3 .photo-glarry-box:hover .photo-glarry-link a.search {
  top: 30%
}

.photo-glarry-area3 .photo-glarry-link, .photo-glarry-area6 .photo-glarry-link {
  background: rgba(0, 0, 0, .3) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all .4s linear 0s;
  width: 0
}

.photo-glarry-area4 .photo-glarry-box {
  width: 24%
}

.photo-glarry-area4 .photo-glarry-link {
  height: 0%
}

.photo-glarry-area4 .photo-glarry-box:hover .photo-glarry-link {
  height: 100%
}

.photo-glarry-area4 .photo-glarry-box:hover .photo-glarry-link a.search {
  top: -25%;
  margin: -25px 0 0 !important;
  top: 45%
}

.photo-glarry-area5 {
  margin: 0 auto;
  width: 91.5%
}

.photo-glarry-area5 .photo-glarry-box {
  width: 19.8%;
  margin-left: .2%
}

.photo-glarry-area5 .demand-box:hover .image-link a.search {
  opacity: 1;
  top: 25%
}

.photo-glarry-area6 {
  margin: 0 auto;
  width: 91.5%
}

.photo-glarry-area6 .photo-glarry-box {
  width: 15.6%
}

.company-location {
  background: #1B75BC none repeat scroll 0 0
}

.locatopn-inner {
  padding: 25px 35px
}

.location-box:last-child {
  margin-bottom: 0
}

.location-box {
  margin-bottom: 25px
}

.company-loc-icon {
  float: left
}

.company-loc-icon i {
  color: #fff;
  font-size: 36px
}

.company-loc-text {
  margin-left: 56px;
  line-height: 20px
}

.company-loc-text h3 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px
}

.company-loc-text p, .company-loc-text p a {
  color: #fff;
  font-family: Avenir Next, sans-serif
}

.contact-main-area {
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 45px 30px;
  margin-top: 40px
}

.contact-form-aream label {
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px
}

.contact-form-aream .control-group>input {
  height: 40px;
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%
}

.contact-form-aream .contact-border {
  float: right;
  width: 150px !important;
  transition: all .3s ease-in-out 0s;
  background: #1B75BC;
  color: #fff
}

.contact-form-aream textarea {
  height: 200px;
  margin-bottom: 15px;
  resize: none;
  width: 100%;
  padding: 15px
}

.contact-title {
  text-align: center;
  margin-bottom: 25px
}

.contact-title h2 {
  color: #00a4e1 !important;
  font-size: 30px;
  font-weight: 700 !important;
  line-height: 24px
}

.contact-title span {
  height: 100%;
  position: relative;
  width: 100%;
  display: block
}

.contact-title span:after {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 33%;
  position: absolute;
  top: 60%;
  width: 350px;
  z-index: -1
}

.contact-title span i {
  background: #fff none repeat scroll 0 0;
  color: #ccc;
  font-size: 11px;
  padding: 0 15px
}

.blog-column-area {
  padding: 35px 0
}

.blog-column-menu {
  margin-bottom: 40px
}

.blog-column-menu ul li {
  border: 1px solid #ececec;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  padding: 10px 17px;
  transition: all .3s ease 0s
}

.blog-column-menu ul li.active, .blog-column-menu ul li:hover {
  background: #1B75BC none repeat scroll 0 0;
  color: #fff
}

.blog-column-content .mix {
  display: none
}

.single-blog-column {
  margin-bottom: 40px;
  overflow: hidden
}

.blog-column-img a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.blog-column-photo img {
  width: 100%
}

.blog-column-view {
  background-color: hsla(0, 4%, 9%, .7);
  bottom: -80px;
  left: 0;
  position: absolute;
  transition: all .3s ease 0s;
  width: 100%
}

.blog-column-view span {
  color: #fff;
  display: block;
  letter-spacing: 3px;
  padding: 30px 0;
  text-align: center
}

.blog-column-img a:hover .blog-column-view {
  bottom: 0
}

a.blog-column-title {
  color: #444;
  display: block;
  font: 400 18px/30px Open Sans, sans-serif;
  margin-top: 17px
}

a.blog-column-title:hover {
  color: #787878
}

.column-date-meta span {
  font-size: 12px;
  color: #787878
}

span.column-date {
  margin-right: 5px;
  padding-right: 10px;
  position: relative
}

span.column-date:before {
  background-color: rgba(0, 0, 0, .1);
  content: "";
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px
}

span.column-cat-b {
  color: #444
}

.blog-column-desc p {
  color: #9b9b9b;
  font: 400 13px/18px Open Sans, sans-serif;
  margin-top: 9px;
  margin-bottom: 0
}

.blog-more {
  text-align: center
}

.blog-more a {
  border: 1px solid #dedede;
  box-shadow: none;
  color: #7e7b7b;
  display: inline-block;
  font: 400 12px/36px Open Sans, sans-serif;
  min-width: 80px;
  outline: 0 none;
  padding: 0 30px;
  text-decoration: none;
  transition: color .25s ease 0s
}

.blog-more a:hover {
  color: #b0b0b0
}

.blog-column-3-area {
  padding: 35px 0
}

.blog-column-3-area .blog-column-view {
  height: 100%;
  left: -50%;
  top: 0;
  width: 50%;
  background-color: #282727;
  transition: all .3s ease 0s
}

.blog-column-3-area .blog-column-view span {
  padding: inherit;
  position: relative;
  top: 48%
}

.blog-column-3-area .blog-column-photo {
  transition: all .3s ease 0s
}

.blog-column-3-area .blog-column-img a:hover .blog-column-photo {
  transform: translateX(25%)
}

.blog-column-3-area .blog-column-img a:hover .blog-column-view {
  left: 0
}

.blog-column-3-area .blog-column-menu ul li.active, .blog-column-3-area .blog-column-menu ul li:hover {
  background: #1B75BC none repeat scroll 0 0;
  color: #fff
}

.blog-column-4-area {
  padding: 50px 0 0
}
.blog-column-4-area h3.heading{
  font-size: 34px;
    font-weight: 700;
    border-bottom: 4px solid;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-column-4-area .blog-column-view {
  height: 100%;
  top: -100%
}

.blog-column-4-area .blog-column-img:hover .blog-column-view {
  top: 0
}

.blog-column-4-area .blog-column-view span {
  padding: inherit;
  position: relative;
  top: 45%
}

.blog-column-4-area .blog-column-menu {
  float: right
}

.blog-column-4-area .blog-column-menu ul li {
  margin-left: 8px;
  margin-right: 0;
  padding: 10px 12px
}

.blog-column-4-area .blog-column-menu ul li.active, .blog-column-4-area .blog-column-menu ul li:hover {
  background: #00a4e1 none repeat scroll 0 0
}

.blog-column-5-area {
  margin: 0 auto;
  overflow: hidden;
  padding: 35px 0;
  text-align: center;
  width: 90%
}

.blog-column-5-area .blog-column-menu ul {
  text-align: center
}

.blog-column-5-area .blog-column-menu ul li {
  margin: 0 4px
}

.blog-column-5-area .blog-column-menu ul li.active, .blog-column-5-area .blog-column-menu ul li:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1B75BC;
  color: #1B75BC
}

.blog-column-5 {
  width: 20%;
  float: left
}

.blog-column-5-area .single-blog-column {
  padding-left: 15px
}

.blog-column-5-area .blog-column-content {
  margin-left: -15px
}

.blog-column-5-area .blog-column-view {
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0
}

.blog-column-5-area .blog-column-view span {
  padding: inherit;
  position: relative;
  top: 45%
}

.blog-column-5-area .blog-column-img img {
  transition: all .3s ease 0s
}

.blog-column-5-area .blog-column-img:hover .blog-column-photo img {
  transform: scale(1.3)
}

.blog-column-5-area .blog-column-img:hover .blog-column-view {
  opacity: 1
}

.blog-column-6-area .blog-column-5 {
  float: left;
  width: 16.6%
}

.single-blog-area .area-header {
  margin-bottom: 0
}

.single-blof-image-area {
  padding-right: 20px;
  padding-top: 5px;
  height: 100%;
  position: relative;
  width: 100%
}

.itemtoolbar {
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  padding: 20px 15px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  width: 97.4%
}

.itemtoolbar p span {
  margin-left: 20px;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase
}

.itemtoolbar p span i {
  color: #1B75BC;
  margin-right: 7px
}

.itemtoolbar p span a {
  color: #fff
}

.itemtoolbar p a.reating {
  color: #eee;
  margin-left: 20px;
  text-transform: uppercase
}

.itemtoolbar p a.reating i {
  color: #1B75BC;
  margin: 2px
}

.single-blog-text-area h2, .single-blog-text-area h3 {
  border-bottom: 1px solid #eee;
  font-family: Raleway;
  text-transform: uppercase;
  font-weight: 400
}

.single-blog-text-area h2 {
  font-size: 25px;
  line-height: 26px;
  margin: 25px 0 17px;
  padding-bottom: 12px
}

.single-blog-text-area h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0 7px;
  padding-bottom: 8px
}

.single-blog-text-area p {
  color: #1B75BC;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 26px
}

.blog-share p a i {
  background: #eee none repeat scroll 0 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  text-align: center;
  width: 35px
}

.single-post-info {
  border-bottom: 1px solid #eee;
  border-top: 1px double #eee;
  display: block;
  margin: 30px 0 0;
  padding-bottom: 27px;
  padding-top: 17px
}

.single-post-info, .single-post-info span {
  color: #333;
  font-size: 11px;
  text-align: right;
  text-transform: uppercase
}

.single-post-info span {
  font-family: Avenir Next, sans-serif
}

.single-blog-moretage-area h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 45px
}

.single-blog-moretage-area ul {
  margin-bottom: 42px
}

.single-blog-moretage-area ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px
}

.single-blog-moretage-area ul li a {
  background-color: #1B75BC;
  border: 1px solid #eee;
  color: #fff;
  display: inline-block;
  font-family: Avenir Next, sans-serif;
  font-size: 20px;
  padding: 10px 15px
}

.blog-super-user-area {
  margin-bottom: 45px;
  overflow: hidden
}

.blog-super-user-area img {
  border: 2px solid #eee;
  display: block;
  float: left;
  margin: 0 25px 0 0;
  padding: 20px 25px
}

.blog-superuser h5 {
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #353535;
  overflow: hidden;
  font-weight: 400;
  text-decoration: none
}

.blog-superuser p {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0 10px
}

.blog-superuser a {
  color: #333;
  font-family: Avenir Next, sans-serif;
  font-size: 15px
}

.latest-form-super-user-area {
  overflow: hidden
}

.latest-form-user {
  width: 47%
}

.latest-form-user h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px
}

.latest-form-user ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  list-style-type: none;
  padding: 8px 0;
  position: relative;
  float: none;
  margin-bottom: inherit;
  display: block;
  margin-bottom: 0
}

.latest-form-user ul li a {
  background: transparent;
  border: transparent;
  transition: all .3s ease 0s
}

.latest-form-user ul li a:hover {
  color: #000
}

.latest-form-user ul li a:after {
  color: #8b6f6f;
  content: "\f105";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 18px
}

.single-blog-comment-area h2 {
  font-size: 22px;
  font-weight: 300;
  text-transform: capitalize
}

.single-blog-comment-box {
  border-bottom: 1px solid #eee;
  padding: 35px 0
}

.single-blog-comment-box img {
  float: left;
  margin-right: 20px;
  width: 48px
}

.single-blog-text {
  overflow: hidden
}

.single-blog-text h3 {
  color: #000;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: capitalize
}

.single-blog-text span {
  color: #a5a5a5;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block
}

.single-blog-text p {
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px
}

.single-blog-text a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1px;
  outline: medium none;
  text-decoration: none;
  text-transform: uppercase
}

.single-blog-text a i {
  margin-right: 5px
}

.live-comment-area h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize
}

.live-comment-area p {
  color: orange;
  margin-bottom: 20px;
  margin-top: 8px
}

.live-comment-area input {
  background-color: hsla(0, 0%, 87%, .5);
  border: medium none;
  border-radius: 0;
  box-sizing: border-box !important;
  color: #585858;
  display: block;
  font-size: 13px;
  height: auto;
  margin: 0 0 10px;
  padding: 8px 15px !important;
  width: 100%
}

.live-comment-area textarea {
  border-radius: 0;
  background-color: hsla(0, 0%, 87%, .5);
  height: 160px;
  resize: none
}

.live-comment-area button {
  background: #1B75BC none repeat scroll 0 0;
  border: 1px solid #1B75BC;
  border-radius: 0;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.live-comment-area button:hover {
  background: #1B75BC none repeat scroll 0 0;
  border: 1px solid #1B75BC;
  color: #fff
}

.live-comment-area a {
  color: #1B75BC;
  float: right;
  margin-bottom: 60px;
  margin-top: 50px
}

#imaginary_container {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-left: 10px;
  margin-top: 35px;
  padding: 20px
}

.stylish-input-group .input-group-addon {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 0
}

.stylish-input-group .form-controls {
  border-color: #ccc -moz-use-text-color #ccc #ccc;
  border-image: none;
  border-radius: 0;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  font-size: 14px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
  width: 100%
}

.stylish-input-group button {
  border: 0;
  background: transparent
}

.single-blog-sidebar .blog-right-title {
  margin-bottom: 20px
}

.single-blog-sidebar .customer-care ul li a {
  color: #444;
  display: block;
  font-family: Avenir Next, sans-serif;
  padding: 17px 15px 17px 0;
  text-decoration: none;
  text-transform: uppercase
}

.latest-post-single {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-left: 10px;
  overflow: hidden;
  padding: 20px 20px 0
}

.latest-post-single h3 {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none
}

.latest-post-box {
  margin-bottom: 30px;
  overflow: hidden
}

.latest-post-box img {
  float: left;
  height: 90px;
  margin-right: 20px;
  width: 100px
}

.latest-post-details h5 {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: none !important;
  text-transform: uppercase
}

.latest-post-details span {
  font-family: Avenir Next, sans-serif;
  font-size: 11px
}

.flickr-widget-sidebar {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-left: 10px;
  margin-top: 30px;
  overflow: hidden;
  padding: 20px
}

.flickr-widget-sidebar h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 25px
}

.flickr-widget-sidebar .flickr_feed a {
  width: 23.3%;
  border-radius: 3px
}

.blog-sidebar-form h3 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px
}

.blog-sidebar-form label {
  color: #333;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 6px
}

.blog-sidebar-form .uk-form input[type=text], .uk-form input[type=password] {
  height: 40px
}

.blog-sidebar-form .asked-login-area {
  background-color: #f5f5f5;
  color: #1B75BC
}

.blog-sidebar-form .uk-list.uk-margin-bottom-remove a {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  transition: all .3s ease 0s
}

.blog-sidebar-form .uk-list.uk-margin-bottom-remove a:hover {
  color: #444;
  text-decoration: none
}

.blog-sidebar-form .uk-button-primary {
  padding: 12px
}

.blog-sidebar-form .uk-list.uk-margin-bottom-remove>li {
  padding: 3px 0
}

.blog-sidebar-form .uk-list.uk-margin-bottom-remove li i {
  color: #444;
  font-size: 12px;
  margin-right: 5px
}

.portfolio-column-area {
  padding: 35px 0 20px
}

.single-portfolio-column {
  margin-bottom: 15px
}

.portfolio-column-img a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.portfolio-column-photo {
  transition: all .3s ease 0s;
  position: relative;
  top: 0;
  left: 0
}

.portfolio-column-view {
  background: #1B75BC none repeat scroll 0 0;
  bottom: -58px;
  color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .3s ease 0s;
  width: 100%;
  height: 60px
}

.portfolio-column-img a:hover .portfolio-column-photo {
  top: -58px
}

.portfolio-column-img a:hover .portfolio-column-view {
  opacity: 1;
  bottom: 0
}

.portfolio-column-text {
  padding: 12px 30px
}

.portfolio-column-text h4 {
  color: #fff !important;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 5px
}

.portfolio-column-text p {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 0
}

.portfolio-column-menu {
  margin-bottom: 45px
}

.portfolio-column-menu ul {
  text-align: center
}

.portfolio-column-menu ul li {
  color: #949494;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 10px;
  overflow: visible;
  padding: 0 12px;
  position: relative;
  transition: all .3s ease-in-out 0s
}

.portfolio-column-menu ul li:before {
  content: "|";
  position: absolute;
  right: -2px;
  top: 0
}

.portfolio-column-menu ul li:last-child:before {
  display: none
}

.portfolio-column-menu ul li.active, .portfolio-column-menu ul li:hover {
  color: #2d2c2c
}

.portfolio-column-content .mix {
  display: none
}

.masonari-after .portfolio-column-menu ul li:before {
  content: "|";
  display: none;
  position: absolute;
  right: -2px;
  top: 0
}

.portfolio-column-3-area {
  padding: 35px 0 20px
}

.portfolio-column-3-area .portfolio-column-menu ul li:before {
  display: none
}

.portfolio-column-3-area .portfolio-column-menu ul li {
  border: 1px solid #1B75BC;
  display: inline-block;
  float: left;
  padding: 6px 12px;
  border-right: 0;
  color: #585252
}

.portfolio-column-3-area .portfolio-column-menu ul li:last-child {
  border-right: 1px solid #1B75BC
}

.portfolio-column-3-area .portfolio-column-menu ul li.active {
  background: #1B75BC;
  color: #fff
}

.portfolio-column-3-area .portfolio-column-menu {
  margin-bottom: 30px;
  overflow: hidden
}

.portfolio-column-4-area {
  padding: 35px 0 20px
}

.portfolio-column-4-area .portfolio-column-img a:hover .portfolio-column-photo {
  top: 0
}

.portfolio-column-4-area .portfolio-column-view {
  top: 0;
  height: 100%;
  opacity: 1;
  left: -100%;
  background: #1B75BC
}

.portfolio-column-4-area .portfolio-column-text {
  padding: 30px 30px 12px
}

.portfolio-column-4-area .portfolio-column-img a:hover .portfolio-column-view {
  left: 0;
  text-align: right;
  transform: translateX(-20%) skewX(-13deg) !important
}

.portfolio-column-4-area .portfolio-column-text h4 {
  font-size: 15px;
  line-height: 20px
}

.portfolio-column-4-area .portfolio-column-menu ul li:before {
  display: none
}

.portfolio-column-4-area .portfolio-column-menu ul li {
  color: #888;
  padding: 9px 16px
}

.portfolio-column-4-area .portfolio-column-menu ul li.active {
  background: #1B75BC;
  color: #fff
}

.portfolio-column-5-area {
  padding-bottom: 20px;
  padding-top: 35px
}

.portfolio-five-column {
  margin: 0 auto !important;
  overflow: hidden;
  width: 90%
}

.portfolio-five-column .single-awesome-portfolio {
  width: 20%
}

.awesome-portfolio-menu ul li:hover, .portfolio-column-5-area .awesome-portfolio-menu ul li.active {
  border-color: #1B75BC;
  color: #1B75BC
}

.portfolio-column-5-area .single-awesome-portfolio {
  margin-bottom: 15px;
  overflow: hidden;
  padding-left: 15px
}

.portfolio-column-5-area .portfolio-column-content {
  margin-left: -15px
}

.portfolio-column-5-area .awesome-portfolio-menu {
  margin-top: 0
}

.portfolio-column-5-area .awesome-info h3 {
  color: #fff;
  font-family: inherit
}

.portfolio-column-6-area .single-awesome-portfolio {
  width: 16.664%
}

.portfolio-column-6-area .single-awesome-portfolio a:hover .awesome-img {
  transform: translateY(-100%)
}

.portfolio-column-6-area .awesome-portfolio-menu ul li.active {
  background: #1B75BC none repeat scroll 0 0;
  color: #fff
}

.portfolio-column-6-area .awesome-portfolio-menu ul li:hover {
  border: 1px solid #1B75BC
}

.portfolio-column-6-area .awesome-portfolio-menu ul {
  text-align: right
}

.portfolio-column-6-area .awesome-portfolio-menu {
  width: 95.1%
}

.masonari-menu {
  overflow: hidden
}

.masonari {
  float: left
}

.masonari ul li {
  border: 1px solid #949494;
  padding: 10px 12px
}

.portfolio-grid .portfolio-item {
  margin-bottom: 25px
}

.portfolio-grid .portfolio-item img {
  width: 100%
}

.portfolio-grid3 .portfolio-column-menu ul, .portfolio-grid .portfolio-column-menu ul {
  border: 1px solid #ccc;
  float: left;
  padding-top: 5px;
  text-transform: uppercase;
  margin-bottom: 25px
}

.portfolio-grid .portfolio-column-menu ul li:before {
  display: none
}

.portfolio-grid3 .portfolio-title a, .portfolio-grid .portfolio-title a {
  color: #fff;
  font-weight: 300
}

.portfolio-grid3 .portfolio-item {
  margin-bottom: 25px
}

.portfolio-grid4 {
  overflow: hidden
}

.portfolio-grid4 .portfolio-column-menu {
  float: left;
  margin-bottom: -10px;
  margin-top: 60px
}

.portfolio-grid4 .portfolio-column-menu ul li:before {
  display: none
}

.portfolio-grid4 .portfolio-column-menu ul li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  margin-right: 10px;
  padding-bottom: 7px;
  padding-left: 0;
  position: relative;
  text-transform: uppercase
}

.portfolio-grid4 .portfolio-column-menu ul li:after {
  position: absolute;
  content: "";
  background: #333;
  height: 2px;
  width: 0;
  left: 0;
  top: 100%;
  transition: all .6s ease 0s
}

.portfolio-grid4 .portfolio-column-menu ul li.active:after, .portfolio-grid4 .portfolio-column-menu ul li:hover:after, .portfolio-grid6 .portfolio-column-menu ul li.active:after, .portfolio-grid6 .portfolio-column-menu ul li:hover:after {
  width: 100%
}

.photo-glarry-text {
  bottom: 10px;
  position: absolute;
  text-align: center;
  z-index: 2
}

.photo-glarry-text>p {
  margin-left: 10%;
  color: hsla(0, 0%, 100%, .5) !important;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase
}

.photo-glarry-text>h3 {
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 4px;
  margin-left: 15%
}

.portfolio-grid4 .photo-glarry-box:hover .photo-glarry-link, .portfolio-grid4 .photo-glarry-link {
  height: 100%
}

.portfolio-grid4 .portfolio-grid-link {
  top: 40px
}

.portfolio-grid5 .photo-glarry2 {
  margin: 35px auto 0;
  overflow: hidden;
  padding-bottom: 45px;
  width: 90%
}

.photo-glarry-area5 .photo-glarry-box {
  margin: 0;
  width: 20%
}

.portfolio-grid5 .portfolio-column-menu {
  float: none
}

.portfolio-grid5 .photo-glarry-text>h3 {
  margin-left: 0
}

.portfolio-grid5 .portfolio-grid-link {
  top: 10%
}

.photo-glarry-area5 .photo-glarry-box:hover .photo-glarry-link a.search {
  margin: 0;
  top: 11%
}

.photo-glarry-area6 .portfolio-title h3 {
  display: none;
  width: 130px
}

.photo-glarry-area5 .photo-glarry-text>p {
  color: #fff !important
}

.portfolio-grid5 .photo-glarry-text {
  margin-bottom: 10px;
  margin-left: 0
}

.portfolio-grid5 .photo-glarry-text>p {
  margin-left: 0
}

.portfolio-grid6 .photo-glarry-box {
  width: 15.6% !important
}

.portfolio-grid6 .portfolio-title a {
  color: #fff;
  font-size: 18px;
  font-weight: 400
}

.portfolio-grid6 .portfolio-title h3 {
  width: 130px
}

.portfolio-grid6 .portfolio-column-menu {
  border: 1px solid #ccc;
  float: none;
  margin: 85px auto -10px;
  padding-top: 15px;
  width: 60%
}

.showcase .portfolio-column-5-area .portfolio-column-content {
  margin-left: inherit
}

.showcase .portfolio-five-column {
  margin: inherit;
  overflow: hidden;
  width: 100%
}

.showcase .single-awesome-portfolio {
  width: 25% !important
}

.showcase .awesome-portfolio-menu {
  width: 100%
}

.showcase .awesome-info h3 {
  font-weight: 400
}

.showcase-nolink {
  position: relative;
  display: block
}

.portfolio-column-6-area .single-awesome-portfolio .showcase-nolink:hover:hover .awesome-img {
  transform: translateY(-100%)
}

.showcase h3.showcase-slide-title {
  color: #999;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 60px;
  text-transform: uppercase
}

.showcase-slider .single-awesome-portfolio {
  width: 100% !important
}

.product-area {
  padding: 50px 0
}

.product-left {
  float: left;
  margin-right: 12px;
  width: 14%
}

.product-left span {
  display: block;
  margin-bottom: 12px
}

.product-right {
  overflow: hidden
}

.product-desc h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 35px
}

.product-desc>span {
  color: #888;
  font-size: 12px;
  font-family: Avenir Next, sans-serif
}

.product-price-full {
  margin-top: 15px
}

.product-price-full span.p-price-full {
  font-family: Avenir Next, sans-serif;
  font-size: 18px;
  font-weight: 700
}

.product-price-full span.p-price-g {
  display: block;
  font-family: Avenir Next, sans-serif;
  margin-top: 5px
}

.product-rating-full {
  margin: 15px 0
}

.product-rating-full a i {
  color: #1B75BC
}

.color-size {
  margin-top: 40px
}

.color-size-list {
  float: left;
  margin-right: 10px;
  width: 140px
}

.color-size-list h4 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 14px !important;
  margin-bottom: 15px
}

ul.color-s-menu {
  background: #fff
}

ul.color-s-menu li {
  position: relative
}

ul.color-s-menu li a {
  border: 1px solid #ccc;
  color: #444;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none
}

ul.color-s-menu li a:hover {
  background: #1B75BC;
  color: #fff
}

ul.color-s-menu li ul {
  opacity: 0;
  position: absolute;
  top: 130%;
  transition: all .3s ease 0s;
  width: 100%;
  z-index: -99;
  background: #fff
}

ul.color-s-menu li:hover ul {
  opacity: 1;
  z-index: 999;
  top: 100%
}

ul.color-s-menu li ul li a {
  border: 0;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 8px
}

.contact-us-for-more {
  margin-top: 20px
}

.contact-us-for-more a {
  background-color: #eee;
  color: #444 !important;
  display: inline-block;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  height: 30px;
  padding: 8px 20px;
  text-decoration: none
}

.contact-us-for-more a:hover {
  background: #d5d5d5
}

.clear {
  clear: both
}

.no-stock {
  margin-top: 35px
}

.no-stock span {
  font-family: Avenir Next, sans-serif;
  font-size: 15px
}

.number-select {
  margin-top: 40px
}

.number-select input[type=number] {
  border: 1px solid #aaa;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  width: 54px
}

.number-select input[type=button] {
  background: #1B75BC none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all .3s ease 0s
}

.number-select input[type=button]:hover {
  background: #1B75BC
}

.product-tab {
  margin-top: 30px
}

.product-tab ul.nav.nav-tabs {
  margin-bottom: 30px
}

.product-tab ul {
  border: medium none
}

.product-tab ul li {
  margin-right: 15px
}

.product-tab ul li.active a {
  border: medium none
}

.product-tab ul li a {
  border: 0 none;
  color: #444 !important;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative;
  text-transform: uppercase
}

.product-tab .nav>li>a:focus, .product-tab .nav>li>a:hover {
  background-color: inherit;
  border: medium none;
  text-decoration: none
}

.product-tab .nav-tabs>li>a:hover {
  border: 0 none
}

.product-tab ul li a:after {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out 0s;
  width: 0
}

.product-tab ul li a:hover:after {
  width: 40px
}

.product-tab ul li.active a:after {
  width: 100%
}

ul.desc-tav-p li {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 3px 0;
  position: relative
}

ul.desc-tav-p li:after {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: -20px;
  position: absolute;
  top: 9px;
  width: 7px
}

.product-tab-content p {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  line-height: 20px
}

.speci-content p {
  border-bottom: 1px solid #f0f0f0;
  font-family: Avenir Next, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px
}

.speci-content p:last-child {
  border-bottom: 0
}

.speci-content p a {
  color: #1B75BC
}

.tab-comments {
  border: 1px solid #aaa;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 30px
}

.tab-admin {
  float: left;
  width: 25%
}

.tab-admin h4 {
  color: #444;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase
}

.tab-admin span {
  color: #999;
  font-family: Avenir Next, sans-serif
}

.tab-p-rating {
  float: left;
  text-align: center;
  width: 25%
}

.tab-p-rating a i {
  color: #1B75BC
}

.list-note {
  float: left;
  text-align: center;
  width: 25%
}

.list-note span {
  color: #999;
  font-family: Avenir Next, sans-serif
}

.like-icon-tab {
  float: right;
  text-align: right;
  width: 25%
}

span.like-button i {
  color: #1B75BC;
  font-size: 16px
}

span.dislike-button {
  margin-left: 10px
}

span.dislike-button i {
  color: #d14233;
  font-size: 16px
}

span.list-comments {
  color: #444;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 30px
}

.comments-text-p {
  display: block;
  float: left;
  margin-top: 20px
}

.comments-text-p p {
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0
}

.result-comments {
  text-align: center
}

.result-comments p {
  color: #999;
  font-family: Avenir Next, sans-serif;
  margin: 0
}

.related-product-list-title {
  margin-top: 100px
}

.related-product-list-title h3 {
  border-bottom: 1px solid #ddd;
  border-color: #f0f0f0 #f0f0f0 #ddd;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
  padding-bottom: 10px;
  text-transform: uppercase
}

.product-area .shop-pagination {
  margin-top: 50px
}

body.pages .features-area {
  background: #fcfcfc;
  padding: 120px 0
}

.features-img {
  position: relative;
  overflow: hidden
}

.features-img span {
  font-family: Avenir Next, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  padding-top: 10px;
  text-align: center;
  top: 0;
  width: 55px
}

.features-img input[type=button], .features-img span {
  background: #1B75BC none repeat scroll 0 0;
  color: #fff;
  left: 0;
  position: absolute
}

.features-img input[type=button] {
  border: medium none;
  font-size: 12px;
  height: 40px;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
  bottom: -30px;
  transition: all .4s ease 0s;
  opacity: 0;
  z-index: -9
}

.single-features:hover .features-img input, .single-features:hover .shop-img a i [type=button] {
  opacity: 1;
  bottom: 0;
  z-index: 9
}

.features-info {
  padding: 15px;
  text-align: center;
  background: #fff
}

.features-info h2 {
  margin-bottom: 3px
}

.features-info h2 a {
  color: #1B75BC;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none
}

.features-info h2 a:hover, .features-info p a:hover {
  color: #000
}

.features-info p {
  margin-bottom: 8px
}

.features-info p a {
  color: #999;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none
}

.features-info h3 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #1B75BC
}

.features-info h3 span {
  font-family: Avenir Next, sans-serif;
  font-size: 15px
}

.fea-rating a i {
  color: #1B75BC
}

.fea-rating span {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif
}

ul.desc-tav-p {
  list-style: inside none disc;
  margin-left: 35px;
  margin-top: 25px;
  padding: inherit
}

.shop-banner #particles-js {
  background: transparent url(img/product/shop01.jpg) repeat scroll 0 0;
  height: 275px;
  width: 100%
}

.pagination-shop ul li.display {
  padding-right: 10px;
  font-family: Avenir Next, sans-serif
}

.pagination-shop ul li.page-one {
  padding-left: 10px;
  font-family: Avenir Next, sans-serif
}

.pagination-shop ul li a {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  color: #888;
  font-family: Avenir Next, sans-serif;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  vertical-align: middle
}

.page-right {
  float: right;
  margin-top: 8px;
  font-family: Avenir Next, sans-serif
}

.shop-area {
  padding-bottom: 35px;
  padding-top: 60px
}

.single-shop {
  margin-bottom: 35px
}

.shop-img input[type=button] {
  bottom: 0;
  opacity: 1;
  position: absolute;
  width: 85%;
  z-index: 99
}

.button-shop {
  bottom: -40px;
  position: absolute;
  width: 100%;
  transition: all .3s ease 0s
}

.button-shop a i {
  background: #1B75BC none repeat scroll 0 0;
  border-left: 1px solid #fff;
  bottom: 0;
  color: #fff;
  float: right;
  font-size: 18px;
  height: 40px;
  opacity: 1;
  padding-top: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 15%
}

.single-shop:hover .button-shop {
  bottom: 0
}

.shop-pagination {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 40px 0
}

.pagination-shop {
  float: left
}

.pagination-shop ul li.display {
  padding-right: 10px
}

.pagination-shop ul li.page-one {
  padding-left: 10px
}

.pagination-shop ul li {
  display: inline-block
}

.pagination-shop ul li a {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  color: #888;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  padding: 0 15px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 700
}

.pagination-shop ul li a:hover {
  color: #444
}

.page-right {
  float: right;
  margin-top: 8px
}

.pagination-bottom {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 25px
}

.pagination-bottom a {
  color: #e5e5e5;
  font-size: 12px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s
}

.pagination-bottom a:hover {
  color: #888
}

.checkout-area {
  padding: 50px 0
}

.checkout-content table {
  text-align: center
}

.checkout-content thead th {
  text-align: center
}

.checkout-content thead tr {
  color: #555;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase
}

.checkout-content table td, .checkout-content thead tr th {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid #f0f0f0 !important;
  margin: 0;
  padding: 15px 20px !important
}

.checkout-content table tr td.cart_product_image_value, .checkout-content thead tr th.cart-img-title {
  width: 15%
}

.checkout-content table tr.table-row1:hover, .checkout-content table tr.table-row2:hover {
  background: #f8f8f8
}

.checkout-content table tr td.cart_product_image_value {
  font-family: Avenir Next, sans-serif;
  vertical-align: middle
}

tr.table-row3 td.cart_empty_footer {
  border-bottom: 0 none !important;
  border-left: 0 none !important
}

tr.table-row3 td.cart_final_total_title, tr.table-row3 td.cart_total_value {
  font-weight: 700;
  text-transform: uppercase
}

tr.table-row3 td.cart_total_value {
  font-family: Avenir Next, sans-serif;
  font-size: 15px
}

.pro-photo-checkout>img {
  width: 100%
}

p.cart_product_name a {
  color: #1B75BC;
  display: block;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 55%;
  text-decoration: none
}

p.cart_product_name a span {
  color: #999 !important;
  display: block;
  font-size: 14px;
  font-weight: 400
}

span.product_price {
  color: #444;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  font-weight: 700
}

p.cart_product_name a:hover {
  color: #000
}

.product-quantity-t input[type=text] {
  border: 1px solid #aaa;
  height: 35px;
  text-align: center;
  width: 50px
}

.product-quantity-t a i {
  color: #444;
  font-size: 17px;
  margin-left: 5px
}

.convert-cart {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 40px
}

.convert-cart input[type=button] {
  background: #1B75BC none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  padding: 6px 15px;
  text-transform: uppercase
}

.add-wishlist input[type=button]:hover, .convert-cart input[type=button]:hover {
  background: #1B75BC
}

.convert-cart p {
  margin-top: 30px
}

.convert-cart p span {
  background: #2bcdc1 none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  padding: 1px 5px
}

span.cart-bottom-link a {
  color: #999;
  text-decoration: none
}

span.cart-bottom-link {
  display: block;
  margin-top: 20px;
  text-align: center
}

span.cart-bottom-link a:hover {
  color: #444
}

.add-delete i {
  color: #444;
  font-size: 17px
}

.cart_empty_total {
  font-weight: 700
}

.add-wishlist input[type=button] {
  background: #1B75BC none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding: 6px 10px;
  text-transform: uppercase
}

.cart-search {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center
}

.cart-search p {
  display: inline-block;
  font-family: Avenir Next, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px
}

.cart-search input[type=text] {
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 10px;
  width: 200px
}

.cart-search:hover {
  background: #ddd
}

.wish-cart-title h3 {
  font-size: 18px;
  font-weight: 300
}

.wish-cart-icon {
  margin-bottom: 10px;
  text-align: right
}

.wish-cart-icon a i {
  border: 1px solid #999;
  color: #999;
  font-size: 20px;
  height: 45px;
  padding-top: 11px;
  text-align: center;
  width: 45px
}

.wish-m {
  padding: 15px 0
}

.ui-widget-content {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #1B75BC;
  border-radius: 10px;
  color: #222
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0 none;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0
}

.ui-widget-header {
  background: #fe5b5a none repeat scroll 0 0;
  border: 1px solid #fe5b5a;
  color: #fe5b5a;
  font-weight: 700
}

.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  top: -.3em
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #1B75BC none repeat scroll 0 0;
  border: 4px solid #1B75BC;
  border-radius: 100%;
  color: #bcbcbc;
  font-weight: 400;
  transition: all .3s ease 0s
}

.price-range label {
  margin-bottom: 15px;
  margin-top: 15px
}

.shop-categori-sidebar {
  color: #444;
  padding: 20px
}

#amount, .shop-categori-sidebar {
  background: #f5f5f5 none repeat scroll 0 0
}

#amount {
  border: 0 none;
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-weight: 700
}

.shop-categoti-sidebar .color-size-list {
  float: left;
  margin-right: 10px;
  margin-top: 30px;
  width: 100%
}

.shop-categori-brand {
  clear: both;
  padding-top: 33px
}

.shop-categori-brand h4 {
  color: #1B75BC;
  font-family: Avenir Next, sans-serif;
  font-size: 14px !important;
  margin-bottom: 15px
}

.shop-categori-brand ul {
  margin-bottom: 23px;
  overflow: hidden
}

.shop-categori-brand ul li {
  background: rgba(0, 0, 0, .05) none repeat scroll 0 0;
  float: left;
  margin-bottom: 1px;
  margin-right: 1px;
  padding: 7px 10px
}

.shop-categori-brand ul li:hover {
  background-color: rgba(0, 0, 0, .1);
  color: #444
}

.shop-categori-brand ul li a {
  color: #444;
  font-family: Avenir Next, sans-serif
}

.shop-categori-brand>input {
  margin-right: 5px;
  margin-top: -4px
}

.shop-categori-reset {
  margin-top: 85px;
  padding-bottom: 22px
}

.shop-categori-reset p {
  float: right
}

.shop-categori-reset p a {
  border-radius: 2px;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 15px;
  margin-left: 15px;
  padding: 4px 10px;
  text-transform: uppercase
}

.shop-categori-reset p a, .shop-categori-reset p a:hover {
  background: #1B75BC none repeat scroll 0 0
}

.kiron-404-area h2 {
  border-bottom: 1px solid #ccc;
  font-family: Avenir Next, sans-serif;
  font-size: 36px;
  padding-bottom: 15px
}

.kiron-404-area p {
  font-family: Avenir Next, sans-serif;
  margin-top: 35px
}

.search .form-control.input-sm {
  border-radius: 0;
  float: left;
  font-size: 14px;
  height: 50px;
  width: 80%
}

.search button {
  background: #303030 none repeat scroll 0 0;
  border-radius: 0;
  font-size: 20px;
  height: 50px;
  padding: 10px 45px
}

.search button:hover {
  background: #1B75BC;
  border: 1px solid#1B75BC
}

.search .form-control:focus {
  border-color: #1B75BC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  outline: 0 none
}

.search {
  margin: 35px auto;
  width: 35%
}

.gallery-page-4 .portfolio-grid-link {
  top: 35%
}

.gallery-page-4 .photo-glarry-box:hover .photo-glarry-link a.search {
  margin: 0;
  top: 35%
}

.dan-border-none {
  border: 0
}

.dan-color {
  color: #1B75BC
}

.dan-bg {
  background: #1B75BC;
  width: 100%
}

.blog-four .portfolio-title img, .blog-one .portfolio-title img {
  height: 20px;
  margin-top: 10px;
  width: auto
}

.dan-coolscu-text {
  color: #fff;
  -webkit-animation: b 5s infinite;
  animation: b 5s infinite
}

@-webkit-keyframes b {
  0% {
    color: #fff
  }

  to {
    color: #1B75BC
  }
}

@keyframes b {
  0% {
    color: #fff
  }

  to {
    color: #1B75BC
  }
}

@media (min-width:767px) {
  .about-intensy-img{
    padding: 7%;
    padding-top: 0;
  }
  .dan-coolscu-img {
    opacity: 0;
    -webkit-transform: rotateY(150deg);
    transform: rotateY(150deg);
    -webkit-animation: c 8s infinite;
    animation: c 8s infinite
  }

  @-webkit-keyframes c {
    0% {
      opacity: 0;
      -webkit-transform: rotateY(150deg);
      transform: rotateY(150deg)
    }

    50%, 75% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg)
    }

    to {
      opacity: 0
    }
  }

  @keyframes c {
    0% {
      opacity: 0;
      -webkit-transform: rotateY(150deg);
      transform: rotateY(150deg)
    }

    50%, 75% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg)
    }

    to {
      opacity: 0
    }
  }
}

.control-group select {
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
  -webkit-appearance: none;
  height: 40px;
  border-radius: 0;
  padding-left: 10px
}

.dan-tick-partone.blue-section {
  background: #0077be;
  background: -webkit-linear-gradient(top, #0077be, #0064a1);
  background: linear-gradient(180deg, #0077be 0, #0064a1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0077be', endColorstr='#0064a1', GradientType=0)
}

.dan-tick-partone .table {
  display: table;
  width: auto;
  max-width: none;
  margin-bottom: 0
}

.dan-tick-partone .section-list {
  height: 100%
}

.dan-tick-partone .section-list ul {
  padding: 40px 0 40px 25%;
  margin: 0
}
.features .dan-tick-partone .section-list ul{
  padding-left: 10px;
}
.features{
  background-color: #1B75BC;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
}
.features h3{
  font-size: 34px;
    font-weight: 700;
    border-bottom: 4px solid;
    display: inline-block;
    margin-bottom: 15px;
}

.dan-tick-partone .section-list ul li {
  font-size: 20px;
  list-style-type: none;
  background: url(../img/cool/icon-list-checkmark.png) no-repeat 0;
  background-size: 31px 28px;
    padding: 18px 0 0 40px;
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-weight: 700
}
.features .dan-tick-partone .section-list ul li{
  font-weight: 300;
  line-height: 30px;
}

.dan-tick-partone .section-arrow-left {
  position: absolute;
  right: 0;
  top: 36%
}

.dan-tick-partone .section-arrow-right {
  position: absolute;
  left: 0;
  top: 36%
}

.dan-tick-partone .table .vertical-align-middle {
  vertical-align: middle
}

.dan-tick-partone .light-blue-section {
  background: #00a4e1
}

.dan-tick-partone .checklist-content p {
  font-size: 20px
}

.dan-tick-partone .light-blue-section p {
  color: #fff;
  padding-top: 26px;
  padding-left: 20px;
  font-size: 17px;
  line-height: 25px;
  font-family: Avenir Next, sans-serif
}

.dan-tick-partone .light-blue-section h2 {
  color: #fff;
  font-family: Avenir Next, sans-serif;
  font-size: 25px;
  padding: 0 15px;
  line-height: 40px
}

.download-btn{
  padding-top: 20px;
    padding-bottom: 20px;
}
.download-btn a{
  color: #236fb2;
    background: #f7f5f6;
    padding: 8px 12px;
    box-shadow: 0px 0px 30px -8px #000;
}
.tag-line{
  text-align: center;
  font-size: 30px;
  background-color: #2475bc;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width:768px) {
  .dan-tick-partone .table .table-cell {
    display: table-cell
  }
  .tag-line{
    font-size: 44px;
  }
}

@media (min-width:1000px) {
  .dan-tick-partone .table .table-cell {
    display: table-cell;
    float: none
  }
}
.site-color{
  color: #1B75BC;
}
.site-bg{
  background-color: #1B75BC;
}
.logo a img{
  height: 100%;
    object-fit: contain;
}
@media (min-width:992px) {
  .features:before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background: linear-gradient(#fff,#fff) 0 0/50% 100% no-repeat, linear-gradient(to bottom left,transparent 49.8%,#fff 50%)100% 100%/50% 100% no-repeat;
    left: 0;
    top: 0;
  }
  .add-rightleft-border{
    padding-right: 14px;
    padding-left: 14px;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
  }
  .about-intensy-area{
    padding-top: 0;
  }
  .about-duopro{
    position: relative;
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .about-duopro:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(247, 245, 246,1) 0%, rgba(247, 245, 246,1) 50%, rgba(27, 117, 188,1) 50%, rgba(27, 117, 188,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(247, 245, 246,1)), color-stop(48%, rgba(247, 245, 246,1)), color-stop(49%, rgba(247, 245, 246,1)), color-stop(100%, rgba(247, 245, 246,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(247, 245, 246,1) 0%, rgba(247, 245, 246,1) 50%, rgba(27, 117, 188,1) 50%, rgba(27, 117, 188,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(247, 245, 246,1) 0%, rgba(247, 245, 246,1) 50%, rgba(27, 117, 188,1) 50%, rgba(27, 117, 188,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(247, 245, 246,1) 0%, rgba(247, 245, 246,1) 50%, rgba(27, 117, 188,1) 50%, rgba(27, 117, 188,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(247, 245, 246,1) 0%, rgba(247, 245, 246,1) 50%, rgba(27, 117, 188,1) 50%, rgba(27, 117, 188,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#05C1FF',GradientType=1 ); /* ie6-9 */
    right: 0;
    top: 0;
  }
}
@media (max-width:767px) {
  .slider .slider-bottom{
    font-size: 34px;
  }
  .about-intensy-area{
    padding-top: 30px;
  }
  .features h3,.blog-column-4-area h3.heading{
    font-size: 28px;
  }
  .contact-title h2{
    font-size: 22px;
  }
  .shop-design-text.relative{
    text-align: left;
  }
  .emargency-box {
    height: auto;
    padding: 20px
  }
  .tag-line{
    font-size: 24px;
  }
}
