/* Consolidated render-blocking CSS bundle. Generated by tools/build-css-bundle.js — do not edit by hand. */

/* ===== theme2/normalize.css ===== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ===== theme2/main.css ===== */
/*! HTML5 Boilerplate v6.1.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
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * 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;
    white-space: inherit;
}

/*
 * 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.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -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 {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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

/* ===== grid.min.css ===== */
/* Minimal grid + flex/text utilities extracted from Bootstrap v4.1.3 (MIT). */
/* Only the classes the templates actually use — replaces bootstrap.min.css. */
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.order-0{-ms-flex-order:0;order:0}
.order-1{-ms-flex-order:1;order:1}
.order-2{-ms-flex-order:2;order:2}
.order-3{-ms-flex-order:3;order:3}
.order-4{-ms-flex-order:4;order:4}
.order-5{-ms-flex-order:5;order:5}
.order-6{-ms-flex-order:6;order:6}
.order-7{-ms-flex-order:7;order:7}
.order-8{-ms-flex-order:8;order:8}
.order-9{-ms-flex-order:9;order:9}
.order-10{-ms-flex-order:10;order:10}
.order-11{-ms-flex-order:11;order:11}
.order-12{-ms-flex-order:12;order:12}
@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}
@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}
@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}
@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-flex{display:-ms-flexbox!important;display:flex!important}
.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}
@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}
.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}
.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}
.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}
.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}
.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}
.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}
.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}
.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}
.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}
@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}}
@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}}
@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}}
@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}}
.m-auto{margin:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
.text-justify{text-align:justify!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media print{.container{min-width:992px!important}}

/* ===== fontawesome-all.min.css ===== */
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/css/webfonts/fa-brands-400.eot);src:url(/css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/css/webfonts/fa-brands-400.woff2) format("woff2"),url(/css/webfonts/fa-brands-400.woff) format("woff"),url(/css/webfonts/fa-brands-400.ttf) format("truetype"),url(/css/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(/css/webfonts/fa-regular-400.eot);src:url(/css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/css/webfonts/fa-regular-400.woff2) format("woff2"),url(/css/webfonts/fa-regular-400.woff) format("woff"),url(/css/webfonts/fa-regular-400.ttf) format("truetype"),url(/css/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/css/webfonts/fa-solid-900.eot);src:url(/css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/css/webfonts/fa-solid-900.woff2) format("woff2"),url(/css/webfonts/fa-solid-900.woff) format("woff"),url(/css/webfonts/fa-solid-900.ttf) format("truetype"),url(/css/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}

/* ===== theme2/rt-canvas-menu.css ===== */
.offcanvas-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    visibility: hidden;
    z-index: 7;
    top: 0;
    left: 0;
}
.offcanvas-navigation li {
    width: 100%;
    float: left;
    opacity: 0;
    pointer-events: none;
    display: block;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 10px 0;
}
.offcanvas-navigation li .dropdown {
    display: none;
    margin: 0;
    padding: 0 10%;
}
.offcanvas-navigation li:hover ul {
    display: block;
}
.offcanvas-navigation li .dropdown li {
    width: auto;
    margin: 0 10px;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: 700;
}
.offcanvas-navigation li .dropdown li .dropdown {
    padding: 0;
    margin-top: 10px;
}
.offcanvas-navigation li .dropdown li .dropdown li {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Popins', sans-serif;
}
.offcanvas-navigation.is-opened {
    z-index: 7;
    visibility: visible;
}
.offcanvas-navigation li a {
    color: #fff;
    opacity: 1;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Popins', sans-serif;
    position: relative;
    z-index: 1;
}
.offcanvas-navigation li a:after {
    content: "";
    height: 100%;
    width: 0%;
    background-color: #cccccc;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.offcanvas-navigation li a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transform: all 0.4s ease;
    transition: all 0.4s ease;
}
.offcanvas-navigation li a span {
    font-size: 11px;
    padding: 0 5px;
    background: #fff;
    color: #f50c1a;
    position: absolute;
    right: -4px;
    top: -14px;
}
.offcanvas-navigation li a:hover {
    text-decoration: none;

}
.offcanvas-navigation li a:hover:after {
    animation: btnmove 1s linear;
    
}
.offcanvas-navigation.is-opened li {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    pointer-events: auto;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.offcanvas-navigation li:nth-of-type(1) {
    transition-delay: 0s;
}
.offcanvas-navigation.is-opened li:nth-of-type(1) {
    transition-delay: 0.65s;
}
.offcanvas-navigation li:nth-of-type(2) {
    transition-delay: 0s;
}
.offcanvas-navigation.is-opened li:nth-of-type(2) {
    transition-delay: 0.7s;
}
.offcanvas-navigation li:nth-of-type(3) {
    transition-delay: 0s;
}
.offcanvas-navigation.is-opened li:nth-of-type(3) {
    transition-delay: 0.75s;
}
.offcanvas-navigation li:nth-of-type(4) {
    transition-delay: 0s;
}
.offcanvas-navigation.is-opened li:nth-of-type(4) {
    transition-delay: 0.8s;
}
.offcanvas-navigation li:nth-of-type(5) {
    transition-delay: 0s;
}
.offcanvas-navigation.is-opened li:nth-of-type(5) {
    transition-delay: 0.85s;
}
.offcanvas-navigation li:nth-of-type(6) {
    transition-delay: 0s;
}
.offcanvas-navigation.is-opened li:nth-of-type(6) {
    transition-delay: 0.9s;
}
.shape-overlays {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}
.shape-overlays.is-opened {
    pointer-events: auto;
}
.shape-overlays__path:nth-of-type(1) {
    fill: #000;
}
.shape-overlays__path:nth-of-type(2) {
    fill: #1d1d1f;
}
.shape-overlays__path:nth-of-type(3) {
    fill: #111111;
}
@-webkit-keyframes intervalOffCanvasBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}
@keyframes intervalOffCanvasBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

/* ===== style.css ===== */
/*---------------------------------------------

Template Name: ZUGAN 
Template URL: http://www.radiustheme.com/demo/html/zugan/zugan/index.html 
Description: Zugan Minimal Portfolio
Author: Radiustheme.com
Author URL: http://www.radiustheme.com 
Version: 1.1 

===================   
CSS INDEX
===================

[01] Typography
[02] Common Style
[03] Preloader Style  
[04] ScrollUp Style
[05] Media Box Custom Style
[06] Gutters Style
[07] Animation Style
[08] Title Style
[09] Own Carousal Nav Style
[10] Header Area Style
[11] Slider Area Style
[12] Service Area Style
[13] Portfolio Area Style 
[14] Testimonial Area Style
[15] Banner Area Style
[16] Blog Area Style 
[17] Brand Area Style
[18] Social Link Area Style
[19] About Us Area Style 
[20] Inner Page Banner Area Style
[21] Widget Sidebar Area Style
[22] Pagination Area Style
[23] Team Area Style
[24] Progress Bar Area Style
[25] Clients Area Style
[26] Shop Page Area Style
[27] MultiScroll Page Area Style
[28] Fullpage Scroll Page Area Style
[29] Contact Page Area Style
[30] Error Page Area Style
[31] Coming Soon Area Style
[32] Footer Area Style  

/*=======================================================================
[01] Typography 
=========================================================================*/
html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #444444;
  background-color: #ffffff;
}
p {
  margin: 0 0 20px 0;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5 {
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
/*=======================================================================
[02] Common Style
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.select-full-width {
  width: 100%;
}
.inner-page-margin {
  margin-top: 108px;
}
@media only screen and (max-width: 991px) {
  .inner-page-margin {
    margin-top: 71px;
  }
}
.margin-b-30 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1240px;
  }
}
.col-custom {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
  .col-custom {
    max-width: 20%;
    flex: 20%;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
  }
}
.box-layout .box-layout-child {
  padding-left: 10rem;
  padding-right: 10rem;
}
.box-layout .box-layout-child-1 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.box-layout .box-layout-child-2 {
  padding-left: 3rem;
  padding-right: 0;
}
.box-layout .box-layout-child-3 {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 1399px) {
  .box-layout .box-layout-child-3 {
    padding: 0;
  }
}
.box-layout .box-layout-child-4 {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 991px) {
  .box-layout .box-layout-child-4 {
    padding: 0;
  }
}
.box-layout .box-layout-child-5 {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 1199px) {
  .box-layout .box-layout-child-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.full-width-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.possition-static {
  position: static !important;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area {
  margin-bottom: 3rem;
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #111111;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background-color: rgba(17, 17, 17, 0.3);
}
.popup-content {
  position: relative;
  background: #FFF;
  border-radius: 4px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  animation: fadeInDownBig 1s;
}
@media only screen and (max-width: 575px) {
  .popup-content {
    margin-top: 72px;
  }
}
.popup-content .media {
  align-items: center;
}
.popup-content .media .item-img {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .popup-content .media .item-img {
    width: 100%;
  }
}
.popup-content .media .item-img img {
  border-radius: 4px 0 0 4px;
}
.popup-content .media .media-body {
  margin-left: 6rem;
}
@media only screen and (max-width: 575px) {
  .popup-content .media .media-body {
    margin-left: 0;
    padding: 3rem;
  }
}
.popup-content .media .media-body .item-title {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .popup-content .media .media-body .item-title {
    font-size: 24px;
  }
}
.popup-content .media .media-body .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup-content .media .media-body .item-title a:hover {
  color: #444444;
}
.popup-content .media .media-body .item-category {
  margin-top: 3rem;
}
.popup-content .media .media-body .item-category li {
  font-size: 16px;
  color: #646464;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .popup-content .media .media-body .item-category li {
    font-size: 18px;
  }
}
.popup-content .media .media-body .item-category li:last-child {
  margin-bottom: 0;
}
.popup-content .media .media-body .item-category li i {
  font-size: 14px;
  color: #000000;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .popup-content .media .media-body .item-category li i {
    font-size: 16px;
  }
}
.isotop-btn {
  margin-bottom: 4rem;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .isotop-btn:after {
    display: none;
  }
}
.isotop-btn a.nav-item {
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 5px 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.isotop-btn a.nav-item span {
  font-size: 14px;
  position: absolute;
  top: -6px;
  right: -3px;
}
.isotop-btn a.nav-item:last-child {
  margin-right: 0px;
}
.isotop-btn a.nav-item:after {
  content: "";
  height: 4px;
  width: 0%;
  background-color: #111111;
  border-radius: 4px;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .isotop-btn a.nav-item:after {
    height: 2px;
  }
}
.isotop-btn a.nav-item:hover {
  color: #b4b4b4;
}
.isotop-btn a.nav-item:hover:after {
  width: 100%;
}
.isotop-btn a.current {
  color: #b4b4b4;
}
.isotop-btn a.current:after {
  width: 100%;
}
.isotop-btn:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 4px;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute;
}
.isotop-btn-1 {
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
}
.isotop-btn-1 a.nav-item {
  font-size: 18px;
  color: #646464;
  margin-right: 40px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.isotop-btn-1 a.nav-item span {
  font-size: 14px;
  position: absolute;
  top: -8px;
  right: -24px;
}
.isotop-btn-1 a.nav-item:last-child {
  margin-right: 0px;
}
.isotop-btn-1 a.nav-item:hover {
  color: #111111;
}
@media only screen and (max-width: 575px) {
  .isotop-btn-1 a.nav-item {
    margin-right: 20px;
  }
}
.isotop-btn-1 a.current {
  color: #111111;
}
.loadmore-layout1 {
  margin-top: 7rem;
  text-align: center;
}
.loadmore-layout1 .item-btn {
  position: relative;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #111111;
  color: #111111;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.loadmore-layout1 .item-btn i:before {
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
}
.loadmore-layout1 .item-btn:hover {
  background-color: #111111;
  color: #ffffff;
}
.loadmore-layout2 {
  margin-top: 4rem;
  text-align: center;
}
.loadmore-layout2 .item-btn {
  position: relative;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid;
  border-color: #111111;
  color: #111111;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.loadmore-layout2 .item-btn i:before {
  font-size: 14px;
  margin-left: 8px;
  font-weight: 600;
}
.loadmore-layout2 .item-btn:hover {
  background-color: #111111;
  color: #ffffff;
}
/*=======================================================================
[03] Preloader Style       
=========================================================================*/
#preloader {
  background: #000000 url('/css/img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
/*=======================================================================
[04] ScrollUp Style
=========================================================================*/
#scrollUp {
  background-color: rgba(17, 17, 17, 0.3);
  bottom: 20px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 44px;
  z-index: 99999;
  border: 2px solid #111111;
  border-radius: 50%;
  transition: all 1s ease-out;
}
#scrollUp i {
  color: #111111;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #111111;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
/*=======================================================================
[05] Media Box Custom Style
=========================================================================*/
.media-body {
  margin-left: 3rem;
}
.media-body.space-xl {
  margin-left: 50px;
}
.media-body.space-lg {
  margin-left: 40px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-left: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
/*=======================================================================
[06] Gutters Style
=========================================================================*/
.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid.full-width .row.gutters-1 {
  margin-right: -15.25px;
  margin-left: -15.25px;
  padding-left: 0;
  padding-right: 0;
}
.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}
.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/*=======================================================================
[07] Animation Style        
=========================================================================*/
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft10 {
  5% {
    left: -5px;
  }
  30% {
    opacity: 0.5;
    left: 10px;
  }
  60% {
    left: 5px;
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
/*=======================================================================
[08] Title Style
=========================================================================*/
.section-heading {
  position: relative;
}
.section-heading p {
  font-size: 16px;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading.heading-center h1,
.section-heading.heading-center h2,
.section-heading.heading-center h3,
.section-heading.heading-center h4,
.section-heading.heading-center p {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.heading-left p,
.section-heading.heading-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
  color: #111111;
}
.section-heading.heading-dark h1:after,
.section-heading.heading-dark h2:after,
.section-heading.heading-dark h3:after,
.section-heading.heading-dark h4:after {
  background-color: #111111;
}
.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
  color: #ffffff;
}
.section-heading.heading-light h1:after,
.section-heading.heading-light h2:after,
.section-heading.heading-light h3:after,
.section-heading.heading-light h4:after {
  background-color: #ffffff;
}
.section-heading.heading-light p {
  color: #ffffff;
}
.heading-layout1 {
  margin-bottom: 25px;
}
.heading-layout1 h2 {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .heading-layout1 h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout1 h2 {
    font-size: 30px;
  }
}
.heading-layout1 .item-subtitle {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #646464;
}
.heading-layout2 {
  margin-bottom: 5rem;
}
.heading-layout2 h2 {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .heading-layout2 h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-layout2 h2 {
    font-size: 30px;
  }
}
.heading-layout2 h2 span {
  display: block;
}
.heading-layout2 .item-subtitle {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.heading-layout3 {
  position: relative;
}
.heading-layout3 h2,
.heading-layout3 h3 {
  font-weight: 600;
  padding-bottom: 17px;
}
.heading-layout3:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #d7d7d7;
  left: 0;
  bottom: 0;
}
.heading-layout4 {
  position: relative;
  margin-bottom: 35px;
}
.heading-layout4 h2,
.heading-layout4 h3 {
  font-weight: 600;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .heading-layout4 h2,
  .heading-layout4 h3 {
    font-size: 24px;
  }
}
.heading-layout4:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 42px;
  background-color: #d7d7d7;
  left: auto;
  bottom: 0;
}
.heading-layout5 {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.heading-layout5 h2,
.heading-layout5 h3 {
  font-weight: 700;
  padding-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .heading-layout5 h2,
  .heading-layout5 h3 {
    font-size: 24px;
  }
}
.heading-layout5:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 42px;
  background-color: #d7d7d7;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
/*=======================================================================
[09] Own Carousal Nav Style
=========================================================================*/
.owl-nav-layout1 {
  overflow: hidden;
}
.owl-nav-layout1 .owl-controls .owl-nav {
  margin-top: 0;
}
.owl-nav-layout1 .owl-controls .owl-nav > div {
  font-size: 24px;
  color: #111111;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #111111;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .owl-nav-layout1 .owl-controls .owl-nav > div {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav-layout1 .owl-controls .owl-nav > div {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout1 .owl-controls .owl-nav > div {
    font-size: 18px;
  }
}
.owl-nav-layout1 .owl-controls .owl-prev {
  left: 0;
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout1 .owl-controls .owl-prev {
    visibility: hidden;
    opacity: 0;
  }
}
.owl-nav-layout1 .owl-controls .owl-prev:hover {
  background-color: #111111;
}
.owl-nav-layout1 .owl-controls .owl-prev:hover i {
  color: #ffffff;
}
.owl-nav-layout1 .owl-controls .owl-next {
  right: 0;
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout1 .owl-controls .owl-next {
    visibility: hidden;
    opacity: 0;
  }
}
.owl-nav-layout1 .owl-controls .owl-next:hover {
  background-color: #111111;
}
.owl-nav-layout1 .owl-controls .owl-next:hover i {
  color: #ffffff;
}
.owl-nav-layout2 {
  overflow: hidden;
}
.owl-nav-layout2 .owl-stage-outer {
  background-color: #444444;
}
.owl-nav-layout2 .owl-controls .owl-nav {
  margin-top: 0;
}
.owl-nav-layout2 .owl-controls .owl-nav > div {
  font-size: 26px;
  color: #444444;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .owl-nav-layout2 .owl-controls .owl-nav > div {
    font-size: 22px;
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav-layout2 .owl-controls .owl-nav > div {
    font-size: 20px;
    height: 45px;
    width: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout2 .owl-controls .owl-nav > div {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
}
.owl-nav-layout2 .owl-controls .owl-prev {
  left: 8rem;
}
@media only screen and (max-width: 991px) {
  .owl-nav-layout2 .owl-controls .owl-prev {
    left: 2rem;
  }
}
.owl-nav-layout2 .owl-controls .owl-prev:hover {
  background: transparent;
}
.owl-nav-layout2 .owl-controls .owl-prev:hover i {
  color: #cccccc;
}
.owl-nav-layout2 .owl-controls .owl-next {
  right: 8rem;
}
@media only screen and (max-width: 991px) {
  .owl-nav-layout2 .owl-controls .owl-next {
    right: 2rem;
  }
}
.owl-nav-layout2 .owl-controls .owl-next:hover {
  background: transparent;
}
.owl-nav-layout2 .owl-controls .owl-next:hover i {
  color: #cccccc;
}
.owl-nav-layout3 {
  overflow: hidden;
}
.owl-nav-layout3 .owl-controls .owl-nav {
  margin-top: 0;
}
.owl-nav-layout3 .owl-controls .owl-nav > div {
  font-size: 28px;
  color: #444444;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .owl-nav-layout3 .owl-controls .owl-nav > div {
    height: 50px;
    width: 50px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav-layout3 .owl-controls .owl-nav > div {
    height: 45px;
    width: 45px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout3 .owl-controls .owl-nav > div {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
}
.owl-nav-layout3 .owl-controls .owl-prev {
  left: 8rem;
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout3 .owl-controls .owl-prev {
    left: 2rem;
  }
}
.owl-nav-layout3 .owl-controls .owl-prev:hover {
  background: transparent;
}
.owl-nav-layout3 .owl-controls .owl-prev:hover i {
  color: #111111;
}
.owl-nav-layout3 .owl-controls .owl-next {
  right: 8rem;
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout3 .owl-controls .owl-next {
    right: 2rem;
  }
}
.owl-nav-layout3 .owl-controls .owl-next:hover {
  background: transparent;
}
.owl-nav-layout3 .owl-controls .owl-next:hover i {
  color: #111111;
}
.owl-nav-layout4 {
  overflow: hidden;
}
.owl-nav-layout4 .owl-controls .owl-nav {
  margin-top: 0;
}
.owl-nav-layout4 .owl-controls .owl-nav > div {
  font-size: 24px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .owl-nav-layout4 .owl-controls .owl-nav > div {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav-layout4 .owl-controls .owl-nav > div {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout4 .owl-controls .owl-nav > div {
    font-size: 18px;
  }
}
.owl-nav-layout4 .owl-controls .owl-prev {
  left: 0;
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout4 .owl-controls .owl-prev {
    visibility: hidden;
    opacity: 0;
  }
}
.owl-nav-layout4 .owl-controls .owl-prev:hover {
  background-color: #ffffff;
}
.owl-nav-layout4 .owl-controls .owl-prev:hover i {
  color: #111111;
}
.owl-nav-layout4 .owl-controls .owl-next {
  right: 0;
}
@media only screen and (max-width: 575px) {
  .owl-nav-layout4 .owl-controls .owl-next {
    visibility: hidden;
    opacity: 0;
  }
}
.owl-nav-layout4 .owl-controls .owl-next:hover {
  background-color: #ffffff;
}
.owl-nav-layout4 .owl-controls .owl-next:hover i {
  color: #111111;
}
.owl-dot-layout1 {
  position: relative;
}
.owl-dot-layout1 .owl-controls {
  margin-top: 4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.owl-dot-layout1 .owl-controls .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-dot-layout1 .owl-controls .owl-dots .owl-dot {
  position: relative;
  margin: 0 8px;
  width: 15px;
}
.owl-dot-layout1 .owl-controls .owl-dots .owl-dot span {
  margin: 0;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background: #d7d7d7;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
}
.owl-dot-layout1 .owl-controls .owl-dots .active span {
  background: #111111;
  height: 20px;
  width: 20px;
}
.owl-dot-layout1 .owl-nav {
  margin-top: 0;
}
/*=======================================================================
[10] Header Area Style
=========================================================================*/
header.header {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}
.logo-area a {
  display: block;
}
.header-menu-area:after {
  clear: both;
  content: "";
  display: block;
}
.template-main-menu {
  text-transform: uppercase;
}
.template-main-menu nav > ul > li {
  position: relative;
}
.template-main-menu nav > ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: block;
  font-family: 'Poppins', sans-serif;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 {
  border-top: 1px solid #111111;
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 12px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a:hover {
  color: #ffffff;
  background-color: #111111;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 {
  border-top: 1px solid #111111;
  background-color: #ffffff;
  width: 400px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 li {
  display: inline-block;
  width: 49.5%;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 12px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: #111111;
}
.template-main-menu nav > ul > li .third-level {
  border-top: 1px solid #111111;
  background-color: #ffffff;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.template-main-menu nav > ul > li .third-level li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 12px 15px;
  display: block;
}
.template-main-menu nav > ul > li .third-level li a:hover {
  color: #ffffff;
  background-color: #3c70fa;
}
.template-main-menu nav > ul > li .template-mega-menu {
  background-color: #ffffff;
  border-top: 1px solid #111111;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.template-main-menu nav > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 5px;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #111111;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: #111111;
  padding: 5px 15px 5px 35px;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: #111111;
  animation: toRightFromLeft10 0.5s;
}
.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.template-main-menu nav > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.template-main-menu nav > ul > li > ul > li {
  position: relative;
}
.template-main-menu nav > ul > li > ul > li a.third-level-arrow:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 0.8;
  font-size: 20px;
  z-index: 8;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111111;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.template-main-menu nav > ul > li > ul > li:hover .third-level-arrow:after {
  right: 15px;
}
.template-main-menu nav > ul > li > ul > li:hover ul.third-level {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.navigation-menu > ul {
  display: inline-flex;
  align-items: center;
}
.navigation-menu > ul > li {
  margin-right: 25px;
  padding: 1rem 0;
}
.navigation-menu > ul > li:last-child {
  margin-right: 0;
}
.navigation-menu > ul .header-social a {
  font-size: 18px;
  color: #cccccc;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul .header-social a:hover {
  color: #ffffff;
}
.navigation-menu > ul .header-search-box a i:before {
  margin-left: 0;
  font-size: 20px;
  color: #cccccc;
}
.navigation-menu > ul .header-language > a {
  font-size: 18px;
  font-weight: 600;
  color: #e5e5e5;
  margin-right: 8px;
}
.navigation-menu > ul .header-language > a:last-child {
  margin-right: 0;
}
.navigation-menu > ul .header-language a.active {
  color: #111111;
}
.navigation-menu > ul .btn-color-dark a i:before {
  font-size: 22px;
  color: #111111;
}
.menu-sticky .header-menu-area {
  animation-name: headerSlideDown;
  animation-duration: 0.50s;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
}
.menu-sticky .header-menu-layout1,
.menu-sticky .header-menu-layout2,
.menu-sticky .header-menu-layout3,
.menu-sticky .header-menu-layout4,
.menu-sticky .header-menu-layout5,
.menu-sticky .header-menu-layout6,
.menu-sticky .header-menu-layout7 {
  top: 0;
  position: fixed;
  margin: 0 0 auto;
  background-color: rgba(17, 17, 17, 0.95);
}
.menu-sticky .header-menu-layout2,
.menu-sticky .header-menu-layout3,
.menu-sticky .header-menu-layout4 {
  background-color: rgba(255, 255, 255, 0.95);
}
.menu-sticky .header-menu-layout2 .template-main-menu nav > ul > li > a,
.menu-sticky .header-menu-layout3 .template-main-menu nav > ul > li > a,
.menu-sticky .header-menu-layout4 .template-main-menu nav > ul > li > a {
  padding: 35px 15px;
}
.menu-sticky .header-menu-layout1,
.menu-sticky .header-menu-layout5,
.menu-sticky .header-menu-layout6,
.menu-sticky .header-menu-layout7 {
  padding: 5px 5rem;
}
.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 5px;
  }
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  text-align: center;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
@media only screen and (max-width: 991px) {
  .mean-container .mean-nav .dropdown-menu-col-2 li {
    border-top: transparent;
  }
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
  height: 100vh;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul > li a {
  font-size: 14px;
  color: #111111;
  font-weight: 700;
  background-color: #ebebeb;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li a:hover {
  color: #111111;
}
.mean-container .mean-nav > ul > li:hover > a {
  color: #111111;
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li > ul > li a {
  color: #111111;
  opacity: 1;
  font-weight: 400;
  padding: 0.5em 10%;
}
.mean-container .mean-nav > ul > li > ul > li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 12px;
  transition: unset;
}
.mean-bar + div #wrapper {
  padding-top: 52px;
}
.header-menu-layout1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 22px auto 0;
  z-index: 100;
  background-color: transparent;
}
.header-menu-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background-color: #ffffff;
}
.header-menu-layout2 .template-main-menu nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu-layout2 .template-main-menu nav > ul > li > a {
  padding: 46px 15px;
  color: #111111;
}
@media only screen and (max-width: 1199px) {
  .header-menu-layout2 .template-main-menu nav > ul > li > a {
    padding: 40px 10px;
  }
}
.header-menu-layout2 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #111111;
}
.header-menu-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background-color: #ffffff;
}
.header-menu-layout3 .navigation-menu > ul {
  height: 100%;
}
.header-menu-layout3 .navigation-menu > ul li {
  height: 100%;
  padding: 0;
  align-items: center;
  display: inline-flex;
}
.header-menu-layout3 .navigation-menu > ul .header-search-box {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 20px 25px;
}
.header-menu-layout3 .navigation-menu > ul .header-search-box a i:before {
  font-size: 25px;
  color: #444444;
}
.header-menu-layout3 .navigation-menu > ul .offcanvas-menu-wrap {
  background-color: #000000;
  padding: 0 22px;
}
.header-menu-layout3 .navigation-menu > ul .offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span {
  left: 0;
}
.header-menu-layout4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background-color: #ffffff;
  padding: 1rem 0;
}
.header-menu-layout4 .navigation-menu .offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span {
  left: 0;
}
.header-menu-layout5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 22px auto 0;
  z-index: 100;
  background-color: transparent;
}
.header-menu-layout6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 22px auto;
  z-index: 100;
  background-color: transparent;
}
.header-menu-layout6 .navigation-menu .offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span {
  left: 0;
}
.header-menu-layout7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 22px auto;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
.header-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .header-search-form input[type="search"] {
  width: 60%;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  border: none;
  margin: 0px auto;
  padding: 25px 10px 25px 30px;
  outline: none;
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent);
}
.header-search .header-search-form .search-btn {
  padding: 24px 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.header-search .header-search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
}
.header-search .header-search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #111111;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 36px;
  font-weight: 300;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out;
}
.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.header-search .close:hover {
  background-color: #ffffff;
}
.header-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu-wrap {
  display: inline-flex;
}
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
  background-color: #111111;
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
  background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
  background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
  background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
  outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
  display: block;
  width: 35px;
  position: relative;
  height: 50px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span {
  position: absolute;
  height: 2px;
  right: 0;
  z-index: 2;
  transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span {
  width: 100%;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span:nth-child(1n) {
  animation: open_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span:nth-child(2n) {
  animation: open_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
  width: 70%;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-open .menu-btn-icon span:nth-child(3n) {
  animation: open_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span {
  width: 94%;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(1n) {
  animation: close_first_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(2n) {
  animation: close_second_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.menu-status-close .menu-btn-icon span:nth-child(3n) {
  animation: close_third_bar 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}
@keyframes open_first_bar {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  to {
    top: 65%;
    transform: translateY(-50%);
  }
}
@keyframes close_first_bar {
  0% {
    top: 65%;
    transform: translateY(-50%);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  to {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes open_second_bar {
  0%,
  50% {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
  51%,
  to {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
}
@keyframes close_second_bar {
  0%,
  50% {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  51%,
  to {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes open_third_bar {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  to {
    top: 35%;
    transform: translateY(-50%);
  }
}
@keyframes close_third_bar {
  0% {
    top: 35%;
    transform: translateY(-50%);
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
  }
  to {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 991px) {
  .nav-home-wrap {
    margin-top: 71px;
  }
}
.side-nav-menu {
  height: 100vh;
}
@media only screen and (max-width: 575px) {
  .side-nav-menu {
    height: 100%;
    margin-bottom: 5rem;
  }
}
.side-nav-menu .menu-logo {
  padding: 7rem 0;
  text-align: center;
}
.side-nav-menu .nav-menu-list {
  text-align: center;
}
.side-nav-menu .nav-menu-list > ul > li {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  position: relative;
}
.side-nav-menu .nav-menu-list > ul > li:last-child {
  margin-bottom: 0;
}
.side-nav-menu .nav-menu-list > ul > li > a {
  font-size: 18px;
  color: #646464;
  padding: 5px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-nav-menu .nav-menu-list > ul > li > a:hover {
  color: #111111;
}
.side-nav-menu .nav-menu-list > ul > li a.active {
  color: #111111;
}
.nav-menu-footer {
  text-align: center;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .nav-menu-footer {
    position: inherit;
    padding: 3rem 0 2rem;
    background-color: #1a1a1a;
  }
}
.nav-menu-footer .copyright {
  font-size: 17px;
  color: #646464;
  padding: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .nav-menu-footer .copyright {
    margin-bottom: 5px;
    color: #b3b3b3;
  }
}
.nav-menu-footer .footer-social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.nav-menu-footer .footer-social li:last-child {
  margin-right: 0;
}
.nav-menu-footer .footer-social li a {
  font-size: 18px;
  color: #646464;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .nav-menu-footer .footer-social li a {
    color: #b3b3b3;
  }
}
.nav-menu-footer .footer-social li a:hover {
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .nav-menu-footer .footer-social li a:hover {
    color: #ffffff;
  }
}
/*=======================================================================
[11] Slider Area Style
=========================================================================*/
.slider-top-padding {
  padding-top: 10rem;
}
.slider-top-margin95 {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .slider-top-margin95 {
    margin-top: 71px;
  }
}
.slider-top-margin72 {
  margin-top: 72px;
}
@media only screen and (max-width: 991px) {
  .slider-top-margin72 {
    margin-top: 71px;
  }
}
.slider-area {
  position: relative;
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a {
  z-index: 6;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 40px;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #111111 !important;
  background: transparent !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 40px;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #111111 !important;
  background: transparent !important;
}
.slider-area:hover a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .nivo-caption p {
  padding: 0;
}
.slider-area .slide-1 div.slider-big-text,
.slider-area .slide-2 div.slider-big-text,
.slider-area .slide-3 div.slider-big-text {
  font-size: 8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.1;
  width: 60%;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1199px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.slider-area .slide-1 div.slider-big-text span,
.slider-area .slide-2 div.slider-big-text span,
.slider-area .slide-3 div.slider-big-text span {
  display: block;
  font-weight: 300;
}
.slider-area .slide-1 div.slider-big-text.text-light,
.slider-area .slide-2 div.slider-big-text.text-light,
.slider-area .slide-3 div.slider-big-text.text-light {
  color: #ffffff;
}
.slider-area .slide-1 div.slider-sub-text,
.slider-area .slide-2 div.slider-sub-text,
.slider-area .slide-3 div.slider-sub-text {
  font-size: 18px;
  color: #b8b8b8;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-sub-text,
  .slider-area .slide-2 div.slider-sub-text,
  .slider-area .slide-3 div.slider-sub-text {
    display: none;
  }
}
.slider-area .slide-1 div.slider-sub-text.text-light,
.slider-area .slide-2 div.slider-sub-text.text-light,
.slider-area .slide-3 div.slider-sub-text.text-light {
  color: #ffffff;
}
.slider-area .slide-1 div.slider-paragraph,
.slider-area .slide-2 div.slider-paragraph,
.slider-area .slide-3 div.slider-paragraph {
  color: #cccccc;
  margin-bottom: 20px;
  width: 55%;
}
@media only screen and (max-width: 575px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-area .slide-1 div.slider-paragraph.text-light,
.slider-area .slide-2 div.slider-paragraph.text-light,
.slider-area .slide-3 div.slider-paragraph.text-light {
  color: #ffffff;
}
.slider-area .slide-1 .slider-big-text.padding-right,
.slider-area .slide-2 .slider-big-text.padding-right,
.slider-area .slide-3 .slider-big-text.padding-right,
.slider-area .slide-1 .slider-sub-text.padding-right,
.slider-area .slide-2 .slider-sub-text.padding-right,
.slider-area .slide-3 .slider-sub-text.padding-right,
.slider-area .slide-1 .slider-paragraph.padding-right,
.slider-area .slide-2 .slider-paragraph.padding-right,
.slider-area .slide-3 .slider-paragraph.padding-right {
  padding-right: 60%;
}
.slider-area .slide-1 .slider-big-text.padding-left,
.slider-area .slide-2 .slider-big-text.padding-left,
.slider-area .slide-3 .slider-big-text.padding-left,
.slider-area .slide-1 .slider-sub-text.padding-left,
.slider-area .slide-2 .slider-sub-text.padding-left,
.slider-area .slide-3 .slider-sub-text.padding-left,
.slider-area .slide-1 .slider-paragraph.padding-left,
.slider-area .slide-2 .slider-paragraph.padding-left,
.slider-area .slide-3 .slider-paragraph.padding-left {
  padding-left: 60%;
}
.slider-area .slider-btn-area {
  margin-top: 30px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .slider-area .slider-btn-area {
    display: none;
  }
}
.slider-area .slider-btn-area a.item-btn-dark {
  padding: 16px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #111111;
  color: #ffffff;
  font-weight: 700;
  border: 2px solid;
  border-color: #111111;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.slider-area .slider-btn-area a.item-btn-dark i {
  color: #ffffff;
  margin-left: 10px;
  transform: translateX(0);
  transition: all 0.5s ease-out;
}
.slider-area .slider-btn-area a.item-btn-dark:hover {
  background-color: transparent;
  color: #111111;
}
.slider-area .slider-btn-area a.item-btn-dark:hover i {
  color: #111111;
  transform: translateX(5px);
}
.slider-area .slider-btn-area a.item-btn-light {
  position: relative;
  padding: 12px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.slider-area .slider-btn-area a.item-btn-light:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #111111;
  border-radius: 4px;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.slider-area .slider-btn-area a.item-btn-light i {
  color: #ffffff;
  margin-left: 10px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.slider-area .slider-btn-area a.item-btn-light:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-area .slider-btn-area a.item-btn-light:hover:after {
  width: 100%;
  left: 0;
}
.slider-area .slider-btn-area a.item-btn-light:hover i {
  color: #ffffff;
  transform: translateX(5px);
}
@media only screen and (max-width: 575px) {
  .slider-area .slider-btn-area {
    display: none;
  }
}
.slider-layout1 .nivoSlider {
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .nivoSlider {
    border-radius: 0;
  }
}
.slider-layout1 .nivo-caption {
  top: 50%;
  transform: translateY(-50%);
}
.slider-layout1 .nivo-directionNav a {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .nivo-directionNav a {
    display: none;
  }
}
.slider-layout1 .nivo-directionNav a.nivo-prevNav {
  right: 83px;
  left: auto;
  width: 8rem;
  height: 7rem;
  line-height: 4rem;
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  font-size: 0;
  transition: all 0.3s ease-out;
}
.slider-layout1 .nivo-directionNav a.nivo-prevNav:before {
  content: "\f103";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #111111;
  position: absolute;
  bottom: 0;
  z-index: 55;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .nivo-directionNav a.nivo-prevNav {
    right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .nivo-directionNav a.nivo-prevNav {
    right: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .nivo-directionNav a.nivo-prevNav {
    right: 66px;
  }
}
.slider-layout1 .nivo-directionNav a.nivo-prevNav:hover {
  background-color: #111111;
  border: none;
}
.slider-layout1 .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
}
.slider-layout1 .nivo-directionNav a.nivo-nextNav {
  right: 0;
  width: 8rem;
  height: 7rem;
  line-height: 4rem;
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  font-size: 0;
  transition: all 0.3s ease-out;
}
.slider-layout1 .nivo-directionNav a.nivo-nextNav:before {
  content: "\f104";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #111111;
  position: absolute;
  bottom: 0;
}
.slider-layout1 .nivo-directionNav a.nivo-nextNav:hover {
  background-color: #111111;
  border: none;
}
.slider-layout1 .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
}
.slider-layout1 .slide-1 .title-container,
.slider-layout1 .slide-2 .title-container,
.slider-layout1 .slide-3 .title-container {
  padding-left: 50px;
}
.slider-layout1 .slide-1 div.slider-big-text,
.slider-layout1 .slide-2 div.slider-big-text,
.slider-layout1 .slide-3 div.slider-big-text {
  font-size: 6rem;
  color: #111111;
  margin-bottom: 2rem;
  animation: fadeInUp 1000ms ease-in-out;
  position: relative;
  left: -1.7px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    font-size: 4rem;
  }
}
.slider-layout1 .slide-1 div.slider-sub-text,
.slider-layout1 .slide-2 div.slider-sub-text,
.slider-layout1 .slide-3 div.slider-sub-text {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-paragraph,
.slider-layout1 .slide-2 div.slider-paragraph,
.slider-layout1 .slide-3 div.slider-paragraph {
  color: #444444;
  animation: fadeInUp 2000ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 div.slider-paragraph,
  .slider-layout1 .slide-2 div.slider-paragraph,
  .slider-layout1 .slide-3 div.slider-paragraph {
    margin-bottom: 0;
  }
}
.slider-layout1 .slide-1 div.slider-btn-area,
.slider-layout1 .slide-2 div.slider-btn-area,
.slider-layout1 .slide-3 div.slider-btn-area {
  margin-top: 4rem;
  animation: fadeInUp 2500ms ease-in-out;
}
.slider-layout1 .slide-1 div.slider-btn-area .item-btn-light,
.slider-layout1 .slide-2 div.slider-btn-area .item-btn-light,
.slider-layout1 .slide-3 div.slider-btn-area .item-btn-light {
  background-color: #ffffff;
  color: #111111;
  border-radius: 4px;
}
.slider-layout1 .slide-1 div.slider-btn-area .item-btn-light:after,
.slider-layout1 .slide-2 div.slider-btn-area .item-btn-light:after,
.slider-layout1 .slide-3 div.slider-btn-area .item-btn-light:after {
  display: none;
}
.slider-layout1 .slide-1 div.slider-btn-area .item-btn-light i,
.slider-layout1 .slide-2 div.slider-btn-area .item-btn-light i,
.slider-layout1 .slide-3 div.slider-btn-area .item-btn-light i {
  color: #111111;
  font-size: 14px;
}
.slider-layout1 .slide-1 div.slider-btn-area .item-btn-light:hover,
.slider-layout1 .slide-2 div.slider-btn-area .item-btn-light:hover,
.slider-layout1 .slide-3 div.slider-btn-area .item-btn-light:hover {
  background-color: #111111;
  color: #ffffff;
}
.slider-layout1 .slide-1 div.slider-btn-area .item-btn-light:hover i,
.slider-layout1 .slide-2 div.slider-btn-area .item-btn-light:hover i,
.slider-layout1 .slide-3 div.slider-btn-area .item-btn-light:hover i {
  color: #ffffff;
}
.slider-layout2 .nivo-caption {
  top: 50%;
  transform: translateY(-50%);
}
.slider-layout2 .nivo-directionNav a {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .slider-layout2 .nivo-directionNav a.nivo-prevNav {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout2 .nivo-directionNav a.nivo-nextNav {
    right: 0;
  }
}
.slider-layout2 .slide-1 div.slider-big-text,
.slider-layout2 .slide-2 div.slider-big-text,
.slider-layout2 .slide-3 div.slider-big-text {
  animation: fadeInUp 2000ms ease-in-out;
  position: relative;
  left: -2px;
}
@media only screen and (max-width: 575px) {
  .slider-layout2 .slide-1 div.slider-big-text,
  .slider-layout2 .slide-2 div.slider-big-text,
  .slider-layout2 .slide-3 div.slider-big-text {
    width: 100%;
    text-align: center;
  }
  .slider-layout2 .slide-1 div.slider-big-text span,
  .slider-layout2 .slide-2 div.slider-big-text span,
  .slider-layout2 .slide-3 div.slider-big-text span {
    display: inline-block;
  }
}
.slider-layout2 .slide-1 div.slider-sub-text,
.slider-layout2 .slide-2 div.slider-sub-text,
.slider-layout2 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-paragraph,
.slider-layout2 .slide-2 div.slider-paragraph,
.slider-layout2 .slide-3 div.slider-paragraph {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-btn-area,
.slider-layout2 .slide-2 div.slider-btn-area,
.slider-layout2 .slide-3 div.slider-btn-area {
  margin-top: 4rem;
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slide-1 div.slider-btn-area .item-btn-light,
.slider-layout2 .slide-2 div.slider-btn-area .item-btn-light,
.slider-layout2 .slide-3 div.slider-btn-area .item-btn-light {
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.slider-layout2 .slide-1 div.slider-btn-area .item-btn-light:after,
.slider-layout2 .slide-2 div.slider-btn-area .item-btn-light:after,
.slider-layout2 .slide-3 div.slider-btn-area .item-btn-light:after {
  display: none;
}
.slider-layout2 .slide-1 div.slider-btn-area .item-btn-light i,
.slider-layout2 .slide-2 div.slider-btn-area .item-btn-light i,
.slider-layout2 .slide-3 div.slider-btn-area .item-btn-light i {
  font-size: 14px;
}
.slider-layout2 .slide-1 div.slider-btn-area .item-btn-light:hover,
.slider-layout2 .slide-2 div.slider-btn-area .item-btn-light:hover,
.slider-layout2 .slide-3 div.slider-btn-area .item-btn-light:hover {
  color: #111111;
  background-color: #ffffff;
}
.slider-layout2 .slide-1 div.slider-btn-area .item-btn-light:hover i:before,
.slider-layout2 .slide-2 div.slider-btn-area .item-btn-light:hover i:before,
.slider-layout2 .slide-3 div.slider-btn-area .item-btn-light:hover i:before {
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .slider-layout3 {
    margin-top: 71px;
  }
}
.slider-layout3 .nivo-caption {
  top: 54%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .slider-layout3 .nivo-caption {
    top: 56%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout3 .nivo-caption {
    top: 57%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .nivo-caption {
    top: 50%;
  }
}
.slider-layout3 .nivo-directionNav a {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1399px) {
  .slider-layout3 .nivo-directionNav a.nivo-prevNav {
    left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .slider-layout3 .nivo-directionNav a.nivo-nextNav {
    right: 0;
  }
}
.slider-layout3 .slide-1 div.slider-big-text,
.slider-layout3 .slide-2 div.slider-big-text,
.slider-layout3 .slide-3 div.slider-big-text {
  animation: fadeInUp 1500ms ease-in-out;
  position: relative;
  left: -2px;
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    width: 100%;
    text-align: center;
  }
  .slider-layout3 .slide-1 div.slider-big-text span,
  .slider-layout3 .slide-2 div.slider-big-text span,
  .slider-layout3 .slide-3 div.slider-big-text span {
    display: inline-block;
  }
}
.slider-layout3 .slide-1 div.slider-sub-text,
.slider-layout3 .slide-2 div.slider-sub-text,
.slider-layout3 .slide-3 div.slider-sub-text {
  animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout3 .slide-1 div.slider-paragraph,
.slider-layout3 .slide-2 div.slider-paragraph,
.slider-layout3 .slide-3 div.slider-paragraph {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout3 .slide-1 div.slider-btn-area,
.slider-layout3 .slide-2 div.slider-btn-area,
.slider-layout3 .slide-3 div.slider-btn-area {
  animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout3 .slide-1 div.slider-btn-area .item-btn,
.slider-layout3 .slide-2 div.slider-btn-area .item-btn,
.slider-layout3 .slide-3 div.slider-btn-area .item-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
}
.slider-layout3 .slide-1 div.slider-btn-area .item-btn:after,
.slider-layout3 .slide-2 div.slider-btn-area .item-btn:after,
.slider-layout3 .slide-3 div.slider-btn-area .item-btn:after {
  display: none;
}
.slider-layout3 .slide-1 div.slider-btn-area .item-btn i:before,
.slider-layout3 .slide-2 div.slider-btn-area .item-btn i:before,
.slider-layout3 .slide-3 div.slider-btn-area .item-btn i:before {
  color: #ffffff;
}
.slider-layout3 .slide-1 div.slider-btn-area .item-btn:hover,
.slider-layout3 .slide-2 div.slider-btn-area .item-btn:hover,
.slider-layout3 .slide-3 div.slider-btn-area .item-btn:hover {
  color: #111111;
  background-color: #ffffff;
}
.slider-layout3 .slide-1 div.slider-btn-area .item-btn:hover i:before,
.slider-layout3 .slide-2 div.slider-btn-area .item-btn:hover i:before,
.slider-layout3 .slide-3 div.slider-btn-area .item-btn:hover i:before {
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .slider-layout4 {
    margin-top: 71px;
  }
}
.slider-layout4 .nivo-caption {
  top: 54.7%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1439px) {
  .slider-layout4 .nivo-caption {
    top: 55.5%;
  }
}
@media only screen and (max-width: 1399px) {
  .slider-layout4 .nivo-caption {
    top: 56%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout4 .nivo-caption {
    top: 57%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout4 .nivo-caption {
    top: 50%;
  }
}
.slider-layout4 .nivo-directionNav a {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1399px) {
  .slider-layout4 .nivo-directionNav a.nivo-prevNav {
    left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .slider-layout4 .nivo-directionNav a.nivo-nextNav {
    right: 0;
  }
}
.slider-layout4 .slide-1 .title-container,
.slider-layout4 .slide-2 .title-container,
.slider-layout4 .slide-3 .title-container {
  position: relative;
}
.slider-layout4 .slide-1 div.slider-big-text,
.slider-layout4 .slide-2 div.slider-big-text,
.slider-layout4 .slide-3 div.slider-big-text {
  animation: fadeInUp 2000ms ease-in-out;
  margin-bottom: 3rem;
  z-index: 1;
  position: relative;
}
.slider-layout4 .slide-1 div.slider-big-text span,
.slider-layout4 .slide-2 div.slider-big-text span,
.slider-layout4 .slide-3 div.slider-big-text span {
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
  .slider-layout4 .slide-1 div.slider-big-text,
  .slider-layout4 .slide-2 div.slider-big-text,
  .slider-layout4 .slide-3 div.slider-big-text {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout4 .slide-1 div.slider-big-text,
  .slider-layout4 .slide-2 div.slider-big-text,
  .slider-layout4 .slide-3 div.slider-big-text {
    font-size: 5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 div.slider-big-text,
  .slider-layout4 .slide-2 div.slider-big-text,
  .slider-layout4 .slide-3 div.slider-big-text {
    text-align: center;
    font-size: 4rem;
  }
  .slider-layout4 .slide-1 div.slider-big-text span,
  .slider-layout4 .slide-2 div.slider-big-text span,
  .slider-layout4 .slide-3 div.slider-big-text span {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout4 .slide-1 div.slider-big-text,
  .slider-layout4 .slide-2 div.slider-big-text,
  .slider-layout4 .slide-3 div.slider-big-text {
    margin-bottom: 0;
    font-size: 4rem;
  }
}
.slider-layout4 .slide-1 div.slider-paragraph,
.slider-layout4 .slide-2 div.slider-paragraph,
.slider-layout4 .slide-3 div.slider-paragraph {
  animation: fadeInUp 2500ms ease-in-out;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 div.slider-paragraph,
  .slider-layout4 .slide-2 div.slider-paragraph,
  .slider-layout4 .slide-3 div.slider-paragraph {
    width: 100%;
    text-align: center;
  }
}
.slider-layout4 .slide-1 div.slider-btn-area,
.slider-layout4 .slide-2 div.slider-btn-area,
.slider-layout4 .slide-3 div.slider-btn-area {
  margin-top: 4rem;
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout4 .slide-1 div.slider-btn-area .item-btn-light,
.slider-layout4 .slide-2 div.slider-btn-area .item-btn-light,
.slider-layout4 .slide-3 div.slider-btn-area .item-btn-light {
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.slider-layout4 .slide-1 div.slider-btn-area .item-btn-light:after,
.slider-layout4 .slide-2 div.slider-btn-area .item-btn-light:after,
.slider-layout4 .slide-3 div.slider-btn-area .item-btn-light:after {
  background-color: #ffffff;
}
.slider-layout4 .slide-1 div.slider-btn-area .item-btn-light i,
.slider-layout4 .slide-2 div.slider-btn-area .item-btn-light i,
.slider-layout4 .slide-3 div.slider-btn-area .item-btn-light i {
  margin-left: 14px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout4 .slide-1 div.slider-btn-area .item-btn-light:hover,
.slider-layout4 .slide-2 div.slider-btn-area .item-btn-light:hover,
.slider-layout4 .slide-3 div.slider-btn-area .item-btn-light:hover {
  color: #111111;
}
.slider-layout4 .slide-1 div.slider-btn-area .item-btn-light:hover i,
.slider-layout4 .slide-2 div.slider-btn-area .item-btn-light:hover i,
.slider-layout4 .slide-3 div.slider-btn-area .item-btn-light:hover i {
  transform: translateX(0);
}
.slider-layout4 .slide-1 div.slider-btn-area .item-btn-light:hover i:before,
.slider-layout4 .slide-2 div.slider-btn-area .item-btn-light:hover i:before,
.slider-layout4 .slide-3 div.slider-btn-area .item-btn-light:hover i:before {
  color: #111111;
}
.slider-wrap-layout1 {
  position: relative;
}
.slider-wrap-layout1 .slider-left-side-content {
  position: absolute;
  top: 50%;
  left: -102px;
  font-size: 18px;
  color: #646464;
  font-weight: 500;
  transform: rotate(-90deg) translateY(-50%);
  letter-spacing: 10px;
}
@media only screen and (max-width: 991px) {
  .slider-wrap-layout1 .slider-left-side-content {
    display: none;
  }
}
.slider-wrap-layout1 .slider-right-side-content {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .slider-wrap-layout1 .slider-right-side-content {
    display: none;
  }
}
.slider-wrap-layout1 .slider-right-side-content ul li {
  display: block;
  margin-bottom: 3rem;
}
.slider-wrap-layout1 .slider-right-side-content ul li:last-child {
  margin-bottom: 0;
}
.slider-wrap-layout1 .slider-right-side-content ul li a {
  font-size: 18px;
  color: #646464;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-wrap-layout1 .slider-right-side-content ul li a:hover {
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .slider-wrap-layout2 {
    margin-top: 71px;
  }
}
/*=======================================================================
[12] Service Area Style        
=========================================================================*/
.service-wrap-layout1 {
  padding: 10rem 0 7rem;
  border-bottom: 1px solid #e1e1e1;
}
.service-wrap-layout3 {
  background-color: #f2f2f2;
  padding: 10rem 0 7rem;
}
.service-box-layout1 {
  background-color: #f8f8f8;
  text-align: center;
  padding: 20px 30px 18px;
  margin-bottom: 3rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout1 .item-sl {
  position: relative;
}
.service-box-layout1 .item-sl span {
  font-size: 18rem;
  font-weight: 600;
  color: #e2e2e2;
  font-family: 'Poppins', sans-serif;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .service-box-layout1 .item-sl span {
    font-size: 14rem;
  }
}
.service-box-layout1 .item-sl .item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .service-box-layout1 .item-sl .item-title {
    font-size: 20px;
  }
}
.service-box-layout1 .item-content p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .service-box-layout1 .item-content p {
    font-size: 16px;
  }
}
.service-box-layout1:hover {
  -webkit-box-shadow: 0 16px 20px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0 16px 20px 0px rgba(216, 216, 216, 0.75);
}
.service-box-layout3 {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 30px 18px;
  margin-bottom: 3rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .item-sl {
  position: relative;
}
.service-box-layout3 .item-sl span {
  font-size: 18rem;
  font-weight: 600;
  color: #f2f2f2;
  font-family: 'Poppins', sans-serif;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .item-sl span {
    font-size: 14rem;
  }
}
.service-box-layout3 .item-sl .item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .item-sl .item-title {
    font-size: 20px;
  }
}
.service-box-layout3 .item-content p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .item-content p {
    font-size: 16px;
  }
}
.service-box-layout3:hover {
  -webkit-box-shadow: 0 16px 20px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0 16px 20px 0px rgba(216, 216, 216, 0.75);
}
/*=======================================================================
[13] Portfolio Area Style        
=========================================================================*/
.portfolio-wrap-layout1 {
  padding: 9.2rem 0 10.4rem;
}
.portfolio-wrap-layout2 {
  padding: 9rem 0 10.4rem;
  background-color: #f8f8f8;
}
.portfolio-wrap-layout4 {
  padding: 9.2rem 0 7.5rem;
}
.portfolio-wrap-layout5 {
  margin-top: 95px;
}
@media only screen and (max-width: 991px) {
  .portfolio-wrap-layout5 {
    margin-top: 71px;
  }
}
.portfolio-wrap-layout5 .portfolio-box5-wrap {
  background-color: #f2f2f2;
  padding: 9.2rem 0 10rem;
}
@media only screen and (max-width: 1399px) {
  .portfolio-wrap-layout5 .portfolio-box5-wrap {
    padding: 10rem 0;
  }
}
.portfolio-wrap-layout5 .portfolio-box5-wrap .heading-title {
  margin-bottom: 9.5rem;
  padding: 0 15px;
}
.portfolio-wrap-layout5 .portfolio-box5-wrap .heading-title h2 {
  width: 60%;
  font-size: 40px;
  color: #444444;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .portfolio-wrap-layout5 .portfolio-box5-wrap .heading-title h2 {
    width: 90%;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-wrap-layout5 .portfolio-box5-wrap .heading-title h2 {
    width: 100%;
    font-size: 32px;
  }
}
.portfolio-wrap-layout5 .portfolio-box5-wrap .heading-title h2 span {
  color: #111111;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .portfolio-wrap-layout7 {
    padding-bottom: 10rem;
  }
}
.portfolio-box-layout1 .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio-box-layout1 .item-img img {
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.portfolio-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.8);
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.2);
  transition: opacity .3s, transform .3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout1 .item-content {
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.4);
  transition: opacity .3s, transform .3s;
}
.portfolio-box-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.portfolio-box-layout1 .item-content .item-title a {
  color: #ffffff;
}
.portfolio-box-layout1 .item-content .item-subtitle a {
  color: #cccccc;
}
.portfolio-box-layout1 .item-content .item-btn {
  margin-top: 20px;
  display: inline-block;
}
.portfolio-box-layout1 .item-content .item-btn i:before {
  color: #ffffff;
  margin-left: 0;
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout1 .item-content .item-btn:hover i:before {
  margin-left: 5px;
  color: #cccccc;
}
.portfolio-box-layout1:hover .item-img img {
  transform: scale(1.05) translateZ(0);
}
.portfolio-box-layout1:hover .item-img:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.portfolio-box-layout1:hover .item-content {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.portfolio-box-layout2 {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-box-layout2 .item-img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.portfolio-box-layout2 .item-img img {
  transform: scale(1) translateZ(0);
  transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.portfolio-box-layout2 .item-img .item-btn {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 2;
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-box-layout2 .item-img .item-btn i:before {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  padding: 10px;
}
.portfolio-box-layout2 .item-img:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #111111;
  position: absolute;
  bottom: -20px;
  right: -10px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.portfolio-box-layout2 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.portfolio-box-layout2 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout2 .item-content .item-title a:hover {
  color: #444444;
}
.portfolio-box-layout2 .item-content .item-subtitle {
  font-size: 16px;
}
.portfolio-box-layout2 .item-content .item-subtitle a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout2 .item-content .item-subtitle a:hover {
  color: #111111;
}
.portfolio-box-layout2:hover .item-img img {
  transform: scale(1.1) translateZ(0);
}
.portfolio-box-layout2:hover .item-img:after {
  opacity: .80;
  transform: scale(5);
  transition-delay: .15s;
}
.portfolio-box-layout2:hover .item-img .item-btn {
  transform: scale(1);
  transition-delay: .15s;
}
.portfolio-box-layout4 {
  margin-bottom: 2rem;
}
.portfolio-box-layout4 .item-img {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
  transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
  transition: -webkit-transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
  -o-transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.portfolio-box-layout4 .item-img .item-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: scale(0) translateY(-50%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout4 .item-img .item-btn i:before {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 0;
}
.portfolio-box-layout4 .item-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout4 .item-content {
  padding: 0 1rem;
  text-align: center;
}
.portfolio-box-layout4 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.portfolio-box-layout4 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout4 .item-content .item-title a:hover {
  color: #444444;
}
.portfolio-box-layout4 .item-content .item-subtitle {
  font-size: 16px;
}
.portfolio-box-layout4 .item-content .item-subtitle a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout4 .item-content .item-subtitle a:hover {
  color: #111111;
}
.portfolio-box-layout4:hover .item-img {
  -webkit-box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px 0px rgba(0, 0, 0, 0.2);
  transform: perspective(-1000px);
}
.portfolio-box-layout4:hover .item-img .item-btn {
  opacity: 1;
  transform: scale(1.1) translateY(-50%);
}
.portfolio-box-layout4:hover .item-img:after {
  opacity: 1;
}
.portfolio-box-layout5 .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio-box-layout5 .item-img img {
  /*transform: scale(1) rotate(0) translateZ(0);*/
  /*-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1);*/
  /*transition: -webkit-transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1);*/
  /*-o-transition: transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1);*/
  /*transition: transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1);*/
  /*transition: transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.2, 0.96, 0.34, 1);*/
}
.portfolio-box-layout5 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  /*transform: scale(1.2);*/
  /*transition: opacity .3s, transform .3s;*/
  /*-webkit-transition: all 0.3s ease-out;*/
  /*-moz-transition: all 0.3s ease-out;*/
  /*-ms-transition: all 0.3s ease-out;*/
  /*-o-transition: all 0.3s ease-out;*/
  /*transition: all 0.3s ease-out;*/
}
.portfolio-box-layout5 .item-content {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  visibility: hidden;
  /*opacity: 0;*/
  /*transform: scale(1.2);*/
  /*transition: opacity .3s, transform .3s;*/
  /*-webkit-transition: all 0.3s ease-in;*/
  /*-moz-transition: all 0.3s ease-in;*/
  /*-ms-transition: all 0.3s ease-in;*/
  /*-o-transition: all 0.3s ease-in;*/
  /*transition: all 0.3s ease-in;*/
}
.portfolio-box-layout5 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  .portfolio-box-layout5 .item-content .item-title {
    font-size: 26px;
  }
}
.portfolio-box-layout5 .item-content .item-title a {
  color: #ffffff;
  /*-webkit-transition: all 0.3s ease-in;*/
  /*-moz-transition: all 0.3s ease-in;*/
  /*-ms-transition: all 0.3s ease-in;*/
  /*-o-transition: all 0.3s ease-in;*/
  /*transition: all 0.3s ease-in;*/
}
/*.portfolio-box-layout5 .item-content .item-title a:hover {*/
/*  color: #f2f2ff;*/
/*}*/
.portfolio-box-layout5 .item-content .item-subtitle {
  margin-bottom: 10px;
}
.portfolio-box-layout5 .item-content .item-subtitle a {
  color: #ffffff;
  /*-webkit-transition: all 0.3s ease-in;*/
  /*-moz-transition: all 0.3s ease-in;*/
  /*-ms-transition: all 0.3s ease-in;*/
  /*-o-transition: all 0.3s ease-in;*/
  /*transition: all 0.3s ease-in;*/
}
.portfolio-box-layout5 .item-content .item-subtitle a:hover {
  color: #f2f2ff;
}
.portfolio-box-layout5 .item-content .item-btn {
  display: inline-block;
}
.portfolio-box-layout5 .item-content .item-btn i:before {
  color: #ffffff;
  margin-left: 0;
  font-size: 25px;
  font-weight: 600;
  /*-webkit-transition: all 0.3s ease-in;*/
  /*-moz-transition: all 0.3s ease-in;*/
  /*-ms-transition: all 0.3s ease-in;*/
  /*-o-transition: all 0.3s ease-in;*/
  /*transition: all 0.3s ease-in;*/
}
.portfolio-box-layout5 .item-content .item-btn:hover i:before {
  margin-left: 5px;
}
.portfolio-box-layout5:hover .item-img img {
  /*transform: scale(1.2) rotate(5deg) translateZ(0);*/
}
.portfolio-box-layout5:hover .item-img:after {
  visibility: visible;
  /*opacity: 1;*/
  /*transform: scale(1);*/
}
.portfolio-box-layout5:hover .item-content {
  visibility: visible;
  /*opacity: 1;*/
  /*transform: scale(1);*/
}
.portfolio-box-layout7 .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio-box-layout7 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout7 .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: skew(-15deg) translateX(100%);
  -ms-transform: skew(-15deg) translateX(100%);
  transform: skew(-15deg) translateX(100%);
  transition-delay: 0.4s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.portfolio-box-layout7 .item-img img {
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.portfolio-box-layout7 .item-img .item-content {
  position: absolute;
  top: 4rem;
  left: 5rem;
  z-index: 3;
}
.portfolio-box-layout7 .item-img .item-content .item-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.portfolio-box-layout7 .item-img .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout7 .item-img .item-content .item-title a:hover {
  color: #f2f2f2;
}
.portfolio-box-layout7 .item-img .item-content .item-subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background-color: #525252;
  border-radius: 4px;
}
.portfolio-box-layout7 .item-img .item-content .item-subtitle a {
  color: #ffffff;
  padding: 5px 15px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-box-layout7 .item-img .item-content .item-subtitle a:hover {
  color: #f2f2f2;
}
.portfolio-box-layout7:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.portfolio-box-layout7:hover .item-img:before {
  visibility: visible;
  opacity: 1;
  transform: skew(-15deg) translateX(30%);
}
.single-portfolio-wrap-layout1 {
  padding: 10rem 0 8rem;
}
.single-portfolio-wrap-layout2 {
  padding: 10rem 0 8rem;
}
.single-portfolio-wrap-layout3 {
  padding: 0 0 8rem;
}
.single-portfolio-wrap-layout4 {
  padding: 9.2rem 0 8rem;
}
.single-portfolio-box-layout1 .single-portfolio-slider {
  padding-bottom: 9rem;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-wrapper .swiper-slide img {
  opacity: 0.50;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  height: 60px;
  width: 80px;
  margin: 0 auto;
  transform: translateY(-50%);
  left: 0;
  background-color: #ffffff;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
  font-size: 22px;
  color: #363636;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev:hover i {
  color: #cccccc;
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
    height: 50px;
    width: 60px;
  }
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
    height: 40px;
    width: 50px;
  }
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev {
    height: 40px;
    width: 50px;
  }
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-prev i {
    font-size: 16px;
  }
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  height: 60px;
  width: 80px;
  margin: 0 auto;
  transform: translateY(-50%);
  right: 0;
  background-color: #ffffff;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
  font-size: 22px;
  color: #363636;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next:hover i {
  color: #cccccc;
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
    height: 50px;
    width: 60px;
  }
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
    height: 40px;
    width: 50px;
  }
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next {
    height: 40px;
    width: 50px;
  }
  .single-portfolio-box-layout1 .single-portfolio-slider .swiper-container .swiper-button-next i {
    font-size: 16px;
  }
}
.single-portfolio-box-layout1 .portfolio-detail-content .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout1 .portfolio-detail-content .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout1 .portfolio-detail-content .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-portfolio-box-layout1 .portfolio-detail-content .item-title {
    font-size: 28px;
  }
}
.single-portfolio-box-layout1 .portfolio-detail-content .item-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin: 3rem 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout1 .portfolio-detail-content .item-subtitle {
    font-size: 18px;
  }
}
.single-portfolio-box-layout1 .portfolio-detail-content .item-category {
  margin-top: 5rem;
}
.single-portfolio-box-layout1 .portfolio-detail-content .item-category li {
  font-size: 20px;
  color: #646464;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-portfolio-box-layout1 .portfolio-detail-content .item-category li:last-child {
  margin-bottom: 0;
}
.single-portfolio-box-layout1 .portfolio-detail-content .item-category li i {
  font-size: 18px;
  color: #000000;
  margin-right: 15px;
}
.single-portfolio-box-layout2 .item-img {
  margin-bottom: 3rem;
}
.single-portfolio-box-layout2 .item-img:last-child {
  margin-bottom: 0;
}
.single-portfolio-box-layout3 {
  padding-left: 3rem;
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout3 {
    margin-bottom: 5rem;
    padding-left: 0;
  }
}
.single-portfolio-box-layout3 .item-title {
  font-size: 38px;
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout3 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout3 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .single-portfolio-box-layout3 .item-title {
    font-size: 28px;
  }
}
.single-portfolio-box-layout3 .item-details {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.single-portfolio-box-layout3 .item-details > li {
  display: inline-block;
  margin-right: 6.5rem;
  margin-bottom: 2rem;
  color: #646464;
}
.single-portfolio-box-layout3 .item-details > li:last-child {
  margin-right: 0;
}
.single-portfolio-box-layout3 .item-details > li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.single-portfolio-box-layout3 .item-details > li > a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout3 .item-details > li > a:hover {
  color: #111111;
}
.single-portfolio-box-layout3 .item-details > li .item-social > li {
  display: inline-block;
}
.single-portfolio-box-layout3 .item-details > li .item-social > li:first-child a {
  padding-left: 0;
}
.single-portfolio-box-layout3 .item-details > li .item-social > li > a {
  color: #646464;
  padding: 10px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout3 .item-details > li .item-social > li > a:hover {
  color: #111111;
}
.single-portfolio-box-layout3 .item-subtitle {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 2rem;
}
.single-portfolio-box-layout3 .item-category {
  margin-top: 3rem;
}
.single-portfolio-box-layout3 .item-category li {
  font-size: 20px;
  color: #646464;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-portfolio-box-layout3 .item-category li:last-child {
  margin-bottom: 0;
}
.single-portfolio-box-layout3 .item-category li i {
  font-size: 18px;
  color: #000000;
  margin-right: 15px;
}
.single-portfolio-box-layout3 .item-btn {
  position: relative;
  margin-top: 5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #111111;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout3 .item-btn i {
  font-size: 20px;
  margin-left: 10px;
}
.single-portfolio-box-layout3 .item-btn:hover {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
.single-portfolio-box-layout3 .item-btn:hover:after {
  width: 100%;
  left: 0;
}
.single-portfolio-box-layout3 .item-btn:hover i {
  color: #111111;
}
.single-portfolio-box-layout4 .item-slider {
  background-color: #d6d6d6;
  padding: 15rem 0;
}
.single-portfolio-box-layout4 .item-slider .slide-item {
  text-align: center;
}
.single-portfolio-box-layout4 .item-slider .slide-item img {
  width: auto;
  margin: 0 auto;
}
.single-portfolio-box-layout4 .item-details {
  padding: 6rem 0 3rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #dfdfdf;
}
.single-portfolio-box-layout4 .item-details > ul > li {
  display: inline-block;
  margin-right: 11rem;
  color: #646464;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1199px) {
  .single-portfolio-box-layout4 .item-details > ul > li {
    margin-right: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout4 .item-details > ul > li {
    margin-right: 3rem;
  }
}
.single-portfolio-box-layout4 .item-details > ul > li:last-child {
  margin-right: 0;
}
.single-portfolio-box-layout4 .item-details > ul > li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.single-portfolio-box-layout4 .item-details > ul > li > a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout4 .item-details > ul > li > a:hover {
  color: #111111;
}
.single-portfolio-box-layout4 .item-details > ul > li .item-social > li {
  display: inline-block;
}
.single-portfolio-box-layout4 .item-details > ul > li .item-social > li:first-child a {
  padding-left: 0;
}
.single-portfolio-box-layout4 .item-details > ul > li .item-social > li > a {
  color: #646464;
  padding: 10px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout4 .item-details > ul > li .item-social > li > a:hover {
  color: #111111;
}
.single-portfolio-box-layout4 .item-content {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout4 .item-content {
    width: 100%;
  }
}
.single-portfolio-box-layout4 .item-content .item-title {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .single-portfolio-box-layout4 .item-content .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout4 .item-content .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .single-portfolio-box-layout4 .item-content .item-title {
    font-size: 28px;
  }
}
.single-portfolio-box-layout4 .item-content .item-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout4 .item-content .item-subtitle {
    font-size: 18px;
  }
}
.single-portfolio-box-layout4 .item-content .item-btn {
  margin-top: 1rem;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  padding: 12px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout4 .item-content .item-btn {
    font-size: 18px;
  }
}
.single-portfolio-box-layout4 .item-content .item-btn i {
  font-size: 20px;
  margin-left: 15px;
}
.single-portfolio-box-layout4 .item-content .item-btn:hover {
  box-shadow: 0px 10px 24px 0px #999999;
}
.single-portfolio-box-layout5 .item-content {
  padding-right: 10rem;
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout5 .item-content {
    padding-right: 0;
  }
}
.single-portfolio-box-layout5 .item-content .item-title {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .single-portfolio-box-layout5 .item-content .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout5 .item-content .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .single-portfolio-box-layout5 .item-content .item-title {
    font-size: 28px;
  }
}
.single-portfolio-box-layout5 .item-content .item-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-box-layout5 .item-content .item-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .single-portfolio-box-layout5 .project-information {
    margin-top: 2rem;
  }
}
.single-portfolio-box-layout5 .project-information ul > li {
  display: flex;
  color: #000000;
  margin-bottom: 5px;
}
.single-portfolio-box-layout5 .project-information ul > li:last-child {
  margin-bottom: 0;
}
.single-portfolio-box-layout5 .project-information ul > li span {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-right: 10px;
}
.single-portfolio-box-layout5 .project-information ul > li a {
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout5 .project-information ul > li a:hover {
  color: #444444;
}
.single-portfolio-box-layout5 .project-information ul .item-social {
  display: inline-flex;
}
.single-portfolio-box-layout5 .project-information ul .item-social > li:first-child a {
  padding-left: 0;
}
.single-portfolio-box-layout5 .project-information ul .item-social > li a {
  font-size: 18px;
  color: #646464;
  padding: 2px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-portfolio-box-layout5 .project-information ul .item-social > li a:hover {
  color: #111111;
}
.single-portfolio-box-layout5 .swiper-container {
  margin: 3.5rem 0 4.5rem;
}
.single-portfolio-box-layout5 .swiper-container .swiper-button-prev {
  background-image: none;
  top: inherit;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #ffffff;
  height: 60px;
  width: 70px;
  line-height: 58px;
  text-align: center;
}
.single-portfolio-box-layout5 .swiper-container .swiper-button-prev:focus {
  outline: none;
  box-shadow: none;
}
.single-portfolio-box-layout5 .swiper-container .swiper-button-next {
  background-image: none;
  top: inherit;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: #ffffff;
  height: 60px;
  width: 70px;
  line-height: 58px;
  text-align: center;
}
.single-portfolio-box-layout5 .swiper-container .swiper-button-next:focus {
  outline: none;
  box-shadow: none;
}
/*=======================================================================
[14] Testimonial Area Style        
=========================================================================*/
.testimonial-wrap-layout1 {
  padding: 10rem 0 9.5rem;
  background-color: #f8f8f8;
}
.testimonial-wrap-layout2 {
  padding: 9.2rem 0 15.4rem;
}
.testimonial-wrap-layout3 {
  background-color: #000000;
  padding: 9.8rem 0 9.6rem;
}
.testimonial-box-layout1 {
  text-align: center;
}
.testimonial-box-layout1 .item-paragraph {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  width: 70%;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .testimonial-box-layout1 .item-paragraph {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-box-layout1 .item-paragraph {
    font-size: 20px;
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout1 .item-paragraph {
    font-size: 16px;
  }
}
.testimonial-box-layout1 .item-paragraph:after {
  content: "\f10d";
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 600;
  color: #c6c6c6;
  position: absolute;
  top: -6px;
  left: -20px;
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout1 .item-paragraph:after {
    font-size: 16px;
    left: -15px;
  }
}
.testimonial-box-layout1 .item-paragraph span {
  position: relative;
}
.testimonial-box-layout1 .item-paragraph span:before {
  content: "\f10e";
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 600;
  color: #c6c6c6;
  position: absolute;
  bottom: -12px;
  right: -35px;
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout1 .item-paragraph span:before {
    font-size: 16px;
  }
}
.testimonial-box-layout1 .item-title {
  color: #111111;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonial-box-layout1 .item-subtitle {
  color: #646464;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonial-box-layout1 .item-rate li {
  display: inline-block;
  color: #ff9800;
}
.testimonial-box-layout1 .item-rate li i {
  font-size: 14px;
}
.testimonial-box-layout2 {
  text-align: center;
}
.testimonial-box-layout2 .item-paragraph {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  width: 70%;
  margin: 18px auto 35px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .testimonial-box-layout2 .item-paragraph {
    width: 85%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout2 .item-paragraph {
    width: 90%;
  }
}
.testimonial-box-layout2 .item-paragraph:after {
  content: url(/css/img/testimonial/quote.png);
  position: absolute;
  top: -17px;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-box-layout2 .item-paragraph:after {
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout2 .item-paragraph:after {
    display: none;
  }
}
.testimonial-box-layout2 .item-img {
  margin-bottom: 17px;
}
.testimonial-box-layout2 .item-img img {
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
}
.testimonial-box-layout2 .item-title {
  color: #111111;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonial-box-layout2 .item-subtitle {
  color: #646464;
  font-size: 16px;
  margin-bottom: 12px;
}
.testimonial-box-layout3 {
  text-align: center;
}
.testimonial-box-layout3 .item-paragraph {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  width: 70%;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .testimonial-box-layout3 .item-paragraph {
    font-size: 20px;
    width: 80%;
  }
}
.testimonial-box-layout3 .item-paragraph:after {
  content: "\f10d";
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 600;
  color: #c6c6c6;
  position: absolute;
  top: -6px;
  left: -40px;
}
@media only screen and (max-width: 575px) {
  .testimonial-box-layout3 .item-paragraph:after {
    left: -25px;
  }
}
.testimonial-box-layout3 .item-paragraph span {
  position: relative;
}
.testimonial-box-layout3 .item-paragraph span:after {
  content: "\f10e";
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
  font-weight: 600;
  color: #c6c6c6;
  position: absolute;
  top: 14px;
  right: -30px;
}
.testimonial-box-layout3 .item-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonial-box-layout3 .item-subtitle {
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 12px;
}
.testimonial-box-layout3 .item-rate li {
  display: inline-block;
  color: #ff9800;
}
.testimonial-box-layout3 .item-rate li i {
  font-size: 14px;
}
/*=======================================================================
[15] Banner Area Style        
=========================================================================*/
.banner-wrap-layout1 {
  padding: 9.2rem 0 10rem;
}
.banner-wrap-layout2 {
  padding: 13.5rem 0 14.5rem;
  background-color: #f2f2f2;
  background-image: url('/css/img/banner/bg-image.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.banner-box-layout1 {
  text-align: center;
}
.banner-box-layout1 .item-title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout1 .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout1 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box-layout1 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box-layout1 .item-title {
    font-size: 28px;
  }
}
.banner-box-layout1 p {
  color: #cccccc;
}
.banner-box-layout1 .item-btn {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  border: 1px solid #111111;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner-box-layout1 .item-btn i:before {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
}
.banner-box-layout1 .item-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.banner-box-layout2 {
  text-align: center;
}
.banner-box-layout2 .item-title {
  font-size: 40px;
  font-weight: 700;
  color: #111111;
}
@media only screen and (max-width: 1199px) {
  .banner-box-layout2 .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-box-layout2 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box-layout2 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-box-layout2 .item-title {
    font-size: 28px;
  }
}
.banner-box-layout2 p {
  width: 65%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 991px) {
  .banner-box-layout2 p {
    width: 100%;
  }
}
.banner-box-layout2 .item-btn {
  display: inline-block;
  background-color: #111111;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-box-layout2 .item-btn i:before {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 700;
}
.banner-box-layout2 .item-btn:hover {
  background-color: #ffffff;
  color: #111111;
}
/*=======================================================================
[16] Blog Area Style        
=========================================================================*/
.blog-wrap-layout1 {
  padding: 9.2rem 0 5.2rem;
}
.blog-wrap-layout2 {
  padding: 9.2rem 0 10.4rem;
}
@media only screen and (max-width: 991px) {
  .blog-wrap-layout2 {
    padding: 9.2rem 0 6rem;
  }
}
.blog-wrap-layout3 {
  padding: 10rem 0 7rem;
}
.blog-wrap-layout4 {
  padding: 10rem 0 7rem;
}
.blog-wrap-layout5 {
  padding: 10rem 0 7rem;
}
.single-blog-wrap-layout1 {
  padding: 10rem 0 5rem;
}
.single-blog-wrap-layout2 {
  padding: 10rem 0 8rem;
}
.blog-box-layout1 {
  margin-bottom: 5rem;
}
.blog-box-layout1 .item-img {
  overflow: hidden;
  border-radius: 4px;
}
.blog-box-layout1 .item-img img {
  border-radius: 4px;
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .item-content {
  padding: 25px 0 0;
}
.blog-box-layout1 .item-content .item-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .item-title a:hover {
  color: #333333;
}
.blog-box-layout1 .item-content .entry-meta {
  margin-bottom: 20px;
}
.blog-box-layout1 .item-content .entry-meta li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #646464;
  position: relative;
  margin-right: 30px;
}
.blog-box-layout1 .item-content .entry-meta li:after {
  content: "/";
  color: #a09f9f;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: -4px;
  right: -23px;
}
.blog-box-layout1 .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box-layout1 .item-content .entry-meta li:last-child:after {
  display: none;
}
.blog-box-layout1 .item-content .entry-meta li a {
  color: #a09f9f;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .entry-meta li a:hover {
  color: #111111;
}
.blog-box-layout1 .item-content .item-btn {
  position: relative;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #646464;
  border: 1px solid #646464;
  border-radius: 4px;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-content .item-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #111111;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.blog-box-layout1 .item-content .item-btn i:before {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}
.blog-box-layout1 .item-content .item-btn:hover {
  color: #ffffff;
}
.blog-box-layout1 .item-content .item-btn:hover:after {
  width: 100%;
  left: 0;
}
.blog-box-layout1:hover .item-img img {
  transform: scale(1.1) translateZ(0);
}
@media only screen and (max-width: 991px) {
  .blog-box-layout2 {
    margin-bottom: 3rem;
  }
}
.blog-box-layout3 {
  padding: 0 6rem;
}
@media only screen and (max-width: 991px) {
  .blog-box-layout3 {
    padding: 0;
    margin-bottom: 4rem;
  }
}
.blog-box-layout3 .item-subtitle {
  font-size: 16px;
  color: #646464;
  margin-bottom: 18px;
}
.blog-box-layout3 .item-title a {
  font-weight: 600;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .item-title a:hover {
  color: #444444;
}
.blog-box-layout3 .entry-meta li {
  display: inline-block;
  color: #646464;
}
.blog-box-layout3 .entry-meta li a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .entry-meta li a:hover {
  color: #646464;
}
.blog-box-layout4 {
  margin-bottom: 35px;
}
.blog-box-layout4 .item-img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.blog-box-layout4 .item-img img {
  border-radius: 4px;
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout4 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-box-layout4 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .item-title a:hover {
  color: #444444;
}
.blog-box-layout4 .item-content .entry-meta {
  margin-bottom: 12px;
}
.blog-box-layout4 .item-content .entry-meta li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: #646464;
  position: relative;
  margin-right: 30px;
}
.blog-box-layout4 .item-content .entry-meta li:after {
  content: "/";
  color: #a09f9f;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: -4px;
  right: -23px;
}
.blog-box-layout4 .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box-layout4 .item-content .entry-meta li:last-child:after {
  display: none;
}
.blog-box-layout4 .item-content .entry-meta li a {
  color: #a09f9f;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .entry-meta li a:hover {
  color: #111111;
}
.blog-box-layout4 .item-content .item-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  border: 1px solid #646464;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .item-btn i:before {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 700;
}
.blog-box-layout4 .item-content .item-btn:hover {
  background-color: #111111;
  color: #ffffff;
}
.blog-box-layout4:hover .item-img img {
  transform: scale(1.1) translateZ(0);
}
.blog-box-layout5 {
  margin-bottom: 3rem;
}
.blog-box-layout5 .media .item-img {
  width: 40%;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .blog-box-layout5 .media .item-img {
    width: 100%;
  }
}
.blog-box-layout5 .media .item-img img {
  border-radius: 4px;
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout5 .media .media-body {
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .blog-box-layout5 .media .media-body {
    width: 100%;
  }
}
.blog-box-layout5 .media .media-body .entry-meta {
  margin-bottom: 18px;
}
.blog-box-layout5 .media .media-body .entry-meta li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.blog-box-layout5 .media .media-body .entry-meta li:last-child {
  margin-bottom: 0;
}
.blog-box-layout5 .media .media-body .entry-meta li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 5px;
  padding: 2px 10px;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .media .media-body .entry-meta li a:hover {
  color: #ffffff;
  background-color: #111111;
}
.blog-box-layout5 .media .media-body .item-title {
  margin-bottom: 12px;
}
.blog-box-layout5 .media .media-body .item-title a {
  font-weight: 600;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .media .media-body .item-title a:hover {
  color: #444444;
}
.blog-box-layout5 .media .media-body .item-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #646464;
  border: 1px solid #646464;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .media .media-body .item-btn i:before {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}
.blog-box-layout5 .media .media-body .item-btn:hover {
  color: #ffffff;
  background-color: #111111;
}
.blog-box-layout5 .media:hover .item-img img {
  transform: scale(1.1) translateZ(0);
}
.blog-box-layout6 {
  margin-bottom: 30px;
}
.blog-box-layout6 .item-img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
}
.blog-box-layout6 .item-img img {
  border-radius: 4px;
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout6 .item-content .entry-meta {
  margin-bottom: 25px;
}
.blog-box-layout6 .item-content .entry-meta li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
}
.blog-box-layout6 .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box-layout6 .item-content .entry-meta li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 5px;
  padding: 2px 10px;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .entry-meta li a:hover {
  color: #ffffff;
  background-color: #111111;
}
@media only screen and (max-width: 767px) {
  .blog-box-layout6 .item-content .item-title {
    font-size: 24px;
  }
}
.blog-box-layout6 .item-content .item-title a {
  font-weight: 600;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .item-title a:hover {
  color: #444444;
}
.blog-box-layout6 .item-content .item-btn {
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #646464;
  background-color: #111111;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .item-btn i:before {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 600;
}
.blog-box-layout6 .item-content .item-btn:hover {
  background-color: transparent;
  color: #111111;
  border: 1px solid #646464;
}
.blog-box-layout6:hover .item-img img {
  transform: scale(1.05) translateZ(0);
}
.single-blog-box-layout1 .blog-img {
  margin-bottom: 3rem;
}
.single-blog-box-layout1 .blog-img img {
  border-radius: 4px;
}
.single-blog-box-layout1 .blog-content {
  margin-bottom: 3rem;
}
.single-blog-box-layout1 .blog-content .entry-meta {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content .entry-meta {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-content .entry-meta li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
}
.single-blog-box-layout1 .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .blog-content .entry-meta li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 5px;
  padding: 2px 10px;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-content .entry-meta li a:hover {
  color: #ffffff;
  background-color: #111111;
}
.single-blog-box-layout1 .blog-content .blog-title {
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-content .blog-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content .blog-title {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-content .post-action {
  margin-top: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content .post-action {
    display: block;
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-content .post-action li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 6rem;
  color: #646464;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content .post-action li {
    margin-right: 0;
    margin-bottom: 2rem;
    display: block;
  }
}
.single-blog-box-layout1 .blog-content .post-action li span {
  color: #444444;
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content .post-action li span {
    margin-right: 0;
  }
}
.single-blog-box-layout1 .blog-content .post-action li i {
  margin-right: 10px;
  color: #a0a0a0;
  font-size: 24px;
}
.single-blog-box-layout1 .blog-content .post-action li:after {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #c4c4c4;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content .post-action li:after {
    display: none;
  }
}
.single-blog-box-layout1 .blog-content .post-action li:last-child {
  margin-right: 0;
}
.single-blog-box-layout1 .blog-content .post-action li:last-child:after {
  display: none;
}
.single-blog-box-layout1 .blog-content .post-action li .media {
  align-items: center;
}
.single-blog-box-layout1 .blog-content .post-action li .media img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-content .post-action li .media .media-body .item-title {
  color: #646464;
  font-size: 16px;
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-content .post-action li .media .media-body .item-title span {
  display: block;
  color: #111111;
}
.single-blog-box-layout1 .blog-content blockquote {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  padding: 1.5rem 6rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-content blockquote {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-content blockquote {
    padding: 1.5rem 0 2.5rem;
    font-size: 18px;
  }
}
.single-blog-box-layout1 .blog-tag {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-tag {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.single-blog-box-layout1 .blog-tag li {
  font-size: 17px;
  color: #111111;
  font-weight: 500;
}
.single-blog-box-layout1 .blog-tag li a {
  color: #444444;
  font-weight: 400;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-tag li a:hover {
  color: #111111;
}
.single-blog-box-layout1 .blog-social {
  margin-bottom: 5rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-social {
    display: block;
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-social li {
  font-size: 17px;
  color: #111111;
  font-weight: 500;
}
.single-blog-box-layout1 .blog-social li a {
  font-size: 18px;
  color: #a4a4a4;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social li a:hover {
  color: #111111;
}
.single-blog-box-layout1 .blog-author {
  border: 1px solid #d7d7d7;
  margin-bottom: 5.5rem;
  padding: 4rem 5rem 1.5rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-author {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-author .media img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
  margin-bottom: 5px;
}
.single-blog-box-layout1 .blog-comment {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-comment {
    text-align: center;
  }
}
.single-blog-box-layout1 .blog-comment .media {
  margin-bottom: 40px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media img {
  border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body {
  position: relative;
}
.single-blog-box-layout1 .blog-comment .media .media-body .post-title {
  color: #111111;
  font-weight: 700;
}
.single-blog-box-layout1 .blog-comment .media .media-body .post-title span {
  font-size: 16px;
  color: #646464;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  padding: 5px 15px;
  position: absolute;
  top: -11px;
  right: 0;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
    position: inherit;
    margin-top: 10px;
  }
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
  background-color: #111111;
  border: 1px solid #111111;
  color: #ffffff;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
  margin-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
    margin-left: 0;
    padding-right: 0;
  }
}
.single-blog-box-layout1 .blog-form {
  margin-top: 2rem;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
  margin-bottom: 15px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  background-color: #f4f4f4;
  color: #111111;
  border-radius: 4px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
  height: 55px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn {
  margin-top: 1.5rem;
  display: block;
  border: 1px solid #111111;
  background-color: #111111;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn i {
  margin-left: 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover i {
  color: #111111;
}
.single-blog-box-layout2 .blog-img {
  margin-bottom: 3rem;
}
.single-blog-box-layout2 .blog-img img {
  border-radius: 4px;
}
.single-blog-box-layout2 .blog-details {
  padding: 0 14rem;
}
@media only screen and (max-width: 991px) {
  .single-blog-box-layout2 .blog-details {
    padding: 0;
  }
}
.single-blog-box-layout2 .blog-details .blog-content {
  text-align: center;
  margin-bottom: 5rem;
}
.single-blog-box-layout2 .blog-details .blog-content .entry-meta {
  margin-bottom: 20px;
}
.single-blog-box-layout2 .blog-details .blog-content .entry-meta li {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
}
.single-blog-box-layout2 .blog-details .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog-box-layout2 .blog-details .blog-content .entry-meta li a {
  font-weight: 400;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 5px;
  padding: 2px 10px;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout2 .blog-details .blog-content .entry-meta li a:hover {
  color: #ffffff;
  background-color: #111111;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-title {
  font-weight: 600;
  color: #111111;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout2 .blog-details .blog-content .blog-title {
    font-size: 24px;
  }
}
.single-blog-box-layout2 .blog-details .blog-content .post-action {
  margin-top: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-content .post-action {
    display: block;
    text-align: center;
  }
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 6rem;
  color: #646464;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-content .post-action li {
    margin-right: 0;
    margin-bottom: 2rem;
    display: block;
  }
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li span {
  color: #444444;
  font-weight: 500;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-content .post-action li span {
    margin-right: 0;
  }
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li i {
  margin-right: 10px;
  color: #a0a0a0;
  font-size: 24px;
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li:after {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #c4c4c4;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-content .post-action li:after {
    display: none;
  }
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li:last-child {
  margin-right: 0;
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li:last-child:after {
  display: none;
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li .media {
  align-items: center;
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li .media img {
  border-radius: 50%;
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li .media .media-body .item-title {
  color: #646464;
  font-size: 16px;
  margin-bottom: 0;
}
.single-blog-box-layout2 .blog-details .blog-content .post-action li .media .media-body .item-title span {
  display: block;
  color: #111111;
}
.single-blog-box-layout2 .blog-details .blog-content blockquote {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  padding: 1.5rem 6rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout2 .blog-details .blog-content blockquote {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-content blockquote {
    padding: 1.5rem 0 2.5rem;
    font-size: 18px;
  }
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social {
  margin-top: 4rem;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social li {
  font-size: 17px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 12px;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social li:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social li a {
  color: #444444;
  padding-left: 5px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social li a i {
  margin-left: 12px;
  font-size: 18px;
  color: #a4a4a4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social li a:hover {
  color: #111111;
}
.single-blog-box-layout2 .blog-details .blog-content .blog-social li a:hover i {
  color: #111111;
}
.single-blog-box-layout2 .blog-details .blog-author {
  border: 1px solid #d7d7d7;
  margin-bottom: 5.5rem;
  padding: 4rem 5rem 1.5rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-author {
    text-align: center;
  }
}
.single-blog-box-layout2 .blog-details .blog-author .media img {
  border-radius: 50%;
}
.single-blog-box-layout2 .blog-details .blog-author .media .media-body .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.single-blog-box-layout2 .blog-details .blog-author .media .media-body .item-subtitle {
  margin-bottom: 5px;
}
.single-blog-box-layout2 .blog-details .blog-comment {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-comment {
    text-align: center;
  }
}
.single-blog-box-layout2 .blog-details .blog-comment .media {
  margin-bottom: 40px;
}
.single-blog-box-layout2 .blog-details .blog-comment .media:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout2 .blog-details .blog-comment .media img {
  border-radius: 50%;
}
.single-blog-box-layout2 .blog-details .blog-comment .media .media-body {
  position: relative;
}
.single-blog-box-layout2 .blog-details .blog-comment .media .media-body .post-title {
  color: #111111;
  font-weight: 700;
}
.single-blog-box-layout2 .blog-details .blog-comment .media .media-body .post-title span {
  font-size: 16px;
  color: #646464;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.single-blog-box-layout2 .blog-details .blog-comment .media .media-body .item-btn {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  padding: 5px 15px;
  position: absolute;
  top: -11px;
  right: 0;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .single-blog-box-layout2 .blog-details .blog-comment .media .media-body .item-btn {
    position: inherit;
    margin-top: 10px;
  }
}
.single-blog-box-layout2 .blog-details .blog-comment .media .media-body .item-btn:hover {
  background-color: #111111;
  border: 1px solid #111111;
  color: #ffffff;
}
.single-blog-box-layout2 .blog-details .blog-comment .media:nth-child(odd) {
  margin-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 575px) {
  .single-blog-box-layout2 .blog-details .blog-comment .media:nth-child(odd) {
    margin-left: 0;
    padding-right: 0;
  }
}
.single-blog-box-layout2 .blog-details .blog-form {
  margin-top: 2rem;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group {
  margin-bottom: 15px;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  background-color: #f4f4f4;
  color: #111111;
  border-radius: 4px;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group input {
  height: 55px;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group .item-btn {
  margin-top: 1.5rem;
  display: inline-block;
  border: 1px solid #111111;
  background-color: #111111;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group .item-btn i {
  margin-left: 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group .item-btn:hover {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .form-group .item-btn:hover i {
  color: #111111;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .alert.alert-danger,
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .alert.alert-info,
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .alert.alert-danger p,
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .alert.alert-info p,
.single-blog-box-layout2 .blog-details .blog-form .contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}
/*=======================================================================
[17] Brand Area Style        
=========================================================================*/
.brand-wrap-layout1 {
  padding: 0 0 10rem;
}
.brand-wrap-layout2 {
  padding: 2rem 0;
  background-color: #f8f8f8;
}
.brand-wrap-layout3 {
  background-color: #111111;
  padding: 9.5rem 0 7rem;
}
.brand-wrap-layout4 {
  padding: 10rem 0 7rem;
}
@media only screen and (max-width: 575px) {
  .brand-wrap-layout4 {
    padding: 10rem 3rem 7rem !important;
  }
}
.brand-wrap-layout5 {
  padding: 1rem 0;
}
.brand-box-layout1 {
  border: 1px solid #d7d7d7;
  text-align: center;
}
.brand-box-layout1 img {
  opacity: 0.50;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout1:hover img {
  opacity: 1;
}
.brand-box-layout2 img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout2:hover img {
  opacity: 0.50;
  cursor: all-scroll;
}
.brand-box-layout3 {
  margin-bottom: 3rem;
  text-align: center;
}
.brand-box-layout3 img {
  opacity: 0.50;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brand-box-layout3:hover img {
  opacity: 1;
}
.brand-box-layout4 {
  border: 1px solid #d7d7d7;
  margin-bottom: 3rem;
  text-align: center;
}
.brand-box-layout4 img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brand-box-layout4:hover img {
  opacity: 0.50;
}
/*=======================================================================
[18] Social Link Area Style 
=========================================================================*/
.social-link-wrap-layout1 {
  padding: 7rem 0 4rem;
  background-color: #f8f8f8;
}
.social-box-layout1 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.social-box-layout1:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-box-layout1 img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-box-layout1 a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
  font-size: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-box-layout1:hover:after {
  visibility: visible;
  opacity: 1;
}
.social-box-layout1:hover a {
  visibility: visible;
  opacity: 1;
}
.social-box-layout1:hover img {
  transform: scale(1.2);
}
.social-box-layout2 {
  text-align: center;
  background-color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.social-box-layout2 .item-content {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
}
@media only screen and (max-width: 479px) {
  .social-box-layout2 .item-content {
    font-size: 20px;
  }
}
.social-box-layout2 .item-content a {
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-box-layout2 .item-content a:hover {
  color: #cccccc;
}
.social-box-layout2 .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.social-box-layout2 .item-icon a {
  font-size: 100px;
  color: #444444;
  opacity: 0.40;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*=======================================================================
[19] About Us Area Style 
=========================================================================*/
.about-wrap-layout1 {
  padding-bottom: 6.5rem;
}
@media only screen and (max-width: 1399px) {
  .about-wrap-layout1 {
    padding: 10rem 0;
  }
}
.about-wrap-layout2 {
  padding: 10rem 0 7.5rem;
}
.about-wrap-layout3 {
  background-color: #f8f8f8;
  position: relative;
}
.about-wrap-layout4 {
  padding: 9.2rem 0 10rem;
}
.about-wrap-layout5 {
  padding: 10rem 0;
  background-color: #f8f8f8;
}
.about-box-layout1 {
  position: relative;
  top: -35px;
  left: 0;
  z-index: 5;
}
@media only screen and (max-width: 1399px) {
  .about-box-layout1 {
    position: inherit;
    top: 0;
    text-align: center;
  }
}
.about-box-layout2 {
  padding-left: 5rem;
  padding-right: 1rem;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .about-box-layout2 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout2 {
    padding-left: 1rem;
  }
}
.about-box-layout2 .item-title {
  padding-left: 9.5rem;
  position: relative;
  font-weight: 500;
  color: #111111;
}
.about-box-layout2 .item-title span {
  position: absolute;
  top: -33px;
  left: 0;
  display: inline-block;
  font-size: 10rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .about-box-layout2 .item-title span {
    top: -25px;
  }
}
.about-box-layout2 .about-right-side-content {
  position: absolute;
  top: 50%;
  right: -16rem;
  transform: translateY(-50%) rotate(-90deg);
  color: #e5e5e5;
  font-size: 48px;
  font-weight: 300;
}
@media only screen and (max-width: 1399px) {
  .about-box-layout2 .about-right-side-content {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout3 {
    margin-bottom: 5rem;
  }
}
.about-box-layout3 .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout3 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout3 .item-title {
    font-size: 28px;
  }
}
.about-box-layout3 .item-category {
  margin-top: 4rem;
}
.about-box-layout3 .item-category li {
  font-size: 20px;
  color: #646464;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .about-box-layout3 .item-category li {
    font-size: 18px;
  }
}
.about-box-layout3 .item-category li:last-child {
  margin-bottom: 0;
}
.about-box-layout3 .item-category li i {
  font-size: 18px;
  color: #000000;
  margin-right: 15px;
}
.about-box-layout4 {
  text-align: center;
}
.about-box-layout4 .item-img {
  position: relative;
}
.about-box-layout4 .item-img img {
  border-radius: 4px;
}
.about-box-layout4 .item-img .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.about-box-layout4 .item-img .play-btn img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout4 .item-img .play-btn:hover img {
  opacity: 0.80;
}
.about-box-layout5 {
  margin-top: 9rem;
}
.about-box-layout5 .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .about-box-layout5 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .item-title {
    font-size: 28px;
  }
}
.about-box-layout5 .item-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about-box-layout5 .item-subtitle {
    font-size: 18px;
  }
}
.about-box-layout5 blockquote {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
  margin: 23px 0 26px;
}
.about-box-layout6 {
  width: 50%;
}
@media only screen and (max-width: 1399px) {
  .about-box-layout6 {
    width: 100%;
  }
}
.about-box-layout7 {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1399px) {
  .about-box-layout7 {
    position: inherit;
    top: 0;
    left: 0;
    transform: translateY(0);
    padding: 9rem 0;
  }
}
.about-box-layout7 .item-content .item-subtitle {
  font-size: 24px;
  color: #111111;
  margin-bottom: 10px;
}
.about-box-layout7 .item-content .item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}
.about-box-layout7 .item-content .item-title span {
  font-weight: 500;
  display: block;
}
.about-box-layout7 .item-content .item-category {
  margin-top: 3rem;
}
.about-box-layout7 .item-content .item-category li {
  font-size: 20px;
  color: #646464;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-box-layout7 .item-content .item-category li:last-child {
  margin-bottom: 0;
}
.about-box-layout7 .item-content .item-category li i {
  font-size: 18px;
  color: #000000;
  margin-right: 15px;
}
.about-box-layout8 .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout8 .item-title {
    font-size: 28px;
  }
}
.about-box-layout9 .swiper-container .swiper-button-prev {
  background-image: none;
  top: inherit;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #ffffff;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
}
.about-box-layout9 .swiper-container .swiper-button-prev:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 575px) {
  .about-box-layout9 .swiper-container .swiper-button-prev {
    display: none;
  }
}
.about-box-layout9 .swiper-container .swiper-button-next {
  background-image: none;
  top: inherit;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: #ffffff;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
}
.about-box-layout9 .swiper-container .swiper-button-next:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 575px) {
  .about-box-layout9 .swiper-container .swiper-button-next {
    display: none;
  }
}
/*=======================================================================
[20] Inner Page Banner Area Style
=========================================================================*/
.inner-page-banner {
  display: block;
  padding: 10rem 0;
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin-right: 25px;
  padding-right: 15px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  position: absolute;
  font-size: 21px;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #cccccc;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #cccccc;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
/*=======================================================================
[21] Widget Sidebar Area Style
=========================================================================*/
.widget-project-info {
  background-color: #f8f8f8;
  padding: 3rem 3rem 3.5rem;
}
.widget-project-info .item-title {
  font-weight: 600;
  color: #111111;
  position: relative;
  padding-bottom: 20px;
}
.widget-project-info .item-title:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #111111;
  bottom: 0;
  left: 0;
  position: absolute;
}
.widget-project-info .project-detail > li {
  display: flex;
  color: #000000;
  margin-bottom: 15px;
}
.widget-project-info .project-detail > li:last-child {
  margin-bottom: 0;
}
.widget-project-info .project-detail > li span {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-right: 10px;
}
.widget-project-info .project-detail > li a {
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-project-info .project-detail > li a:hover {
  color: #444444;
}
.widget-project-info .project-detail .item-social {
  display: inline-flex;
}
.widget-project-info .project-detail .item-social > li:first-child a {
  padding-left: 0;
}
.widget-project-info .project-detail .item-social > li a {
  font-size: 18px;
  color: #646464;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-project-info .project-detail .item-social > li a:hover {
  color: #111111;
}
.widget-project-info .item-btn {
  margin-top: 3rem;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
  padding: 12px 20px;
  border: 1px solid #000000;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-project-info .item-btn i {
  font-size: 20px;
  margin-left: 15px;
}
.widget-project-info .item-btn:hover {
  border: 1px solid #000000;
  background-color: transparent;
  color: #111111;
}
.widget-search-box .stylish-input-group {
  border: 1px solid #d7d7d7;
  height: 55px;
  border-radius: 4px;
  padding: 0 1rem;
}
.widget-search-box .stylish-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 16px;
  height: 55px;
}
.widget-search-box .stylish-input-group .input-group-addon {
  display: flex;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.widget-search-box .stylish-input-group .input-group-addon button {
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button span:before {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:hover span {
  color: #111111;
}
.widget-search-box .stylish-input-group .input-group-addon button:hover span:before {
  color: #111111;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search-box .stylish-input-group input {
  font-size: 16px;
  color: #111111;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control::-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #646464;
  font-size: 16px;
}
.widget-category ul li {
  margin-bottom: 8px;
}
.widget-category ul li:last-child {
  margin-bottom: 0;
}
.widget-category ul li a {
  color: #646464;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-category ul li a:hover {
  color: #111111;
}
.widget-category ul li a i {
  padding-right: 14px;
}
.widget-recent-blog .media {
  margin-bottom: 20px;
}
.widget-recent-blog .media:last-child {
  margin-bottom: 0;
}
.widget-recent-blog .media .item-img {
  overflow: hidden;
}
.widget-recent-blog .media .item-img a {
  border-radius: 4px;
}
.widget-recent-blog .media .item-img a img {
  border-radius: 4px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-blog .media .media-body .post-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.widget-recent-blog .media .media-body .post-title a {
  color: #111111;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-blog .media .media-body .post-title a:hover {
  color: #444444;
}
.widget-recent-blog .media .media-body .post-date {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
}
.widget-recent-blog .media:hover a img {
  transform: scale(1.1);
}
.widget-archives ul li {
  position: relative;
  margin-bottom: 10px;
}
.widget-archives ul li:last-child {
  margin-bottom: 0;
}
.widget-archives ul li a {
  color: #646464;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-archives ul li a span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.widget-archives ul li a:hover {
  color: #111111;
}
.widget-archives ul li a i {
  padding-right: 14px;
}
.widget-tag ul li {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
  background: #f2f2f2;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-tag ul li a {
  color: #444444;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-tag ul li:hover {
  background: #111111;
}
.widget-tag ul li:hover a {
  color: #ffffff;
}
.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}
.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0 0;
  text-align: center;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0;
  color: #222222;
  font-size: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #111111;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 20px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:focus {
  outline: none;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .range-title {
  color: #222222;
}
.widget-price-range .price-range-wrapper .noUi-connect {
  background: #111111;
  box-shadow: none;
}
.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 4px;
}
.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #e9e9e9;
  border: 0;
}
.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #dddddd;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}
.widget-price-range .price-range-wrapper .noUi-handle::before {
  display: none;
}
.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 10px;
  width: 10px;
  background-color: #111111;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*=======================================================================
[22] Pagination Area Style
=========================================================================*/
.pagination-layout1 {
  border-top: 1px solid #e8e8e8;
  padding-top: 5rem;
  margin-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .pagination-layout1 .prev-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.pagination-layout1 .prev-btn .media .item-img {
  position: relative;
  text-align: center;
  background-color: #000000;
  border-radius: 5px;
}
.pagination-layout1 .prev-btn .media .item-img a img {
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 .prev-btn .media .item-img a i {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .pagination-layout1 .prev-btn .media .media-body {
    display: none;
  }
}
.pagination-layout1 .prev-btn .media .media-body .item-title {
  color: #646464;
  font-weight: 300;
  margin-bottom: 5px;
}
.pagination-layout1 .prev-btn .media .media-body .item-subtitle {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
}
.pagination-layout1 .prev-btn:hover .media .item-img a img {
  opacity: 0.50;
}
.pagination-layout1 .prev-btn:hover .media .item-img a i {
  visibility: visible;
  opacity: 1;
}
.pagination-layout1 .home-btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pagination-layout1 .home-btn {
    margin-bottom: 2rem;
  }
}
.pagination-layout1 .home-btn a {
  font-size: 30px;
  color: #a1a1a1;
  padding: 2rem;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 .home-btn a:hover {
  color: #363636;
}
.pagination-layout1 .next-btn {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .pagination-layout1 .next-btn {
    justify-content: center;
  }
}
.pagination-layout1 .next-btn .media .items-content {
  text-align: right;
}
.pagination-layout1 .next-btn .media .items-content .item-title {
  color: #646464;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
}
.pagination-layout1 .next-btn .media .items-content .item-subtitle {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .pagination-layout1 .next-btn .media .items-content {
    display: none;
  }
}
.pagination-layout1 .next-btn .media .media-body .item-img {
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.pagination-layout1 .next-btn .media .media-body .item-img a img {
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 .next-btn .media .media-body .item-img a i {
  color: #111111;
  font-size: 30px;
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout1 .next-btn:hover .media .media-body .item-img a img {
  opacity: 0.50;
}
.pagination-layout1 .next-btn:hover .media .media-body .item-img a i {
  visibility: visible;
  opacity: 1;
}
.pagination-layout2 {
  margin-top: 4rem;
}
.pagination-layout2 > ul li {
  display: inline-block;
  margin-right: 4px;
}
.pagination-layout2 > ul li:last-child {
  margin-right: 0;
}
.pagination-layout2 > ul li a {
  font-size: 18px;
  color: #111111;
  padding: 10px 17px;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-layout2 > ul li a:hover {
  background-color: #111111;
  color: #ffffff;
}
.pagination-layout2 > ul li a.active {
  background-color: #111111;
  color: #ffffff;
}
/*=======================================================================
[23] Team Area Style
=========================================================================*/
.team-wrap-layout1 {
  padding: 9.2rem 0 7rem;
  background-color: #f2f2f2;
}
.single-team-wrap {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .single-team-wrap {
    display: block;
  }
}
.team-wrap-layout2 {
  padding: 10rem 0 7rem;
  background-color: #f2f2f2;
}
.team-box-layout1 {
  margin-bottom: 3rem;
}
.team-box-layout1 .item-img img {
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content {
  padding: 2.5rem 1rem;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.team-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title a:hover {
  color: #444444;
}
.team-box-layout1 .item-content .item-subtitle {
  color: #646464;
  font-style: italic;
}
.team-box-layout1 .item-content .item-social {
  margin-top: 18px;
}
.team-box-layout1 .item-content .item-social li {
  display: inline-block;
  margin-right: 10px;
}
.team-box-layout1 .item-content .item-social li:last-child {
  margin-right: 0;
}
.team-box-layout1 .item-content .item-social li a {
  font-size: 18px;
  color: #9c9c9c;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-social li a:hover {
  color: #111111;
}
.team-box-layout1:hover .item-img img {
  filter: grayscale(0);
}
.team-box-layout1:hover .item-content {
  -webkit-box-shadow: 0px 16px 35px 0px #d5d5d5;
  box-shadow: 0px 16px 35px 0px #d5d5d5;
}
.inner-content-wrap {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .inner-content-wrap {
    width: 100%;
    text-align: center;
  }
}
.inner-content-wrap .item-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .inner-content-wrap .item-content-box {
    position: inherit;
    top: 0;
    transform: translateY(0);
    padding: 9.2rem 0 10rem;
  }
}
.inner-content-wrap .item-content-box .single-team-box {
  padding-right: 5rem;
}
@media only screen and (max-width: 1199px) {
  .inner-content-wrap .item-content-box .single-team-box {
    padding-right: 0;
  }
}
.inner-content-wrap .item-content-box .single-team-box .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .inner-content-wrap .item-content-box .single-team-box .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-content-wrap .item-content-box .single-team-box .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-content-wrap .item-content-box .single-team-box .item-title {
    font-size: 28px;
  }
}
.inner-content-wrap .item-content-box .single-team-box .item-subtitle {
  color: #646464;
  font-style: italic;
}
.inner-content-wrap .item-content-box .single-team-box .item-social {
  margin-top: 2rem;
}
.inner-content-wrap .item-content-box .single-team-box .item-social li {
  display: inline-block;
  margin-right: 10px;
}
.inner-content-wrap .item-content-box .single-team-box .item-social li:last-child {
  margin-right: 0;
}
.inner-content-wrap .item-content-box .single-team-box .item-social li a {
  font-size: 18px;
  color: #9c9c9c;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-content-wrap .item-content-box .single-team-box .item-social li a:hover {
  color: #111111;
}
.inner-content-wrap .item-content-box .single-team-box .sub-content {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  margin: 2rem 0;
}
.inner-content-wrap .item-content-box .single-team-box .item-btn {
  position: relative;
  margin-top: 1rem;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-content-wrap .item-content-box .single-team-box .item-btn i:before {
  font-size: 14px;
  margin-left: 5px;
}
.inner-content-wrap .item-content-box .single-team-box .item-btn:hover {
  color: #111111;
  background-color: transparent;
}
.inner-content-wrap .item-content-box .single-team-box .item-btn:hover i:before {
  color: #111111;
}
/*=======================================================================
[24] Progress Bar Area Style
=========================================================================*/
.progress-wrap-layout1 {
  padding: 9.2rem 0 7.5rem;
}
.progress-box-layout1 {
  text-align: center;
}
.progress-box-layout1 .progress-circular {
  margin-bottom: 24px;
}
.progress-box-layout1 .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 17px;
}
.progress-box-layout2 {
  margin-left: 5rem;
  padding-top: 4.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .progress-box-layout2 {
    margin-left: 0;
    margin-top: 3rem;
  }
}
.progress-box-layout2 .progress {
  overflow: visible;
  margin-bottom: 6.5rem;
  height: 4px;
  background-color: #e8e8e8;
  position: relative;
}
.progress-box-layout2 .progress:last-child {
  margin-bottom: 0;
}
.progress-box-layout2 .progress .lead {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: -42px;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 575px) {
  .progress-box-layout2 .progress .lead {
    font-size: 18px;
    top: -35px;
  }
}
.progress-box-layout2 .progress .progress-bar {
  padding: 2px 0;
  position: relative;
  background-color: #111111;
}
.progress-box-layout2 .progress .progress-bar span {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
}
@media only screen and (max-width: 575px) {
  .progress-box-layout2 .progress .progress-bar span {
    top: -37px;
  }
}
/*=======================================================================
[25] Clients Area Style
=========================================================================*/
.client-wrap-layout1 {
  padding: 9.2rem 0 10rem;
}
.client-heading {
  margin-bottom: 4rem;
  text-align: center;
}
.client-heading .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .client-heading .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .client-heading .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .client-heading .item-title {
    font-size: 28px;
  }
}
.client-box-layout1 {
  border: 1px solid #dddddd;
  text-align: center;
}
.client-box-layout1 img {
  opacity: 0.50;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.client-box-layout1:hover img {
  opacity: 1;
}
/*=======================================================================
[26] Shop Page Area Style
=========================================================================*/
.shop-wrap-layout1 {
  padding: 10rem 0 7rem;
}
.shop-wrap-layout2 {
  padding: 10rem 0;
}
.product-filter-wrap-layout1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
  .product-filter-wrap-layout1 .product-filter-box {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .product-filter-wrap-layout1 .product-filter-box .form-group {
    justify-content: center !important;
  }
}
.product-filter-wrap-layout1 .product-filter-box .form-group .item-title {
  font-weight: 500;
  color: #111111;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .product-filter-wrap-layout1 .product-filter-box .form-group .item-title {
    margin-bottom: 15px;
  }
}
.product-filter-wrap-layout1 .product-filter-box .form-group .nice-select {
  border: 1px solid #d7d7d7;
  font-size: 16px;
  color: #111111;
  height: 55px;
  line-height: 55px;
  padding-left: 30px;
  padding-right: 40px;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .nice-select:after {
  height: 8px;
  width: 8px;
  right: 25px;
  color: #111111;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .nice-select .list {
  width: 100%;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 7px 0px 7px 20px;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap {
  margin-left: 15px;
  width: 63%;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap {
    width: 50%;
  }
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap .price-range-select {
  text-align: center;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0;
  color: #222222;
  font-size: 15px;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap .price-range-select .item-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #111111;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  margin-left: 20px;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .price-filter-wrap .price-range-select .item-btn:focus {
  outline: none;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-connect {
  background: #111111;
  box-shadow: none;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-horizontal {
  height: 4px;
  width: 37%;
}
@media only screen and (max-width: 1199px) {
  .product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-horizontal {
    width: 50%;
  }
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #e9e9e9;
  border: 0;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #dddddd;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-handle::before {
  display: none;
}
.product-filter-wrap-layout1 .product-filter-box .form-group .price-range-wrapper .noUi-handle::after {
  height: 10px;
  width: 10px;
  background-color: #111111;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-box-wrap-layout1 .product-box-layout1 {
  margin-bottom: 25px;
}
.product-box-wrap-layout1 .product-box-layout1 .item-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 22px;
}
.product-box-wrap-layout1 .product-box-layout1 .item-img img {
  border-radius: 4px;
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.product-box-wrap-layout1 .product-box-layout1 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(-90deg);
  transform-origin: top;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-box-wrap-layout1 .product-box-layout1 .item-img .item-btn-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: rotate(-45deg) rotateX(45deg) translateX(50px) translateY(20px) translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-box-wrap-layout1 .product-box-layout1 .item-img .item-btn-wrap .item-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .product-box-wrap-layout1 .product-box-layout1 .item-img .item-btn-wrap .item-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .product-box-wrap-layout1 .product-box-layout1 .item-img .item-btn-wrap .item-btn {
    font-size: 14px;
  }
}
.product-box-wrap-layout1 .product-box-layout1 .item-img .item-btn-wrap .item-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.product-box-wrap-layout1 .product-box-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-box-wrap-layout1 .product-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-box-wrap-layout1 .product-box-layout1 .item-content .item-title a:hover {
  color: #444444;
}
.product-box-wrap-layout1 .product-box-layout1 .item-content .item-price {
  font-size: 20px;
}
.product-box-wrap-layout1 .product-box-layout1:hover .item-img img {
  transform: scale(1.1) translateZ(0);
}
.product-box-wrap-layout1 .product-box-layout1:hover .item-img:after {
  transform: perspective(400px) rotateY(0);
  visibility: visible;
  opacity: 1;
}
.product-box-wrap-layout1 .product-box-layout1:hover .item-img .item-btn-wrap {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg) rotateX(0deg) translateX(0px) translateY(-50%) translateZ(0);
  transition-delay: 0.4s;
}
.single-product-wrap-layout1 {
  padding: 10rem 0 8.8rem;
}
.single-product-gallery-layout1 .tab-content {
  position: relative;
  border: none;
  overflow: hidden;
}
.single-product-gallery-layout1 .tab-content a {
  cursor: move;
  display: block;
  background-color: #f2f2f2;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-product-gallery-layout1 .tab-content a img {
  border-radius: 4px;
}
.single-product-gallery-layout1 .tab-nav {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 1199px) {
  .single-product-gallery-layout1 .tab-nav {
    margin-bottom: 35px;
  }
}
.single-product-gallery-layout1 .tab-nav .nav-item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.single-product-gallery-layout1 .tab-nav .nav-item:last-child {
  margin-right: 0;
}
.single-product-gallery-layout1 .tab-nav .nav-item a {
  display: block;
}
.single-product-gallery-layout1 .tab-nav .nav-item a img {
  width: 100%;
  border-radius: 4px;
}
.single-product-gallery-layout1 .tab-nav .nav-item .active {
  border-radius: 4px;
  box-shadow: 0px 9px 10px 0px #d5d5d5;
}
.single-product-content-layout1 {
  padding-left: 3rem;
}
.single-product-content-layout1 .item-title {
  font-size: 36px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-content-layout1 .item-title {
    font-size: 26px;
  }
}
.single-product-content-layout1 .item-price {
  font-size: 30px;
  color: #111111;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .single-product-content-layout1 .item-price {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-content-layout1 .item-price {
    font-size: 24px;
  }
}
.single-product-content-layout1 .entry-meta li {
  display: block;
  color: #111111;
  font-weight: 500;
  margin-bottom: 6px;
}
.single-product-content-layout1 .entry-meta li:last-child {
  margin-right: 0;
  display: block;
  margin-bottom: 0;
}
.single-product-content-layout1 .entry-meta li span {
  color: #444444;
  font-weight: 400;
}
.single-product-content-layout1 .entry-meta li a {
  color: #444444;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .entry-meta li a:hover {
  color: #111111;
}
.single-product-content-layout1 .item-social {
  margin-top: 6px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.single-product-content-layout1 .item-social li {
  display: inline-block;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
}
.single-product-content-layout1 .item-social li:last-child {
  margin-right: 0;
}
.single-product-content-layout1 .item-social li a {
  font-size: 16px;
  color: #9c9c9c;
  padding: 10px;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .item-social li a:hover {
  color: #444444;
}
.single-product-content-layout1 .action-area {
  margin-top: 3.2rem;
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-product-content-layout1 .action-area {
    display: block;
    text-align: center;
  }
}
.single-product-content-layout1 .action-area li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .single-product-content-layout1 .action-area li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.single-product-content-layout1 .action-area li:last-child {
  margin-right: 0;
}
.single-product-content-layout1 .action-area li .input-group {
  width: auto;
}
.single-product-content-layout1 .action-area li .input-group .form-control {
  text-align: center;
  height: 58px;
  width: 60px;
  display: block;
  outline: none;
  font-size: 24px;
  color: #111111;
  background-color: #f2f2f2;
  border: none;
  margin-right: 4px;
  border-radius: 4px;
}
.single-product-content-layout1 .action-area li .input-group .form-control:focus {
  box-shadow: none;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn {
  display: inline-grid;
}
.single-product-content-layout1 .action-area li .input-group .input-group-btn .quantity-btn {
  padding: 2px 12px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #444444;
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
}
.single-product-content-layout1 .action-area li .cart-btn {
  border: 2px solid #111111;
  background-color: #111111;
  border-radius: 4px;
  padding: 12px 4.5rem;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.single-product-content-layout1 .action-area li .cart-btn:hover {
  background-color: transparent;
  border: 2px solid #d3d3d3;
  color: #111111;
}
.single-product-other-info {
  margin-top: 6rem;
  overflow: hidden;
}
.single-product-other-info .tab-nav-list {
  border-bottom: none;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list {
    display: block;
    text-align: center;
  }
}
.single-product-other-info .tab-nav-list li {
  position: relative;
  margin-right: 8rem;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .single-product-other-info .tab-nav-list li {
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li {
    margin-right: 0;
    display: block;
  }
}
.single-product-other-info .tab-nav-list li:last-child {
  margin-right: 0;
}
.single-product-other-info .tab-nav-list li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #646464;
  transition: 0.3s ease-in-out;
}
.single-product-other-info .tab-nav-list li a:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #111111;
  bottom: -1px;
  left: 200px;
  position: absolute;
  z-index: 1;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .single-product-other-info .tab-nav-list li a:after {
    display: none;
  }
}
.single-product-other-info .tab-nav-list li a.active {
  color: #111111;
}
.single-product-other-info .tab-nav-list li a.active:after {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.single-product-other-info .tab-content {
  padding-top: 25px;
}
.related-product-wrap {
  padding-bottom: 6.8rem;
}
.related-product-wrap .related-product-box {
  margin-bottom: 25px;
}
.related-product-wrap .related-product-box .item-img {
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.related-product-wrap .related-product-box .item-img img {
  border-radius: 4px;
  transform: scale(1) translateZ(0);
  transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.related-product-wrap .related-product-box .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(-90deg);
  transform-origin: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.related-product-wrap .related-product-box .item-img .item-btn-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: rotate(-45deg) rotateX(45deg) translateX(50px) translateY(20px) translateZ(0);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.related-product-wrap .related-product-box .item-img .item-btn-wrap .item-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.related-product-wrap .related-product-box .item-img .item-btn-wrap .item-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.related-product-wrap .related-product-box .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.related-product-wrap .related-product-box .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.related-product-wrap .related-product-box .item-content .item-title a:hover {
  color: #444444;
}
.related-product-wrap .related-product-box .item-content .item-price {
  font-size: 20px;
}
.related-product-wrap .related-product-box:hover .item-img img {
  transform: scale(1.1) translateZ(0);
}
.related-product-wrap .related-product-box:hover .item-img:after {
  transform: perspective(400px) rotateY(0);
  visibility: visible;
  opacity: 1;
}
.related-product-wrap .related-product-box:hover .item-img .item-btn-wrap {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg) rotateX(0deg) translateX(0px) translateY(-50%) translateZ(0);
  transition-delay: 0.4s;
}
/*=======================================================================
[27] MultiScroll Page Area Style
=========================================================================*/
.multiscroll-wrapper {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .multiscroll-wrapper {
    margin-top: 71px;
  }
}
.multiscroll-wrapper .ms-left .left-slide1 {
  position: relative;
  text-align: center;
  padding: 9.5rem 0 10rem;
  background-color: #f2f2f2;
}
.multiscroll-wrapper .ms-left .left-slide1 .item-title {
  font-size: 60px;
  color: #111111;
  font-weight: 700;
  padding: 0 10px;
}
@media only screen and (max-width: 1399px) {
  .multiscroll-wrapper .ms-left .left-slide1 .item-title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .multiscroll-wrapper .ms-left .left-slide1 .item-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .multiscroll-wrapper .ms-left .left-slide1 .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .multiscroll-wrapper .ms-left .left-slide1 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .multiscroll-wrapper .ms-left .left-slide1 .item-title {
    font-size: 28px;
  }
}
.multiscroll-wrapper .ms-left .left-slide1 p {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .multiscroll-wrapper .ms-left .left-slide1 p {
    width: 100%;
    padding: 0 15px;
  }
}
.multiscroll-wrapper .ms-left .left-slide1 .item-btn {
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #111111;
  padding: 10px 15px;
  margin-top: 3.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.multiscroll-wrapper .ms-left .left-slide1 .item-btn i:before {
  font-size: 14px;
  margin-left: 10px;
  color: #444444;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.multiscroll-wrapper .ms-left .left-slide1 .item-btn:hover {
  color: #ffffff;
  background-color: #111111;
}
.multiscroll-wrapper .ms-left .left-slide1 .item-btn:hover i:before {
  color: #ffffff;
}
.multiscroll-wrapper .ms-social-link {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  .multiscroll-wrapper .ms-social-link {
    display: none;
  }
}
.multiscroll-wrapper .ms-social-link li {
  transform: rotate(90deg);
  margin-bottom: 4.5rem;
}
.multiscroll-wrapper .ms-social-link li a {
  display: block;
  padding: 10px;
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.multiscroll-wrapper .ms-social-link li a:hover {
  color: #111111;
}
.multiscroll-wrapper .ms-copyright {
  position: absolute;
  bottom: 4rem;
  left: 3rem;
  font-size: 17px;
  color: #646464;
}
@media only screen and (max-width: 1000px) {
  .multiscroll-wrapper .ms-copyright {
    display: none;
  }
}
.ms-menu-list {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.ms-menu-list li {
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ms-menu-list li:last-child {
  margin-bottom: 0;
}
.ms-menu-list li a {
  text-align: center;
  display: block;
  color: #444444;
  font-size: 18px;
  height: 42px;
  width: 42px;
  line-height: 42px;
}
.ms-menu-list li.active {
  background-color: #ffffff;
  border-radius: 50%;
}
body.fp-responsive #fpsmenu {
  display: none;
}
body.fp-responsive .section {
  height: auto !important;
}
/*=======================================================================
[28] Fullpage Scroll Page Area Style
=========================================================================*/
.fullpage-wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .fullpage-wrapper {
    margin-top: 71px;
  }
}
.fullpage-wrapper .section:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .fullpage-wrapper .section {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .fullpage-wrapper .section {
    margin-bottom: 1rem;
  }
}
.fullpage-wrapper .fullpage-scroll-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 7;
}
.fullpage-wrapper .fullpage-scroll-content .item-title {
  font-size: 200px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 30px;
}
@media only screen and (max-width: 1399px) {
  .fullpage-wrapper .fullpage-scroll-content .item-title {
    font-size: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .fullpage-wrapper .fullpage-scroll-content .item-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .fullpage-wrapper .fullpage-scroll-content .item-title {
    font-size: 100px;
    letter-spacing: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fullpage-wrapper .fullpage-scroll-content .item-title {
    font-size: 80px;
    letter-spacing: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .fullpage-wrapper .fullpage-scroll-content .item-title {
    font-size: 48px;
    letter-spacing: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .fullpage-wrapper .fullpage-scroll-content .item-title {
    font-size: 36px;
    letter-spacing: 0;
  }
}
.fullpage-wrapper .fullpage-scroll-content .item-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 4rem;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .fullpage-wrapper .fullpage-scroll-content .item-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fullpage-wrapper .fullpage-scroll-content .item-btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .fullpage-wrapper .fullpage-scroll-content .item-btn {
    padding: 10px 15px;
  }
}
.fullpage-wrapper .fullpage-scroll-content .item-btn i:before {
  font-size: 16px;
  margin-left: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .fullpage-wrapper .fullpage-scroll-content .item-btn i:before {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fullpage-wrapper .fullpage-scroll-content .item-btn i:before {
    font-size: 12px;
  }
}
.fullpage-wrapper .fullpage-scroll-content .item-btn:hover {
  background-color: #ffffff;
  color: #111111;
}
.fullpage-footer-wrap {
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .fullpage-footer-wrap {
    padding: 3rem 0 3rem;
  }
}
.fullpage-footer-wrap .copyright {
  position: absolute;
  bottom: 6rem;
  left: 10rem;
  z-index: 10;
  padding: 0;
  font-size: 16px;
  color: #cccccc;
}
@media only screen and (max-width: 1399px) {
  .fullpage-footer-wrap .copyright {
    position: inherit;
    color: #111111;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fullpage-footer-wrap .copyright {
    margin-bottom: 5px;
  }
}
.fullpage-footer-wrap .item-social {
  position: absolute;
  bottom: 6rem;
  right: 10rem;
  z-index: 10;
}
@media only screen and (max-width: 1399px) {
  .fullpage-footer-wrap .item-social {
    position: inherit;
  }
}
.fullpage-footer-wrap .item-social li {
  display: inline-block;
  margin-right: 10px;
}
.fullpage-footer-wrap .item-social li:last-child {
  margin-right: 0;
}
.fullpage-footer-wrap .item-social li a {
  font-size: 16px;
  color: #cccccc;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1399px) {
  .fullpage-footer-wrap .item-social li a {
    color: #444444;
  }
}
.fullpage-footer-wrap .item-social li a:hover {
  color: #ffffff;
}
@media only screen and (max-width: 1399px) {
  .fullpage-footer-wrap .item-social li a:hover {
    color: #111111;
  }
}
.fps-menu-list {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.fps-menu-list li {
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fps-menu-list li:last-child {
  margin-bottom: 0;
}
.fps-menu-list li a {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 42px;
  width: 42px;
  line-height: 42px;
}
@media only screen and (max-width: 991px) {
  .fps-menu-list li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .fps-menu-list li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fps-menu-list li a {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}
.fps-menu-list li.active {
  background-color: #ffffff;
  border-radius: 50%;
}
.fps-menu-list li.active a {
  color: #111111;
}
/*=======================================================================
[29] Contact Page Area Style
=========================================================================*/
.contact-page-wrap {
  padding: 10rem 0;
}
.google-map-area {
  margin-bottom: 3.5rem;
}
.contact-method-area {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.5rem;
  margin-bottom: 5rem;
}
.contact-method-area .contact-list {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 575px) {
  .contact-method-area .contact-list {
    text-align: center;
  }
}
.contact-method-area .contact-list .item-title {
  font-weight: 500;
  color: #000000;
  margin-bottom: 12px;
}
.contact-method-area .contact-list ul li {
  color: #646464;
}
.contact-form-wrap .contact-form-box .form-group {
  margin-bottom: 4rem;
  text-align: center;
}
.contact-form-wrap .contact-form-box .form-group:last-child {
  margin-bottom: 0;
}
.contact-form-wrap .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.contact-form-wrap .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}
.contact-form-wrap .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 5px 0;
  border-color: #dfdfdf;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  color: #111111;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .contact-form-wrap .contact-form-box .form-group .form-control {
    font-size: 14px;
  }
}
.contact-form-wrap .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form-wrap .contact-form-box .form-group input {
  height: 50px;
}
.contact-form-wrap .contact-form-box .form-group .item-btn {
  display: inline-block;
  border: 1px solid #111111;
  background-color: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  padding: 15px 25px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form-wrap .contact-form-box .form-group .item-btn i:before {
  margin-left: 5px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form-wrap .contact-form-box .form-group .item-btn:hover {
  -webkit-box-shadow: 0px 10px 24px 0px #999999;
  box-shadow: 0px 10px 24px 0px #999999;
}
/*=======================================================================
[30] Error Page Area Style
=========================================================================*/
.error-page {
  text-align: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.error-page .error-page-content-wrap {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.error-page .error-page-content-wrap .error-content {
  position: relative;
  z-index: 5;
}
.error-page .error-page-content-wrap .error-content .main-logo {
  margin-bottom: 12rem;
  margin-top: 9rem;
}
.error-page .error-page-content-wrap .error-content .error-logo {
  margin-bottom: 4rem;
}
.error-page .error-page-content-wrap .error-content h2 {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .error-page .error-page-content-wrap .error-content h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .error-page .error-page-content-wrap .error-content h2 {
    font-size: 3rem;
  }
}
.error-page .error-page-content-wrap .error-content p {
  width: 30%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .error-page .error-page-content-wrap .error-content p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .error-page .error-page-content-wrap .error-content p {
    width: 100%;
  }
}
.error-page .error-page-content-wrap .error-content .item-btn {
  margin-top: 4.5rem;
  margin-bottom: 8rem;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #111111;
  background-color: #111111;
  border-radius: 4px;
  padding: 14px 35px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-page .error-page-content-wrap .error-content .item-btn:hover {
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
}
.error-page .error-page-content-wrap .error-content .item-btn i:before {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
}
.error-page .error-page-content-wrap .error-content .copyright {
  margin-bottom: 5rem;
}
#Clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  overflow: hidden;
  animation: FadeIn 3s ease-out;
  user-select: none;
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 70px;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: Float, FadeFloat;
  z-index: 1;
}
.Cloud.Foreground {
  height: 100%;
  min-height: 20px;
  z-index: 3;
}
.Cloud.Background {
  background-repeat: no-repeat;
  height: 90.90909091%;
  min-height: 8px;
  animation-duration: 140s;
}
@keyframes Float {
  from {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(-15%) translateZ(0);
  }
}
@keyframes FadeFloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
.Cloud:nth-child(10n) {
  animation-delay: -123.07692308s;
  top: 60px;
}
.Cloud.Foreground:nth-child(10n) {
  animation-duration: 40s;
  height: 125%;
}
.Cloud.Background:nth-child(10n) {
  animation-duration: 60s;
  animation-duration: 120s;
  height: 78.40909091%;
}
.Cloud:nth-child(9n) {
  animation-delay: -110.76923077s;
  top: 54px;
}
.Cloud.Foreground:nth-child(9n) {
  animation-duration: 44s;
  height: 122.5%;
}
.Cloud.Background:nth-child(9n) {
  animation-duration: 64s;
  animation-duration: 122s;
  height: 79.65909091%;
}
.Cloud:nth-child(8n) {
  animation-delay: -98.46153846s;
  top: 48px;
}
.Cloud.Foreground:nth-child(8n) {
  animation-duration: 48s;
  height: 120%;
}
.Cloud.Background:nth-child(8n) {
  animation-duration: 68s;
  animation-duration: 124s;
  height: 80.90909091%;
}
.Cloud:nth-child(7n) {
  animation-delay: -86.15384615s;
  top: 42px;
}
.Cloud.Foreground:nth-child(7n) {
  animation-duration: 52s;
  height: 117.5%;
}
.Cloud.Background:nth-child(7n) {
  animation-duration: 72s;
  animation-duration: 126s;
  height: 82.15909091%;
}
.Cloud:nth-child(6n) {
  animation-delay: -73.84615385s;
  top: 36px;
}
.Cloud.Foreground:nth-child(6n) {
  animation-duration: 56s;
  height: 115%;
}
.Cloud.Background:nth-child(6n) {
  animation-duration: 76s;
  animation-duration: 128s;
  height: 83.40909091%;
}
.Cloud:nth-child(5n) {
  animation-delay: -61.53846154s;
  top: 30px;
}
.Cloud.Foreground:nth-child(5n) {
  animation-duration: 60s;
  height: 112.5%;
}
.Cloud.Background:nth-child(5n) {
  animation-duration: 80s;
  animation-duration: 130s;
  height: 84.65909091%;
}
.Cloud:nth-child(4n) {
  animation-delay: -49.23076923s;
  top: 24px;
}
.Cloud.Foreground:nth-child(4n) {
  animation-duration: 64s;
  height: 110%;
}
.Cloud.Background:nth-child(4n) {
  animation-duration: 84s;
  animation-duration: 132s;
  height: 85.90909091%;
}
.Cloud:nth-child(3n) {
  animation-delay: -36.92307692s;
  top: 18px;
}
.Cloud.Foreground:nth-child(3n) {
  animation-duration: 68s;
  height: 107.5%;
}
.Cloud.Background:nth-child(3n) {
  animation-duration: 88s;
  animation-duration: 134s;
  height: 87.15909091%;
}
.Cloud:nth-child(2n) {
  animation-delay: -24.61538462s;
  top: 12px;
}
.Cloud.Foreground:nth-child(2n) {
  animation-duration: 72s;
  height: 105%;
}
.Cloud.Background:nth-child(2n) {
  animation-duration: 92s;
  animation-duration: 136s;
  height: 88.40909091%;
}
.Cloud:nth-child(1n) {
  animation-delay: -12.30769231s;
  top: 6px;
}
.Cloud.Foreground:nth-child(1n) {
  animation-duration: 76s;
  height: 102.5%;
}
.Cloud.Background:nth-child(1n) {
  animation-duration: 96s;
  animation-duration: 138s;
  height: 89.65909091%;
}
.Cloud {
  background: url(/css/img/figure/cloudy.png);
}
.Cloud.Foreground {
  background: url(/css/img/figure/cloudy1.png);
}
/*=======================================================================
[31] Coming Soon Area Style
=========================================================================*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}
.comingsoon-page .comingsoon-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
}
.comingsoon-page .comingsoon-back-img {
  filter: grayscale(100%);
  position: relative;
}
.comingsoon-page .comingsoon-back-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.comingsoon-page .comingsoon-back-img img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
  margin-bottom: 9rem;
}
.comingsoon-page .comingsoon-content .comingsoon-logo a {
  display: inline-block;
}
.comingsoon-page .comingsoon-content h1 {
  margin-bottom: 5rem;
  font-weight: 700;
  font-size: 6rem;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 3rem;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1 {
    font-size: 4rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter {
  margin-bottom: 10rem;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
  background-color: transparent;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
  border: 2px solid #ffffff;
  border-radius: 45px 0 0 45px;
  color: #ffffff;
  background-color: transparent;
  width: 520px;
  flex: inherit;
  font-size: 16px;
  padding: 3px 30px 5px;
  height: 60px;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
    width: 50%;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
  padding: 0;
  height: 60px;
  background-color: #ffffff;
  border-radius: 0 45px 45px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
    display: inline-block;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
  border-radius: 0 45px 45px 0;
  color: #111111;
  background-color: #ffffff;
  border: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
    padding: 0 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button:focus {
  outline: none;
  outline-width: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-moz-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-moz-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
  margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
    text-align: center;
    margin-bottom: 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
  margin-right: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
  color: #cccccc;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
    text-align: center;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.countdown-layout1 {
  text-align: center;
  margin-bottom: 5rem;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 120px;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section {
    width: 11rem;
    height: 100px;
  }
}
.countdown-layout1 .countdown-section:after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #ffffff;
  height: 75%;
  width: 1px;
  margin: 0 auto;
  z-index: 7;
}
.countdown-layout1 .countdown-section:last-child:after {
  display: none;
}
.countdown-layout1 .countdown-section .countdown-number {
  padding: 0 5rem;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .countdown-layout1 .countdown-section .countdown-number {
    padding: 0 4rem;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section .countdown-number {
    padding: 0 3rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section .countdown-number {
    padding: 0 2rem;
    font-size: 3rem;
  }
}
.countdown-layout1 .countdown-section .countdown-unit {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
}
/*=======================================================================
[32] Footer Area Style        
=========================================================================*/
.footer-wrap-layout1 {
  background-color: #1a1a1a;
}
.footer-wrap-layout2 {
  padding: 8rem 0 7.5rem;
  background-color: #1a1a1a;
}
.footer-wrap-layout4 {
  padding: 6.5rem 0;
}
.footer-wrap-layout5 {
  background-color: #1a1a1a;
}
.footer-wrap-layout5 .footer-top-layout1 {
  border-bottom: 1px solid #373737;
  padding: 9rem 0 8rem;
}
.footer-wrap-layout6 {
  padding: 9.5rem 0;
}
.footer-wrap-layout7 {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .footer-wrap-layout7 {
    padding: 5rem 15px !important;
  }
}
.main-footer-wrap-layout1 {
  padding: 10rem 0 5.5rem;
}
.footer-bottom-wrap {
  padding: 40px 0px;
  border-top: 1px solid #373737;
}
.footer-box-layout1 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 {
    text-align: center;
  }
}
.footer-box-layout1 .footer-logo {
  margin-bottom: 3.5rem;
}
.footer-box-layout1 .footer-logo a {
  display: block;
}
.footer-box-layout1 .footer-contact-info p {
  color: #b3b3b3;
  font-size: 16px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 .footer-contact-info p {
    width: 100%;
  }
}
.footer-box-layout1 .footer-contact-info ul li {
  color: #b3b3b3;
  margin-bottom: 5px;
}
.footer-box-layout1 .footer-contact-info ul li:last-child {
  margin-bottom: 0;
}
.footer-box-layout1 .footer-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 .footer-title {
    font-size: 24px;
  }
}
.footer-box-layout1 .footer-links ul li {
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-box-layout1 .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-box-layout1 .footer-links ul li a {
  color: #b3b3b3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-links ul li a:hover {
  color: #ffffff;
}
.footer-box-layout1 .footer-form-box .form-group {
  margin-bottom: 2.5rem;
}
.footer-box-layout1 .footer-form-box .form-group:last-child {
  margin-bottom: 0;
}
.footer-box-layout1 .footer-form-box .form-group .form-control {
  font-size: 16px;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid #373737;
  padding: 0 10px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout1 .footer-form-box .form-group .form-control {
    text-align: center;
  }
}
.footer-box-layout1 .footer-form-box .form-group .form-control:focus {
  box-shadow: none;
}
.footer-box-layout1 .footer-form-box .form-group .item-btn {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  border: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-box-layout1 .footer-form-box .form-group .item-btn:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.footer-box-layout1 .footer-form-box .form-group input::-webkit-input-placeholder {
  color: #cccccc;
}
.footer-box-layout1 .footer-form-box .form-group input::-moz-placeholder {
  color: #cccccc;
}
.footer-box-layout1 .footer-form-box .form-group input:-ms-input-placeholder {
  color: #cccccc;
}
.footer-box-layout1 .footer-social {
  margin-top: 3rem;
}
.footer-box-layout1 .footer-social li {
  display: inline-block;
}
.footer-box-layout1 .footer-social li a {
  color: #9c9c9c;
  padding: 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-social li a:hover {
  color: #ffffff;
}
.footer-box-layout2 {
  text-align: center;
}
.footer-box-layout2 .footer-logo {
  margin-bottom: 2.5rem;
}
.footer-box-layout2 .footer-logo a {
  display: inline-block;
}
.footer-box-layout2 .footer-menu {
  margin-bottom: 3rem;
}
.footer-box-layout2 .footer-menu li {
  display: inline-block;
  margin-right: 1rem;
}
.footer-box-layout2 .footer-menu li:last-child {
  margin-right: 0;
}
.footer-box-layout2 .footer-menu li a {
  color: #b3b3b3;
  font-size: 16px;
  padding: 1.5rem;
}
.footer-box-layout2 .footer-menu li a:hover {
  color: #ffffff;
}
.footer-box-layout2 .footer-social {
  margin-bottom: 3rem;
}
.footer-box-layout2 .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 479px) {
  .footer-box-layout2 .footer-social li {
    margin-bottom: 2rem;
  }
}
.footer-box-layout2 .footer-social li:last-child {
  margin-right: 0;
}
.footer-box-layout2 .footer-social li a {
  color: #b3b3b3;
  font-size: 16px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-social li a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #111111;
}
.footer-box-layout2 .copyright {
  font-size: 16px;
  color: #b3b3b3;
}
.footer-box-layout4 {
  text-align: center;
}
.footer-box-layout4 .social-link {
  margin: 4rem 0 3rem;
}
.footer-box-layout4 .social-link li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.footer-box-layout4 .social-link li:after {
  content: ".";
  font-size: 18px;
  color: #cccccc;
  position: absolute;
  top: 0;
  right: -17px;
}
.footer-box-layout4 .social-link li:last-child {
  margin-right: 0;
}
.footer-box-layout4 .social-link li:last-child:after {
  display: none;
}
.footer-box-layout4 .social-link li a {
  color: #cccccc;
  font-size: 17px;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout4 .social-link li a:hover {
  color: #ffffff;
}
.footer-box-layout4 .copyright {
  font-size: 18px;
  color: #999999;
}
.footer-box-layout5 {
  text-align: center;
}
.footer-box-layout5 ul {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout5 ul {
    margin-bottom: 1rem;
  }
}
.footer-box-layout5 ul li {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-box-layout5 ul li {
    margin-right: 5px;
  }
}
.footer-box-layout5 ul li:last-child {
  margin-right: 0;
}
.footer-box-layout5 ul li a {
  font-size: 18px;
  color: #646464;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout5 ul li a:hover {
  color: #111111;
}
.footer-box-layout5 .copyright {
  font-size: 17px;
  color: #646464;
}
.footer-box-layout6 {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout6 {
    display: block;
    margin-bottom: 2rem;
  }
}
.footer-box-layout6 .copyright {
  padding: 0;
}
.footer-box-layout7 {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-box-layout7 {
    display: block;
    text-align: center;
  }
}
.footer-box-layout7 .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.footer-box-layout7 .social-icon li:last-child {
  margin-right: 0;
}
.footer-box-layout7 .social-icon li a {
  font-size: 18px;
  color: #9a9a9a;
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box-layout7 .social-icon li a:hover {
  color: #111111;
}
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
  padding: 0 15px;
}

/* ===== redesign.css ===== */
/* =============================================
   RUSALIN ILIEV — PHOTOGRAPHER PORTFOLIO
   Editorial minimal system · light/dark tokens
   ============================================= */

/* -----------------------------------------------
   DESIGN TOKENS
   ----------------------------------------------- */
:root {
    /* Light theme (default) */
    --bg: #ffffff;
    --bg-subtle: #fafafa;
    --bg-scrim: rgba(255, 255, 255, 0.95);

    --text: #1a1a1a;
    --text-muted: #666666;
    --text-faint: #8a8a8a;

    --border: #e5e5e5;
    --border-strong: #1a1a1a;
    --accent: #1a1a1a;
    --on-accent: #ffffff;

    /* Typography */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;

    /* Spacing scale (8dp rhythm) */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 8rem;
    --space-2xl: 12rem;

    /* Layout */
    --max-width: 1400px;
    --header-height: 80px;
    --gutter: 4rem;

    /* Motion */
    --t-fast: 0.2s ease;
    --t-normal: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --t-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);

    /* Elevation */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Dark theme */
[data-theme="dark"] {
    --bg: #0e0e0e;
    --bg-subtle: #161616;
    --bg-scrim: rgba(14, 14, 14, 0.92);

    --text: #f2f2f2;
    --text-muted: #a8a8a8;
    --text-faint: #6e6e6e;

    --border: #2a2a2a;
    --border-strong: #f2f2f2;
    --accent: #ffffff;
    --on-accent: #0e0e0e;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Respect system preference when no explicit choice is stored */
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]):not([data-theme="dark"]) {
        --bg: #0e0e0e;
        --bg-subtle: #161616;
        --bg-scrim: rgba(14, 14, 14, 0.92);
        --text: #f2f2f2;
        --text-muted: #a8a8a8;
        --text-faint: #6e6e6e;
        --border: #2a2a2a;
        --border-strong: #f2f2f2;
        --accent: #ffffff;
        --on-accent: #0e0e0e;
        --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
    }
}

/* -----------------------------------------------
   GLOBAL RESETS & BASE
   ----------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Override old theme's font-size: 62.5% which breaks rem units.
   16px at every breakpoint — never below, to avoid iOS auto-zoom. */
html {
    font-size: 16px !important;
    scroll-behavior: auto;
}

/* Lenis smooth scroll compatibility */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    background-color: var(--bg) !important;
    color: var(--text) !important;
    font-family: var(--font-primary) !important;
    font-weight: var(--fw-light);
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color var(--t-normal), color var(--t-normal);
}

/* Wrapper and sections inherit theme background */
#wrapper,
.wrapper,
section,
.section-heading,
.box-layout {
    background-color: transparent !important;
}

/* Links */
a {
    color: var(--text);
    text-decoration: none;
    transition: opacity var(--t-fast);
}

a:hover {
    opacity: 0.6;
    color: var(--text);
}

/* -----------------------------------------------
   FOCUS STATES — visible for keyboard users
   ----------------------------------------------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--accent) !important;
    outline-offset: 3px !important;
    opacity: 1 !important;
}

/* Don't apply mouse-focus outline */
:focus:not(:focus-visible) {
    outline: none !important;
}

/* -----------------------------------------------
   TYPOGRAPHY
   ----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary) !important;
    font-weight: var(--fw-light) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.01em !important;
    margin: 0 0 var(--space-sm) !important;
    color: var(--text) !important;
}

h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
}

h3 {
    font-size: clamp(1.5rem, 2.5vw, 1.75rem) !important;
}

h4 {
    font-size: 1.25rem !important;
}

h5 {
    font-size: 1rem !important;
}

h6 {
    font-size: 0.875rem !important;
}

p {
    margin: 0 0 var(--space-sm);
    color: var(--text);
}

/* Utility */
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Visually hidden, still available to screen readers */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.eyebrow {
    font-size: 0.75rem;
    font-weight: var(--fw-medium);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--text-muted);
}

/* =============================================
   HEADER
   ============================================= */
.new-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 1.75rem var(--gutter) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 1000 !important;
    background: var(--bg-scrim) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid transparent !important;
    transition: padding var(--t-normal), border-color var(--t-normal) !important;
}

.new-header * {
    color: var(--text) !important;
}

.new-header.header-scrolled {
    padding: 1rem var(--gutter) !important;
    border-bottom: 1px solid var(--border) !important;
}

/* On the homepage hero, transparent over the image ( scrim is handled by hero gradient) */
.page-home .new-header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.page-home .new-header.header-scrolled {
    background: var(--bg-scrim) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.new-logo {
    font-size: 1rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

.new-logo a {
    color: inherit !important;
    display: flex !important;
    align-items: center !important;
    gap: var(--space-xs) !important;
    font-size: 1rem !important;
}

.new-logo img {
    height: 24px !important;
    width: auto !important;
}

.new-nav ul,
.new-nav-list {
    display: flex !important;
    list-style: none !important;
    gap: 0.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.new-nav li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Nav links as dark rounded pills — matches the Kimi_Agent_Build Navigation
   (bg #2a2a2a, rounded-full, ~13px, hover #333). */
.new-nav a {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.8rem !important;
    font-weight: var(--fw-regular) !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 999px !important;
    background: var(--c-bg-3, #2a2a2a) !important;
    transition: background var(--t-fast), transform var(--t-fast) !important;
}

/* underline removed — the pill is the affordance now */
.new-nav a::after {
    display: none !important;
}

.new-nav a:hover,
.new-nav a.active {
    background: var(--c-border, #333333) !important;
    opacity: 1 !important;
}

/* Header right-side controls cluster */
.header-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Theme toggle */
.theme-toggle {
    background: transparent;
    border: 1px solid transparent;
    color: var(--text);
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    transition: background var(--t-fast), border-color var(--t-fast);
}

.theme-toggle:hover {
    background: var(--bg-subtle);
    border-color: var(--border);
    opacity: 1;
}

.theme-toggle svg {
    width: 18px;
    height: 18px;
}

.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: block; }

[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

/* Mobile menu button */
.offcanvas-menu-wrap {
    display: none;
}

/* ---------------------------------------------
   Animated hamburger  ⇄  X  (driven by .is-open)
   Owns the burger icon completely and overrides
   the legacy style.css menu-status-* keyframe
   system (which conflicted and never morphed).
   Three rounded bars: top & bottom rotate into an
   X, the middle one fades out.
   --------------------------------------------- */
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 4px;
    background-color: var(--text) !important;
    animation: none !important; /* kill legacy open_/close_ keyframes */
    transition: transform 0.38s cubic-bezier(0.68, -0.4, 0.27, 1.4),
                top 0.38s cubic-bezier(0.68, -0.4, 0.27, 1.4),
                opacity 0.2s ease,
                width 0.3s ease;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span:nth-child(1) {
    top: 0;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 75%; /* shorter middle bar — a touch more refined */
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon span:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

/* subtle hover feedback */
.offcanvas-menu-wrap button.offcanvas-menu-btn:hover .menu-btn-icon span {
    background-color: var(--accent) !important;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:hover .menu-btn-icon span:nth-child(2) {
    width: 100%;
}

/* ----- Open state → X ----- */
.offcanvas-menu-wrap button.offcanvas-menu-btn.is-open .menu-btn-icon span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.is-open .menu-btn-icon span:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
}
.offcanvas-menu-wrap button.offcanvas-menu-btn.is-open .menu-btn-icon span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 100%;
}

.offcanvas-menu-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: var(--space-xs);
    z-index: 100;
}

/* =============================================
   HERO
   ============================================= */
.new-hero {
    min-height: 100vh !important;
    height: 100svh !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 4rem 5rem !important;
    background: var(--bg-subtle) !important;
}

.hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
}

/* Gradient scrim guarantees text contrast over any image, both themes */
.hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 35%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, transparent 45%) !important;
    pointer-events: none !important;
}

.hero-content {
    position: relative !important;
    z-index: 5 !important;
    color: #fff !important;
    max-width: 900px !important;
    display: block !important;
}

.hero-eyebrow {
    font-size: 0.75rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22em !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
}

.hero-name {
    font-size: clamp(2.75rem, 9vw, 7rem) !important;
    font-weight: var(--fw-light) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.03em !important;
    color: #fff !important;
    margin: 0 0 1.5rem !important;
}

.hero-tagline {
    font-size: clamp(1rem, 2vw, 1.35rem) !important;
    font-weight: var(--fw-light) !important;
    letter-spacing: 0.04em !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 !important;
    max-width: 540px !important;
    line-height: 1.5 !important;
}

.hero-tagline .dot {
    margin: 0 0.6em;
    opacity: 0.6;
}

.hero-footer {
    display: none !important;
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute !important;
    bottom: 2.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    color: #fff !important;
    z-index: 10 !important;
}

.scroll-indicator span {
    font-size: 0.65rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.25em !important;
    font-weight: var(--fw-regular) !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

.scroll-indicator::after {
    content: '' !important;
    width: 1px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.6) !important;
    animation: scrollPulse 2s ease-in-out infinite !important;
}

@keyframes scrollPulse {
    0%, 100% { transform: scaleY(1); opacity: 1; }
    50% { transform: scaleY(0.4); opacity: 0.3; }
}

/* =============================================
   PORTFOLIO GRID — Selected Work
   ============================================= */
.new-projects {
    padding: var(--space-xl) var(--gutter) !important;
    background: var(--bg) !important;
}

.projects-header {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    margin-bottom: var(--space-lg) !important;
    gap: 2rem !important;
    flex-wrap: wrap;
}

.projects-header .projects-title {
    margin: 0 !important;
}

.projects-counter {
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: var(--text-faint) !important;
    font-weight: var(--fw-regular) !important;
}

.projects-title {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    font-weight: var(--fw-light) !important;
    letter-spacing: -0.02em !important;
    color: var(--text) !important;
    margin: 0 !important;
}

/* Editorial asymmetric grid: odd items offset vertically for gallery rhythm */
.projects-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: var(--space-lg) var(--space-md) !important;
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

@media (min-width: 1025px) {
    .projects-grid .project-card:nth-child(odd) {
        transform: translateY(0);
    }
    .projects-grid .project-card:nth-child(even) {
        transform: translateY(var(--space-lg));
    }
}

.project-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    cursor: pointer !important;
    text-decoration: none !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.project-card:hover {
    opacity: 1 !important;
}

.project-image-wrapper {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4/5 !important;
    overflow: hidden !important;
    background-color: var(--bg-subtle) !important;
    border-radius: 0 !important;
}

.project-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform var(--t-slow) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.project-card:hover .project-image-wrapper img,
.project-card:focus-visible .project-image-wrapper img {
    transform: scale(1.03) !important;
}

/* Subtle overlay on hover */
.project-image-wrapper::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    transition: background var(--t-normal) !important;
    pointer-events: none !important;
}

.project-card:hover .project-image-wrapper::after {
    background: rgba(0, 0, 0, 0.06) !important;
}

/* Project info — ALWAYS visible (touch-friendly, no hover dependency) */
.project-info {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    padding: 0.25rem 0 !important;
    opacity: 1 !important;
    transform: none !important;
    border-bottom: 1px solid transparent !important;
    transition: border-color var(--t-normal) !important;
}

.project-card:hover .project-info {
    border-bottom-color: var(--border) !important;
}

.project-name {
    font-size: 0.85rem !important;
    font-weight: var(--fw-regular) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: var(--text) !important;
    position: relative !important;
}

.project-name::after {
    display: none !important;
}

.project-year {
    font-size: 0.75rem !important;
    color: var(--text-faint) !important;
    font-weight: var(--fw-light) !important;
    font-variant-numeric: tabular-nums;
}

/* =============================================
   GALLERY PAGE
   ============================================= */
.minimal-gallery {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 1500px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
}

.gallery-header {
    margin-bottom: var(--space-lg) !important;
    padding-top: 2rem !important;
}

.gallery-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: 1rem !important;
    color: var(--text) !important;
}

.gallery-description {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    max-width: 600px !important;
    margin: 0 !important;
    line-height: 1.8 !important;
}

/* Gallery item captions — always visible (clean row beneath image) */
.gallery-item {
    cursor: pointer !important;
}

.gallery-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform var(--t-normal), opacity var(--t-fast) !important;
}

.gallery-item:hover img {
    opacity: 0.92 !important;
}

.gallery-caption {
    margin-top: 0.75rem !important;
    font-size: 0.8rem !important;
    color: var(--text-muted) !important;
    text-align: center !important;
}

/* Portfolio box captions (used in masonry/two-col) — show beneath, not as dark overlay */
.portfolio-box-layout5 {
    position: relative !important;
    overflow: visible !important;
}

.portfolio-box-layout5 .item-img {
    position: relative !important;
    aspect-ratio: 4/5 !important;
    overflow: hidden !important;
    background: var(--bg-subtle) !important;
}

.portfolio-box-layout5 .item-img img,
.portfolio-box-layout5 .item-img picture {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block !important;
    transition: transform var(--t-slow) !important;
}

.portfolio-box-layout5:hover .item-img img {
    transform: scale(1.03) !important;
}

/* Caption row beneath the image — always visible */
.portfolio-box-layout5 .layer-block {
    position: static !important;
    padding: 0.75rem 0 0 !important;
    background: transparent !important;
    color: var(--text) !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.layer-block-text h4 {
    font-size: 0.8rem !important;
    font-weight: var(--fw-regular) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin: 0 !important;
    color: var(--text) !important;
}

.layer-block-text .text-medium {
    font-size: 0.78rem !important;
    color: var(--text-muted) !important;
    display: block;
    margin-top: 0.25rem;
}

/* =============================================
   FULLSCREEN GALLERY VIEWER
   ============================================= */
.fullscreen-viewer {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.96) !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0;
    transition: opacity var(--t-normal) !important;
}

.fullscreen-viewer.active {
    display: flex !important;
    opacity: 1 !important;
}

.fullscreen-image {
    max-width: 90vw !important;
    max-height: 90vh !important;
    object-fit: contain !important;
}

.fullscreen-close,
.fullscreen-nav {
    position: absolute !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: opacity var(--t-fast) !important;
}

.fullscreen-close {
    top: 2rem !important;
    right: 2rem !important;
    font-size: 2rem !important;
    padding: 0.5rem !important;
    opacity: 0.7 !important;
    line-height: 1 !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-nav {
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 2rem !important;
    padding: 2rem !important;
    opacity: 0.5 !important;
    min-width: 48px;
    min-height: 48px;
}

.fullscreen-close:hover,
.fullscreen-nav:hover {
    opacity: 1 !important;
}

.fullscreen-prev { left: 1rem !important; }
.fullscreen-next { right: 1rem !important; }

.fullscreen-counter {
    position: absolute !important;
    bottom: 2rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.1em !important;
    opacity: 0.7 !important;
    font-variant-numeric: tabular-nums;
}

/* =============================================
   CONTACT PAGE
   ============================================= */
.minimal-contact {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: var(--space-xl) var(--gutter) !important;
    text-align: center !important;
    background: var(--bg) !important;
}

.contact-content {
    max-width: 560px !important;
}

.contact-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: var(--space-lg) !important;
    color: var(--text) !important;
}

.contact-intro {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    margin-bottom: var(--space-lg) !important;
    line-height: 1.8 !important;
}

.contact-details {
    margin-bottom: var(--space-lg) !important;
}

.contact-item {
    margin-bottom: var(--space-md) !important;
}

.contact-label {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: var(--text-faint) !important;
    margin-bottom: 0.5rem !important;
}

.contact-value {
    font-size: 1.1rem !important;
    font-weight: var(--fw-regular) !important;
    color: var(--text) !important;
}

.contact-value a {
    color: var(--text) !important;
}

.contact-social {
    display: flex !important;
    justify-content: center !important;
    gap: 2rem !important;
    margin-top: var(--space-lg) !important;
}

.contact-social a {
    font-size: 1.2rem !important;
    color: var(--text-muted) !important;
    transition: color var(--t-fast) !important;
}

.contact-social a:hover {
    color: var(--text) !important;
    opacity: 1 !important;
}

/* Minimal Contact Form */
.minimal-form {
    text-align: left !important;
    margin-top: var(--space-lg) !important;
}

.minimal-form .form-group {
    margin-bottom: var(--space-md) !important;
}

.minimal-form label {
    display: block !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: var(--text-faint) !important;
    margin-bottom: 0.5rem !important;
}

.minimal-form input,
.minimal-form textarea {
    width: 100% !important;
    padding: 1rem !important;
    border: none !important;
    border-bottom: 1px solid var(--border) !important;
    background: transparent !important;
    font-family: var(--font-primary) !important;
    font-size: 1rem !important;
    font-weight: var(--fw-light) !important;
    color: var(--text) !important;
    transition: border-color var(--t-fast) !important;
    border-radius: 0 !important;
    min-height: 48px;
}

.minimal-form input::placeholder,
.minimal-form textarea::placeholder {
    color: var(--text-faint);
}

.minimal-form input:focus,
.minimal-form textarea:focus {
    outline: none !important;
    border-bottom-color: var(--text) !important;
}

.minimal-form textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

.minimal-form button {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border: none !important;
    padding: 1rem 4rem !important;
    font-family: var(--font-primary) !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: var(--fw-medium) !important;
    cursor: pointer !important;
    transition: opacity var(--t-fast) !important;
    margin-top: 1rem !important;
    min-height: 48px;
}

.minimal-form button:hover {
    opacity: 0.82 !important;
}

/* =============================================
   ABOUT / DEFAULT PAGE
   ============================================= */
.minimal-page {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
}

.page-content-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.page-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: var(--space-lg) !important;
    color: var(--text) !important;
    text-align: center !important;
}

.page-layout {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: var(--space-lg) !important;
    align-items: start !important;
}

.page-text {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    line-height: 1.8 !important;
}

.page-text p {
    margin-bottom: 1.5rem !important;
}

.page-image {
    position: sticky !important;
    top: 120px !important;
}

.page-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.page-content {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    line-height: 1.8 !important;
}

.page-content p {
    margin-bottom: 1.5rem !important;
}

.page-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 2rem 0 !important;
}

/* =============================================
   FOOTER
   ============================================= */
.minimal-footer {
    padding: var(--space-lg) var(--gutter) !important;
    border-top: 1px solid var(--border) !important;
    background: var(--bg) !important;
}

.footer-inner {
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 2rem !important;
}

.footer-contact a {
    font-size: 0.8rem !important;
    color: var(--text-muted) !important;
}

.footer-social {
    display: flex !important;
    gap: 2rem !important;
}

.footer-social a {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
}

.footer-social a:hover {
    color: var(--text) !important;
    opacity: 1 !important;
}

.footer-copyright {
    font-size: 0.7rem !important;
    color: var(--text-faint) !important;
}

/* Legacy footer overrides */
.footer-wrap-layout1 {
    padding: var(--space-lg) !important;
    border-top: 1px solid var(--border) !important;
    background: var(--bg) !important;
}

.main-footer-wrap-layout1 {
    display: none !important;
}

.footer-bottom-wrap {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

.footer-bottom-wrap .copyright {
    font-size: 0.75rem !important;
    color: var(--text-muted) !important;
    font-weight: var(--fw-light) !important;
}

.footer-bottom-wrap .copyright a {
    color: var(--text-muted) !important;
}

/* =============================================
   ANIMATIONS — subtle reveals
   ============================================= */
.reveal-image {
    clip-path: inset(100% 0 0 0);
    transition: clip-path var(--t-slow);
}

.reveal-image.revealed {
    clip-path: inset(0 0 0 0);
}

/* Fade-in (CSS fallback shows content; JS hides then reveals) */
.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity var(--t-normal), transform var(--t-normal);
}

.js-enabled .fade-in {
    opacity: 0;
    transform: translateY(20px);
}

.js-enabled .fade-in.visible,
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
.stagger-children > * {
    opacity: 1;
    transform: translateY(0);
    transition: opacity var(--t-slow), transform var(--t-slow);
}

.js-enabled .stagger-children > * {
    opacity: 0;
    transform: translateY(20px);
}

.js-enabled .stagger-children.visible > *,
.stagger-children.visible > * {
    opacity: 1;
    transform: translateY(0);
}

.stagger-children.visible > *:nth-child(1) { transition-delay: 0.05s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.12s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.19s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.26s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.33s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.40s; }

/* Hero entrance */
@keyframes heroZoom {
    0% { transform: scale(1.08); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.hero-bg {
    animation: heroZoom 1.4s cubic-bezier(0.2, 0.6, 0.2, 1) forwards !important;
}

/* =============================================
   REDUCED MOTION — accessibility
   ============================================= */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }

    .hero-bg {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .scroll-indicator::after {
        animation: none !important;
    }

    .js-enabled .fade-in,
    .js-enabled .stagger-children > * {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* =============================================
   BLOG
   ============================================= */
.minimal-blog {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
}

.blog-header {
    text-align: center !important;
    margin-bottom: var(--space-lg) !important;
}

.blog-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: 1rem !important;
    color: var(--text) !important;
}

.blog-subtitle {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
}

/* Blog search */
.blog-search {
    margin-top: var(--space-md);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.blog-search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-search-input {
    width: 100%;
    min-height: 48px;
    padding: 0.85rem 3rem 0.85rem 1.5rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--bg-subtle);
    color: var(--text);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    font-weight: var(--fw-light);
    outline: none;
    transition: border-color var(--t-fast), box-shadow var(--t-fast);
}

.blog-search-input::placeholder {
    color: var(--text-faint);
}

.blog-search-input:focus {
    border-color: var(--text);
    box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.08);
}

[data-theme="dark"] .blog-search-input:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.blog-search-btn {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color var(--t-fast), background var(--t-fast);
}

.blog-search-btn:hover {
    color: var(--text);
    background: var(--border);
}

/* Blog grid — 3 columns at desktop for editorial breathing room */
.blog-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: var(--space-lg) var(--space-md) !important;
}

@media (min-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.blog-card {
    display: block !important;
    position: relative !important;
}

.blog-card-link {
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    color: inherit !important;
    height: 100% !important;
}

.blog-card-link:hover {
    opacity: 1 !important;
}

.blog-card-image {
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 1.5rem !important;
    background: var(--bg-subtle) !important;
    aspect-ratio: 3/4 !important;
}

.blog-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    transition: transform var(--t-slow) !important;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.03) !important;
}

.blog-card-content {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-date {
    display: block !important;
    font-size: 0.7rem !important;
    color: var(--text-faint) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 0.75rem !important;
    font-variant-numeric: tabular-nums;
}

.blog-card-title {
    font-size: 1.2rem !important;
    font-weight: var(--fw-regular) !important;
    color: var(--text) !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.35 !important;
}

.blog-card-excerpt {
    font-size: 0.9rem !important;
    color: var(--text-muted) !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.blog-card-read-more {
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: var(--text-muted) !important;
    opacity: 1 !important;
    transition: color var(--t-normal) !important;
    position: relative !important;
    display: inline-block !important;
    margin-top: auto;
    padding-bottom: 2px;
}

.blog-card-read-more::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 1px !important;
    background: var(--text) !important;
    transition: width var(--t-normal) !important;
}

.blog-card:hover .blog-card-read-more {
    color: var(--text) !important;
}

.blog-card:hover .blog-card-read-more::after {
    width: 100% !important;
}

/* Blog tags */
.blog-tags {
    margin-top: var(--space-lg) !important;
    padding-top: var(--space-lg) !important;
    border-top: 1px solid var(--border) !important;
    text-align: center !important;
}

.tags-title {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: var(--text-faint) !important;
    margin-bottom: 1.5rem !important;
}

.tags-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.75rem !important;
}

.tags-list a {
    font-size: 0.78rem !important;
    color: var(--text-muted) !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid var(--border) !important;
    transition: all var(--t-fast) !important;
}

.tags-list a:hover {
    border-color: var(--text) !important;
    color: var(--text) !important;
    opacity: 1 !important;
}

/* =============================================
   HOME BLOG SECTION
   ============================================= */
.home-blog {
    padding: var(--space-xl) var(--gutter) !important;
    background: var(--bg-subtle) !important;
}

.home-blog .blog-header {
    text-align: center !important;
    margin-bottom: var(--space-lg) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.home-blog .blog-title,
.home-blog .blog-subtitle {
    text-align: center !important;
    width: 100% !important;
}

.home-blog .blog-grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: start !important;
}

.home-blog .blog-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.home-blog .blog-card-link {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.blog-view-all {
    text-align: center !important;
    margin-top: var(--space-lg) !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.view-all-link {
    display: inline-flex !important;
    align-items: center;
    font-size: 0.75rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: var(--text) !important;
    padding: 1rem 2.5rem !important;
    border: 1px solid var(--text) !important;
    background: transparent !important;
    transition: background var(--t-normal), color var(--t-normal) !important;
    position: relative;
    min-height: 48px;
}

.view-all-link:hover {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    opacity: 1 !important;
}

/* =============================================
   BLOG SINGLE POST
   ============================================= */
.minimal-blog-post {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
    margin-bottom: var(--space-lg);
    transition: color var(--t-fast);
}

.blog-back-link:hover {
    color: var(--text);
    opacity: 1;
}

.blog-post-header {
    margin-bottom: var(--space-lg) !important;
    text-align: center;
}

.blog-post-date {
    display: block !important;
    font-size: 0.72rem !important;
    color: var(--text-faint) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 1.5rem !important;
    font-variant-numeric: tabular-nums;
}

.blog-post-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: 1.5rem !important;
    color: var(--text) !important;
    line-height: 1.2 !important;
}

.blog-post-intro {
    font-size: 1.1rem !important;
    color: var(--text-muted) !important;
    line-height: 1.8 !important;
    max-width: 720px;
    margin: 0 auto !important;
}

.blog-post-image {
    margin: 0 !important;
    cursor: pointer !important;
}

.blog-post-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: opacity var(--t-fast) !important;
}

.blog-post-image:hover img {
    opacity: 0.92 !important;
}

.blog-post-caption {
    padding: 1rem 0 !important;
    text-align: center !important;
}

.blog-post-caption strong {
    display: block !important;
    font-size: 0.85rem !important;
    font-weight: var(--fw-regular) !important;
    color: var(--text) !important;
    margin-bottom: 0.25rem !important;
}

.blog-post-caption span {
    display: block !important;
    font-size: 0.8rem !important;
    color: var(--text-muted) !important;
}

.blog-post-footer {
    padding-top: var(--space-lg) !important;
    border-top: 1px solid var(--border) !important;
    text-align: center !important;
}

.blog-post-tags a {
    display: inline-block !important;
    font-size: 0.78rem !important;
    color: var(--text-muted) !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid var(--border) !important;
    margin: 0.25rem !important;
    transition: all var(--t-fast) !important;
}

.blog-post-tags a:hover {
    border-color: var(--text) !important;
    color: var(--text) !important;
    opacity: 1 !important;
}

/* =============================================
   LEGACY OVERRIDES
   ============================================= */
.box-layout {
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box-layout-child,
.box-layout-child-1,
.box-layout-child-2,
.box-layout-child-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.inner-page-banner {
    display: none !important;
}

/* Hide legacy sections that the redesign replaces */
.blog-wrap-layout1,
.banner-wrap-layout1 {
    display: none !important;
}

/* Override old portfolio styles */
.portfolio-wrap-layout5 {
    padding: 0 !important;
    background: var(--bg) !important;
}

.portfolio-box5-wrap {
    padding: 0 !important;
}

.heading-title {
    padding: 120px var(--gutter) var(--space-md) !important;
    text-align: center !important;
}

.heading-title h1 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: 1rem !important;
    color: var(--text) !important;
}

.heading-title p {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Gallery masonry override */
.menu-list-wrapper {
    padding: 0 var(--gutter) var(--space-xl) !important;
}

.menu-list {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.menu-item {
    padding: 0 !important;
}

.full-width-container {
    padding: 0 !important;
}

/* Reset Bootstrap container/row for edge-to-edge sections */
.container {
    max-width: 100% !important;
    padding: 0 !important;
}

.row {
    margin: 0 !important;
}

/* Square corners everywhere */
.item-btn,
.btn,
button {
    border-radius: 0 !important;
}

/* Force Inter everywhere */
* {
    font-family: var(--font-primary) !important;
}

/* Offcanvas mobile menu */
.offcanvas-navigation,
.offcanvas-navigation * {
    background: var(--bg) !important;
}

.offcanvas-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.offcanvas-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--border) !important;
}

.offcanvas-navigation ul li a,
.offcanvas-navigation ul li a * {
    color: var(--text) !important;
    font-size: 1.1rem !important;
    font-weight: var(--fw-regular) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    padding: 1rem 2rem !important;
    display: block !important;
    transition: all var(--t-normal) !important;
    background: transparent !important;
}

.offcanvas-navigation ul li a:hover {
    background: var(--bg-subtle) !important;
    padding-left: 2.5rem !important;
}

/* Off canvas container */
.off-canvas-menu-wrap,
.rt-offcanvas-menu,
.rt-offcanvas-menu * {
    background: var(--bg) !important;
}

.off-canvas-menu-wrap .close-btn,
.rt-offcanvas-menu .close-btn,
.offcanvas-close {
    color: var(--text) !important;
}

.rt-offcanvas-menu a,
.rt-offcanvas-menu li,
.rt-offcanvas-menu span,
.rt-offcanvas-menu ul li a {
    color: var(--text) !important;
}

.rt-offcanvas-menu .btn-close,
.rt-offcanvas-menu [class*="close"] {
    color: var(--text) !important;
    background: transparent !important;
}

#wrapper,
.wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    :root {
        --space-xl: 5rem;
        --space-2xl: 8rem;
        --gutter: 3rem;
    }

    .projects-grid {
        gap: var(--space-md);
    }

    .new-nav ul,
    .new-nav-list {
        gap: 0.4rem !important;
    }

    .new-nav a {
        font-size: 0.72rem !important;
        padding: 0.45rem 1rem !important;
    }
}

@media (max-width: 768px) {
    :root {
        --gutter: 1.5rem;
        --space-xl: 4rem;
        --space-lg: 3rem;
    }

    .new-header {
        padding: 1rem var(--gutter) !important;
    }

    .new-nav {
        display: none !important;
    }

    .offcanvas-menu-wrap {
        display: flex !important;
    }

    .new-hero {
        padding: 0 1.5rem 4rem !important;
    }

    .hero-name {
        font-size: clamp(2.5rem, 14vw, 4rem) !important;
    }

    .new-projects {
        padding: var(--space-xl) var(--gutter) !important;
    }

    .projects-header {
        margin-bottom: var(--space-md) !important;
    }

    .projects-grid {
        grid-template-columns: 1fr !important;
        gap: var(--space-lg) !important;
    }

    /* Reset asymmetric offset on mobile — single column */
    .projects-grid .project-card:nth-child(even) {
        transform: none;
    }

    .menu-list {
        grid-template-columns: 1fr !important;
    }

    .footer-inner {
        flex-direction: column !important;
        text-align: center !important;
    }

    .minimal-footer {
        padding: var(--space-md) var(--gutter) !important;
    }

    .fullscreen-nav {
        display: none !important;
    }

    .minimal-gallery {
        padding: 100px var(--gutter) var(--space-md) !important;
    }

    .minimal-contact {
        padding: var(--space-xl) var(--gutter) !important;
    }

    .minimal-blog {
        padding: 100px var(--gutter) var(--space-md) !important;
    }

    .blog-header {
        margin-bottom: var(--space-md) !important;
    }

    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: var(--space-md) !important;
    }

    .home-blog {
        padding: var(--space-xl) var(--gutter) !important;
    }

    .home-blog .blog-grid {
        grid-template-columns: 1fr !important;
        gap: var(--space-md) !important;
    }

    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: var(--space-md) !important;
    }

    .blog-post-gallery {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .blog-post-header {
        margin-bottom: var(--space-md) !important;
    }

    .blog-post-title {
        font-size: 2rem !important;
    }

    .minimal-blog-post {
        padding: 100px var(--gutter) var(--space-md) !important;
    }

    .minimal-page {
        padding: 100px var(--gutter) var(--space-md) !important;
    }

    .page-layout {
        grid-template-columns: 1fr !important;
        gap: var(--space-md) !important;
    }

    .page-image {
        position: relative !important;
        top: 0 !important;
        order: -1 !important;
    }
}

@media (max-width: 480px) {
    .new-projects {
        padding: var(--space-lg) var(--gutter) !important;
    }

    .projects-grid {
        gap: var(--space-md) !important;
    }

    .gallery-images {
        gap: var(--space-md) !important;
    }

    .minimal-blog-post {
        padding: 80px 1.5rem var(--space-md) !important;
    }

    .blog-post-title {
        font-size: 1.6rem !important;
    }

    .blog-post-gallery {
        gap: 1rem !important;
    }

    .blog-post-caption {
        padding: 0.5rem 0 !important;
    }

    .minimal-blog {
        padding: 80px 1.5rem var(--space-md) !important;
    }

    .blog-title {
        font-size: 2rem !important;
    }
}

/* =============================================
   TOUCH DEVICE STYLES
   ============================================= */
.project-card.touch-active .project-info {
    border-bottom-color: var(--border) !important;
}

/* =============================================
   PRINT
   ============================================= */
@media print {
    .new-header,
    .scroll-indicator,
    .fullscreen-viewer,
    .theme-toggle {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }
}

/* =============================================
   MOBILE MENU FINAL OVERRIDES
   ============================================= */
[class*="offcanvas"],
[class*="off-canvas"],
[class*="canvas-menu"] {
    background-color: var(--bg) !important;
}

[class*="offcanvas"] a,
[class*="offcanvas"] li,
[class*="offcanvas"] span,
[class*="offcanvas"] ul,
[class*="off-canvas"] a,
[class*="off-canvas"] li,
[class*="off-canvas"] span,
[class*="canvas-menu"] a,
[class*="canvas-menu"] li,
[class*="canvas-menu"] span {
    color: var(--text) !important;
    background-color: transparent !important;
}

/* The broad reset above also blanks the hamburger BARS (the toggle is
   .offcanvas-menu-btn, so its <span> bars matched [class*="offcanvas"] span).
   Restore their colour so the burger icon is actually visible. */
.offcanvas-menu-btn .menu-btn-icon span,
.offcanvas-menu-wrap .menu-btn-icon span {
    background-color: var(--text) !important;
}

nav[class*="offcanvas"] a,
div[class*="offcanvas"] a,
.offcanvas-navigation a,
.off-canvas-navigation a {
    color: var(--text) !important;
    font-size: 1.2rem !important;
    padding: 1rem 1.5rem !important;
    display: block !important;
    border-bottom: 1px solid var(--border) !important;
}

.menu-status-open ~ div,
.menu-status-open ~ nav,
body.canvas-menu-open [class*="canvas"],
body.offcanvas-open [class*="offcanvas"] {
    background: var(--bg) !important;
}

[class*="close"],
.btn-close,
button[class*="close"] {
    color: var(--text) !important;
    opacity: 1 !important;
}

/* --- Open offcanvas panel: keep links on-screen & tighten spacing ---
   .offcanvas-navigation is position:fixed; height:100%; justify-content:center.
   With per-link padding the list grows taller than a phone viewport, so the
   centred items overflow ABOVE the top edge and become unreachable. Anchor the
   list to the top, allow it to scroll, and shrink the oversized spacing. */
@media (max-width: 768px) {
    .offcanvas-navigation {
        justify-content: flex-start !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        padding: 5rem 0 2rem !important;   /* clear the header/close button */
    }

    .offcanvas-navigation li {
        margin: 0 !important;
    }

    .offcanvas-navigation ul li a,
    .offcanvas-navigation ul li a *,
    nav[class*="offcanvas"] a,
    .offcanvas-navigation a {
        font-size: 1.15rem !important;
        padding: 0.6rem 1.5rem !important;  /* was 1rem 2rem -> big gaps */
        line-height: 1.3 !important;
    }
}

/* ============================================================
   NEXSTUDIO ADAPTATION LAYER
   Personal-portfolio hero · CTA band · card hover-invert
   Badges · multi-column footer · nav indicator · eyebrows
   Pure B&W, all token-driven. Appended last → cascade wins.
   ============================================================ */

/* --- Neutralize the old full-bleed hero (markup replaced) --- */
.new-hero,
.hero-bg,
.hero-overlay,
.hero-content,
.hero-footer {
    display: none !important;
}

/* The new hero still hosts the scroll indicator */
.hero-portfolio .scroll-indicator {
    color: var(--text-muted) !important;
}
.hero-portfolio .scroll-indicator span {
    color: var(--text-faint) !important;
}
.hero-portfolio .scroll-indicator::after {
    background: var(--text-faint) !important;
}

/* =============================================
   PERSONAL-PORTFOLIO HERO
   ============================================= */
.hero-portfolio {
    min-height: 100vh !important;
    min-height: 100svh !important;
    width: 100% !important;
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    padding: calc(var(--header-height) + 3rem) var(--gutter) 4rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: var(--bg) !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.hero-portfolio-inner {
    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr !important;
    gap: 4rem !important;
    align-items: center !important;
    flex: 1 !important;
}

.hero-text {
    display: flex !important;
    flex-direction: column !important;
}

/* Eyebrow pill badge */
.hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    width: fit-content !important;
    font-size: 0.7rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.16em !important;
    color: var(--text-muted) !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid var(--border) !important;
    border-radius: 999px !important;
    background: var(--bg-subtle) !important;
    margin-bottom: 2rem !important;
}

.hero-badge-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: var(--text) !important;
    display: inline-block !important;
    animation: badgePulse 2.4s ease-in-out infinite !important;
}

@keyframes badgePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

/* Big split headline */
.hero-headline {
    font-size: clamp(2.75rem, 7.5vw, 6rem) !important;
    font-weight: var(--fw-light) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
    color: var(--text) !important;
    margin: 0 0 1.75rem !important;
    text-transform: none !important;
}

.hero-headline-amp {
    font-weight: var(--fw-light) !important;
    font-style: italic !important;
    opacity: 0.5 !important;
}

.hero-tagline {
    font-size: clamp(0.95rem, 1.3vw, 1.1rem) !important;
    font-weight: var(--fw-light) !important;
    color: var(--text-muted) !important;
    line-height: 1.7 !important;
    max-width: 460px !important;
    margin: 0 0 2.5rem !important;
}

.hero-tagline .dot {
    display: none !important;
}

/* CTA buttons */
.hero-actions {
    display: flex !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.btn-primary,
.btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--font-primary) !important;
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.16em !important;
    padding: 1.1rem 2.25rem !important;
    min-height: 48px !important;
    cursor: pointer !important;
    transition: background var(--t-normal), color var(--t-normal), border-color var(--t-normal), transform var(--t-fast) !important;
    border-radius: 0 !important;
}

.btn-primary {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border: 1px solid var(--accent) !important;
}

.btn-primary:hover {
    opacity: 1 !important;
    transform: translateY(-2px) !important;
}

.btn-outline {
    background: transparent !important;
    color: var(--text) !important;
    border: 1px solid var(--border-strong) !important;
}

.btn-outline:hover {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    opacity: 1 !important;
    border-color: var(--accent) !important;
}

/* Hero media (portrait + vertical label) */
.hero-media {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 1rem !important;
    height: 100% !important;
    min-height: 420px !important;
}

.hero-portrait {
    flex: 1 !important;
    overflow: hidden !important;
    background: var(--bg-subtle) !important;
    aspect-ratio: 3/4 !important;
    max-height: 560px !important;
}

.hero-portrait img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    filter: grayscale(0.05) !important;
    transition: transform 1.2s var(--t-slow) !important;
}

.hero-portfolio:hover .hero-portrait img {
    transform: scale(1.02) !important;
}

.hero-vertical-label {
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
    font-size: 0.68rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22em !important;
    color: var(--text-faint) !important;
    white-space: nowrap !important;
    align-self: center !important;
}

/* Stats row */
.hero-stats {
    display: flex !important;
    align-items: center !important;
    gap: 2.5rem !important;
    padding-top: 2.5rem !important;
    margin-top: 2.5rem !important;
    border-top: 1px solid var(--border) !important;
    flex-wrap: wrap !important;
}

.hero-stat {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.4rem !important;
}

.hero-stat-num {
    font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
    font-weight: var(--fw-light) !important;
    line-height: 1 !important;
    color: var(--text) !important;
    font-variant-numeric: tabular-nums !important;
}

.hero-stat-num sup {
    font-size: 0.5em !important;
    vertical-align: super !important;
    opacity: 0.6 !important;
}

.hero-stat-label {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: var(--text-faint) !important;
    line-height: 1.4 !important;
    font-weight: var(--fw-regular) !important;
}

.hero-stat-divider {
    width: 1px !important;
    height: 40px !important;
    background: var(--border) !important;
    flex-shrink: 0 !important;
}

/* Move scroll indicator to bottom of hero */
.hero-portfolio .scroll-indicator {
    position: static !important;
    transform: none !important;
    margin-top: 3rem !important;
    align-self: center !important;
}

/* =============================================
   SECTION EYEBROWS (CAPTION pattern)
   ============================================= */
.section-eyebrow {
    display: block !important;
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22em !important;
    color: var(--text-faint) !important;
    margin-bottom: 0.85rem !important;
}

.section-eyebrow.text-center {
    text-align: center !important;
}

/* Make existing counters/headers match */
.projects-header {
    align-items: baseline !important;
}

.projects-header .section-eyebrow {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0.5rem !important;
}

/* =============================================
   CTA BAND (pre-footer)
   ============================================= */
.cta-band {
    max-width: 100% !important;
    padding: clamp(4rem, 8vw, 7rem) var(--gutter) !important;
    border-top: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border) !important;
    background: var(--bg-subtle) !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

.cta-band-eyebrow {
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22em !important;
    color: var(--text-faint) !important;
}

.cta-band-headline {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    font-weight: var(--fw-light) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    color: var(--text) !important;
    margin: 0 !important;
    max-width: 800px !important;
}

.cta-band-headline em {
    font-style: italic !important;
    font-weight: var(--fw-light) !important;
    opacity: 0.55 !important;
}

.cta-band .btn-primary {
    margin-top: 0.5rem !important;
    padding: 1.2rem 3rem !important;
}

.cta-band .btn-primary::after {
    content: ' \2192' !important;
    transition: transform var(--t-normal) !important;
    display: inline-block !important;
}

.cta-band .btn-primary:hover::after {
    transform: translateX(4px) !important;
}

/* =============================================
   CARD BADGE OVERLAY (blog + gallery)
   ============================================= */
.card-badge {
    position: absolute !important;
    top: 0.75rem !important;
    left: 0.75rem !important;
    z-index: 3 !important;
    font-size: 0.62rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    padding: 0.35rem 0.7rem !important;
    background: var(--bg-scrim) !important;
    color: var(--text) !important;
    border: 1px solid var(--border) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border-radius: 0 !important;
    pointer-events: none !important;
    line-height: 1 !important;
}

/* =============================================
   HOVER-INVERT "READ MORE" / "VIEW PROJECT"
   The signature NexStudio arrow-box pattern.
   ============================================= */
.readmore-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: var(--text) !important;
    text-decoration: none !important;
    position: relative !important;
    transition: color var(--t-normal) !important;
}

.readmore-link:hover {
    opacity: 1 !important;
    color: var(--text) !important;
}

.readmore-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border: 1px solid var(--border-strong) !important;
    color: var(--text) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: background var(--t-normal), color var(--t-normal) !important;
    flex-shrink: 0 !important;
}

.readmore-arrow svg {
    width: 14px !important;
    height: 14px !important;
    transition: transform var(--t-normal) !important;
    position: relative !important;
    z-index: 1 !important;
}

/* On hover: invert colors + slide arrow */
.blog-card:hover .readmore-arrow,
.project-card:hover .readmore-arrow,
.readmore-link:hover .readmore-arrow,
.portfolio-box-layout5:hover .readmore-arrow {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border-color: var(--accent) !important;
}

.blog-card:hover .readmore-arrow svg,
.project-card:hover .readmore-arrow svg,
.readmore-link:hover .readmore-arrow svg,
.portfolio-box-layout5:hover .readmore-arrow svg {
    transform: translateX(2px) !important;
}

/* =============================================
   BLOG CARD — NexStudio adaptation
   ============================================= */
.blog-card-image,
.blog-card .blog-card-image {
    position: relative !important;
}

/* Date with trailing rule (NexStudio detail) */
.blog-card-date {
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    font-variant-numeric: tabular-nums !important;
}

.blog-card-date::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: var(--border) !important;
    max-width: 60px !important;
}

/* Replace the old underline read-more with the arrow box */
.blog-card-read-more {
    display: none !important;
}

.blog-card .readmore-link {
    margin-top: auto !important;
    padding-top: 0.5rem !important;
}

/* Read-more now reuses the homepage card pill (.c-pill-btn--outlined).
   Keep it pinned to the bottom-left of the card without stretching. */
.blog-card-content .blog-card-cta {
    margin-top: auto !important;
    align-self: flex-start !important;
}

/* =============================================
   PROJECT CARD — badge + View Project
   ============================================= */
.project-image-wrapper {
    position: relative !important;
}

.project-card .readmore-link {
    display: none !important; /* shown via markup where added */
}

/* =============================================
   FOOTER — multi-column agency layout
   ============================================= */
.minimal-footer {
    padding: clamp(4rem, 7vw, 6rem) var(--gutter) 2rem !important;
    background: var(--bg) !important;
    border-top: 1px solid var(--border) !important;
}

.footer-grid {
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.6fr 1fr 1fr 1fr !important;
    gap: 3rem !important;
    padding-bottom: 3rem !important;
    border-bottom: 1px solid var(--border) !important;
}

.footer-brand {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.footer-logo {
    font-size: 0.95rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.16em !important;
    color: var(--text) !important;
}

.footer-logo-dot {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: var(--text) !important;
    margin-left: 4px !important;
    vertical-align: middle !important;
    transform: translateY(-2px) !important;
}

.footer-tagline {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    line-height: 1.7 !important;
    max-width: 280px !important;
    margin: 0 !important;
}

.footer-col {
    display: flex !important;
    flex-direction: column !important;
}

.footer-col-title {
    font-size: 0.68rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: var(--text-faint) !important;
    margin: 0 0 1.25rem !important;
}

.footer-col-text {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    line-height: 1.7 !important;
    margin: 0 0 0.75rem !important;
}

.footer-email {
    font-size: 0.85rem !important;
    color: var(--text) !important;
    border-bottom: 1px solid var(--border) !important;
    padding-bottom: 0.25rem !important;
    width: fit-content !important;
    transition: border-color var(--t-normal) !important;
}

.footer-email:hover {
    border-bottom-color: var(--text) !important;
    opacity: 1 !important;
}

.footer-links {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.7rem !important;
}

.footer-links a {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    transition: color var(--t-fast), padding-left var(--t-normal) !important;
    display: inline-block !important;
}

.footer-links a:hover {
    color: var(--text) !important;
    opacity: 1 !important;
    padding-left: 0.4rem !important;
}

.footer-bottom {
    max-width: var(--max-width) !important;
    margin: 2rem auto 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

.footer-copyright {
    font-size: 0.72rem !important;
    color: var(--text-faint) !important;
    font-variant-numeric: tabular-nums !important;
}

.footer-back-to-top {
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: var(--text-muted) !important;
    transition: color var(--t-fast) !important;
}

.footer-back-to-top:hover {
    color: var(--text) !important;
    opacity: 1 !important;
}

/* Hide old footer pieces now replaced */
.footer-inner,
.footer-contact,
.footer-social {
    display: none !important;
}

/* =============================================
   HEADER NAV — pill-style active indicator
   ============================================= */
.new-nav a {
    position: relative !important;
}

/* Hover/active dot before nav links removed by request. */
.new-nav a::before {
    display: none !important;
    content: none !important;
}

/* Logo dot to match */
.new-logo a::after {
    content: '' !important;
    display: inline-block !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: var(--text) !important;
    margin-left: 4px !important;
    vertical-align: middle !important;
    transform: translateY(-2px) !important;
}

/* =============================================
   NEXSTUDIO RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .hero-portfolio-inner {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }

    .hero-media {
        order: -1 !important;
        min-height: 360px !important;
        max-width: 460px !important;
    }

    .hero-portrait {
        max-height: 460px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    .hero-portfolio {
        padding: calc(var(--header-height) + 2rem) 1.5rem 3rem !important;
    }

    .hero-headline {
        font-size: clamp(2.5rem, 12vw, 3.5rem) !important;
    }

    .hero-stats {
        gap: 1.5rem !important;
        justify-content: space-between !important;
    }

    .hero-stat-divider {
        display: none !important;
    }

    .hero-stat-num {
        font-size: 1.6rem !important;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .footer-brand {
        padding-bottom: 1rem !important;
        border-bottom: 1px solid var(--border) !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 0.75rem !important;
    }
}

@media (max-width: 480px) {
    .hero-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .btn-primary,
    .btn-outline {
        width: 100% !important;
    }

    .hero-stats {
        gap: 1rem !important;
    }

    .hero-stat {
        flex: 1 !important;
    }
}

/* =============================================
   AUTH PAGES (login, register, forgot password, etc.)
   ============================================= */
.minimal-auth {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
    min-height: 60vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.auth-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: var(--space-lg) !important;
    color: var(--text) !important;
    text-align: center !important;
}

.auth-subtitle {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    margin-bottom: var(--space-lg) !important;
    text-align: center !important;
}

.minimal-auth .form-group {
    margin-bottom: var(--space-md) !important;
}

.minimal-auth label {
    display: block !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: var(--text-faint) !important;
    margin-bottom: 0.5rem !important;
}

.minimal-auth input[type="text"],
.minimal-auth input[type="email"],
.minimal-auth input[type="password"],
.minimal-auth input[type="search"],
.minimal-auth textarea,
.minimal-auth select {
    width: 100% !important;
    padding: 1rem !important;
    border: none !important;
    border-bottom: 1px solid var(--border) !important;
    background: transparent !important;
    font-family: var(--font-primary) !important;
    font-size: 1rem !important;
    font-weight: var(--fw-light) !important;
    color: var(--text) !important;
    transition: border-color var(--t-fast) !important;
    border-radius: 0 !important;
    min-height: 48px !important;
}

.minimal-auth input::placeholder,
.minimal-auth textarea::placeholder {
    color: var(--text-faint) !important;
}

.minimal-auth input:focus,
.minimal-auth textarea:focus {
    outline: none !important;
    border-bottom-color: var(--text) !important;
}

.minimal-auth input[type="checkbox"] {
    width: auto !important;
    margin-right: 0.5rem !important;
}

.minimal-auth button,
.minimal-auth input[type="submit"] {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border: none !important;
    padding: 1rem 4rem !important;
    font-family: var(--font-primary) !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: var(--fw-medium) !important;
    cursor: pointer !important;
    transition: opacity var(--t-fast) !important;
    margin-top: 1rem !important;
    min-height: 48px !important;
    width: 100% !important;
}

.minimal-auth button:hover,
.minimal-auth input[type="submit"]:hover {
    opacity: 0.82 !important;
}

.auth-link {
    display: block !important;
    text-align: center !important;
    margin-top: var(--space-md) !important;
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
}

.auth-link a {
    color: var(--text) !important;
    border-bottom: 1px solid var(--border) !important;
    transition: border-color var(--t-normal) !important;
}

.auth-link a:hover {
    border-bottom-color: var(--text) !important;
    opacity: 1 !important;
}

.auth-message {
    text-align: center !important;
    padding: var(--space-md) !important;
    border: 1px solid var(--border) !important;
    margin-bottom: var(--space-md) !important;
    font-size: 0.9rem !important;
    color: var(--text-muted) !important;
}

.auth-message.success {
    border-color: #4a7c59 !important;
    background: rgba(74, 124, 89, 0.08) !important;
}

.auth-message.error {
    border-color: #7c4a4a !important;
    background: rgba(124, 74, 74, 0.08) !important;
}

/* =============================================
   CART PAGES
   ============================================= */
.minimal-cart {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
    min-height: 60vh !important;
}

.cart-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: var(--space-lg) !important;
    color: var(--text) !important;
}

.cart-empty {
    text-align: center !important;
    padding: var(--space-xl) var(--space-md) !important;
    color: var(--text-muted) !important;
    font-size: 1.1rem !important;
}

.minimal-cart table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: var(--space-lg) !important;
}

.minimal-cart th,
.minimal-cart td {
    padding: 1rem !important;
    border-bottom: 1px solid var(--border) !important;
    text-align: left !important;
    font-size: 0.9rem !important;
    color: var(--text) !important;
}

.minimal-cart th {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: var(--text-faint) !important;
    font-weight: var(--fw-medium) !important;
}

.minimal-cart td {
    color: var(--text-muted) !important;
    vertical-align: middle !important;
}

.minimal-cart td strong {
    color: var(--text) !important;
    font-weight: var(--fw-regular) !important;
}

.minimal-cart .cart-product-img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    background: var(--bg-subtle) !important;
}

.minimal-cart .cart-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: var(--space-lg) !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
}

.minimal-cart .cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--font-primary) !important;
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.16em !important;
    padding: 1rem 2.25rem !important;
    min-height: 48px !important;
    cursor: pointer !important;
    transition: all var(--t-normal) !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.cart-btn-primary {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border: 1px solid var(--accent) !important;
}

.cart-btn-primary:hover {
    opacity: 0.82 !important;
}

.cart-btn-outline {
    background: transparent !important;
    color: var(--text) !important;
    border: 1px solid var(--border-strong) !important;
}

.cart-btn-outline:hover {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border-color: var(--accent) !important;
    opacity: 1 !important;
}

.cart-step-list {
    display: flex !important;
    gap: 1rem !important;
    margin-bottom: var(--space-lg) !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: wrap !important;
}

.cart-step-list li {
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: var(--text-faint) !important;
    padding: 0.5rem 0 !important;
    border-bottom: 2px solid transparent !important;
}

.cart-step-list li.current-step {
    color: var(--text) !important;
    border-bottom-color: var(--text) !important;
}

.cart-total-row {
    display: flex !important;
    justify-content: space-between !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid var(--border) !important;
    font-size: 0.9rem !important;
    color: var(--text-muted) !important;
}

.cart-total-row.grand-total {
    font-size: 1.1rem !important;
    color: var(--text) !important;
    border-bottom: 2px solid var(--border) !important;
    font-weight: var(--fw-regular) !important;
}

/* =============================================
   404 PAGE
   ============================================= */
.minimal-404 {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
    min-height: 60vh !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.error-404-title {
    font-size: clamp(4rem, 12vw, 8rem) !important;
    font-weight: var(--fw-light) !important;
    line-height: 1 !important;
    color: var(--text) !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.04em !important;
}

.error-404-subtitle {
    font-size: 1.5rem !important;
    font-weight: var(--fw-light) !important;
    color: var(--text-muted) !important;
    margin-bottom: var(--space-lg) !important;
}

.error-404-text {
    font-size: 1rem !important;
    color: var(--text-muted) !important;
    margin-bottom: var(--space-lg) !important;
    line-height: 1.8 !important;
}

/* =============================================
   GALLERY TAGS LISTING
   ============================================= */
.minimal-gallery-tags {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: var(--max-width) !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
}

.gallery-tags-header {
    margin-bottom: var(--space-lg) !important;
    text-align: center !important;
}

.gallery-tags-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: 1rem !important;
    color: var(--text) !important;
}

.gallery-tags-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: var(--space-md) !important;
}

.gallery-tag-card {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
}

.gallery-tag-card:hover {
    opacity: 1 !important;
}

.gallery-tag-image {
    position: relative !important;
    overflow: hidden !important;
    background: var(--bg-subtle) !important;
    aspect-ratio: 4/3 !important;
    margin-bottom: 1rem !important;
}

.gallery-tag-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform var(--t-slow) !important;
}

.gallery-tag-card:hover .gallery-tag-image img {
    transform: scale(1.03) !important;
}

.gallery-tag-name {
    font-size: 1rem !important;
    font-weight: var(--fw-regular) !important;
    color: var(--text) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.gallery-tag-info {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    margin-top: 0.25rem !important;
}

.minimal-admin {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
    min-height: 60vh !important;
}

.minimal-admin h1 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: var(--space-lg) !important;
    color: var(--text) !important;
}

.minimal-admin table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: var(--space-lg) !important;
}

.minimal-admin th,
.minimal-admin td {
    padding: 1rem !important;
    border-bottom: 1px solid var(--border) !important;
    text-align: left !important;
    font-size: 0.9rem !important;
    color: var(--text) !important;
}

.minimal-admin th {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: var(--text-faint) !important;
    font-weight: var(--fw-medium) !important;
}

.minimal-admin td {
    color: var(--text-muted) !important;
}

.minimal-admin td a {
    color: var(--text) !important;
    border-bottom: 1px solid var(--border) !important;
    transition: border-color var(--t-fast) !important;
}

.minimal-admin td a:hover {
    border-bottom-color: var(--text) !important;
    opacity: 1 !important;
}

.minimal-admin .admin-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--font-primary) !important;
    font-size: 0.72rem !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.16em !important;
    padding: 0.75rem 1.5rem !important;
    min-height: 40px !important;
    cursor: pointer !important;
    transition: all var(--t-normal) !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    border: 1px solid var(--border-strong) !important;
    background: transparent !important;
    color: var(--text) !important;
}

.minimal-admin .admin-btn:hover {
    background: var(--accent) !important;
    color: var(--on-accent) !important;
    border-color: var(--accent) !important;
    opacity: 1 !important;
}

/* =============================================
   ORDER FORM PAGE
   ============================================= */
.minimal-order-form {
    padding: 120px var(--gutter) var(--space-lg) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    background: var(--bg) !important;
}

.order-form-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: var(--fw-light) !important;
    margin-bottom: var(--space-lg) !important;
    color: var(--text) !important;
    text-align: center !important;
}

/* ===== gallery-layouts.css ===== */
/* =============================================
   GALLERY LAYOUTS
   Each layout is self-contained — no conflicts
   with redesign.css. True masonry uses CSS
   columns; grids use CSS grid.
   ============================================= */

/* --- Masonry Layout (JS-assisted CSS Grid) ---
   CSS Grid fills ROW-FIRST in source order, so the first images land on the
   first row (not stacked down column 1 like CSS columns did). The staggered
   "masonry" look comes from per-item row spans set by js/gallery-masonry.js,
   which measures each tile's height. Column spans (1 / 2 / 3 wide) are handled
   by the .gi-span-2 / .gi-full utilities further down. */
.gallery-masonry .gallery-images {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    grid-auto-rows: 10px;   /* fine row unit — MUST match ROW_UNIT in the JS */
    align-items: start;
}

.gallery-masonry .gallery-item {
    grid-row-end: span 30;  /* placeholder height until the JS measures the image */
    align-self: start;
    margin-bottom: 0;
}

/* Responsive Masonry */
@media (max-width: 991px) {
    .gallery-masonry .gallery-images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    /* Single column on phones: ditch the JS-assisted grid entirely. The
       per-item grid-row-end spans (set inline by gallery-masonry.js) leave
       huge empty rows when there's only one column. Switching to a flex
       column makes those inline grid spans inert and stacks tiles tightly. */
    .gallery-masonry .gallery-images {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 1rem !important;
    }

    .gallery-masonry .gallery-item,
    .gallery-masonry .gallery-item.gi-span-2,
    .gallery-masonry .gallery-item.gi-full {
        grid-row-end: auto !important;   /* neutralise the inline JS spans */
        grid-column: auto !important;
        width: 100% !important;
        margin: 0 !important;
    }
}


/* --- One Column Layout (single, generous) --- */
.gallery-one-col .gallery-images {
    display: flex !important;
    flex-direction: column !important;
    gap: 4rem !important;
    max-width: 800px;
    margin: 0 auto;
}

.gallery-one-col .gallery-item {
    margin-bottom: 0;
}


/* --- Two Column Layout --- */
.gallery-two-col .gallery-grid,
.gallery-two-col .gallery-images {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
}

.gallery-two-col .gallery-item,
.gallery-two-col .gallery-grid-item {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .gallery-two-col .gallery-grid,
    .gallery-two-col .gallery-images {
        grid-template-columns: 1fr !important;
    }
}


/* --- Three Column Layout --- */
.gallery-three-col .gallery-grid,
.gallery-three-col .gallery-images,
.gallery-three-col .blog-post-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
}

.gallery-three-col .gallery-item,
.gallery-three-col .gallery-grid-item,
.gallery-three-col .blog-post-image {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .gallery-three-col .gallery-grid,
    .gallery-three-col .gallery-images,
    .gallery-three-col .blog-post-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 575px) {
    .gallery-three-col .gallery-grid,
    .gallery-three-col .gallery-images,
    .gallery-three-col .blog-post-gallery {
        grid-template-columns: 1fr !important;
    }
}


/* =============================================
   GALLERY ITEM WIDTH UTILITIES
   Replace old Bootstrap col-* classes with these.
   Works with CSS Grid (2-col / 3-col) and CSS Columns (masonry).
   ============================================= */

/* --- Full width (span all columns) --- */
.gi-full {
    grid-column: 1 / -1 !important;
}

/* Blog post masonry still uses CSS columns (below), where only column-span
   works — keep the full-width span for those. The gallery masonry is now a
   grid, so its gi-full/gi-span-2 come from the grid utilities above. */
.blog-post-gallery.gallery-masonry .gi-full {
    column-span: all !important;
}

/* --- Span 2 columns in a 3-column grid --- */
.gi-span-2 {
    grid-column: span 2 !important;
}

/* --- Span 2 columns in a 2-column grid (same as full) --- */
.gallery-two-col .gi-span-2 {
    grid-column: span 2 !important;
}

/* --- One-column flex overrides --- */
.gallery-one-col .gi-wide {
    max-width: 1200px !important;
}

.gallery-one-col .gi-full {
    max-width: none !important;
}

/* --- Responsive resets --- */
@media (max-width: 991px) {
    .gi-span-2 {
        grid-column: span 2 !important;
    }
}

@media (max-width: 575px) {
    .gi-full,
    .gi-span-2 {
        grid-column: 1 / -1 !important;
    }
}

/* -----------------------------------------------
   GALLERY ITEM WIDTH UTILITIES - LEGACY NOTES
   ----------------------------------------------- */
/* Old classes that do nothing in the new grid system:
   col-md-3, col-md-4, col-md-6, col-md-8, col-md-10,
   col-lg-*, col-sm-*, col-xs-*, col-12
   Use gi-full, gi-span-2, gi-wide instead. */



/* --- Blog post masonry: 2 cols (blog images sit in a narrower column) --- */
.blog-post-gallery.gallery-masonry {
    display: block !important;
    column-count: 2;
    column-gap: 1.5rem;
}

.blog-post-gallery.gallery-masonry .blog-post-image {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
    .blog-post-gallery.gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 575px) {
    .blog-post-gallery.gallery-masonry {
        column-count: 1;
    }
}

/* ===== creacy-home.css ===== */
body.page-home {
    --c-bg: #1a1a1a;
    --c-bg-2: #222222;
    --c-bg-3: #2a2a2a;
    --c-card: #252525;
    --c-olive: #7a7a52;
    --c-olive-2: #8a8a62;
    --c-text: #ffffff;
    --c-muted: #a0a0a0;
    --c-faint: #6a6a6a;
    --c-border: #333333;

    --c-maxw: 1200px;
    --c-gutter: 2.5rem; /* px-10 in the reference */
    --c-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* The homepage is always dark — paint the body + wrapper to match. */
body.page-home,
body.page-home #wrapper,
body.page-home .wrapper,
body.page-home section,
body.page-home .box-layout {
    background-color: var(--c-bg) !important;
    color: var(--c-text);
}

body.page-home {
    color: var(--c-text) !important;
}

body.page-home a { color: var(--c-text); }

/* Hide the theme toggle on the dark-only homepage */
body.page-home .theme-toggle { display: none !important; }

/* Override the site header to read on the dark homepage.
   The fixed header sits above the hero; give it a transparent-then-blur scroll state. */
body.page-home .new-header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid transparent !important;
}
body.page-home .new-header,
body.page-home .new-header * {
    color: var(--c-text) !important;
}
body.page-home .new-header.header-scrolled {
    background: rgba(26, 26, 26, 0.9) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid var(--c-border) !important;
}
/* Nav active/hover dots use white on the dark homepage */
body.page-home .new-nav a::before,
body.page-home .new-logo a::after { background: var(--c-text) !important; }

/* The existing footer is light/dark token-driven; force it dark on the homepage */
body.page-home .minimal-footer {
    background: var(--c-bg) !important;
    border-top: 1px solid var(--c-border) !important;
}
body.page-home .minimal-footer,
body.page-home .minimal-footer * {
    color: var(--c-text) !important;
}
body.page-home .footer-logo,
body.page-home .footer-email { color: var(--c-text) !important; }
body.page-home .footer-tagline,
body.page-home .footer-col-text,
body.page-home .footer-links a,
body.page-home .footer-copyright,
body.page-home .footer-back-to-top { color: var(--c-muted) !important; }
body.page-home .footer-col-title { color: var(--c-faint) !important; }
body.page-home .footer-email:hover,
body.page-home .footer-links a:hover,
body.page-home .footer-back-to-top:hover { color: var(--c-text) !important; }

/* Neutralize the legacy hero blocks that live in base.volt on the homepage
   (the Creacy hero replaces them via the index.volt block). */
body.page-home .hero-portfolio,
body.page-home .new-hero,
body.page-home .hero-bg,
body.page-home .hero-overlay,
body.page-home .hero-content,
body.page-home .hero-footer { display: none !important; }

/* Legacy homepage bands the redesign used — not part of Creacy */
body.page-home .home-blog,
body.page-home .cta-band { display: none !important; }

/* =============================================
   SHARED ATOMS
   ============================================= */
.c-wrap {
    max-width: var(--c-maxw);
    margin: 0 auto;
    padding-left: var(--c-gutter);
    padding-right: var(--c-gutter);
    box-sizing: border-box;
}

.c-section-label {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.c-section-label .num {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--c-faint);
}
.c-section-label .lbl {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--c-muted);
}

.c-pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    transition: background var(--c-ease) 0.3s, color var(--c-ease) 0.3s,
                border-color var(--c-ease) 0.3s, transform var(--c-ease) 0.3s,
                background-color var(--c-ease) 0.3s;
    border: 1px solid transparent;
    line-height: 1;
}
.c-pill-btn svg { width: 13px; height: 13px; transition: transform 0.3s var(--c-ease); }
.c-pill-btn:hover svg { transform: translateX(3px); }

/* color !important: on the homepage `body.page-home a` (white) outranks this
   rule and turned the text + currentColor arrow white-on-white (invisible). */
.c-pill-btn--primary { background: #fff !important; color: #1a1a1a !important; }
.c-pill-btn--primary:hover { background: #f0f0f1; transform: scale(1.02); }

.c-pill-btn--outlined { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.c-pill-btn--outlined:hover { border-color: #fff; background: rgba(255,255,255,0.05); }

.c-cat-tag {
    display: inline-block;
    border-radius: 999px;
    background: var(--c-olive);
    padding: 0.4rem 1rem;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    transition: background 0.3s var(--c-ease);
    cursor: pointer;
    border: none;
}
.c-cat-tag:hover { background: var(--c-olive-2); }

.c-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.3);
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: border-color 0.3s var(--c-ease), background 0.3s var(--c-ease);
}
.c-arrow-btn:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.c-arrow-btn svg { width: 15px; height: 15px; transition: transform 0.3s var(--c-ease); }
.c-arrow-btn--left:hover svg { transform: translateX(-2px); }
.c-arrow-btn--right:hover svg { transform: translateX(2px); }

/* =============================================
   1. HERO
   ============================================= */
.creacy-hero {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    background: var(--c-bg);
}
.creacy-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.creacy-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
    display: block;
}
.creacy-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(26,26,26,0.30) 0%,
        rgba(26,26,26,0.20) 40%,
        rgba(26,26,26,0.70) 100%);
    z-index: 2;
    pointer-events: none;
}
.creacy-hero__inner {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 90vh;
    padding-top: 120px;
    padding-bottom: 2.5rem;
}
.creacy-hero__headline {
    max-width: 600px;
    margin: 0;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
}
.creacy-hero__headline .line { display: block; }

.creacy-hero__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}
.creacy-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 280px;
}

.creacy-hero__slider {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.creacy-hero__progress {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255,255,255,0.7);
    font-size: 0.7rem;
    font-variant-numeric: tabular-nums;
}
.creacy-hero__progress-track {
    width: 4rem;
    height: 1px;
    background: rgba(255,255,255,0.3);
}
.creacy-hero__progress-fill {
    height: 100%;
    background: #fff;
    transition: width 0.5s var(--c-ease);
}
.creacy-hero__cards { display: flex; gap: 0.75rem; }
.creacy-hero__card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.5rem;
    background: rgba(26,26,26,0.8);
    padding: 0.75rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.5s var(--c-ease);
    text-decoration: none;
}
.creacy-hero__card.is-active { opacity: 1; }
.creacy-hero__card.is-dim { opacity: 0.5; }
.creacy-hero__card img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.375rem;
    object-fit: cover;
}
.creacy-hero__card-title { font-size: 0.72rem; font-weight: 500; color: #fff; line-height: 1.3; }
.creacy-hero__card-sub { font-size: 0.62rem; color: var(--c-muted); margin: 0; }

/* =============================================
   2. ABOUT
   ============================================= */
.creacy-about { background: var(--c-bg); padding: clamp(4rem, 10vw, 7.5rem) 0; }
.creacy-about__grid {
    display: flex;
    gap: 4rem;
}
.creacy-about__left { flex: 0 0 auto; padding-top: 0.5rem; }
.creacy-about__caption {
    margin-top: 2.5rem;
    max-width: 300px;
    font-size: 0.85rem;
    line-height: 1.75;
    color: #cbcbcb;
}
.creacy-about__right { flex: 1; }
.creacy-about__heading {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 0 0 2rem;
}
.creacy-about__heading strong { font-weight: 600; }
.creacy-about__text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--c-muted);
    margin: 0 0 2rem;
    max-width: 640px;
}

/* =============================================
   3. EXPERTISE
   ============================================= */
.creacy-expertise { background: var(--c-bg-2); padding: clamp(4rem, 10vw, 7.5rem) 0; }
.creacy-expertise__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}
.creacy-expertise__tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}
.creacy-expertise__tab {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--c-faint);
    transition: color 0.3s var(--c-ease), font-weight 0.3s;
    padding: 0;
}
.creacy-expertise__tab:hover { color: var(--c-muted); }
.creacy-expertise__tab.is-active { color: #fff; font-weight: 500; }

.creacy-expertise__title {
    position: relative;
    z-index: 5;
    margin: 2rem 0 0;
    max-width: 360px;
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

.creacy-expertise__stage { position: relative; margin-top: 2rem; }
.creacy-expertise__frame {
    position: relative;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #111;
}
.creacy-expertise__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
    display: block;
}
.creacy-expertise__caption {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 3;
}
.creacy-expertise__caption h3 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.creacy-expertise__caption p {
    margin: 0.25rem 0 0;
    font-size: 0.72rem;
    color: var(--c-muted);
}
/* Peek of the next slide */
.creacy-expertise__peek {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4rem;
    overflow: hidden;
}
.creacy-expertise__peek img {
    width: 200%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transform: translateX(-4rem);
}

.creacy-expertise__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.creacy-expertise__nav-arrows { display: flex; gap: 0.75rem; }
.creacy-expertise__seeall {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    color: var(--c-muted);
    transition: color 0.3s var(--c-ease);
    text-decoration: none;
}
.creacy-expertise__seeall:hover { color: #fff; }
.creacy-expertise__seeall svg { width: 12px; height: 12px; transition: transform 0.3s var(--c-ease); }
.creacy-expertise__seeall:hover svg { transform: translateX(3px); }

/* =============================================
   4. WORK
   ============================================= */
.creacy-work { background: var(--c-bg); padding: clamp(4rem, 10vw, 7.5rem) 0; }
.creacy-work__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}
.creacy-work__heading {
    margin: 1.5rem 0 0;
    max-width: 520px;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff;
}
.creacy-work__heading strong { font-weight: 600; }
.creacy-work__intro { max-width: 340px; }
.creacy-work__intro p {
    font-size: 0.85rem;
    line-height: 1.75;
    color: #cbcbcb;
    margin: 0 0 1.5rem;
}

.creacy-work__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.c-portfolio-card {
    display: block;
    overflow: hidden;
    border-radius: 0.75rem;
    background: var(--c-card);
    text-decoration: none;
    transition: box-shadow 0.3s var(--c-ease);
}
.c-portfolio-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.c-portfolio-card__media {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #111;
}
.c-portfolio-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--c-ease);
    display: block;
}
.c-portfolio-card:hover .c-portfolio-card__media img { transform: scale(1.05); }
.c-portfolio-card__tags {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    z-index: 2;
}
.c-portfolio-card__tags .c-cat-tag {
    font-size: 0.6rem;
    padding: 0.3rem 0.7rem;
}
.c-portfolio-card__body { padding: 1.5rem; }
.c-portfolio-card__title {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 0.5rem;
}
.c-portfolio-card__desc {
    font-size: 0.72rem;
    line-height: 1.6;
    color: var(--c-muted);
    margin: 0 0 1rem;
}

/* =============================================
   5. PUBLICATIONS (replaces Awards)
   ============================================= */
.creacy-publications { background: var(--c-bg-2); padding: clamp(4rem, 10vw, 7.5rem) 0; }
.creacy-publications__grid {
    display: flex;
    gap: 4rem;
}
.creacy-publications__list { flex: 1; min-width: 0; }
.creacy-publications__entries { margin-top: 2rem; }

.c-publication-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--c-border);
    padding: 1.25rem 0;
    transition: background 0.3s var(--c-ease), padding-left 0.3s var(--c-ease);
    text-decoration: none;
    color: #fff;
}
.c-publication-entry:hover {
    background: rgba(255,255,255,0.03);
    padding-left: 1rem;
}
.c-publication-entry__main { display: flex; align-items: center; gap: 3rem; }
.c-publication-entry__year { font-size: 0.85rem; color: var(--c-faint); width: 3rem; flex-shrink: 0; }
.c-publication-entry__title { font-size: 1rem; font-weight: 400; color: #fff; }
.c-publication-entry__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--c-olive);
    color: #fff;
    transition: background 0.3s var(--c-ease), transform 0.3s var(--c-ease);
    flex-shrink: 0;
}
.c-publication-entry:hover .c-publication-entry__arrow { background: var(--c-olive-2); }
.c-publication-entry__arrow svg { width: 13px; height: 13px; transition: transform 0.3s var(--c-ease); }
.c-publication-entry:hover .c-publication-entry__arrow svg { transform: translateX(2px); }

.creacy-publications__feature { flex: 1; min-width: 0; }
.creacy-publications__heading {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}
.creacy-publications__heading strong { font-weight: 600; }
.creacy-publications__image {
    margin-top: 2rem;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #111;
}
.creacy-publications__image img {
    width: 100%;
    height: auto;
    display: block;
}
.creacy-publications__cap { margin-top: 1rem; }
.creacy-publications__cap h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.creacy-publications__cap p {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    line-height: 1.75;
    color: #cbcbcb;
}

/* =============================================
   6. CONTACT
   ============================================= */
.creacy-contact { background: var(--c-bg); padding: 5rem 0 2.5rem; }
.creacy-contact__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
}
.creacy-contact__heading {
    margin: 1.5rem 0 0;
    max-width: 540px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #fff;
}
.creacy-contact__heading .word { display: inline-block; }
.creacy-contact__heading strong { font-weight: 600; }

.creacy-contact__info {
    text-align: right;
    padding-top: 3rem;
}
.creacy-contact__info p {
    font-size: 0.72rem;
    line-height: 1.8;
    color: var(--c-muted);
    margin: 0;
}
.creacy-contact__info p + p { margin-top: 0.75rem; }
.creacy-contact__info a { color: var(--c-muted); transition: color 0.3s var(--c-ease); }
.creacy-contact__info a:hover { color: #fff; }

.creacy-contact__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--c-border);
    padding-top: 1.5rem;
    gap: 2rem;
    flex-wrap: wrap;
}
.creacy-contact__copy { font-size: 0.72rem; color: var(--c-faint); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    body.page-home { --c-gutter: 2rem; }

    .creacy-about__grid,
    .creacy-publications__grid { gap: 2.5rem; }

    .creacy-work__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    body.page-home { --c-gutter: 1.5rem; }

    .creacy-hero { min-height: auto; }
    .creacy-hero__inner { min-height: 88vh; padding-top: 100px; }

    .creacy-about__grid,
    .creacy-publications__grid {
        flex-direction: column;
        gap: 2rem;
    }
    .creacy-about__left,
    .creacy-publications__list { padding-top: 0; }

    .creacy-work__grid { grid-template-columns: 1fr; gap: 1.5rem; }

    .creacy-expertise__top { flex-direction: column; align-items: flex-start; }
    .creacy-expertise__tabs { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 1rem; }
    .creacy-expertise__frame { aspect-ratio: 16 / 10; }

    .creacy-contact__top { flex-direction: column; gap: 2rem; }
    .creacy-contact__info { text-align: left; padding-top: 0; }

    .creacy-hero__cards { display: none; }

    .c-publication-entry__main { gap: 1.25rem; }
}

@media (max-width: 480px) {
    .creacy-hero__inner { padding-top: 90px; }
    .creacy-hero__headline { font-size: 2rem; }
    .creacy-hero__bottom { flex-direction: column; align-items: flex-start; }

    .creacy-contact__foot { flex-direction: column; align-items: flex-start; text-align: left; }
}

/* =============================================
   REDUCED MOTION
   ============================================= */
@media (prefers-reduced-motion: reduce) {
    .creacy-hero__card,
    .c-portfolio-card,
    .c-publication-entry,
    .c-pill-btn svg,
    .c-arrow-btn svg,
    .c-cat-tag,
    .creacy-expertise__img,
    .c-portfolio-card__media img {
        transition: none !important;
    }
    .c-portfolio-card:hover .c-portfolio-card__media img { transform: none !important; }
}

/* ===== creacy-site.css ===== */
/* =============================================
   CREACY SITE — global dark chrome for every page.
   Sits on top of redesign.css (which provides the [data-theme="dark"] tokens)
   and creacy-home.css (homepage-only sections).
   Hardcoded Creacy palette, consistent across the whole site.
   ============================================= */

:root {
    --c-bg: #1a1a1a;
    --c-bg-2: #222222;
    --c-bg-3: #2a2a2a;
    --c-card: #252525;
    --c-olive: #7a7a52;
    --c-olive-2: #8a8a62;
    --c-text: #ffffff;
    --c-muted: #a0a0a0;
    --c-faint: #6a6a6a;
    --c-border: #333333;
    --c-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------------------------------------------
   GLOBAL PAINT
   --------------------------------------------- */
html, body {
    background-color: var(--c-bg) !important;
    color: var(--c-text) !important;
}

body, #wrapper, .wrapper,
.minimal-page, .minimal-blog, .minimal-gallery, .minimal-gallery-tags,
.minimal-contact, .minimal-404, .minimal-auth, .minimal-cart,
.minimal-order-form, .minimal-admin {
    background-color: var(--c-bg) !important;
    color: var(--c-text) !important;
}

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }

/* Override the redesign.css token values so even token-driven
   rules read the Creacy palette on both the :root and [data-theme="dark"] layers. */
:root,
[data-theme="dark"],
[data-theme="light"] {
    --bg: #1a1a1a;
    --bg-subtle: #222222;
    --bg-scrim: rgba(26,26,26,0.92);
    --text: #ffffff;
    --text-muted: #a0a0a0;
    --text-faint: #6a6a6a;
    --border: #333333;
    --border-strong: #ffffff;
    --accent: #ffffff;
    --on-accent: #1a1a1a;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.4);
}

/* Headings & text inherit white on the dark site */
h1, h2, h3, h4, h5, h6 { color: var(--c-text) !important; }
p, li, span { color: var(--c-muted); }
a { color: var(--c-text); }

/* ---------------------------------------------
   THEME TOGGLE — hidden site-wide
   --------------------------------------------- */
.theme-toggle { display: none !important; }

/* ---------------------------------------------
   HEADER  (unify the page-home header rules globally)
   --------------------------------------------- */
.new-header {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid transparent !important;
    transition: background 0.3s var(--c-ease), border-color 0.3s var(--c-ease),
                backdrop-filter 0.3s var(--c-ease) !important;
}
.new-header,
.new-header * { color: var(--c-text) !important; }
.new-header.header-scrolled {
    background: rgba(26,26,26,0.9) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-bottom: 1px solid var(--c-border) !important;
}
.new-logo a,
.new-nav a { color: var(--c-text) !important; }
.new-logo a::after,
.new-nav a::before { background: var(--c-text) !important; }

/* Offcanvas (mobile menu) */
.offcanvas-navigation,
.offcanvas-navigation * {
    background-color: var(--c-bg) !important;
    color: var(--c-text) !important;
}
.offcanvas-navigation a { color: var(--c-text) !important; }
.shape-overlays path { fill: var(--c-bg) !important; }

/* ---------------------------------------------
   FOOTER  (unify the page-home footer rules globally)
   --------------------------------------------- */
.minimal-footer {
    background: var(--c-bg) !important;
    border-top: 1px solid var(--c-border) !important;
}
.minimal-footer,
.minimal-footer * { color: var(--c-text) !important; }
.footer-tagline,
.footer-col-text,
.footer-links a,
.footer-copyright,
.footer-back-to-top { color: var(--c-muted) !important; }
.footer-col-title { color: var(--c-faint) !important; }
.footer-email,
.footer-links a:hover,
.footer-back-to-top:hover,
.footer-email:hover { color: var(--c-text) !important; }

/* ---------------------------------------------
   SHARED ATOMS (available to every page)
   --------------------------------------------- */

/* Section label: <div class="c-section-label"><span class="num">(01)</span><span class="lbl">About</span></div> */
.c-section-label { display: flex; flex-direction: column; gap: 0.25rem; }
.c-section-label .num { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.05em; color: var(--c-faint); }
.c-section-label .lbl { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.05em; color: var(--c-muted); }

/* Pill button (already styled in creacy-home.css; repeated here so inner
   pages that don't load the homepage class still get it if we promote usage) */
.c-pill-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    border-radius: 999px; padding: 0.6rem 1.5rem;
    font-size: 0.72rem; font-weight: 500; letter-spacing: 0.05em;
    text-decoration: none; cursor: pointer; border: 1px solid transparent; line-height: 1;
    transition: background 0.3s var(--c-ease), color 0.3s var(--c-ease),
                border-color 0.3s var(--c-ease), transform 0.3s var(--c-ease);
}
.c-pill-btn svg { width: 13px; height: 13px; transition: transform 0.3s var(--c-ease); }
.c-pill-btn:hover svg { transform: translateX(3px); }
.c-pill-btn--primary { background: #fff !important; color: #1a1a1a !important; }
.c-pill-btn--primary:hover { background: #f0f0f1; transform: scale(1.02); }
.c-pill-btn--outlined { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.c-pill-btn--outlined:hover { border-color: #fff; background: rgba(255,255,255,0.05); }

.c-cat-tag {
    display: inline-block; border-radius: 999px;
    background: var(--c-olive); padding: 0.4rem 1rem;
    font-size: 0.7rem; font-weight: 400; letter-spacing: 0.02em; color: #fff;
    transition: background 0.3s var(--c-ease); cursor: pointer; border: none;
}
.c-cat-tag:hover { background: var(--c-olive-2); }

/* ---------------------------------------------
   GENERIC PAGE CONTAINERS (.minimal-page etc.)
   Give them the Creacy rhythm: dark bg, generous spacing, light text.
   --------------------------------------------- */
.minimal-page,
.minimal-blog,
.minimal-gallery,
.minimal-gallery-tags,
.minimal-contact,
.minimal-order-form {
    padding: clamp(4rem, 10vw, 7.5rem) 0;
    background: var(--c-bg);
    color: var(--c-text);
}

.minimal-page .page-content-wrapper,
.minimal-page .page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

/* Page titles */
.minimal-page .page-title,
.minimal-blog .blog-title,
.minimal-gallery .gallery-title,
.minimal-gallery-tags .gallery-tags-title,
.minimal-contact .contact-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
    color: var(--c-text) !important;
}

.minimal-page .page-content,
.minimal-page .page-text,
.minimal-blog .blog-subtitle,
.minimal-gallery .gallery-description,
.minimal-contact .contact-intro {
    color: var(--c-muted) !important;
    line-height: 1.8;
}

.minimal-page .page-content a,
.minimal-page .page-text a { color: var(--c-text); text-decoration: underline; }

/* Default hero block (non-homepage pages share the redesign .hero-portfolio
   when present). Recolour it for the dark site. */
.hero-portfolio,
.new-hero { background: var(--c-bg) !important; }
.hero-portfolio *,
.new-hero * { color: var(--c-text) !important; }
.hero-text, .hero-headline, .hero-tagline { color: var(--c-text) !important; }
.hero-portrait { background: var(--c-bg-2) !important; }
.hero-stat-num { color: var(--c-text) !important; }
.hero-stat-label { color: var(--c-muted) !important; }

/* ---------------------------------------------
   BLOG LISTING  (cards styled like the homepage Work grid)
   --------------------------------------------- */
.minimal-blog .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 991px) { .minimal-blog .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .minimal-blog .blog-grid { grid-template-columns: 1fr; } }

.blog-card {
    background: var(--c-card) !important;
    border: 1px solid var(--c-border) !important;
    border-radius: 0.75rem !important;
    overflow: hidden;
    transition: box-shadow 0.3s var(--c-ease), transform 0.3s var(--c-ease);
}
.blog-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
    transform: translateY(-4px);
}

/* Rounded image media, matching the homepage portfolio cards */
.blog-card-image {
    aspect-ratio: 4 / 5 !important;
    border-radius: 0.75rem 0.75rem 0 0 !important;
    margin-bottom: 0 !important;
    background: var(--c-bg-2) !important;
}
.blog-card-image img {
    transition: transform 0.6s var(--c-ease) !important;
}
.blog-card:hover .blog-card-image img {
    transform: scale(1.05) !important;
}

/* Badge sits on the image like the homepage category tags */
.card-badge {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    z-index: 2 !important;
    background: var(--c-olive) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 0.3rem 0.7rem !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
}

/* Content sits in a padded body like the homepage cards */
.blog-card-content {
    padding: 1.5rem !important;
}
.blog-card-title { color: var(--c-text) !important; }
.blog-card-excerpt,
.blog-card-date { color: var(--c-muted) !important; }
.blog-card-read-more,
.readmore-link { color: var(--c-text) !important; }

/* Blog search */
.blog-search-input {
    background: var(--c-bg-2) !important;
    border: 1px solid var(--c-border) !important;
    color: var(--c-text) !important;
}
.blog-search-input::placeholder { color: var(--c-faint) !important; }
.blog-search-input:focus {
    border-color: var(--c-text) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
}
.blog-search-btn { color: var(--c-text) !important; }

/* Blog tags sidebar */
.blog-tags { color: var(--c-text); }
.tags-title { color: var(--c-faint) !important; }
.tags-list a {
    background: var(--c-bg-2) !important;
    color: var(--c-muted) !important;
    border: 1px solid var(--c-border) !important;
    transition: color 0.3s var(--c-ease), border-color 0.3s var(--c-ease);
}
.tags-list a:hover { color: var(--c-text) !important; border-color: var(--c-text) !important; }

/* ---------------------------------------------
   SINGLE BLOG POST
   --------------------------------------------- */
.minimal-blog-post,
.blog-back-link,
.blog-post-header,
.blog-post-footer { background: transparent !important; }
.minimal-blog-post,
.minimal-blog-post * { color: var(--c-muted); }
.blog-post-title { color: var(--c-text) !important; }
.blog-post-intro { color: var(--c-muted) !important; }
.blog-back-link a,
.readmore-link,
.blog-post-footer a { color: var(--c-text) !important; }
.blog-post-image img,
.gallery-item img,
.blog-post-caption,
.gallery-caption,
.gallery-item-description {
    background: var(--c-bg-2) !important;
    color: var(--c-muted) !important;
}
/* Blog post tags → same olive category-pill look as the homepage (.c-cat-tag).
   Legacy markup puts the pill background on the <li>; the <a> holds the text. */
.blog-post-tags .widget-tag ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
}
.blog-post-tags .widget-tag ul li {
    display: inline-block !important;
    margin: 0 !important;
    background: var(--c-olive) !important;
    border: none !important;
    border-radius: 999px !important;
    transition: background 0.3s var(--c-ease) !important;
}
.blog-post-tags .widget-tag ul li:hover,
.blog-post-tags .tag:hover {
    background: var(--c-olive-2) !important;
}
.blog-post-tags .widget-tag ul li a,
.blog-post-tags a,
.blog-post-tags .tag {
    display: inline-block !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 0.4rem 1rem !important;
    margin: 0 !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}
.blog-post-tags .widget-tag ul li:hover a,
.blog-post-tags a:hover {
    color: #fff !important;
}

/* ---------------------------------------------
   GALLERY
   --------------------------------------------- */
.gallery-header { color: var(--c-text); }
.gallery-title { color: var(--c-text) !important; }
.gallery-description { color: var(--c-muted) !important; }

.gallery-item,
.portfolio-box-layout5,
.layer-block {
    background: var(--c-card) !important;
    border-color: var(--c-border) !important;
}
.item-img { background: var(--c-bg-2) !important; }
.card-badge { background: var(--c-olive) !important; color: #fff !important; }
.layer-block-text h4 { color: var(--c-text) !important; }
.layer-block-text .text-medium { color: var(--c-muted) !important; }

/* Gallery index cards */
.gallery-tag-card {
    background: var(--c-card) !important;
    border: 1px solid var(--c-border) !important;
    border-radius: 0.75rem !important;
    overflow: hidden;
    transition: box-shadow 0.3s var(--c-ease), transform 0.3s var(--c-ease);
}
.gallery-tag-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.4); transform: translateY(-4px); }
.gallery-tag-image { background: var(--c-bg-2) !important; }
.gallery-tag-name { color: var(--c-text) !important; }
.gallery-tag-info { color: var(--c-muted) !important; }

/* ---------------------------------------------
   CONTACT / FORMS
   --------------------------------------------- */
.minimal-contact .contact-item { color: var(--c-muted) !important; }
.minimal-contact .contact-label { color: var(--c-faint) !important; }
.minimal-contact .contact-value { color: var(--c-text) !important; }
.minimal-contact .contact-value a,
.contact-email,
.contact-phone { color: var(--c-text) !important; }

.minimal-form,
.minimal-order-form .minimal-form {
    background: var(--c-card) !important;
    border: 1px solid var(--c-border) !important;
    border-radius: 0.75rem;
}
.form-group label,
.minimal-form label { color: var(--c-muted) !important; }
.form-group input,
.form-group textarea,
.form-group select,
.minimal-form input,
.minimal-form textarea,
.minimal-form select {
    background: var(--c-bg-2) !important;
    border: 1px solid var(--c-border) !important;
    color: var(--c-text) !important;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.minimal-form input::placeholder,
.minimal-form textarea::placeholder { color: var(--c-faint) !important; }
.form-group input:focus,
.form-group textarea:focus,
.minimal-form input:focus,
.minimal-form textarea:focus {
    border-color: var(--c-text) !important;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.1) !important;
    outline: none !important;
}

/* Buttons in forms / generic */
.btn-primary,
.btn-outline,
input[type="submit"],
button[type="submit"] {
    background: var(--c-text) !important;
    color: var(--c-bg) !important;
    border: 1px solid var(--c-text) !important;
    border-radius: 999px !important;
    padding: 0.75rem 2rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    cursor: pointer;
    transition: background 0.3s var(--c-ease), color 0.3s var(--c-ease), transform 0.3s var(--c-ease);
}
.btn-primary:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #f0f0f1 !important;
    transform: scale(1.02);
}
.btn-outline {
    background: transparent !important;
    color: var(--c-text) !important;
    border-color: rgba(255,255,255,0.3) !important;
}
.btn-outline:hover {
    border-color: var(--c-text) !important;
    background: rgba(255,255,255,0.05) !important;
}

/* ---------------------------------------------
   404
   --------------------------------------------- */
.minimal-404 { text-align: center; }
.error-404-title { color: var(--c-text) !important; font-weight: 300 !important; }
.error-404-subtitle,
.error-404-text { color: var(--c-muted) !important; }

/* ---------------------------------------------
   AUTH / CART / ADMIN  (less-polished but dark-consistent)
   --------------------------------------------- */
.minimal-auth,
.minimal-cart,
.minimal-admin {
    background: var(--c-bg) !important;
    color: var(--c-text) !important;
}
.minimal-auth input,
.minimal-auth textarea,
.minimal-cart input,
.minimal-admin input {
    background: var(--c-bg-2) !important;
    border: 1px solid var(--c-border) !important;
    color: var(--c-text) !important;
}
.minimal-auth h1, .minimal-auth h2,
.minimal-cart h1, .minimal-cart h2,
.minimal-admin h1, .minimal-admin h2 { color: var(--c-text) !important; }

/* ---------------------------------------------
   FULLSCREEN IMAGE VIEWER (shared by galleries + blog posts)
   --------------------------------------------- */
.fullscreen-viewer { background: rgba(0,0,0,0.92) !important; }
.fullscreen-close,
.fullscreen-nav,
.fullscreen-counter { color: var(--c-text) !important; }
.fullscreen-close:hover,
.fullscreen-prev:hover,
.fullscreen-next:hover { color: var(--c-muted) !important; }

/* ---------------------------------------------
   SCROLLBAR (subtle, on dark)
   --------------------------------------------- */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--c-bg); }
::-webkit-scrollbar-thumb { background: var(--c-border); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #444; }

/* ---------------------------------------------
   SELECTION
   --------------------------------------------- */
::selection { background: var(--c-olive); color: #fff; }
