/*!
Theme Name: Ninec
Theme URI: https://www.9cloudwebworks.com/
Author: Wasim Sayyed
Author URI: https://www.9cloudwebworks.com/
Description: A theme for new Era
Version: 2.1.0
Tested up to: 5.8.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ninec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
/* Sections
     ========================================================================== */

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

body {
    margin: 0;
}
body a:hover {
    opacity: 0.8;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}
p:empty {
    display: none;
}
/**
 * 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 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
/**
 * 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;
    font-size: 1em;
}
/* 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;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/**
 * 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;
    font-size: 1em;
}
/**
 * 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;
    width: 100%;
}
/* 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
/**
 * 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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
/**
 * 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;
    outline-offset: -2px;
}
/**
 * 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;
    font: inherit;
}
/* 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;
}
/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1em;
    margin-top: 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */

body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
    padding-left: 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}
a:visited {
    color: #800080;
}
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
            flex: 0 1 100%;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}
.main-navigation {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.site-footer .main-navigation {
    margin-bottom: 1.75em;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
    text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    font-weight: 700;
}
.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
    padding: 0;
}
.no-js .main-navigation ul ul {
    display: block;
}
.main-navigation ul .toggled-on {
    display: block;
}
.main-navigation .menu-item-has-children > a {
    margin-right: 56px;
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}
/* .dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f347";
    font-family: 'dashicons';
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
} */
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc;
}
.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}
.dropdown-toggle:focus:after {
    border-color: transparent;
}
/* .dropdown-toggle.toggled-on:after {
    content: "\f343";
} */
ul.nav-menu {
    padding: 0;
}
#site_menu_wrapper {
    padding: 0 15px;
    position: relative;
}
@-webkit-keyframes menuFly {
  from {left: -100%; opacity: 0;}
  to {left: 0; opacity: 1;}
}
@-moz-keyframes menuFly {
  from {left: -100%; opacity: 0;}
  to {left: 0; opacity: 1;}
}
@-o-keyframes menuFly {
  from {left: -100%; opacity: 0;}
  to {left: 0; opacity: 1;}
}
@keyframes menuFly {
  from {left: -100%; opacity: 0;}
  to {left: 0; opacity: 1;}
}

@-webkit-keyframes menuFlyReverse {
  from {left: 0;}
  to {left: -100%;}
}

@-moz-keyframes menuFlyReverse {
  from {left: 0;}
  to {left: -100%;}
}

@-o-keyframes menuFlyReverse {
  from {left: 0;}
  to {left: -100%;}
}

@keyframes menuFlyReverse {
  from {left: 0;}
  to {left: -100%;}
}
ul.sub-menu.toggled-reverse {
    -webkit-animation-name: menuFlyReverse;
       -moz-animation-name: menuFlyReverse;
         -o-animation-name: menuFlyReverse;
            animation-name: menuFlyReverse;
    -webkit-animation-duration: 1000ms;
       -moz-animation-duration: 1000ms;
         -o-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.site-header-menu.toggled-on {
    -webkit-animation-name: menuFly;
       -moz-animation-name: menuFly;
         -o-animation-name: menuFly;
            animation-name: menuFly;
    -webkit-animation-duration: 500ms;
       -moz-animation-duration: 500ms;
         -o-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
button.submenuBack-toggle {
    display: none;
}
.site-branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.ninec_site_logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (min-width: 992px) {
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
                flex: 0 1 auto;
    }
    .main-navigation {
        margin: 0 -0.875em;
    }
    .main-navigation .nav-menu,
    .main-navigation .nav-menu > li {
        border: 0;
    }
    .main-navigation .nav-menu > li {
        float: left;
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap;
    }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
        color: #007acc;
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
    }
    .main-navigation ul ul ul {
        top: -1px;
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0;
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: 12.6875em;
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute;
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px;
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px;
    }
    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
        left: auto;
        right: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: auto;
        right: 100%;
    }
    .main-navigation .menu-item-has-children > a {
        margin: 0;
        padding-right: 2.25em;
    }
    .main-navigation .menu-item-has-children > a:after {
        position: absolute;
        right: 10%;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
    }
    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 2.0625em;
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none;
    }
}
.site-header .main-navigation + .social-navigation {
    margin-top: 1.75em;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Header Top Bar
--------------------------------------------- */
.ninec_top_header {
    max-width: 100%;
    padding: 10px 30px;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}
.post {
    margin: 0 0 1.5em;
}
.page {
    margin: 0;
    overflow-x: hidden;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
/* Media
--------------------------------------------- */
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}
/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}
/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
/****************************************************************/
/****************************************************************/
/****************************************************************/
/******** Ninec Custom Styles Start Here ************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/

/********************************/
/******** General Styles ********/
/********************************/
.clearfix {
    width: 100%;
    clear: both;
}
aside#secondary {
    display: none;
}
.ninec_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ninec_row_vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ninec_col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	min-width: 0;
}
.ninec_modules_wrapper,
.ninec_fullwidth {
    position: relative;
}
.ninec_fullwidth,
.ninec_gridbackground {
    width: 100vw;
    left: -webkit-calc(-50vw + 50%);
    left: -moz-calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    position: relative;
}
.site-buttons,
.nav-previous a,
.nav-next a {
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 500ms ease all;
    -o-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
.site-buttons-dark:hover {
    background: transparent;
    border-color: #fff;
}
.site-buttons-dark {
    color: #fff !important;
    border-color: #41a2a0;
    background: #41a2a0;
}
.ninec_dual_button_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.ninec_dual_button_wrapper a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    margin-right: 15px;
}
.ninec_dual_button_wrapper a:last-child {
    margin-right: 0;
}
section.error-404.not-found {
    padding: 30px 0;
}
.nav-previous a:hover,
.nav-next a:hover {
    background: transparent;
    border-color: #41a2a0;
    color: #0a3064;
}
.nav-previous a,
.nav-next a {
    color: #fff;
    border-color: #41a2a0;
    background: #41a2a0;
}
/********************************/
/******** Header Styles ********/
/********************************/

#masthead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms ease all;
    -o-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    z-index: 99;
}
.site-branding {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#site-navigation {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
.site-title,
.site-description {
    display: none;
}
.site-branding img {
    max-width: 200px;
    display: block;
}
.site-header.fixed .site-branding img {
    max-width: 120px;
}
.site-header.fixed ul.nav-menu a {
    height: initial !important;
}
.site-header.fixed ul.nav-menu a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.site-header.fixed .main-navigation ul ul a {
    padding-top: 10px;
    padding-bottom: 10px;
}
/********************************/
/******** Footer Styles ********/
/********************************/
ul.ninec_social_links {
    margin: 0;
    padding: 0;
}
ul.ninec_social_links li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
ul.ninec_social_links li:last-child {
    margin-right: 0;
}
.ninec_footer_widget_col:last-child {
    margin-right: 0;
}
.ninec_footer_widget_col {
    margin-right: 30px;
}
#ninec_footer_copyright {
    padding: 15px 0;
}
#ninec_footer_copyright p {
    margin: 0;
}
.widget-title {
    text-transform: uppercase;
    margin: 0;
}
.ninec_footer_widget_col ul li a {
    text-decoration: none;
}
.ninec_footer_widget_col ul li {
    list-style: none;
}
.ninec_footer_widget_col ul {
    margin: 0;
    padding: 0;
}
/********************************/
/******** Banner Video Styles ********/
/********************************/

.ninec_video_banner_wrapper {
    position: relative;
    background: #eee9e6;
}
.ninec_video_banner_wrapper video {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.ninec_image_banner_caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ninec_image_banner_caption h1 {
    text-shadow: rgb(0, 0, 0) 1px 0px 1px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}
.ninec_image_banner_caption h4 {
    text-shadow: rgb(0, 0, 0) 1px 0px 1px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.ninec_image_banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}
/********************************/
/******** Grid Styles ********/
/********************************/

.ninec_gridbackground {
    position: relative;
    margin-bottom: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ninec_grid_heading {
    text-align: center;
}
.ninec_grid_col:last-child {
    margin-right: 0;
}
.ninec_grid_col {
    margin-right: 30px;
}
.ninec_fullwidth .ninec_grid_wrapper {
    padding: 30px;
}
.ninec_fullwidth > div,
.ninec_normalwidth > div {
    margin-bottom: 30px;
}
/********************************************************************************/
/********************************************************************************/
/*********************************Media Query Start Here*************************/
/********************************************************************************/
/********************************************************************************/

@media (max-width: 767px) {
	.ninec_dual_button_wrapper a {
		margin-right: 0;
	}
	.ninec_dual_button_wrapper {
		display: initial;
	}
    ul.sub-menu.toggled-on {
        -webkit-animation-name: menuFly;
           -moz-animation-name: menuFly;
             -o-animation-name: menuFly;
                animation-name: menuFly;
        -webkit-animation-duration: 500ms;
           -moz-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-animation-fill-mode: forwards;
           -moz-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    ul.sub-menu.toggled-on .submenuBack-toggle {
        display: block;
        padding: 7px 15px;
        border: 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background: #b5b0b0;
    }
    .dropdown-toggle,
    .main-navigation li {
        position: initial;
    }
    .main-navigation li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .main-navigation .menu-item-has-children > a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .site-header-menu,
    ul.sub-menu.toggled-on {
        position: absolute;
        left: -100%;
        right: 0;
        height: 100vh;
		background: #fff;
    }
    ul.sub-menu.toggled-reverse {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 100vh;
        background: #cccccc;
        padding: 0 15px;
        margin: 0;
        display: block;
    }
    ul.sub-menu.toggled-on {
        top: 0;
        margin: 0;
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
        margin: 1.3125em 0;
        padding: 0.8125em 0.875em 0.6875em;
    }
    .site-header-menu {
        margin: 0;
    }
    .site-header .main-navigation + .social-navigation {
        margin-top: 2.625em;
    }
    .entry-content,
    .entry-footer,
    nav.navigation.post-navigation {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-previous a,
    .nav-next a {
        text-transform: initial;
    }
    .ninec_spacer {
        height: 30px !important;
    }
    ul#primary-menu {
        padding: 5px;
    }
    .site-branding {
        padding: 0 15px;
    }
    .ninec_image_banner_caption {
        position: initial;
        -webkit-transform: unset;
           -moz-transform: unset;
            -ms-transform: unset;
             -o-transform: unset;
                transform: unset;
        padding: 15px;
    }
    .ninec_image_banner_caption h1,
    .ninec_image_banner_caption h4 {
        text-shadow: unset;
        color: #000;
    }
    .ninec_normalwidth {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ninec_row {
        display: initial;
    }
    .ninec_grid_col {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .ninec_fullwidth .ninec_grid_wrapper {
        padding: 0 15px;
    }
    .ninec_footer_widget_col {
        margin-right: 0;
    }
    .site-footer {
        padding: 15px;
    }
    #ninec_footer_copyright_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    #masthead {
        padding: 0 !important;
        display: block;
        position: relative;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ninec_dual_button_wrapper a {
		margin-right: 0;
	}
	.ninec_dual_button_wrapper {
		display: initial;
	}
    ul.sub-menu.toggled-on {
        -webkit-animation-name: menuFly;
           -moz-animation-name: menuFly;
             -o-animation-name: menuFly;
                animation-name: menuFly;
        -webkit-animation-duration: 500ms;
           -moz-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-animation-fill-mode: forwards;
           -moz-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    ul.sub-menu.toggled-on .submenuBack-toggle {
        display: block;
        padding: 7px 15px;
        border: 0;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background: #b5b0b0;
    }
    .dropdown-toggle,
    .main-navigation li {
        position: initial;
    }
    .main-navigation li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .main-navigation .menu-item-has-children > a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .site-header-menu,
    ul.sub-menu.toggled-on {
        position: absolute;
        left: -100%;
        right: 0;
        height: 100vh;
		background: #fff;
    }
    ul.sub-menu.toggled-reverse {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 100vh;
        background: #cccccc;
        padding: 0 15px;
        margin: 0;
        display: block;
    }
    ul.sub-menu.toggled-on {
        top: 0;
        margin: 0;
    }
    .site-header-menu {
        position: absolute;
        left: -100%;
        right: 0;
        height: 100vh;
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
        margin: 1.3125em 0;
        padding: 0.8125em 0.875em 0.6875em;
    }
    .site-header-menu {
        margin: 0;
    }
    .site-header .main-navigation + .social-navigation {
        margin-top: 2.625em;
    }
    ul#primary-menu {
        padding: 5px;
    }
    .site-branding {
        padding: 0 15px;
    }
    .ninec_spacer {
        height: 30px !important;
    }
    .entry-content,
    .entry-footer,
    nav.navigation.post-navigation {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ninec_image_banner_caption {
        position: initial;
        -webkit-transform: unset;
           -moz-transform: unset;
            -ms-transform: unset;
             -o-transform: unset;
                transform: unset;
        padding: 15px;
    }
    .ninec_image_banner_caption h1,
    .ninec_image_banner_caption h4 {
        text-shadow: unset;
        color: #000;
    }
    .ninec_normalwidth {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ninec_row {
        display: initial;
    }
    .ninec_grid_col {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .ninec_fullwidth .ninec_grid_wrapper {
        padding: 0 15px;
    }
    .ninec_footer_widget_col {
        margin-right: 0;
    }
    .site-footer {
        padding: 15px;
    }
    #ninec_footer_copyright_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    #masthead {
        padding: 0 !important;
        display: block;
        position: relative;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .ninec_image_banner_caption {
        padding: 0 15px;
    }
    .ninec_grid_wrapper,
    #colophon,
    .ninec_accordian_wrapper,
    .ninec_blog_wrapper,
    .entry-content,
    .entry-footer,
    nav.navigation.post-navigation {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media (min-width: 2560px) {}