/* --------------------------------------------------------
    Template name:      Quiko
    Author:             j2sfox.com
    Version:            1.0.0
--------------------------------------------------------- */
/*========================================================*/
/*      TABLE OF CONTENTS:      */
/*========================================================*/
/*  
    Reset               - 01
    Grid       			    - 02
    Base Styles         - 03
    Form          		  - 04
    Navigation          - 05
*/
/*--------------------------------------------------------
    ---    Reset - 01     ---     
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  margin: 0;
  min-height: 100%;
  font-size: 16px; 
  color:#fff!important;
  background: url(../img/bg-menu-wrapper.jpg) no-repeat #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }
.wrapper .contents-wrapper .centered-contents h3
{
  color: #666!important;
}
.social h6
{
  color: #666!important;
}
.social ul li
{
  color: #666!important;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -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 {
  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;
  font: inherit;
  margin: 0; }

/**
 * 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;
  cursor: pointer;
  /* 3 */ }

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

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

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

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

/**
 * 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;
  box-sizing: content-box; }

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

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

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

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

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

::selection {
  background: #2c3e50;
  color: #fff;
  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; }

/* ==========================================================================
   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: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

ol {
  padding-left: 20px;
  list-style-position: outside; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1; }

/*--------------------------------------------------------
    ---    Grid - 02     ---     
*/
.container {
  width: 1560px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container-fluid {
  padding: 0 15px; }

.container-small {
  width: 1330px; }

.container-xsmall {
  width: 1070px; }

.container .container-small,
.container .container-xsmall {
  padding: 0; }

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

.col,
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12,
.col-sm1,
.col-sm2,
.col-sm3,
.col-sm4,
.col-sm5,
.col-sm6,
.col-sm7,
.col-sm8,
.col-sm9,
.col-sm10,
.col-sm11,
.col-sm12,
.col-xs1,
.col-xs2,
.col-xs3,
.col-xs4,
.col-xs5,
.col-xs6,
.col-xs7,
.col-xs8,
.col-xs9,
.col-xs10,
.col-xs11,
.col-xs12 {
  padding: 0 15px; }

.col12,
.col-sm12,
.col-xs12 {
  width: 100%; }

.col11,
.col-sm11,
.col-xs11 {
  width: 91.66666667%; }

.col10,
.col-sm10,
.col-xs10 {
  width: 83.33333333%; }

.col9,
.col-sm9,
.col-xs9 {
  width: 75%; }

.col8,
.col-sm8,
.col-xs8 {
  width: 66.66666667%; }

.col7,
.col-sm7,
.col-xs7 {
  width: 58.33333333%; }

.col6,
.col-sm6,
.col-xs6 {
  width: 50%; }

.col5,
.col-sm5,
.col-xs5 {
  width: 41.66666667%; }

.col4,
.col-sm4,
.col-xs4 {
  width: 33.33333333%; }

.col3,
.col-sm3,
.col-xs3 {
  width: 25%; }

.col2,
.col-sm2,
.col-xs2 {
  width: 16.66666667%; }

.col1,
.col-sm1,
.col-xs1 {
  width: 8.33333333%; }

.col-left {
  margin-left: 0;
  margin-right: auto; }

.col-center {
  margin-left: auto;
  margin-right: auto; }

.col-right {
  margin-left: auto;
  margin-right: 0; }

.align-top {
  align-self: flex-start; }

.align-middle {
  align-self: center; }

.align-bottom {
  align-self: flex-end; }

@media (max-width: 992px) {
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11,
  .col12,
  .col-contents,
  .col-sidebar {
    width: 100%; }

  .col-sm12,
  .col-xs12 {
    width: 100%; }

  .col-sm11,
  .col-xs11 {
    width: 91.66666667%; }

  .col-sm10,
  .col-xs10 {
    width: 83.33333333%; }

  .col-sm9,
  .col-xs9 {
    width: 75%; }

  .col-sm8,
  .col-xs8 {
    width: 66.66666667%; }

  .col-sm7,
  .col-xs7 {
    width: 58.33333333%; }

  .col-sm6,
  .col-xs6 {
    width: 50%; }

  .col-sm5,
  .col-xs5 {
    width: 41.66666667%; }

  .col-sm4,
  .col-xs4 {
    width: 33.33333333%; }

  .col-sm3,
  .col-xs3 {
    width: 25%; }

  .col-sm2,
  .col-xs2 {
    width: 16.66666667%; }

  .col-sm1,
  .col-xs1 {
    width: 8.33333333%; } }
@media (max-width: 768px) {
  .col-sm1,
  .col-sm2,
  .col-sm3,
  .col-sm4,
  .col-sm5,
  .col-sm6,
  .col-sm7,
  .col-sm8,
  .col-sm9,
  .col-sm10,
  .col-sm11,
  .col-sm12 {
    width: 100%; }

  .col-xs12 {
    width: 100%; }

  .col-xs11 {
    width: 91.66666667%; }

  .col-xs10 {
    width: 83.33333333%; }

  .col-xs9 {
    width: 75%; }

  .col-xs8 {
    width: 66.66666667%; }

  .col-xs7 {
    width: 58.33333333%; }

  .col-xs6 {
    width: 50%; }

  .col-xs5 {
    width: 41.66666667%; }

  .col-xs4 {
    width: 33.33333333%; }

  .col-xs3 {
    width: 25%; }

  .col-xs2 {
    width: 16.66666667%; }

  .col-xs1 {
    width: 8.33333333%; } }
/*--------------------------------------------------------
    ---    Base styles - 01     ---     
*/
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* --- Material box shadow --- */
/*
   Author's custom styles
   ======================== 
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

html, body {
  height: 100%;
  font-size: 14px; }

body {
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  line-height: 1.6em;
  color: #6d6d6d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1); }

p {
  line-height: 1.4em;
  margin: 0 0 2em; }

p.small {
  font-size: 0.9em;
  color: #a1a1a1;
  line-height: 2em; }

p.large {
  font-size: 1.42em; }

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

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  margin-top: 1.6;
  font-weight: 700;
  color: #666; }
  .menu-wrapper h1, .menu-wrapper h2, .menu-wrapper h3, .menu-wrapper h4, .menu-wrapper h5, .menu-wrapper h6 {
    color: inherit; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 30px; }

h6 {
  font-size: 24px; }

#header {
  padding: 34px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }
  #header .row-fluid {
    align-items: center;
    justify-content: space-between; }
    #header .row-fluid .col-nav-toggle,
    #header .row-fluid .col-logo {
      padding: 0 15px; }
  @media (max-width: 991px) {
    #header {
      padding: 10px 0; } }

.logo {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  display: inline-block; }
  .logo span {
    color: #ea36a3; }

/* -- Custom scrollbar -- */
.mCSB_scrollTools {
  z-index: 999; }

.mCSB_inside > .mCSB_container {
  margin: 0 !important; }

body.mCS_destroyed {
  overflow: hidden; }

/*--------------------------------------------------------
    ---    Form - 01     ---     
*/
/*--------------------------------------------------------
    --- Button ---     
*/
.col-logo
{
  text-align: center;
  margin: auto;
}
.btn {
  background: #6242a3;
  color: #fff;
  border: none;
  border-color: initial;
  border-radius: 4px;
  padding: 9px 32px;
  font-size: 1em;
  line-height: 32px;
  display: inline-block;
  min-width: 152px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); }

.btn:hover,
.btn-secondary {
  background: #6e7a16; }

.btn-secondary:hover {
  background: #6e7a16; }

.field-input input[type="file"].custom-file-input {
  font-size: 0;
  opacity: 0;
  z-index: 99;
  position: relative;
  cursor: pointer; }
.field-input span.placeholder {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 30px 15px 70px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden; }

.custom-file-input::before {
  content: '';
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 1rem; }

.custom-file-input:hover::before {
  border-color: black; }

.form-group select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right center; }

/* --------------------------------------------------------------------------
    Custom checkbox, raio button and Select list
*/
.custom-radio input[type="radio"] + label,
.custom-checkbox input[type="checkbox"] + label {
  line-height: 20px;
  margin: 0;
  font-weight: inherit;
  padding-left: 26px;
  position: relative;
  padding-left: 25px;
  display: inline-block; }

.custom-radio input[type="radio"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0; }

.custom-radio input[type="radio"] + label span:before,
.custom-radio input[type="radio"] + label span:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 30px; }

.custom-radio input[type="radio"] + label span:after {
  border: 0 solid #fff; }

.custom-radio input[type="radio"]:checked + label span:after {
  border-width: 4px; }

.custom-radio input[type="radio"] + label span:before {
  background: #fff;
  border: 4 solid #fff;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.custom-radio input[type="radio"]:checked + label span:before {
  background: #fff;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.custom-checkbox, .custom-radio {
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  display: inline-block; }

.custom-checkbox + .custom-checkbox,
.custom-radio + .custom-radio {
  margin-left: 22px; }

.custom-checkbox input[type="checkbox"] + label::before,
.custom-radio input[type="radio"] + label::before {
  vertical-align: middle; }

.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 99; }

.custom-checkbox input[type="checkbox"] + label,
.custom-radio input[type="radio"] + label {
  padding: 0 0 0 30px;
  font-size: 1em;
  -webkit-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial; }

.custom-checkbox input[type="checkbox"] + label::before,
.custom-checkbox input[type="checkbox"] + label::after,
.custom-radio input[type="radio"] + label::before,
.custom-radio input[type="radio"] + label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 8px 0 0;
  vertical-align: middle;
  padding: 0;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-checkbox input[type="checkbox"] + label::after {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  height: 8px;
  width: 3px;
  margin: 0;
  left: 6px;
  top: 2px;
  opacity: 0;
  -webkit-transform: rotate(35deg) scale(0);
  -ms-transform: rotate(35deg) scale(0);
  -o-transform: rotate(35deg) scale(0);
  transform: rotate(35deg) scale(0); }

.custom-form input[type="checkbox"]:disabled + label,
.custom-form input[type="radio"]:disabled + label {
  opacity: .5;
  cursor: default; }

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background: #f7484f;
  border-color: #f7484f; }

.custom-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(35deg) scale(1);
  -ms-transform: rotate(35deg) scale(1);
  -o-transform: rotate(35deg) scale(1);
  transform: rotate(35deg) scale(1); }

.custom-radio input[type="radio"] + label::before,
.custom-radio input[type="radio"] + label::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */ }

.custom-radio input[type="radio"] + label::after {
  height: 10px;
  width: 10px;
  background: #FFF;
  border: none;
  left: 5px;
  top: 5px;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.custom-radio input[type="radio"]:checked + label::before {
  border: 1px solid #fff; }

.custom-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  background: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.custom-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  background: #fff; }

.custom-select:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: inherit;
  height: 20px;
  width: 30px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  color: #000; }

.custom-select select {
  width: 100%;
  background: transparent !important;
  position: relative;
  z-index: 100;
  float: none;
  padding-right: 40px !important;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select select option {
  background: #FFF; }

.custom-select select option:hover {
  background: #00f5f5 !important; }

option {
  background-color: #ffffff;
  color: #000; }

option:nth-child(even) {
  background-color: #eeeeee; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select,
.form-options a,
.btn {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */ }

/* --------------------------------------------------------------------------
    -- Material style
*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  display: block;
  line-height: 18px;
  font-size: 1em;
  color: inherit;
  margin-bottom: 30px;
  width: 100%;
  display: block;
  width: 100%;
  padding: 12px 15px 12px 0;
  font-family: inherit; }
  .field-wrap input[type="text"], .field-wrap
  input[type="tel"], .field-wrap
  input[type="email"], .field-wrap
  input[type="password"], .field-wrap
  textarea, .field-wrap
  select {
    margin-bottom: 0; }

.input-field {
  border: 1px solid #fff;
  border-radius: .215rem;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left bottom, left -webkit-calc(100% - 1px);
  background-position: left bottom, left calc(100% - 1px);
  -webkit-background-size: 0 3px, 100% 1px;
  background-size: 0 3px, 100% 1px;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  position: relative;
  z-index: 99; }
  .nav-dark .input-field {
    border-bottom-color: #000; }

.input-field, .input-field:focus, .input-field.focus {
  float: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e7a16), to(#6e7a16)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -webkit-linear-gradient(#6e7a16, #6e7a16), -webkit-linear-gradient(#000, #000);
  background-image: -o-linear-gradient(#6e7a16, #6e7a16), -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#6e7a16, #6e7a16), linear-gradient(#000, #000); }
  .wrapper-primary .input-field, .wrapper-secondary .input-field, .wrapper-gradient .input-field, .menu-wrapper .input-field, .wrapper-light .input-field, .wrapper-night .input-field, .wrapper-primary .input-field:focus, .wrapper-secondary .input-field:focus, .wrapper-gradient .input-field:focus, .menu-wrapper .input-field:focus, .wrapper-light .input-field:focus, .wrapper-night .input-field:focus, .wrapper-primary .input-field.focus, .wrapper-secondary .input-field.focus, .wrapper-gradient .input-field.focus, .menu-wrapper .input-field.focus, .wrapper-light .input-field.focus, .wrapper-night .input-field.focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6e7a16), to(#ea36a3)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(#6e7a16, #6e7a16), -webkit-linear-gradient(#fff, #fff);
    background-image: -o-linear-gradient(#6e7a16, #6e7a16), -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#6e7a16, #6e7a16), linear-gradient(#fff, #fff); }
  .field-error .input-field, .field-error .input-field:focus, .field-error .input-field.focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6e7a16), to(#ea36a3)), -webkit-gradient(linear, left top, left bottom, from(#e34635), to(#e34635));
    background-image: -webkit-linear-gradient(#6e7a16, #6e7a16), -webkit-linear-gradient(#e34635, #e34635);
    background-image: -o-linear-gradient(#6e7a16, #6e7a16), -o-linear-gradient(#e34635, #e34635);
    background-image: linear-gradient(#6e7a16, #6e7a16), linear-gradient(#e34635, #e34635); }
  .nav-dark .input-field, .nav-dark .input-field:focus, .nav-dark .input-field.focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea36a3), to(#ea36a3)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: -webkit-linear-gradient(#6e7a16, #6e7a16), -webkit-linear-gradient(#000, #000);
    background-image: -o-linear-gradient(#6e7a16, #6e7a16), -o-linear-gradient(#000, #000);
    background-image: linear-gradient(#6e7a16, #6e7a16), linear-gradient(#000, #000); }

.input-field:focus, .input-field.focus {
  outline: none;
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.field-wrap {
  position: relative;
  margin-bottom: 40px; }

.field-wrap label {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 1em;
  z-index: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.375, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0, 0.375, 1);
  -o-transition: all 300ms cubic-bezier(0, 0, 0.375, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.375, 1);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.375, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.375, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.375, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.375, 1);
  /* custom */ }

.holder-focus label {
  font-size: .9em;
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
  opacity: 1; }

.contact-error {
  padding: 5px 15px;
  background: #e34635;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  display: none; }

/*--------------------------------------------------------
    ---    Navigation - 01     ---     
*/
.nav-toggle {
  height: 44px;
  width: 44px;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 9999; }
  .nav-toggle > span {
    position: absolute;
    display: block;
    top: 6px;
    left: 12px;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 3px;
    margin: 0;
    background: #000;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
    .nav-toggle > span + span {
      top: 6px;
      left: 20px; }
      .nav-toggle > span + span + span {
        top: 6px;
        left: 28px; }
    .wrapper-primary .nav-toggle > span, .wrapper-secondary .nav-toggle > span, .wrapper-gradient .nav-toggle > span, .wrapper-light .nav-toggle > span, .wrapper-dark .nav-toggle > span, .nav-light .nav-toggle > span {
      background: #fff; }
    .nav-dark .nav-toggle > span, .nav-visible .nav-dark .nav-toggle > span {
      background: #000; }
  .nav-visible .nav-toggle > span, .page-contents .nav-toggle > span {
    left: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
    .nav-visible .nav-toggle > span + span, .page-contents .nav-toggle > span + span {
      width: 0;
      height: 0; }
      .nav-visible .nav-toggle > span + span + span, .page-contents .nav-toggle > span + span + span {
        height: 30px;
        width: 3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .page-visible .nav-toggle > span, .page-visible .nav-toggle > span + span + span {
    height: 15px;
    left: 14px;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .page-visible .nav-toggle > span + span + span {
    left: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .page-visible .nav-toggle > span + span {
    height: 22px;
    left: 19px;
    top: 6px;
    width: 3px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

.menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6242a3;
  color: #fff;
  z-index: 990;
  display: flex;
  align-items: center;
  display: none; }
  .menu-wrapper .page-visible .menu-wrapper {
    z-index: 992; }
  .menu-wrapper .nav-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center; }
    .menu-wrapper .nav-wrapper .mCustomScrollBox {
      width: 100%; }
    .menu-wrapper .nav-wrapper .mCustomScrollBox {
      height: auto !important;
      max-height: 100%; }
  .menu-wrapper .nav {
    padding: 30px 0; }
    .menu-wrapper .nav ul {
      margin: 0 auto;
      text-align: center; }
      .menu-wrapper .nav ul li {
        line-height: 1.6em;
        margin-bottom: 15px;
        font-size: 48px;
        font-weight: 700; }
        .menu-wrapper .nav ul li a {
          position: relative;
          display: inline-block; }
          .menu-wrapper .nav ul li a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 0;
            background: #fff;
            content: '';
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -ms-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }
            .nav-dark .menu-wrapper .nav ul li a:after {
              background: #000; }
          .menu-wrapper .nav ul li a:hover:after {
            width: 100%; }
        @media (max-width: 768px) {
          .menu-wrapper .nav ul li {
            font-size: 28px; } }
  .menu-wrapper.bg-gradient-diagonal {
    background: #6242a3;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #6242a3 0%, #ea36a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #6242a3 0%, #ea36a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #6242a3 0%, #ea36a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$secondary-color',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    color: #fff; }
    .menu-wrapper.bg-gradient-diagonal .page-contents {
      background: #6242a3;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #6242a3 0%, #ea36a3 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #6242a3 0%, #ea36a3 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #6242a3 0%, #ea36a3 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$secondary-color',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
  .menu-wrapper.menu-wrapper-bg {
    background: url(../img/bg-slide1.jpg) no-repeat center center;
    background-size: cover; }
    .menu-wrapper.menu-wrapper-bg .page-contents {
      background: url(../img/bg-slide1.jpg) no-repeat center center;
      background-size: cover; }
  .menu-wrapper.menu-wrapper-bg2 {
    background: url(../img/bg-menu-wrapper2.jpg) no-repeat center center;
    background-size: cover; }
    .menu-wrapper.menu-wrapper-bg2 .page-contents {
      background: url(../img/bg-menu-wrapper2.jpg) no-repeat center center;
      background-size: cover; }
  .menu-wrapper.menu-wrapper-bg3 {
    background: url(../img/bg-slide4.jpg) no-repeat center center;
    background-size: cover;
    color: #000; }
    .menu-wrapper.menu-wrapper-bg3 .page-contents {
      background: url(../img/bg-slide4.jpg) no-repeat center center;
      background-size: cover;
      color: #000; }
  .menu-wrapper.menu-wrapper-white {
    background: url(../img/bg1.jpg) no-repeat center center;
    color: #000; }
    .menu-wrapper.menu-wrapper-white .page-contents {
      background: url(../img/bg1.jpg) no-repeat center center;
      color: #000; }

/*--------------------------------------------------------
    ---    template styles - 01     ---     
*/
.wrapper {
  color: #000;
  position: relative;
  z-index: 99; }
  .wrapper .contents-wrapper {
    width: 100%;
    min-height: 100vh;
    padding: 100px 0 60px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9; }
    .wrapper .contents-wrapper .centered-contents {
      width: 100%;
      text-align: center; }
      .wrapper .contents-wrapper .centered-contents h3 {
        font-size: 48px;
        font-size: 4vw;
        font-weight: 700;
        margin: 0 0 60px;
        text-transform: uppercase;
        color: inherit;
        text-shadow: 0 39px 98px rgba(0, 0, 0, 0.4); }
        @media (max-width: 768px) {
          .wrapper .contents-wrapper .centered-contents h3 {
            margin-bottom: 15px; } }
      @media (max-width: 768px) {
        .wrapper .contents-wrapper .centered-contents .maintenance-contents h3 {
          font-size: 8vw; }
        .wrapper .contents-wrapper .centered-contents .maintenance-contents p {
          font-size: 1em;
          margin-bottom: 0; } }
    @media (max-width: 768px) {
      .wrapper .contents-wrapper {
        padding-bottom: 20px; } }
  .wrapper.wrapper-light {
    color: #fff; }
  .wrapper.wrapper-dark {
    color: #000; }
  .wrapper.wrapper-night {
    background: #000;
    color: #fff; }
  .wrapper.wrapper-primary {
    background: #6242a3;
    color: #ffffff; }
  .wrapper.wrapper-secondary {
    background: #ea36a3;
    color: #000000; }
  .wrapper.wrapper-gradient {
    background: #6242a3;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #6242a3 0%, #ea36a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #6242a3 0%, #ea36a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #6242a3 0%, #ea36a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$secondary-color',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    color: #fff; }
  .wrapper.wrapper-bg1 {
    background: url(../img/bg1.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .wrapper.wrapper-bg2 {
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .wrapper .bg-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bg-video,
.bg-fixed,
.bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.date-countdown {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .date-countdown .contdown-col {
    width: 25%; }
    .date-countdown .contdown-col .contdown-head {
      font-size: 200px;
      font-size: 13vw;
      font-weight: 700;
      display: block;
      width: 100%;
      line-height: 1;
      margin-bottom: 20px; }
      .wrapper-primary .date-countdown .contdown-col .contdown-head, .wrapper-secondary .date-countdown .contdown-col .contdown-head, .wrapper-gradient .date-countdown .contdown-col .contdown-head, .wrapper-video .date-countdown .contdown-col .contdown-head {
        text-shadow: 0 39px 98px rgba(0, 0, 0, 0.4); }
      @media (min-width: 1599px) {
        .date-countdown .contdown-col .contdown-head {
          font-size: 11vw; } }
      @media (max-width: 768px) {
        .date-countdown .contdown-col .contdown-head {
          margin-bottom: 10px; } }
    .date-countdown .contdown-col .contdown-name {
      text-transform: capitalize;
      font-size: 20px;
      font-weight: 500;
      display: block; }
      @media (max-width: 768px) {
        .date-countdown .contdown-col .contdown-name {
          font-size: 16px; } }

.daterange {
  width: 100%; }
  .daterange .progress {
    border-radius: 120px;
    box-shadow: 0 39px 90px rgba(0, 0, 0, 0.16);
    margin-bottom: 80px; }
    .daterange .progress .progress-bar {
      height: 125px;
      border-radius: 120px;
      box-shadow: 0 13px 54px rgba(0, 0, 0, 0.2);
      background-image: -webkit-linear-gradient(left, #6242a3 0%, #ea36a3 100%);
      background-image: -o-linear-gradient(left, #6242a3 0%, #ea36a3 100%);
      background-image: linear-gradient(to right, #6242a3 0%, #ea36a3 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6242A3', endColorstr='#FFEA36A3', GradientType=1);
      background-size: 200% 100%;
      -webkit-animation: Gradient 15s ease infinite;
      -moz-animation: Gradient 15s ease infinite;
      animation: Gradient 15s ease infinite;
      font-size: 0; }
    @media (max-width: 768px) {
      .daterange .progress {
        margin-bottom: 30px; }
        .daterange .progress .progress-bar {
          height: 60px; } }
  .daterange .days-togo {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: inherit;
    text-shadow: 0 39px 98px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .daterange .days-togo {
        font-size: 24px; } }

.subscribe {
  width: 670px;
  max-width: 100%;
  position: relative;
  margin: 60px auto 0;
  z-index: 0; }
  .subscribe .field-wrap label {
    top: 20px; }
    .subscribe .field-wrap label.error {
      color: #ed1111; }
    .subscribe .field-wrap label.valid {
      color: #39bc4e; }
  .subscribe input[type="email"] {
    margin-bottom: 0;
    font-size: 16px;
    padding: 20px 60px 20px 0; }
  .subscribe button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    height: 100%;
    width: 60px;
    z-index: 999; }
  @media (max-width: 768px) {
    .subscribe .field-wrap {
      margin-bottom: 20px; } }

.social {
  margin-top: 75px; }
  .social ul li {
    display: block;
    font-size: 18px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
     }
     .social h6
     {
      color: #fff;
     }
    .social ul li a {
      display: inline-block;
      padding: 5px;
      border-radius: 50%;
      -webkit-transition: 600ms;
      -moz-transition: 600ms;
      -ms-transition: 600ms;
      -o-transition: 600ms;
      transition: 600ms; }
      .social ul li a:hover {
        color: #f1592a;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4); }
      .social ul li a .fa {
        line-height: 40px;
        display: inline-block;
        vertical-align: top; }

      .social ul li.last
      {
        font-size: 12px;
        margin-top: 30px;
      }
  @media (max-width: 768px) {
    .social {
      margin-top: 20px; }
      .social ul li {
        margin: 0;
        padding: 0; }
        .social ul li a {
          height: 34px;
          width: 34px;
          font-size: 14px; }
          .social ul li a .fa {
            line-height: 24px; } }

.page-contents {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #6242a3; }
  .page-contents .page-hidden {
    display: none; }
  .page-contents .page-item {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
    overflow: auto; }
    .page-contents .page-item h2 {
      margin-bottom: 75px; }
    .page-contents .page-item p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 28px; }
    .page-contents .page-item .page-contents-wrap {
      padding-top: 60px;
      padding-bottom: 60px; }
    .page-contents .page-item .btn-secondary:hover {
      background: #84931b; }
    .page-contents .page-item .mCustomScrollBox {
      width: 100%;
      height: auto;
      max-height: 100%; }
    @media (max-width: 768px) {
      .page-contents .page-item h2 {
        margin-bottom: 1em;
        font-size: 2em; }
      .page-contents .page-item p {
        font-size: 1em;
        line-height: 1.4em;
        margin-bottom: 1.4em; } }
  .nav-dark .page-contents {
    background: #fff;
    color: #000; }
  .wrapper-bg1 .page-contents {
    background: url(../img/bg1.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .menu-wrapper-bg3 .page-contents {
    background: url(../img/bg-slide4.jpg) no-repeat center center;
    background-size: cover;
    color: #000; }

.address {
  font-size: 16px;
  line-height: 22px; }
  .address ul li {
    position: relative;
    border-bottom: 1px solid;
    padding: 28px 0 28px 50px; }
    .address ul li:last-child {
      border-bottom: none; }
    .address ul li .icon {
      position: absolute;
      left: 0;
      top: 28px;
      width: 34px;
      height: 34px; }
      .address ul li .icon svg {
        max-width: 100%;
        max-height: 100%;
        fill: currentColor;
        color: #6e7a16; }
  @media (max-width: 992px) {
    .address {
      margin-top: 30px; } }

.sep40 {
  padding: 20px 0; }

.icon-box {
  position: relative;
  padding-left: 100px; }
  .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #2f3030;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 40px; }
  @media (max-width: 768px) {
    .icon-box {
      padding-left: 70px;
      margin-bottom: 30px; }
      .icon-box .icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 24px; } }

.page-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
  display: none; }

.maintenance-contents a {
  color: #7bb804; }

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