/*!
 * author: bonefishcode
 * template: Five - Easy To Use Coming Soon Template
 * version: 1.0
 * url: http://themeforest.net/user/bonefishcode
 */
/**
 * 1.0 - import
 * 2.0 - reset
 * 3.0 - helper
 * 4.0 - grid
 * 5.0 - Base
 * 6.0 - typography
 * 7.0 - button
 * 8.0 - form
 * 9.0 - loader
 * 10.0 - header
 * 11.0 - menu
 * 12.0 - main
    12.1 - background
    12.2 - section common
    12.3 - home
    12.4 - about
    12.5 - service
    12.6 - contact
 * 13.0 - footer
 * --------------------------------------------------
 */
/**
 * 1.0 - import
 * --------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
/**
 * 2.0 - reset
 * --------------------------------------------------
 */
/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover, a:active {
  outline: none;
}

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus,
textarea:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

figure {
  margin: 0;
}

/**
 * 3.0 - helper
 * --------------------------------------------------
 */
/* float */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* align */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.text-light {
  color: rgba(255, 255, 255, 0.95);
}

.text-light .section-subtitle {
  color: rgba(255, 255, 255, 0.95);
}

/* state */
.is-hide {
  display: none !important;
}

/**
 * 4.0 - grid
 * --------------------------------------------------
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * 5.0 - Base
 * --------------------------------------------------
 */
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: white;
}

#wrap {
  position: relative;
  z-index: 1;
}

.is-border #wrap {
  /* border */
  border: 5px solid rgba(255, 255, 255, 0.99);
}

@media (min-width: 768px) {
  .is-border #wrap {
    border-width: 15px;
  }
}

@media (min-width: 992px) {
  .is-border #wrap {
    border-width: 20px;
  }
}

html:not(.ie9).non-mobile .wow {
  visibility: hidden;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

/**
 * 6.0 - typography
 * --------------------------------------------------
 */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 32px;
  font-size: 15px;
  color: rgba(34, 34, 34, 0.99);
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.25;
  text-transform: capitalize;
  color: rgba(34, 34, 34, 0.99);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: rgba(255, 255, 255, 0.99);
}

h1 {
  font-size: 36px;
}

@media (min-width: 480px) {
  h1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 58px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 26px;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 15.2px;
}

@media (min-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 17.6px;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 19.2px;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 20.8px;
  }
}

h5 {
  font-size: 14px;
}

@media (min-width: 992px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

a:not(.btn) {
  -webkit-transition: 0.3s linear;
       -o-transition: 0.3s linear;
          transition: 0.3s linear;
  text-decoration: underline;
  color: rgba(254, 255, 175, 0.99);
}

a:not(.btn):hover,
a:not(.btn):focus {
  text-decoration: none;
}

a:not(.btn):focus {
  outline: 0;
}

a.btn {
  text-decoration: none;
}

/* img */
img {
  max-width: 100%;
  vertical-align: middle;
  font-style: italic;
}

img:focus {
  outline: 0;
}

.gm-style img,
img[width],
img[height] {
  max-width: none;
}

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

/* list */
.list-none {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

i {
  display: inline-block;
  letter-spacing: 0;
}

/**
 * 7.0 - button
 * --------------------------------------------------
 */
.btn {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s linear;
       -o-transition: 0.3s linear;
          transition: 0.3s linear;
  display: inline-block;
  height: 60px;
  line-height: 56px;
  vertical-align: middle;
  padding: 0 37px 0 40px;
  border: 2px solid;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: nowrap;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 0 rgba(254, 255, 175, 0.99);
          box-shadow: 10px 10px 0 rgba(254, 255, 175, 0.99);
}

.btn-light {
  color: rgba(34, 34, 34, 0.99);
  background-color: rgba(255, 255, 255, 0.99);
  border-color: rgba(34, 34, 34, 0.99);
}

.btn-light.active, .btn-light:active,
.btn-light.focus, .btn-light:focus,
.btn-light:hover {
  color: rgba(34, 34, 34, 0.99);
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(34, 34, 34, 0.9);
}

.btn-light.btn-outline-1 {
  color: rgba(255, 255, 255, 0.99);
  background-color: transparent;
}

.btn-light.btn-outline-1.active, .btn-light.btn-outline-1:active,
.btn-light.btn-outline-1.focus, .btn-light.btn-outline-1:focus,
.btn-light.btn-outline-1:hover {
  background-color: rgba(255, 255, 255, 0.99);
  border-color: rgba(34, 34, 34, 0.99);
}

.btn-light.btn-outline-2.active, .btn-light.btn-outline-2:active,
.btn-light.btn-outline-2.focus, .btn-light.btn-outline-2:focus,
.btn-light.btn-outline-2:hover {
  color: rgba(255, 255, 255, 0.99);
  background-color: transparent;
  border-color: rgba(34, 34, 34, 0.99);
}

.btn-dark {
  color: rgba(255, 255, 255, 0.99);
  background-color: rgba(30, 30, 33, 0.99);
  border-color: rgba(30, 30, 33, 0.99);
}

.btn-dark.active, .btn-dark:active,
.btn-dark.focus, .btn-dark:focus,
.btn-dark:hover {
  color: rgba(255, 255, 255, 0.99);
  background-color: rgba(30, 30, 33, 0.9);
  border-color: rgba(30, 30, 33, 0.9);
}

.btn-dark.btn-outline-1 {
  color: rgba(30, 30, 33, 0.99);
  background-color: transparent;
}

.btn-dark.btn-outline-1.active, .btn-dark.btn-outline-1:active,
.btn-dark.btn-outline-1.focus, .btn-dark.btn-outline-1:focus,
.btn-dark.btn-outline-1:hover {
  background-color: rgba(30, 30, 33, 0.99);
  border-color: rgba(30, 30, 33, 0.99);
}

.btn-dark.btn-outline-2.active, .btn-dark.btn-outline-2:active,
.btn-dark.btn-outline-2.focus, .btn-dark.btn-outline-2:focus,
.btn-dark.btn-outline-2:hover {
  color: rgba(30, 30, 33, 0.99);
  background-color: transparent;
  border-color: rgba(30, 30, 33, 0.99);
}

/**
 * 8.0 - form
 * --------------------------------------------------
 */
form {
  font-size: 16px !important;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  font-size: 28px;
  color: #cfd9db;
}

.form-label {
  position: absolute;
  top: 14px;
  left: 62px;
  display: inline;
  margin-bottom: 0;
  line-height: 1;
  cursor: text;
  color: rgba(34, 34, 34, 0.99);
  top: 23px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

input.form-input-text, textarea.form-input-text {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 60px;
  padding: 13px 15px 13px 60px;
  border: 1px solid #cfd9db;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input.form-input-text:focus, textarea.form-input-text:focus {
  border-color: rgba(34, 34, 34, 0.99);
}

input.form-input-text:focus ~ .form-icon, textarea.form-input-text:focus ~ .form-icon {
  color: rgba(34, 34, 34, 0.99);
}

input.error.form-input-text, textarea.error.form-input-text {
  border-color: rgba(255, 0, 71, 0.99) !important;
}

textarea.form-input-text {
  min-height: 152px;
  resize: vertical;
  overflow: auto;
}

.form-notify {
  display: none;
  padding: 14px 15px;
  margin-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.99);
}

.form-notify.valid {
  background-color: rgba(49, 232, 180, 0.99);
}

.form-notify.error {
  background-color: rgba(255, 0, 71, 0.99);
}

/* subscribe form */
#form-subscribe {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}

#form-subscribe label {
  left: 17px;
  color: rgba(255, 255, 255, 0.55);
}

#form-subscribe input {
  padding-left: 15px;
  padding-right: 60px;
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.05);
}

#form-subscribe input:focus ~ button {
  color: rgba(255, 255, 255, 0.99);
}

#form-subscribe button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 32px;
  border-color: transparent;
}

#form-subscribe button:hover {
  color: rgba(255, 255, 255, 0.99);
}

/**
 * 9.0 - loader
 * --------------------------------------------------
 */
#loader {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #222222;
}

#loader span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-border-top-left-radius: 50%;
          border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
          border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  margin: -25px 0 0 -25px;
  -webkit-animation: rotate 0.7s linear infinite;
       -o-animation: rotate 0.7s linear infinite;
          animation: rotate 0.7s linear infinite;
}

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

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

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

/**
 * 10.0 - header
 * --------------------------------------------------
 */
/* header layout */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 15px;
  z-index: 9999;
}

@media (min-width: 768px) {
  #header {
    padding-top: 30px;
  }
}

.is-border #header {
  border: 5px solid transparent;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .is-border #header {
    border-width: 15px;
  }
}

@media (min-width: 992px) {
  .is-border #header {
    border-width: 20px;
  }
}

.header-inner {
  position: relative;
}

/* header logo */
.header-logo {
  -webkit-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
  position: absolute;
  top: 0;
  left: 0;
}

.header-logo img {
  height: 40px;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .header-logo img {
    height: 50px;
    margin: 0;
  }
}

.nav-in .header-logo {
  -webkit-transition: 0.3s linear 0.1s !important;
       -o-transition: 0.3s linear 0.1s !important;
          transition: 0.3s linear 0.1s !important;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1 !important;
  visibility: visible !important;
}

.is-scrolled .header-logo {
  opacity: 0;
  visibility: hidden;
}

/* header toggle */
.header-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.header-toggle i {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(254, 255, 175, 0.99);
  cursor: pointer;
}

.header-toggle i:before {
  line-height: inherit;
}

.header-toggle i:not(:first-child) {
  margin-top: 5px;
}

/* nav icon */
.icon-nav {
  position: relative;
}

.icon-nav span {
  -webkit-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.99);
}

.icon-nav span:before,
.icon-nav span:after {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transition: -webkit-transform 0.3s linear;
       -o-transition: -o-transform 0.3s linear;
          transition: transform 0.3s linear;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.99);
}

.icon-nav span:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
       -o-transform: translateY(-6px) rotate(0deg);
          transform: translateY(-6px) rotate(0deg);
}

.icon-nav span:after {
  -webkit-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
       -o-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.nav-in .icon-nav span {
  background-color: transparent;
}

.nav-in .icon-nav span:before {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
       -o-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-in .icon-nav span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
       -o-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

/**
 * 11.0 - menu
 * --------------------------------------------------
 */
/* nav container */
.nav {
  -webkit-transition: 0.3s linear;
       -o-transition: 0.3s linear;
          transition: 0.3s linear;
  -webkit-transition-property: opacity, visibility;
       -o-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
}

.nav-in .nav {
  opacity: 1;
  visibility: visible;
}

/* nav */
nav {
  display: table-cell;
  vertical-align: middle;
  padding-top: 50px;
}

nav ol li {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transition: 0.3s linear;
       -o-transition: 0.3s linear;
          transition: 0.3s linear;
  -webkit-transition-property: -webkit-transform, opacity;
       -o-transition-property: -o-transform, opacity;
          transition-property: transform, opacity;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  padding: 3px 0;
  opacity: 0;
}

@media (min-width: 768px) {
  nav ol li {
    padding: 10px 0;
  }
}

@media (min-width: 768px) {
  nav ol li {
    padding: 15px 0;
  }
}

nav ol li:nth-child(1) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

nav ol li:nth-child(2) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

nav ol li:nth-child(3) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

nav ol li:nth-child(4) {
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
}

.nav-in nav ol li {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

nav ol a {
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.99) !important;
}

@media (min-width: 768px) {
  nav ol a {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  nav ol a {
    font-size: 36px;
  }
}

nav ol a:hover {
  color: rgba(254, 255, 175, 0.99) !important;
}

nav ul {
  margin-top: 15px;
}

@media (min-width: 768px) {
  nav ul {
    margin-top: 30px;
  }
}

nav ul li {
  display: inline-block;
  padding: 0 15px;
}

nav ul i {
  -webkit-transition: color 0.3s linear;
       -o-transition: color 0.3s linear;
          transition: color 0.3s linear;
  line-height: 1;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
  nav ul i {
    font-size: 28px;
  }
}

nav ul i:hover,
nav ul i:focus {
  color: rgba(254, 255, 175, 0.99);
}

/* audio icon */
#audio {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
  cursor: pointer;
}

.is-audio #audio,
.is-mute #audio {
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .is-audio #audio,
  .is-mute #audio {
    margin-top: 30px;
  }
}

#audio span {
  display: inline-block;
  width: 3px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  background-color: rgba(255, 255, 255, 0.99);
}

#audio .is-mobile .is-video,
#audio .is-mobile .is-video-youtube {
  display: none;
}

/**
 * 12.0 - main
 * --------------------------------------------------
 */
/**
 * 12.1 - background
 * -------------------------
 */
#bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.is-img #img {
  display: block;
  background-image: url(../img/bg/bg-img.jpg);
}

.is-video #img {
  display: block;
  background-image: url(../img/bg/bg-video.jpg);
}

.is-video-youtube #img {
  display: block;
  background-image: url(../img/bg/bg-video-youtube.jpg);
}

.is-slideshow #img {
  display: block;
}

#video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
}

.is-video #video,
.is-video-youtube #video {
  display: block;
}

#video-player {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(34, 34, 34, 0.65);
}

#js-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.is-star #js-canvas {
  display: block;
}

/**
 * 12.2 - section common
 * -------------------------
 */
/* section padding (not #home) */
section:not(#home) {
  padding: 90px 0;
}

@media (min-width: 992px) {
  section:not(#home) {
    padding: 150px 0;
  }
}

/* section character box */
.section-box {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 60px;
  background-color: rgba(254, 255, 175, 0.99);
  -webkit-box-shadow: 30px 30px 0 rgba(248, 249, 253, 0.99);
          box-shadow: 30px 30px 0 rgba(248, 249, 253, 0.99);
}

@media (min-width: 992px) {
  .section-box {
    width: 250px;
    height: 250px;
    margin: 0 0 120px 60px;
  }
}

.section-box span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.section-box span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 180px;
  font-size: 80px;
  text-align: center;
}

@media (min-width: 992px) {
  .section-box span:nth-child(1) {
    line-height: 250px;
    font-size: 120px;
  }
}

.section-box span:nth-child(2) {
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 1;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .section-box span:nth-child(2) {
    font-size: 22px;
  }
}

/* h2 section title */
h2.section-title {
  margin-bottom: 10px;
}

/* section subtitle */
.section-subtitle {
  margin-bottom: 0;
  font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 1.12em;
  font-style: italic;
  color: rgba(34, 34, 34, 0.99);
}

/* section line */
.section-line {
  width: 80px;
  height: 3px;
  margin: 20px 0 30px;
  background-color: rgba(254, 255, 175, 0.99);
}

@media (min-width: 768px) {
  .section-line {
    height: 5px;
    margin: 30px 0 45px;
  }
}

@media (min-width: 992px) {
  .section-line {
    height: 8px;
  }
}

.align-center .section-line {
  margin-left: auto;
  margin-right: auto;
}

/* gpu */
.animateme {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

/**
 * 12.3 - home
 * -------------------------
 */
#home {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 150px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #home {
    padding: 180px 0;
  }
}

@media (min-width: 992px) {
  #home {
    padding: 120px 0;
  }
}

@media (min-width: 1200px) {
  #home {
    padding: 150px 0;
  }
}

#home p {
  font-size: 16px;
}

@media (min-width: 992px) {
  #home p {
    font-size: 18px;
  }
}

.section-cell {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

.section-inner {
  overflow: hidden;
}

/**
 * 12.4 - about
 * -------------------------
 */
/* about section figure */
#about .section-figure {
  position: relative;
  /* figure width */
  width: 360px;
  /* figure height */
  height: 730px;
  max-width: 100%;
  margin: 60px auto 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* image url */
  background-image: url(../img/figure/figure-about.jpg);
  /* box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
          box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
}

@media (min-width: 992px) {
  #about .section-figure {
    margin: 120px 0 0;
  }
}

/**
 * 12.5 - service
 * -------------------------
 */
#service {
  background-color: rgba(34, 34, 34, 0.99);
}

/* service item */
.service-item {
  padding: 0 20px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .service-item {
    margin-top: 45px;
  }
}

.service-item h3 {
  margin-bottom: 1em;
  font-weight: 700;
  letter-spacing: 1px;
}

.service-item i {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 64px;
  color: rgba(254, 255, 175, 0.99);
}

/**
 * 12.6 - contact
 * -------------------------
 */
#contact {
  /* #contact padding */
  padding: 90px 0;
}

@media (min-width: 992px) {
  #contact {
    /* #contact padding */
    padding: 150px 0;
  }
}

.section-contact {
  position: relative;
  margin: 60px 0 0;
}

@media (min-width: 992px) {
  .section-contact {
    margin: 120px 0 0;
  }
}

/* contact method */
address {
  position: relative;
  padding-top: 2.5px;
  margin-bottom: 50px;
  font-style: normal;
}

address i {
  -webkit-border-top-left-radius: 50%;
          border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
          border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(34, 34, 34, 0.99);
  text-align: center;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.99);
}

address i:hover {
  background-color: rgba(34, 34, 34, 0.75);
}

address i:before {
  width: 50px;
  height: 50px;
  line-height: inherit !important;
}

address h5 {
  margin-bottom: 5px;
  margin-left: 70px;
}

address p {
  line-height: 1.5;
  margin-left: 70px;
}

/* map */
#map-canvas {
  /* map width */
  width: 360px;
  /* map height */
  height: 460px;
  max-width: 100%;
  margin: 90px auto 0;
  /* box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
          box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
}

/* contact section figure */
#contact .section-figure {
  display: none;
  position: relative;
  /* figure width */
  width: 360px;
  /* figure height */
  height: 500px;
  max-width: 100%;
  margin: 60px auto 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* image url */
  background-image: url(../img/figure/figure-contact.jpg);
  /* box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
          box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
}

@media (min-width: 992px) {
  #contact .section-figure {
    margin: 120px 0 0;
  }
}

.no-map #contact .section-figure {
  display: block;
}

/**
 * 13.0 - footer
 * --------------------------------------------------
 */
#footer {
  padding: 120px 0;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.99);
}

.copyright {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.3);
}

.copyright a {
  color: rgba(254, 255, 175, 0.99);
}

/**
 * background
 * --------------------------------------------------
 */
/* loader backgound */
#loader {
  background-color: #222222;
}

/* nav background */
.nav {
  background-color: #1b1d23;
}

/* overlay */
#overlay {
  background-color: rgba(34, 34, 34, 0.65);
}

/**
 * color
 *
 * 01. search below rgba color code
 * 02. replace with yours code to fast customize
 * --------------------------------------------------
 * red-1:                    rgba(255, 151, 157, .99)
 * red-2:                    rgba(255, 6, 90, .99)
 * blue-1:                   rgba(175, 255, 254, .99)
 * blue-2:                   rgba(0, 246, 255, 0.99)
 * green-1:                  rgba(144, 255, 213, .99)
 * green-2:                  rgba(0, 255, 205, .99)
 * yellow-1:                 rgba(254, 255, 175, .99)
 * yellow-2:                 rgba(255, 234, 99, .99)
 * brown-1:                  rgba(247, 205, 144, 0.99)
 * brown-2:                  rgba(228, 176, 99, .99)
 *
 */
/**
 * yellow-1
 * -------------------------
 */
.yellow-1 a:not(.btn) {
  /* link */
  color: rgba(254, 255, 175, 0.99);
}

.yellow-1 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(254, 255, 175, 0.99);
          box-shadow: 10px 10px 0 rgba(254, 255, 175, 0.99);
}

.yellow-1 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(254, 255, 175, 0.99);
}

.yellow-1 nav ol a:hover {
  /* menu hover */
  color: rgba(254, 255, 175, 0.99) !important;
}

.yellow-1 nav ul i:hover,
.yellow-1 nav ul i:focus {
  /* social hover */
  color: rgba(254, 255, 175, 0.99);
}

.yellow-1 .section-line {
  /* section line */
  background-color: rgba(254, 255, 175, 0.99);
}

.yellow-1 .section-box {
  /* section color box */
  background-color: rgba(254, 255, 175, 0.99);
}

.yellow-1 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99) !important;
}

.yellow-1 .service-item i {
  /* service item color */
  color: rgba(254, 255, 175, 0.99);
}

.yellow-1 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
          box-shadow: 30px 30px 0 rgba(254, 255, 175, 0.99);
}

.yellow-1 .copyright a {
  /* copyright link color */
  color: rgba(254, 255, 175, 0.99);
}

/**
 * yellow-2
 * -------------------------
 */
.yellow-2 a:not(.btn) {
  /* link */
  color: rgba(255, 234, 99, 0.99);
}

.yellow-2 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(255, 234, 99, 0.99);
          box-shadow: 10px 10px 0 rgba(255, 234, 99, 0.99);
}

.yellow-2 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(255, 234, 99, 0.99);
}

.yellow-2 nav ol a:hover {
  /* menu hover */
  color: rgba(255, 234, 99, 0.99) !important;
}

.yellow-2 nav ul i:hover,
.yellow-2 nav ul i:focus {
  /* social hover */
  color: rgba(255, 234, 99, 0.99);
}

.yellow-2 .section-box {
  /* section color box */
  background-color: rgba(255, 234, 99, 0.99);
}

.yellow-2 .section-line {
  /* section line */
  background-color: rgba(255, 234, 99, 0.99);
}

.yellow-2 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(255, 234, 99, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(255, 234, 99, 0.99) !important;
}

.yellow-2 .service-item i {
  /* service item color */
  color: rgba(255, 234, 99, 0.99);
}

.yellow-2 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(255, 234, 99, 0.99);
          box-shadow: 30px 30px 0 rgba(255, 234, 99, 0.99);
}

.yellow-2 .copyright a {
  /* copyright link color */
  color: rgba(255, 234, 99, 0.99);
}

/**
 * blue-1
 * -------------------------
 */
.blue-1 a:not(.btn) {
  /* link */
  color: rgba(175, 255, 254, 0.99);
}

.blue-1 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(175, 255, 254, 0.99);
          box-shadow: 10px 10px 0 rgba(175, 255, 254, 0.99);
}

.blue-1 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(175, 255, 254, 0.99);
}

.blue-1 nav ol a:hover {
  /* menu hover */
  color: rgba(175, 255, 254, 0.99) !important;
}

.blue-1 nav ul i:hover,
.blue-1 nav ul i:focus {
  /* social hover */
  color: rgba(175, 255, 254, 0.99);
}

.blue-1 .section-line {
  /* section line */
  background-color: rgba(175, 255, 254, 0.99);
}

.blue-1 .section-box {
  /* section color box */
  background-color: rgba(175, 255, 254, 0.99);
}

.blue-1 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(175, 255, 254, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(175, 255, 254, 0.99) !important;
}

.blue-1 .service-item i {
  /* service item color */
  color: rgba(175, 255, 254, 0.99);
}

.blue-1 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(175, 255, 254, 0.99);
          box-shadow: 30px 30px 0 rgba(175, 255, 254, 0.99);
}

.blue-1 .copyright a {
  /* copyright link color */
  color: rgba(175, 255, 254, 0.99);
}

/**
 * blue-2
 * -------------------------
 */
.blue-2 a:not(.btn) {
  /* link */
  color: rgba(0, 246, 255, 0.99);
}

.blue-2 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(0, 246, 255, 0.99);
          box-shadow: 10px 10px 0 rgba(0, 246, 255, 0.99);
}

.blue-2 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(0, 246, 255, 0.99);
}

.blue-2 nav ol a:hover {
  /* menu hover */
  color: rgba(0, 246, 255, 0.99) !important;
}

.blue-2 nav ul i:hover,
.blue-2 nav ul i:focus {
  /* social hover */
  color: rgba(0, 246, 255, 0.99);
}

.blue-2 .section-box {
  /* section color box */
  background-color: rgba(0, 246, 255, 0.99);
}

.blue-2 .section-line {
  /* section line */
  background-color: rgba(0, 246, 255, 0.99);
}

.blue-2 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(0, 246, 255, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(0, 246, 255, 0.99) !important;
}

.blue-2 .service-item i {
  /* service item color */
  color: rgba(0, 246, 255, 0.99);
}

.blue-2 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(0, 246, 255, 0.99);
          box-shadow: 30px 30px 0 rgba(0, 246, 255, 0.99);
}

.blue-2 .copyright a {
  /* copyright link color */
  color: rgba(0, 246, 255, 0.99);
}

/**
 * green-1
 * -------------------------
 */
.green-1 a:not(.btn) {
  /* link */
  color: rgba(144, 255, 213, 0.99);
}

.green-1 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(144, 255, 213, 0.99);
          box-shadow: 10px 10px 0 rgba(144, 255, 213, 0.99);
}

.green-1 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(144, 255, 213, 0.99);
}

.green-1 nav ol a:hover {
  /* menu hover */
  color: rgba(144, 255, 213, 0.99) !important;
}

.green-1 nav ul i:hover,
.green-1 nav ul i:focus {
  /* social hover */
  color: rgba(144, 255, 213, 0.99);
}

.green-1 .section-line {
  /* section line */
  background-color: rgba(144, 255, 213, 0.99);
}

.green-1 .section-box {
  /* section color box */
  background-color: rgba(144, 255, 213, 0.99);
}

.green-1 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(144, 255, 213, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(144, 255, 213, 0.99) !important;
}

.green-1 .service-item i {
  /* service item color */
  color: rgba(144, 255, 213, 0.99);
}

.green-1 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(144, 255, 213, 0.99);
          box-shadow: 30px 30px 0 rgba(144, 255, 213, 0.99);
}

.green-1 .copyright a {
  /* copyright link color */
  color: rgba(144, 255, 213, 0.99);
}

/**
 * green-2
 * -------------------------
 */
.green-2 a:not(.btn) {
  /* link */
  color: rgba(0, 255, 205, 0.99);
}

.green-2 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(0, 255, 205, 0.99);
          box-shadow: 10px 10px 0 rgba(0, 255, 205, 0.99);
}

.green-2 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(0, 255, 205, 0.99);
}

.green-2 nav ol a:hover {
  /* menu hover */
  color: rgba(0, 255, 205, 0.99) !important;
}

.green-2 nav ul i:hover,
.green-2 nav ul i:focus {
  /* social hover */
  color: rgba(0, 255, 205, 0.99);
}

.green-2 .section-box {
  /* section color box */
  background-color: rgba(0, 255, 205, 0.99);
}

.green-2 .section-line {
  /* section line */
  background-color: rgba(0, 255, 205, 0.99);
}

.green-2 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(0, 255, 205, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(0, 255, 205, 0.99) !important;
}

.green-2 .service-item i {
  /* service item color */
  color: rgba(0, 255, 205, 0.99);
}

.green-2 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(0, 255, 205, 0.99);
          box-shadow: 30px 30px 0 rgba(0, 255, 205, 0.99);
}

.green-2 .copyright a {
  /* copyright link color */
  color: rgba(0, 255, 205, 0.99);
}

/**
 * red-1
 * -------------------------
 */
.red-1 a:not(.btn) {
  /* link */
  color: rgba(255, 151, 157, 0.99);
}

.red-1 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(255, 151, 157, 0.99);
          box-shadow: 10px 10px 0 rgba(255, 151, 157, 0.99);
}

.red-1 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(255, 151, 157, 0.99);
}

.red-1 nav ol a:hover {
  /* menu hover */
  color: rgba(255, 151, 157, 0.99) !important;
}

.red-1 nav ul i:hover,
.red-1 nav ul i:focus {
  /* social hover */
  color: rgba(255, 151, 157, 0.99);
}

.red-1 .section-line {
  /* section line */
  background-color: rgba(255, 151, 157, 0.99);
}

.red-1 .section-box {
  /* section color box */
  background-color: rgba(255, 151, 157, 0.99);
}

.red-1 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(255, 151, 157, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(255, 151, 157, 0.99) !important;
}

.red-1 .service-item i {
  /* service item color */
  color: rgba(255, 151, 157, 0.99);
}

.red-1 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(255, 151, 157, 0.99);
          box-shadow: 30px 30px 0 rgba(255, 151, 157, 0.99);
}

.red-1 .copyright a {
  /* copyright link color */
  color: rgba(255, 151, 157, 0.99);
}

/**
 * red-2
 * -------------------------
 */
.red-2 a:not(.btn) {
  /* link */
  color: rgba(255, 6, 90, 0.99);
}

.red-2 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(255, 6, 90, 0.99);
          box-shadow: 10px 10px 0 rgba(255, 6, 90, 0.99);
}

.red-2 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(255, 6, 90, 0.99);
}

.red-2 nav ol a:hover {
  /* menu hover */
  color: rgba(255, 6, 90, 0.99) !important;
}

.red-2 nav ul i:hover,
.red-2 nav ul i:focus {
  /* social hover */
  color: rgba(255, 6, 90, 0.99);
}

.red-2 .section-box {
  /* section color box */
  background-color: rgba(255, 6, 90, 0.99);
}

.red-2 .section-line {
  /* section line */
  background-color: rgba(255, 6, 90, 0.99);
}

.red-2 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(255, 6, 90, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(255, 6, 90, 0.99) !important;
}

.red-2 .service-item i {
  /* service item color */
  color: rgba(255, 6, 90, 0.99);
}

.red-2 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(255, 6, 90, 0.99);
          box-shadow: 30px 30px 0 rgba(255, 6, 90, 0.99);
}

.red-2 .copyright a {
  /* copyright link color */
  color: rgba(255, 6, 90, 0.99);
}

/**
 * brown-1
 * -------------------------
 */
.brown-1 a:not(.btn) {
  /* link */
  color: rgba(247, 205, 144, 0.99);
}

.brown-1 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(247, 205, 144, 0.99);
          box-shadow: 10px 10px 0 rgba(247, 205, 144, 0.99);
}

.brown-1 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(247, 205, 144, 0.99);
}

.brown-1 nav ol a:hover {
  /* menu hover */
  color: rgba(247, 205, 144, 0.99) !important;
}

.brown-1 nav ul i:hover,
.brown-1 nav ul i:focus {
  /* social hover */
  color: rgba(247, 205, 144, 0.99);
}

.brown-1 .section-line {
  /* section line */
  background-color: rgba(247, 205, 144, 0.99);
}

.brown-1 .section-box {
  /* section color box */
  background-color: rgba(247, 205, 144, 0.99);
}

.brown-1 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(247, 205, 144, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(247, 205, 144, 0.99) !important;
}

.brown-1 .service-item i {
  /* service item color */
  color: rgba(247, 205, 144, 0.99);
}

.brown-1 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(247, 205, 144, 0.99);
          box-shadow: 30px 30px 0 rgba(247, 205, 144, 0.99);
}

.brown-1 .copyright a {
  /* copyright link color */
  color: rgba(247, 205, 144, 0.99);
}

/**
 * brown-2
 * -------------------------
 */
.brown-2 a:not(.btn) {
  /* link */
  color: rgba(228, 176, 99, 0.99);
}

.brown-2 .btn {
  /* button shadow */
  -webkit-box-shadow: 10px 10px 0 rgba(228, 176, 99, 0.99);
          box-shadow: 10px 10px 0 rgba(228, 176, 99, 0.99);
}

.brown-2 .header-toggle i {
  /* toggle icon background */
  background-color: rgba(228, 176, 99, 0.99);
}

.brown-2 nav ol a:hover {
  /* menu hover */
  color: rgba(228, 176, 99, 0.99) !important;
}

.brown-2 nav ul i:hover,
.brown-2 nav ul i:focus {
  /* social hover */
  color: rgba(228, 176, 99, 0.99);
}

.brown-2 .section-box {
  /* section color box */
  background-color: rgba(228, 176, 99, 0.99);
}

.brown-2 .section-line {
  /* section line */
  background-color: rgba(228, 176, 99, 0.99);
}

.brown-2 .section-figure {
  /* section figure box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(228, 176, 99, 0.99) !important;
          box-shadow: 30px 30px 0 rgba(228, 176, 99, 0.99) !important;
}

.brown-2 .service-item i {
  /* service item color */
  color: rgba(228, 176, 99, 0.99);
}

.brown-2 #map-canvas {
  /* map box shadow */
  -webkit-box-shadow: 30px 30px 0 rgba(228, 176, 99, 0.99);
          box-shadow: 30px 30px 0 rgba(228, 176, 99, 0.99);
}

.brown-2 .copyright a {
  /* copyright link color */
  color: rgba(228, 176, 99, 0.99);
}