@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. okt. 16., 11:34:44
    Author     : hejjagyorgy
*/
/*** 

====================================================================
			Fonts
====================================================================

 ***/
/*@import url('https://fonts.googleapis.com/css?family=Manjari:100,400,700|Montserrat+Alternates:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
/*
	font-family: 'Montserrat Alternates', sans-serif;
	font-family: 'Manjari', sans-serif;
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. aug. 19., 13:30:08
    Author     : hejjagyorgy
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
    .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
    .owl-carousel.owl-rtl .owl-item {
      float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

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

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    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;
  transition: transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

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

/*
 *  Owl Carousel - Video Plugin
 */
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon-cell-phone:before {
  content: "\f100"; }

.flaticon-straight-quotes:before {
  content: "\f101"; }

.flaticon-blocks-with-angled-cuts:before {
  content: "\f102"; }

.flaticon-business:before {
  content: "\f103"; }

.flaticon-smartphone-call:before {
  content: "\f104"; }

.flaticon-e-mail-envelope:before {
  content: "\f105"; }

.flaticon-angle-arrow-pointing-to-right:before {
  content: "\f106"; }

.flaticon-down-arrow:before {
  content: "\f107"; }

.flaticon-up-arrow-angle:before {
  content: "\f108"; }

.flaticon-right-arrow-angle:before {
  content: "\f109"; }

.flaticon-telephone:before {
  content: "\f10a"; }

.flaticon-three:before {
  content: "\f10b"; }

.flaticon-symbol:before {
  content: "\f10c"; }

.flaticon-line:before {
  content: "\f10d"; }

.flaticon-sign:before {
  content: "\f10e"; }

.flaticon-delete:before {
  content: "\f10f"; }

.flaticon-new-email-outline:before {
  content: "\f110"; }

.flaticon-check-symbol:before {
  content: "\f111"; }

.flaticon-round:before {
  content: "\f112"; }

.flaticon-delete-cross:before {
  content: "\f113"; }

.flaticon-location:before {
  content: "\f114"; }

.flaticon-clipboard-with-a-list:before {
  content: "\f115"; }

.flaticon-shelter:before {
  content: "\f116"; }

.flaticon-technology:before {
  content: "\f117"; }

.flaticon-fax-with-phone:before {
  content: "\f118"; }

.flaticon-boat-anchor:before {
  content: "\f119"; }

.flaticon-photo:before {
  content: "\f11a"; }

.flaticon-people:before {
  content: "\f11b"; }

.flaticon-support:before {
  content: "\f11c"; }

.flaticon-shape:before {
  content: "\f11d"; }

.flaticon-cogwheel:before {
  content: "\f11e"; }

.flaticon-arrows:before {
  content: "\f11f"; }

.flaticon-play-button:before {
  content: "\f120"; }

.flaticon-home:before {
  content: "\f121"; }

.flaticon-cross:before {
  content: "\f122"; }

.flaticon-line-1:before {
  content: "\f123"; }

.flaticon-right-arrow:before {
  content: "\f124"; }

.flaticon-arrows-1:before {
  content: "\f125"; }

.flaticon-time:before {
  content: "\f126"; }

.flaticon-nature:before {
  content: "\f127"; }

.flaticon-email:before {
  content: "\f128"; }

.flaticon-letter:before {
  content: "\f129"; }

.flaticon-multimedia:before {
  content: "\f12a"; }

.flaticon-search:before {
  content: "\f12b"; }

.flaticon-correct:before {
  content: "\f12c"; }

.flaticon-video-camera:before {
  content: "\f12d"; }

.flaticon-stats:before {
  content: "\f12e"; }

.flaticon-arrows-2:before {
  content: "\f12f"; }

.flaticon-arrows-3:before {
  content: "\f130"; }

.flaticon-arrows-4:before {
  content: "\f131"; }

.flaticon-arrows-5:before {
  content: "\f132"; }

.flaticon-arrows-6:before {
  content: "\f133"; }

.flaticon-checked:before {
  content: "\f134"; }

.flaticon-line-2:before {
  content: "\f135"; }

.flaticon-truck:before {
  content: "\f136"; }

.flaticon-coin:before {
  content: "\f137"; }

.flaticon-headphones:before {
  content: "\f138"; }

.flaticon-shopping-bag:before {
  content: "\f139"; }

.flaticon-money:before {
  content: "\f13a"; }

.flaticon-money-1:before {
  content: "\f13b"; }

.flaticon-garbage:before {
  content: "\f13c"; }

.flaticon-placeholder:before {
  content: "\f13d"; }

.flaticon-heart:before {
  content: "\f13e"; }

.flaticon-settings:before {
  content: "\f13f"; }

.flaticon-link:before {
  content: "\f140"; }

.flaticon-printer:before {
  content: "\f141"; }

.flaticon-house-1:before {
  content: "\f142"; }

.flaticon-phone-call:before {
  content: "\f143"; }

.flaticon-shopping-bag-1:before {
  content: "\f144"; }

.flaticon-envelope:before {
  content: "\f145"; }

.flaticon-bars:before {
  content: "\f146"; }

.flaticon-remove:before {
  content: "\f147"; }

.flaticon-time-1:before {
  content: "\f148"; }

.flaticon-check:before {
  content: "\f149"; }

.flaticon-link-1:before {
  content: "\f14a"; }

.flaticon-check-1:before {
  content: "\f14b"; }

.flaticon-add:before {
  content: "\f14c"; }

.flaticon-menu:before {
  content: "\f14d"; }

.flaticon-anchor:before {
  content: "\f14e"; }

.flaticon-signs:before {
  content: "\f14f"; }

.flaticon-menu-1:before {
  content: "\f150"; }

.flaticon-comment:before {
  content: "\f151"; }

.flaticon-comment-1:before {
  content: "\f152"; }

.flaticon-arrows-7:before {
  content: "\f153"; }

.flaticon-calendar:before {
  content: "\f154"; }

.flaticon-picture:before {
  content: "\f155"; }

.flaticon-play-button-2:before {
  content: "\f156"; }

.flaticon-success:before {
  content: "\f157"; }

.flaticon-add-1:before {
  content: "\f158"; }

.flaticon-placeholder-1:before {
  content: "\f159"; }

.flaticon-interface:before {
  content: "\f15a"; }

.flaticon-up-arrow:before {
  content: "\f15b"; }

.flaticon-arrows-8:before {
  content: "\f15c"; }

.flaticon-arrows-9:before {
  content: "\f15d"; }

.flaticon-arrows-10:before {
  content: "\f15e"; }

.flaticon-close:before {
  content: "\f15f"; }

.flaticon-user:before {
  content: "\f160"; }

.flaticon-bar-chart:before {
  content: "\f161"; }

.flaticon-speech-bubble:before {
  content: "\f162"; }

.flaticon-placeholder-2:before {
  content: "\f163"; }

.flaticon-technology-1:before {
  content: "\f164"; }

.flaticon-technology-2:before {
  content: "\f165"; }

.flaticon-link-2:before {
  content: "\f166"; }

.flaticon-trophy:before {
  content: "\f167"; }

.flaticon-layers:before {
  content: "\f168"; }

.flaticon-home-1:before {
  content: "\f169"; }

.flaticon-interface-1:before {
  content: "\f16a"; }

.flaticon-bar-chart-1:before {
  content: "\f16b"; }

.flaticon-message:before {
  content: "\f16c"; }

.flaticon-maps-and-flags:before {
  content: "\f16d"; }

.flaticon-delete-1:before {
  content: "\f16e"; }

.flaticon-cancel:before {
  content: "\f16f"; }

.flaticon-line-chart:before {
  content: "\f170"; }

.flaticon-menu-2:before {
  content: "\f171"; }

.flaticon-like:before {
  content: "\f172"; }

.flaticon-bar-chart-2:before {
  content: "\f173"; }

.flaticon-briefcase:before {
  content: "\f174"; }

.flaticon-agenda:before {
  content: "\f175"; }

.flaticon-technology-3:before {
  content: "\f176"; }

.flaticon-arrows-11:before {
  content: "\f177"; }

.flaticon-menu-3:before {
  content: "\f178"; }

.flaticon-photo-1:before {
  content: "\f179"; }

.flaticon-settings-1:before {
  content: "\f17a"; }

.flaticon-calendar-1:before {
  content: "\f17b"; }

.flaticon-clipboard:before {
  content: "\f17c"; }

.flaticon-heart-1:before {
  content: "\f17d"; }

.flaticon-logout:before {
  content: "\f17e"; }

.flaticon-location-pin:before {
  content: "\f17f"; }

.flaticon-media-play-symbol:before {
  content: "\f180"; }

.flaticon-user-1:before {
  content: "\f181"; }

.flaticon-download-arrow:before {
  content: "\f182"; }

.flaticon-quality:before {
  content: "\f183"; }

.flaticon-quote:before {
  content: "\f184"; }

.flaticon-right-quote:before {
  content: "\f185"; }

.flaticon-hand-shake:before {
  content: "\f186"; }

.flaticon-suitcase:before {
  content: "\f187"; }

.flaticon-pie-chart:before {
  content: "\f188"; }

.flaticon-shield:before {
  content: "\f189"; }

.flaticon-security:before {
  content: "\f18a"; }

.flaticon-save:before {
  content: "\f18b"; }

.flaticon-leaf:before {
  content: "\f18c"; }

.flaticon-settings-2:before {
  content: "\f18d"; }

.flaticon-nuclear:before {
  content: "\f18e"; }

.flaticon-play-button-3:before {
  content: "\f18f"; }

.flaticon-chat-1:before {
  content: "\f190"; }

.flaticon-chat-2:before {
  content: "\f191"; }

.flaticon-placeholder-3:before {
  content: "\f192"; }

.flaticon-smartphone:before {
  content: "\f193"; }

.flaticon-mail:before {
  content: "\f194"; }

.flaticon-mail-1:before {
  content: "\f195"; }

.flaticon-next:before {
  content: "\f196"; }

.flaticon-back:before {
  content: "\f197"; }

.flaticon-next-1:before {
  content: "\f198"; }

.flaticon-arrow-1:before {
  content: "\f199"; }

.flaticon-telephone-1:before {
  content: "\f19a"; }

.flaticon-smartphone-1:before {
  content: "\f19b"; }

.flaticon-placeholder-4:before {
  content: "\f19c"; }

.flaticon-placeholder-5:before {
  content: "\f19d"; }

.flaticon-menu-4:before {
  content: "\f19e"; }

.flaticon-menu-5:before {
  content: "\f19f"; }

.flaticon-menu-6:before {
  content: "\f1a0"; }

.flaticon-menu-7:before {
  content: "\f1a1"; }

.flaticon-menu-8:before {
  content: "\f1a2"; }

.flaticon-menu-9:before {
  content: "\f1a3"; }

.flaticon-cross-shaped-target:before {
  content: "\f1a4"; }

.flaticon-targeting-cross:before {
  content: "\f1a5"; }

.flaticon-letter-x:before {
  content: "\f1a6"; }

.flaticon-magnifying-glass:before {
  content: "\f1a7"; }

.flaticon-photo-camera:before {
  content: "\f1a8"; }

.flaticon-photo-camera-1:before {
  content: "\f1a9"; }

.flaticon-information:before {
  content: "\f1aa"; }

.flaticon-link-3:before {
  content: "\f1ab"; }

.flaticon-chat-comment-oval-speech-bubble-with-text-lines:before {
  content: "\f1ac"; }

.flaticon-expand:before {
  content: "\f1ad"; }

.flaticon-share:before {
  content: "\f1ae"; }

.flaticon-envelope-1:before {
  content: "\f1af"; }

.flaticon-worldwide:before {
  content: "\f1b0"; }

.flaticon-worldwide-1:before {
  content: "\f1b1"; }

.flaticon-down-arrow-1:before {
  content: "\f1b2"; }

.flaticon-download:before {
  content: "\f1b3"; }

.flaticon-loupe:before {
  content: "\f1b4"; }

.flaticon-loupe-1:before {
  content: "\f1b5"; }

.flaticon-magnifying-glass-1:before {
  content: "\f1b6"; }

.flaticon-play:before {
  content: "\f1b7"; }

.flaticon-play-1:before {
  content: "\f1b8"; }

.flaticon-left-arrow:before {
  content: "\f1b9"; }

.flaticon-left-1:before {
  content: "\f1ba"; }

.flaticon-left-arrow-1:before {
  content: "\f1bb"; }

.flaticon-right-1:before {
  content: "\f1bc"; }

.flaticon-right-2:before {
  content: "\f1bd"; }

.flaticon-right-arrow-1:before {
  content: "\f1be"; }

.flaticon-right-arrow-2:before {
  content: "\f1bf"; }

.flaticon-parking:before {
  content: "\f1c0"; }

.flaticon-recycling-truck:before {
  content: "\f1c1"; }

.flaticon-university:before {
  content: "\f1c2"; }

.flaticon-school:before {
  content: "\f1c3"; }

.flaticon-left-quote:before {
  content: "\f1c4"; }

.flaticon-left-quote-1:before {
  content: "\f1c5"; }

.flaticon-sheriff-badge:before {
  content: "\f1c6"; }

.flaticon-traffic-light:before {
  content: "\f1c7"; }

.flaticon-statue:before {
  content: "\f1c8"; }

.flaticon-museum:before {
  content: "\f1c9"; }

.flaticon-museum-1:before {
  content: "\f1ca"; }

.flaticon-company:before {
  content: "\f1cb"; }

.flaticon-hospital-1:before {
  content: "\f1cc"; }

.flaticon-play-button-1:before {
  content: "\f1cd"; }

.flaticon-open:before {
  content: "\f1ce"; }

.flaticon-play-button-4:before {
  content: "\f1cf"; }

.flaticon-chat:before {
  content: "\f1d0"; }

.flaticon-mail-2:before {
  content: "\f1d1"; }

.flaticon-link-4:before {
  content: "\f1d2"; }

.flaticon-zoom-in:before {
  content: "\f1d3"; }

.flaticon-zoom-out:before {
  content: "\f1d4"; }

.flaticon-user-2:before {
  content: "\f1d5"; }

.flaticon-user-3:before {
  content: "\f1d6"; }

.flaticon-password:before {
  content: "\f1d7"; }

.flaticon-keypad:before {
  content: "\f1d8"; }

.flaticon-contact:before {
  content: "\f1d9"; }

.flaticon-circular-clock:before {
  content: "\f1da"; }

.flaticon-checklist:before {
  content: "\f1db"; }

.flaticon-checklist-1:before {
  content: "\f1dc"; }

.flaticon-city-hall-1:before {
  content: "\f1dd"; }

.flaticon-fire-station:before {
  content: "\f1de"; }

.flaticon-company-1:before {
  content: "\f1df"; }

.flaticon-bag:before {
  content: "\f1e0"; }

.flaticon-building:before {
  content: "\f1e1"; }

.flaticon-shield-1:before {
  content: "\f1e2"; }

.flaticon-hospital-2:before {
  content: "\f1e3"; }

.flaticon-skyline:before {
  content: "\f1e4"; }

.flaticon-police-station:before {
  content: "\f1e5"; }

.flaticon-police-station-1:before {
  content: "\f1e6"; }

.flaticon-traffic-control:before {
  content: "\f1e7"; }

.flaticon-no-turn-right:before {
  content: "\f1e8"; }

.flaticon-regulation:before {
  content: "\f1e9"; }

.flaticon-man:before {
  content: "\f1ea"; }

.flaticon-contract:before {
  content: "\f1eb"; }

.flaticon-real-estate:before {
  content: "\f1ec"; }

.flaticon-house:before {
  content: "\f1ed"; }

.flaticon-employee:before {
  content: "\f1ee"; }

.flaticon-balance:before {
  content: "\f1ef"; }

.flaticon-hospital:before {
  content: "\f1f0"; }

.flaticon-postcard:before {
  content: "\f1f1"; }

.flaticon-fax:before {
  content: "\f1f2"; }

.flaticon-fax-1:before {
  content: "\f1f3"; }

.flaticon-telephone-2:before {
  content: "\f1f4"; }

.flaticon-map:before {
  content: "\f1f5"; }

.flaticon-right:before {
  content: "\f1f6"; }

.flaticon-arrow:before {
  content: "\f1f7"; }

.flaticon-left:before {
  content: "\f1f8"; }

.flaticon-mall:before {
  content: "\f1f9"; }

.flaticon-government:before {
  content: "\f1fa"; }

.flaticon-mall-1:before {
  content: "\f1fb"; }

.flaticon-city-hall:before {
  content: "\f1fc"; }

.flaticon-promotion:before {
  content: "\f1fd"; }

.flaticon-target:before {
  content: "\f1fe"; }

.flaticon-promotion-1:before {
  content: "\f1ff"; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

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

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

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

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

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

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

@-webkit-keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  33.333% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  66.666666% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1); } }

@-webkit-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1); } }

@-moz-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1); } }

@-o-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1); } }

@-ms-keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1); } }

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.html);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #2098d1;
    color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    background-color: #2098d1;
    color: white; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white; }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white; }
  .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white; }
  .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white; }
  .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white; }
  .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white; }
  .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white; }
  .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white; }
  .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2); }

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: white; }
  .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0); }

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white; }
  .hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white; }
  .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1); }

.top-services .hvr-rectangle-out, .services-slider .hvr-rectangle-out {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.top-services .hvr-rectangle-out:before, .services-slider .hvr-rectangle-out:before {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white; }
  .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white; }
  .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white; }
  .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white; }
  .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none; }

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }

.meet-the-team .member .social li.hvr-ripple-out:before {
  border: #0f86ff solid 6px; }

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in; }

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1; }

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
    border-radius: 1em; }

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0; }

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0; }

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0; }

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
    left: 0; }

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px; }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
    opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent; }
  .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1; }
  .hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent; }
  .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent; }
  .hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  .hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color; }
  .hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
    color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome; }
  .hvr-icon-float-away:after {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-sink-away:before {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-sink-away:after {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px; }

.top-services .hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #0f86ff;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #0f86ff 50%, #0f86ff 56%, #0f86ff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#0f86ff');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.top-services .hvr-curl-top-left:hover:before, .top-services .hvr-curl-top-left:focus:before, .top-services .hvr-curl-top-left:active:before {
  width: 40px;
  height: 40px; }

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px; }

.top-services .hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #6ec7f9;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #6ec7f9 50%, #6ec7f9 56%, #6ec7f9 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height; }

.top-services .hvr-curl-top-right:hover:before, .top-services .hvr-curl-top-right:focus:before, .top-services .hvr-curl-top-right:active:before {
  width: 40px;
  height: 40px; }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px; }

@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1); }
  to {
    transform: rotate(360deg); } }

@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1); }
  to {
    transform: rotate(360deg); } }

.service-block .icon-bg, .theme-separator:before, .service-block-two .icon-bg {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. nov. 27., 15:34:47
    Author     : hejjagyorgy
*/
.styled-pagination .active a {
  color: #ffffff;
  background: #00709e;
  border-color: #00709e; }

.styled-pagination .disabled {
  width: 40px;
  height: 40px;
  padding-top: 10px; }

.blue-button-gray-hover {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  background: #00709e;
  border-radius: 0px;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .blue-button-gray-hover:hover {
    background: #222222;
    color: #ffffff; }

/* City Government - City Regulatory HTML Template  */
/*** 

====================================================================
        Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit; }

/*** 

====================================================================
        Global Settings
====================================================================

 ***/
body {
  font-size: 15px;
  color: #222222;
  line-height: 1.6em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif, montserrant; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #00709e; }

.theme_color {
  color: #00709e; }

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

button:active {
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0px 0px 15px;
  background: none;
  line-height: 1.3em;
  font-family: 'Nunito', sans-serif; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

input, select, button {
  font-family: 'Nunito', sans-serif, montserrant; }

textarea {
  overflow: hidden;
  resize: none; }

button {
  outline: none !important;
  cursor: pointer; }

p {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0 0 15px; }

.text {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0 0; }

::-webkit-input-placeholder, ::-moz-input-placeholder, ::-ms-input-placeholder {
  color: inherit; }

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden; }

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto; }

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px; }

figure {
  margin-bottom: 0; }

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px; }

.centered {
  text-align: center !important; }

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 30px;
    background: #00709e;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .btn-style-one:hover .btn-title {
    background: #222222;
    color: #ffffff; }

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #ffffff;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .btn-style-two .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px; }
  .btn-style-two:hover .btn-title {
    background: #00709e;
    color: #ffffff; }

/*Btn Style Three*/
.btn-style-three {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .btn-style-three .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    padding: 16px 35px 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .btn-style-three .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px; }
  .btn-style-three:hover .btn-title {
    background: #00709e;
    color: #ffffff; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0); }
  .preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }

.page-loaded .preloader .icon {
  opacity: 0; }

.preloader:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease; }

.page-loaded .preloader:before {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%); }

.preloader:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease; }

.page-loaded .preloader:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%); }

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

.dropdown-toggle::after {
  display: none; }

.fa {
  line-height: inherit; }

/*** 

====================================================================
        Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 103px;
  width: 56px;
  height: 56px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #222222;
  border-radius: 0px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  @media (min-width: 992px) {
    .scroll-to-top {
      bottom: 200px; } }
  .scroll-to-top:hover {
    border-color: #00709e;
    background: #00709e; }

/*** 

====================================================================
        Main Header style / Header Style One
====================================================================

***/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 9999;
  background: none; }

.header-top {
  position: relative; }
  .header-top .inner {
    position: relative; }

.main-header .header-top .top-left {
  position: relative;
  float: left; }

.main-header .header-top .top-right {
  position: relative;
  float: right; }

.header-top-one {
  background: none;
  padding: 10px 40px;
  font-size: 14px;
  border-bottom: 1px solid #e2eef2;
  line-height: 30px;
  background: #222222;
  color: #ffffff; }
  .header-top-one .auto-container {
    max-width: none; }
  .header-top-one .mid-text {
    position: relative;
    float: left;
    margin-left: 50px;
    line-height: 28px;
    color: #a1a1a1; }
    .header-top-one .mid-text span {
      font-family: 'Nunito', sans-serif;
      color: #ffffff;
      text-transform: uppercase; }
  .header-top-one .welcome-text {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase; }
    .header-top-one .welcome-text .flag {
      position: relative;
      top: 4px;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url(../images/icons/icon-flag.png) left center no-repeat; }
    .header-top-one .welcome-text .arrow {
      position: relative;
      top: 6px;
      display: inline-block;
      vertical-align: top;
      width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      background: #3e3e3e;
      font-size: 7px;
      margin-left: 5px;
      border-radius: 50%; }
  .header-top-one .email {
    position: relative;
    float: left;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 21px; }
    .header-top-one .email:before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      height: 24px;
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .header-top-one .email a {
      color: #ffffff; }
    .header-top-one .email .icon {
      position: relative;
      top: 1px;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      color: #00709e;
      padding-right: 7px; }
    .header-top-one .email a:hover {
      text-decoration: underline;
      color: #00709e; }
  .header-top-one .hours {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-left: 21px;
    z-index: 5; }
    .header-top-one .hours:before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      height: 24px;
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .header-top-one .hours .hours-btn {
      position: relative;
      font-size: 13px;
      font-weight: 500;
      display: block;
      background: #00709e;
      line-height: 24px;
      padding: 3px 15px;
      border-radius: 15px;
      cursor: pointer; }
      .header-top-one .hours .hours-btn .arrow {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 8px;
        margin-left: 7px; }
      .header-top-one .hours .hours-btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 10px; }
    .header-top-one .hours .hours-dropdown {
      position: absolute;
      right: 0;
      top: 100%;
      margin-top: 10px;
      width: 200px;
      background: #222222;
      border-top: 2px solid #00709e;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear; }
    .header-top-one .hours:hover .hours-dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .header-top-one .hours .hours-dropdown li {
      position: relative;
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .header-top-one .hours .hours-dropdown li:last-child {
        border: none; }
      .header-top-one .hours .hours-dropdown li a {
        position: relative;
        display: block;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff; }
        .header-top-one .hours .hours-dropdown li a:hover {
          color: #00709e; }
  .header-top-one .phone {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px; }
    .header-top-one .phone a {
      color: #ffffff; }
    .header-top-one .phone .icon {
      position: relative;
      top: 1px;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      color: #00709e;
      padding-right: 7px; }
    .header-top-one .phone a:hover {
      text-decoration: underline;
      color: #00709e; }

/*=== Header Main Box ===*/
.main-header .header-upper {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
  z-index: 1; }

.fixed-header.header-style-one .header-upper, .fixed-header.header-style-two .header-upper, .fixed-header .header-upper {
  position: fixed;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 700ms;
  -moz-animation-timing-function: ease;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 700ms;
  -ms-animation-timing-function: ease;
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease; }

.header-style-one .header-upper .auto-container {
  max-width: none; }

.header-style-one .header-upper .inner-container {
  position: relative;
  padding: 0px 40px; }

.main-header .header-upper {
  position: relative;
  background: #ffffff; }
  .main-header .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 20px 0px;
    z-index: 10;
    display: flex; }
    .main-header .header-upper .logo-box .logo {
      position: relative;
      float: left;
      display: block; }
      .main-header .header-upper .logo-box .logo img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        max-height: 50px;
        z-index: 1; }
  .main-header .header-upper .right-nav {
    position: relative;
    float: right; }

.main-header .search-btn-one {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-top: 12px;
  padding-left: 21px; }
  .main-header .search-btn-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .main-header .search-btn-one button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    color: #757575;
    cursor: pointer; }
    .main-header .search-btn-one button .icon {
      position: relative;
      top: 2px;
      color: #aaaaaa;
      display: inline-block;
      line-height: 30px;
      padding-left: 20px; }

.main-header .nav-outer {
  position: relative;
  float: left;
  z-index: 1; }

.header-style-one .header-upper .nav-outer {
  text-align: center; }
  @media (min-width: 1200px) {
    .header-style-one .header-upper .nav-outer {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }

.main-header .nav-outer .main-menu {
  position: relative; }

.header-style-one .header-upper .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important; }

.main-menu .navigation {
  position: relative;
  margin: 0px;
  font-family: 'Nunito', sans-serif, montserrant; }
  .main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 15px 0px;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .main-menu .navigation > li:last-child {
      margin-right: 0px; }
      .main-menu .navigation > li:last-child:after {
        display: none; }
    .main-menu .navigation > li > a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      font-weight: 600;
      text-transform: capitalize;
      color: #222222;
      padding: 15px 0px;
      opacity: 1;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .main-menu .navigation > li.dropdown > a {
      padding-right: 15px; }
      .main-menu .navigation > li.dropdown > a:before {
        font-family: 'Flaticon';
        content: "\f1b2";
        position: absolute;
        right: 0px;
        line-height: 32px;
        font-size: 9px;
        color: #aaaaaa; }

.sticky-header .main-menu .navigation > li:before, .sticky-header .main-menu .navigation > li.dropdown > a:before {
  display: none; }

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: #00709e; }

.header-style-two .header-upper .main-menu .navigation > li:hover > a {
  color: #00709e; }

.header-style-two .header-upper .main-menu .navigation > li.current > a {
  color: #00709e; }
  .header-style-two .header-upper .main-menu .navigation > li.current > a:before {
    color: #00709e; }

.header-style-two .header-upper .main-menu .navigation > li:hover > a:before {
  color: #00709e; }

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
  color: #00709e; }

.sticky-header .main-menu .navigation > li.dropdown {
  padding-right: 0px; }

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 10px;
  width: 260px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 5px 0px;
  border: 0;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
  .main-menu .navigation > li > ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px; }
  .main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px; }
  .main-menu .navigation > li > ul > li {
    position: relative;
    padding: 0px 30px;
    width: 100%; }
    .main-menu .navigation > li > ul > li > a {
      position: relative;
      display: block;
      padding: 12px 0px;
      padding-left: 22px;
      line-height: 26px;
      font-weight: 500;
      font-size: 14px;
      color: #757575;
      text-align: left;
      text-transform: capitalize;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease; }
      .main-menu .navigation > li > ul > li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 20px;
        width: 10px;
        height: 10px;
        border: 2px solid rgba(0, 0, 0, 0.15);
        border-radius: 50%;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease; }
    .main-menu .navigation > li > ul > li > ul > li > a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 20px;
      width: 10px;
      height: 10px;
      border: 2px solid rgba(0, 0, 0, 0.15);
      border-radius: 50%;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease; }
    .main-menu .navigation > li > ul > li > a:after, .main-menu .navigation > li > ul > li > ul > li > a:after {
      content: '';
      position: absolute;
      left: -14px;
      top: 24px;
      width: 15px;
      border-bottom: 2px solid rgba(0, 0, 0, 0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -ms-transform-origin: right top;
      transform-origin: right top;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease; }
    .main-menu .navigation > li > ul > li:hover > a:before {
      background: #00709e;
      border-color: #00709e; }
    .main-menu .navigation > li > ul > li:hover > a:after {
      border-color: #00709e;
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .main-menu .navigation > li > ul > li > ul > li:hover > a:before {
      background: #00709e;
      border-color: #00709e; }
    .main-menu .navigation > li > ul > li > ul > li:hover > a:after {
      border-color: #00709e;
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .main-menu .navigation > li > ul > li:last-child > a {
      border-bottom: none; }
    .main-menu .navigation > li > ul > li:hover > a {
      color: #00709e; }
    .main-menu .navigation > li > ul > li > ul {
      position: absolute;
      left: 100%;
      margin-left: 10px;
      top: 0;
      width: 260px;
      z-index: 100;
      display: none;
      background: #ffffff;
      padding: 5px 0px;
      border: 0;
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
      .main-menu .navigation > li > ul > li > ul:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 0px;
        width: 10px;
        height: 100%; }
      .main-menu .navigation > li > ul > li > ul.from-right {
        left: auto;
        right: 0px; }
      .main-menu .navigation > li > ul > li > ul > li {
        position: relative;
        padding: 0px 30px;
        width: 100%; }
        .main-menu .navigation > li > ul > li > ul > li > a {
          position: relative;
          display: block;
          padding: 12px 0px;
          padding-left: 22px;
          line-height: 26px;
          font-weight: 500;
          font-size: 14px;
          color: #757575;
          text-align: left;
          text-transform: capitalize;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07);
          transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -webkit-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease; }
        .main-menu .navigation > li > ul > li > ul > li:last-child > a {
          border-bottom: none; }
        .main-menu .navigation > li > ul > li > ul > li:hover > a {
          color: #00709e; }

.main-menu .navigation li ul > li.dropdown:after {
  font-family: 'Nunito', sans-serif;
  content: "+";
  position: absolute;
  right: 30px;
  top: 10px;
  display: block;
  line-height: 30px;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  z-index: 5; }

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none; }

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

.header-style-one .header-upper {
  position: relative; }

.header-style-one .other-links {
  position: relative;
  float: right; }

.c-tooltip {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 86px;
  margin-left: -43px;
  margin-top: 15px;
  text-align: center;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .c-tooltip .tooltip-inner {
    position: relative;
    display: block;
    margin-bottom: 12px;
    min-width: 86px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 11px;
    color: #ffffff;
    background: #222222;
    text-transform: uppercase;
    border-radius: 7px; }
    .c-tooltip .tooltip-inner:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -5px;
      bottom: 100%;
      border: 5px solid transparent;
      border-bottom: 5px solid #222222; }

.has-tooltip:hover .c-tooltip {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.header-style-one .other-links .social-links-one {
  position: relative;
  float: left;
  margin-left: 25px;
  margin-top: 30px;
  padding-left: 26px; }
  @media (max-width: 1200px) {
    .header-style-one .other-links .social-links-one {
      margin-left: 14px;
      padding-left: 7px; } }
  .header-style-one .other-links .social-links-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.social-links-one {
  position: relative; }
  .social-links-one li {
    position: relative;
    float: left;
    margin-left: 10px; }
    .social-links-one li:first-child {
      margin-left: 0; }
    .social-links-one li a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      font-size: 13px;
      line-height: 28px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-align: center;
      background: #ffffff;
      color: #aaaaaa;
      border-radius: 50%;
      -webkit-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear; }
      .social-links-one li a:hover {
        background: #00709e;
        border-color: #00709e;
        color: #ffffff; }

.header-style-one .other-links .language {
  position: relative;
  float: left;
  padding-top: 30px;
  z-index: 5; }
  .header-style-one .other-links .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: #757575;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    cursor: pointer; }
    .header-style-one .other-links .language .lang-btn .icon {
      position: relative;
      top: -1px;
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      padding-right: 7px; }
    .header-style-one .other-links .language .lang-btn .txt {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
    .header-style-one .other-links .language .lang-btn .arrow {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding-left: 5px;
      font-size: 14px; }
    .header-style-one .other-links .language .lang-btn:before {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 26px; }
  .header-style-one .other-links .language .lang-dropdown {
    position: absolute;
    right: -27px;
    top: 100%;
    margin-top: 26px;
    width: 180px;
    background: #222222;
    border-top: 2px solid #00709e;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
    @media (max-width: 1200px) {
      .header-style-one .other-links .language .lang-dropdown {
        right: -16px; } }
  .header-style-one .other-links .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .header-style-one .other-links .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-style-one .other-links .language .lang-dropdown li:last-child {
      border: none; }
    .header-style-one .other-links .language .lang-dropdown li a {
      position: relative;
      display: block;
      padding: 7px 15px;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 700; }
      .header-style-one .other-links .language .lang-dropdown li a:hover {
        color: #00709e; }

/*** 

====================================================================
        Header Style Two
====================================================================

***/
.header-style-two {
  position: relative; }

.header-top-two {
  background: none;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 30px;
  background: #f1f1f1;
  color: #757575; }
  .header-top-two .left-text {
    position: relative;
    top: 4px;
    float: left;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif; }
    .header-top-two .left-text .icon {
      position: relative;
      top: -1px;
      color: #00709e;
      display: inline-block;
      vertical-align: top;
      padding-right: 7px; }
  .header-top-two .info {
    position: relative;
    float: left;
    margin-left: 25px; }
    .header-top-two .info li {
      position: relative;
      float: left;
      font-weight: 500;
      margin-right: 45px; }
      .header-top-two .info li:before {
        content: '';
        position: absolute;
        right: -23px;
        top: 5px;
        height: 20px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .header-top-two .info li:last-child {
        margin-right: 0; }
        .header-top-two .info li:last-child:before {
          display: none; }
      .header-top-two .info li a {
        color: #757575; }
      .header-top-two .info li .icon {
        position: relative;
        top: 2px;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        color: #00709e;
        padding-right: 10px; }
      .header-top-two .info li a:hover {
        text-decoration: underline;
        color: #00709e; }
  .header-top-two .language {
    position: relative;
    float: left;
    z-index: 5; }
    .header-top-two .language .lang-btn {
      position: relative;
      top: 2px;
      display: block;
      line-height: 30px;
      font-size: 14px;
      text-transform: uppercase;
      color: #222222;
      font-weight: 700;
      font-family: 'Nunito', sans-serif;
      cursor: pointer; }
      .header-top-two .language .lang-btn .icon {
        position: relative;
        top: -1px;
        font-size: 16px;
        color: #00709e;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        padding-right: 7px; }
      .header-top-two .language .lang-btn .txt {
        position: relative;
        display: inline-block;
        vertical-align: middle; }
      .header-top-two .language .lang-btn .arrow {
        position: relative;
        top: -1px;
        color: #757575;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
        font-size: 14px; }
      .header-top-two .language .lang-btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 10px; }
    .header-top-two .language .lang-dropdown {
      position: absolute;
      right: 0;
      top: 100%;
      margin-top: 10px;
      width: 180px;
      background: #222222;
      border-top: 2px solid #00709e;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear; }
    .header-top-two .language:hover .lang-dropdown {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .header-top-two .language .lang-dropdown li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .header-top-two .language .lang-dropdown li:last-child {
        border: none; }
      .header-top-two .language .lang-dropdown li a {
        position: relative;
        display: block;
        padding: 7px 15px;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff; }
        .header-top-two .language .lang-dropdown li a:hover {
          color: #00709e; }
  .header-top-two .social-links-two {
    position: relative;
    float: left;
    margin-left: 20px; }

.social-links-two {
  position: relative; }
  .social-links-two li {
    position: relative;
    float: left;
    margin-left: 8px; }
    .social-links-two li:first-child {
      margin-left: 0; }
    .social-links-two li a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      font-size: 12px;
      line-height: 28px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-align: center;
      background: none;
      color: #aaaaaa;
      border-radius: 50%;
      -webkit-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
      transition: all 300ms linear; }
      .social-links-two li a:hover {
        background: #00709e;
        border-color: #00709e;
        color: #ffffff; }

.header-style-two .header-upper {
  background: #040404; }
  .header-style-two .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 15px 0px;
    min-width: 200px;
    background: #ffffff; }
    .header-style-two .header-upper .logo-box:before {
      content: '';
      position: absolute;
      right: 100%;
      margin-right: -1px;
      top: 0;
      width: 2000px;
      height: 100%;
      background: #ffffff; }
  .header-style-two .header-upper .nav-outer {
    float: left;
    margin-left: 60px; }
  .header-style-two .header-upper .search-btn-one {
    position: relative;
    float: right;
    margin-left: 0px;
    margin-top: 26px; }
    .header-style-two .header-upper .search-btn-one:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0px;
      height: 30px;
      border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .header-style-two .header-upper .search-btn-one button {
      color: #ffffff; }
      .header-style-two .header-upper .search-btn-one button .icon {
        color: #ffffff; }
  .header-style-two .header-upper .main-menu .navigation > li {
    padding: 10px 0px; }
    .header-style-two .header-upper .main-menu .navigation > li > a {
      color: #ffffff;
      font-size: 15px; }

/*** 

====================================================================
                                Sticky Header
====================================================================

***/
.sticky-header {
  display: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease; }

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible; }
  .fixed-header .sticky-header .logo {
    padding: 10px 0px; }

.sticky-header .main-menu .navigation > li {
  margin-left: 40px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent; }
  .sticky-header .main-menu .navigation > li.dropdown > a:after, .sticky-header .main-menu .navigation > li:before {
    display: none; }
  .sticky-header .main-menu .navigation > li > a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .sticky-header .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%; }
  .sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1; }

/*** 

====================================================================
        Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease; }
  .search-popup:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%); }
  .search-popup.popup-visible {
    opacity: 1;
    visibility: visible; }
    .search-popup.popup-visible:before {
      transition: all 500ms ease 100ms;
      -moz-transition: all 500ms ease 100ms;
      -webkit-transition: all 500ms ease 100ms;
      -ms-transition: all 500ms ease 100ms;
      -o-transition: all 500ms ease 100ms;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }

body.search-visible {
  overflow: hidden; }

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block; }

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5; }
  .search-popup .close-search:hover {
    opacity: 0.70; }

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10; }

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms; }

.search-popup .search-form fieldset {
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px; }
  .search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px; }
  .search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    background: #00709e;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px; }
    .search-popup .search-form fieldset input[type="submit"]:hover {
      background: #00709e; }

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center; }

.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center; }
  .search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px; }
    .search-popup .recent-searches li a {
      display: block;
      line-height: 24px;
      border: 1px solid #ffffff;
      padding: 7px 15px;
      color: #ffffff;
      border-radius: 3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .search-popup .recent-searches li a:hover {
        color: #00709e;
        border-color: #00709e; }

/*** 

====================================================================
                        Mobile Menu
====================================================================

***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 32px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0px;
  color: #222222;
  margin: 28px 0px 0px;
  display: none; }

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999; }
  .mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px; }
  .mobile-menu .navbar-collapse {
    display: block !important; }
  .mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left; }

.mobile-menu-visible {
  overflow: hidden; }
  .mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible; }

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease; }

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.70;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%); }

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none; }
  .mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize; }
  .mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #00709e;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .mobile-menu .navigation li.current > a:before {
    height: 100%; }
  .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5; }
    .mobile-menu .navigation li.dropdown .dropdown-btn.open {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mobile-menu .navigation li.dropdown > a {
    padding-right: 30px; }
  .mobile-menu .navigation li > ul {
    display: none; }
    .mobile-menu .navigation li > ul > li > ul {
      display: none; }

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px; }
  .mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px; }
    .mobile-menu .social-links li a {
      position: relative;
      line-height: 32px;
      font-size: 16px;
      color: #ffffff;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }

/*** 

====================================================================
                Lazy Load Settings
====================================================================

***/
img.lazy-image {
  background: url(../images/icons/image-bg.svg) center center no-repeat; }
  img.lazy-image.loaded {
    background-image: none; }

.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1; }

/*** 

====================================================================
                Banner Section
====================================================================

***/
.banner-section {
  position: relative;
  z-index: 1; }

.banner-one {
  position: relative; }

.banner-carousel {
  position: relative;
  z-index: 1; }
  .banner-carousel .slide-item {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 30px 0px;
    overflow: hidden; }
    .banner-carousel .slide-item .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear; }
  .banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5; }
    .banner-carousel .content-box .content {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 50px 0px; }
    .banner-carousel .content-box .inner {
      position: relative;
      display: block;
      width: 100%;
      max-width: 600px; }
    .banner-carousel .content-box .subtitle {
      display: block;
      font-size: 18px;
      line-height: 1.6em;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase;
      opacity: 0;
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      -o-transform: translateY(-50px);
      transform: translateY(-50px); }
  .banner-carousel .active .content-box .subtitle {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .banner-carousel .content-box h1 {
    display: block;
    font-size: 72px;
    line-height: 1.05em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform: capitalize; }
  .banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .banner-carousel .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 35px;
    max-width: 450px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .banner-carousel .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  .banner-carousel .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms; }
  .banner-carousel .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px; }
  .banner-carousel .next-slide {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 650px;
    padding: 30px 80px 30px 50px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px); }
  .banner-carousel .active .next-slide {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; }
  .banner-carousel .next-slide .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-right: 30px; }
  .banner-carousel .next-slide .count {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    font-size: 36px;
    color: #00709e;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 60px; }
    .banner-carousel .next-slide .count:after {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      height: 50px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .banner-carousel .next-slide .text {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
    padding: 15px 0px; }
  .banner-carousel .next-slide .arrow {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px; }

.banner-section .owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -56.5px;
  width: 113px;
  background: #f1f1f1;
  height: 56px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .banner-section .owl-theme .owl-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -0.5px;
    height: 32px;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #bcbcbc;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #bcbcbc;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
  color: #00709e;
  background: none; }

.banner-section .owl-theme .owl-dots {
  display: none; }

/*** 

====================================================================
                Banner Section
====================================================================

***/
.banner-section-two {
  position: relative;
  z-index: 1; }
  .banner-section-two .main-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; }
  .banner-section-two .main-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }

.banner-carousel-two {
  position: relative;
  z-index: 1; }
  .banner-carousel-two .slide-item {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 30px 0px;
    overflow: hidden; }
    .banner-carousel-two .slide-item .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .banner-carousel-two .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5; }
    .banner-carousel-two .content-box .content {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 60px 0px 0px; }
    .banner-carousel-two .content-box .inner {
      position: relative;
      display: block;
      width: 100%;
      max-width: 600px; }
    .banner-carousel-two .content-box h1 {
      display: block;
      font-size: 60px;
      line-height: 1.25em;
      color: #ffffff;
      font-weight: 700;
      opacity: 0;
      margin-bottom: 10px;
      text-transform: capitalize !important;
      letter-spacing: 0;
      -webkit-transform: translateY(80px);
      -moz-transform: translateY(80px);
      -ms-transform: translateY(80px);
      -o-transform: translateY(80px);
      transform: translateY(80px);
      text-transform: capitalize; }
  .banner-carousel-two .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .banner-carousel-two .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 30px;
    max-width: 480px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .banner-carousel-two .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .banner-carousel-two .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px); }
  .banner-carousel-two .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms; }
  .banner-carousel-two .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px; }

.banner-section-two .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -60px;
  height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .banner-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .banner-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.banner-section-two .owl-nav .owl-prev:hover, .banner-section-two .owl-nav .owl-next:hover {
  color: #00709e; }

.banner-section-two .owl-theme .owl-dots {
  display: none; }

/*** 

====================================================================
                Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 60px; }
  .sec-title.centered {
    max-width: 600px;
    margin: 0 auto 60px; }
  .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.25em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 0px; }
  .sec-title.light h2 {
    color: #ffffff; }
  .sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: #757575;
    padding: 20px 0px 0px; }
  .sec-title.centered .lower-text {
    max-width: 500px;
    margin: 0 auto; }
  .sec-title.with-separator h2 {
    padding-bottom: 27px; }
  .sec-title.centered .separator {
    margin: 0 auto; }
  .sec-title .separator {
    position: relative;
    width: 26px;
    height: 0; }
    .sec-title .separator:before {
      content: '';
      position: absolute;
      top: -7px;
      left: 100%;
      margin-left: 10px;
      width: 36px;
      border-bottom: 2px solid #00709e; }
    .sec-title .separator:after {
      content: '';
      position: absolute;
      top: -7px;
      right: 100%;
      margin-right: 10px;
      width: 36px;
      border-bottom: 2px solid #00709e;
      display: none; }
  .sec-title.centered .separator:after {
    display: block; }
  .sec-title .separator .cir {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #00709e;
    border-radius: 50%; }
  .sec-title .separator .c-1 {
    left: 0; }
  .sec-title .separator .c-2 {
    left: 7px;
    background: #00709e; }
  .sec-title .separator .c-3 {
    left: auto;
    right: 0; }
  .sec-title.light .separator:before, .sec-title.light .separator:after, .sec-title.light .separator .cir {
    border-color: #ffffff; }
  .sec-title.light .separator .c-2 {
    background: #ffffff; }

.list-style-one {
  position: relative; }
  .list-style-one li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 25px; }
    .list-style-one li:before {
      content: "\f11c";
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'Flaticon';
      color: #00709e; }

/*** 

====================================================================
        Welcome Section
====================================================================

***/
.welcome-section {
  position: relative;
  padding: 110px 0px 80px;
  background: #f1f1f1; }
  .welcome-section .sec-title {
    margin-bottom: 40px; }

.featured-block {
  position: relative;
  margin-bottom: 30px; }
  .featured-block .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07); }
  .featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .featured-block .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .featured-block .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .featured-block .content-box .content {
      position: relative;
      padding-left: 100px;
      min-height: 80px; }
    .featured-block .content-box .subtitle {
      font-size: 13px;
      color: #8e8e8e;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.5em;
      margin-bottom: 5px;
      font-family: 'Nunito', sans-serif; }
    .featured-block .content-box h4 {
      color: #222222;
      font-weight: 700;
      line-height: 1.25em;
      margin: 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .featured-block .content-box h4 a {
        color: #222222; }
        .featured-block .content-box h4 a:hover {
          color: #00709e; }
    .featured-block .content-box .icon-box {
      position: absolute;
      left: 30px;
      top: 50px;
      width: 80px;
      height: 80px;
      color: #00709e;
      font-size: 60px;
      line-height: 80px; }
      .featured-block .content-box .icon-box:before {
        content: '';
        position: absolute;
        right: 0;
        top: 5px;
        bottom: 5px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .featured-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1; }
  .featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible; }
  .featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 30px 15px; }
  .featured-block .hover-box h4 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.30em;
    max-width: 220px;
    margin: 0 0 10px; }
    .featured-block .hover-box h4 a {
      color: #ffffff;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .featured-block .hover-box h4 a:hover {
        color: #00709e; }
  .featured-block .hover-box .text {
    color: #b2b2b2;
    line-height: 1.6em; }
  .featured-block .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #00709e;
    font-size: 18px;
    z-index: 2; }
    .featured-block .more-link a {
      position: relative;
      display: block;
      line-height: 42px;
      color: #00709e;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .featured-block .more-link a:before {
        content: '';
        position: absolute;
        right: -85px;
        bottom: -85px;
        width: 140px;
        height: 140px;
        background: #222222;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .featured-block .more-link a span, .featured-block .more-link a i {
        position: relative;
        z-index: 1; }
  .featured-block .inner-box:hover .more-link a {
    color: #ffffff; }
    .featured-block .inner-box:hover .more-link a:before {
      background: #00709e; }

/*** 

====================================================================
        About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 100px 0px;
  background: #161616;
  color: #a7a7a7; }
  .about-section .sec-title {
    margin-bottom: 50px; }
  .about-section .content-box {
    position: relative; }
  .about-section .content {
    position: relative;
    max-width: 585px; }
  .about-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; }
  .about-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .about-section .upper-text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6em; }
    .about-section .upper-text .big-letter {
      position: relative;
      display: block;
      color: #ffffff;
      background: #00709e;
      float: left;
      font-family: 'Nunito', sans-serif;
      font-size: 60px;
      width: 72px;
      height: 72px;
      font-weight: 700;
      line-height: 72px;
      padding-top: 12px;
      text-align: center;
      margin: 0px 30px 10px 0px; }
  .about-section .text {
    position: relative;
    margin-bottom: 45px;
    line-height: 1.6em; }
  .about-section .signature {
    position: relative;
    margin-bottom: 35px; }
  .about-section .info {
    position: relative;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 1.5em; }
    .about-section .info .name {
      position: relative;
      font-family: 'Nunito', sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      color: #ffffff; }
  .about-section .quote-box {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 60px;
    height: 60px; }
    .about-section .quote-box .round-point {
      position: absolute;
      left: 0%;
      top: 0%;
      width: 60px;
      height: 60px;
      font-size: 40px;
      line-height: 60px;
      text-align: center;
      background: #00709e;
      color: #ffffff;
      font-weight: 300;
      cursor: pointer;
      border-radius: 50%; }
      .about-section .quote-box .round-point:before {
        content: '';
        position: absolute;
        left: -8px;
        top: -8px;
        right: -8px;
        bottom: -8px;
        background: #00709e;
        opacity: 0.30;
        border-radius: 50%; }
    .about-section .quote-box .inner {
      position: absolute;
      right: 0px;
      bottom: 100%;
      margin-bottom: 60px;
      width: 350px;
      padding: 35px 30px 30px;
      line-height: 24px;
      color: #ffffff;
      background: #00709e;
      -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .about-section .quote-box .inner:before {
        content: '';
        position: absolute;
        right: 30px;
        top: 100%;
        border: 20px solid transparent;
        border-top: 20px solid #00709e;
        border-right: 20px solid #00709e; }
    .about-section .quote-box:hover .inner {
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .about-section .quote-box .icon-one {
      position: absolute;
      right: -20px;
      top: 0px;
      line-height: 1em;
      font-size: 224px;
      color: rgba(0, 0, 0, 0.07); }
    .about-section .quote-box .icon-two {
      position: relative;
      line-height: 1em;
      font-size: 48px;
      color: #ffffff;
      margin-bottom: 15px; }
    .about-section .quote-box .text {
      position: relative;
      font-family: 'Nunito', sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4em;
      margin: 0; }

/*** 

====================================================================
        Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 110px 0px 80px;
  background: #f1f1f1; }
  .services-section .image-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .services-section .image-left .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      right: 390px;
      bottom: 0px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .services-section .image-left .image-layer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00709e;
        opacity: 0.65; }

.featured-service-block {
  position: relative;
  margin-bottom: 30px; }
  .featured-service-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 10px; }
  .featured-service-block .image-box {
    position: relative;
    display: block; }
    .featured-service-block .image-box img {
      position: relative;
      display: block;
      width: 100%; }
  .featured-service-block .lower-box {
    position: relative;
    display: block;
    padding: 35px 20px;
    color: #ffffff;
    background: #00709e; }
    .featured-service-block .lower-box a {
      color: #ffffff; }
  .featured-service-block h3 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.35em; }
  .featured-service-block .more-link {
    position: relative;
    display: block; }
    .featured-service-block .more-link a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      font-family: 'Nunito', sans-serif;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 700;
      color: #ffffff;
      line-height: 20px;
      border-bottom: 2px solid #ffffff; }
      .featured-service-block .more-link a:hover {
        color: #222222;
        border-color: #222222; }

.services-section .column .col-inner {
  position: relative;
  margin-right: -320px; }

.featured-block-two {
  position: relative;
  margin-bottom: 30px; }
  .featured-block-two .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 45px 50px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07); }
  .featured-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 162px; }
    .featured-block-two .content-box .icon-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 71px;
      height: 162px;
      color: #00709e;
      text-align: center; }
      .featured-block-two .content-box .icon-box:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 46px;
        bottom: 46px;
        width: 70px;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 1; }
  .featured-block-two .inner-box:hover .content-box .icon-box {
    color: #ffffff; }
    .featured-block-two .inner-box:hover .content-box .icon-box:before {
      top: 0;
      bottom: 0;
      background: #00709e; }
  .featured-block-two .content-box .icon-box:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .featured-block-two .content-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 42px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .featured-block-two .content-box .content {
    position: relative;
    display: block; }
  .featured-block-two .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 15px; }
    .featured-block-two .content-box h4 a {
      color: #222222;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .featured-block-two .content-box h4 a:hover {
        color: #00709e; }
  .featured-block-two .content-box .text {
    margin-bottom: 25px; }
  .featured-block-two .read-more {
    position: relative;
    display: block; }
    .featured-block-two .read-more a {
      position: relative;
      display: block;
      color: #222222;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif;
      text-transform: capitalize;
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .featured-block-two .read-more a:before {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: absolute;
        left: 0;
        top: -3px;
        width: 15px;
        line-height: 24px;
        color: #00709e;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
      .featured-block-two .read-more a:hover {
        color: #00709e;
        padding-left: 20px; }
  .featured-block-two .inner-box:hover .read-more a {
    color: #00709e;
    padding-left: 20px; }
  .featured-block-two .read-more a:hover:before, .featured-block-two .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

/*** 

====================================================================
        Events Section
====================================================================

***/
.events-section {
  position: relative;
  padding: 110px 0px 70px;
  background: #ffffff; }
  .events-section .sec-title {
    margin-bottom: 20px; }
  .events-section .left-column {
    position: relative; }
    .events-section .left-column .col-inner {
      position: relative;
      display: block; }
  .events-section .carousel-box {
    position: relative; }

.event-block {
  position: relative;
  margin-bottom: 30px; }

.events-section .carousel-box .event-block {
  margin-bottom: 1px; }

.event-block .inner-box {
  position: relative;
  display: block;
  padding: 20px 0px; }
  .event-block .inner-box:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -2px;
    left: -30px;
    bottom: -1px;
    display: block;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .event-block .inner-box:hover {
    z-index: 5; }
    .event-block .inner-box:hover:before {
      opacity: 1;
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07); }
  .event-block .inner-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 140px;
    right: 0;
    bottom: 0px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.events-section .left-column .event-block:last-child .inner-box:after {
  display: none; }

.event-block .inner-box:hover:after {
  opacity: 0; }

.event-block .content-box {
  position: relative;
  display: block;
  padding-left: 140px;
  min-height: 160px;
  padding-top: 25px; }
  .event-block .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 160px;
    color: #222222;
    text-align: center;
    font-family: 'Nunito', sans-serif; }

.event-block .inner-box:hover .content-box .date-box {
  color: #00709e; }

.event-block .content-box .date-box:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.event-block .content-box .date-box .date {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  padding-top: 25px;
  font-size: 30px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .event-block .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px; }
  .event-block .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px; }

.event-block .content-box .content {
  position: relative;
  display: block;
  padding-right: 160px;
  min-height: 108px; }

.event-block .content-box .cat-info {
  position: relative;
  margin-bottom: 20px; }
  .event-block .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #00709e;
    padding: 3px 10px;
    border-radius: 13px; }

.event-block .content-box h3 {
  color: #222222;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 5px; }
  .event-block .content-box h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .event-block .content-box h3 a:hover {
      color: #00709e; }

.event-block .content-box .text {
  margin-bottom: 25px; }

.event-block .read-more {
  position: absolute;
  right: 0;
  top: 7px;
  height: 100px;
  padding-top: 40px;
  width: 150px;
  display: block;
  text-align: right;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .event-block .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .event-block .read-more a:before {
      content: "\f1bd";
      font-family: 'Flaticon';
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      line-height: 30px;
      color: #00709e;
      font-size: 16px;
      font-weight: 700;
      opacity: 0;
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    .event-block .read-more a:hover {
      color: #00709e;
      padding-left: 22px; }

.event-block .inner-box:hover .read-more a {
  color: #00709e;
  padding-left: 22px; }

.event-block .read-more a:hover:before, .event-block .inner-box:hover .read-more a:before {
  opacity: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.events-section .right-column {
  position: relative;
  margin-bottom: 40px; }
  .events-section .right-column .col-inner {
    position: relative;
    display: block;
    padding-left: 20px; }

.newsletter-box {
  position: relative;
  display: block;
  text-align: center; }
  .newsletter-box .image-box {
    position: relative;
    display: block;
    padding: 90px 20px;
    color: #ffffff;
    z-index: 1; }
    .newsletter-box .image-box .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .newsletter-box .image-box .icon-box {
      position: relative;
      display: block;
      margin-bottom: 25px; }
    .newsletter-box .image-box h3 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px; }
    .newsletter-box .image-box .text {
      position: relative;
      color: #ffffff; }
  .newsletter-box .form-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07); }
    .newsletter-box .form-box form {
      position: relative; }
    .newsletter-box .form-box .form-group {
      position: relative;
      margin: 0 0 10px; }
      .newsletter-box .form-box .form-group input[type="text"], .newsletter-box .form-box .form-group input[type="tel"], .newsletter-box .form-box .form-group input[type="email"] {
        position: relative;
        width: 100%;
        line-height: 24px;
        padding: 5px 10px 10px;
        height: 40px;
        display: block;
        font-size: 15px;
        background: #ffffff;
        font-weight: 400;
        color: #222222;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .newsletter-box .form-box .form-group textarea {
        position: relative;
        width: 100%;
        line-height: 24px;
        padding: 5px 10px 10px;
        height: 40px;
        display: block;
        font-size: 15px;
        background: #ffffff;
        font-weight: 400;
        color: #222222;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .newsletter-box .form-box .form-group input[type="text"]:focus, .newsletter-box .form-box .form-group input[type="email"]:focus, .newsletter-box .form-box .form-group input[type="tel"]:focus {
        border-color: #00709e; }
      .newsletter-box .form-box .form-group input::-webkit-input-placeholder {
        color: #757575; }
      .newsletter-box .form-box .form-group .theme-btn {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 25px;
        text-align: center; }
    .newsletter-box .form-box .instruction {
      font-size: 12px;
      color: #757575;
      line-height: 20px; }

.events-section .see-all {
  position: relative;
  display: block;
  margin-top: 50px; }
  .events-section .see-all .arrow {
    padding-right: 5px;
    vertical-align: middle; }
  .events-section .see-all a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #00709e;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .events-section .see-all a:hover {
      color: #222222; }

/*** 

====================================================================
        Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  padding: 100px 0px 80px;
  background: #f1f1f1; }
  .services-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; }
    .services-section-two .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: 0.85; }
  .services-section-two .outer {
    position: relative;
    margin: 0px -15px; }
  .services-section-two .nav-column {
    position: relative;
    float: left;
    width: 26.5%;
    padding: 0px 15px;
    margin-bottom: 30px; }
    .services-section-two .nav-column .inner {
      padding: 15px 0px 12px;
      background: #00709e;
      color: #ffffff; }
    .services-section-two .nav-column ul li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .services-section-two .nav-column ul li:last-child {
        border-bottom: none; }
      .services-section-two .nav-column ul li a {
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Nunito', sans-serif;
        color: #ffffff;
        padding: 13px 28px;
        line-height: 30px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        .services-section-two .nav-column ul li a:after {
          content: "\f1bd";
          font-family: 'Flaticon';
          position: relative;
          display: inline-block;
          vertical-align: middle;
          left: 0;
          top: 0;
          padding-left: 5px;
          font-size: 18px;
          font-weight: 400; }
      .services-section-two .nav-column ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        background: #03934b;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
      .services-section-two .nav-column ul li:hover:before {
        opacity: 1;
        left: -10px;
        right: -10px;
        top: -1px;
        bottom: -1px; }
  .services-section-two .image-column {
    position: relative;
    float: left;
    width: 47%;
    padding: 0px 15px;
    margin-bottom: 30px; }
    .services-section-two .image-column .inner {
      position: relative;
      display: block; }
  .services-section-two .image-box {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #00709e; }
    .services-section-two .image-box img {
      display: block;
      width: 100%;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .services-section-two .image-box .over-box {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      padding: 100px 20px 20px; }
    .services-section-two .image-box .icon-box {
      position: relative;
      display: block;
      width: 80px;
      height: 80px;
      line-height: 76px;
      border: 2px solid #ffffff;
      margin: 0 auto 20px;
      border-radius: 50%; }
    .services-section-two .image-box .over-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .services-section-two .image-box:hover .image img {
      opacity: 0.50; }

/*** 

====================================================================
        Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 100px 0px 110px;
  background: #f1f1f1; }
  .team-section.alternate {
    background: none; }
  .team-section .sec-title {
    margin-bottom: 50px; }

.team-block {
  position: relative;
  margin-bottom: 30px; }

.owl-theme .team-block {
  padding: 0;
  margin-bottom: 0; }

.team-block .inner-box {
  position: relative;
  display: block;
  text-align: center; }

.team-block .image-box {
  position: relative;
  display: block;
  overflow: hidden; }

.team-block .image {
  display: block;
  width: 100%; }
  .team-block .image img {
    display: block;
    width: 100%; }

.team-block .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #dedede;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.team-section.alternate .hover-box {
  background: rgba(255, 255, 255, 0.95); }

.team-block .inner-box:hover .hover-box {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.team-block .hover-box .hover-inner {
  position: relative;
  display: block;
  padding: 60px 20px 20px; }

.team-block .hover-box .icon-box {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1em;
  color: #00709e;
  margin: 0 0 20px; }

.alternate .team-block .hover-box .icon-box {
  color: #00709e; }

.alternate .team-block .hover-upper {
  border-bottom-color: rgba(0, 0, 0, 0.1); }
  .alternate .team-block .hover-upper h6 {
    color: #222222; }

.team-block .hover-upper {
  position: relative;
  display: block;
  margin: 0 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .team-block .hover-upper h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px; }

.team-block .hover-lower {
  position: relative;
  display: block; }

.team-block .info {
  position: relative;
  font-size: 15px;
  line-height: 24px; }
  .team-block .info li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px; }
    .team-block .info li a {
      color: #dedede;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }

.alternate .team-block .info li {
  color: #757575; }
  .alternate .team-block .info li a {
    color: #757575; }

.team-block .info li a:hover {
  color: #00709e;
  text-decoration: underline; }

.team-block .social-links {
  position: relative;
  padding-top: 20px; }
  .team-block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px; }
    .team-block .social-links li a {
      color: #dedede;
      font-size: 14px;
      line-height: 24px;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }

.alternate .social-links li a {
  color: #aaaaaa; }

.team-block .social-links li a:hover {
  color: #00709e; }

.team-block .lower-box {
  position: relative;
  display: block;
  padding: 25px 20px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  overflow: hidden; }
  .team-block .lower-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00709e;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.team-block .inner-box:hover .lower-box:before {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.team-block .lower-box h4 {
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  z-index: 1; }
  .team-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }

.team-block .inner-box:hover .lower-box h4 a {
  color: #ffffff; }

.team-block .lower-box h4 a:hover {
  text-decoration: underline; }

.team-block .lower-box .designation {
  position: relative;
  color: #00709e;
  font-weight: 500;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1; }

.team-block .inner-box:hover .lower-box .designation {
  color: #ffffff; }

.team-carousel .owl-nav {
  display: none; }

.team-carousel .owl-dots {
  position: relative;
  display: block;
  padding-top: 40px;
  width: 100%;
  text-align: center; }
  .team-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px; }
    .team-carousel .owl-dots .owl-dot span {
      position: relative;
      display: block;
      width: 3px;
      height: 3px;
      background: #aaaaaa;
      outline: 2px solid rgba(0, 0, 0, 0);
      outline-offset: 4px; }
    .team-carousel .owl-dots .owl-dot.active span {
      background: #00709e;
      outline-color: #00709e; }

/*** 

====================================================================
        News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 30px 0px;
  background: #ffffff;
  overflow: hidden; }
  @media (min-width: 992px) {
    .news-section {
      padding-top: 110px; } }

.news-block {
  position: relative;
  margin-bottom: 30px; }

.owl-theme .news-block {
  margin-bottom: 0; }

.news-section .news-carousel .owl-stage-outer,
.news-section .small-carousel .owl-stage-outer {
  overflow: visible; }

.news-section .news-carousel .news-block,
.news-section .small-carousel .news-block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.news-section .news-carousel .active .news-block,
.news-section .small-carousel .active .news-block {
  opacity: 1;
  visibility: visible; }

.news-block .inner-box {
  position: relative;
  display: block; }

.news-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1; }

.news-block .image {
  display: block;
  width: 100%; }
  .news-block .image img {
    display: block;
    width: 100%; }

.news-block .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.news-block .inner-box:hover .hover-box {
  opacity: 1;
  visibility: visible; }

.news-block .hover-box .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .news-block .hover-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .news-block .hover-box .link a .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 30px;
      line-height: 30px;
      width: 30px;
      text-align: center;
      margin: -15px 0px 0px -15px; }

.news-block .hover-box .single-link {
  left: auto;
  right: 0; }
  .news-block .hover-box .single-link a {
    background: #00709e; }

.news-block .lower-box {
  position: relative;
  display: block;
  padding: 30px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); }
  .news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px; }
  .news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1; }
    .news-block .lower-box h4 a {
      color: #222222;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .news-block .lower-box h4 a:hover {
        color: #00709e;
        text-decoration: underline; }
  .news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1; }
    .news-block .lower-box .cat-info a {
      color: #757575; }
    .news-block .lower-box .cat-info .fa {
      padding-right: 5px;
      font-size: 12px;
      color: #00709e; }
  .news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px; }

.news-block .author-info {
  position: relative;
  min-height: 50px;
  /*padding-top: 8px;*/ }
  .news-block .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%; }
  .news-block .author-info .author-title {
    line-height: 20px;
    color: #222222; }
  .news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase; }

.news-block .comments-info {
  position: relative;
  float: right;
  padding: 13px 0px;
  line-height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px; }
  .news-block .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block; }
    .news-block .comments-info a .fa {
      padding-right: 3px;
      color: #aaaaaa; }

.news-carousel .owl-nav, .small-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -122px; }
  .news-carousel .owl-nav button.owl-next, .news-carousel .owl-nav button.owl-prev, .small-carousel .owl-nav button.owl-next, .small-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cccccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .news-carousel .owl-nav .owl-next:hover, .news-carousel .owl-nav .owl-prev:hover, .small-carousel .owl-nav .owl-next:hover, .small-carousel .owl-nav .owl-prev:hover {
    border-color: #00709e;
    color: #00709e; }

.news-carousel .owl-dots, .small-carousel .owl-dots {
  position: relative;
  display: block;
  padding-top: 40px;
  width: 100%;
  text-align: center;
  display: none; }
  .news-carousel .owl-dots .owl-dot, .small-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px; }
    .news-carousel .owl-dots .owl-dot span, .small-carousel .owl-dots .owl-dot span {
      position: relative;
      display: block;
      width: 3px;
      height: 3px;
      background: #aaaaaa;
      outline: 2px solid rgba(0, 0, 0, 0);
      outline-offset: 4px; }
    .news-carousel .owl-dots .owl-dot.active span, .small-carousel .owl-dots .owl-dot.active span {
      background: #00709e;
      outline-color: #00709e; }

/*** 

====================================================================
        News Section
====================================================================

***/
.contact-info-section {
  position: relative;
  padding: 110px 0px 190px;
  background: #ffffff;
  text-align: center;
  overflow: hidden; }
  .contact-info-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .contact-info-section .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(241, 241, 241, 0.93); }
  .contact-info-section .sec-title {
    margin-bottom: 50px; }
  .contact-info-section .info-outer {
    position: relative; }
  .contact-info-section .info-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 0px 14px 30px;
    font-family: 'Nunito', sans-serif; }
    .contact-info-section .info-box .inner {
      position: relative;
      display: block;
      padding: 40px 20px 35px;
      background: #ffffff;
      text-align: center;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); }
      .contact-info-section .info-box .inner:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 2px solid #00709e;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
    .contact-info-section .info-box:hover .inner:before {
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    .contact-info-section .info-box .icon {
      position: relative;
      display: block;
      line-height: 1em;
      font-size: 42px;
      color: #00709e;
      margin: 0 0 20px; }
    .contact-info-section .info-box strong {
      position: relative;
      display: block;
      line-height: 1.4em;
      font-size: 18px;
      color: #222222;
      margin: 0 0 7px; }
    .contact-info-section .info-box .info {
      color: #757575;
      font-size: 15px;
      line-height: 24px; }
      .contact-info-section .info-box .info a {
        color: #757575;
        font-size: 15px;
        line-height: 24px; }
        .contact-info-section .info-box .info a:hover {
          color: #00709e;
          text-decoration: underline; }

/*** 

====================================================================
        Testimonilas Section
====================================================================

***/
.testimonials-section {
  position: relative;
  padding: 0px 0px; }
  .testimonials-section .carousel-box {
    position: relative;
    display: block;
    margin-top: -110px;
    padding: 90px 20px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .testimonials-section .slide-item {
    position: relative;
    display: block; }
    .testimonials-section .slide-item .inner {
      position: relative;
      display: block;
      max-width: 580px;
      margin: 0 auto; }
  .testimonials-section .carousel-box .icon-box {
    position: absolute;
    left: 70px;
    top: 50px;
    display: block;
    color: #f1f1f1;
    font-size: 400px;
    line-height: 1em;
    font-family: 'Nunito', sans-serif; }
  .testimonials-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    color: #757575; }
  .testimonials-section .slide-item .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 30px;
    padding-left: 120px;
    min-height: 100px;
    margin: 0 0 35px; }
  .testimonials-section .slide-item .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%; }
    .testimonials-section .slide-item .author-thumb img {
      position: relative;
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%; }
  .testimonials-section .slide-item .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif; }
  .testimonials-section .slide-item .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: #00709e;
    font-weight: 500;
    text-transform: capitalize; }
  .testimonials-section .owl-theme .owl-nav, .testimonials-section .owl-nav {
    display: none; }
  .testimonials-section .owl-dots {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    text-align: center; }
    .testimonials-section .owl-dots .owl-dot {
      position: relative;
      display: inline-block;
      margin: 0px 10px; }
      .testimonials-section .owl-dots .owl-dot span {
        position: relative;
        display: block;
        width: 3px;
        height: 3px;
        background: #aaaaaa;
        outline: 2px solid rgba(0, 0, 0, 0);
        outline-offset: 4px; }
      .testimonials-section .owl-dots .owl-dot.active span {
        background: #00709e;
        outline-color: #00709e; }

/*** 

====================================================================
        Facts Section
====================================================================

***/
.facts-section {
  position: relative;
  padding: 90px 0px 40px; }
  .facts-section .row {
    margin: 0px -20px; }
  .facts-section .fact-column {
    position: relative;
    padding: 0px 20px;
    margin-bottom: 50px; }
    .facts-section .fact-column .inner {
      position: relative;
      display: block;
      min-height: 50px; }
    .facts-section .fact-column .fact-box {
      position: absolute;
      left: 0;
      top: 0;
      width: 110px;
      line-height: 30px;
      padding: 8px 10px;
      min-height: 50px;
      font-size: 30px;
      font-weight: 700;
      color: #00709e;
      font-family: 'Nunito', sans-serif;
      text-align: center;
      border: 2px solid #00709e; }
      .facts-section .fact-column .fact-box span {
        position: relative;
        top: 5px; }
      .facts-section .fact-column .fact-box:before {
        content: '';
        position: absolute;
        left: 100%;
        margin-left: -10px;
        width: 40px;
        top: 24px;
        border-bottom: 1px solid #00709e; }
  .facts-section .fact-title {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 25px;
    padding-left: 160px;
    margin-bottom: 30px; }

/*** 

====================================================================
        Main Footer
====================================================================

***/
.main-footer {
  position: relative;
  background: #222222;
  color: #999999; }
  .main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 20px; }
  .main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px; }
  .main-footer .widget-title {
    position: relative;
    margin-bottom: 20px; }
  .main-footer .widget-content {
    position: relative; }
  .main-footer .widget-title h4 {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0; }
  .main-footer .about-widget .logo {
    position: relative;
    display: block; }
  .main-footer .about-widget h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px; }
  .main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px; }
  .main-footer .links-widget {
    position: relative; }
    .main-footer .links-widget .column {
      position: relative;
      margin-bottom: 30px; }
    .main-footer .links-widget .links li {
      position: relative;
      margin-bottom: 8px;
      line-height: 24px;
      font-size: 15px; }
      .main-footer .links-widget .links li:last-child {
        margin-bottom: 0; }
      .main-footer .links-widget .links li a {
        position: relative;
        display: block;
        color: #999999;
        line-height: 24px;
        font-size: 15px;
        text-transform: none;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .main-footer .links-widget .links li a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -1px;
          width: 0px;
          border-bottom: 2px solid #00709e;
          opacity: 0;
          transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease; }
      .main-footer .links-widget .links li:hover a:before {
        opacity: 1;
        width: 15px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      .main-footer .links-widget .links li a:hover {
        color: #ffffff;
        padding-left: 20px; }
  .main-footer .num-links li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 15px; }
    .main-footer .num-links li:last-child {
      margin-bottom: 0; }
    .main-footer .num-links li a {
      position: relative;
      display: block;
      color: #999999;
      line-height: 24px;
      font-size: 15px;
      text-transform: capitalize;
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
    .main-footer .num-links li .hvr-info {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    .main-footer .num-links li a:hover .hvr-info {
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
    .main-footer .num-links li a .hvr-info:before {
      content: "\f1be";
      font-family: "Flaticon";
      position: absolute;
      left: 0;
      top: 0;
      color: #00709e; }
    .main-footer .num-links li:hover a:before {
      opacity: 1;
      width: 15px;
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    .main-footer .num-links li a:hover {
      color: #ffffff; }
  .main-footer .footer-bottom {
    position: relative;
    line-height: 24px; }
    .main-footer .footer-bottom .inner {
      position: relative;
      display: block;
      text-align: center;
      padding: 40px 0px;
      border-top: 1px solid #e2eef2;
      position: relative;
      padding: 30px 0px;
      border-top: none; }
    .main-footer .footer-bottom .copyright {
      position: relative; }
      .main-footer .footer-bottom .copyright strong {
        color: #222222; }
  .main-footer .social-links {
    position: relative;
    padding-top: 20px;
    text-align: center; }
    .main-footer .social-links ul {
      position: relative; }
    .main-footer .social-links li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0px 7px;
      line-height: 24px; }
      .main-footer .social-links li a {
        color: #999999;
        font-size: 28px;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .main-footer .social-links li a:hover {
          color: #00709e; }

/*** 

====================================================================
        Welcome Section
====================================================================

***/
.welcome-section-two {
  position: relative;
  padding: 0px 0px 80px;
  background: #f1f1f1;
  z-index: 2; }
  .welcome-section-two.alternate {
    padding-top: 110px;
    background: #ffffff; }
  .welcome-section-two .sec-title {
    margin-bottom: 50px; }
  .welcome-section-two .upper-row {
    position: relative;
    margin-bottom: 20px; }
    .welcome-section-two .upper-row .auto-container {
      max-width: 1280px; }
    .welcome-section-two .upper-row .row {
      margin: 0 0; }
  .welcome-section-two .upper-container {
    position: relative;
    top: -90px;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07); }

.featured-block-three {
  position: relative;
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

.welcome-section-two .upper-container .featured-block-three:last-child {
  border-right: none; }

.featured-block-three .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  overflow: hidden; }

.featured-block-three .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .featured-block-three .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }

.featured-block-three .content-box {
  position: relative;
  display: block;
  padding: 50px 25px 50px 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .featured-block-three .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px; }
  .featured-block-three .content-box .subtitle {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif; }
  .featured-block-three .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    max-width: 200px;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .featured-block-three .content-box h4 a {
      color: #222222; }
      .featured-block-three .content-box h4 a:hover {
        color: #00709e; }
  .featured-block-three .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #00709e;
    font-size: 60px;
    line-height: 80px; }
    .featured-block-three .content-box .icon-box:before {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      bottom: 5px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }

.featured-block-three .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1; }

.featured-block-three .inner-box:hover .hover-box {
  opacity: 1;
  visibility: visible; }

.featured-block-three .hover-box .inner {
  position: relative;
  display: block;
  padding: 35px 40px 15px; }

.featured-block-three .hover-box h4 {
  color: #222222;
  font-weight: 700;
  line-height: 1.30em;
  max-width: 220px;
  margin: 0 0 10px; }
  .featured-block-three .hover-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .featured-block-three .hover-box h4 a:hover {
      color: #00709e; }

.featured-block-three .hover-box .text {
  color: #757575;
  line-height: 1.6em; }

.featured-block-three .more-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  line-height: 30px;
  text-align: center;
  color: #00709e;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2; }

.featured-block-three:hover .more-link {
  opacity: 1; }

.featured-block-three .more-link a {
  position: relative;
  display: block;
  line-height: 42px;
  color: #ffffff; }
  .featured-block-three .more-link a:before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: #00709e;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .featured-block-three .more-link a span, .featured-block-three .more-link a i {
    position: relative;
    top: 0px;
    z-index: 1; }

.contact-links-box {
  position: relative;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }

.welcome-section-two .upper-row .contact-links-box {
  position: absolute;
  right: 40px;
  bottom: 100%;
  margin-bottom: 25px;
  width: 300px;
  background: #ffffff; }

.contact-links-box .inner {
  position: relative; }

.contact-links-box .info-header {
  position: relative;
  padding: 20px 30px 15px;
  background: #00709e;
  color: #ffffff; }
  .contact-links-box .info-header h4 {
    font-weight: 700;
    margin: 0; }

.contact-links-box .info {
  position: relative;
  padding: 10px 30px;
  background: #ffffff; }
  .contact-links-box .info li {
    position: relative;
    padding: 25px 0px 15px 62px;
    min-height: 90px;
    line-height: 24px;
    font-size: 15px;
    color: #757575;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.sidebar-widget .contact-links-box .info li {
  padding-top: 27px; }

.contact-links-box .info li a {
  color: #757575; }
  .contact-links-box .info li a:hover {
    text-decoration: underline;
    color: #00709e; }

.contact-links-box .info li:last-child {
  border-bottom: 0; }

.contact-links-box .info li strong {
  display: block;
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 700; }

.contact-links-box .info li .icon {
  position: absolute;
  left: 0;
  top: 15px;
  line-height: 60px;
  font-size: 42px;
  color: #00709e; }

.welcome-section-two .lower-row {
  position: relative; }
  .welcome-section-two .lower-row .sec-title {
    margin-bottom: 40px; }

.welcome-section-two .text-col {
  position: relative;
  margin-bottom: 30px; }
  .welcome-section-two .text-col .inner {
    display: block;
    padding-right: 40px; }
  .welcome-section-two .text-col .text {
    position: relative;
    margin-bottom: 30px; }
  .welcome-section-two .text-col .info {
    position: relative;
    margin-bottom: 40px;
    line-height: 20px; }
    .welcome-section-two .text-col .info strong {
      position: relative;
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #222222;
      text-transform: uppercase;
      font-family: 'Nunito', sans-serif; }
    .welcome-section-two .text-col .info .desigantion {
      position: relative;
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #757575; }

.welcome-section-two .video-link {
  position: relative; }
  .welcome-section-two .video-link .link {
    position: relative;
    display: block;
    min-height: 60px;
    color: #222222;
    padding: 10px 0px 0px 80px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .welcome-section-two .video-link .link .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      height: 60px;
      line-height: 56px;
      text-align: center;
      color: #00709e;
      border: 2px solid #00709e;
      border-radius: 50%; }
    .welcome-section-two .video-link .link .txt {
      position: relative;
      display: block;
      font-size: 18px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif; }
    .welcome-section-two .video-link .link:hover {
      color: #00709e; }

.welcome-section-two .image-col {
  position: relative; }
  .welcome-section-two .image-col .row {
    margin: 0px -5px; }
  .welcome-section-two .image-col .image {
    padding: 0px 5px;
    margin-bottom: 10px; }
  .welcome-section-two .image-col img {
    display: block;
    width: 100%; }

/*** 

====================================================================
        Fluid Section
====================================================================

***/
.fluid-section {
  position: relative;
  padding: 0; }
  .fluid-section .top-icon-box {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: -65px;
    width: 130px;
    height: 130px;
    font-size: 60px;
    line-height: 140px;
    background: #f1f1f1;
    color: #00709e;
    text-align: center;
    border-radius: 50%;
    z-index: 2; }

.alternate-icon .top-icon-box {
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }

.fluid-section .row {
  margin: 0; }

.fluid-section .column {
  position: relative;
  padding: 0;
  color: #ffffff; }

.fluid-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fluid-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); }

.fluid-section .column:nth-child(2) .image-layer:before {
  background: #00709e;
  opacity: 0.90; }

.fluid-section .column .inner {
  position: relative;
  float: right;
  width: 100%;
  max-width: 600px;
  padding-right: 100px; }

.fluid-section .column:nth-child(2) .inner {
  float: left;
  padding-right: 0;
  padding-left: 100px; }

.fluid-section .column .content {
  position: relative;
  display: block;
  padding: 110px 15px 100px; }

.fluid-section .column .upper-title {
  position: relative;
  display: block;
  padding: 12px 0 0 84px;
  min-height: 60px;
  margin-bottom: 35px; }

.fluid-section .column .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  line-height: 1em; }

.fluid-section .column .upper-title h4, .fluid-section .column .upper-title h2 {
  font-weight: 700;
  margin: 0; }

/*** 

====================================================================
        Departmetns Section
====================================================================

***/
.departments-section {
  position: relative;
  background: #ffffff; }

.pattern-container .departments-section, .pattern-container .get-info-section {
  position: relative;
  background: none; }

.departments-section .upper-row {
  position: relative;
  padding: 110px 0px 80px; }

.departments-section .bg-layer {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0px;
  bottom: -110px;
  margin-left: -585px;
  width: 50000px;
  background: #f1f1f1; }

.departments-section .upper-row .sec-title {
  margin-bottom: 50px; }

.departments-section .image-column {
  position: relative;
  margin-bottom: 30px; }
  .departments-section .image-column .inner {
    position: relative;
    display: block;
    padding-right: 20px;
    margin-left: -350px; }
  .departments-section .image-column img {
    position: relative;
    display: block;
    width: 100%; }

.departments-section .right-column {
  position: relative;
  margin-bottom: 30px; }
  .departments-section .right-column .inner {
    position: relative;
    display: block; }
  .departments-section .right-column .bottom-text {
    position: relative;
    display: block;
    padding-top: 35px;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    text-align: center; }
    .departments-section .right-column .bottom-text a {
      text-decoration: underline;
      color: #00709e; }

.featured-block-four {
  position: relative;
  margin-bottom: 30px; }

.owl-theme .featured-block-four {
  margin: 0; }

.departments-carousel .owl-stage-outer {
  overflow: visible; }

.departments-carousel .featured-block-four {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.departments-carousel .active .featured-block-four {
  opacity: 1;
  visibility: visible; }

.featured-block-four .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 30px 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .featured-block-four .inner-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07), 0px 15px 30px 0px rgba(0, 0, 0, 0.07); }

.featured-block-four .count-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 90px;
  padding: 25px 10px 20px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #c7c7c7;
  font-family: 'Nunito', sans-serif;
  background: url(../images/icons/line-pattern-1.png) right top repeat; }

.featured-block-four .icon-box {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1em;
  color: #00709e;
  margin-bottom: 30px; }

.featured-block-four .content {
  position: relative;
  display: block; }

.featured-block-four h4 {
  color: #222222;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px; }
  .featured-block-four h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .featured-block-four h4 a:hover {
      color: #00709e; }

.featured-block-four .text {
  margin-bottom: 20px; }

.featured-block-four .read-more {
  position: relative;
  display: block;
  padding: 15px 0px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .featured-block-four .read-more a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .featured-block-four .read-more a span {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .featured-block-four .read-more a span:after {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: absolute;
        left: 100%;
        margin-left: 10px;
        top: 0;
        line-height: 20px;
        color: #00709e;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
    .featured-block-four .read-more a:hover span:after {
      opacity: 1;
      -ms-transform: translateX(0px);
      transform: translateX(0px); }

.featured-block-four .inner-box:hover .read-more a span:after {
  opacity: 1;
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.featured-block-four .read-more a:after {
  content: "\f1bd";
  font-family: 'Flaticon';
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  color: #00709e;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

.featured-block-four .read-more a:hover {
  color: #00709e; }

.featured-block-four .inner-box:hover .read-more a {
  color: #00709e; }

.featured-block-four .read-more a:hover:after, .featured-block-four .inner-box:hover .read-more a:after {
  opacity: 0;
  -ms-transform: translateX(-100px);
  transform: translateX(-100px); }

.departments-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -110px; }
  .departments-carousel .owl-nav button.owl-next, .departments-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #cccccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .departments-carousel .owl-nav .owl-next:hover, .departments-carousel .owl-nav .owl-prev:hover {
    border-color: #00709e;
    color: #00709e; }

.departments-carousel .owl-dots {
  position: relative;
  display: block;
  padding-top: 40px;
  width: 100%;
  text-align: center;
  display: none; }
  .departments-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px; }
    .departments-carousel .owl-dots .owl-dot span {
      position: relative;
      display: block;
      width: 3px;
      height: 3px;
      background: #aaaaaa;
      outline: 2px solid rgba(0, 0, 0, 0);
      outline-offset: 4px; }
    .departments-carousel .owl-dots .owl-dot.active span {
      background: #00709e;
      outline-color: #00709e; }

.departments-section .services-row {
  position: relative; }
  .departments-section .services-row .auto-container {
    max-width: 1400px;
    max-width: 1400px; }
  .departments-section .services-row .outer-container {
    position: relative;
    padding: 100px 100px 80px;
    color: #ffffff; }
  .departments-section .services-row .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .departments-section .services-row .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #00709e;
      opacity: 0.93; }
  .departments-section .services-row .sec-title {
    margin-bottom: 50px; }
  .departments-section .services-row ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px; }
    .departments-section .services-row ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      border: 2px solid rgba(255, 255, 255, 0.7);
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .departments-section .services-row ul li:hover:before {
      background: #ffffff;
      border-color: #ffffff; }
    .departments-section .services-row ul li a {
      position: relative;
      display: inline-block;
      color: #ffffff; }
      .departments-section .services-row ul li a:after {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 7px;
        font-size: 16px;
        font-weight: 400; }

/*** 

====================================================================
        Highlights Section
====================================================================

***/
.highlights-section {
  position: relative;
  padding: 100px 0px 0px;
  margin-bottom: -110px;
  z-index: 1; }
  .highlights-section .sec-title {
    margin-bottom: 50px; }
  .highlights-section .carousel-outer {
    max-width: 730px;
    margin: 0 auto; }
  .highlights-section .owl-stage-outer {
    overflow: visible; }

.hi-block {
  position: relative; }
  .hi-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Nunito', sans-serif; }
  .hi-block .upper-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }

.active .hi-block .upper-info {
  opacity: 0; }

.hi-block .upper-info .count {
  position: relative;
  font-size: 36px;
  display: block;
  color: #c7c7c7;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px; }

.hi-block .upper-info h3 {
  color: #222222;
  font-weight: 700;
  line-height: 1.25em;
  padding-left: 22px;
  margin: 0; }
  .hi-block .upper-info h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 9px;
    border-right: 2px solid #00709e; }
  .hi-block .upper-info h3 a {
    color: #222222; }
    .hi-block .upper-info h3 a:hover {
      color: #00709e; }

.hi-block .image-box {
  position: relative;
  display: block;
  top: 140px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.active .hi-block .image-box {
  top: 0; }

.hi-block .image {
  position: relative;
  display: block;
  width: 100%;
  margin: 0; }
  .hi-block .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0; }

.hi-block .image-cap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding: 30px 30px 20px; }
  .hi-block .image-cap h2 {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0; }
    .hi-block .image-cap h2 a {
      color: #ffffff; }
    .hi-block .image-cap h2 .num {
      position: relative;
      top: 2px;
      display: inline-block;
      vertical-align: middle;
      font-size: 36px;
      padding-right: 20px;
      margin-right: 15px; }
      .hi-block .image-cap h2 .num:after {
        content: '';
        position: absolute;
        right: 0;
        top: -5px;
        height: 40px;
        border-right: 2px solid #ffffff; }
  .hi-block .image-cap .video-link {
    position: relative;
    float: right;
    padding-top: 2px; }
    .hi-block .image-cap .video-link .link {
      position: relative;
      display: block;
      min-height: 36px;
      line-height: 24px;
      color: #ffffff;
      padding: 8px 0px 0px 50px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .hi-block .image-cap .video-link .link .icon {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        padding-left: 2px;
        width: 36px;
        height: 36px;
        line-height: 32px;
        text-align: center;
        border: 2px solid;
        border-radius: 50%; }
      .hi-block .image-cap .video-link .link .txt {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 700; }
      .hi-block .image-cap .video-link .link:hover {
        color: #00709e; }

.highlights-section .owl-nav {
  position: absolute;
  left: -300px;
  right: -300px;
  top: 60px;
  color: #bbbbbb; }

.highlights-section .owl-theme .owl-nav .owl-prev, .highlights-section .owl-theme .owl-nav .owl-next {
  line-height: 36px;
  font-size: 36px; }

.highlights-section .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0; }

.highlights-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0; }

.highlights-section .owl-theme .owl-nav .owl-prev:hover, .highlights-section .owl-theme .owl-nav .owl-next:hover {
  color: #00709e; }

/*** 

====================================================================
        Team Section
====================================================================

***/
.team-section-two {
  position: relative;
  padding: 220px 0px 70px; }
  .team-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover; }
    .team-section-two .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0); }
  .team-section-two .sec-title {
    margin-bottom: 30px; }
  .team-section-two .title-col {
    position: relative;
    margin-bottom: 40px; }
    .team-section-two .title-col .inner {
      position: relative;
      display: block; }
    .team-section-two .title-col .text {
      font-size: 15px;
      color: #e0e0e0;
      margin-bottom: 40px; }
  .team-section-two .members-col {
    position: relative; }
    .team-section-two .members-col .inner {
      position: relative;
      display: block; }

.team-block-two {
  position: relative;
  margin-bottom: 40px; }
  .team-block-two .inner-box {
    position: relative;
    display: block;
    padding-left: 160px;
    min-height: 170px; }
  .team-block-two .image-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 170px;
    display: block;
    overflow: hidden; }
  .team-block-two .image {
    display: block;
    width: 100%; }
    .team-block-two .image img {
      display: block;
      width: 100%; }
  .team-block-two .info {
    position: relative;
    margin-bottom: 30px; }
    .team-block-two .info h4 {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 5px; }
      .team-block-two .info h4 a {
        color: #ffffff; }
    .team-block-two .info .designation {
      font-size: 15px;
      font-weight: 500;
      color: #00709e; }
  .team-block-two .share-it {
    position: absolute;
    left: 160px;
    bottom: 0;
    width: 38px;
    height: 38px;
    margin: 0 0; }
    .team-block-two .share-it .share-btn {
      position: relative;
      display: block;
      width: 38px;
      height: 38px;
      line-height: 30px;
      padding: 4px 0px;
      color: #aaaaaa;
      background: #2d2d2d;
      text-align: center;
      border-radius: 19px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .team-block-two .share-it .share-btn:hover {
        color: #ffffff;
        background: #00709e;
        border-color: #00709e; }
    .team-block-two .share-it .share-list {
      position: absolute;
      left: 0;
      top: 0;
      height: 38px;
      width: 110px;
      color: #aaaaaa;
      background: #2d2d2d;
      text-align: center;
      border-radius: 19px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      z-index: 1; }
    .team-block-two .share-it:hover .share-list {
      opacity: 1;
      visibility: visible; }
    .team-block-two .share-it .share-list li {
      position: relative;
      display: block;
      float: left;
      width: 36px;
      padding: 4px 0px;
      line-height: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .team-block-two .share-it .share-list li:last-child {
        border: none; }
      .team-block-two .share-it .share-list li a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        color: #999999; }
        .team-block-two .share-it .share-list li a:hover {
          color: #00709e; }

/*** 

====================================================================
        News Section Two
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 100px 0px 70px;
  background: #ffffff; }

.news-block-two {
  position: relative;
  margin-bottom: 30px; }
  .news-block-two .inner-box {
    position: relative;
    display: block; }
  .news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1; }
    .news-block-two .image-box:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 160px;
      background: rgba(0, 0, 0, 0.3);
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      z-index: 1; }
  .news-block-two .inner-box:hover .image-box:before {
    opacity: 0; }
  .news-block-two .image-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1; }
  .news-block-two .inner-box:hover .image-box:after {
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .news-block-two .image {
    display: block;
    width: 100%; }
    .news-block-two .image img {
      display: block;
      width: 100%; }
  .news-block-two .image-box .cat-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 30px 15px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 2; }
  .news-block-two .inner-box:hover .image-box .cat-info {
    opacity: 0;
    visibility: hidden; }
  .news-block-two .image-box .cat-info a {
    color: #ffffff; }
  .news-block-two .image-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00709e; }
  .news-block-two .image-box .hover-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 30px 15px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 3; }
  .news-block-two .inner-box:hover .image-box .hover-link {
    opacity: 1;
    visibility: visible; }
  .news-block-two .image-box .hover-link a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .news-block-two .image-box .hover-link .arrow {
    font-size: 14px;
    font-weight: 400;
    padding-right: 7px; }
  .news-block-two .image-box .hover-link a:hover {
    color: #00709e; }
  .news-block-two .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); }
    .news-block-two .lower-box .upper-info {
      position: relative;
      padding-bottom: 20px; }
  .news-block-two .upper-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .news-block-two .upper-title:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .news-block-two .lower-box h4 {
    position: relative;
    margin-bottom: 0px;
    font-weight: 700;
    z-index: 1; }
    .news-block-two .lower-box h4 a {
      color: #222222;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .news-block-two .lower-box h4 a:hover {
        color: #00709e;
        text-decoration: underline; }
  .news-block-two .lower-box .post-info {
    position: relative;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    line-height: 20px; }
  .news-block-two .text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
  .news-block-two .more-link {
    position: relative;
    font-family: 'Nunito', sans-serif; }
    .news-block-two .more-link a {
      font-size: 16px;
      color: #222222;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 24px;
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      .news-block-two .more-link a:before {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: absolute;
        left: 0;
        top: -3px;
        width: 15px;
        line-height: 24px;
        color: #00709e;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
      .news-block-two .more-link a:hover {
        color: #00709e;
        padding-left: 20px; }
  .news-block-two .inner-box:hover .more-link a {
    color: #00709e;
    padding-left: 20px; }
  .news-block-two .more-link a:hover:before, .news-block-two .inner-box:hover .more-link a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.news-block-three {
  position: relative;
  margin-bottom: 30px; }
  .news-block-three .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 30px;
    background: #00709e;
    color: #ffffff; }
  .news-block-three .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .news-block-three .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px; }
    .news-block-three .cat-info a {
      color: #ffffff; }
    .news-block-three .cat-info .fa {
      padding-right: 5px;
      font-size: 12px;
      color: #ffffff; }
  .news-block-three .post-info {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    line-height: 20px; }
  .news-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0px 30px;
    padding-bottom: 20px; }
    .news-block-three .text:before {
      content: '';
      position: absolute;
      left: 70px;
      right: 70px;
      bottom: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.news-block-four {
  position: relative;
  margin-bottom: 50px; }

.owl-theme .news-block-four {
  margin-bottom: 0; }

.news-block-four .inner-box {
  position: relative;
  display: block; }

.news-block-four .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1; }

.news-block-four .image {
  display: block;
  width: 100%; }
  .news-block-four .image img {
    display: block;
    width: 100%; }

.news-block-four .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 2; }

.news-block-four .inner-box:hover .hover-box {
  opacity: 1;
  visibility: visible; }

.news-block-four .image-box .date {
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 12px 30px 8px;
  line-height: 24px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #00709e;
  font-family: 'Nunito', sans-serif;
  z-index: 5;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.news-block-four .inner-box:hover .date {
  opacity: 0;
  visibility: hidden; }

.news-block-four .hover-box .more-link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-family: 'Nunito', sans-serif; }
  .news-block-four .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00709e;
    text-transform: capitalize; }

.news-block-four .lower-box {
  position: relative;
  display: block;
  padding: 40px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
  .news-block-four .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px; }
  .news-block-four .lower-box h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 700;
    z-index: 1; }
    .news-block-four .lower-box h2 a {
      color: #222222;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .news-block-four .lower-box h2 a:hover {
        color: #00709e;
        text-decoration: underline; }
  .news-block-four .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1; }
    .news-block-four .lower-box .cat-info a {
      color: #757575; }
    .news-block-four .lower-box .cat-info .fa {
      padding-right: 5px;
      font-size: 12px;
      color: #00709e; }
  .news-block-four .lower-box .text {
    position: relative;
    margin-bottom: 25px; }
  .news-block-four .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px; }

.news-block-four .author-info {
  position: relative;
  float: left;
  padding-left: 65px;
  min-height: 50px;
  padding-top: 20px; }
  .news-block-four .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%; }
  .news-block-four .author-info .author-title {
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase; }
  .news-block-four .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase; }

.news-block-four .share-it {
  position: relative;
  float: right;
  margin-top: 5px; }
  .news-block-four .share-it .share-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0px;
    color: #aaaaaa;
    background: none;
    text-align: right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .news-block-four .share-it .share-btn:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0;
      bottom: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .news-block-four .share-it:hover .share-btn {
    color: #00709e; }
    .news-block-four .share-it:hover .share-btn:before {
      display: none; }
  .news-block-four .share-it .share-list {
    position: absolute;
    right: 100%;
    top: 0;
    height: 38px;
    width: 110px;
    color: #757575;
    background: #f1f1f1;
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1; }
  .news-block-four .share-it:hover .share-list {
    opacity: 1;
    visibility: visible; }
  .news-block-four .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0px;
    line-height: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.07); }
    .news-block-four .share-it .share-list li:last-child {
      border: none; }
    .news-block-four .share-it .share-list li a {
      position: relative;
      display: block;
      text-align: center;
      font-size: 13px;
      height: 30px;
      line-height: 32px;
      color: #aaaaaa; }
      .news-block-four .share-it .share-list li a:hover {
        color: #00709e; }

.news-block-five {
  position: relative;
  margin-bottom: 40px; }

.owl-theme .news-block-five {
  margin-bottom: 0; }

.news-block-five .inner-box {
  position: relative;
  display: block; }

.news-block-five .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1; }

.news-block-five .image {
  display: block;
  width: 100%; }
  .news-block-five .image img {
    display: block;
    width: 100%; }

.news-block-five .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 2; }

.news-block-five .inner-box:hover .hover-box {
  opacity: 1;
  visibility: visible; }

.news-block-five .image-box .date {
  position: absolute;
  right: 20px;
  bottom: 0;
  padding: 12px 30px 8px;
  line-height: 24px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #00709e;
  font-family: 'Nunito', sans-serif;
  z-index: 5;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.news-block-five .inner-box:hover .date {
  opacity: 0;
  visibility: hidden; }

.news-block-five .hover-box .more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: 'Nunito', sans-serif; }
  .news-block-five .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00709e;
    text-transform: capitalize; }

.news-block-five .lower-box {
  position: relative;
  display: block;
  padding: 35px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
  .news-block-five .lower-box .upper-info {
    position: relative;
    padding-bottom: 10px; }
  .news-block-five .lower-box h4 {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1;
    height: 52px;
    overflow: hidden; }
    .news-block-five .lower-box h4 a {
      color: #222222;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .news-block-five .lower-box h4 a:hover {
        color: #00709e;
        text-decoration: underline; }
  .news-block-five .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1; }
    .news-block-five .lower-box .cat-info a {
      color: #757575; }
    .news-block-five .lower-box .cat-info .fa {
      padding-right: 5px;
      font-size: 12px;
      color: #00709e; }
  .news-block-five .lower-box .text {
    position: relative;
    margin-bottom: 25px; }
  .news-block-five .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px; }

.news-block-five .author-info {
  position: relative;
  height: 50px;
  overflow: hidden; }
  .news-block-five .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%; }
  .news-block-five .author-info .author-title {
    font-size: 15px;
    line-height: 20px;
    color: #222222; }
  .news-block-five .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase; }

.news-block-five .comments-info {
  position: relative;
  float: right;
  padding: 8px 0px;
  line-height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px; }
  .news-block-five .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block; }
    .news-block-five .comments-info a .fa {
      padding-right: 3px;
      color: #aaaaaa; }

/*** 

====================================================================
        Reviews Section
====================================================================

***/
.reviews-section {
  position: relative;
  padding: 100px 0px 100px;
  background: #f1f1f1; }
  .reviews-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .reviews-section .review-block {
    position: relative; }
    .reviews-section .review-block .inner {
      position: relative;
      display: block;
      padding-left: 100px;
      overflow: hidden; }
    .reviews-section .review-block .author-thumb {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -35px;
      width: 70px;
      height: 70px;
      border-radius: 50%; }
      .reviews-section .review-block .author-thumb:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 100%;
        margin-bottom: 10px;
        height: 100px;
        border-left: 1px solid rgba(0, 0, 0, 0.2); }
      .reviews-section .review-block .author-thumb:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        margin-top: 12px;
        height: 100px;
        border-left: 1px solid rgba(0, 0, 0, 0.2); }
    .reviews-section .review-block:hover .author-thumb:before, .reviews-section .review-block:hover .author-thumb:after {
      border-color: #00709e;
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
    .reviews-section .review-block .author-thumb img {
      display: block;
      width: 100%;
      border-radius: 50%; }
    .reviews-section .review-block .text {
      line-height: 1.7em; }
    .reviews-section .review-block .info {
      position: relative;
      margin-top: 25px; }
      .reviews-section .review-block .info .name {
        position: relative;
        display: block;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        color: #222222; }
      .reviews-section .review-block .info .designation {
        position: relative;
        display: block;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        color: #00709e; }
    .reviews-section .review-block .icon-box {
      position: relative;
      color: #00709e;
      font-size: 48px;
      line-height: 1em;
      margin-bottom: 20px; }

.reviews-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -120px; }
  .reviews-carousel .owl-nav button.owl-next, .reviews-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #cccccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .reviews-carousel .owl-nav .owl-next:hover, .reviews-carousel .owl-nav .owl-prev:hover {
    border-color: #00709e;
    color: #00709e; }

.reviews-carousel .owl-dots {
  display: none; }

/*** 

====================================================================
        Accordion
====================================================================

***/
.accordion-box {
  position: relative; }
  .accordion-box .block {
    position: relative;
    margin-bottom: 15px; }
    .accordion-box .block:last-child {
      margin-bottom: 0; }
    .accordion-box .block .acc-btn {
      position: relative;
      font-size: 16px;
      line-height: 28px;
      font-weight: 700;
      cursor: pointer;
      padding: 19px 50px 11px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #222222;
      background-color: #ffffff;
      font-family: 'Nunito', sans-serif;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      .accordion-box .block .acc-btn.active {
        color: #00709e;
        border-color: rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    .accordion-box .block:before {
      content: '';
      position: absolute;
      left: 30px;
      top: 20px;
      bottom: 20px;
      border-left: 2px solid #00709e;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      z-index: 1; }
    .accordion-box .block.active-block:before {
      bottom: 5px; }
    .accordion-box .block .icon {
      position: absolute;
      right: 30px;
      top: 15px;
      font-size: 12px;
      font-weight: 700;
      color: #061138;
      height: 30px;
      line-height: 30px;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .accordion-box .block .acc-btn.active .icon:before {
      content: "\f123";
      color: #00709e; }
    .accordion-box .block.active-block {
      display: block; }
    .accordion-box .block .acc-content {
      position: relative;
      padding-left: 50px;
      display: none; }
    .accordion-box .block .content {
      position: relative;
      padding: 28px 0px 0px; }
    .accordion-box .block.current .acc-content {
      display: block; }
    .accordion-box .block .content .text {
      position: relative;
      display: block;
      font-size: 15px;
      line-height: 1.6em; }

/*** 

====================================================================
        Default Form
====================================================================

***/
.default-form {
  position: relative; }
  .default-form .row {
    margin: 0 -10px; }
  .default-form .form-group {
    position: relative;
    margin-bottom: 10px; }
  .default-form .row .form-group {
    padding: 0 5px; }
  .default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #7f8a99;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .default-form .form-group input[type="text"], .default-form .form-group input[type="email"], .default-form .form-group input[type="password"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="url"], .default-form .form-group input[type="file"], .default-form .form-group input[type="number"] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 20px 8px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  .default-form .form-group textarea, .default-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 20px 8px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  .default-form .form-group textarea {
    height: 105px;
    padding-top: 12px;
    resize: none; }
  .default-form .form-group input[type="text"]:focus, .default-form .form-group input[type="email"]:focus, .default-form .form-group input[type="password"]:focus, .default-form .form-group input[type="tel"]:focus, .default-form .form-group input[type="url"]:focus, .default-form .form-group input[type="file"]:focus, .default-form .form-group input[type="number"]:focus {
    border-color: #00709e; }
  .default-form .form-group textarea:focus, .default-form .form-group select:focus {
    border-color: #00709e; }

.form-group .ui-selectmenu-button.ui-button:focus, .form-group .ui-selectmenu-button.ui-button:active {
  border-color: #00709e; }

.default-form ::-webkit-input-placeholder, .default-form ::-moz-input-placeholder, .default-form ::-ms-input-placeholder {
  color: #757575; }

.default-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  font-family: 'Nunito', sans-serif;
  padding-top: 5px; }

.default-form .check-block {
  position: relative;
  display: block;
  margin-bottom: 5px; }
  .default-form .check-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }
  .default-form .check-block label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer; }
    .default-form .check-block label:before {
      content: '';
      font-family: 'Font Awesome 5 Free';
      position: absolute;
      left: 0;
      top: 3px;
      width: 18px;
      height: 18px;
      color: #00709e;
      line-height: 16px;
      font-size: 10px;
      text-align: center;
      border: 1px solid #d0d0d0;
      font-weight: 800; }
  .default-form .check-block input:checked + label:before {
    content: '\f00c';
    border-color: #00709e; }

.content-box .default-form label.error {
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px; }

/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  height: 52px;
  padding: 10px 20px;
  line-height: 28px;
  font-family: 'Nunito', sans-serif;
  color: #222222;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  right: -5px;
  text-indent: 0px;
  color: #333333; }
  .form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    font-style: normal;
    color: #aaaaaa;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5; }

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
  font-family: 'Nunito', sans-serif, montserrant; }

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0; }
  .ui-menu .ui-menu-item:last-child {
    border: none; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 9px 25px !important;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  .ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #00709e; }

.quantity-spinner {
  position: relative;
  display: block; }
  .quantity-spinner .inner-box {
    position: relative;
    display: block; }
  .quantity-spinner input {
    position: relative;
    display: block;
    font-size: 15px;
    color: #7f8a99;
    line-height: 30px;
    height: 52px;
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    background: none;
    margin: 0px;
    font-weight: 400;
    text-align: center; }
  .quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: none;
    font-weight: 400;
    color: #7f8a99;
    border-right: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer; }
  .quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: none;
    font-weight: 400;
    color: #7f8a99;
    border-left: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer; }

#ui-datepicker-div {
  z-index: 10 !important; }

/*** 

====================================================================
        Get Info Section
====================================================================

***/
.get-info-section {
  position: relative;
  padding: 110px 0px;
  background: #ffffff; }
  .get-info-section .sec-title {
    margin-bottom: 50px; }
  .get-info-section .left-col, .get-info-section .right-col {
    position: relative;
    margin-bottom: 30px; }
  .get-info-section .left-col .inner, .get-info-section .right-col .inner {
    position: relative;
    display: block; }
  .get-info-section .form-box {
    position: relative;
    padding: 30px 30px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .get-info-section .form-box button {
      display: block;
      width: 100%; }
      .get-info-section .form-box button .btn-title {
        padding: 13px 20px 8px; }
  .get-info-section .see-more {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center; }

/*** 

====================================================================
        Main Footer Two
====================================================================

***/
.main-footer-two {
  position: relative;
  background: #222222;
  padding: 50px 0px 0px;
  color: #999999; }
  .main-footer-two .upper-logo-box {
    position: relative;
    padding: 25px 0px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .main-footer-two .widgets-section {
    position: relative;
    padding: 50px 0px 40px; }
    .main-footer-two .widgets-section .row {
      margin: 0px -40px; }
      .main-footer-two .widgets-section .row .column {
        position: relative;
        padding: 0px 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 40px; }
        .main-footer-two .widgets-section .row .column:last-child {
          border: none; }
  .main-footer-two .footer-widget {
    position: relative; }
  .main-footer-two .widget-title {
    position: relative;
    margin-bottom: 20px; }
  .main-footer-two .widget-content {
    position: relative; }
  .main-footer-two .widget-title h4 {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0; }
  .main-footer-two .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px; }
  .main-footer-two .about-widget h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px; }
  .main-footer-two .about-widget .address {
    position: relative;
    margin-bottom: 20px; }
  .main-footer-two .links-widget {
    position: relative; }
    .main-footer-two .links-widget .column {
      position: relative;
      margin-bottom: 30px; }
    .main-footer-two .links-widget .links li {
      position: relative;
      margin-bottom: 10px;
      line-height: 24px;
      font-size: 15px; }
      .main-footer-two .links-widget .links li:last-child {
        margin-bottom: 0; }
      .main-footer-two .links-widget .links li a {
        position: relative;
        display: block;
        color: #999999;
        line-height: 24px;
        font-size: 15px;
        text-transform: capitalize;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .main-footer-two .links-widget .links li a:hover {
          color: #ffffff;
          text-decoration: underline; }
  .main-footer-two .twitter-widget .feed {
    position: relative; }
    .main-footer-two .twitter-widget .feed .text {
      position: relative;
      line-height: 1.6em;
      margin-bottom: 20px; }
    .main-footer-two .twitter-widget .feed a {
      position: relative;
      color: #00709e; }
  .main-footer-two .twitter-widget .info {
    position: relative;
    padding-left: 45px;
    min-height: 50px; }
    .main-footer-two .twitter-widget .info .name {
      position: relative;
      display: block;
      font-family: 'Nunito', sans-serif;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.4em;
      text-transform: capitalize; }
    .main-footer-two .twitter-widget .info .icon {
      position: absolute;
      left: 0;
      top: 10px;
      line-height: 30px;
      color: #00709e;
      font-size: 26px; }
  .main-footer-two .newsletter-form {
    position: relative;
    display: block; }
    .main-footer-two .newsletter-form .instruction {
      position: relative;
      display: block;
      line-height: 1.5em;
      margin-bottom: 20px; }
    .main-footer-two .newsletter-form form {
      position: relative; }
    .main-footer-two .newsletter-form .form-group {
      position: relative;
      margin: 0 0; }
      .main-footer-two .newsletter-form .form-group input[type="text"], .main-footer-two .newsletter-form .form-group input[type="tel"], .main-footer-two .newsletter-form .form-group input[type="email"] {
        position: relative;
        width: 100%;
        line-height: 24px;
        padding: 0px 0px 6px;
        height: 30px;
        display: block;
        font-size: 15px;
        background: none;
        font-weight: 400;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .main-footer-two .newsletter-form .form-group textarea {
        position: relative;
        width: 100%;
        line-height: 24px;
        padding: 0px 0px 6px;
        height: 30px;
        display: block;
        font-size: 15px;
        background: none;
        font-weight: 400;
        color: #ffffff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .main-footer-two .newsletter-form .form-group input[type="text"]:focus, .main-footer-two .newsletter-form .form-group input[type="email"]:focus, .main-footer-two .newsletter-form .form-group input[type="tel"]:focus {
        border-color: #00709e; }
      .main-footer-two .newsletter-form .form-group input::-webkit-input-placeholder {
        color: #757575; }
    .main-footer-two .newsletter-form .theme-btn {
      position: relative;
      display: block;
      background: none;
      color: #ffffff;
      margin-top: 15px;
      text-align: center; }
      .main-footer-two .newsletter-form .theme-btn .arrow {
        padding-right: 7px; }
  .main-footer-two .footer-bottom {
    position: relative;
    line-height: 24px;
    background: #1d1d1d; }
    .main-footer-two .footer-bottom .inner {
      position: relative;
      display: block;
      padding: 25px 0px; }
    .main-footer-two .footer-bottom .copyright {
      position: relative;
      float: left;
      width: 50%;
      line-height: 24px;
      text-align: center; }
      .main-footer-two .footer-bottom .copyright strong {
        color: #222222; }
      .main-footer-two .footer-bottom .copyright a {
        text-transform: capitalize;
        color: #00709e;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .main-footer-two .footer-bottom .copyright a:hover {
          text-decoration: underline; }
  .main-footer-two .social-links {
    position: relative;
    float: left;
    width: 25%; }
    .main-footer-two .social-links ul {
      position: relative; }
    .main-footer-two .social-links li {
      position: relative;
      float: left;
      margin-right: 15px;
      line-height: 24px; }
      .main-footer-two .social-links li a {
        color: #999999;
        font-size: 14px;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .main-footer-two .social-links li a:hover {
          color: #00709e; }
  .main-footer-two .footer-links {
    position: relative;
    float: right; }
    .main-footer-two .footer-links ul {
      position: relative; }
    .main-footer-two .footer-links li {
      position: relative;
      float: left;
      margin-left: 25px;
      line-height: 24px; }
      .main-footer-two .footer-links li:first-child {
        margin-left: 0px; }
      .main-footer-two .footer-links li a {
        color: #999999;
        font-size: 14px;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .main-footer-two .footer-links li a:hover {
          color: #00709e; }

/*** 

====================================================================
        Error Section
====================================================================

***/
.error-section {
  position: relative;
  background: #ffffff;
  padding: 170px 0px 120px; }
  .error-section .content {
    position: relative;
    max-width: 580px;
    text-align: center;
    margin: 0 auto; }
  .error-section .big-text {
    position: relative;
    line-height: 0.7em;
    font-size: 240px;
    color: #222222;
    font-weight: 700;
    font-family: 'Nunito', sans-serif; }
  .error-section .med-text {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 10px 10px 0px;
    line-height: 40px;
    font-size: 30px;
    color: #00709e;
    background: #ffffff;
    font-weight: 700;
    font-family: 'Nunito', sans-serif; }
  .error-section h2 {
    font-weight: 700;
    color: #222222;
    line-height: 1.1em;
    margin-bottom: 10px; }
  .error-section .text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 30px; }
  .error-section .link-box {
    position: relative; }
    .error-section .link-box .theme-btn {
      position: relative;
      min-width: 200px; }

/*** 

====================================================================
        Coming Soon
====================================================================

***/
.comming-soon {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center; }
  .comming-soon .outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  .comming-soon .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle; }
  .comming-soon .content-inner {
    position: relative;
    width: 100%;
    padding: 50px 5px;
    display: table-cell;
    vertical-align: middle; }
  .comming-soon:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    opacity: 0.60; }
  .comming-soon .logo-box {
    position: relative;
    display: block;
    margin-bottom: 50px; }
    .comming-soon .logo-box img {
      height: 42px; }
  .comming-soon h1 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 40px; }
  .comming-soon .social-links {
    position: relative;
    padding-top: 10px;
    text-align: center; }
    .comming-soon .social-links li {
      position: relative;
      display: inline-block;
      margin: 0px 7px; }
      .comming-soon .social-links li a {
        position: relative;
        display: block;
        color: #757575;
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        background: #ffffff;
        border-radius: 50%;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        .comming-soon .social-links li a:hover {
          color: #ffffff;
          background: #00709e;
          border-color: #00709e; }
  .comming-soon .newsletter-form {
    position: relative;
    display: block;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .comming-soon .newsletter-form .instruction {
      position: relative;
      display: block;
      color: #ffffff;
      line-height: 1.5em;
      padding-top: 25px; }
      .comming-soon .newsletter-form .instruction span {
        color: #00709e; }
    .comming-soon .newsletter-form form {
      position: relative; }
    .comming-soon .newsletter-form .form-group {
      position: relative;
      margin: 0 0;
      padding-right: 200px; }
      .comming-soon .newsletter-form .form-group input[type="text"], .comming-soon .newsletter-form .form-group input[type="tel"], .comming-soon .newsletter-form .form-group input[type="email"] {
        position: relative;
        width: 100%;
        line-height: 30px;
        padding: 12px 20px;
        height: 54px;
        display: block;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.4);
        font-weight: 400;
        color: #ffffff;
        border: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .comming-soon .newsletter-form .form-group textarea {
        position: relative;
        width: 100%;
        line-height: 30px;
        padding: 12px 20px;
        height: 54px;
        display: block;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.4);
        font-weight: 400;
        color: #ffffff;
        border: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .comming-soon .newsletter-form .form-group input::-webkit-input-placeholder {
        color: #ffffff; }
    .comming-soon .newsletter-form .theme-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 180px;
      display: block;
      line-height: 30px;
      padding: 12px 20px;
      text-align: center;
      background: #00709e;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif;
      text-align: center; }
      .comming-soon .newsletter-form .theme-btn:hover {
        background: #ffffff;
        color: #00709e; }

/*** 

====================================================================
        Countdown style
====================================================================

***/
.time-counter {
  position: relative; }
  .time-counter .time-countdown {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif; }
    .time-counter .time-countdown .counter-column {
      position: relative;
      display: inline-block;
      vertical-align: top;
      min-width: 120px;
      color: #ffffff;
      font-size: 20px;
      text-transform: capitalize;
      font-weight: 700;
      margin: 0px 35px 50px; }
      .time-counter .time-countdown .counter-column:after {
        content: ':';
        position: absolute;
        right: -65px;
        top: 5px;
        width: 60px;
        font-size: 60px;
        color: #00709e;
        line-height: 1em; }
      .time-counter .time-countdown .counter-column:last-child:after {
        display: none; }
      .time-counter .time-countdown .counter-column .count {
        position: relative;
        display: block;
        font-size: 72px;
        line-height: 1em;
        color: #ffffff;
        font-weight: 700; }

/*** 

====================================================================
                Page Banner
====================================================================

***/
.page-banner, .mobile-title {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: #061138;
  background-position: center;
  background-position-y: 75%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1600px) {
    .page-banner, .mobile-title {
      /*background-position-y: 55%;*/ } }
  .page-banner .image-layer, .mobile-title .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-banner .image-layer:before, .mobile-title .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
  .page-banner .banner-inner, .mobile-title .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2; }
  .page-banner .inner-container, .mobile-title .inner-container {
    position: relative;
    padding: 140px 0px; }
  .page-banner h1, .mobile-title h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0; }
  .page-banner .page-nav, .mobile-title .page-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: 'Nunito', sans-serif; }
  .page-banner .bread-crumb, .mobile-title .bread-crumb {
    position: relative;
    display: inline-block; }
    .page-banner .bread-crumb li, .mobile-title .bread-crumb li {
      position: relative;
      float: left;
      font-size: 13px;
      line-height: 24px;
      color: #bababa;
      font-weight: 700;
      text-transform: uppercase;
      cursor: default;
      padding-right: 15px;
      margin-right: 15px; }
      .page-banner .bread-crumb li:before, .mobile-title .bread-crumb li:before {
        position: absolute;
        right: -15px;
        width: 30px;
        text-align: center;
        font-size: 10px;
        line-height: 24px;
        color: #bababa;
        font-weight: 400;
        content: "_"; }
      .page-banner .bread-crumb li:last-child, .mobile-title .bread-crumb li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .page-banner .bread-crumb li:last-child:before, .mobile-title .bread-crumb li:last-child:before {
          display: none; }
      .page-banner .bread-crumb li a, .mobile-title .bread-crumb li a {
        color: #bababa;
        font-weight: 500;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        .page-banner .bread-crumb li a:hover, .mobile-title .bread-crumb li a:hover {
          color: #ffffff; }
      .page-banner .bread-crumb li.active, .mobile-title .bread-crumb li.active {
        color: #ffffff; }

.mobile-title {
  background: transparent; }
  .mobile-title h1 {
    color: #222222; }

/*** 

====================================================================
        FAQs Section
====================================================================

***/
.faqs-section {
  position: relative;
  padding: 110px 0px 100px;
  background: #ffffff; }
  .faqs-section .sec-title {
    margin-bottom: 50px; }
  .faqs-section .tab-col {
    position: relative; }
    .faqs-section .tab-col .inner {
      position: relative;
      display: block; }

.tabs-box {
  position: relative; }
  .tabs-box .tab-buttons {
    position: relative; }
    .tabs-box .tab-buttons .tab-btn {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }
  .tabs-box .tabs-content {
    position: relative; }
    .tabs-box .tabs-content .tab {
      position: relative;
      display: none; }
    .tabs-box .tabs-content .active-tab {
      display: block; }

.faq-tabs {
  position: relative; }
  .faq-tabs .tab-buttons {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .faq-tabs .tab-buttons .tab-btn {
      position: relative;
      display: block;
      padding: 30px 10px 25px;
      text-align: center;
      background: #f1f1f1;
      font-size: 18px;
      color: #222222;
      font-weight: 700;
      font-family: 'Nunito', sans-serif;
      border: 1px solid #f1f1f1;
      margin-bottom: 30px;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .faq-tabs .tab-buttons .tab-btn.active-btn {
        background: none;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
      .faq-tabs .tab-buttons .tab-btn .icon {
        position: relative;
        display: block;
        font-size: 42px;
        line-height: 1em;
        color: #00709e;
        font-weight: 400;
        margin-bottom: 10px; }

/*** 

====================================================================
        Highlights Section
====================================================================

***/
.highlights-section-two {
  position: relative;
  padding: 0px 0px;
  z-index: 1; }
  .highlights-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .highlights-section-two .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .highlights-section-two .image-layer:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 70px;
      background: rgba(0, 0, 0, 0.4); }
  .highlights-section-two .carousel-outer {
    position: relative; }

.featured-block-five {
  position: relative; }

.owl-theme .featured-block-five {
  margin: 0; }

.featured-block-five .inner-box {
  position: relative;
  display: block;
  padding: 110px 40px 130px; }
  .featured-block-five .inner-box:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 150%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1; }

.featured-block-five .content {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease; }

.featured-block-five .inner-box:hover .content {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.center .featured-block-five .inner-box .content {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.featured-block-five .count-box {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 100px;
  line-height: 1em;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.10;
  font-family: 'Nunito', sans-serif;
  visibility: hidden;
  -ms-transform: translateY(-100px);
  transform: translateY(-100px); }

.featured-block-five .inner-box:hover .count-box {
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
  transition: all 500ms ease 500ms; }

.center .featured-block-five .inner-box .count-box {
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
  transition: all 500ms ease 500ms; }

.featured-block-five .icon-box {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 25px; }

.featured-block-five .content {
  position: relative;
  display: block; }

.featured-block-five h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 20px; }
  .featured-block-five h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .featured-block-five h3 a:hover {
      color: #00709e; }

.featured-block-five .text {
  color: #bababa;
  margin-bottom: 30px; }

.featured-block-five .read-more {
  position: relative;
  display: block; }
  .featured-block-five .read-more a {
    position: relative;
    display: block;
    color: #00709e;
    background: #ffffff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .featured-block-five .read-more a:hover {
      background: #00709e;
      color: #ffffff; }

.featured-block-five .bottom-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  padding: 0px 40px 16px;
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.featured-block-five .inner-box:hover .bottom-text {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(80px);
  transform: translateY(80px); }

.center .featured-block-five .inner-box .bottom-text {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(80px);
  transform: translateY(80px); }

.highlights-section-two .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -60px;
  height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .highlights-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
    opacity: 0.30;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .highlights-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
    opacity: 0.30;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.highlights-section-two .owl-nav .owl-prev:hover, .highlights-section-two .owl-nav .owl-next:hover {
  color: #00709e;
  opacity: 1; }

/*** 

====================================================================
        Extended Info Section
====================================================================

***/
.ext-info-section {
  position: relative;
  padding: 0px 0px 110px; }
  .ext-info-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 220px;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .ext-info-section .awards-row {
    position: relative; }
    .ext-info-section .awards-row .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .ext-info-section .awards-row .image-layer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00709e;
        opacity: 0.93; }
    .ext-info-section .awards-row .auto-container {
      max-width: 1400px; }
    .ext-info-section .awards-row .outer-container {
      position: relative;
      padding: 100px 100px 50px;
      color: #ffffff; }
      .ext-info-section .awards-row .outer-container:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100px;
        bottom: 100px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        z-index: 3; }
    .ext-info-section .awards-row .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .ext-info-section .awards-row .image-layer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00709e;
        opacity: 0.93; }
    .ext-info-section .awards-row .row {
      margin: 0px -50px; }
    .ext-info-section .awards-row .column {
      position: relative;
      padding: 0px 50px; }
  .ext-info-section .award-block {
    position: relative;
    margin-bottom: 50px; }
    .ext-info-section .award-block .inner {
      position: relative;
      display: block;
      padding-left: 100px; }
    .ext-info-section .award-block .slash {
      position: absolute;
      left: 0;
      top: -2px;
      font-weight: 700;
      color: #ffffff;
      font-size: 14px;
      font-family: 'Nunito', sans-serif; }
    .ext-info-section .award-block h4 {
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 10px; }
      .ext-info-section .award-block h4 a {
        color: #ffffff; }
  .ext-info-section .content-row {
    position: relative;
    padding: 100px 0px 0px; }
    .ext-info-section .content-row .content {
      position: relative;
      max-width: 540px;
      margin: 0 auto;
      text-align: center; }
    .ext-info-section .content-row h4 {
      font-weight: 700;
      color: #222222;
      margin-bottom: 15px; }
    .ext-info-section .content-row h2 {
      font-weight: 700;
      color: #222222;
      margin-bottom: 30px; }
    .ext-info-section .content-row .theme-btn {
      min-width: 180px; }
      .ext-info-section .content-row .theme-btn .btn-title {
        padding: 14px 25px 10px; }

/*** 

====================================================================
                Portfolio Section
====================================================================

 ***/
.portfolio-section {
  position: relative;
  padding: 100px 0px; }
  .portfolio-section .sec-title {
    margin-bottom: 50px; }

/*=== Filter Gallery ===*/
.filter-gallery .filters {
  position: relative;
  text-align: center;
  margin-bottom: 50px; }
  .filter-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    background: #f1f1f1;
    font-family: 'Nunito', sans-serif; }
  .filter-gallery .filters li {
    position: relative;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 0px;
    cursor: pointer;
    color: #222222;
    font-weight: 700;
    margin: 0 17px 0px 16px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .filter-gallery .filters li:before {
      content: ':';
      position: absolute;
      top: 0px;
      left: -16px;
      font-family: 'Nunito', sans-serif, montserrant; }
    .filter-gallery .filters li:first-child:before {
      display: none; }
  .filter-gallery .filters .filter.active, .filter-gallery .filters .filter.current {
    color: #00709e; }

.gallery-block {
  position: relative;
  margin-bottom: 30px; }

.mix {
  display: none; }

.gallery-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden; }

.gallery-block .image-box {
  position: relative;
  display: block;
  z-index: 1; }

.gallery-block .image {
  position: relative;
  display: block; }
  .gallery-block .image img {
    position: relative;
    display: block;
    width: 100%; }

.gallery-block .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px 25px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 2; }

.gallery-block .inner-box:hover .cap-box {
  opacity: 1;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease 300ms;
  -moz-transition: all 0.5s ease 300ms;
  -ms-transition: all 0.5s ease 300ms;
  -o-transition: all 0.5s ease 300ms;
  transition: all 0.5s ease 300ms; }

.gallery-block .cap-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px; }
  .gallery-block .cap-box h6 a {
    color: #ffffff; }

.gallery-block .cap-box h3 {
  position: relative;
  font-weight: 700;
  line-height: 30px;
  margin: 0; }
  .gallery-block .cap-box h3 span {
    position: relative;
    top: -3px;
    font-size: 20px; }
  .gallery-block .cap-box h3 a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gallery-block .cap-box h3 a:hover {
      color: #00709e; }

.gallery-block .cap-box h4 {
  position: relative;
  font-weight: 700;
  line-height: 30px;
  margin: 0; }
  .gallery-block .cap-box h4 span {
    position: relative;
    top: -2px;
    font-size: 18px; }
  .gallery-block .cap-box h4 a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gallery-block .cap-box h4 a:hover {
      color: #00709e; }

.gallery-block .lower-box {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 0px; }
  .gallery-block .lower-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.gallery-block .inner-box:hover .lower-box h4 {
  opacity: 0;
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease 300ms;
  -moz-transition: all 0.5s ease 300ms;
  -ms-transition: all 0.5s ease 300ms;
  -o-transition: all 0.5s ease 300ms;
  transition: all 0.5s ease 300ms; }

.gallery-block .lower-box h4 a {
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gallery-block .lower-box h4 a:hover {
    color: #00709e; }

.gallery-block .zoom-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.gallery-block .inner-box:hover .zoom-btn {
  opacity: 1; }

.gallery-block .zoom-btn a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0px 0px -30px;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }

.gallery-block .inner-box:hover .zoom-btn a {
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.gallery-block .zoom-btn a:hover {
  color: #ffffff;
  border-color: #00709e;
  background: #00709e; }

.gallery-block-two {
  position: relative;
  margin-bottom: 40px; }
  .gallery-block-two .inner-box, .gallery-block-two .image-box {
    position: relative;
    display: block; }
  .gallery-block-two .image {
    position: relative;
    display: block; }
    .gallery-block-two .image img {
      position: relative;
      display: block;
      width: 100%; }
  .gallery-block-two .title-box {
    position: relative;
    margin-top: 20px; }
    .gallery-block-two .title-box .title {
      position: relative; }
    .gallery-block-two .title-box h4 {
      position: relative;
      padding-left: 10px;
      margin: 0; }
      .gallery-block-two .title-box h4:before {
        content: '';
        position: absolute;
        left: -5px;
        top: 12px;
        width: 6px;
        height: 6px;
        display: block;
        background: #00709e; }
    .gallery-block-two .title-box a {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .gallery-block-two .title-box .title a {
      color: #061138; }
    .gallery-block-two .title-box .category {
      position: relative;
      color: #7f8a99;
      font-size: 13px;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif; }
      .gallery-block-two .title-box .category a {
        position: relative;
        color: #7f8a99; }
    .gallery-block-two .title-box .title a:hover, .gallery-block-two .title-box .category a:hover {
      color: #00709e; }
  .gallery-block-two .zoom-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  .gallery-block-two .inner-box:hover .zoom-btn {
    opacity: 1; }
  .gallery-block-two .zoom-btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    font-size: 48px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .gallery-block-two .zoom-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    line-height: 80px; }
  .gallery-block-two .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1; }
    .gallery-block-two .link-btn a {
      position: relative;
      display: block;
      text-align: center;
      width: 64px;
      height: 64px;
      line-height: 64px;
      color: #7f8a99;
      background: #ffffff;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .gallery-block-two .link-btn a .icon {
        position: relative;
        display: inline-block;
        font-size: 22px;
        vertical-align: middle; }
      .gallery-block-two .link-btn a .txt {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        text-transform: uppercase;
        padding-left: 10px;
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .gallery-block-two .link-btn a:hover {
        color: #00709e;
        width: 160px; }
        .gallery-block-two .link-btn a:hover .txt {
          opacity: 1;
          -ms-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: all 0.3s ease 100ms;
          -moz-transition: all 0.3s ease 100ms;
          -ms-transition: all 0.3s ease 100ms;
          -o-transition: all 0.3s ease 100ms;
          transition: all 0.3s ease 100ms; }

.gallery-block-three {
  position: relative;
  margin-bottom: 30px; }
  .gallery-block-three .inner-box, .gallery-block-three .image-box {
    position: relative;
    display: block; }
  .gallery-block-three .image {
    position: relative;
    display: block; }
    .gallery-block-three .image img {
      position: relative;
      display: block;
      width: 100%; }
  .gallery-block-three .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 2; }
    .gallery-block-three .link-btn a {
      position: relative;
      display: block;
      text-align: center;
      width: 64px;
      height: 64px;
      line-height: 64px;
      color: #7f8a99;
      background: #ffffff;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .gallery-block-three .link-btn a .icon {
        position: relative;
        display: inline-block;
        font-size: 22px;
        vertical-align: middle; }
      .gallery-block-three .link-btn a:hover {
        color: #ffffff;
        background: #00709e; }
  .gallery-block-three .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0;
    z-index: 2; }
    .gallery-block-three .zoom-btn a {
      position: relative;
      display: block;
      text-align: center;
      width: 64px;
      height: 64px;
      line-height: 64px;
      color: #7f8a99;
      background: #ffffff;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .gallery-block-three .zoom-btn a .icon {
        position: relative;
        display: inline-block;
        font-size: 22px;
        vertical-align: middle; }
      .gallery-block-three .zoom-btn a:hover {
        color: #ffffff;
        background: #00709e; }
  .gallery-block-three .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  .gallery-block-three .inner-box:hover .hover-box {
    opacity: 1; }
  .gallery-block-three .hover-box .hover-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    padding: 20px 20px;
    vertical-align: middle;
    color: #ffffff;
    text-align: center; }
  .gallery-block-three .hover-box .content {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .gallery-block-three .hover-box h4 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 0; }
    .gallery-block-three .hover-box h4 a {
      color: #ffffff; }
  .gallery-block-three .hover-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden; }
    .gallery-block-three .hover-box .separator .dot {
      position: relative;
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #ffffff; }
      .gallery-block-three .hover-box .separator .dot:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 100%;
        margin-left: 5px;
        width: 45px;
        border-bottom: 1px solid #ffffff; }
      .gallery-block-three .hover-box .separator .dot:after {
        content: '';
        position: absolute;
        top: 2px;
        right: 100%;
        margin-right: 5px;
        width: 45px;
        border-bottom: 1px solid #ffffff; }
  .gallery-block-three .hover-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em; }

.gallery-block-four {
  position: relative;
  margin-bottom: 40px; }
  .gallery-block-four .inner-box {
    position: relative;
    display: block; }
  .gallery-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden; }
  .gallery-block-four .image {
    position: relative;
    display: block; }
    .gallery-block-four .image img {
      position: relative;
      display: block;
      width: 100%; }
  .gallery-block-four .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2; }
    .gallery-block-four .link-btn a {
      position: relative;
      display: block;
      text-align: center;
      width: 64px;
      height: 64px;
      line-height: 64px;
      color: #7f8a99;
      background: #ffffff;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .gallery-block-four .link-btn a .icon {
        position: relative;
        display: inline-block;
        font-size: 22px;
        vertical-align: middle; }
      .gallery-block-four .link-btn a:hover {
        color: #ffffff;
        background: #00709e; }
  .gallery-block-four .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0px;
    -webkit-transition: all 300ms ease 300ms;
    -moz-transition: all 300ms ease 300ms;
    -ms-transition: all 300ms ease 300ms;
    -o-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms;
    z-index: 2; }
    .gallery-block-four .zoom-btn a {
      position: relative;
      display: block;
      text-align: center;
      width: 64px;
      height: 64px;
      line-height: 64px;
      color: #7f8a99;
      background: #ffffff;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .gallery-block-four .zoom-btn a .icon {
        position: relative;
        display: inline-block;
        font-size: 22px;
        vertical-align: middle; }
      .gallery-block-four .zoom-btn a:hover {
        color: #ffffff;
        background: #00709e; }
  .gallery-block-four .inner-box:hover .zoom-btn a, .gallery-block-four .inner-box:hover .link-btn a {
    opacity: 1; }
  .gallery-block-four .lower-box {
    position: relative;
    display: block;
    text-align: center;
    color: #7f8a99;
    padding: 20px 20px 0px; }
    .gallery-block-four .lower-box .content {
      position: relative;
      display: block; }
    .gallery-block-four .lower-box h4 {
      color: #061138;
      text-transform: capitalize;
      margin: 0; }
      .gallery-block-four .lower-box h4 a {
        color: #061138; }
    .gallery-block-four .lower-box .separator {
      position: relative;
      display: block;
      width: 80px;
      margin: 5px auto;
      overflow: hidden; }
      .gallery-block-four .lower-box .separator .dot {
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #d1d8e2; }
        .gallery-block-four .lower-box .separator .dot:before {
          content: '';
          position: absolute;
          top: 2px;
          left: 100%;
          margin-left: 5px;
          width: 45px;
          border-bottom: 1px solid #d1d8e2; }
        .gallery-block-four .lower-box .separator .dot:after {
          content: '';
          position: absolute;
          top: 2px;
          right: 100%;
          margin-right: 5px;
          width: 45px;
          border-bottom: 1px solid #d1d8e2; }
  .gallery-block-four .inner-box:hover .lower-box .separator .dot {
    background: #00709e; }
    .gallery-block-four .inner-box:hover .lower-box .separator .dot:before, .gallery-block-four .inner-box:hover .lower-box .separator .dot:after {
      border-color: #00709e; }
  .gallery-block-four .lower-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em; }

.portfolio-section .see-more {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 10px;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-top: 20px; }

.portfolio-section .load-more, .portfolio-section .pagination-box {
  padding-top: 20px; }

.portfolio-section .see-more a, .portfolio-section .load-more a {
  vertical-align: top;
  min-width: 180px; }

/*** 

====================================================================
                Styled Pagination
====================================================================

***/
.pagination-box {
  position: relative; }

.styled-pagination {
  position: relative;
  font-family: 'Nunito', sans-serif; }
  .styled-pagination li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 10px; }
    .styled-pagination li:last-child {
      margin-right: 0; }
    .styled-pagination li a {
      position: relative;
      display: block;
      line-height: 24px;
      font-size: 18px;
      height: 40px;
      min-width: 40px;
      padding: 8px 5px;
      text-align: center;
      color: #757575;
      font-weight: 700;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      text-transform: uppercase;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .styled-pagination li.next {
      margin-left: 10px; }
      .styled-pagination li.next a {
        font-size: 16px;
        text-transform: capitalize;
        color: #222222 !important;
        border: none !important;
        padding: 10px 0px 0px !important;
        background: none !important; }
        .styled-pagination li.next a span {
          font-size: 14px;
          padding-left: 3px; }
    .styled-pagination li.prev {
      margin-right: 17px; }
      .styled-pagination li.prev a {
        font-size: 16px;
        text-transform: capitalize;
        color: #222222 !important;
        border: none !important;
        padding: 10px 0px 0px !important;
        background: none !important; }
        .styled-pagination li.prev a span {
          font-size: 14px;
          padding-right: 3px;
          font-size: 14px; }
        .styled-pagination li.prev a:hover {
          color: #00709e !important; }
    .styled-pagination li.next a:hover {
      color: #00709e !important; }
    .styled-pagination li a:hover, .styled-pagination li a.active {
      color: #ffffff !important;
      background: #00709e;
      border-color: #00709e; }

.portfolio-mixitup .pagination-box {
  position: relative;
  padding-top: 10px; }

/*** 

====================================================================
        Contact Section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 30px 0px 70px;
  background: #ffffff; }
  @media (min-width: 992px) {
    .contact-section {
      padding-top: 110px; } }
  .contact-section .sec-title {
    margin-bottom: 40px; }
  .contact-section .left-col {
    position: relative;
    margin-bottom: 20px; }
  .contact-section .right-col {
    position: relative;
    margin-bottom: 20px; }
    .contact-section .right-col .inner {
      position: relative;
      display: block; }
  .contact-section .left-col .inner-box {
    position: relative;
    display: block; }
  .contact-section .left-col .images {
    position: relative;
    margin-right: 210px; }
  .contact-section .left-col .image {
    position: relative;
    display: block;
    margin-bottom: 25px; }
    .contact-section .left-col .image img {
      display: block;
      width: 100%; }
    .contact-section .left-col .image:last-child {
      margin-left: 70px;
      margin-bottom: 0; }
  .contact-section .form-box {
    position: relative; }
    .contact-section .form-box .form-group {
      margin-bottom: 20px; }
      .contact-section .form-box .form-group input, .contact-section .form-box .form-group textarea, .contact-section .form-box .form-group .ui-selectmenu-button.ui-button {
        font-size: 14px;
        font-family: 'Nunito', sans-serif, montserrant; }
      .contact-section .form-box .form-group textarea {
        height: 140px; }
    .contact-section .form-box button {
      display: block;
      width: 100%; }
      .contact-section .form-box button .btn-title {
        padding: 11px 20px 8px; }

.map-section {
  position: relative; }

.map-data {
  text-align: center;
  font-size: 15px;
  color: #7f8a99;
  font-weight: 400;
  line-height: 1.7em; }
  .map-data h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #061138; }

.map-canvas {
  height: 500px; }

.contact-info-box {
  position: relative; }

.contact-section .left-col .contact-info-box {
  background: #ffffff; }

.contact-info-box .inner {
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }

.contact-info-box .info-header {
  position: relative;
  padding: 20px 30px 15px;
  background: #00709e;
  color: #ffffff; }
  .contact-info-box .info-header h4 {
    font-weight: 700;
    margin: 0; }

.contact-info-box .info {
  position: relative;
  padding: 10px 10px;
  background: #ffffff; }
  @media (min-width: 768px) {
    .contact-info-box .info {
      padding: 10px 30px; } }
  .contact-info-box .info li {
    position: relative;
    padding: 30px 0px 25px;
    line-height: 24px;
    font-size: 15px;
    color: #222222;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .contact-info-box .info li .content {
      position: relative;
      display: block;
      padding-top: 10px;
      padding-left: 0;
      min-height: 60px; }
    .contact-info-box .info li a {
      color: #00709e; }
      .contact-info-box .info li a:hover {
        text-decoration: underline; }
    .contact-info-box .info li:last-child {
      border-bottom: 0; }
    .contact-info-box .info li strong {
      display: block;
      position: relative;
      color: #222222;
      font-size: 18px;
      font-weight: 700; }
    .contact-info-box .info li .icon {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 60px;
      font-size: 40px;
      color: #00709e; }
  .contact-info-box .info h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px; }

/*** 

====================================================================
        History Section
====================================================================

***/
.history-section {
  position: relative;
  padding: 100px 0px 120px;
  background: #f1f1f1; }
  .history-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right bottom; }
    .history-section .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #f1f1f1;
      opacity: 0.80; }
  .history-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .history-section .sec-title {
    margin-bottom: 50px; }
  .history-section .history-container {
    position: relative;
    display: block;
    padding: 42px 0px;
    z-index: 1; }
  .history-section .center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .history-section .center-line .dot {
      position: absolute;
      left: -8px;
      top: 0;
      width: 15px;
      height: 15px;
      background: #00709e;
      border-radius: 50%; }
      .history-section .center-line .dot:before {
        content: '';
        position: absolute;
        left: -2px;
        top: -2px;
        right: -2px;
        bottom: -2px;
        background: #00709e;
        opacity: 0.30;
        border-radius: 50%; }
    .history-section .center-line .upper-dot {
      top: 0; }
    .history-section .center-line .lower-dot {
      top: auto;
      bottom: 0; }

.history-block {
  position: relative;
  margin-bottom: 40px; }
  .history-block .inner {
    position: relative;
    display: block; }
  .history-block .image-col, .history-block .text-col {
    position: relative;
    margin-bottom: 30px; }
  .history-block.alternate .image-col {
    order: 12; }
  .history-block.alternate .text-col {
    order: 0; }
  .history-block .image-box {
    position: relative;
    display: block;
    padding-right: 200px; }
  .history-block.alternate .image-box {
    padding-right: 0px;
    padding-left: 200px; }
  .history-block .image {
    display: block;
    width: 100%; }
    .history-block .image img {
      display: block;
      width: 100%; }
  .history-block .year-box {
    position: absolute;
    right: -75px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px; }
  .history-block.alternate .year-box {
    left: -75px;
    right: auto; }
  .history-block .year-box .year-inner {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    background: #ffffff;
    color: #aaaaaa;
    border-radius: 50% 0% 50% 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .history-block:hover .year-box .year-inner {
    background: #00709e;
    color: #ffffff; }
  .history-block.alternate .year-box .year-inner {
    border-radius: 50% 50% 50% 0%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .history-block .year-box span {
    position: relative;
    display: block;
    padding: 45px 10px 30px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 40px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .history-block .year-box:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 105px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .history-block.alternate .year-box:before {
    right: auto;
    left: 100%; }
  .history-block .year-box:after {
    content: '';
    position: absolute;
    right: 224px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .history-block.alternate .year-box:after {
    right: auto;
    left: 224px; }
  .history-block:hover .year-box:before, .history-block:hover .year-box:after {
    border-color: #00709e; }
  .history-block .text-col .inner {
    padding-left: 100px;
    padding-top: 70px; }
  .history-block.alternate .text-col .inner {
    padding-left: 0px;
    padding-right: 100px; }
  .history-block .text-col h6 {
    color: #00709e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .history-block .text-col h3 {
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px; }
    .history-block .text-col h3 a {
      color: #222222; }

/*** 

====================================================================
        Services Section Three
====================================================================

***/
.pattern-container {
  position: relative;
  display: block;
  background: #ffffff url(../images/background/pattern-3.jpg) left top repeat; }

.services-section-three {
  position: relative;
  padding: 100px 0px 140px;
  background: #ffffff; }

.featured-block-six {
  position: relative;
  margin-bottom: 30px;
  z-index: 3; }
  .featured-block-six:hover {
    z-index: 5; }
  .featured-block-six .inner-box {
    position: relative;
    display: block; }
  .featured-block-six .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .featured-block-six .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.75); }
  .featured-block-six .inner-box:hover .image-layer {
    opacity: 1; }
  .featured-block-six .content-box {
    position: relative;
    display: block;
    padding: 35px 30px;
    background: #f1f1f1;
    z-index: 2; }
    .featured-block-six .content-box .content {
      position: relative;
      padding-top: 15px;
      padding-left: 95px;
      min-height: 70px;
      z-index: 1; }
    .featured-block-six .content-box .subtitle {
      font-size: 13px;
      color: #8e8e8e;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.5em;
      margin-bottom: 5px;
      font-family: 'Nunito', sans-serif;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
    .featured-block-six .content-box h4 {
      color: #222222;
      font-weight: 700;
      line-height: 1.25em;
      margin: 0; }
      .featured-block-six .content-box h4 a {
        color: #222222;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        .featured-block-six .content-box h4 a:hover {
          color: #00709e; }
  .featured-block-six .inner-box:hover .content-box h4 a, .featured-block-six .inner-box:hover .content-box .subtitle {
    color: #ffffff; }
  .featured-block-six .content-box .text {
    position: relative;
    margin-top: 15px;
    line-height: 1.65em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .featured-block-six .inner-box:hover .content-box .text {
    color: #b2b2b2; }
  .featured-block-six .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 70px;
    color: #00709e;
    font-size: 54px;
    line-height: 70px; }
    .featured-block-six .content-box .icon-box:before {
      content: '';
      position: absolute;
      right: 0;
      top: 5px;
      bottom: 5px;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .featured-block-six .inner-box:hover .content-box .icon-box:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .featured-block-six .hvr-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1; }
  .featured-block-six .inner-box:hover .hvr-dropdown {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
  .featured-block-six .hvr-dropdown ul {
    position: relative;
    display: block; }
    .featured-block-six .hvr-dropdown ul li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 10px 0px;
      line-height: 24px; }
      .featured-block-six .hvr-dropdown ul li:last-child {
        border-bottom: none; }
      .featured-block-six .hvr-dropdown ul li a {
        position: relative;
        display: block;
        color: #757575;
        font-size: 14px;
        text-transform: capitalize; }
        .featured-block-six .hvr-dropdown ul li a:hover {
          color: #00709e; }

/*** 

====================================================================
        Sidebar Page Container
====================================================================

***/
.sidebar-page-container {
  position: relative;
  background: #ffffff;
  padding: 110px 0px 80px;
  overflow: hidden; }
  .sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 30px; }
  .sidebar-page-container .content-inner {
    position: relative;
    display: block;
    margin-right: -30px;
    padding-right: 35px; }
  .sidebar-page-container .sidebar-side {
    position: relative; }
  .sidebar-page-container .sidebar {
    position: relative;
    display: block;
    padding-left: 90px; }
    .sidebar-page-container .sidebar .bg-layer {
      position: absolute;
      left: 30px;
      top: -120px;
      width: 3000px;
      min-width: 100%;
      height: 50000px;
      min-height: 120%;
      background-color: #efeeed; }
      .sidebar-page-container .sidebar .bg-layer .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: left top; }
        .sidebar-page-container .sidebar .bg-layer .image-layer:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #f1f1f1;
          opacity: 0.90; }

/* Sidebar */
.featured-block-six .inner-box:hover .image-layer {
  opacity: 1; }

.sidebar-page-container .blog-sidebar {
  padding-left: 30px; }

.sidebar .sidebar-widget {
  position: relative;
  display: block;
  margin-bottom: 50px; }

.sidebar-widget .widget-inner {
  position: relative;
  display: block; }

.sidebar-title {
  position: relative;
  margin-bottom: 20px; }
  .sidebar-title h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.30em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px; }

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px; }
  .sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 12px 50px 12px 20px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #061138;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); }
  .sidebar .search-box .form-group input:focus {
    border-color: #00709e; }
  .sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    line-height: 56px;
    display: block;
    font-size: 18px;
    color: #aaaaaa;
    background: none;
    font-weight: normal; }
  .sidebar .search-box .form-group input:focus + button, .sidebar .search-box .form-group button:hover {
    color: #00709e; }

.sidebar .services-widget {
  position: relative; }
  .sidebar .services-widget .links {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    .sidebar .services-widget .links li {
      position: relative;
      display: block;
      font-size: 17px;
      color: #222222;
      text-transform: capitalize;
      font-family: 'Nunito', sans-serif;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .sidebar .services-widget .links li:last-child {
        border-bottom: 0; }
      .sidebar .services-widget .links li a {
        position: relative;
        display: block;
        padding: 28px 0px 22px;
        line-height: 30px;
        padding-left: 80px;
        min-height: 80px;
        color: #222222;
        font-weight: 700;
        box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.07);
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease; }
        .sidebar .services-widget .links li a:hover {
          background: #00a352;
          color: #ffffff; }
      .sidebar .services-widget .links li.current a {
        background: #00a352;
        color: #ffffff; }
      .sidebar .services-widget .links li .icon {
        position: absolute;
        left: 20px;
        top: 10px;
        line-height: 60px;
        font-size: 40px;
        color: #00709e;
        font-weight: 400; }
      .sidebar .services-widget .links li a:hover .icon, .sidebar .services-widget .links li.current a .icon {
        color: #ffffff; }

.sidebar .cat-widget {
  position: relative; }

.sidebar .cat-links {
  position: relative;
  background: #ffffff;
  padding: 20px 20px 12px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
  .sidebar .cat-links li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .sidebar .cat-links li:last-child {
      border-bottom: 0; }
    .sidebar .cat-links li.current {
      color: #00709e; }
      .sidebar .cat-links li.current a {
        color: #00709e !important; }
    .sidebar .cat-links li a {
      position: relative;
      display: block;
      padding: 15px 0px 11px;
      padding-left: 30px;
      line-height: 30px;
      min-height: 50px;
      color: #222222;
      font-weight: 700;
      font-size: 16px;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease; }
      .sidebar .cat-links li a:hover {
        color: #00709e; }
      .sidebar .cat-links li a:before {
        content: "\f111";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        left: 0;
        top: 15px;
        font-size: 12px;
        color: #00709e;
        font-weight: 400; }
      .sidebar .cat-links li a:after {
        content: "\f111";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        left: 0;
        top: 15px;
        font-size: 12px;
        color: #00709e;
        opacity: 0; }
    .sidebar .cat-links li a:hover:after, .sidebar .cat-links li.current a:after {
      opacity: 1; }

.sidebar .popular-tags {
  margin-bottom: 40px; }
  .sidebar .popular-tags .tags-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 1px 6px 0px; }
    .sidebar .popular-tags .tags-list li a {
      position: relative;
      display: block;
      line-height: 24px;
      padding: 5px 12px;
      background: #ffffff;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #757575;
      text-transform: capitalize;
      border-radius: 0px;
      transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease; }
      .sidebar .popular-tags .tags-list li a:hover {
        background-color: #00709e;
        border-color: #00709e;
        color: #ffffff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

.newsletter-box-two {
  position: relative;
  display: block;
  text-align: center; }
  .newsletter-box-two .image-box {
    position: relative;
    display: block;
    background: #000000;
    padding: 35px 20px;
    color: #ffffff;
    z-index: 1; }
    .newsletter-box-two .image-box .image-layer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.40;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .newsletter-box-two .image-box .text {
      position: relative;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px; }
  .newsletter-box-two form {
    position: relative; }
  .newsletter-box-two .form-group {
    position: relative;
    margin: 0 0 5px; }
    .newsletter-box-two .form-group input[type="text"], .newsletter-box-two .form-group input[type="tel"], .newsletter-box-two .form-group input[type="email"] {
      position: relative;
      width: 100%;
      line-height: 28px;
      padding: 10px 10px;
      height: 50px;
      display: block;
      font-size: 14px;
      background: rgba(0, 0, 0, 0.5);
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.3);
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
    .newsletter-box-two .form-group textarea {
      position: relative;
      width: 100%;
      line-height: 28px;
      padding: 10px 10px;
      height: 50px;
      display: block;
      font-size: 14px;
      background: rgba(0, 0, 0, 0.5);
      font-weight: 400;
      color: #ffffff;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.3);
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
    .newsletter-box-two .form-group input[type="text"]:focus, .newsletter-box-two .form-group input[type="email"]:focus, .newsletter-box-two .form-group input[type="tel"]:focus {
      border-color: #00709e; }
    .newsletter-box-two .form-group input::-webkit-input-placeholder {
      color: #eeeeee; }
    .newsletter-box-two .form-group .theme-btn {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 12px;
      text-align: center; }
      .newsletter-box-two .form-group .theme-btn .btn-title {
        padding: 13px 10px 9px; }

.sidebar .recent-posts {
  position: relative; }

.sidebar .recent-posts-box {
  position: relative;
  background: #ffffff;
  padding: 40px 20px 32px; }
  .sidebar .recent-posts-box .post {
    position: relative;
    margin-bottom: 30px; }
    .sidebar .recent-posts-box .post:last-child {
      margin-bottom: 0px; }

.sidebar .recent-posts .post .inner {
  position: relative;
  display: block; }

.sidebar .recent-posts .post-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px; }
  .sidebar .recent-posts .post-thumb .overlink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease; }

.sidebar .recent-posts .post:hover .post-thumb .overlink {
  opacity: 1; }

.sidebar .recent-posts .post-thumb .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0px 0px -15px;
  line-height: 30px;
  width: 30px;
  height: 30px; }

.sidebar .recent-posts .post-thumb img {
  position: relative;
  display: block;
  width: 100%; }

.sidebar .recent-posts .title {
  font-size: 18px;
  line-height: 1.3em;
  color: #00709e;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0; }
  .sidebar .recent-posts .title a {
    color: #00709e; }
    .sidebar .recent-posts .title a:hover {
      color: #00709e;
      text-decoration: underline; }

.sidebar .recent-posts .post-date {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Nunito', sans-serif;
  color: #757575;
  margin-bottom: 5px; }

/*** 

====================================================================
        Services Details
====================================================================

***/
.service-details {
  position: relative;
  color: #757575; }
  .service-details h2 {
    font-weight: 700;
    color: #222222;
    font-size: 30px;
    margin-bottom: 20px; }
  .service-details h3 {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: #222222;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px; }
    .service-details h3:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      border-bottom: 2px solid #00709e; }
  .service-details p {
    margin-bottom: 25px; }
  .service-details .text-block {
    position: relative;
    padding-bottom: 20px; }
  .service-details .two-col {
    position: relative;
    margin-bottom: 20px; }
    .service-details .two-col .image-col {
      position: relative;
      margin-bottom: 30px; }
      .service-details .two-col .image-col img {
        position: relative;
        display: block;
        width: 100%; }
    .service-details .two-col .owl-theme .owl-dots {
      display: none; }
    .service-details .two-col .owl-theme .owl-nav {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -30px;
      width: 100%;
      height: 0; }
      .service-details .two-col .owl-theme .owl-nav .owl-next, .service-details .two-col .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        left: 20px;
        width: 60px;
        height: 60px;
        font-size: 20px;
        color: #aaaaaa;
        background: #ffffff;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
      .service-details .two-col .owl-theme .owl-nav .owl-next {
        right: 20px;
        left: auto; }
        .service-details .two-col .owl-theme .owl-nav .owl-next:hover {
          background: #00709e;
          color: #ffffff; }
      .service-details .two-col .owl-theme .owl-nav .owl-prev:hover {
        background: #00709e;
        color: #ffffff; }
    .service-details .two-col .text-col {
      position: relative;
      margin-bottom: 30px; }
  .service-details .service-list {
    position: relative; }
    .service-details .service-list li {
      position: relative;
      display: block;
      font-size: 15px;
      text-transform: capitalize;
      padding-left: 30px;
      line-height: 30px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .service-details .service-list li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
      .service-details .service-list li a {
        color: #757575; }
      .service-details .service-list li:hover, .service-details .service-list li a:hover {
        color: #00709e; }
      .service-details .service-list li:before {
        font-family: 'Flaticon';
        content: "\f134";
        position: absolute;
        left: 0px;
        line-height: 30px;
        font-size: 14px;
        color: #00709e; }
      .service-details .service-list li:after {
        font-family: 'Flaticon';
        content: "\f134";
        position: absolute;
        left: 4px;
        margin-top: 0px;
        line-height: 30px;
        font-size: 14px;
        color: #00709e; }
  .service-details .infra-structure {
    position: relative;
    margin-bottom: 40px; }
    .service-details .infra-structure .row {
      margin: 0px -5px; }

.infra-block {
  position: relative;
  margin-bottom: 30px; }

.service-details .infra-structure .row .infra-block {
  padding: 0px 5px;
  margin-bottom: 10px; }

.infra-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 40px 40px;
  min-height: 100%;
  background: #f1f1f1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease; }
  .infra-block .inner-box:hover {
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

.infra-block .icon-box {
  position: relative;
  display: block;
  color: #00709e;
  line-height: 1em;
  font-size: 48px;
  margin-bottom: 15px; }

.infra-block h4 {
  position: relative;
  display: block;
  color: #222222;
  font-weight: 700;
  margin-bottom: 10px; }
  .infra-block h4 a {
    color: #222222; }

.service-details .download-links {
  position: relative; }
  .service-details .download-links ul {
    position: relative;
    display: block;
    background: #00709e;
    padding: 20px 35px 5px; }
    .service-details .download-links ul li {
      position: relative;
      line-height: 24px;
      color: #ffffff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding-bottom: 5px;
      margin-bottom: 5px; }
      .service-details .download-links ul li:last-child {
        border-bottom: 0; }
      .service-details .download-links ul li a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 0px;
        padding-left: 30px;
        color: #ffffff; }
      .service-details .download-links ul li .icon {
        position: absolute;
        left: 0;
        top: 9px;
        line-height: 24px;
        font-size: 20px; }
      .service-details .download-links ul li .ttl {
        position: relative;
        float: left; }
      .service-details .download-links ul li .info {
        position: relative;
        float: right; }

/*** 

====================================================================
                Blog Banner
====================================================================

***/
.blog-banner {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: #061138;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .blog-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .blog-banner .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.58); }
  .blog-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2; }
  .blog-banner .meta-info {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    z-index: 1; }
    .blog-banner .meta-info a {
      color: #ffffff; }
    .blog-banner .meta-info .fa {
      padding-right: 5px;
      font-size: 12px;
      color: #00709e; }
  .blog-banner .inner-container {
    position: relative;
    padding: 110px 0px; }
  .blog-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 25px; }
  .blog-banner .author-info {
    position: relative;
    display: block; }
    .blog-banner .author-info .image {
      position: relative;
      display: block;
      width: 70px;
      height: 70px;
      margin: 0 auto 15px;
      border-radius: 50%;
      overflow: hidden; }
      .blog-banner .author-info .image img {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%; }
    .blog-banner .author-info h6 {
      text-transform: uppercase;
      text-decoration: underline; }
  .blog-banner .other-info {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left; }
    .blog-banner .other-info .date {
      position: relative;
      float: left;
      padding: 12px 30px 8px;
      line-height: 24px;
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      background: #00709e;
      font-family: 'Nunito', sans-serif;
      z-index: 5;
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    .blog-banner .other-info .tags {
      position: relative;
      float: left;
      font-size: 14px;
      line-height: 24px;
      margin-left: 30px;
      padding: 10px 0px;
      padding-left: 30px; }
      .blog-banner .other-info .tags:before {
        position: absolute;
        left: 0px;
        top: 9px;
        font-size: 14px;
        color: #00709e;
        font-weight: 700;
        content: "\f02c";
        font-family: 'Font Awesome 5 Free'; }
      .blog-banner .other-info .tags a {
        color: #ffffff;
        font-weight: 400;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
  .blog-banner .bread-crumb li a:hover, .blog-banner .bread-crumb li.active {
    color: #ffffff; }

/*** 

====================================================================
                Post Details
====================================================================

***/
.single-post {
  position: relative; }

.post-details {
  position: relative;
  padding-bottom: 20px; }
  .post-details .main-image-box {
    position: relative;
    margin-bottom: 35px; }
    .post-details .main-image-box img {
      position: relative;
      display: block;
      width: 100%; }
  .post-details p {
    margin-bottom: 25px; }
  .post-details h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 10px; }
  .post-details blockquote {
    position: relative;
    padding-left: 82px;
    min-height: 60px;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
    margin-top: 30px; }
    .post-details blockquote:before {
      font-family: 'Flaticon';
      content: "\f1c4";
      position: absolute;
      left: 0;
      top: 7px;
      width: 50px;
      height: 50px;
      background: #00709e;
      line-height: 50px;
      font-size: 30px;
      text-align: center;
      color: #ffffff; }
    .post-details blockquote p {
      position: relative;
      font-size: 20px;
      color: #222222;
      font-weight: 500;
      line-height: 1.5em;
      margin-bottom: 20px; }
    .post-details blockquote .author-title {
      position: relative;
      font-size: 13px;
      color: #00709e;
      line-height: 1.5em;
      text-transform: uppercase;
      font-family: 'Nunito', sans-serif;
      font-weight: 700; }
  .post-details .images {
    position: relative;
    padding: 10px 0px; }
    .post-details .images .image {
      margin-bottom: 30px; }
    .post-details .images img {
      display: block;
      width: 100%; }

.share-post {
  position: relative;
  padding: 50px 10px 40px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .share-post strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px; }
  .share-post ul {
    position: relative;
    display: block; }
    .share-post ul li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0px 5px 10px; }
      .share-post ul li a {
        position: relative;
        display: block;
        text-align: center;
        min-width: 140px;
        font-size: 14px;
        padding: 10px 25px;
        line-height: 24px;
        color: #ffffff;
        background: #222222;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
        .share-post ul li a .icon {
          position: relative;
          font-size: 12px;
          vertical-align: middle;
          padding-right: 10px; }
    .share-post ul .facebook a {
      background: #3b5998; }
    .share-post ul .twitter a {
      background: #55acee; }
    .share-post ul .linkedin a {
      background: #dc4e41; }
    .share-post ul .pinterest a {
      background: #bd081c; }
    .share-post ul li a:hover {
      background: #00709e; }

.single-post .author-box {
  position: relative;
  display: block;
  padding: 40px;
  background: #00709e;
  color: #ffffff;
  margin-bottom: 50px; }
  .single-post .author-box .inner-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 100px; }
  .single-post .author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%; }
    .single-post .author-box .thumb img {
      display: block;
      width: 100%;
      border-radius: 50%; }
  .single-post .author-box h4 {
    position: relative;
    display: block;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px; }
    .single-post .author-box h4 span {
      font-family: 'Nunito', sans-serif, montserrant;
      font-weight: 500;
      font-size: 15px; }
  .single-post .author-box .link {
    line-height: 24px;
    margin-bottom: 15px; }
    .single-post .author-box .link a {
      color: #ffffff; }
  .single-post .author-box .text {
    font-size: 14px;
    margin-bottom: 25px; }
  .single-post .author-box .follow-me {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 700; }
    .single-post .author-box .follow-me a {
      color: #ffffff; }

.author-box .follow-me .icon {
  position: relative;
  font-weight: 400;
  padding-right: 5px; }

/*** 

====================================================================
                Post Controls
====================================================================

 ***/
.post-controls {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px; }
  .post-controls .inner {
    position: relative;
    display: block; }
  .post-controls .prev-post {
    position: relative;
    float: left;
    text-align: left; }
    .post-controls .prev-post a {
      position: relative;
      display: block;
      padding-left: 82px;
      padding-top: 5px;
      font-size: 18px;
      line-height: 25px;
      color: #222222;
      font-weight: 700;
      text-transform: capitalize;
      font-family: 'Nunito', sans-serif; }
    .post-controls .prev-post .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 62px;
      height: 50px;
      line-height: 48px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.1);
      font-size: 24px;
      font-weight: 400; }
    .post-controls .prev-post:hover .icon {
      color: #00709e;
      border-color: #00709e; }
    .post-controls .prev-post .icon:after {
      content: 'Előző';
      position: absolute;
      left: -1px;
      right: -1px;
      min-width: 100%;
      top: 100%;
      line-height: 20px;
      height: 20px;
      padding-top: 2px;
      font-size: 12px;
      background: #00709e;
      color: #ffffff;
      text-transform: capitalize;
      font-family: 'Nunito', sans-serif;
      opacity: 0; }
  .post-controls .next-post {
    position: relative;
    float: right;
    text-align: right; }
    .post-controls .next-post a {
      position: relative;
      display: block;
      padding-right: 82px;
      padding-top: 5px;
      font-size: 18px;
      line-height: 25px;
      color: #222222;
      font-weight: 700;
      text-transform: capitalize;
      font-family: 'Nunito', sans-serif; }
    .post-controls .next-post .icon {
      position: absolute;
      right: 0;
      top: 0;
      width: 62px;
      height: 50px;
      line-height: 48px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.1);
      font-size: 24px;
      font-weight: 400; }
    .post-controls .next-post:hover .icon {
      color: #00709e;
      border-color: #00709e; }
    .post-controls .next-post .icon:after {
      content: 'Következő';
      position: absolute;
      left: -1px;
      right: -1px;
      min-width: 100%;
      top: 100%;
      line-height: 20px;
      height: 20px;
      padding-top: 2px;
      font-size: 12px;
      background: #00709e;
      color: #ffffff;
      text-transform: capitalize;
      font-family: 'Nunito', sans-serif;
      opacity: 0; }
  .post-controls .prev-post:hover .icon:after, .post-controls .next-post:hover .icon:after {
    opacity: 1; }

/*** 

====================================================================
                Comment Area
====================================================================

 ***/
.comments-area {
  position: relative;
  margin-bottom: 70px; }

.group-title {
  position: relative;
  margin-bottom: 30px; }
  .group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.30em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 0px; }
    .group-title h2 span {
      color: #00709e; }

.comments-area .comment-box {
  position: relative;
  margin-bottom: 30px; }
  .comments-area .comment-box:last-child {
    margin-bottom: 0; }

.comments-area .comment {
  position: relative;
  min-height: 70px;
  padding-left: 100px; }
  .comments-area .comment.reply-comment {
    margin-left: 100px; }

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  margin-bottom: 20px;
  overflow: hidden; }
  .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block; }

.comments-area .comment-box .info {
  position: relative;
  top: -2px;
  margin-bottom: 5px; }
  .comments-area .comment-box .info .name {
    position: relative;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    text-transform: capitalize; }
  .comments-area .comment-box .info .date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #00709e;
    text-transform: uppercase; }

.comments-area .comment-box .text {
  font-size: 15px;
  line-height: 1.7em; }

.comments-area .comment-box .reply-link {
  position: relative;
  display: block;
  font-family: 'Nunito', sans-serif;
  padding-top: 15px; }
  .comments-area .comment-box .reply-link a {
    font-size: 16px;
    line-height: 1.5em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize; }
    .comments-area .comment-box .reply-link a:hover {
      color: #00709e; }

/*** 

====================================================================
                Leave Comments Form
====================================================================

 ***/
.leave-comments {
  position: relative;
  margin-bottom: 60px; }
  .leave-comments .instruction {
    position: relative;
    padding-top: 5px;
    font-weight: 400; }
  .leave-comments .default-form .row {
    margin: 0px -10px; }
  .leave-comments .default-form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px; }
  .leave-comments .default-form button {
    background: none; }
    .leave-comments .default-form button .btn-title {
      padding: 13px 40px 10px; }
  .leave-comments form .form-group textarea {
    height: 140px; }

/*** 

====================================================================
        Events Section
====================================================================

***/
.events-section-two {
  position: relative;
  padding: 100px 0px;
  background: #ffffff; }
  .events-section-two .load-more {
    position: relative;
    padding-top: 20px; }
    .events-section-two .load-more .theme-btn {
      min-width: 180px; }
  .events-section-two .upper-info {
    position: relative;
    margin-bottom: 30px; }
    .events-section-two .upper-info .items-label {
      position: relative;
      float: right;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      color: #222222;
      padding: 10px 0;
      margin-bottom: 20px; }
      .events-section-two .upper-info .items-label span {
        color: #222222;
        font-weight: 600; }
    .events-section-two .upper-info .sort-by {
      position: relative;
      float: left;
      width: 250px;
      max-width: 100%;
      margin-bottom: 20px; }

.drop-list-one {
  position: relative;
  display: block;
  width: 100%; }
  .drop-list-one .dropdown-outer {
    position: relative; }
  .drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0px 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .drop-list-one .btn-box:before {
      content: "\f107";
      font-family: 'Flaticon';
      position: absolute;
      right: 0px;
      top: 11px;
      height: 24px;
      display: block;
      color: #999999;
      line-height: 24px;
      font-size: 12px;
      font-weight: 400;
      z-index: 5; }
  .drop-list-one .dropdown-menu {
    width: 100%;
    padding: 8px 20px;
    margin: 0px;
    background: #ffffff;
    border-radius: 0px;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none; }
    .drop-list-one .dropdown-menu li {
      position: relative;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 8px 0px;
      line-height: 24px; }
      .drop-list-one .dropdown-menu li:last-child {
        border-bottom: none; }
      .drop-list-one .dropdown-menu li a {
        position: relative;
        display: block;
        color: #757575;
        font-size: 14px;
        text-transform: capitalize; }
        .drop-list-one .dropdown-menu li a:hover {
          color: #00709e; }

.event-block-two {
  position: relative;
  margin-bottom: 30px; }
  .event-block-two .inner-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07); }
  .event-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden; }
    .event-block-two .image-box img {
      display: block;
      width: 100%;
      -webkit-transition: all 2000ms ease;
      -moz-transition: all 2000ms ease;
      -ms-transition: all 2000ms ease;
      -o-transition: all 2000ms ease;
      transition: all 2000ms ease; }
  .event-block-two .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg); }
  .event-block-two .lower-box {
    position: relative;
    display: block;
    padding: 35px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .event-block-two .inner-box:hover .lower-box {
    background: #222222; }
  .event-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 130px;
    min-height: 160px; }
    .event-block-two .content-box .date-box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 101px;
      height: 160px;
      color: #222222;
      text-align: center;
      font-family: 'Nunito', sans-serif; }
  .event-block-two .inner-box:hover .content-box .date-box {
    color: #00709e; }
  .event-block-two .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .event-block-two .inner-box:hover .date-box:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .event-block-two .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .event-block-two .inner-box:hover .lower-box .date {
    background: #222222;
    border-color: rgba(255, 255, 255, 0.2); }
  .event-block-two .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px; }
  .event-block-two .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px; }
  .event-block-two .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, 0.5); }
  .event-block-two .content-box .content {
    position: relative;
    display: block; }
  .event-block-two .content-box .cat-info {
    position: relative;
    margin-bottom: 20px; }
    .event-block-two .content-box .cat-info a {
      position: relative;
      display: inline-block;
      font-size: 13px;
      text-transform: capitalize;
      line-height: 20px;
      color: #ffffff;
      background: #00709e;
      padding: 3px 10px;
      border-radius: 13px; }
  .event-block-two .content-box h3 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px; }
    .event-block-two .content-box h3 a {
      color: #222222;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .event-block-two .content-box h3 a:hover {
        color: #00709e; }
  .event-block-two .inner-box:hover h3 a {
    color: #ffffff; }
  .event-block-two .content-box .location {
    position: relative; }
  .event-block-two .inner-box:hover .location {
    color: #aaaaaa; }
  .event-block-two .read-more {
    position: relative;
    display: block;
    padding-top: 20px; }
    .event-block-two .read-more a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      color: #222222;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif;
      text-transform: capitalize;
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .event-block-two .read-more a:before {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        line-height: 24px;
        color: #00709e;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
      .event-block-two .read-more a:hover {
        color: #00709e;
        padding-left: 20px; }
  .event-block-two .inner-box:hover .read-more a {
    color: #00709e;
    padding-left: 20px; }
  .event-block-two .read-more a:hover:before, .event-block-two .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.event-block-three {
  position: relative;
  margin-bottom: 30px; }
  .event-block-three .inner-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07); }
  .event-block-three .image-box {
    position: relative;
    display: block;
    overflow: hidden; }
    .event-block-three .image-box img {
      display: block;
      width: 100%;
      -webkit-transition: all 2000ms ease;
      -moz-transition: all 2000ms ease;
      -ms-transition: all 2000ms ease;
      -o-transition: all 2000ms ease;
      transition: all 2000ms ease; }
  .event-block-three .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg); }
  .event-block-three .lower-box {
    position: relative;
    display: block;
    padding: 60px 30px 25px;
    min-height: 70px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .event-block-three .inner-box:hover .lower-box {
    background: #222222; }
  .event-block-three .content-box {
    position: relative;
    display: block; }
    .event-block-three .content-box .date-box {
      position: absolute;
      left: 0px;
      top: -80px;
      width: 70px;
      height: 70px;
      color: #222222;
      text-align: center;
      font-family: 'Nunito', sans-serif; }
  .event-block-three .inner-box:hover .content-box .date-box {
    color: #00709e; }
  .event-block-three .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    font-size: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .event-block-three .inner-box:hover .lower-box .date {
    background: #222222;
    border-color: rgba(255, 255, 255, 0.2); }
  .event-block-three .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 24px; }
  .event-block-three .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px; }
  .event-block-three .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, 0.5); }
  .event-block-three .content-box .content {
    position: relative;
    display: block; }
  .event-block-three .content-box .cat-info {
    position: absolute;
    left: 90px;
    top: -75px; }
    .event-block-three .content-box .cat-info a {
      position: relative;
      display: inline-block;
      font-size: 13px;
      text-transform: capitalize;
      line-height: 20px;
      color: #ffffff;
      background: #00709e;
      padding: 3px 10px;
      border-radius: 13px; }
  .event-block-three .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px; }
    .event-block-three .content-box h4 a {
      color: #222222;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .event-block-three .content-box h4 a:hover {
        color: #00709e; }
  .event-block-three .inner-box:hover h4 a {
    color: #ffffff; }
  .event-block-three .content-box .location {
    position: relative;
    font-size: 14px; }
  .event-block-three .inner-box:hover .location {
    color: #aaaaaa; }
  .event-block-three .read-more {
    position: relative;
    display: block;
    padding-top: 15px; }
    .event-block-three .read-more a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      color: #222222;
      font-size: 16px;
      font-weight: 700;
      font-family: 'Nunito', sans-serif;
      text-transform: capitalize;
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .event-block-three .read-more a:before {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        line-height: 24px;
        color: #00709e;
        font-size: 16px;
        font-weight: 700;
        opacity: 0;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease; }
      .event-block-three .read-more a:hover {
        color: #00709e;
        padding-left: 20px; }
  .event-block-three .inner-box:hover .read-more a {
    color: #00709e;
    padding-left: 20px; }
  .event-block-three .read-more a:hover:before, .event-block-three .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

/*** 

====================================================================
        Events List
====================================================================

***/
.events-list {
  position: relative; }
  .events-list .event-block {
    margin-bottom: 0; }
    .events-list .event-block:last-child {
      margin-bottom: 50px; }

.event-filters-box {
  position: relative;
  margin-bottom: 30px; }
  .event-filters-box .outer {
    position: relative;
    display: block;
    background: #ffffff;
    padding-right: 160px;
    min-height: 60px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    .event-filters-box .outer .form-group {
      position: relative;
      float: left;
      width: 40%;
      margin: 0; }
      .event-filters-box .outer .form-group .ui-selectmenu-button.ui-button {
        width: 100%;
        font-size: 14px;
        font-style: normal;
        height: 60px;
        padding: 15px 30px;
        line-height: 30px;
        font-family: 'Nunito', sans-serif, montserrant;
        color: #757575;
        border-radius: 0px;
        background-color: #ffffff;
        border: none; }
    .event-filters-box .outer .location {
      width: 60%; }
    .event-filters-box .outer .category:after {
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      bottom: 10px;
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .event-filters-box .outer .theme-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 160px; }
      .event-filters-box .outer .theme-btn .btn-title {
        padding: 15px 0px 13px;
        line-height: 32px;
        height: 60px; }
      .event-filters-box .outer .theme-btn .icon {
        position: relative;
        top: 1px;
        vertical-align: top;
        padding-left: 10px; }

/*** 

====================================================================
                Event Banner
====================================================================

***/
.event-banner {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: #061138;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .event-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .event-banner .image-layer:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.58); }
  .event-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2; }
  .event-banner .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 1; }
    .event-banner .cat-info a {
      position: relative;
      display: inline-block;
      font-size: 13px;
      text-transform: capitalize;
      line-height: 24px;
      padding: 10px 25px;
      border-radius: 22px;
      background: #00709e;
      color: #ffffff; }
  .event-banner .inner-container {
    position: relative;
    padding: 130px 0px 200px; }
  .event-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0; }

/*** 

====================================================================
                Event Details
====================================================================

***/
.event-details-section {
  position: relative;
  padding: 0px 0px 50px;
  background: #f1f1f1; }

.event-details {
  position: relative; }
  .event-details .content-column {
    position: relative;
    margin-bottom: 30px; }
    .event-details .content-column .content-inner {
      position: relative;
      display: block;
      margin-top: -63px;
      z-index: 2; }
  .event-details .info-blocks {
    position: relative;
    padding-bottom: 20px; }
  .event-details .info-block {
    position: relative;
    margin-bottom: 30px; }
    .event-details .info-block .inner-box {
      position: relative;
      padding: 45px 30px;
      text-align: center;
      background: #00709e;
      color: #ffffff;
      overflow: hidden; }
    .event-details .info-block .icon {
      position: absolute;
      right: -30px;
      top: 20px;
      line-height: 1em;
      font-size: 120px;
      color: rgba(0, 0, 0, 0.07); }
    .event-details .info-block h4 {
      position: relative;
      font-weight: 700;
      padding-bottom: 12px;
      margin-bottom: 25px; }
      .event-details .info-block h4:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -75px;
        bottom: 0;
        width: 150px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .event-details .content-column .main-image {
    position: relative;
    display: block;
    margin-bottom: 40px; }
    .event-details .content-column .main-image img {
      width: 100%;
      display: block; }
  .event-details .content-column .text-block {
    padding-bottom: 20px; }
    .event-details .content-column .text-block p {
      margin-bottom: 20px; }
  .event-details .content-column h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    padding-top: 5px;
    margin-bottom: 15px; }
  .event-details .related-posts {
    position: relative; }
    .event-details .related-posts h2 {
      margin-bottom: 20px; }
  .event-details .special-guest {
    position: relative;
    margin-bottom: 60px; }
    .event-details .special-guest h2 {
      margin-bottom: 20px; }

.guest-carousel .owl-nav {
  display: none; }

.guest-carousel .owl-dots {
  position: relative;
  display: block;
  padding-top: 30px;
  width: 100%;
  text-align: center; }
  .guest-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px; }
    .guest-carousel .owl-dots .owl-dot span {
      position: relative;
      display: block;
      width: 3px;
      height: 3px;
      background: #aaaaaa;
      outline: 2px solid rgba(0, 0, 0, 0);
      outline-offset: 4px; }
    .guest-carousel .owl-dots .owl-dot.active span {
      background: #00709e;
      outline-color: #00709e; }

.guest-block {
  position: relative; }
  .guest-block .inner-box {
    position: relative;
    display: block;
    padding: 30px 35px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .guest-block .inner-box .inner {
      position: relative;
      padding-left: 130px;
      min-height: 100px;
      padding-top: 15px; }
    .guest-block .inner-box .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
      .guest-block .inner-box .image img {
        position: relative;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%; }
  .guest-block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px; }
  .guest-block .designation {
    font-size: 15px;
    font-weight: 400;
    color: #00709e; }

.event-details .info-column {
  position: relative;
  margin-bottom: 50px; }
  .event-details .info-column .info-inner {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: -63px;
    z-index: 2; }
  .event-details .info-column .title {
    position: relative;
    padding: 22px 30px 16px;
    background: #00709e;
    color: #ffffff; }
    .event-details .info-column .title h4 {
      margin: 0; }
  .event-details .info-column .content {
    position: relative;
    display: block;
    padding: 30px 30px;
    background: #ffffff; }

.event-details .contact-box {
  position: relative;
  display: block; }
  .event-details .contact-box .info {
    position: relative;
    display: block;
    margin-bottom: 40px; }
    .event-details .contact-box .info li {
      position: relative;
      line-height: 24px;
      margin-bottom: 15px; }
      .event-details .contact-box .info li .ttl {
        position: relative;
        top: 2px;
        display: block;
        float: left;
        font-size: 15px;
        font-weight: 700;
        color: #222222;
        font-family: 'Nunito', sans-serif; }
      .event-details .contact-box .info li .dtl {
        position: relative;
        display: block;
        float: right;
        font-size: 13px; }
      .event-details .contact-box .info li a {
        color: #757575; }
        .event-details .contact-box .info li a:hover {
          color: #00709e;
          text-decoration: underline; }

.event-details .location-box {
  position: relative;
  margin-bottom: 50px; }
  .event-details .location-box .map-canvas {
    height: 350px; }

.event-details .booking-form {
  position: relative; }
  .event-details .booking-form h4 {
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px; }
  .event-details .booking-form .form-group {
    margin-bottom: 20px; }
  .event-details .booking-form input[type="text"], .event-details .booking-form input[type="email"], .event-details .booking-form input[type="tel"] {
    font-family: 'Nunito', sans-serif, montserrant;
    background: #f1f1f1;
    border-color: #f1f1f1;
    font-size: 14px;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px; }
  .event-details .booking-form select {
    font-family: 'Nunito', sans-serif, montserrant;
    background: #f1f1f1;
    border-color: #f1f1f1;
    font-size: 14px;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px; }
  .event-details .booking-form textarea {
    font-family: 'Nunito', sans-serif, montserrant;
    background: #f1f1f1;
    border-color: #f1f1f1;
    font-size: 14px;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px;
    height: 100px; }
  .event-details .booking-form .theme-btn, .event-details .booking-form button {
    display: block;
    width: 100%; }
  .event-details .booking-form .theme-btn .btn-title {
    padding: 13px 0px 10px; }

.event-details .more-info-box {
  position: relative;
  margin-bottom: 50px; }
  .event-details .more-info-box .inner-box {
    position: relative;
    display: block;
    min-height: 350px;
    padding-left: 200px; }
  .event-details .more-info-box .timings {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    padding-top: 20px;
    overflow: hidden; }
    .event-details .more-info-box .timings .curve {
      position: absolute;
      top: 0px;
      height: 20px;
      width: 100%;
      overflow: hidden; }
      .event-details .more-info-box .timings .curve:before {
        content: '';
        position: absolute;
        left: -5px;
        top: 10px;
        width: 60%;
        height: 20px;
        background: #00709e;
        -ms-transform: rotate(10deg);
        transform: rotate(10deg); }
      .event-details .more-info-box .timings .curve:after {
        content: '';
        position: absolute;
        right: -5px;
        top: 10px;
        width: 60%;
        height: 20px;
        background: #00709e;
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg); }
    .event-details .more-info-box .timings .inner {
      position: relative;
      display: block;
      padding: 0px 20px;
      text-align: center;
      color: #ffffff;
      background: #00709e; }
    .event-details .more-info-box .timings ul li {
      position: relative;
      display: block;
      padding: 40px 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .event-details .more-info-box .toggle-box {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.toggle-box .accordion {
  position: relative;
  padding: 33px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  box-shadow: none; }
  .toggle-box .accordion .acc-btn {
    position: relative;
    background: none;
    border: none;
    box-shadow: none !important;
    font-size: 20px;
    padding: 0 50px 0 0; }
    .toggle-box .accordion .acc-btn .icon {
      top: 0px; }

.toggle-box .accordion-box .block:before {
  display: none; }

.toggle-box .accordion-box .block .acc-content {
  padding-left: 0; }

.toggle-box .accordion-box .block .content {
  padding-top: 0; }

.load-more-item {
  display: none; }

.loadmore {
  position: relative;
  text-align: center; }
  .loadmore .loadmore-button, .loadmore .loadmore-less {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    min-width: 180px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #00709e;
    border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
  .loadmore .loadmore-button:hover {
    background: #222222;
    color: #ffffff; }
  .loadmore .loadmore-less {
    display: none; }
    .loadmore .loadmore-less:hover {
      background: #222222;
      color: #ffffff; }
  .loadmore .loadmore-button[disabled="disabled"] {
    display: none; }

@media only screen and (max-width: 7000px) {
  .page-wrapper {
    overflow: hidden; } }

@media only screen and (max-width: 1700px) {
  .services-section .column .col-inner {
    margin-right: -140px; } }

@media only screen and (max-width: 1500px) {
  .header-top-one {
    padding-left: 0;
    padding-right: 0; }
    .header-top-one .mid-text {
      display: none; }
  .header-style-one .header-upper .inner-container {
    padding-left: 0;
    padding-right: 0; }
  .departments-section .services-row .outer-container {
    padding: 80px 30px 60px; }
  .services-section .column .col-inner {
    margin: 0; } }

@media only screen and (max-width: 1340px) {
  .header-style-one .other-links .social-links-one, .header-style-one .other-links .language {
    /*display: none;*/ }
  .header-style-one .header-upper .nav-outer {
    width: auto;
    float: right; }
    .header-style-one .header-upper .nav-outer .main-menu {
      display: block; }
  .banner-carousel .content-box h1 {
    font-size: 60px; }
  .banner-carousel-two .content-box h1 {
    font-size: 54px; }
  .hi-block .upper-info {
    opacity: 0; }
  .hi-block .image-cap h2 {
    font-size: 24px; }
    .hi-block .image-cap h2 .num {
      font-size: 24px; }
  .error-section h2 {
    font-size: 30px; }
  .error-section .big-text {
    font-size: 120px; }
  .error-section .med-text {
    top: 5px;
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 5px; } }

@media only screen and (max-width: 1139px) {
  .header-style-two .header-upper .search-btn-one {
    display: none; }
  .header-style-two .header-upper .nav-outer {
    float: right;
    margin-left: 0; }
  .banner-carousel .next-slide {
    display: none; }
  .banner-carousel .content-box {
    height: 600px; }
    .banner-carousel .content-box h1 {
      font-size: 54px; }
  .banner-carousel-two .content-box {
    height: 500px; }
    .banner-carousel-two .content-box .content {
      padding: 0; }
  .welcome-section-two .upper-row .contact-links-box, .services-section .image-left {
    display: none; }
  .featured-service-block .inner-box {
    max-width: 450px;
    margin: 0 auto; }
  .events-section .left-column .col-inner {
    margin: 0px 30px 30px; }
  .events-section .right-column .col-inner {
    padding-left: 0; }
  .services-section-two .nav-column ul li a {
    padding: 14px 25px 12px;
    font-size: 15px; }
    .services-section-two .nav-column ul li a:after {
      font-size: 15px; }
  .banner-section-two .main-pattern-layer {
    display: none; }
  .fluid-section .column .inner {
    padding-right: 0; }
  .fluid-section .column:nth-child(2) .inner {
    padding-left: 0; }
  .departments-section .image-column .inner {
    margin-left: 0;
    max-width: 450px;
    padding: 0; }
  .team-section-two .image-layer {
    background-position: right center; }
  .featured-block-five .inner-box .content {
    text-align: center;
    opacity: 1;
    width: 100%;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .featured-block-five .inner-box .count-box {
    text-align: center;
    opacity: 1;
    width: 100%;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    right: 0;
    top: 50px;
    font-size: 50px;
    opacity: 0.10; }
  .featured-block-five .read-more a {
    display: inline-block; }
  .featured-block-five .bottom-text {
    font-size: 16px;
    text-align: center;
    width: 100%; }
  .ext-info-section .awards-row .outer-container {
    padding: 80px 25px 30px; }
  .history-block.alternate .text-col .inner, .history-block .text-col .inner {
    padding-top: 50px; }
  .history-block .image-box {
    padding-right: 100px; }
  .history-block.alternate .image-box {
    padding-left: 100px; }
  .sidebar-page-container .sidebar {
    padding-left: 0; }
  .sidebar-page-container .content-inner {
    margin-right: 0;
    padding-right: 0; }
  .sidebar-page-container .sidebar .bg-layer {
    left: -15px; }
  .events-list {
    margin: 0px 30px; }
  .event-block-two .content-box h3 {
    font-size: 20px;
    line-height: 1.4em; }
  .event-details .info-column .info-inner {
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0; }
    .main-menu .navigation > li > ul > li > ul {
      display: block !important;
      visibility: hidden;
      opacity: 0; } }

@media only screen and (max-width: 991px) {
  .main-header .nav-outer .main-menu, .sticky-header {
    display: none !important; }
  .nav-outer .mobile-nav-toggler {
    display: block; }
  .header-style-two .nav-outer .mobile-nav-toggler {
    color: #ffffff;
    margin: 20px 0px 0; }
  .main-header .header-top .top-left, .header-style-two .header-top .top-right {
    display: none; }
  .main-header .header-top .top-right {
    width: 100%;
    text-align: center; }
  .header-style-two .header-top .top-left {
    display: block;
    width: 100%;
    text-align: center; }
  .header-top-one .phone, .header-top-one .hours {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    text-align: left; }
  .header-top-two .left-text, .header-top-two .info {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    text-align: left; }
  .banner-carousel .content-box .inner, .banner-carousel .content-box .text {
    max-width: none;
    text-align: center; }
  .banner-carousel-two .content-box .inner {
    max-width: none;
    text-align: center; }
    .banner-carousel-two .content-box .inner .text {
      max-width: none;
      text-align: center; }
  .banner-carousel .content-box h1 {
    font-size: 48px; }
  .banner-carousel-two .content-box h1 {
    font-size: 42px; }
  .banner-carousel .content-box h1 br, .banner-carousel-two .content-box .inner h1 br {
    display: none; }
  .welcome-section-two .upper-container {
    top: 0; }
  .welcome-section-two .upper-row {
    padding: 70px 0px; }
  .services-section-two .nav-column, .services-section-two .image-column {
    width: 100%; }
  .facts-section .fact-column {
    text-align: center; }
  .facts-section .fact-title {
    padding-left: 0;
    margin-bottom: 10px; }
  .facts-section .fact-column .fact-box {
    position: relative;
    display: block;
    width: auto;
    left: 0;
    top: 0;
    margin-bottom: 20px; }
  .sec-title h2, .sec-title-two h2 {
    font-size: 30px; }
  .featured-block-two .inner-box {
    padding: 50px 30px 40px; }
  .fluid-section .column .inner {
    max-width: none; }
  .main-footer-two .social-links, .main-footer-two .footer-bottom .copyright, .main-footer-two .footer-links {
    width: 100%;
    text-align: center; }
  .about-section .pattern-layer {
    display: none; }
  .about-section .image-layer {
    background-position: left center; }
  .featured-block-two .content-box {
    padding-left: 0;
    text-align: center; }
    .featured-block-two .content-box .icon-box {
      position: relative;
      left: 0;
      top: 0;
      margin: 0 auto 30px; }
  .featured-block-two .read-more a {
    display: inline-block; }
  .team-block .hover-box .hover-inner {
    padding-top: 40px; }
  .fluid-section .column .upper-title {
    padding: 0; }
  .fluid-section .column .content {
    padding: 80px 20px 50px;
    text-align: center; }
  .fluid-section .column .icon-box {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-bottom: 30px; }
  .main-footer-two .social-links li, .main-footer-two .footer-links li {
    display: inline-block;
    float: none;
    margin: 0px 10px; }
  .main-footer-two .footer-bottom .copyright {
    padding: 10px 0px; }
  .fluid-section .top-icon-box {
    display: none; }
  .services-section-three {
    padding-bottom: 70px; }
  .ext-info-section .awards-row .outer-container:before {
    display: none; }
  .page-banner h1, .event-banner h1, .blog-banner h1 {
    font-size: 36px; }
  .page-banner .inner-container {
    padding: 80px 0px 100px; }
  .page-banner .page-nav {
    width: 100%;
    text-align: center; }
  .history-block {
    text-align: center; }
    .history-block .text-col .inner {
      padding-top: 30px; }
    .history-block .image-box, .history-block .text-col .inner, .history-block .image-box {
      padding-right: 0;
      padding-left: 0; }
    .history-block.alternate .image-box {
      padding-right: 0;
      padding-left: 0; }
    .history-block.alternate .text-col .inner {
      padding-right: 0;
      padding-left: 0;
      padding-top: 10px; }
    .history-block .text-col .inner {
      padding-top: 10px; }
    .history-block .year-box, .history-block.alternate .year-box {
      position: relative;
      left: 0;
      top: 0;
      margin: 0 auto 30px; }
    .history-block .year-box:before, .history-block .year-box:after {
      display: none; }
    .history-block .year-box .year-inner {
      border-radius: 50% !important; }
  .history-section {
    padding-top: 100px;
    padding-bottom: 0px; }
    .history-section .center-line, .history-section .pattern-layer {
      display: none; }
  .history-block .image-col, .history-block.alternate .image-col {
    order: 0; }
  .history-block .text-col, .history-block.alternate .text-col {
    order: 12; }
  .error-section {
    padding: 120px 0px 80px; }
    .error-section .big-text {
      margin-bottom: 20px; }
    .error-section h2 {
      font-size: 24px; }
  .comming-soon h1 {
    font-size: 36px; }
  .time-counter .time-countdown .counter-column {
    font-size: 16px;
    margin: 0px 20px 50px; }
    .time-counter .time-countdown .counter-column .count, .time-counter .time-countdown .counter-column:after {
      font-size: 48px; }
  .sidebar-page-container .sidebar {
    padding: 30px 0px; }
    .sidebar-page-container .sidebar .bg-layer {
      top: 0;
      height: 100%;
      min-height: 120%;
      width: 100%;
      min-width: 1000px; }
  .sidebar .sidebar-widget:last-child {
    /*margin-bottom: 0;*/ }
  .sidebar-page-container {
    padding-top: 30px; }
  .event-block-two .content-box {
    padding: 0px;
    text-align: center; }
    .event-block-two .content-box .date-box {
      position: relative;
      left: 0;
      top: 0;
      height: auto;
      min-height: 100px;
      margin: 0 auto 30px; }
  .event-block-two .inner-box .date-box:before, .event-block-two .inner-box .date-box:after {
    display: none; }
  .event-details .info-column .info-inner {
    margin-top: 0; }
  .event-banner .inner-container {
    padding: 80px 0px 100px; }
  .contact-section .left-col .images {
    display: none; }
  .contact-section .left-col .contact-info-box {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .header-top-two .left-text {
    display: none; }
  .banner-carousel .content-box h1, .banner-carousel-two .content-box h1 {
    font-size: 36px; }
  .event-block .content-box {
    padding: 0px 0px;
    min-height: 0; }
    .event-block .content-box .date-box {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .event-block .content-box .date-box:before {
        display: none; }
  .event-block .inner-box:after {
    left: 0; }
  .event-block .read-more {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    padding: 30px 0 0;
    border: none;
    width: 100%;
    text-align: left;
    height: auto; }
  .about-section .quote-box {
    display: none; }
  .event-block .content-box .content {
    padding-right: 0; }
  .event-block .read-more {
    display: inline-block;
    width: auto; }
  .event-block .inner-box {
    text-align: center; }
  .event-block .content-box .date-box {
    width: 100px;
    margin: 0 auto 10px; }
  .news-carousel .owl-nav, .departments-carousel .owl-nav {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    padding: 40px 0px 0px;
    transform: scale(0.7); }
  .reviews-carousel .owl-nav {
    display: none; }
  .contact-info-section .info-box {
    display: block;
    width: auto;
    margin: 0 0 30px; }
  .featured-block-three .inner-box {
    text-align: center;
    border-bottom: 1px solid #e0e0e0; }
  .featured-block-three .content-box .content {
    padding-left: 0;
    min-height: 0; }
  .featured-block-three .content-box .icon-box {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px; }
    .featured-block-three .content-box .icon-box:before {
      display: none; }
  .featured-block-three .content-box h4 {
    max-width: none; }
  .featured-block-three .hover-box h4 {
    max-width: none; }
  .featured-block-three .hover-box .inner {
    transform: translateY(20%); }
  h2, .page-banner h1, .event-banner h1, .blog-banner h1 {
    font-size: 24px; }
  .departments-section .image-column .inner {
    margin: 0 auto; }
  .departments-section .upper-row .sec-title {
    text-align: center; }
    .departments-section .upper-row .sec-title h2 {
      padding-bottom: 0; }
    .departments-section .upper-row .sec-title .separator {
      display: none; }
  .ext-info-section .award-block .inner {
    padding-left: 0;
    text-align: center; }
  .ext-info-section .award-block .slash {
    position: relative;
    display: block;
    top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .filter-gallery .filters li {
    float: none;
    vertical-align: middle;
    display: inline-block; }
  .comming-soon h1 {
    font-size: 30px; }
  .time-counter .time-countdown .counter-column {
    margin: 0px 20px 40px;
    min-width: 60px; }
    .time-counter .time-countdown .counter-column .count {
      font-size: 36px; }
    .time-counter .time-countdown .counter-column:after {
      font-size: 36px;
      display: none; }
  .event-filters-box .outer {
    padding: 0; }
    .event-filters-box .outer .form-group, .event-filters-box .outer .location {
      width: 100%; }
    .event-filters-box .outer .theme-btn {
      position: relative;
      width: 100%;
      right: 0;
      top: 0; }
  .event-details .more-info-box .inner-box {
    padding: 0; }
  .event-details .more-info-box .timings {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0; }
  .event-details .content-column h2 {
    font-size: 24px; }
  .news-block-four .lower-box h2, .post-details h2, .group-title h2 {
    font-size: 24px; }
  .post-controls .prev-post .txt, .post-controls .next-post .txt {
    display: none; }
  .blog-banner .inner-container {
    padding-top: 80px; } }

@media only screen and (max-width: 599px) {
  .banner-carousel .content-box h1, .banner-carousel-two .content-box h1 {
    font-size: 30px; }
  .banner-carousel .content-box, .banner-carousel-two .content-box {
    height: 500px; }
  .sec-title h2, .sec-title-two h2, .service-details h2 {
    font-size: 24px; }
  .about-section .content {
    text-align: center; }
  .about-section .upper-text .big-letter {
    float: none;
    margin: 0 auto 20px; }
  .services-section-two .image-box .over-box {
    padding-top: 50px; }
  .accordion-box .block .acc-btn {
    padding-left: 25px;
    padding-right: 40px; }
  .accordion-box .block .acc-content {
    padding-left: 25px; }
  .accordion-box .block:before {
    display: none; }
  .accordion-box .block .icon {
    right: 20px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  .event-details .info-column .title h4, .event-block-three .content-box h4 {
    font-size: 18px; }
  .fluid-section .column .upper-title {
    margin-bottom: 25px; }
  .banner-section-two .owl-theme .owl-nav {
    opacity: 0; }
  .banner-section-two:hover .owl-theme .owl-nav {
    opacity: 1; }
  .comming-soon .newsletter-form .form-group {
    padding: 0; }
    .comming-soon .newsletter-form .form-group input {
      width: 100%; }
  .comming-soon .newsletter-form .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px; }
  .service-details .download-links ul {
    padding: 20px 20px 10px; }
    .service-details .download-links ul li .info {
      width: 100%;
      padding-top: 10px; }
  .hi-block .image-cap h2 {
    width: 100%;
    text-align: center;
    font-size: 20px; }
    .hi-block .image-cap h2 .num {
      display: none; }
  .hi-block .image-cap .video-link {
    display: none; }
  .news-block-three .inner-box {
    padding: 40px 20px; }
  .news-block-three .text {
    padding: 0px 0px 12px; }
  .fluid-section .column .content h2 br {
    display: none; }
  .events-section-two .upper-info .sort-by, .events-section-two .upper-info .items-label {
    width: 100%;
    padding: 0; }
  .event-details .info-column .content {
    padding: 30px 20px 20px; }
  .toggle-box .accordion .acc-btn {
    padding: 0 50px 0 0; }
  .news-block-four .lower-box {
    padding: 30px 20px 10px; }
  .single-post .author-box .inner-box {
    padding: 0; }
  .single-post .author-box .thumb {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 20px; }
  .comments-area .comment-box .author-thumb {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 20px; }
  .comments-area .comment {
    padding-left: 0; }
    .comments-area .comment.reply-comment {
      margin-left: 0; }
  .single-post .author-box {
    padding: 30px 20px; }
  .post-details blockquote {
    padding-left: 70px; }
    .post-details blockquote p {
      font-size: 16px; }
    .post-details blockquote:before {
      top: 0; }
  .blog-banner .other-info {
    text-align: center;
    width: 100%; }
    .blog-banner .other-info .date {
      display: inline-block;
      float: none; }
    .blog-banner .other-info .tags {
      display: none; } }

@media only screen and (max-width: 479px) {
  .main-header .search-btn-one, .header-top-one .hours {
    display: none; }
  .header-top-two .info {
    text-align: center; }
    .header-top-two .info li {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin: 0px 10px;
      text-align: left;
      padding: 0; }
      .header-top-two .info li:before {
        display: none; }
  .team-block-two .inner-box {
    text-align: center;
    padding: 0 0; }
  .team-block-two .image-box {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 20px; }
  .team-block-two .share-it {
    position: relative;
    left: 0;
    margin: 0 auto; }
  .guest-block .inner-box {
    padding: 30px 20px; }
  .share-post ul li {
    display: block; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. nov. 24., 15:59:47
    Author     : hejjagyorgy
*/
@media (max-width: 767px) {
  .main-header .logo-text {
    display: none !important; } }

.main-header .switch-accessible {
  border: none;
  background: transparent !important; }
  .main-header .switch-accessible img {
    transition: 0.3s;
    margin-top: 3px; }
  .main-header .switch-accessible:hover img {
    transform: scale(1.2); }
  .main-header .switch-accessible .tooltip-right {
    left: -92%; }
    .main-header .switch-accessible .tooltip-right .tooltip-inner:before {
      left: 74%; }

.main-header .mobile-menu .nav-extra li {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.main-header .mobile-menu .nav-extra .accessible img {
  position: relative;
  left: 8px; }

.main-header .mobile-menu .nav-extra .language span {
  position: relative;
  left: 6px;
  font-size: 17px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. okt. 16., 11:44:56
    Author     : hejjagyorgy
*/
.black {
  color: #222222; }

.logo-box .logo {
  position: relative;
  float: left;
  display: block; }
  .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 50px;
    z-index: 1; }

.logo-box .logo-text {
  color: #222222; }
  .logo-box .logo-text .text-big {
    font-size: 22px; }
  .logo-box .logo-text .text-small {
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1; }

.logo-dark .logo-text {
  color: white; }

.blue {
  color: #00709e; }

.esza {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  z-index: 99999;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .esza {
      width: 240px; } }

.main-footer .copyright a, .main-footer .address a {
  text-transform: capitalize;
  color: #00709e;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .main-footer .copyright a:hover, .main-footer .address a:hover {
    text-decoration: underline; }

.banner-widget {
  position: relative;
  min-height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  color: white; }
  .banner-widget .auto-container {
    min-height: 350px; }
    .banner-widget .auto-container h1 {
      font-size: 60px;
      margin: 15px 0; }
      @media (max-width: 991px) {
        .banner-widget .auto-container h1 {
          font-size: 40px; } }
    .banner-widget .auto-container nav {
      z-index: 1; }
      .banner-widget .auto-container nav .breadcrumb {
        background: transparent;
        padding: 0.75rem 0; }
        .banner-widget .auto-container nav .breadcrumb .breadcrumb-item {
          color: white; }
          .banner-widget .auto-container nav .breadcrumb .breadcrumb-item:before {
            color: white; }
        .banner-widget .auto-container nav .breadcrumb a:hover {
          text-decoration: underline; }
        .banner-widget .auto-container nav .breadcrumb a:hover {
          color: white; }
  .banner-widget .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. nov. 25., 10:58:38
    Author     : makszipeter
*/
.gallery-index .image-box, .gallery-view .image-box, .display-images .image-box {
  height: 240px; }
  .gallery-index .image-box .image, .gallery-view .image-box .image, .display-images .image-box .image {
    height: 240px; }

.gallery-index .image-thumb, .gallery-view .image-thumb, .display-images .image-thumb {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px; }

.gallery-index .image-item, .gallery-view .image-item, .display-images .image-item {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: white; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. nov. 25., 8:22:53
    Author     : hejjagyorgy
*/
.pt-100 {
  padding-top: 100px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1); }

.news-widget .lead-image,
.gallery-widget .lead-image,
.content-side-widget .lead-image,
.post-dedicatory-widget .lead-image,
.related-posts-widget .lead-image {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center; }

.news-widget .lead-default,
.gallery-widget .lead-default,
.content-side-widget .lead-default,
.post-dedicatory-widget .lead-default,
.related-posts-widget .lead-default {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  background-image: url(/images/cimer.png);
  background-color: #f8f5f0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%; }

.news-widget .lead-tag,
.gallery-widget .lead-tag,
.content-side-widget .lead-tag,
.post-dedicatory-widget .lead-tag,
.related-posts-widget .lead-tag {
  height: 95px;
  overflow: hidden; }
  .news-widget .lead-tag .author-info,
  .gallery-widget .lead-tag .author-info,
  .content-side-widget .lead-tag .author-info,
  .post-dedicatory-widget .lead-tag .author-info,
  .related-posts-widget .lead-tag .author-info {
    overflow: hidden; }
  .news-widget .lead-tag .lead-short,
  .gallery-widget .lead-tag .lead-short,
  .content-side-widget .lead-tag .lead-short,
  .post-dedicatory-widget .lead-tag .lead-short,
  .related-posts-widget .lead-tag .lead-short {
    height: 42px; }
  .news-widget .lead-tag .lead-long,
  .gallery-widget .lead-tag .lead-long,
  .content-side-widget .lead-tag .lead-long,
  .post-dedicatory-widget .lead-tag .lead-long,
  .related-posts-widget .lead-tag .lead-long {
    height: 60px; }
  .news-widget .lead-tag .tags,
  .gallery-widget .lead-tag .tags,
  .content-side-widget .lead-tag .tags,
  .post-dedicatory-widget .lead-tag .tags,
  .related-posts-widget .lead-tag .tags {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    max-height: 28px;
    overflow: hidden; }
    .news-widget .lead-tag .tags:before,
    .gallery-widget .lead-tag .tags:before,
    .content-side-widget .lead-tag .tags:before,
    .post-dedicatory-widget .lead-tag .tags:before,
    .related-posts-widget .lead-tag .tags:before {
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 14px;
      color: #00709e;
      font-weight: 700;
      content: "\f02c";
      font-family: 'Font Awesome 5 Free'; }
    .news-widget .lead-tag .tags .tag,
    .gallery-widget .lead-tag .tags .tag,
    .content-side-widget .lead-tag .tags .tag,
    .post-dedicatory-widget .lead-tag .tags .tag,
    .related-posts-widget .lead-tag .tags .tag {
      text-transform: capitalize; }

.main-footer .widgets-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar-page-container h2 {
  font-size: 40px; }

.contact h3 {
  color: #222222;
  font-weight: 700; }

.map-box {
  height: 0;
  padding-bottom: 75%;
  position: relative; }
  .map-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.docs-index h2 {
  font-size: 30px; }
  .docs-index h2:hover {
    color: #00709e; }

.docs-index .arrow-down:before {
  font-family: 'Flaticon';
  content: "\f1b2";
  position: absolute;
  right: 0px;
  line-height: 32px;
  font-size: 15px;
  color: #00709e; }

.small-font-size {
  font-size: 9px !important; }

.site-cookie {
  padding-top: 50px;
  padding-bottom: 50px; }
  .site-cookie ul, .site-cookie li {
    list-style: disc; }
  .site-cookie ul {
    padding-left: 15px; }

.color-text-box {
  background-color: #f8f5f0;
  padding: 15px;
  margin-bottom: 25px; }

.index .slider-section {
  height: 670px;
  background-size: contain;
  background-position-y: bottom;
  background-position-x: right;
  background-repeat: no-repeat;
  background-color: #161616;
  font-weight: 700; }
  .index .slider-section h2 {
    color: white;
    font-family: 'Nunito';
    font-weight: inherit;
    margin-bottom: 50px;
    font-weight: inherit; }
  .index .slider-section .iniciale {
    font-size: 60px;
    color: white;
    background-color: #00709e;
    padding: 0 18px 3px;
    line-height: 1.2;
    margin-right: 25px;
    font-weight: 600; }
  .index .slider-section p {
    color: #999999;
    font-weight: 700; }
  .index .slider-section .add-btn {
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(0, 112, 158, 0.5);
    cursor: pointer;
    width: 74px;
    height: 74px; }
    .index .slider-section .add-btn .add-btn-inner {
      border-radius: 50%;
      background-color: #00709e;
      width: 54px;
      height: 54px; }
      .index .slider-section .add-btn .add-btn-inner span {
        color: white;
        font-size: 33px;
        font-weight: 100;
        font-family: none; }

.index .events-widget .content-left {
  min-height: 108px; }

.index .gallery-widget {
  background-color: #f8f5f0; }
  .index .gallery-widget .news-block {
    background-color: white; }

.index .gregus {
  background-image: url(/images/gregus.jpg); }

.index .murgacs {
  background-image: url(/images/image-1-02.jpg); }

.index .temesvary {
  background-image: url(/images/image-1-03.jpg); }

.index .hugo {
  background-image: url(/images/image-1-04.jpg); }

.index .szenti {
  background-image: url(/images/image-1-05.jpg); }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. nov. 27., 15:34:47
    Author     : hejjagyorgy
*/
.styled-pagination .active a {
  color: #ffffff;
  background: #00709e;
  border-color: #00709e; }

.styled-pagination .disabled {
  width: 40px;
  height: 40px;
  padding-top: 10px; }

.blue-button-gray-hover {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  background: #00709e;
  border-radius: 0px;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .blue-button-gray-hover:hover {
    background: #222222;
    color: #ffffff; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. nov. 30., 12:52:41
    Author     : hejjagyorgy
*/
.category-widget a.active, .category-widget a:active, .category-widget a:focus {
  background-color: #00709e !important;
  color: white !important; }
  .category-widget a.active span, .category-widget a:active span, .category-widget a:focus span {
    font-weight: bold;
    position: relative;
    left: 5px;
    color: rgba(255, 255, 255, 0.6); }
    .category-widget a.active span:hover, .category-widget a:active span:hover, .category-widget a:focus span:hover {
      color: white; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. dec. 1., 14:41:41
    Author     : hejjagyorgy
*/
.content-side-widget .empty-text {
  color: #222222; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. dec. 3., 13:37:10
    Author     : hejjagyorgy
*/
.blog-view .gallery-widget {
  /*        .news-block {

            .inner-box {

                .hover-box {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.8);
                    color: #dedede;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    z-index: 2;

                    .more-link {
                        position: absolute;
                        right: 20px;
                        bottom: 20px;
                        font-family: 'Nunito', sans-serif;

                        a {
                            position: relative;
                            display: block;
                            padding: 12px 15px 8px;
                            line-height: 24px;
                            display: block;
                            font-size: 16px;
                            font-weight: 700;
                            color: #ffffff;
                            background: #00709e;
                            text-transform: capitalize;
                        }
                    }

                }

                &:hover {
                    .hover-box {
                        opacity: 1;
                        visibility: visible;
                    }
                }

                .lower-box {
                    padding: 20px;


                    .upper-info {
                        padding-bottom: 0;
                        height: 48px;
                        overflow: hidden;
                        margin-bottom: 5px;

                        h4 {
                            margin-bottom: 0;
                            font-size: 18px;
                            font-weight: normal;
                        }
                    }
                } 
            }
        }*/ }

/*
    Created on : 2020. dec. 7., 14:26:05
    Author     : hejjagyorgy
*/
.newspaper-index .newspaper-list, .docs-index .newspaper-list, .tender-index .newspaper-list {
  margin-bottom: 40px; }
  .newspaper-index .newspaper-list li, .docs-index .newspaper-list li, .tender-index .newspaper-list li {
    padding: 10px 0;
    position: relative; }
    .newspaper-index .newspaper-list li a, .docs-index .newspaper-list li a, .tender-index .newspaper-list li a {
      padding: 5px 0;
      font-size: 16px;
      color: #222222;
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      word-wrap: break-word; }
      .newspaper-index .newspaper-list li a:before, .docs-index .newspaper-list li a:before, .tender-index .newspaper-list li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 0px;
        border-bottom: 2px solid #00709e;
        opacity: 0; }
      .newspaper-index .newspaper-list li a:hover, .docs-index .newspaper-list li a:hover, .tender-index .newspaper-list li a:hover {
        font-weight: 700;
        padding-left: 20px;
        color: #00709e; }
        .newspaper-index .newspaper-list li a:hover:before, .docs-index .newspaper-list li a:hover:before, .tender-index .newspaper-list li a:hover:before {
          opacity: 1;
          width: 15px;
          transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }

/*
    Created on : 2020. dec. 7., 14:26:05
    Author     : hejjagyorgy
*/
.article-index .content-side img, .article-view .content-side img {
  padding-right: 5px !important; }

.article-index .content-side a, .article-view .content-side a {
  font-weight: bold; }
  .article-index .content-side a:hover, .article-view .content-side a:hover {
    color: #00709e; }

.article-index .content-side p a, .article-view .content-side p a {
  word-wrap: break-word; }

.article-index .article-list {
  margin-bottom: 40px; }
  .article-index .article-list li {
    padding: 10px 0 50px 0;
    position: relative; }
    .article-index .article-list li h3 a {
      display: block;
      color: #00709e;
      font-size: 100%;
      font-weight: bold;
      padding: 5px 0;
      transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease; }
      .article-index .article-list li h3 a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 0px;
        border-bottom: 2px solid #00709e;
        opacity: 0; }
      .article-index .article-list li h3 a:hover {
        font-weight: 700;
        padding-left: 20px; }
        .article-index .article-list li h3 a:hover:before {
          opacity: 1;
          width: 15px;
          transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }

/*
    Created on : 2020. dec. 11., 11:29:03
    Author     : hejjagyorgy
*/
.sidebar-links .image-box {
  display: flex;
  justify-content: center;
  height: auto; }
  .sidebar-links .image-box img {
    max-width: 100%; }

.sidebar-links i {
  font-size: 1.5rem; }

.sidebar-links a {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }
  .sidebar-links a:hover {
    color: #00709e; }

.sidebar-links .mav-logo {
  width: 30px; }

.sidebar-links .text-link i, .sidebar-links .text-link img {
  position: absolute; }

.sidebar-links .text-link a {
  padding-left: 40px; }

/*
    Created on : 2020. dec. 14., 8:49:24
    Author     : hejjagyorgy
*/
.news-widget .news-block .inner-box, .gallery-widget .news-block .inner-box {
  position: relative;
  display: block; }

.news-widget .news-block .image-box, .gallery-widget .news-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1; }

.news-widget .news-block .image, .gallery-widget .news-block .image {
  display: block;
  width: 100%; }
  .news-widget .news-block .image img, .gallery-widget .news-block .image img {
    display: block;
    width: 100%; }

.news-widget .news-block .hover-box, .gallery-widget .news-block .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #dedede;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 2; }

.news-widget .news-block .inner-box:hover .hover-box, .gallery-widget .news-block .inner-box:hover .hover-box {
  opacity: 1;
  visibility: visible; }

.news-widget .news-block .image-box .date, .gallery-widget .news-block .image-box .date {
  display: none; }

.news-widget .news-block .inner-box:hover .date, .gallery-widget .news-block .inner-box:hover .date {
  opacity: 0;
  visibility: hidden; }

.news-widget .news-block .hover-box .more-link, .gallery-widget .news-block .hover-box .more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: 'Nunito', sans-serif; }
  .news-widget .news-block .hover-box .more-link a, .gallery-widget .news-block .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00709e;
    text-transform: capitalize; }

.news-widget .news-block .lower-box, .gallery-widget .news-block .lower-box {
  position: relative;
  display: block;
  padding: 35px 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
  .news-widget .news-block .lower-box .upper-info, .gallery-widget .news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 10px; }
  .news-widget .news-block .lower-box h4, .gallery-widget .news-block .lower-box h4 {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1;
    height: 52px;
    overflow: hidden; }
    .news-widget .news-block .lower-box h4 a, .gallery-widget .news-block .lower-box h4 a {
      color: #222222;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      .news-widget .news-block .lower-box h4 a:hover, .gallery-widget .news-block .lower-box h4 a:hover {
        color: #00709e;
        text-decoration: underline; }
  .news-widget .news-block .lower-box .cat-info, .gallery-widget .news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1; }
    .news-widget .news-block .lower-box .cat-info a, .gallery-widget .news-block .lower-box .cat-info a {
      color: #757575; }
    .news-widget .news-block .lower-box .cat-info .fa, .gallery-widget .news-block .lower-box .cat-info .fa {
      padding-right: 5px;
      font-size: 12px;
      color: #00709e; }
  .news-widget .news-block .lower-box .text, .gallery-widget .news-block .lower-box .text {
    position: relative;
    margin-bottom: 25px; }
  .news-widget .news-block .lower-box .meta-info, .gallery-widget .news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px; }
    .news-widget .news-block .lower-box .meta-info .author-title, .gallery-widget .news-block .lower-box .meta-info .author-title {
      font-size: 15px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020. dec. 18., 11:48:15
    Author     : hejjagyorgy
*/
.poll-index #survey-widget-title {
  padding-left: 0; }

.poll-index .poll-widget .center-block {
  margin: 50px auto 30px auto; }

.poll-index .poll-widget h3 {
  font-size: 20px;
  font-weight: 700; }

.poll-index .poll-widget label {
  font-weight: 300;
  font-size: 15px; }

.poll-index .survey-description {
  font-size: 15px !important; }

.poll-index .question-form .survey-question-name-wrap h4 {
  font-size: 20px !important;
  font-weight: 700; }

.poll-index .question-form .css-label {
  justify-content: flex-start; }
  .poll-index .question-form .css-label .name {
    font-size: 15px;
    font-weight: 300; }

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