@charset "UTF-8";

header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 956;
  -webkit-box-shadow: -25px 0 40px 0 rgba(0, 0, 0, 0);
  box-shadow: -25px 0 40px 0 rgba(0, 0, 0, 0);
  background: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  header.is-active {
    -webkit-box-shadow: -25px 0 40px 0 rgba(0, 0, 0, 0.08);
    box-shadow: -25px 0 40px 0 rgba(0, 0, 0, 0.08); }
    
    .pricing{
            background-color: #32a4ff;
    color: #fff;
    padding: 15px;
    text-align: center;
    }
    .button1{
        color:#fff;
    }
    

.logo {
  display: inline-block;
  background: #32a4ff;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px; }
  .logo a {
    color: #fff; }
    
    img{
        max-width:100%;
    }
    
    ul{
        padding:0;
    }
      
    ul li{
        list-style:none;
    }


.nav-bar {
  line-height: 1;
  cursor: pointer; }
  .nav-bar i {
    font-size: 24px; }
    .nav-bar i:hover {
      color: #32a4ff; }

.social_icons a {
  padding: 0 5px;
  display: inline-block;
  font-size: 17px;
  color: #6b717f;
  line-height: 1;
  vertical-align: middle; }
  .social_icons a:hover {
    color: #32a4ff; }

.sideNav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -15%;
  margin: auto;
  width: 35%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 997;
  overflow-y: scroll;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .sideNav.is-active {
    opacity: 1;
    visibility: visible;
    right: 0; }
  .sideNav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sideNav ul li {
      display: block;
      margin-bottom: 15px; }
      .sideNav ul li.active a {
        color: #32a4ff; }
      .sideNav ul li a {
        font-size: 26px;
        font-weight: 700;
        color: #495057; }
        .sideNav ul li a.submenu {
          cursor: pointer; }
    .sideNav ul ul {
      display: none;
      padding-left: 10px;
      margin-top: 10px; }
      .sideNav ul ul li {
        margin-bottom: 10px; }
      .sideNav ul ul a {
        font-size: 18px;
        font-weight: 400; }
  .sideNav #closeMenu {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15); }
    .sideNav #closeMenu i {
      line-height: 30px; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 65%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  opacity: 0;
  visibility: hidden;
  z-index: 996;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .overlay.is-active {
    opacity: 1;
    visibility: visible; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?57ftwz");
  src: url("../fonts/icomoon.eot?57ftwz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?57ftwz") format("truetype"), url("../fonts/icomoon.woff?57ftwz") format("woff"), url("../fonts/icomoon.svg?57ftwz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-quotes-right:before {
  content: "\e900"; }

.icon-quotes-left:before {
  content: "\e901"; }

.icon-activity:before {
  content: "\e90b"; }

.icon-airplay:before {
  content: "\e90c"; }

.icon-alert-circle:before {
  content: "\e90d"; }

.icon-alert-octagon:before {
  content: "\e90e"; }

.icon-alert-triangle:before {
  content: "\e90f"; }

.icon-align-center:before {
  content: "\e910"; }

.icon-align-justify:before {
  content: "\e911"; }

.icon-align-left:before {
  content: "\e912"; }

.icon-align-right:before {
  content: "\e913"; }

.icon-anchor:before {
  content: "\e914"; }

.icon-aperture:before {
  content: "\e915"; }

.icon-archive:before {
  content: "\e916"; }

.icon-arrow-down:before {
  content: "\e917"; }

.icon-arrow-down-circle:before {
  content: "\e918"; }

.icon-arrow-down-left:before {
  content: "\e919"; }

.icon-arrow-down-right:before {
  content: "\e91a"; }

.icon-arrow-left:before {
  content: "\e91b"; }

.icon-arrow-left-circle:before {
  content: "\e91c"; }

.icon-arrow-right:before {
  content: "\e91d"; }

.icon-arrow-right-circle:before {
  content: "\e91e"; }

.icon-arrow-up:before {
  content: "\e91f"; }

.icon-arrow-up-circle:before {
  content: "\e920"; }

.icon-arrow-up-left:before {
  content: "\e921"; }

.icon-arrow-up-right:before {
  content: "\e922"; }

.icon-at-sign:before {
  content: "\e923"; }

.icon-award:before {
  content: "\e924"; }

.icon-bar-chart:before {
  content: "\e925"; }

.icon-bar-chart-2:before {
  content: "\e926"; }

.icon-battery:before {
  content: "\e927"; }

.icon-battery-charging:before {
  content: "\e928"; }

.icon-bell:before {
  content: "\e929"; }

.icon-bell-off:before {
  content: "\e92a"; }

.icon-bluetooth:before {
  content: "\e92b"; }

.icon-bold:before {
  content: "\e92c"; }

.icon-book:before {
  content: "\e92d"; }

.icon-book-open:before {
  content: "\e92e"; }

.icon-bookmark:before {
  content: "\e92f"; }

.icon-box:before {
  content: "\e930"; }

.icon-briefcase:before {
  content: "\e931"; }

.icon-calendar:before {
  content: "\e932"; }

.icon-camera:before {
  content: "\e933"; }

.icon-camera-off:before {
  content: "\e934"; }

.icon-cast:before {
  content: "\e935"; }

.icon-check:before {
  content: "\e936"; }

.icon-check-circle:before {
  content: "\e937"; }

.icon-check-square:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-chevrons-down:before {
  content: "\e93d"; }

.icon-chevrons-left:before {
  content: "\e93e"; }

.icon-chevrons-right:before {
  content: "\e93f"; }

.icon-chevrons-up:before {
  content: "\e940"; }

.icon-chrome:before {
  content: "\e941"; }

.icon-circle:before {
  content: "\e942"; }

.icon-clipboard:before {
  content: "\e943"; }

.icon-clock:before {
  content: "\e944"; }

.icon-cloud:before {
  content: "\e945"; }

.icon-cloud-drizzle:before {
  content: "\e946"; }

.icon-cloud-lightning:before {
  content: "\e947"; }

.icon-cloud-off:before {
  content: "\e948"; }

.icon-cloud-rain:before {
  content: "\e949"; }

.icon-cloud-snow:before {
  content: "\e94a"; }

.icon-code:before {
  content: "\e94b"; }

.icon-codepen:before {
  content: "\e94c"; }

.icon-command:before {
  content: "\e94d"; }

.icon-compass:before {
  content: "\e94e"; }

.icon-copy:before {
  content: "\e94f"; }

.icon-corner-down-left:before {
  content: "\e950"; }

.icon-corner-down-right:before {
  content: "\e951"; }

.icon-corner-left-down:before {
  content: "\e952"; }

.icon-corner-left-up:before {
  content: "\e953"; }

.icon-corner-right-down:before {
  content: "\e954"; }

.icon-corner-right-up:before {
  content: "\e955"; }

.icon-corner-up-left:before {
  content: "\e956"; }

.icon-corner-up-right:before {
  content: "\e957"; }

.icon-cpu:before {
  content: "\e958"; }

.icon-credit-card:before {
  content: "\e959"; }

.icon-crop:before {
  content: "\e95a"; }

.icon-crosshair:before {
  content: "\e95b"; }

.icon-database:before {
  content: "\e95c"; }

.icon-delete:before {
  content: "\e95d"; }

.icon-disc:before {
  content: "\e95e"; }

.icon-dollar-sign:before {
  content: "\e95f"; }

.icon-download:before {
  content: "\e960"; }

.icon-download-cloud:before {
  content: "\e961"; }

.icon-droplet:before {
  content: "\e962"; }

.icon-edit:before {
  content: "\e963"; }

.icon-edit-2:before {
  content: "\e964"; }

.icon-edit-3:before {
  content: "\e965"; }

.icon-external-link:before {
  content: "\e966"; }

.icon-eye:before {
  content: "\e967"; }

.icon-eye-off:before {
  content: "\e968"; }

.icon-facebook:before {
  content: "\e969"; }

.icon-fast-forward:before {
  content: "\e96a"; }

.icon-feather:before {
  content: "\e96b"; }

.icon-file:before {
  content: "\e96c"; }

.icon-file-minus:before {
  content: "\e96d"; }

.icon-file-plus:before {
  content: "\e96e"; }

.icon-file-text:before {
  content: "\e96f"; }

.icon-film:before {
  content: "\e970"; }

.icon-filter:before {
  content: "\e971"; }

.icon-flag:before {
  content: "\e972"; }

.icon-folder:before {
  content: "\e973"; }

.icon-folder-minus:before {
  content: "\e974"; }

.icon-folder-plus:before {
  content: "\e975"; }

.icon-gift:before {
  content: "\e976"; }

.icon-git-branch:before {
  content: "\e977"; }

.icon-git-commit:before {
  content: "\e978"; }

.icon-git-merge:before {
  content: "\e979"; }

.icon-git-pull-request:before {
  content: "\e97a"; }

.icon-github:before {
  content: "\e97b"; }

.icon-gitlab:before {
  content: "\e97c"; }

.icon-globe:before {
  content: "\e97d"; }

.icon-grid:before {
  content: "\e97e"; }

.icon-hard-drive:before {
  content: "\e97f"; }

.icon-hash:before {
  content: "\e980"; }

.icon-headphones:before {
  content: "\e981"; }

.icon-heart:before {
  content: "\e982"; }

.icon-help-circle:before {
  content: "\e983"; }

.icon-home:before {
  content: "\e984"; }

.icon-image:before {
  content: "\e985"; }

.icon-inbox:before {
  content: "\e986"; }

.icon-info:before {
  content: "\e987"; }

.icon-instagram:before {
  content: "\e988"; }

.icon-italic:before {
  content: "\e989"; }

.icon-layers:before {
  content: "\e98a"; }

.icon-layout:before {
  content: "\e98b"; }

.icon-life-buoy:before {
  content: "\e98c"; }

.icon-link:before {
  content: "\e98d"; }

.icon-link-2:before {
  content: "\e98e"; }

.icon-linkedin:before {
  content: "\e98f"; }

.icon-list:before {
  content: "\e990"; }

.icon-loader:before {
  content: "\e991"; }

.icon-lock:before {
  content: "\e992"; }

.icon-log-in:before {
  content: "\e993"; }

.icon-log-out:before {
  content: "\e994"; }

.icon-mail:before {
  content: "\e995"; }

.icon-map:before {
  content: "\e996"; }

.icon-map-pin:before {
  content: "\e997"; }

.icon-maximize:before {
  content: "\e998"; }

.icon-maximize-2:before {
  content: "\e999"; }

.icon-menu2:before {
  content: "\e99a"; }

.icon-message-circle:before {
  content: "\e99b"; }

.icon-message-square:before {
  content: "\e99c"; }

.icon-mic:before {
  content: "\e99d"; }

.icon-mic-off:before {
  content: "\e99e"; }

.icon-minimize:before {
  content: "\e99f"; }

.icon-minimize-2:before {
  content: "\e9a0"; }

.icon-minus:before {
  content: "\e9a1"; }

.icon-minus-circle:before {
  content: "\e9a2"; }

.icon-minus-square:before {
  content: "\e9a3"; }

.icon-monitor:before {
  content: "\e9a4"; }

.icon-moon:before {
  content: "\e9a5"; }

.icon-more-horizontal:before {
  content: "\e9a6"; }

.icon-more-vertical:before {
  content: "\e9a7"; }

.icon-move:before {
  content: "\e9a8"; }

.icon-music:before {
  content: "\e9a9"; }

.icon-navigation:before {
  content: "\e9aa"; }

.icon-navigation-2:before {
  content: "\e9ab"; }

.icon-octagon:before {
  content: "\e9ac"; }

.icon-package:before {
  content: "\e9ad"; }

.icon-paperclip:before {
  content: "\e9ae"; }

.icon-pause:before {
  content: "\e9af"; }

.icon-pause-circle:before {
  content: "\e9b0"; }

.icon-percent:before {
  content: "\e9b1"; }

.icon-phone:before {
  content: "\e9b2"; }

.icon-phone-call2:before {
  content: "\e9b3"; }

.icon-phone-forwarded:before {
  content: "\e9b4"; }

.icon-phone-incoming:before {
  content: "\e9b5"; }

.icon-phone-missed:before {
  content: "\e9b6"; }

.icon-phone-off:before {
  content: "\e9b7"; }

.icon-phone-outgoing:before {
  content: "\e9b8"; }

.icon-pie-chart:before {
  content: "\e9b9"; }

.icon-play:before {
  content: "\e9ba"; }

.icon-play-circle:before {
  content: "\e9bb"; }

.icon-plus:before {
  content: "\e9bc"; }

.icon-plus-circle:before {
  content: "\e9bd"; }

.icon-plus-square:before {
  content: "\e9be"; }

.icon-pocket:before {
  content: "\e9bf"; }

.icon-power:before {
  content: "\e9c0"; }

.icon-printer:before {
  content: "\e9c1"; }

.icon-radio:before {
  content: "\e9c2"; }

.icon-refresh-ccw:before {
  content: "\e9c3"; }

.icon-refresh-cw:before {
  content: "\e9c4"; }

.icon-repeat:before {
  content: "\e9c5"; }

.icon-rewind:before {
  content: "\e9c6"; }

.icon-rotate-ccw:before {
  content: "\e9c7"; }

.icon-rotate-cw:before {
  content: "\e9c8"; }

.icon-rss:before {
  content: "\e9c9"; }

.icon-save:before {
  content: "\e9ca"; }

.icon-scissors:before {
  content: "\e9cb"; }

.icon-search:before {
  content: "\e9cc"; }

.icon-send:before {
  content: "\e9cd"; }

.icon-server:before {
  content: "\e9ce"; }

.icon-settings:before {
  content: "\e9cf"; }

.icon-share:before {
  content: "\e9d0"; }

.icon-share-2:before {
  content: "\e9d1"; }

.icon-shield:before {
  content: "\e9d2"; }

.icon-shield-off:before {
  content: "\e9d3"; }

.icon-shopping-bag:before {
  content: "\e9d4"; }

.icon-shopping-cart:before {
  content: "\e9d5"; }

.icon-shuffle:before {
  content: "\e9d6"; }

.icon-sidebar:before {
  content: "\e9d7"; }

.icon-skip-back:before {
  content: "\e9d8"; }

.icon-skip-forward:before {
  content: "\e9d9"; }

.icon-slack:before {
  content: "\e9da"; }

.icon-slash:before {
  content: "\e9db"; }

.icon-sliders:before {
  content: "\e9dc"; }

.icon-smartphone:before {
  content: "\e9dd"; }

.icon-speaker:before {
  content: "\e9de"; }

.icon-square:before {
  content: "\e9df"; }

.icon-star:before {
  content: "\e9e0"; }

.icon-stop-circle:before {
  content: "\e9e1"; }

.icon-sun:before {
  content: "\e9e2"; }

.icon-sunrise:before {
  content: "\e9e3"; }

.icon-sunset:before {
  content: "\e9e4"; }

.icon-tablet:before {
  content: "\e9e5"; }

.icon-tag:before {
  content: "\e9e6"; }

.icon-target:before {
  content: "\e9e7"; }

.icon-terminal:before {
  content: "\e9e8"; }

.icon-thermometer:before {
  content: "\e9e9"; }

.icon-thumbs-down:before {
  content: "\e9ea"; }

.icon-thumbs-up:before {
  content: "\e9eb"; }

.icon-toggle-left:before {
  content: "\e9ec"; }

.icon-toggle-right:before {
  content: "\e9ed"; }

.icon-trash:before {
  content: "\e9ee"; }

.icon-trash-2:before {
  content: "\e9ef"; }

.icon-trending-down:before {
  content: "\e9f0"; }

.icon-trending-up:before {
  content: "\e9f1"; }

.icon-triangle:before {
  content: "\e9f2"; }

.icon-truck:before {
  content: "\e9f3"; }

.icon-tv:before {
  content: "\e9f4"; }

.icon-twitter:before {
  content: "\e9f5"; }

.icon-type:before {
  content: "\e9f6"; }

.icon-umbrella:before {
  content: "\e9f7"; }

.icon-underline:before {
  content: "\e9f8"; }

.icon-unlock:before {
  content: "\e9f9"; }

.icon-upload:before {
  content: "\e9fa"; }

.icon-upload-cloud:before {
  content: "\e9fb"; }

.icon-user:before {
  content: "\e9fc"; }

.icon-user-check:before {
  content: "\e9fd"; }

.icon-user-minus:before {
  content: "\e9fe"; }

.icon-user-plus:before {
  content: "\e9ff"; }

.icon-user-x:before {
  content: "\ea00"; }

.icon-users:before {
  content: "\ea01"; }

.icon-video2:before {
  content: "\ea02"; }

.icon-video-off:before {
  content: "\ea03"; }

.icon-voicemail:before {
  content: "\ea04"; }

.icon-volume:before {
  content: "\ea05"; }

.icon-volume-1:before {
  content: "\ea06"; }

.icon-volume-2:before {
  content: "\ea07"; }

.icon-volume-x:before {
  content: "\ea08"; }

.icon-watch:before {
  content: "\ea09"; }

.icon-wifi:before {
  content: "\ea0a"; }

.icon-wifi-off:before {
  content: "\ea0b"; }

.icon-wind:before {
  content: "\ea0c"; }

.icon-x:before {
  content: "\ea0d"; }

.icon-x-circle:before {
  content: "\ea0e"; }

.icon-x-square:before {
  content: "\ea0f"; }

.icon-youtube:before {
  content: "\ea10"; }

.icon-zap:before {
  content: "\ea11"; }

.icon-zap-off:before {
  content: "\ea12"; }

.icon-zoom-in:before {
  content: "\ea13"; }

.icon-zoom-out:before {
  content: "\ea14"; }

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  -moz-transition: transform 0.1s ease, -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */



img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */ }

.cssload-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 49px;
  height: 49px;
  text-align: center; }

.cssload-double-torus {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 4px double;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-color: transparent #2196f3 #2196f3;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear; }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.delay1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.delay3 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay4 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

.delay5 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay6 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s; }

.delay7 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.delay8 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px); } }

.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); } }

.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); } }

.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); } }

.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px); } }

.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px); } }

.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px); } }

.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px); } }

.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px); } }

.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3); } }

.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    transform: translateY(2000px); } }

.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    transform: translateX(2000px); } }

.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

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

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

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

.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

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

.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

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

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

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

.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

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

.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

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

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

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

.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  animation-duration: 0.25s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    -moz-transform: skewX(9deg);
    transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg);
    -moz-transform: skewX(5deg);
    transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg);
    -moz-transform: skewX(-4deg);
    transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg);
    -moz-transform: skewX(3deg);
    transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg);
    -moz-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg);
    -moz-transform: skewX(1deg);
    transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg); } }

.animated.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s; }

/*------------------------------------------------------------------
[Table of contents]
   01. General Styles 
       01.01 Quick contact
   02. Home Section 
       02.01 Scroll Down Button 
       02.02 Hero Slider
       02.03 Particles
   03. About Section
       03.01 Company History Count
   04. Services Section 
   05. Call to action
   06. Portfolio Section
       06.01 Slider Navigation
       06.02 Item Details   
   07. Testmonials Section 
       07.01 Item Details  
       07.02 Slider Navigation
   08. Blog Section 
       08.01 View More Button  
       08.02 Item Details
   09. Contact Section  
       09.01 Contact Form
       09.02 Address Details    
   10. Footer Section
       10.01 Scroll Top Button
   11. Inner Pages
      11.01 Inner Page Common 
      11.02 About Us Page  
      11.03 Blog Page
      11.04 Widgets
      11.05 Single Blog Page
      11.06 Pricing Page
      11.07 Single Work Page
   12. Responsive Styles

-------------------------------------------------------------------*/
/*------------------------
  01. General Styles
  ------------------------*/
a:hover {
  text-decoration: none; }

body {
  padding-top: 59px; }
  body.overflow {
    overflow: hidden !important; }

.bg-light {
  background: #f6f6f6 !important; }

.btn-light {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08); }

.section {
  padding: 1rem 0; }

.bx-shadow {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15); }

.valign-Middle {
  vertical-align: middle; }

.font-weight-semibold {
  font-weight: 600; }

.head1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  padding-bottom: 5px; }

.sub-title {
  color: #6b717f; }

.parallax {
  -webkit-background-size: cover;
  background-size: cover; }

.bdr-img {
  border: 10px solid #fff; }

.sendMesaage {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #32a4ff;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); }

/*------------------------
  01. General Styles End
  ------------------------*/
/*------------------------
  02. Home Section
  ------------------------*/
.intro {
  padding: 10rem 0;
  position: relative; }
  .intro.main-slider {
    padding: 0 !important; }
    .intro.main-slider:after {
      display: none; }
  .intro:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 8;
    background: rgba(0, 0, 0, 0.48);
    content: ""; }
  .intro .container {
    position: relative;
    z-index: 45; }
  .intro h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 300; }
    .intro h1 span {
      font-size: 70px;
      font-weight: 700; }
  .intro .scroll-down {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #495057;
    text-align: center;
    font-size: 18px;
    z-index: 46;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15); }
    .intro .scroll-down i {
      line-height: inherit; }
  .intro .owl-full-width .owl-item .slide {
    padding: 10rem 0;
    position: relative;
    z-index: 10;
    opacity: 0.5;
    -webkit-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s; }
    .intro .owl-full-width .owl-item .slide:after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 8;
      background: rgba(0, 0, 0, 0.48);
      content: ""; }
  .intro .owl-full-width img {
    display: none !important; }
  .intro .owl-item.active .slide {
    opacity: 1; }
  .intro #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 42; }

/*------------------------
  02. Home Section End
  ------------------------*/
/*------------------------
  03. About Section 
  ------------------------*/
.about .fig {
  border: 10px solid #fff; }

.about h2 {
  font-size: 30px; }

.company-timeline .item {
  background: #fff; }
  .company-timeline .item h5 {
    font-size: 15px;
    color: #6b717f; }
  .company-timeline .item i {
    font-size: 30px;
    color: #32a4ff; }



/*------------------------
  03. About Section End
  ------------------------*/
/*------------------------
  04. Services Section 
  ------------------------*/
.our-services .item {
  position: relative;
  padding-left: 55px; }
  .our-services .item i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    font-size: 40px;
    color: #32a4ff; }
  .our-services .item h3 {
    font-size: 20px; }

/*------------------------
  04. Services Section End
  ------------------------*/
/*------------------------
  05. Call to action 
  ------------------------*/
.call-to-action h2 {
  font-size: 40px; }

/*------------------------
  05. Call to action End
  ------------------------*/
/*------------------------
  06. Portfolio Section
  ------------------------*/
.works {
  padding-bottom: 2.75rem !important; }
  .works .owl-nav {
    position: absolute;
    right: 0;
    top: -67px; }
    .works .owl-nav .owl-prev,
    .works .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      border-color: 50%;
      line-height: 30px;
      background: #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
      color: #32a4ff;
      text-align: center;
      display: inline-block; }
      .works .owl-nav .owl-prev.owl-prev,
      .works .owl-nav .owl-next.owl-prev {
        margin-right: 8px; }
  .works .item {
    padding-bottom: 20px;
    background: #fff;
    margin-top: -10px; }
    .works .item h5 {
      font-size: 17px;
      color: #6b717f;
      line-height: 1; }
    .works .item img {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in; }
  .works .item-data {
    -webkit-box-shadow: 0 -4px 32px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 32px 0 rgba(0, 0, 0, 0.15); }

/*------------------------
  06. Portfolio Section End
  ------------------------*/
/*------------------------
  07. Testmonials Section 
  ------------------------*/
.testmonials .item {
  position: relative;
  padding-left: 200px; }
  .testmonials .item .data {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative; }
    .testmonials .item .data:after, .testmonials .item .data:before {
      position: absolute;
      font-family: "icomoon" !important;
      speak: none;
      font-size: 26px;
      color: #ced4da; }
    .testmonials .item .data:before {
      left: 24px;
      top: 10px;
      content: "\e901"; }
    .testmonials .item .data:after {
      right: 24px;
      bottom: 10px;
      content: "\e900"; }
    .testmonials .item .data p {
      color: #6b717f; }
  .testmonials .item .fig {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    border: 10px solid #fff; }

.testmonials .owl-nav {
  position: absolute;
  right: 0;
  top: -68px; }
  .testmonials .owl-nav .owl-prev,
  .testmonials .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-color: 50%;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    color: #32a4ff;
    text-align: center;
    display: inline-block; }
    .testmonials .owl-nav .owl-prev.owl-prev,
    .testmonials .owl-nav .owl-next.owl-prev {
      margin-right: 8px; }

.testmonials .bx-shadow {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07); }

/*------------------------
  07. Testmonials Section End
  ------------------------*/
/*------------------------
  08. Blog Section 
  ------------------------*/
.blog .viewmore {
  position: absolute;
  top: 44px;
  right: 0;
  color: #32a4ff; }

.blog .item p {
  color: #6b717f; }

.blog .item ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .blog .item ul li {
    display: inline-block;
    font-size: 13px; }

.blog .item .data {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px; }

/*------------------------
  08. Blog Section End
  ------------------------*/
/*------------------------
  09. Contact Section
  ------------------------*/
.contact .contactform {
  background: #fff;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  .contact .contactform textarea {
    height: 140px; }
  .contact .contactform .alert {
    display: none;
    margin: 10px 0; }
    .contact .contactform .alert ul {
      margin: 0;
      padding: 0; }
  .contact .contactform .form-group.has-error .alert {
    display: block; }

.contact h4 {
  font-size: 24px; }

.contact .adrs {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
  .contact .adrs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .contact .adrs ul li {
      display: block;
      position: relative;
      padding-left: 50px; }
      .contact .adrs ul li .circle {
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
        color: #32a4ff;
        line-height: 35px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0; }

.contact .box {
  padding: 2rem; }

.contact .bx-shadow {
  -webkit-box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.04); }

/*------------------------
  09. Contact Section End
  ------------------------*/
/*------------------------
  10. Footer Section
  ------------------------*/
.footer {
  font-size: 13px;
  position: relative;
  border-top: 1px solid #f6f6f6; }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer ul li {
      display: inline-block;
      margin-right: 20px; }
      .footer ul li a {
        color: #6b717f; }
        .footer ul li a:hover {
          color: #32a4ff; }
  .footer .scroll-top {
    position: absolute;
    top: -17.5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #32a4ff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    z-index: 46;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15); }
    .footer .scroll-top i {
      line-height: inherit; }

/*------------------------
  10. Footer Section End
  ------------------------*/
/*------------------------
  11. Inner Pages
  ------------------------*/
.page-banner p {
  font-size: 16px; }

.team .name {
  -webkit-box-shadow: 0 -4px 32px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 32px 0 rgba(0, 0, 0, 0.15);
  background: #fff; }
  .team .name span {
    color: #6b717f; }

.team .fig {
  position: relative; }
  .team .fig:hover .Overlay {
    opacity: 1;
    visibility: visible; }
  .team .fig .Overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(50, 164, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    padding: 1rem;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .team .fig .Overlay a {
      color: #fff;
      font-size: 18px;
      margin-right: 10px;
      display: inline-block;
      opacity: 0.8; }
      .team .fig .Overlay a:hover {
        opacity: 1; }
      .team .fig .Overlay a:last-child {
        margin-right: 0; }

.blog-list .item {
  -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  .blog-list .item h3 {
    font-size: 1.4375rem; }
  .blog-list .item .trending,
  .blog-list .item .featured {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 8px;
    color: #fff;
    text-align: center;
    line-height: 1;
    z-index: 2;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .blog-list .item .trending.trending,
    .blog-list .item .featured.trending {
      background: #ff584c; }
    .blog-list .item .trending.featured,
    .blog-list .item .featured.featured {
      background: #32a4ff; }
  .blog-list .item .fig {
    position: relative; }
  .blog-list .item .share {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #6b717f;
    text-align: center;
    font-size: 16px; }
    .blog-list .item .share span {
      line-height: 30px; }
    .blog-list .item .share ul {
      opacity: 0;
      visibility: hidden;
      list-style: none;
      width: 115px;
      margin: 0;
      padding: 0;
      text-align: left;
      position: absolute;
      left: 2.3rem;
      top: 0;
      background: #fff;
      padding: 6px;
      line-height: 1;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      .blog-list .item .share ul.active {
        opacity: 1;
        visibility: visible; }
      .blog-list .item .share ul li {
        display: inline-block;
        margin-right: 8px; }
        .blog-list .item .share ul li:last-child {
          margin-right: 0;
          display: inline-block; }
        .blog-list .item .share ul li a {
          line-height: 1;
          color: #6b717f; }
  .blog-list .item .post-info {
    list-style: none;
    margin: 0;
    padding: 0; }
    .blog-list .item .post-info li {
      display: inline-block;
      color: #a2a2a2; }
      .blog-list .item .post-info li a {
        color: #a2a2a2; }
        .blog-list .item .post-info li a:hover {
          color: #32a4ff; }
  .blog-list .item .viewmore {
    position: relative;
    padding-right: 15px; }
    .blog-list .item .viewmore:after {
      position: absolute;
      right: 0;
      top: 1px;
      font-family: "icomoon" !important;
      content: "\e93f"; }

.widgets-list .widgets {
  -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .widgets-list .widgets h5 {
    line-height: 1; }

.widgets-list .author-info .fig {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 12px; }

.widgets-list .author-info h6 {
  font-size: 1.05rem; }

.widgets-list .author-info .data {
  padding-top: 17px;
  margin-bottom: 22px; }

.widgets-list .author-info .social-connect {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widgets-list .author-info .social-connect li {
    display: inline-block;
    margin-right: 5px; }
    .widgets-list .author-info .social-connect li:last-child {
      margin-right: 0; }
    .widgets-list .author-info .social-connect li a {
      color: #adb5bd; }
      .widgets-list .author-info .social-connect li a:hover {
        color: #32a4ff; }

.widgets-list .categories ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widgets-list .categories ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 1.2rem; }
    .widgets-list .categories ul li:after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: "";
      background: #ced4da; }
    .widgets-list .categories ul li a {
      color: #6b717f;
      font-size: 13px; }
      .widgets-list .categories ul li a:hover {
        color: #32a4ff; }

.widgets-list .recent-post ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widgets-list .recent-post ul li {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .widgets-list .recent-post ul li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .widgets-list .recent-post ul .fig {
    width: 85px;
    height: 85px;
    margin-right: 12px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left; }
  .widgets-list .recent-post ul .content h6 {
    font-size: 15px; }
  .widgets-list .recent-post ul .content .date {
    font-size: 12px;
    color: #adb5bd; }

.widgets-list .editors h6 {
  font-size: 15px; }

.widgets-list .editors .date {
  font-size: 12px;
  color: #adb5bd; }

.widgets-list .editors .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0; }
  .widgets-list .editors .owl-nav .owl-prev,
  .widgets-list .editors .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-color: 50%;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    color: #32a4ff;
    text-align: center;
    display: inline-block; }
    .widgets-list .editors .owl-nav .owl-prev.owl-prev,
    .widgets-list .editors .owl-nav .owl-next.owl-prev {
      margin-right: 8px; }

.newsletter input {
  font-size: 12px; }

.single-post .custom-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .single-post .custom-row .custom-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.single-post img {
  margin-bottom: 15px; }

.related-article h6 {
  font-size: 15px; }

.related-article .date {
  font-size: 12px;
  color: #adb5bd; }

.related-article .list {
  position: relative; }
  .related-article .list .tag {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 5px 10px;
    background: #32a4ff;
    color: #fff;
    z-index: 55;
    line-height: 1;
    font-size: 12px; }

.comments ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comments ul li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e9ecef; }
    .comments ul li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .comments ul ul {
    padding-left: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #fff;
    margin-top: -1px; }
    .comments ul ul li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .comments ul .fig {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    overflow: hidden; }
  .comments ul p {
    font-size: 13px; }
  .comments ul .cnt span {
    font-size: 12px;
    color: #adb5bd; }

.reply .fadetxt {
  font-size: 12px;
  color: #adb5bd;
  line-height: 1; }

.reply textarea {
  height: 110px; }

.reply input,
.reply textarea {
  font-size: 12px; }

.price-box {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }
  .price-box .item-top {
    background: #32a4ff;
    color: #fff; }
    .price-box .item-top h2 {
      font-size: 55px;
      line-height: 1; }
    .price-box .item-top h4 {
      line-height: 1; }
    .price-box .item-top .price-title {
      background: #4aaefe; }
    .price-box .item-top span {
      line-height: 1; }
  .price-box .item-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .price-box .item-bottom ul li {
      margin-bottom: 15px;
      display: block;
      color: #6b717f; }
  .price-box .item-bottom .choose:hover {
    background: #32a4ff;
    color: #fff;
    text-decoration: none; }

.pricing .info {
  font-size: 12px;
  color: #6b717f; }

.single-work .client-data {
  height: 100%; }
  .single-work .client-data ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .single-work .client-data ul li {
      line-height: 1;
      margin-bottom: 18px;
      font-size: 13px; }
      .single-work .client-data ul li:last-child {
        margin-bottom: 0; }
    .single-work .client-data ul a {
      color: #6b717f;
      display: inline-block;
      margin-right: 5px; }
      .single-work .client-data ul a:last-child {
        margin-right: 0; }
      .single-work .client-data ul a:hover {
        color: #32a4ff; }
  .single-work .client-data span {
    display: inline-block;
    min-width: 98px;
    font-size: 13px;
    color: #6b717f;
    position: relative;
    margin-right: 10px; }
    .single-work .client-data span:after {
      content: ":";
      position: absolute;
      right: -5px;
      top: 0; }
  .single-work .client-data p {
    font-size: 13px; }

.largeImage .owl-nav .owl-prev,
.largeImage .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border-color: 50%;
  line-height: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  color: #32a4ff;
  text-align: center;
  top: 50%;
  position: absolute; }
  .largeImage .owl-nav .owl-prev.owl-prev,
  .largeImage .owl-nav .owl-next.owl-prev {
    left: 1rem; }
  .largeImage .owl-nav .owl-prev.owl-next,
  .largeImage .owl-nav .owl-next.owl-next {
    right: 1rem; }

/*------------------------
  11. Inner Pages End
  ------------------------*/
@media (max-width: 991.98px) {
  .container {
    max-width: 100%; }
  .row {
    margin-right: -8px;
    margin-left: -8px; }
    .row [class*="col"] {
      padding-left: 8px;
      padding-right: 8px; }
  .section {
    padding: 3rem 0; }
  .head1 {
    font-size: 26px; }
  .intro {
    padding: 8rem 0; }
    .intro h1 span {
      font-size: 60px; }
    .intro .owl-full-width .owl-item .slide {
      padding: 8rem 0; }
  .about h2 {
    font-size: 24px; }
  .call-to-action h2 {
    font-size: 34px; }
  .contact .bx-shadow {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06); }
  .footer ul, .footer p {
    text-align: center; }
  .page-banner h1 {
    font-size: 2rem; }
  .team .fig img {
    width: 100%; } }

@media (max-width: 767.98px) {
  .bx-shadow {
    -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.04); }
  .intro h1 span {
    font-size: 50px; }
  .testmonials .item {
    padding-left: 0;
    padding-top: 80px; }
    .testmonials .item .fig {
      right: 0;
      bottom: auto;
      z-index: 5; }
    .testmonials .item .data {
      padding-top: 60px !important; }
      .testmonials .item .data:before {
        top: 36px; }
  .testmonials .owl-nav {
    position: static; }
  .works .owl-nav {
    position: static; }
  .blog .item img {
    width: 100%; }
  .blog .viewmore {
    position: static;
    margin-top: 20px; }
  .contact .bx-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .contact .box {
    padding: 1.4rem; }
  .sideNav {
    width: 320px; }
    .sideNav ul li a {
      font-size: 20px; }
    .sideNav ul li li a {
      font-size: 17px; }
  .page-banner h1 {
    font-size: 1.8rem; } }

@media (max-width: 576px) {
  .section {
    padding: 2rem 0; }
  .intro h1 span {
    font-size: 40px; }
  .call-to-action h5 {
    font-size: 16px; }
  .call-to-action h2 {
    font-size: 27px; }
  .sideNav {
    width: 260px; }
    .sideNav ul li a {
      font-size: 18px; }
    .sideNav ul li li a {
      font-size: 15px; }
  .page-banner h1 {
    font-size: 1.4rem; }
  .price-box .item-top h2 {
    font-size: 40px; } }

