/*--------------------------------------------------------------
>>> 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%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/**
 * 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;
    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;
    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;
}
/* 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;
    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;
    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;
    box-sizing: inherit;
}
html {
    -webkit-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: 1.5em;
}
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;
}
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: #000;
}
/*a:visited {
    color: #800080;
}*/
/*a:hover,
a:focus,
a:active {
    color: #191970;
}*/
a:focus {
    outline: none;
}
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;
    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;
    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
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    /*border: 1px solid #dadada;*/
    padding: 10px;
    background-color: #fff
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.main-header .main-navigation ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.main-header .main-navigation ul li:hover > ul,
.main-header .main-navigation ul li.focus > ul {
    left: auto;
}
.main-header .main-navigation ul ul.sub-menu {
    display: block !important;
}
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul ul.sub-menu {
        display: block !important;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }
    .main-navigation ul {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.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: -ms-flexbox;
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-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;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
.post,
.page {
    margin: 0 0 1.5em;
}
.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
--------------------------------------------- */
.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-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;
    border-radius: 3px;
    -webkit-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;
}
@font-face {
    font-family: 'ITC Lubalin Graph Std';
    font-weight: 400;
    src: url('assets/fonts/LubalinMedium.otf');
    src: url('assets/fonts/LubalinMedium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/LubalinMedium.woff2') format('woff2'),
        url('assets/fonts/LubalinMedium.woff') format('woff'),
        url('assets/fonts/LubalinMedium.ttf') format('truetype'),
        url('assets/fonts/LubalinMedium.svg#LubalinMedium') format('svg');
}
body {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding-top: 189px;
}
p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.96px;
    margin-bottom: 20px;
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 0;
}
h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 92.67px;
}
h2 {
    color: #000;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
}
.container {
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.col {
    padding: 0 15px;
}
a {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
}
/*header css strat here*/
header {
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
header.scrolled .main-header {
    padding: 10px 0;
}
header .container {
    max-width: 1750px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
    font-weight: 400;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
    font-weight: 400;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
    font-weight: 400;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
    font-weight: 400;
}
.row {
    margin: 0 -15px !important;
}
.main-header {
    background-color: #fff;
    border-bottom: 2px solid #DADADA;
    padding: 20px 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 !important;
}
.mega-menu-list ul#menu-second-navigation-menu ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    /* display: flex;*/
    position: absolute;
    z-index: 999;
    background-color: #00E6BE;
    padding: 20px 20px 0 20px;
    width: 1280px;
    margin-top: 0;
}
.main-header .logo a {
    display: inline-block;
    width: 170px;
    height: 80px;
}
.main-header .logo a img {
    width: 100%;
    height: 100%;
}
.main-navigation > ul {
    text-align: right;
}
.main-navigation ul li {
    margin-right: 48px;
    padding-bottom: 18px;
    padding-top: 18px;
}
.main-navigation ul li:nth-of-type(1) {
    margin-right: 69px;
}
.main-navigation ul.sub-menu li {
    display: block;
    margin: 0;
}
.main-header .logo.col {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.main-header .header-menu.col {
    width: calc(100% - 200px);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.main-navigation ul li.menu-item-has-children:after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/03/arrow_drop_down.svg);
    width: 24px;
    height: 24px;
    right: -28px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.main-navigation ul li:last-child {
    margin-right: 0;
}
ul#menu-second-navigation-menu li.menu-item-has-children {
    position: relative;
}
ul#menu-second-navigation-menu li.menu-item-has-children:after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/03/arrow_drop_down.svg);
    width: 24px;
    height: 24px;
    right: -24px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.main-navigation ul li a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.main-navigation ul li a:hover {
    color: #00E6BE;
}
ul#menu-second-navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu-second-navigation-menu li {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: -1px;
}
ul#menu-second-navigation-menu li ul li {
    width: 22%;
    padding: 0 15px;
    vertical-align: top;
}
ul#menu-second-navigation-menu li:last-child {
    margin-right: 0;
}
ul#menu-second-navigation-menu li a {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
ul#menu-second-navigation-menu > li > a:hover:hover {
    color: #00E6BE;
}
ul#menu-second-navigation-menu li ul li a {
    padding-bottom: 50px;
    height: 100%;
    display: block;
    border-bottom: 24px solid transparent;
    width: 100%;
}
ul#menu-second-navigation-menu li ul li a:hover {
    border-bottom: 24px solid #000;
}
ul#menu-second-navigation-menu li ul li a img {
    width: 100%;
    height: 200px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 20px;
    display: block;
}
ul#menu-second-navigation-menu li ul li a span {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
ul#menu-second-navigation-menu li ul li a p {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 85px;
}
.mega-menu-sec {
    padding: 5px 0;
    background-color: #ffffff;
}
.social-search-link ul {
    list-style: none;
    margin: 0 22px 0 0;
    padding: 0;
}
.social-search-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}
.social-search-link ul li {
    display: inline-block;
    margin-left: 13px
}
.social-search-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-search-link ul li a {
    background-color: #00E6BE;
    line-height: 1;
    margin-right: 10px;
    padding: 15px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    min-height: 57px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-search-link ul li a:hover {
    background-color: #000;
    color: #fff;
}
.social-search-link ul li a img {
    width: 24px;
    height: 24px;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    margin-right: 8px;
}
.social-search-link ul li a img.hover-icon {
    display: none;
}
.social-search-link ul li a img.normal-icon {
    display: block;
}
.social-search-link ul li a:hover img.normal-icon {
    display: none;
}
.social-search-link ul li a:hover img.hover-icon {
    display: block;
}
.mega-menu-sec .top-icons ul li.search-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.mega-menu-sec .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 !important;
}
.mega-menu-list.col-5 {
    width: auto;
}
.social-search-link.col-7 {
    width: auto;
}
.mega-menu-sec .top-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}
.mega-menu-sec .top-icons ul li:after {
    display: none;
}
.mega-menu-sec .top-icons ul a.user-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}
.mega-menu-sec .top-icons ul li {
    margin-left: 29px;
    margin-bottom: 0;
}
.mega-menu-sec .top-icons ul li:first-child {
    margin-left: 0;
}
.mega-menu-sec .top-icons ul a.user-icon img {
    margin-right: 5px;
}
.mega-menu-sec .top-icons ul li span.search-icon {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
}
.mega-menu-sec .container {
    position: relative;
}
.search-cover {
    background-color: #00E6BE;
    padding: 12px 0;
    display: none;
    position: absolute;
    width: 316px;
    z-index: 11;
    right: 0;
    top: calc(100% + 5px);
}
.search-cover form.search-form {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 83%;
    margin: 0 auto;
}
.search-cover form.search-form input.search-submit {
    position: absolute;
    right: 0;
    font-size: 0;
    width: 33px;
    height: 33px;
    background-color: #dadada;
    top: -5px;
    background-image: url(assets/images/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    outline: none;
    border: none;
    background-size: 58%;
}
.search-cover form.search-form input[type=search] {
    width: 100%;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
    border-radius: 0;
    color: #000;
}
.search-cover form.search-form label {
    width: 100%;
}
.mega-menu-sec .top-icons ul li.search-icon:after,
.mega-menu-sec .top-icons ul li.search-icon:before {
    content: "";
    content: "";
    width: 2px;
    height: 22px;
    background: #01426a;
    position: absolute;
    opacity: 0;
    top: 2px;
}
.mega-menu-sec .top-icons ul li.in-mob {
    display: none;
}
.mega-menu-sec .top-icons ul li.search-icon:after {
    right: 0px;
    -ms-transform: rotate(0deg) translateY(0px) translateX(0px);
    transform: rotate(0deg) translateY(0px) translateX(0px);
    -webkit-transform: rotate(0deg) translateY(0px) translateX(0px);
}
.mega-menu-sec .top-icons ul li.search-icon:before {
    left: 2px;
    -ms-transform: rotate(0deg) translateY(0px) translateX(0px);
    transform: rotate(0deg) translateY(0px) translateX(0px);
    -webkit-transform: rotate(0deg) translateY(0px) translateX(0px);
}
.mega-menu-sec .top-icons ul li.search-icon .search-icon-close {
    opacity: 0;
    display: none;
}
.mega-menu-sec .top-icons ul li.search-icon.active .search-icon-close {
    opacity: 1;
    display: block;
}
.mega-menu-sec .top-icons ul li.search-icon.active .search-icon-search {
    opacity: 0;
    display: none;
}
.menu-icon {
    display: none;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}
.menu-icon .menu-box {
    width: 32px;
    height: 22px;
    margin-right: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 11;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    border-radius: 2px;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    -ms-transform: rotate(45deg) translateY(7px) translateX(5px);
    transform: rotate(45deg) translateY(7px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(7px) translateX(5px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    -ms-transform: rotate(-45deg) translateY(-8px) translateX(6px);
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(6px);
}
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
/*header css end here*/
/*footer css start here*/
.footer-listmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottom-link-menu ul li:last-child {
    margin-right: 0;
}
.bottom-link-menu ul li {
    display: inline-block;
    margin-right: 64px;
}
.footer-listmenu > ul {
    margin: 0 -5px;
}
.col.bottom-link-menu {
    text-align: right;
    padding-right: 51px;
}
.bottom-link-menu ul {
    margin: 0;
    padding: 0;
}
.copyright-link p {
    margin-bottom: 0;
    color: #00E6BE;
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
}
.footer-listmenu > ul > li {
    display: inline-block;
    width: 25%;
    padding: 0 15px;
}
.footer-listmenu > ul > li:nth-of-type(1) {
    width: 20%;
}
.footer-listmenu > ul > li:nth-of-type(2) {
    width: 30%;
}
.footer-listmenu ul li ul.sub-menu li {
    display: block;
    margin-bottom: 4px;
}
.footer-sec {
    background-color: #000;
    padding: 112px 0 58px 0;
}
.footer-sec .container {
    max-width: 1750px !important;
}
.footer-listmenu ul ul.sub-menu {
    padding: 0;
    margin: 19px 0 0 0;
}
.footer-listmenu ul li a {
    color: #00E6BE;
    font-size: 24px;
    line-height: 32.4px;
    font-weight: 400;
}
.footer-listmenu ul li a:hover {
    color: #fff;
}
.footer-listmenu ul li ul.sub-menu li a {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
}
.footer-listmenu ul li ul.sub-menu li a:hover {
    color: #00E6BE;
}
.bottom-link-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottom-link-menu ul li a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
}
.bottom-link-menu ul li a:hover {
    color: #00E6BE;
}
.footer-bottom-sec {
    margin-top: 189px;
}
.footer-listmenu ul li ul.sub-menu li span.dashicons {
    margin-top: 6px !important;
}
.footer-listmenu ul li ul.sub-menu li.LinkedIn-icon span.menu-image-title,
.footer-listmenu ul li ul.sub-menu li.youtube-icon span.menu-image-title,
.footer-listmenu ul li ul.sub-menu li.facebook-icon span.menu-image-title {
    font-family: 'ITC Lubalin Graph Std';
    font-weight: 400;
    font-size: 17px;
}
/*footer css end here*/
/*homepage css start here*/
.home-banner-slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.home-banner-slider .slide-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
}
.home-banner-slider .slide-dots li {
    display: inline-block;
    margin: 0 18px;
}
.home-banner-slider .slide-dots li button {
    position: relative;
    text-indent: -9999px;
}
.home-banner-slider .slide-dots li button:before {
    content: '';
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(assets/images/dot.svg);
}
.home-banner-slider .slide-dots li.slick-active button:before {
    background-image: url(assets/images/dot-hover.svg);
}
.home-banner-wrap .home-banner-content h1 {
    font-size: 64px;
    line-height: 92px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
.home-banner-wrap .item-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-position: center center;
    position: relative;
    min-height: 720px;
        display: flex;
    align-items: center;
}
.home-banner-wrap .item-wrap .container {
    z-index: 10;
    position: relative;
}
.home-banner-wrap .item-wrap:after {
    content: "";
    position: absolute;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.item-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex:1;
    position: relative;
    z-index: 10;
    padding: 0 155px;
}
.fill-button {
    background: #00E6BE;
    color: #000;
    font-size: 20px;
    padding: 13px 43px 12px 43px;
    border-radius: 50px;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    border: 4px solid transparent;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.fill-button:after {
    content: "";
    width: 24px;
    height: 25px;
    background-image: url(assets/images/arrow_forward.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.outline-button {
    background: transparent;
    color: #ffffff;
    font-size: 20px;
    padding: 11px 50px 11px 50px;
    border-radius: 50px;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    border: 4px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-weight: 600;
    margin-left: 58px;
}
.outline-button:hover {
    background: #fff;
    color: #000;
}
.fill-button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.home-banner-wrap .home-banner-content {
    width: 50%;
    padding-right: 150px;
}
.home-banner-wrap .home-banner-content h1 {
    color: #fff;
    margin-bottom: 38px;
}
.home-banner-wrap .home-banner-content p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 58px;
}
.home-banner-wrap .home-banner-img {
    width: 50%;
    text-align: right;
    padding-left: 100px;
}
.home-banner-wrap .home-banner-img img {
    width: 100%;
}
.home-banner-slider .slick-prev {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    background-image: url(assets/images/arrow_back_ios_new.svg);
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.home-banner-slider .slick-next {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    background-image: url(assets/images/arrow_forward_ios.svg);
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
ul.slick-dots {
    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;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.slick-dots li {
    margin: 0 8px;
}
ul.slick-dots li button {
    border: none;
    font-size: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
ul.slick-dots li.slick-active button {
    background: #000;
}
.message-from-ceo {
    background: #D9D9D9;
    padding: 55px 0;
}
.message-from-ceo .section-heading {
    text-align: center;
    margin-bottom: 60px;
    line-height: 58px;
}
.message-from-ceo .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
}
.message-from-ceo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.message-from-ceo-wrap .message-from-ceo-img {
    width: 35%;
}
.message-from-ceo-wrap .message-from-ceo-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.message-from-ceo-wrap .message-from-ceo-content {
    width: 68%;
    background-color: #00E6BE;
    margin-left: 60px;
    padding: 60px 100px;
}
.message-from-ceo-wrap .message-from-ceo-content p {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 35px;
}
.message-from-ceo-wrap .message-from-ceo-content strong {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    color: #000000;
}
.message-from-ceo-wrap .message-from-ceo-content span {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    color: #000000;
}
.products-business-details {
    background-color: #D9D9D9;
}
.products-business-details-wrap {
    padding: 100px 0 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.products-business-details .section-heading h2 {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
}
.products-business-details .section-heading {
    text-align: center;
    margin-bottom: 87px;
}
.products-business-details-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 42px;
    padding: 0;
    list-style: none;
}
.products-business-details-listing ul li {
    width: 25%;
    padding: 0 15px;
    list-style: none;
    margin-bottom: 30px;
}
.products-business-listing-inner {
    border: 4px solid #fff;
    background-color: #000000;
}
.products-business-listing-inner figure {
    margin: 0;
    height: 276px;
}
.products-business-listing-inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.products-business-listing-inner span {
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    padding: 15px;
    min-height: 150px;
    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;
}
.products-business-listing {
    position: relative;
    overflow: hidden;
}
.products-business-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #00E6BE;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 30px 30px 30px 30px;
    visibility: hidden;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
        max-height: 100%;
}
.products-business-content p{
    margin-bottom: 0;
}
.products-business-listing:hover .products-business-content {
    opacity: 1;
    height: 100%;
    visibility: visible;
}
.case-study-wrap .section-heading {
    text-align: center;
    margin-bottom: 47px;
}
.case-study {
    background-color: #D9D9D9;
    margin: 128px 0 0;
}
.case-study-listing-img figure {
    margin: 0 0 38px 0;
}
.case-study-content .fill-button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.case-study-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0 50px;
    margin: 0;
    flex-wrap: wrap;
}
.case-study-wrap {
    background-color: #fff;
    padding: 45px 0 18px;
}
.case-study-content p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 82px;
}
.case-study-listing-img figure img {
    width: 100%;
}
.case-study-listing ul li {
    padding: 0 10px;
    width: 33.33%;
    margin-bottom: 20px;
}
.case-study-listing-img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.case-study-listing-img figure {
    height: 240px;
}
.case-study-wrap .section-heading h2 {
    color: #000000;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
}
.case-study-listing .case-study-content {
    padding: 0 40px 0 30px;
}
.case-study-listing .case-study-content .fill-button:hover:after {
    background-image: url(assets/images/arrow_forward_hover.svg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.download-sec-listing ul {
    margin: 0 -25px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.download-sec-listing ul li {
    margin: 0 0 15px 0;
    padding: 0 25px;
    width: 33.33%;
}
.download-sec-img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.download-sec-img figure {
    height: 320px;
    margin: 0;
    position: relative;
}
.download-sec-img {
    position: relative;
    overflow: hidden;
}
.download-sec-img figcaption h3 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.download-sec-img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    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;
    height: 100%;
    padding: 0 10px;
}
.download-sec-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.download-sec-listing {
    padding: 0 190px;
}
/*.download-sec-img:hover:after {
    background: #00E6BE;
}
.download-sec-img:hover figcaption h3 {
    color: #000;
}*/
.hover-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #00E6BE;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 30px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}
.hover-content h3 {
    position: relative;
    color: #000;
    font-weight: 600;
    margin-top: 0;
}
.hover-content p{
    margin-bottom: 0;
}
/*.hover-content h3:after {
    display: block;
    content: "";
    height: 1px;
    width: 60%;
    margin: 0 auto;
    background: #000;
    bottom: -11px;
    position: absolute;
    left: 0;
    right: 0;
}*/
.download-sec-img:hover .hover-content {
    opacity: 1;
    height: 100%;
}
.pick-up-wrap {
    background-color: #00E6BE;
    padding: 42px 0 64px 0;
}
.pick-up-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pick-up-listing ul li {
    padding: 0 10px;
    margin: 0;
    width: 33.33%;
}
.pick-up-wrap .section-heading h2 {
    font-size: 48px;
    line-height: 70px;
    color: #000;
}
.pick-up-wrap .section-heading {
    text-align: center;
    margin-bottom: 25px;
}
.pick-up-listing {
    padding: 0 50px;
}
.pick-up-img {
    background-color: #fff;
}
.pick-up-listing ul li figure {
    margin: 0;
    height: 280px;
}
.pick-up-listing ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pick-up-content {
    padding: 35px;
}
.pick-up-content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}
.pick-up-content {
    padding: 26px 35px 35px 32px;
}
.pick-up-content .fill-button {
    background: #000;
    color: #fff;
    margin-top: 28px;
}
.pick-up-content .fill-button:after {
    background-image: url(assets/images/arrow_forward_hover.svg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pick-up-content .fill-button:hover:after {
    background-image: url(assets/images/arrow_forward.svg);
}
.pick-up-content .fill-button:hover {
    background: #00E6BE;
    color: #000;
    border-color: #00E6BE;
}
.pick-up-content p {
    font-size: 20px;
    line-height: 28px;
}
section.global-manufacturer {
    margin-bottom: 126px;
}
.global-manufacturer-wrap {
    position: relative;
    padding: 170px 0 181px 0;
}
.global-manufacturer-wrap .section-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1038px;
    margin: 0 auto;
}
.global-manufacturer-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000A6;
}
.global-manufacturer-wrap .section-heading p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 70px;
}
.global-manufacturer-wrap .section-heading h2 {
    color: #fff;
    font-size: 40px;
    line-height: 58px;
    font-weight: 600;
    margin-bottom: 55px;
}
.global-manufacturer-wrap .section-heading .fill-button:after {
    display: none;
}
.global-manufacturer-wrap .section-heading .fill-button {
    padding: 10px 45px 10px 45px;
}
.global-manufacturer-wrap .section-heading .fill-button:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.about-johnson-screens-wrap {
    padding: 50px 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 16px 1fr;
    grid-template-columns: 50% 1fr;
    grid-gap: 16px;
    max-width: 1774px;
    margin: 0 auto;
}
.about-johnson-screens-wrap .about-johnson-screens-tabs {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #B2B2B2;
}
.about-johnson-screens-wrap .about-johnson-screens-content:after {
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.75) -0.03%, rgba(255, 255, 255, 0.25) 99.97%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.03%, rgba(255, 255, 255, 0.75)), color-stop(99.97%, rgba(255, 255, 255, 0.25)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) -0.03%, rgba(255, 255, 255, 0.25) 99.97%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-johnson-screens-wrap .about-johnson-screens-content {
    position: relative;
    border: 1px solid rgba(178, 178, 178, 1);
    padding: 94px 47px 67px 87px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-johnson-screens-content-inner {
    position: relative;
    z-index: 1;
}
.about-johnson-screens-content-inner a.fill-button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.about-johnson-screens-content-inner a.fill-button:hover:after {
    background-image: url(assets/images/arrow_forward_hover.svg);
}
.about-johnson-screens-content-inner h2 {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    font-weight: 600;
    margin-bottom: 38px;
}
.about-johnson-screens-content-inner p {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    max-width: 450px;
    margin-bottom: 43px;
}
.about-johnson-screens-tabs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0.25) 86.34%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(86.34%, rgba(255, 255, 255, 0.25)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.25) 86.34%);
}
.why-choose-johnson-screen-wrap {
    background: #fff;
    padding: 61px 0 54px 0;
}
.why-choose-johnson-screen-wrap .section-heading {
    text-align: center;
    margin-bottom: 50px;
}
.why-choose-johnson-screen-wrap .section-heading h2 {
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 32px;
    color: #000;
}
.why-choose-johnson-screen-wrap .section-heading p {
    font-size: 24px;
    line-height: 34px;
    color: #000;
}
.why-choose-johnson-screen-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.why-choose-johnson-screen-listing ul li {
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0 15px;
}
.why-choose-johnson-screen-img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.why-choose-johnson-screen-listing {
    padding: 0 50px;
}
.why-choose-johnson-screen-img:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
}
.why-choose-johnson-screen-listing .odometer-wrap {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 25px;
}
.why-choose-johnson-screen-listing .odometer-wrap em {
    font-style: normal;
    font-size: clamp(2.125rem, 0.8708rem + 3.4899vw, 3.75rem);
    font-weight: 700;
    position: relative;
    top: 20px;
    line-height: 0;
    color: rgba(0, 230, 190, 1);
}
.why-choose-johnson-screen-listing .odometer-wrap p {
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}
.why-choose-johnson-screen-listing .odometer-wrap .odometer {
    color: rgba(0, 230, 190, 1);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -o-transition: -o-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.tab-slider-wrap {
    position: relative;
    z-index: 1;
}
.tab-slider .slick-prev {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/03/arrow_circle_left.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.tab-slider .slick-next {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/03/arrow_circle_right.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
div#horizontalTab h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
body {
    position: relative;
}
.back-to-top {
    position: fixed;
    display: inline-block;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.back-to-top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 100px;
    background-color: #00E6BE;
    font-weight: 700;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 4px 1px 8px 4px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.back-to-top span:hover {
    background-color: #fff;
}
.back-to-top span img {
    margin-left: 15px;
}
/*homepage css end here*/
/*application page css strat here*/
.inner-banner-sec {
    position: relative;
    min-height: 720px;
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .inner-banner-sec:after {
    content: "";
    position: absolute;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.inner-banner-sec .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    position: relative;
    min-height: inherit;
}
.inner-banner-content {
    z-index: 9;
    position: relative;
    color: #fff;
}
.inner-banner-content h1 {
    margin: 0;
    padding: 0;
    font-size: 64px;
    font-weight: 700;
	text-shadow: -6px -6px 35px rgb(0 0 0 / 46%);
    -webkit-text-shadow: -6px -6px 35px rgb(0 0 0 / 46%);
    -moz-text-shadow: -6px -6px 35px rgb(0 0 0 / 46%);
}
.white-bg {
    background-color: #fff;
}
.aqua-bg {
    background-color: #00E6BE;
}
.introduction-wrap {
    padding: 53px 125px 20px 125px;
}
.introduction-wrap h2 {
    text-align: center;
    margin-bottom: 40px;
}
.introduction-wrap p {
    margin-bottom: 26px;
}
.intro-video-sec {
    margin-top: 42px;
}
.video-img {
    height: 322px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    position: relative;
    z-index: 1;
}
.video-img-wrap {
    overflow: hidden;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    position: relative;
}
.video-img-wrap:hover .video-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.video-img-wrap:hover .video-img:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    /*background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
a.ply-btn {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.featured-sec-block-wrap {
    padding: 59px 138px 27px 138px;
}
.featured-point [class*="col-"] {
    margin-bottom: 70px;
}
.featured-sec-block-wrap h2 {
    text-align: center;
    margin-bottom: 60px;
}
.featured-content-wrap {
    padding: 70px 25px 32px 25px;
    background-color: #00E6BE;
    height: 100%;
    position: relative;
}
.featured-content p {
    margin-bottom: 0;
}
.featured-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 100%;
    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;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.featured-icon img {
    width: 50px;
    height: 45px;
}
.featured-content h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    line-height: 34.75px;
}
.faq-wrap {
    margin-top: 92px;
    padding: 0 42px;
}
.faq-sec {
    padding: 80px 0 59px 0;
    background-color: #000;
}
.faq-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.faq-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.faq-wrap ul li:after {
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/03/faq-icon.svg);
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    content: "";
    top: 8px;
    left: 8px;
}
.faq-wrap ul li {
    position: relative;
    color: #fff;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 90px;
    border-right: 1px solid #B2B2B2;
}
.faq-wrap ul li h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34.75px;
    margin-bottom: 10px;
    color: #fff;
}
.faq-wrap ul li p {
    color: #fff;
    margin-bottom: 0;
}
.faq-wrap ul li:nth-of-type(n+4) {
    border-right: none;
}
.faq-wrap ul li:nth-of-type(n+4) {
    padding-left: 120px;
    padding-right: 65px;
}
.faq-wrap ul li:nth-of-type(n+4):after {
    left: 33px;
}
.related-product-tab-wrap {
    padding: 52px 105px 3px 105px;
    background-color: #00E6BE;
    border: 1px solid #B2B2B2;
}
.related-product-tab-wrap h2 {
    text-align: center;
}
.product-content > h2 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 26px;
}
.product-content p {
    padding: 0 12px;
    margin-bottom: 29px;
}
.related-produst-listing {
    padding: 0 77px 0 77px;
}
.produst-tabbing {
    margin-top: 47px;
}
.featured-img {
    width: 100%;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.product-content {
    margin-top: 47px;
}
.produst-tabbing .nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.produst-tabbing .nav-tabs .nav-link {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0 !important;
    margin-right: 20px;
    width: 23.6%;
    padding: 22px 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.produst-tabbing .nav-tabs .nav-link:hover {
    background-color: #000;
    color: #fff;
}
.produst-tabbing .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.produst-tabbing .nav-tabs .nav-item.show .nav-link,
.produst-tabbing .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #000;
    border-color: transparent;
}
.related-produst-listing h2 {
    text-align: center;
    margin-bottom: 47px;
}
.product-wrap {
    border: 8px solid #fff;
    position: relative;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    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;
    z-index: 1;
}
.product-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
    z-index: -1;
}
.product-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 30px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-wrap:hover .product-info {
    opacity: 1;
    height: 100%;
}
.related-produst-listing .row {
    margin: 0 -20px !important;
}
.related-produst-listing [class*="col-"] {
    margin-bottom: 60px;
    padding: 0 20px;
}
.product-wrap > h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 33.6px;
}
.product-wrap .product-info h3,
.product-wrap .product-info p {
    color: #fff;
}
.product-wrap .product-info h3 {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 38px
}
.product-wrap .product-info h3:after {
    display: block;
    content: "";
    height: 1px;
    width: 160px;
    margin: 0 auto;
    background: #00E6BE;
    bottom: -11px;
    position: absolute;
    left: 0;
    right: 0;
}
.case-study-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 0px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -38px;
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 50%;
    border: 3px solid #00E6BE;
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-study-slider .slick-next.slick-arrow {
    right: -38px;
    left: auto;
}
.case-study-slider .slick-arrow:after {
    content: "\f060";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 17px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00E6BE;
     -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-study-slider .slick-next:after {
    content: "\f061";
}
.case-study-slider .slick-arrow:hover,
.case-study-slider .slick-arrow:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}
.case-study-slider .slick-arrow:hover:after {
    color: #00E6BE;
}
.img-content-slider .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-content-slider .col-md-5 {
    width: 48.666667%;
}
.img-content-slider .col-md-7 {
    width: 51.333333%;
}
.case-study-slider-wrap {
    padding: 50px 100px 59px 100px;
    border-bottom: 1px solid #B2B2B2;
}
.case-study-slider-wrap > h2 {
    text-align: center;
}
.casestudy-img {
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.casestudy-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.casestudy-img img {
    height: 360px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.case-study-slidercontent h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40.54px;
    margin-bottom: 16px;
}
.case-study-slidercontent p {
    margin-bottom: 39px;
}
.case-study-slidercontent {
    padding-left: 26px;
    padding-right: 10px;
}
.case-study-slidercontent a.fill-button:hover {
    background: #000;
    border-color: #000;
    color: #00E6BE;
}
.case-study-slidercontent a.fill-button:hover:after {
    background-image: url(assets/images/arrow_forward_hover%20-aqua.svg)
}
.case-study-slider {
    margin-top: 39px;
    padding: 0 43px;
}
.video-slider {
    padding: 50px 0 62px 0;
}
.video-slider h2 {
    text-align: center;
    margin-bottom: 40px;
}
.video-slider-items .slick-arrow {
    position: absolute;
    top: calc(50% - 0px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 298px;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 3px solid #00E6BE;
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.video-slider-items .slick-next.slick-arrow {
    right: 298px;
    left: auto;
}
.video-slider-items .slick-arrow:after {
    content: "\f060";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 21px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00E6BE;
}
.video-slider-items .slick-next:after {
    content: "\f061";
}
.video-slider-items .slick-arrow:hover,
.video-slider-items .slick-arrow:focus {
    background: #000;
    color: #00E6BE;
    border-color: #000;
}
.video-slider-items .slick-arrow:hover:after {
    color: #00E6BE;
}
.video-slider-items .slick-slide {
    margin: 0 40px;
}
.video-popup.slick-slide:not(.slick-active) {
    transform: scale(0.7);
}
.video-popup {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
     border: 8px solid #fff;
}
.video-popup-img {
   /* height: 343px;*/
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px 0;
    /*-ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);*/
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    height: 555px;
}
.video-popup:hover .video-popup-img{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.video-popup-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0;
    right: 0;
}
.video-slider-items .slick-center .video-popup-img {
    /*-moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);*/
    /*height: 555px;*/
}
.video-slider-items .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-popup-img iframe {
    width: 100%;
    height: 100%;
}
.video-popup-img.active {
    opacity: 0;
    position: relative;
    z-index: -111;
}
.video-popup-img.active:before {
    display: none;
}
.video-popup-img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/03/play_circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.video-popup:hover .video-popup-img:before{
    background-image: url(https://johnsonjapan.wpenginepowered.com/wp-content/uploads/2024/04/play_circle-hover.svg);
        width: 100px;
    height: 100px;
}
.video-popup-img.bg-set:before {
    display: none;
}
.video-popup-img.bg-set.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}
iframe.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
    box-shadow: none;
    appearance: none;
    border: 8px solid #fff;
}
.video-slider-wrap {
    margin-top: 71px;
}
/*.ply-slider-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    display: inline-block;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
}
.ply-slider-btn img {
    width: 118px;
    height: 118px;
}*/
.related-product-tabbing-sec .accordion-item {
    border: none;
}
.related-product-tabbing-sec .accordion-body {
    padding: 0;
    border: none;
}
.single-page {
    padding: 50px 0;
}
div#nf-field-19_1-wrap .nf-field-label{
  display: none;
}
.contact-form-sec-wrap #nf-field-19_1-container .nf-field-element {
  width: 100%;
}
.contact-form-sec-wrap #nf-field-19_1-container .accordion-button {
  width: 100%;
  background: transparent;
  border-radius: 0 !important;
  border: 1px solid #D9D9D9 !important;
  color: #000;
  font-size: 20px;
}
.contact-form-sec-wrap #nf-field-19_1-container .accordion-button:focus {
  box-shadow: none !important;
}
.contact-form-sec-wrap .accordion-item {
  border-radius: 0;
}
.contact-form-sec-wrap .accordion-button::after {
  content: "\f0d7" !important;
  font-family: FontAwesome;
  color: #1C1B1F;
  font-size: 16px !important;
  right: 15px !important;
  position: absolute;
  height: 50px;
  line-height: 50px;
  background-image: none;
  text-align: center;
}
.contact-form-sec-wrap .accordion-collapse {
  max-height: 250px;
  overflow-y: auto;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 50px;
    color: #00e6be !important;
}

/*application page css end here*/
section.inner-banner-sec.single-page {
    min-height: 200px;
}
.error-404.not-found {
    padding: 50px 0;
}
.history-cta--inner {
    background-color: #00E6BE;
    padding: 45px 60px 60px;
}
/*.pad0 {
    padding: 0 !important;
}*/
.mb-0 {
    margin-bottom: 0;
}
.z-index1 {
    position: relative;
    z-index: 1;
}
.img-absolute {
   position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.p-relative {
    position: relative;
}
.teal-back {
    background-color: #00E6BE;
}
/*.container.pad0 {
    max-width: 1440px;
}*/
.back-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #585858;
}
.history-cta--block {
    padding: calc(40px + 3.6vw) calc(20px + 2vw) calc(40px + 4.5vw);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.history-cta--block---inner {
    max-width: 946px;
    margin: 0 auto;
}
.history-cta--block:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.history-cta--inner h2 {
    font-size: clamp(1.625rem, 1.3077rem + 1.4103vw, 3rem);
    margin-bottom: calc(20px + 2.2vw);
    font-weight: 600;
}
.history-cta--block h3 {
    color: #fff;
    font-size: clamp(1.625rem, 1.3077rem + 1.4103vw, 3rem);
    font-weight: 600;
}
.history-cta--block p {
    color: #fff;
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    margin: 30px 0 35px;
    text-align: left;
}
.fill-button.hover-black:hover,
.fill-button.hover-black:focus {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.fill-button.hover-black:hover:after,
.fill-button.hover-black:focus:after {
    background-image: url(assets/images/arrow_forward_hover.svg);
}
.mission-vision--box figure {
    margin: 0;
    background-color: #585858;
}
.mission-vision--content {
    padding: 40px 52px 40px 40px;
}
.mission-vision--box {
    display: grid;
    grid-template-columns: 200px 1fr;
}
.mission-vision--inner {
    background: #fff;
    padding: 65px;
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}
.mission-vision--content h3 {
    font-size: clamp(1.5rem, 1.2692rem + 1.0256vw, 2.5rem);
    margin-bottom: 16px;
    font-weight: 600;
}
.mission-vision--content p {
    font-size: clamp(1rem, 0.8846rem + 0.5128vw, 1.5rem);
    line-height: 35px;
}
.mission-vision--content p:last-child {
    margin-bottom: 0;
}
.our-core-values--inner {
    background-color: #fff;
    padding: 30px 45px 70px;
}
.our-core-values--inner .title-part {
    max-width: 1070px;
    margin: 0 auto 35px;
}
.our-core-values--inner .title-part h2 {
    font-size: clamp(1.625rem, 1.3077rem + 1.4103vw, 3rem);
}
.our-core-values--inner .title-part p {
    font-size: clamp(1rem, 0.8846rem + 0.5128vw, 1.5rem);
    margin: 30px 0 10px;
    text-align: left;
}
.our-core-values-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: calc(20px + 1vw);
    grid-column-gap: calc(20px + 3vw);
}
.core-values-item h3 {
    font-weight: 600;
    line-height: 46px;
    font-size: clamp(1.5rem, 1.4423rem + 0.2564vw, 1.75rem);
}
.core-values-item h4 {
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    margin-bottom: 20px;
}
.core-values-item h4,
.core-values-item p {
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    margin-bottom: 20px;
    line-height: 28px;
}
.core-values-item p {
    margin-bottom: 0;
}
.hexagon {
    width: 153px;
    height: 173px;
    background: transparent;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}
.core-values-item figure {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 147px;
    margin: 0;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-position: center;
}
.core-values-item .hexagon:hover,
.core-values-item .hexagon:focus {
    background-color: #d9d9d9;
}
.overview-inner {
    background-color: #fff;
    padding: 50px 55px 0;
}
.overview-inner h2,
.overview-inner h2,
.timeline-sec h2 {
    font-size: clamp(1.625rem, 1.3077rem + 1.4103vw, 3rem);
    margin-bottom: 45px;
}
.timeline-sec h2 {
    margin-bottom: calc(30px + 2.2vw);
}
.overview-inner p {
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    margin-bottom: 16px;
}
.three-mapoverview-inner {
    padding-bottom: 80px;
}
ul.overview-data {
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
}
ul.overview-data li {
    padding: 30px 0;
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    border-top: 2px solid #EBEBEA;
    display: grid;
    grid-template-columns: 15% 1fr 15% 1fr;
}
ul.overview-data li span.title {
    font-weight: 600;
}
/*ul.overview-data li span:nth-child(1 of span.desc) {
    padding-right: 20px;
}*/
.three-map-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 22px;
    padding: 25px 60px 0;
}
.three-map--item{
    margin-bottom: 20px;
}
.three-map--item .map-thumbnail {
    display: block;
    padding-bottom: 71%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}
.three-map--item .map-thumbnail span.overlay {
    position: absolute;
    inset: 0;
    background: #00e6be;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    transition: all 0.3s ease;
    opacity: 0;
}
.three-map--item .map-thumbnail:hover span.overlay {
    opacity: 1;
}
span.arrow-right {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url(assets/images/arrow_forward.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.three-map--item .address-detail h3 {
    line-height: 105%;
    font-weight: 600;
    margin-bottom: 22px;
    font-size: clamp(1.125rem, 0.9808rem + 0.641vw, 1.75rem);
}
.address-detail--cnt p:last-child {
    margin-bottom: 0;
}
.address-detail--cnt {
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
}
.address-detail--cnt a {
    color: #000;
}
.address-detail--cnt a:hover,
.address-detail--cnt a:focus {
    color: #00E6BE;
}
.four-boxes-cta {
    z-index: 0;
    margin-top: -70px;
    padding: 175px 0;
}
.timeline-sec {
    z-index: 0;
    margin-top: -70px;
    padding: 188px 0 220px;
    background-color: #dadada;
}
.four-boxes-cta:before,
.four-boxes-cta:after,
.timeline-sec:before,
.timeline-sec:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, rgba(218, 218, 218, 1) 0%, rgba(218, 218, 218, 0) 100%);
    z-index: 0;
}
.four-boxes-cta:after,
.timeline-sec:after {
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, rgba(218, 218, 218, 0) 0%, rgba(218, 218, 218, 1) 100%);
}
.four-boxes-cta--inner h2 {
    font-size: clamp(1.625rem, 1.3077rem + 1.4103vw, 3rem);
    color: #fff;
}
.four-boxes-cta--inner .products-business-details-listing ul {
    margin: 72px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 75px;
}
.four-boxes-cta--inner .products-business-details-listing ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.four-boxes-cta--inner .products-business-details-listing ul li:nth-child(even) {
    margin-top: 100%;
}
.four-boxes-cta--inner .products-business-listing-inner figure {
    height: 292px;
}
.four-boxes-cta + section {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}
.swiper-slide:after {
    content: "";
    position: absolute;
    height: 8px;
    background: #000;
    width: 100%;
    top: calc(50% + 6px);
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
}
.timeline .swiper-slide:first-child::after {
    width: 50%;
    right: 0;
    left: auto;
}
.timeline.slick-initialized {
    display: inherit;
}
.timeline li {
    transition: all 200ms ease-in;
}
.timestamp {
    position: relative;
    height: 350px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}
.status {
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 200ms ease-in;
    text-align: center;
    padding-top: 70px;
    min-height: 300px;
}
.status span {
    font-weight: 600;
    padding-top: 20px;
}
.timestamp figure,
.timeline-cnt p {
    margin: 0;
    text-align: left;
}
.status span:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #e8eeff;
    border-radius: 25px;
    border: 4px solid #3e70ff;
    position: absolute;
    top: -15px;
    left: calc(50% - 12px);
    transition: all 200ms ease-in;
}
.timeline-sec + section {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
.timestamp figure {
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
    position: relative;
}
.timestamp figure img {
    width: 100%;
}
.timeline .swiper-slide:first-child:before {
    background-image: none;
    background-color: #000;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}
.swiper-slide {
    position: relative;
    padding: 0 20px;
    display: flex !important;
    flex-flow: column;
    z-index: 1;
}
.timeline .swiper-slide:nth-child(even) .status .timeline-cnt {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
}
.timeline .swiper-slide:nth-child(even) .status .timeline-cnt a.fill-button {
    margin: 15px auto 0;
}
.timeline .swiper-slide:nth-child(even) .status {
    order: -2;
    padding-bottom: 35px;
    padding-top: 0;
}
.timeline .swiper-slide:nth-child(even) .timestamp figure {
    margin-bottom: 0;
    padding-bottom: 0;
}
.timeline .swiper-slide:nth-child(even) .timestamp {
    padding-bottom: 0;
    align-items: flex-start;
    padding-top: 120px;
}
.swiper-slide:before {
    content: "";
    width: 16px;
    height: 72px;
    position: absolute;
    left: 50%;
    transition: all 200ms ease-in;
    top: calc(50% + 4px);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background-image: url(assets/images/timeline-arrow-indication.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.timeline-cnt .fill-button {
    padding: 8px 15px 9px;
    width: 100%;
    max-width: 200px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}
.timeline-cnt .fill-button:after {
    display: none;
}
.timeline-cnt p {
    font-size: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
    line-height: 135%;
}
.timeline .swiper-slide:not(:first-child):nth-child(odd):before {
    transform: rotate(180deg) translateY(-50%);
    top: calc(39% + 4px);
}
.timeline .swiper-slide:nth-child(even) .timeline-bar {
    order: -1;
}
.nf-form-content .list-select-wrap > div div:after {
    content: "\f0d7" !important;
    color: #1C1B1F;
    font-size: 16px !important;
    right: 15px !important;
}
.nf-form-content select.ninja-forms-field {
    background: transparent !important;
}
.nf-form-content select.ninja-forms-field option {
    background: #efefef;
    color: #00e6be;
}
.contact-form-sec .form-wrap select + div {
    background-color: #fff !important;
}
div#nf-field-13_1-wrap .nf-field-element {
    width: 100%;
}
div#nf-field-13_1-wrap .nf-field-label {
    display: none;
}
div#nf-field-13_1-wrap a {
    color: #142192;
    text-decoration: underline;
}
div#nf-field-13_1-wrap a:hover,
div#nf-field-13_1-wrap a:focus {
    text-decoration: none;
}
.form_privacy_policy .nf-field-label {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0 !important;
}
.form_privacy_policy .nf-field-element {
    width: 100% !important;
}
.nf-field-container.text-center .nf-field-label {
    width: 100% !important;
    padding: 0 !important;
}
.nf-field-container.text-center label#nf-label-field-15_1 {
    margin: 25px auto 0 !important;
}
.nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}
.contact-form-sec .form-wrap .nf-error .ninja-forms-field {
    border: 2px solid #e80000 !important;
}
.contact-form-sec .form-wrap .nf-error .nf-error-msg {
    font-size: 16px !important;
}
.contact-form-sec .form-wrap .nf-after-field {
    margin-left: 33% !important;
}
.contact-form-sec .form-wrap .checkbox-container.label-right label:before {
    left: -27px !important;
    font-size: 16px !important;
}
/*********************************/
.top-content-sec-wrap {
    text-align: center;
    padding: 54px 20px 57px 20px;
    display: flex;
    flex-flow: column;
}
.top-content-sec-wrap p {
    font-weight: 700;
}
.top-content-sec-wrap > * {
    max-width: 620px;
    margin: 0 auto;
}
.top-content-sec-wrap h2 {
    margin-bottom: 38px;
}
.contact-form-sec-wrap {
    padding: 56px 0;
}
.contact-form-sec-wrap > p {
    text-align: center;
    font-weight: 400;
}
.contact-detail-sec-wrap {
    padding: 114px 15px;
    color: #fff;
    text-align: center;
    position: relative;
}
.contact-detail-sec-wrap h2 {
    color: #fff;
    position: relative;
    margin-bottom: 52px;
}
.contact-detail-sec-wrap:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contact-detail-sec-wrap .phone a {
    font-size: 75.51px;
    font-weight: 600;
    line-height: 31.46px;
    text-align: left;
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: ITC Lubalin Graph Std;
}
.contact-detail-sec-wrap .phone a img {
    margin-right: 20px;
}
.contact-detail-sec-wrap p {
    color: #fff;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}
.contact-detail-sec-wrap .phone {
    margin-bottom: 33px;
}
.three-mapoverview-inner > h2 {
    text-align: center;
}
.three-mapoverview-inner {
    padding: 53px 0 50px 0;
}
.address-detail--cnt p {
    margin-bottom: 0px;
}
.explore-global-sec-wrap {
    text-align: center;
    padding: 38px 15px 48px 15px;
    margin: 0 60px 0 60px;
}
.explore-global {
    padding-bottom: 60px;
}
.explore-global-sec-wrap h2 {
    margin-bottom: 38px;
}
a.fill-button.black {
    background-color: #000;
    color: #fff;
}
a.fill-button.black:not(:hover):after {
    filter: brightness(0) invert(1);
}
a.fill-button.black:hover {
    background-color: #fff;
    color: #000;
    border-color: transparent;
}
.explore-global-sec-wrap p {
    margin-bottom: 40px;
}
.explore-global-sec-outer {
    padding: 0 60px 64px;
    background: #fff;
}
section.explore-global-sec {
    margin-bottom: 160px;
}
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element {
    width: 100%;
    text-align: center;
}
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element input {
    cursor: pointer;
    width: unset;
    background: #00E6BE;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    border: 4px solid transparent !important;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    background-image: url(assets/images/arrow_forward.svg);
    background-size: 24px;
    min-width: 248px;
    background-repeat: no-repeat;
    background-position: center right 50px;
}
section.explore-global-sec .fill-button{
    background: #000;
    color: #fff;
}
section.explore-global-sec .fill-button:after{
    background-image: url(assets/images/arrow_forward_hover.svg);
}
section.explore-global-sec .fill-button:hover{
    background: #fff;
    color: #000;
}
section.explore-global-sec .fill-button:hover:after{
         background-image: url(assets/images/arrow_forward.svg)
}
.contact-form-sec-wrap .nf-before-form-content {
    display: none;
}
.contact-form-sec .form-wrap .ninja-forms-field {
    background-color: #fff;
}
.contact-form-sec .form-wrap .nf-after-form-content {
    text-align: center;
}
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element input:hover,
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element input:focus,
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element input[type="submit"]:hover,
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element input[type="submit"]:focus{
    background-color: #000;
    color: #fff !important;
    background-image: url(assets/images/arrow_forward_hover.svg);
}
.contact-form-sec-wrap .nf-field-container .field-wrap.submit-wrap .nf-field-element input[type="submit"] {
    color: #000 !important;
}
/*****media*******/
@media(min-width:801px) {
    .contact-form-sec-wrap .nf-field-container .field-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contact-form-sec-wrap .nf-field-container .field-wrap .nf-field-label {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        padding-right: 2%;
        text-align: left;
        width: 33%;
        order: 5;
        padding-top: 24px;
    }
    .contact-form-sec-wrap .nf-field-container .field-wrap .nf-field-element {
        display: inline-block;
        width: 67%;
        order: 10;
    }
    .contact-form-sec .form-wrap {
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 16px;
        padding: 0 15px;
    }
    .contact-form-sec .form-wrap .ninja-forms-field {
        min-height: 65px;
        background: #fff;
        border: 2px solid #D9D9D9 !important;
    }
    .contact-form-sec .form-wrap .nf-field-container {
        margin-bottom: 23px;
    }
    .contact-form-sec .form-wrap select + div {
        min-height: 65px;
    }
    .contact-form-sec .form-wrap select + div:after {
        top: 7px;
    }
}
@media only screen and (max-width:1850px) {
    .home-banner-wrap .home-banner-content {
        padding-right: 50px;
    }
    .about-johnson-screens-content-inner p {
        max-width: 100%;
    }
    .message-from-ceo-wrap .message-from-ceo-content {
        margin-left: 0;
    }
}
@media only screen and (max-width:1700px) {
    .footer-sec .container {
        max-width: 100% !important;
    }
    .col.bottom-link-menu {
        padding-right: 15px;
    }
    .item-wrap-inner {
        padding: 0 120px;
    }
    .outline-button {
        padding: 11px 45px 11px 45px;
        margin-left: 15px
    }
    .faq-wrap ul li:nth-of-type(n+4) {
        padding-left: 102px;
        padding-right: 62px;
    }
    .video-slider-items .slick-slide {
        margin: 0 10px;
    }
}
@media (max-width: 1600px) {
    .timeline-cnt p {
        font-size: 16px;
    }
    .mega-menu-list ul#menu-second-navigation-menu ul.sub-menu{
        width: 760px;
            overflow-y: scroll;
    max-height: 400px;
    }
    ul#menu-second-navigation-menu li ul li {
    width: 46.6%;
    padding: 0 15px;
        margin-right: 10px;
}
}
@media (max-width: 1550px) {
    .status {
        padding-top: 48px;
    }
}
@media only screen and (max-width:1440px) {
    .social-search-link ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }
    .home-banner-slider .slick-arrow {
        display: none !important;
    }
    .item-wrap-inner {
        padding: 0 15px;
    }
    .home-banner-wrap .home-banner-content h1 {
        font-size: 48px;
        line-height: 70px;
    }
    .home-banner-wrap .home-banner-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .home-banner-wrap .home-banner-content {
        padding-right: 0;
        width: 55%;
    }
    .about-johnson-screens-wrap .about-johnson-screens-content {
        padding: 40px;
    }
    .message-from-ceo {
        padding: 30px 0 50px 0;
    }
    .message-from-ceo .section-heading {
        margin-bottom: 40px;
    }
    .message-from-ceo-wrap .message-from-ceo-content {
        padding: 40px 60px;
    }
    .products-business-details-wrap {
        padding: 70px 0;
    }
    .products-business-details .section-heading h2 {
        font-size: 40px;
        line-height: 49px;
    }
    .products-business-details .section-heading {
        margin-bottom: 50px;
    }
    .products-business-details-listing ul {
        margin: 0;
    }
    .products-business-listing-inner figure {
        height: 230px;
    }
    .products-business-listing-inner span {
        padding: 40px 15px;
        font-size: 18px;
        line-height: 34px;
    }
    .why-choose-johnson-screen-wrap .section-heading h2 {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 15px;
    }
    .why-choose-johnson-screen-listing .odometer-wrap .odometer {
        font-size: 43px;
    }
    .why-choose-johnson-screen-listing .odometer-wrap p {
        font-size: 18px;
    }
    .why-choose-johnson-screen-img {
        height: 250px;
    }
    .case-study {
        margin: 70px 0 0;
    }
    .case-study-wrap .section-heading h2 {
        font-size: 44px;
        line-height: 56px;
    }
    .case-study-listing .case-study-content {
        padding: 0;
    }
    .case-study-content p {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .download-sec-listing {
        padding: 0 50px;
    }
    .pick-up-content {
        padding: 25px;
    }
    .global-manufacturer-wrap {
        padding: 100px 0;
    }
    .inner-banner-sec {
        min-height: 500px;
    }
    .inner-banner-content h1,
    h1 {
        font-size: 46px;
    }
    .introduction-wrap {
        padding: 53px 15px 20px 15px;
    }
    h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .featured-sec-block-wrap {
        padding: 59px 15px 97px 15px;
    }
    .faq-wrap {
        margin-top: 60px;
        padding: 0 10px;
    }
    .related-product-tab-wrap {
        padding: 52px 15px 3px 15px;
    }
    .related-produst-listing {
        padding: 0 15px 0 15px;
    }
    .mission-vision--inner {
        padding: 60px 15px;
        grid-gap: 30px;
    }
    .swiper-slide {
        padding: 0 12px;
    }
    .timeline-cnt p {
        font-size: 16px;
    }
    .timeline-cnt .fill-button {
        padding: 7px 15px 8px;
        max-width: 170px;
        font-size: 16px;
    }
    .timeline-sec {
        padding: 150px 0;
    }
    .timestamp {
        height: 280px;
        padding-bottom: 70px;
    }
    .timeline .swiper-slide:nth-child(even) .timestamp {
        padding-top: 80px;
    }
    .timeline .swiper-slide:first-child:before {
        width: 30px;
        height: 30px;
    }
    .swiper-slide:before {
        width: 11px;
        height: 50px;
    }
    .timeline .swiper-slide:not(:first-child):nth-child(odd):before {
        top: calc(40% + 7px);
    }
    .timeline:before {
        top: calc(45% + 6px);
    }
    .status {
        min-height: 240px;
        padding-top: 30px;
    }
    .home-banner-wrap .home-banner-img{
        padding-left: 15px;
    }
    .products-business-content{
      padding: 10px;  
    }
    .products-business-content p{
        font-size: 16px;
    }
}
@media only screen and (max-width:1366px) {
    .video-slider-items .slick-arrow {
        left: 80px;
    }
    .video-slider-items .slick-next.slick-arrow {
        right: 80px;
    }
}
@media (max-width: 1280px) {
    .timeline-cnt p {
        font-size: 16px;
    }
    .timestamp {
        height: 330px;
    }
    .status {
        min-height: 275px;
    }
    .timeline:before {
        left: 0;
        width: 100%;
    }
    .timeline:before,
    .timeline .swiper-slide:first-child:before {
        top: calc(50% + 6px);
    }
    .swiper-slide:before {
        top: calc(50% + 4px);
    }
    .timeline .swiper-slide:not(:first-child):nth-child(odd):before {
        top: calc(43% + 2px);
    }
    .timestamp figure {
        max-width: 330px;
    }
}
@media only screen and (max-width:1199px) {
    .explore-global {
    padding-bottom: 30px;
}
    .explore-global-sec-wrap{
        margin: 0 15px;
    }
    .three-map-sec{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .footer-listmenu > ul > li:nth-of-type(1),
    .footer-listmenu > ul > li:nth-of-type(2) {
        width: 25%;
    }
    .footer-listmenu ul li a {
        font-size: 20px;
    }
    .footer-listmenu ul li ul.sub-menu li a,
    .bottom-link-menu ul li a {
        font-size: 18px;
    }
    .bottom-link-menu ul li {
        margin-right: 20px;
    }
    .main-navigation ul li,
    .main-navigation ul li:nth-of-type(1) {
        margin-right: 25px;
    }
    .social-search-link ul {
        margin: 0;
    }
    ul#menu-second-navigation-menu li {
        margin-right: 21px;
    }
    .social-search-link ul li {
        margin-left: 0;
    }
    .home-banner-wrap .home-banner-content h1 {
        font-size: 40px;
        line-height: 58px;
    }
    .home-banner-wrap .home-banner-content p {
        font-size: 17px;
    }
    .home-banner-wrap .home-banner-content {
        width: 75%;
    }
    .home-banner-wrap .item-wrap {
        min-height: 500px;
    }
    .about-johnson-screens-content-inner h2 {
        font-size: 36px;
    }
    .about-johnson-screens-content-inner p {
        font-size: 20px;
    }
    .message-from-ceo .section-heading h2 {
        font-size: 40px;
        line-height: 58px;
    }
    .products-business-listing-inner figure {
        height: 190px;
    }
    .why-choose-johnson-screen-listing {
        padding: 0;
    }
    .fill-button {
        padding: 12px 30px 12px 30px;
        font-size: 16px;
    }
    .pick-up-listing ul li figure {
        height: 240px;
    }
    .pick-up-content h3 {
        font-size: 20px;
    }
    .case-study-listing ul,
    .download-sec-listing,
    .pick-up-listing {
        padding: 0 10px;
    }
    .global-manufacturer-wrap {
        padding: 70px 10px;
    }
    .global-manufacturer-wrap .section-heading h2 {
        font-size: 35px;
        margin-bottom: 37px;
    }
    .global-manufacturer-wrap .section-heading p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 70px;
        padding: 0 15px;
        max-width: 100%;
    }
    section.global-manufacturer {
        margin-bottom: 50px;
    }
    .faq-wrap ul li:after {
        width: 38px;
        height: 38px;
    }
    .faq-wrap ul li {
        padding-left: 75px;
    }
    .faq-wrap ul li:nth-of-type(n+4) {
        padding-left: 68px;
        padding-right: 0;
    }
    .faq-wrap ul li:nth-of-type(n+4):after {
        left: 8px;
    }
    .produst-tabbing .nav-tabs .nav-link {
        width: 22.6%;
    }
    .related-produst-listing [class*="col-"] {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .related-produst-listing .row {
        margin: 0 -15px !important;
    }
    .product-wrap .product-info h3 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    .product-info {
        padding: 15px;
    }
    .case-study-slider-wrap {
        padding: 50px 15px;
    }
    .case-study-slider .slick-arrow {
        left: 0;
    }
    .case-study-slider .slick-next.slick-arrow {
        right: 0;
    }
    .mission-vision--content {
        padding: 30px;
    }
    .mission-vision--content p {
        line-height: 28px;
    }
    .mission-vision--inner {
        padding: 50px 15px;
        grid-gap: 20px;
    }
    .mission-vision--box {
        grid-template-columns: 170px 1fr;
    }
    .our-core-values--inner {
        padding: 30px 15px 70px;
    }
    .hexagon {
        width: 140px;
        height: 160px;
    }
    .core-values-item figure {
        width: 118px;
        height: 137px;
    }
    ul.overview-data li {
        grid-template-columns: 12% 1fr 12% 1fr;
    }
    .three-map--item .address-detail {
        padding-left: 0;
    }
    .three-map--item .map-thumbnail {
        margin-bottom: 12px;
    }
    .overview-inner {
        padding: 50px 15px 0;
    }
    .three-map-sec {
        padding: calc(20px + 1.8vw) 15px 0;
    }
    .three-mapoverview-inner {
        padding-bottom: 50px;
        grid-gap: 12pxfv;
    }
    .four-boxes-cta {
        margin-top: 0;
        padding: 70px 0;
    }
    .four-boxes-cta + section {
        margin-top: 0;
    }
    .four-boxes-cta--inner .products-business-details-listing ul li:nth-child(even) {
        margin-top: 50%;
    }
    .four-boxes-cta--inner .products-business-details-listing ul {
        grid-gap: 20px;
    }
    .contact-detail-sec-wrap .phone a {
        font-size: 58px;
    }
    .contact-detail-sec-wrap .phone a img {
        width: 65px;
        margin-right: 10px;
    }
    section.explore-global-sec {
        margin-bottom: 120px;
    }
    .explore-global-sec-outer {
        padding: 0 15px 50px;
    }
}
@media only screen and (max-width: 1023px) {
    .menu-icon {
        max-width: 960px;
        margin: 0 auto;
    }
    .menu-icon .menu-box span {
        width: auto;
        height: auto;
        margin-bottom: 0;
        background: transparent;
        display: block;
        border-radius: 0;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        position: relative;
        padding-right: 20px;
        font-weight: 700;
        color: #3A80A6;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .menu-icon {
        display: block;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    /* #menu-menu-1 {
        width: 100%;
        position: absolute;
        top: 90px;
        left: 0;
        bottom: 0;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #3a80a6;
        z-index: 999;
        display: none;
        overflow: scroll;
        padding-bottom: 100px;
        padding-top: 91px !important;
    } */
    body.menu-show .main-navigation {
        opacity: 1;
        visibility: visible;
    }
    .menu-icon .menu-box {
        top: -67px;
        right: 15px;
        cursor: pointer;
        position: absolute;
        left: auto;
        z-index: 9;
    }
    .enumenu_ul > li.current_page_parent > a,
    .enumenu_ul ul li.current_page_item > a {
        color: #eeb243 !important;
    }
}
@media only screen and (max-width:991px) {
    ul#menu-second-navigation-menu li{
        margin-right: 0;
    }
    .produst-tabbing nav {
        display: none;
    }
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
        margin-bottom: 15px;
    }
    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #000;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }
    .accordion-button:focus {
        z-index: 3;
        border-color: #000;
        outline: 0;
        box-shadow: none;
    }
    .accordion-button::after {
        background-image: url(assets/images/down-accordian-arw.svg) !important;
    }
    .accordion-button:not(.collapsed)::after{
        transform: none !important;
    }
    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    body {
        padding-top: 180px;
    }
    .footer-listmenu > ul > li {
        width: 50% !important;
        margin-bottom: 20px;
    }
    .footer-bottom-sec {
        margin-top: 90px;
    }
    .footer-listmenu ul li ul.sub-menu li a,
    .bottom-link-menu ul li a,
    .footer-listmenu ul li ul.sub-menu li.LinkedIn-icon span.menu-image-title,
    .footer-listmenu ul li ul.sub-menu li.youtube-icon span.menu-image-title,
    .footer-listmenu ul li ul.sub-menu li.facebook-icon span.menu-image-title {
        font-size: 16px;
    }
    .copyright-link p {
        font-size: 17px;
    }
    .main-navigation ul li a {
        font-size: 16px;
    }
    .hamburger {
        display: inline-block;
        cursor: pointer;
        -webkit-transition-property: opacity, -webkit-filter;
        transition-property: opacity, -webkit-filter;
        -o-transition-property: opacity, filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        overflow: visible;
        padding: 0;
    }
    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #00e6be;
        border-radius: 4px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        -o-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    /*  3DXY Reverse */
    .hamburger--3dxy-r .hamburger-box {
        -webkit-perspective: 80px;
        perspective: 80px;
    }
    .hamburger--3dxy-r .hamburger-inner {
        -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .hamburger--3dxy-r .hamburger-inner::before,
    .hamburger--3dxy-r .hamburger-inner::after {
        -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .hamburger.is-active {
        position: relative;
        z-index: 120;
        margin-top: 0;
    }
    .hamburger--3dxy-r.is-active .hamburger-inner {
        background-color: transparent;
        -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
        transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    }
    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
        transform: translate3d(0, 10px, 0) rotate(45deg);
        background: #333;
    }
    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        background: #333;
    }
    .social-search-link ul {
        display: none;
    }
    .mega-menu-sec {
        background-color: #fff;
        padding: 15px 0;
    }
    .search-cover {
        top: calc(100% + 15px);
    }
    ul#menu-second-navigation-menu {
        list-style: none;
        margin: 0;
        padding: 20px 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
    .menu-opened ul#menu-second-navigation-menu {
        opacity: 1;
        visibility: visible;
    }
    ul#menu-second-navigation-menu li.menu-item-has-children:after {
        display: none;
    }
    ul#menu-second-navigation-menu li {
        display: block;
        margin-right: 15px;
        padding: 10px 20px;
    }
    ul#menu-second-navigation-menu li .submenuToggle {
        background: none;
        position: absolute;
        top: 4px;
        right: 10px;
        text-align: center;
        width: 42px;
        cursor: pointer;
    }
    ul#menu-second-navigation-menu li .submenuToggle:after {
        content: "\f107";
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
        font-size: 18px;
        color: #00e0b9;
    }
    ul#menu-second-navigation-menu li.submenuOpened ul.sub-menu {
        left: 0;
        right: 0;
        width: 100%;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul#menu-second-navigation-menu li ul li {
        width: calc(50% - 15px);
        padding: 0 15px;
    }
    ul#menu-second-navigation-menu li.submenuOpened > .submenuToggle {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .home-banner-wrap .home-banner-img {
        display: none;
    }
    .home-banner-wrap .home-banner-content {
        width: 100%;
    }
    .about-johnson-screens-wrap .about-johnson-screens-tabs,
    .about-johnson-screens-wrap .about-johnson-screens-content,
    .message-from-ceo-wrap .message-from-ceo-img,
    .message-from-ceo-wrap .message-from-ceo-content {
        width: 100%;
    }
    .about-johnson-screens-wrap {
        display: block;
    }
    .products-business-details-listing ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    .why-choose-johnson-screen-listing ul li {
        width: 50%;
    }
    .case-study-listing ul {
        display: block;
    }
    .case-study-listing ul li {
        width: 49%;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
    }
    .download-sec-listing ul li {
        padding: 0 15px;
    }
    .pick-up-listing ul li {
        width: 50%;
        margin-bottom: 20px
    }
    .global-manufacturer-wrap .section-heading h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .about-johnson-screens-wrap .about-johnson-screens-content {
        margin-top: 20px;
    }
    ul.resp-tabs-list {
        max-width: 645px;
        margin: 15px auto 20px !important;
    }
    .video-slider-items .slick-slide {
        margin: 0 15px;
    }
    .featured-point .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 55px;
    }
    .back-to-top span {
        font-size: 0;
    }
    .back-to-top span img {
        margin-left: 0;
    }
    .faq-wrap ul {
        column-count: 1;
    }
    .faq-wrap ul li {
        border-right: none;
    }
    .faq-wrap ul li,
    .faq-wrap ul li:nth-of-type(n+4) {
        padding-left: 75px;
        padding-right: 0;
    }
    .faq-wrap ul li {
        padding-bottom: 50px;
    }
    .related-produst-listing .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    .download-sec-listing ul {
        margin: 0;
    }
    ul.slick-dots li button {
        width: 20px;
        height: 20px;
    }
    ul.slick-dots {
        bottom: -30px;
    }
    h1,
    h2,
    h3 {
        text-wrap: balance;
    }
    .history-cta--inner {
        padding: 40px 15px 50px;
    }
    .history-cta--block p,
    .global-manufacturer-wrap .section-heading p {
        text-align: center;
    }
    .global-manufacturer-wrap .section-heading p {
        margin-bottom: 30px !important;
    }
    
    .our-core-values-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .our-core-values--inner {
        padding: 30px 15px 50px;
    }
    .hexagon {
        width: 130px;
        height: 150px;
    }
    .core-values-item figure {
        width: 108px;
        height: 127px;
    }
    .four-boxes-cta--inner .products-business-details-listing ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .four-boxes-cta--inner .products-business-details-listing ul li:nth-child(even) {
        margin-top: 0;
    }
    .four-boxes-cta--inner .products-business-details-listing ul {
        margin: 40px 0 0;
    }
    .products-business-listing-inner span {
        min-height: 120px;
    }
}
@media only screen and (max-width:767px) {
    .mission-vision--inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .mission-vision--box {
        grid-template-columns: 30% 1fr;
    }
    .message-from-ceo-wrap{
        display: block;
    }
    .error-404.not-found h1 {
        margin-bottom: 10px;
    }
    .error-404.not-found {
        padding: 20px 0;
    }
    .single-page {
        padding: 20px 0;
    }
    section.inner-banner-sec.single-page {
        min-height: 100px;
    }
    .tabbed-slides-content {
        padding: 20px 15px;
    }
    .main-header .main-navigation {
        display: none;
    }
    .main-header {
        border-bottom: 1px solid #DADADA;
    }
    .main-header .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .col-4,
    .col-8 {
        width: 100%;
    }
    .copyright-link p {
        text-align: center;
        margin-bottom: 20px;
    }
    .col.bottom-link-menu {
        text-align: center;
    }
    .footer-sec {
        padding: 50px 0;
    }
    .footer-bottom-sec {
        margin-top: 40px;
    }
    .home-banner-wrap .item-wrap {
        min-height: 600px;
        padding: 40px 0 70px 0;
    }
    .home-banner-wrap .home-banner-content p {
        margin-bottom: 42px;
    }
    .fill-button,
    .outline-button {
        margin: 0 auto 10px;
        display: block;
        text-align: center;
    }
    .about-johnson-screens-wrap .about-johnson-screens-content {
        padding: 30px;
    }
    .message-from-ceo .section-heading h2 {
        font-size: 35px;
        line-height: 43px;
    }
    .message-from-ceo-wrap .message-from-ceo-content {
        padding: 30px;
    }
    .products-business-details-listing ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .why-choose-johnson-screen-wrap {
        padding: 50px 10px;
    }
    .why-choose-johnson-screen-listing ul li,
    .case-study-listing ul li {
        width: 100%;
    }
    .case-study-listing ul li {
        margin-bottom: 20px;
    }
    .download-sec-listing ul li {
        width: 100%;
    }
    .case-study-wrap {
        padding: 45px 0 0;
    }
    .pick-up-wrap .section-heading h2 {
        font-size: 40px;
    }
    .pick-up-listing ul li {
        width: 100%;
    }
    .global-manufacturer-wrap .section-heading h2 {
        font-size: 28px;
        margin-bottom: 24px;
        line-height: 1.4;
    }
    .outline-button {
        padding: 11px 20px;
    }
    .about-johnson-screens-content-inner h2 {
        font-size: 30px;
    }
    .inner-banner-sec {
        min-height: 350px;
    }
    .inner-banner-content h1,
    h1 {
        font-size: 34px;
        line-height: 1.3;
    }
    .intro-video-sec .col-6 {
        width: 100%;
    }
    .video-img {
        height: 280px;
        margin-bottom: 20px;
    }
    .featured-point .col-md-3 {
        width: 100%;
    }
    .produst-tabbing .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 20px;
    }
    .related-produst-listing .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .img-content-slider .row {
        display: block;
    }
    .img-content-slider .col-md-5 {
        width: 100%;
    }
    .img-content-slider .col-md-7 {
        width: 100%;
    }
    .case-study-slidercontent {
        padding-left: 0;
        padding-right: 0;
        padding-top: 85px;
    }
    .case-study-slider {
        padding: 0;
    }
    .related-produst-listing {
        padding: 0;
    }
    .casestudy-img img {
        height: 250px;
    }
    .case-study-slider .slick-arrow {
        top: 300px;
    }
    .download-sec-listing ul li {
        margin-bottom: 20px;
    }
    .video-popup-img:before {
        width: 70px;
        height: 70px;
    }
    .inner-banner-content {
        width: 100%;
        text-align: center;
    }
    .our-core-values-block {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    .mission-vision--inner {
        padding: 30px 15px;
    }
    .hexagon {
        margin: 0 auto;
    }
    .our-core-values--inner .title-part p {
        text-align: center;
    }
    .three-map-sec {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .three-map--item .address-detail {
        text-align: center;
    }
    ul.overview-data {
        grid-template-columns: 1fr;
    }
    ul.overview-data li {
        grid-template-columns: 30% 1fr;
        grid-gap: 15px;
    }
    /*ul.overview-data li span:nth-child(1 of span.desc) {
        padding-right: 0;
    }*/
    .top-content-sec-wrap h2 {
        margin-bottom: 20px;
    }
    .contact-detail-sec-wrap {
        padding: 80px 15px;
    }
    .contact-detail-sec-wrap .phone a img {
        width: 40px;
        margin-right: 0px;
    }
    .contact-detail-sec-wrap .phone a {
        font-size: 32px;
    }
    .explore-global-sec-outer {
        padding: 0 10px 20px;
    }
    section.explore-global-sec {
        margin-bottom: 60px;
    }
    .contact-form-sec .form-wrap .nf-after-field {
        margin-left: 0% !important;
    }
}
@media (max-width: 640px) {
    .mission-vision--box {
        grid-template-columns: 1fr;
    }
    .mission-vision--box figure {
        padding-bottom: 55%;
    }
    .mission-vision--inner {
        padding: 40px 16px;
    }
    .mission-vision--content {
        padding: 25px;
    }
    .four-boxes-cta--inner .products-business-details-listing ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .timestamp {
        height: 320px;
    }
}
@media only screen and (max-width:480px) {
    ul#menu-second-navigation-menu li ul li {
        width: 100%;
        padding: 0 15px;
    }
}
@media only screen and (max-width:390px) {
    .footer-listmenu > ul > li {
        width: 100% !important;
    }
    .footer-listmenu ul ul.sub-menu {
        margin: 6px 0 0 0;
    }
}
.tab-slider-block {
    position: relative;
    z-index: 1;
    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;
    height: 100%;
    padding: 35px 0;
}
ul.resp-tabs-list {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    margin: 0 0 20px;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 15px 15px;
    width: 100%;
    max-width: 295px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    background: #DADADA;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.resp-tabs-list .resp-tab-active {
    background-color: #00E6BE;
}
.resp-tabs-container {
    position: relative;
}
.tabbed-slides-content {
    max-width: 645px;
    margin: 0 auto;
    padding: 0 15px;
}
.tabbed-slide {
    position: inherit;
    margin: 0 -13px;
}
.tabbed-slide .slick-arrow:after {
    content: "\f060";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 21px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tabbed-slide .slick-next:after {
    content: "\f061";
}
.tabbed-slides-content .slick-arrow:hover,
.tabbed-slides-content .slick-arrow:focus {
    background: #000;
    color: #fff;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.tabbed-slide .slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
}
.tabbed-slide .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    vertical-align: middle;
}
.tabbed-slide .slick-dots li button {
    font-size: 0;
    text-shadow: none;
    background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
    padding: 0;
    outline: none;
    width: 12px;
    height: 12px;
}
.tabbed-slide .slick-dots li.slick-active button {
    background: #fff;
}
.resp-tab-content {
    display: none;
    /* display: block !important;
    visibility: hidden;
    opacity: 0;
    height: 0; */
}
.resp-content-active,
.resp-accordion-active {
    display: block;
}
.tabbed-slider-item-wrap figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 74%;
}
.tabbed-slider-item-wrap figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tabbed-slider-item-wrap:hover figure img,
.tabbed-slider-item-wrap:focus figure img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.tabbed-slider-item-wrap {
    background: #fff;
    max-width: 295px;
}
.tabbed-slider-item--content {
    padding: 15px 24px;
    min-height: 116px;
}
.tabbed-slider-item--content p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.96px;
}
.tabbed-slides-content .slick-arrow {
    position: absolute;
    top: calc(50% - 42px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 3px solid #1C1B1F;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tabbed-slides-content .slick-next.slick-arrow {
    right: 20px;
    left: auto;
}
h2.resp-accordion {
    font-size: 18px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    background: #00e6be;
    margin: 0px;
    padding: 10px 15px;
}
h2.resp-accordion {
    margin-bottom: 0px !important;
    padding: 12px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.tabbed-slide .slick-slide {
    margin: 0 13px;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 19px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.tabbed-slider {
    overflow: hidden;
}
h2.resp-tab-active span.resp-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #00e6be !important;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    /* opacity: 1;
    visibility: visible;
    height: auto; */
}
.tabbed-slide .slick-slide {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}
.tabbed-slide .slick-current,
.tabbed-slide .slick-active {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
@media (min-width: 768px) {
    .resp-tab-content {
        visibility: hidden;
        opacity: 0;
        height: 0;
        display: block !important;
    }
    .resp-tab-content-active {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1340px) {
    .tabbed-slide .slick-slide {
        margin: 0 7px;
    }
    ul.resp-tabs-list {
        gap: 15px;
    }
    .tabbed-slide .slick-arrow:after {
        font-size: 16px;
    }
    .resp-tabs-list li {
        max-width: 100%;
    }
    .about-johnson-screens-content-inner h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about-johnson-screens-content-inner p {
        font-size: 18px;
        line-height: 30px;
    }
    .fill-button {
        font-size: 18px;
        padding: 10px 20px 10px 30px;
    }
    .about-johnson-screens-wrap {
        grid-gap: 12px;
    }
    .resp-tabs-list li {
        font-size: 18px;
        padding: 10px;
    }
    .tabbed-slider-item--content p {
        font-size: 18px;
        line-height: 25px;
    }
    .tabbed-slider-item--content {
        padding: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .tabbed-slider-item-wrap {
        max-width: 100%;
    }
    .tabbed-slider-item--content {
        min-height: 80px;
        padding: 20px 25px;
    }
    .about-johnson-screens-wrap .about-johnson-screens-content {
        padding: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-johnson-screens-content-inner h2 {
        font-size: 30px;
    }
    .tabbed-slide .slick-dots {
        position: relative;
        bottom: 0;
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    .tab-slider-block {
        padding: 0;
    }
    .about-johnson-screens-tabs {
        background-image: none !important;
        background-color: #060503 !important;
    }
    .tabbed-slide .slick-slide {
        margin: 0;
    }
    h2.resp-accordion {
        display: block;
    }
    .tabbed-slider-item--content {
        padding: 15px 30px;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-tabs-container .resp-accordion-closed {
        height: 0 !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    .tabbed-slides-content.resp-tab-content.resp-tab-content-active.resp-accordion-closed .tabbed-slider {
        margin: 0;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .resp-tab-content {
        display: block !important;
        height: 0;
        -webkit-transition: height 0.5s ease-in-out;
        -o-transition: height 0.5s ease-in-out;
        transition: height 0.5s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }
    .resp-tab-content.resp-tab-content-active {
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .tabbed-slider {
        margin: 0;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .resp-tab-content-active .tabbed-slider {
        margin: 30px 0;
    }
}