/*!
Theme Name: n.core WP theme
Theme URI: https://ncore-build.de
Author: n.core BUILD
Author URI: https://ncore-build.de
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ncore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ncore is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    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 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 {
    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"] {
    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 {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #303030;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    /* margin-block-start: 0; */
    /* margin-block-end: 0; */
    display: block;
    line-height: 1.6;
}

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;
    overflow-x: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 0 25px;
}

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-bottom: 1.1em;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #2862b7;
}

a:visited {
    color: #2862b7;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    /* 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 {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.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 ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main,
.posts-navigation,
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.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;
}

.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: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    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;
}


.container {
    max-width: 1440px;
    padding: 0 20px;
    margin: auto;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__row {}

img.custom-logo {
    max-width: 135px;
}

img.custom-logo {}

header:not(.opacity) img.custom-logo {
    filter: invert(1);
}

header:not(.opacity) a {
    color: #090909;
}

header a {
    text-decoration: none;
}

header ul {
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
}

.header__nav ul>li.dropdown-menu>.sub-menu {
    position: absolute;
    display: none;
    left: calc(50% - 0);
    -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px 0 20px;
    margin: 0;
    list-style: none;
    background: #0E223F;
    text-align: left;
    min-width: calc(100% + 60px);
    top: 100%;
    left: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 3px solid #e9f76f;
    /* min-width: 340px; */
    justify-content: space-around;
}

ul.sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 40px;
}

.header__nav ul>li.dropdown-menu>.sub-menu>li>.sub-menu {
    display: block;
    padding-inline-start: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
}

/* Fourth level menu */
.header__nav ul>li.dropdown-menu>.sub-menu>li>.sub-menu>li>.sub-menu {
    display: block;
    padding-inline-start: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    padding-left: 20px;
    background: #0E223F;
    border: none;
    min-width: 200px;
}

.header__nav ul>li.dropdown-menu>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    font-size: 14px;
    color: white !important;
    padding-bottom: 14px;
    margin-bottom: 9px;
    font-weight: 400;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    display: block;
}

/* Fifth level menu */
.header__nav ul>li.dropdown-menu>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu {
    display: block;
    padding-inline-start: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    padding-left: 40px;
    background: #0E223F;
    border: none;
    min-width: 200px;
}

li.pll-parent-menu-item:before {
    /* content: ''; */
    background-image: url(/wp-content/themes/ncore/images/chevron-down-svgrepo-com.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
}

li#menu-item-196 {}

.header-white:not(.fixed) li.pll-parent-menu-item:before {
    filter: invert(1);
}

nav.header__nav li {
    position: relative;
}

.header__nav ul {
    display: flex;
    margin-right: 30px;
    align-items: baseline;
}

.header__nav ul.menu>li {
    margin-left: 30px;
    padding: 20px 0;
}

.header__nav ul.menu>li.button-transparent {
    margin-left: 20px;
}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li {
    display: block;
    /* padding: 0 !important; */
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.1;
    margin-left: 0;
}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li {
    padding: 0 40px !Important
}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li>a {
    padding-bottom: 14px;
    margin-bottom: 9px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    display: block;
    color: rgb(122, 122, 122);
}

ul.sub-menu a {
    color: white;
}

.menu-menu1-container {}

ul#menu-menu1 {}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li>ul.sub-menu>li>a {
    font-size: 14px;
    color: white !important;
    padding-bottom: 14px;
    margin-bottom: 9px;
    font-weight: 400;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    display: block;
}

li.dropdown-menu>ul>li {
    padding: 11px !important;
}

.header__nav ul>li.dropdown-menu>.sub-menu>li>.sub-menu li {
    margin-bottom: 20px;
}

footer ul.sub-menu>li>ul.sub-menu li {
    display: block;
    /* padding: 0 30px; */
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.1;
}

.header__nav ul>li.dropdown-menu>.sub-menu:before {
    bottom: 100%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: -7px;
    border-color: transparent;
    border-bottom-color: #e9f76f;
    border-width: 7px;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: -14px;
}

header:not(.opacity) a:hover {
    color: #e9f76f;
}

/* Hover effects for all submenu levels */
.header__nav ul>li.dropdown-menu:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.header__nav ul>li.dropdown-menu>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}



.header__nav ul>li.dropdown-menu>.sub-menu {
    min-width: 380px;
}

li.pll-parent-menu-item:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

ul.sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 40px;
}

.header__nav ul>li>ul.sub-menu:hover {
    opacity: 1
}

.header__nav ul>li.dropdown-menu>a:after {
    content: '';
    background-image: url("/wp-content/themes/ncore/images/chevron-down-svgrepo-com.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
}

.menu-item-has-children>a {
    padding-right: 1px;
}

.header__nav ul>li.menu-item-has-children>a {
    padding-right: 22px;
    display: block;
}

.footer__col img {
    max-width: 150px;
}

footer#colophon {
    color: #ffffff;
    background-color: #0e223f !important;
    padding: 60px 0;
    /* position: relative !important; */
    width: 100%;
    bottom: 0;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

footer li>ul,
footer li>ol {
    margin-left: 0;
    padding: 0;
}

footer ul.menu,
footer ol.menu {
    margin: 0;
    padding-inline-start: 0 !important;
    list-style: none;
}

footer ul.sub-menu {
    transition: max-height 0.3s;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 20px;
    position: relative;
    visibility: visible;
    opacity: 1;
    display: block;
}

footer .menu-item-has-children>a:after {
    content: '';
    background-image: url("/wp-content/themes/ncore/images/chevron-down-svgrepo-com-1.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}

footer .menu-item-has-children a {
    position: relative;
    display: inline;
    padding-right: 22px;
}

footer#colophon li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    font-weight: 300;
}

footer h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: none;
    line-height: 1;
    letter-spacing: normal;
    position: relative;
    display: block;
    color: #6c6c6c;
    margin-top: 0;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

footer ul.sub-menu li {
    margin: 10px 0;
    list-style: none;
}

header.header.fixed {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    color: black;
}

nav.header__nav {
    display: flex;
    align-items: center;
}

header.opacity a {
    color: white;
}

header.opacity .header__nav ul.menu>li.menu-item-has-children>a:after {
    background-image: url("/wp-content/themes/ncore/images/chevron-down-svgrepo-com-1.svg");
}

header.header.opacity {
    position: fixed;
    width: 100%;
    z-index: 10;
}

header.header.opacity.fixed a {
    color: #0E223F;
}

header.header.opacity.fixed .button-transparent a {
    color: #E9F76F;
}

header.header.opacity.fixed img.custom-logo,
header.header:not(.header-white) img.custom-logo {
    filter: invert(1);
}

header.opacity.fixed .header__nav ul>li.menu-item-has-children>a:after,
header.opacity:not(.header-white) .header__nav ul>li.menu-item-has-children>a:after {
    background-image: url("/wp-content/themes/ncore/images/chevron-down-svgrepo-com.svg");
}

li.button,
li.button-transparent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    max-width: 100%;
    font-weight: 400;
    border: 0;
    outline: 0;
    cursor: pointer;
    /* border-radius: 3px; */
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 32px;
    padding: 0 18px !important;
    text-align: center;
    width: 80px;
}

li.bigbutton {
    width: 160px;
}



li.button {
    background-color: #e9f76f;
}

li.button a {
    color: #0E223F;
}

li.button:hover {
    background-color: #d9e667;
}

li.button-transparent {
    background-color: transparent;
}

.header .button-transparent {
    margin-left: 15px;
    background-color: #0E223F;
}

.header .button-transparent a {
    color: #E9F76F;
}

nav.header__nav {
    /* display: none; */
}

.mobile-toggle-holder {
    cursor: pointer;
    align-items: center
}

header.header:not(.header-white) a {
    color: #0E223F;
}

header.header:not(.header-white) li.button a {
    color: black !important
}

header.header:not(.header-white) li.button-transparent {
    background-color: #0E223F;

    border-color: #0E223F !important
}

header.header:not(.header-white) li.button-transparent a {
    color: #e9f76f
}

.mobile-toggle-holder .mobile-toggle {
    display: inline-flex;
    width: 16px;
    height: 12px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative
}

.mobile-toggle-holder .mobile-toggle span {
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    background: #090909;
    content: " ";
    left: 0
}

.mobile-toggle-holder .mobile-toggle span:nth-child(1) {
    top: 0
}

.mobile-toggle-holder .mobile-toggle span:nth-child(2) {
    top: 5px
}

.mobile-toggle-holder .mobile-toggle span:nth-child(3) {
    top: 10px
}

.mobile-toggle-holder strong {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    line-height: 1
}

.mobile-toggle-holder strong .close-label {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    height: 100%
}

.rtl .mobile-toggle-holder strong {
    margin-right: 0;
    margin-left: 15px
}

.mobile-toggle-holder.style1 .mobile-toggle>span:nth-child(1) {
    transform-origin: 0 0
}

.mobile-toggle-holder.style1 .mobile-toggle>span:nth-child(2) {
    -moz-transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: width .25s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.mobile-toggle-holder.style1 .mobile-toggle>span:nth-child(3) {
    transform-origin: 0 100%
}

.mobile-toggle-holder.style1:hover .mobile-toggle>span:nth-child(2) {
    width: 200%
}

#mobile-menu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 121;
    padding: 50px;
    width: 320px;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    background: #fff;
    will-change: transform;
    transition: all .6s;
    opacity: 0;
}

#mobile-menu.style1 {
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

nav#mobile-menu {
    /* transform: translate(0px, 0) !important; */
}

#mobile-menu .menubg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-size: cover;
    pointer-events: none
}

nav#mobile-menu li.button {
    display: inline-flex;
    width: auto;
    padding: 0 14px !important;
    box-sizing: border-box;
    max-width: 140px;
    /* margin-bottom: 20px; */
    /* float: left; */
    margin-right: 11px;
    margin-top: 45px;
    display: flex;
}

nav#mobile-menu li.button-transparent {
    background-color: #0E223F;
    color: #e9f76f;
    display: flex;
    width: auto;
    padding: 0 14px !important;
    box-sizing: border-box;
    max-width: 122px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    /* float: left; */
    margin-right: 10px;
    font-size: 15px !important;
    margin-top: 18px;
}

nav#mobile-menu li.button-transparent a {
    color: #e9f76f !important;
    padding: 0;
    font-size: 15px;
}

nav#mobile-menu li.button a {
    font-size: 15px;
    color: #0E223F !important;
}

nav#mobile-menu li.button-transparent a {
    color: #e9f76f !important;
    padding: 0;
}

.left-align-mobile-menu,
.thb-header-style-style6 #mobile-menu.style1 {
    right: auto;
    left: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.thb-mobile-menu {
    line-height: 1;
    margin: 0 0 40px;
    padding: 0;
    list-style: none
}

#mobile-menu ul.sub-menu {
    list-style: none;
    margin-left: 0;
    padding-inline-start: 25px;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: .6s ease max-height;
    opacity: 1;
    visibility: visible;
    position: relative;
}

#mobile-menu .button a {
    padding: 0
}

#mobile-menu a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: none;
    position: relative;
    font-size: 20px;
    padding: 13px 25px 13px 0;
    color: #565656 !important;
    text-decoration: none
}


#mobile-menu .menu li>.sub-menu li a {
    font-size: 14px;
    padding: 8px 26px 8px 0;
    display: inline-block;
}

li.title>a {
    /* margin-bottom: 20px !important; */
    /* border-bottom: 1px solid; */
    /* display: inline !important; */
}

#mobile-menu ul {
    margin: 0;
    list-style: none;
    padding-inline-start: 0;
}

.thb-mobile-close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute !important;
    top: 30px;
    right: 30px;
    z-index: 40;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.thb-mobile-close div {
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

.thb-mobile-close div span {
    height: 1px;
    display: block;
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 6px;
    background: #a2a2a2
}

.thb-mobile-close div span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #090909;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.thb-mobile-close div span:nth-child(1) {
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.thb-mobile-close div span:nth-child(2) {
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.thb-mobile-close div span:nth-child(2):before {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.thb-mobile-close:hover div span:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}


#mobile-menu li.menu-item-has-children>a:after {
    content: '';
    background-image: url("/wp-content/themes/ncore/images/chevron-down-svgrepo-com.svg");
    width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}

::after {}

#mobile-menu .menu li>.sub-menu li.menu-item-has-children>a:after {
    width: 15px;
    height: 15px;
}

/* Arrows for the fourth and fifth levels in the mobile menu */
#mobile-menu .menu li>.sub-menu li>.sub-menu li.menu-item-has-children>a:after,
#mobile-menu .menu li>.sub-menu li>.sub-menu li>.sub-menu li.menu-item-has-children>a:after {
    content: '';
    background-image: url("/wp-content/themes/ncore/images/chevron-down-svgrepo-com.svg");
    width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}



/* Fourth level in the mobile menu */
#mobile-menu .menu li>.sub-menu li>.sub-menu li>.sub-menu {
    padding-inline-start: 45px;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: .6s ease max-height;
    opacity: 1;
    visibility: visible;
    position: relative;
}

/* Fifth level in the mobile menu */
#mobile-menu .menu li>.sub-menu li>.sub-menu li>.sub-menu li>.sub-menu {
    padding-inline-start: 65px;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: .6s ease max-height;
    opacity: 1;
    visibility: visible;
    position: relative;
}

@media screen and (max-width: 991px) {
    nav.header__nav {
        display: none;

    }

    .footer__row {
        flex-direction: column;
    }

    .footer__col {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 992px) {
    .mobile-toggle-holder {
        display: none !important
    }

    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.popup_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* pointer-events: none; */
    z-index: 120;
    background-size: 100%;
    background-image: -moz-radial-gradient(center, circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
    background-image: -webkit-radial-gradient(center, circle, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
    position: fixed;
    display: none
}

.header__nav ul>li>.sub-menu>li>.sub-menu a {
    display: block;
    margin-bottom: 13px;
}

.single-post,
.blog,
.archive,
.single-projects {
    background: url("/wp-content/themes/ncore/images/background.svg");
    background-color: #F8F7F1;
    background-repeat: repeat-x;
}

.single-post main .container {
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 0 20px;
}

.entry-meta {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    color: #0E223F;
    margin-bottom: 89px;
}

h1.entry-title {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #0E223F;
    margin-bottom: 17px;
}

main#primary {
    padding: 110px 0;
}

img {}

.entry-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: top;
}

.entry-content {
    max-width: 1440px;
    margin: 0 auto 66px;
}

a.back-to-blog {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    display: flex;
    align-items: center;
    color: #2862B7;
    max-width: 990px;
    margin: 0 auto 153px;
}

.related__post {}

.related {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(342px, 1fr));
    gap: 34px;
}

.entry-content a {
    color: black;
}

.related__image {
    margin-bottom: 31px;
}

.related__image img {
    max-height: 256px;
    width: 100%;
    object-fit: cover;
}

.related__meta {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    align-items: center;
    color: #0E223F;


    /* Inside auto layout */
    margin-bottom: 10px;
}

.related__name {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    color: #0E223F;


    /* Inside auto layout */
    margin-bottom: 10px;
}

.related__name+a {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    display: flex;
    align-items: center;
    color: #2862B7;
}


.post__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(342px, 1fr));
    gap: 34px;
}

.entry-content a {
    color: black;
}

.item__image {
    margin-bottom: 31px;
}

.item__image img {
    height: 256px;
    width: 100%;
    object-fit: cover;
}

.item__meta {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    align-items: center;
    color: #0E223F;


    /* Inside auto layout */
    margin-bottom: 10px;
}

.item__name {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    color: #0E223F;


    /* Inside auto layout */
    margin-bottom: 10px;
}

.item__name+a {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 171% */
    display: flex;
    align-items: center;
    color: #2862B7;
}

.blog h1.page-title,
.archive h1 {
    margin-bottom: 90px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    line-height: 60px;
    /* or 130% */
    display: flex;
    align-items: center;
    color: #0E223F;
}

.post__item {
    margin-bottom: 90px;
}

h5 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 0;
    color: #0E223F;
}

ul:not(.header__nav ul),
ol {
    margin-left: 0;
}

li {
    margin-bottom: 6px;
}

section.banner {
    padding-top: 25vh !important;
    padding-bottom: 20vh !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.page-template-page-functions-V2 section.banner {
    padding-top: 15vh !important;
    padding-bottom: 10vh !important;
}

.page-template-page-for-whom section.banner {
    padding-top: 15vh !important;
    padding-bottom: 10vh !important;
}

.single-stage .banner:before {
    background: #eae9e7;
    opacity: 0.9;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}


body:not(.page-template-page-functions-V2) .banner__image {
    position: absolute;
    right: 0;
    bottom: -12px;
    max-width: 46vw;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__title h1 {
    color: #0E223F;
    line-height: 1.2;
    margin-bottom: 35px;
}

.banner__content {
    max-width: 55%;
}

.page-id-133 .banner-dark:before {
    background: rgba(14, 34, 63, 0.6);
    background: linear-gradient(-135deg, rgba(14, 34, 63, 0.6), rgba(14, 34, 63, 0.6));
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.banner__content {
    z-index: 2;
    position: relative;
}

.banner__text {
    /* color: #e6e6e6; */
    color: #535353;
    margin-bottom: 35px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
}

header.header .container {
    width: 100%;
    max-width: 1800px;
    padding: 15px 20px;
}

.button.button-white {
    text-decoration: none;
    color: #0e223f;
    border: 1px solid;
}

.button {
    font-size: 15px;
    height: 42px;
    padding: 0 30px;
    width: auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-align: center;
}

.banner.banner-dark .button {
    color: #0e223f;
    background: #ffffff;
    border-color: white;
}

.banner.banner-dark .button:hover {
    background: linear-gradient(-135deg, #0e223f, #0e223f);
    border-color: #0e223f;
    color: white;
}

.banner.banner-dark .button-green {
    color: #0e223f;
    background: #e9f76f;
    border-color: #e9f76f;
}

.banner.banner .button-green {
    color: #0e223f;
    background: #e9f76f;
    border-color: #e9f76f;
}

.scroll-bottom.light.style3 {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    text-align: center;
    z-index: 30;
    cursor: pointer;
}

.banner-dark h1,
.banner-dark .banner__text {
    color: white;
}

.banner-dark .banner__text {
    color: #ffffff;
}

.banner-dark .button-white {
    color: #fff;
}

.banner-dark .button-white:hover {
    color: #e9f76f;
    border-color: #e9f76f;
}

.banner-dark .wpcf7-form {
    color: #ccc;
}

.banner-dark .wpcf7-form a {
    color: #ccc;
}

.banner-dark .wpcf7-form a:hover {
    color: #fff;
}

.scroll-bottom.style3>div {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 1px;
}

.scroll-bottom.style3>div:before {
    content: '';
    width: 16px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 50%;
    right: 1px;
    will-change: transform;
    -moz-transform: rotateZ(45deg) scaleX(0.75);
    -ms-transform: rotateZ(45deg) scaleX(0.75);
    -webkit-transform: rotateZ(45deg) scaleX(0.75);
    transform: rotateZ(45deg) scaleX(0.75);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.scroll-bottom.style3>div:after {
    content: '';
    width: 16px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 50%;
    left: 1px;
    will-change: transform;
    -moz-transform: rotateZ(-45deg) scaleX(0.75);
    -ms-transform: rotateZ(-45deg) scaleX(0.75);
    -webkit-transform: rotateZ(-45deg) scaleX(0.75);
    transform: rotateZ(-45deg) scaleX(0.75);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.scroll-bottom.style3:hover>div:before {
    -moz-transform: rotateZ(45deg) scaleX(1);
    -ms-transform: rotateZ(45deg) scaleX(1);
    -webkit-transform: rotateZ(45deg) scaleX(1);
    transform: rotateZ(45deg) scaleX(1);
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.scroll-bottom.style3:hover>div:after {
    -moz-transform: rotateZ(-45deg) scaleX(1);
    -ms-transform: rotateZ(-45deg) scaleX(1);
    -webkit-transform: rotateZ(-45deg) scaleX(1);
    transform: rotateZ(-45deg) scaleX(1);
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}


section.image-text {}

section.image-text {
    padding: 160px 0 125px;
}

.title h2,
.title {
    color: #0E223F;
    font-family: inherit;
    line-height: 1.3;
    font-weight: 300;
    font-size: 37px;
    margin-top: 0;
    /* min-height: 120px; */
}

.image-text__row {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.image-text__col:first-child {
    /* width: 45%; */
    margin-right: 17%;
}

.image-text .title {
    min-height: 140px;
    width: 50%;
}

section.image-text {}

.image-text__col img {
    max-width: 510px;
}

section.icon {
    padding-top: 160px;
    padding-bottom: 140px;
    background: #eae9e7;
}

.page-template-page-functions section.icon,
.single-stage section.icon {
    padding-top: 160px;
    padding-bottom: 140px;
    background: #eae9e7 url(/wp-content/themes/ncore/images/background.svg) repeat-x top;
}


section.icon .title {
    height: 140px
}

.icons__wrapper {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.icon__item {
    width: 30%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 3%;
}

.icon__image {
    margin-bottom: 25px;
    margin-top: 35px;
}

.icon__content h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.icon__content p {
    font-size: 16px;
    padding: 0 15px;
}

section.functions {
    padding-top: 160px;
    padding-bottom: 130px;
}

section.functions .title {
    height: 140px;
}

.functions__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.functions__item {
    width: 45%;
    margin-top: 20px;
    margin-bottom: 60px;
}

.functions__item ul {
    margin-bottom: 35px
}

a.button.button-transparent {
    color: #2862b7;
    border: 1px solid;
}

a.button.button-transparent:hover {
    color: #191970;
}

section.projects {
    padding-top: 160px !important;
    /* background-color: #0e223f !important; */
    color: white;
    /* padding-bottom: 426px; */
    position: relative;
}

section.projects .title {
    color: white;
    margin-bottom: 55px;
}

section.projects a.button.button-transparent {
    color: white;
}

.projects__wrapper {
    padding-left: 20%;
    display: flex;
    justify-content: flex-end;
    /* margin-bottom: -100px; */
    position: relative;
    width: 100%;
}

.projects__excerpt {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 34px 28px;
}

section.projects:before {
    content: '';
    width: 100%;
    height: 90%;
    display: block;
    background-color: #0e223f !important;
    position: absolute;
    top: 0;
    z-index: -1;
}

.projects__name {
    font-size: 14px;
    padding: 0 34px 28px;
    color: black;
    line-height: 100%;
}

a.projects__link {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    /* identical to box height, or 187% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #2862B7;
    padding: 0 34px 38px;
    text-decoration: underline;
}


.projects__item {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    margin-bottom: 30px;
}

.projects__item {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    background-color: #f5f5f5;
    max-width: 330px;
    min-width: 240px;
    margin: 0 1.25rem 30px;
}

.projects__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.projects__link {
    margin-top: auto;
}

section.projects {}

section.cta {
    padding-top: 130px;
    padding-bottom: 130px;
}

section.cta .title {
    text-align: center;
    height: 140px;
}

.cta__row {
    display: flex;

}

.cta__col {
    width: 50%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.cta__col form {
    margin: 0;
    padding: 0 15%;
}

.cta__col form fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    border: 0;
    padding: 15px 20px;
    height: 48px;
    /* margin-bottom: 27px; */
    color: #0E223F;
    font-size: 14px;
    font-weight: 400;
    background: #f5f5f5;
    max-width: 100%;
    outline: 0;
    font-family: inherit;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #0E223F !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #0E223F !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #0E223F !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #0E223F !important;
    opacity: 1;
}

.wpcf7 input::placeholder {
    color: #818181;
}

.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed !important;
background-color: #dfdfdf !important;
}



input.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #0E223F;
    padding: 0 40px;
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #e9f76f;
}

span.wpcf7-form-control-wrap {
    /* margin-bottom: 30px !important; */
    /* display: block; */
}

.icon__image img {
    width: 64px;
    height: 64px;
}

.image-text__col p {
    font-size: 16px;
}

section.stages {
    padding-top: 160px;
    position: relative;
    z-index: 0;
}

.page-template-page-front section.icon {
    background-color: white !important;
}

.page-template-page-front section.video h2 {
    height: 163px;
    margin-bottom: 0;
}

.page-template-page-front section.video .video__col p {
    margin-top: 0;
}

section.stages:before {
    content: '';
    width: 100%;
    height: 90%;
    display: block;
    position: absolute;
    top: 0;
    background: #eae9e7 url(/wp-content/themes/ncore/images/background.svg) repeat-x top;
    z-index: -1;
}

section.stages .title h2 {
    max-width: 698px;
    font-size: 52px;
    margin-bottom: 135px;
}

.stages__wrapper {
    display: flex;
    justify-content: flex-end;
}

.stages__item {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    max-width: 314px;
    /* padding: 34px; */
    background-color: #0e223f;
    box-sizing: border-box;
    color: white;
}

.stage__content p,
.stage__content a {
    color: white;
    font-size: 15px;
}


/* Project Phases Section Styling */
.stages__wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.stages__item {
    flex: 1 1 45%;
    max-width: 500px;
    margin: 20px;
}

.stage__image img {
    width: 100%;
    height: auto;
}

.stage__content {
    text-align: center;
    padding: 15px;
}

.stage__content h5 {
    font-size: 1.5em;
    font-weight: 400;
    color: #E9F76F;
    margin-bottom: 10px;
}

.stage__content p {
    font-size: 1em;
    line-height: 1.6;
    color: #303030;
    margin: 15px 0;
}

section.questions {
    padding: 50px 0;
    background-color: #0e223f;
    color: white;
}

.questions__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10%;
}

p.questions__text {
    margin-bottom: 0;
}

section.questions .button-transparent,
section.questions h5 {
    color: white;
}

section.questions h5 {
    margin-bottom: 0;
}

section.questions .button-transparent:hover {
    color: #d3d3d3;
}

section.video {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color: #eae9e7;
}

.video__row {
    display: flex;
    justify-content: space-between;
}

.video__col {
    width: 44%;
}

video {
    max-width: 100%;
}

.stage__content {
    padding: 34px 34px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 360px;
}

section.feedback {
    padding-top: 160px;
    padding-bottom: 20px;
}

section.feedback .title {
    text-align: center;
    margin-bottom: 100px;
}

.feedback__text {
    max-width: 70%;
    font-size: 26px;
    font-weight: 500;
    color: #0E223F;
    text-align: center;
    margin: 0 auto 35px;
}

.feedback__item {
    text-align: center;
}

.feedback__name {
    display: inline;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
}

.feedback__logo {
    text-align: center;
}

.feedback__logo img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*.feedback__name:before {*/
/*    content: '';*/
/*    width: 21px;*/
/*    height: 2px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    background-color: #a7a7a7;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/

.container {}

section.clients {
    padding: 0 0 100px;
}

.clients__wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
}

.clients__item {
    margin: 0 15px;
}

img.prev.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    margin: auto;
    width: 25px;
}

img.next.slick-arrow {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
}

.stage__image img {
    max-height: 230px;
    object-fit: cover;
}

.banner__text {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
    color: #0E223F;
}

.banner__title {}

h1 {
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
}

section.animation {
    padding: 160px 0;
}

.animation__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.animation__col {
    width: 45%;
}

.animation__pretitle {
    font-size: 14px;
    margin-bottom: 10px;
}

/*section.animation .title h2 {*/
/*    font-size: 46px;*/
/*    !* margin-bottom: 10px; *!*/
/*    font-weight: 400;*/
/*    color: black;*/
/*}*/

section.animation p {
    font-size: 18px;
}

.page-template-page-functions section.functions {
    background: #eae9e7;
}

.single-stage .image-text__col p {
    margin-top: 0;
}

.page-template-page-price section.banner {
    background: #F5F5F5;
    padding-bottom: 100px !important;
}

.page-template-page-price .banner__text {
    font-size: 16px;
}

.page-template-page-price .banner__text span {
    font-size: 19px;
}

.page-template-page-price .cta__row {
    align-items: center;
}

.page-template-page-price .cta__row .wpcf7-list-item {
    width: 100%;
}

.page-template-page-price .cta__col {
    padding: 0 8%;
}


section.prices {
    /*padding: 0 0 160px;*/
    background: #F5F5F5;
}


.wp-block-table table {
    border: none !important;
    /* border-collapse: unset; */
}

.wp-block-table td,
.wp-block-table th {
    border: 0;
}

/*section.prices tr:first-child {*/
/*    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 30px;*/
/*    line-height: 44px;*/
/*    !* border-bottom: 0; *!*/
/*}*/

/*section.prices tr:first-child a {*/
/*    width: 175.42px;*/
/*    height: 60px;*/
/*    background: #0E223F;*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 18px;*/
/*    line-height: 27px;*/
/*    margin: 25px auto 0;*/
/*}*/

/*section.prices tr td:not(:first-child) {*/
/*    text-align: center;*/
/*}*/

section.prices td {
    padding: 5px 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
}

section.prices h4 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

section.prices h4 span {
    font-size: 18px;
}

/*section.prices tr:nth-child(4), tr:nth-child(9) {*/
/*    height: 120px;*/
/*    vertical-align: bottom;*/
/*    font-weight: 700;*/
/*    font-size: 29px;*/
/*    line-height: 27px;*/
/*}*/

section.prices tr {
    border-bottom: 1px solid #e8e8e8;
}

section.prices td strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

section.prices .aligncenter {
    margin-bottom: auto;
}

/*section.prices tr:nth-child(2) td:not(:first-child) {*/
/*    font-weight: 300;*/
/*    font-size: 40px;*/
/*    line-height: 44px;*/
/*}*/

/*section.prices tr:nth-child(n + 2) td:not(:first-child) {*/
/*    border-left: 1px solid #DFDFE2;*/
/*}*/
/*section.prices thead tr:first-child {*/
/*    border-bottom: 0;*/
/*}*/

/*section.prices tbody tr:first-child td {*/
/*    padding: 10px 0 !important;*/
/*}*/


section.prices .trpadding td {
    padding-top: 40px;
}


body.page-template.page-template-page-custom {
    background: #F8F7F1 url(/wp-content/themes/ncore/images/background.svg) repeat-x;
}

body.page-template.page-template-page-custom h1.entry-title {
    text-align: center;
    justify-content: center;
    margin-bottom: 60px;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */


/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
}

[dir='rtl'] .slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
}

[dir='rtl'] .slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.cards-section {
    padding: 160px 0;
    background-color: #f7f7f7;
}

.cards-section .title {
    text-align: left;
    margin-bottom: 50px;
}

.cards-row {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    background-color: #fff;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex-basis: calc(20% - 20px);
}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;/
}

.card h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
    color: #0E223F;
    margin: 30px 20px 20px 20px;
}

.card p {
    font-size: 1em;
    line-height: 1.6;
    color: #303030;
    margin: 0 20px 20px;
    min-height: 200px;
}

.read-more {
    display: block;
    margin: 0 20px 20px;
    font-size: 1em;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .card {
        flex-basis: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .card {
        flex-basis: calc(100% - 20px);
    }
}

/* Contatcs */
body.page-template-page-contacts {
    background: url(/wp-content/themes/ncore/images/background.svg);
    background-color: #F8F7F1;
    background-repeat: repeat-x;
}

section.relnot {
    padding: 115px 0px 0px;
}

section.relnot h1 {
    margin-bottom: 115px;
    font-weight: 300 !important;
    font-size: 54px;
    line-height: 60px;
    /* or 111% */
    display: flex;
    align-items: center;
    color: #0E223F;
}


section.contacts {
    padding: 115px 65px 65px;
}

section.contacts h1 {
    margin-bottom: 115px;
    font-weight: 300 !important;
    font-size: 54px;
    line-height: 60px;
    /* or 111% */
    display: flex;
    align-items: center;
    color: #0E223F;
}

section.contacts .contacts__list {
    display: flex;
    justify-content: space-between;
}

section.contacts .contacts__list-item {
    width: calc(33% - 70px);
}

section.contacts .contacts__list-item a {
    display: block;
}

section.contacts .contacts__list-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 24px;
}

section.contacts .contacts__list-item h5 {
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    /* identical to box height, or 133% */
    color: #0E223F;
    margin-bottom: 24px;
}

section.contact-form {
    padding: 65px 65px 165px;
}

section.contact-form .contacts-form__row {
    display: flex;
    justify-content: space-between;
}

section.contact-form .contacts-form__col {
    width: 50%;
}

section.contact-form form {
    max-width: 440px
}

section.contact-form h5 {
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    /* or 133% */
    letter-spacing: -0.015em;
    color: #0E223F;
    margin-bottom: 24px;
}

section.contact-form p {
    margin: 0px;
}

section.contact-form input {
    background: #FFFFFF;
    margin-bottom: 15px;
}

section.contact-form h4.wp-block-heading {
    margin: 0;
}

section.contact-form .contacts-form__col h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #0E223F;
}

section.contact-form .contacts-form__col:last-child p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #6C6C6C;
    margin-bottom: 30px;
}

section.contact-form .contacts-form__col .wp-block-columns.is-layout-flex.wp-container-3 {
    align-items: center;
}

section.contact-form .wp-block-column.is-layout-flow {
    align-items: center;
}

.projects__item img {
    height: 250px;
    object-fit: cover;
}

.projects__item .projects__title {
    color: #0E223F;
    padding: 0 34px 0;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.banner__buttons a {
    margin: 10px 20px 10px 0;
}

.logo-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #fff;
    /* Adjust if needed */
}

.logo-strip__item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.logo-strip__item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.page-template-page-functions-V2 .logo-strip__item img {
    max-height: 140px;
}


/* Tab Section Styling */
.tab-section {
    padding-top: 160px;
    padding-bottom: 160px;
}

.tab-section .title {
    height: 140px;
}

.tab-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 75px;
}

.tab-button {
    flex: 1;
    text-align: center;
    padding: 15px;
    background: #F5F5F5;
    cursor: pointer;
    font-size: 1.5em;
    border: 0;
    color: #0E223F;
    transition: background 0.3s;
}

.tab-button.active {
    background: #0E223F;
    color: #fff;
}

.tab-contents {
    width: 100%;
}

.tab-content {
    display: none;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
}

.tab-content.active {
    display: flex;
}


.tab-column-left {
    width: 50%;
    padding-right: 30px;
}


.tab-column-right {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.tab-image,
.tab-extra-text {
    width: 50%;
}

.tab-extra-text {
    padding: 20px;
}

.tab-image img {
    width: 100%;
    border-radius: 5px;
}

.tab-column-inner {
    display: flex;
}


.tab-extra-text p {
    margin: 0;
    padding-left: 15px;
}


.tab-text-column h5 {
    font-size: 1.5em;
    font-weight: 400;
    color: #0E223F;
    margin-bottom: 10px;
}

.tab-text-column p {
    font-size: 1em;
    line-height: 1.6;
    color: #303030;
    margin: 15px 0;
}



.tab-extra-text ul {
    list-style: none;
    padding-left: 20px;
}

.tab-extra-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.tab-extra-text ul li:before {
    content: '\2713';
    color: #2862b7;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
}


.tab-extra-text ul li {
    color: #333;
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
    .tab-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-button {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.2em;
    }

    .tab-content {
        flex-direction: column;
        align-items: center;
    }

    .tab-column-left,
    .tab-column-right {
        width: 100%;
    }

    .tab-column-right {
        flex-direction: column;
    }

    .tab-image,
    .tab-extra-text {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* New Image Section Styling */
.image-section {
    padding-top: 160px;
    padding-bottom: 160px;
    /*background-color: #eae9e7;*/
}

.image-section .title {
    height: 140px;
}

.image__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
    /* Center vertically */
}

.image__col {
    flex: 1;
    min-width: 45%;
}

.image__col img {
    width: 100%;
}

.image__col h5 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 0;
    color: #0E223F;
}

.image__col p {
    font-size: 1em;
    line-height: 1.6;
    color: #303030;
    margin: 15px 0;
}

/* Next Project CTA Section Styling */


/* New Accordion Video Section Styling  eae9e7 */

section.image-section:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #ffffff url(/wp-content/themes/ncore/images/background.svg) repeat-x top;
    z-index: -1;
}

section.image-section-2:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #ffffff url(/wp-content/themes/ncore/images/background.svg) repeat top;
    z-index: -1;
}



.image-section {
    position: relative;
}



.accordion-media-section {
    padding-top: 160px;
    padding-bottom: 160px;
}

.accordion-media-section .title {
    height: 100px;
}

.accordion-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
}

.accordion-column,
.media-column {
    flex: 1 1 45%;
    max-width: 45%;
    box-sizing: border-box;
}

.accordion-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertical alignment */
}

.accordion-media-section .media-column {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#accordion-media {
    width: 100%;
    max-width: 100%;
}

#accordion-video,
#accordion-image {
    height: auto;
    max-height: 800px;
    border-radius: 5px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Base styles for the accordion */
.accordion {
    border-radius: 5px;
    background-color: #fff;
}

.accordion-item {
    border-bottom: 1px solid #e8e8e8;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-title {
    padding: 15px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
}

.accordion-title h5 {
    margin-top: 20px;
    font-weight: 400;
}

.accordion-icon {
    font-size: 1.7em;
    font-weight: 200;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

.accordion-content h5 {
    font-size: 1.5em;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.accordion-content p {
    font-size: 1em;
    line-height: 1.6;
    color: #303030;
    margin: 15px 0;
}

.accordion-link {
    padding: 50px 0;
}

.video-column video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.full-screen-section {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 160px;
}

.full-screen-section .container {
    width: 100%;
    padding: 0 20px;
    margin: auto;
}

.full-screen-section__row {
    display: flex;
    width: 100%;
    align-items: center;
}

.full-screen-section__col {
    width: 50%;
    padding: 1em;
}

.full-screen-section__left h1 {
    font-size: 5em;
    line-height: normal;
    color: white;
    margin: 0;
}

.full-screen-section__right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-screen-section__right .download-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1.5em;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    background-color: #0E223F;
}


.banner__buttons .wpcf7-form .form-row {
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping if necessary */
    gap: 10px;
    /* Space between columns in the row */
    align-items: start;
    /* Vertically center-align fields */
}


.banner__buttons .wpcf7-form .form-column {
    flex: 1;
    /* Columns take equal space unless otherwise specified */
    display: flex;
    align-items: center;
}

.banner__buttons .wpcf7-form .form-column p {
    margin: 0;
}

.banner__buttons .wpcf7-form .form-column.full-width {
    flex: 0 0 100%;
    /* Span the entire width of the row */
}


.banner__buttons .wpcf7-form .form-column input[type="email"] {
    max-width: 100%;
    /* Constrain to 50% of the parent container */
    background-color: #ffffff;
    /* White background */

}

.banner__buttons .wpcf7-form .form-column input[type="submit"] {

    cursor: pointer;
    /* Pointer cursor on hover */
}

.banner__buttons .wpcf7-form .form-column input[type="submit"]:hover {
    background-color: #d9e667;
    /* Darker background on hover */
}

.banner__buttons .wpcf7-form .form-column.full-width .wpcf7-acceptance {
    font-size: 14px;
    /* Text size */
    line-height: 1.5;
    /* Readable line height */
}



.stats-section .title {
    color: #ffffff;
    font-size: 36px;
    text-align: left;
    margin-bottom: 40px;
}


.stats__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
}


/* Overall stats-section container with dark blue background */
.stats-section {
    background-color: #0E223F;
    /* Dark blue background */
    padding: 80px 0;
    /* Top/bottom spacing if needed */
}


/* Container for the three blocks */
.stats__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Wrap on smaller screens */
    margin-bottom: 40px;
    /* Space before the form */
}

/* Each stats item: 1/3 width on desktop */
.stats__item {
    display: flex;
    align-items: center;
    /* So left and right parts are aligned vertically */
    flex: 0 0 32%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.stats__item:not(:last-child) {
    border-right: 1px solid #545454;
    padding-right: 10px;
    margin-right: 10px;
}

/* Left part: number + unit horizontally */
.stats__left {
    display: flex;
    flex-direction: column;
    /* vertical layout */
    align-items: center;
    /* align to the left */
    margin-right: 20px;
}

/* Large yellow number */
.stats__number {
    font-size: 70px;
    font-weight: 500;
    color: #f4ff75;
    /* Yellow digits */
    line-height: 1;
    margin-right: 10px;
    /* Small gap between number and unit */
}

/* Unit in white, on the same line as the number */
.stats__unit {
    font-size: 18px;
    color: #ffffff;
    /* White unit */
}

/* Right part: description text in white */
.stats__right {
    text-align: left;
}

.stats__description {
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
    /* White text */
    margin: 0;
    font-weight: 200;
}

.stats__description a,
.stats__description a:hover,
.stats__description a:visited {
    color: #e9f76f;
}



/* Mobile view: blocks stack vertically */
@media (max-width: 768px) {
    .stats__item {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .stats__left {
        justify-content: center;
        /* Center number + unit on mobile */
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stats__right {
        text-align: center;
    }
}


.wpcf7-list-item {
    margin: 0;
}


.stats-section .wpcf7-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: start;
}

.stats-section .wpcf7-form .form-column {
    display: flex;
    align-items: center;
}

.stats-section .wpcf7-form .form-column.full-width {
    flex: 0 0 100%;
}

.stats-section .wpcf7-form .form-column.full-width .wpcf7-acceptance {
    font-size: 14px;
    line-height: 1.5;
}



.stats-section .wpcf7-form .form-column p {
    margin: 0;
}

.stats-section .wpcf7-acceptance .wpcf7-list-item-label,
.stats-section .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #fff;
}



.accordion-media-section2 .accordion-two-column {
    display: flex;
    gap: 20px;
}


.accordion-media-section2 .left-column {
    flex: 0 0 50%;

}


.accordion-media-section2 .right-column {
    flex: 0 0 50%;
}


@media (max-width: 768px) {
    .accordion-media-section2 .accordion-two-column {
        flex-direction: column;
    }

    .accordion-media-section2 .left-column,
    .accordion-media-section2 .right-column {
        flex: 0 0 100%;
    }
}

.accordion-media-section2 .accordion-title {
    padding: 0 15px;
    background: #fff;
}


.page-template-page-functions-V2 .banner__buttons .wpcf7-form .form-column input[type=email] {

    background-color: #f0f0f0;
}


.page-template-page-functions-V2 .accordion-column,
.page-template-page-functions-V2 .media-column {
    flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
}



.page-template-page-functions-V2 .banner__image {

    bottom: 30px;

}




.page-template-page-functions-V2 .animation li {

    font-size: 22px;
    margin-bottom: 20px;
}

.page-template-page-functions-V2 .animation ul,
.page-template-page-functions-V2 .animation ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-template-page-functions-V2 .animation li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.page-template-page-functions-V2 .animation .title h2 {
    margin-bottom: 35px;
}

.page-template-page-functions-V2 .animation li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/ncore/images/heavy-check-mark-svgrepo-com-1.png') no-repeat center center;
    background-size: contain;
}


.page-template-page-front-V2 .video li {

    /* font-size: 20px;
    margin-bottom: 16px; */
}

.page-template-page-front-V2 .video ul,
.page-template-page-front-V2 .video ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-template-page-front-V2 .video li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.page-template-page-front-V2 .video .title h2 {
    margin-bottom: 35px;
}

.page-template-page-front-V2 .video li:empty {
    display: none;
}

.page-template-page-front-V2 .video ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/ncore/images/heavy-check-mark-svgrepo-com-1.png') no-repeat center center;
    background-size: contain;
}




.page-template-page-functions-V2 .logo-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #F0F0F0;
}

.page-template-page-functions-V2 .logo-strip__item img {
    max-width: 80%;

}

.page-template-page-functions-V2 .wpcf7 input[type="url"],
.page-template-page-functions-V2 .wpcf7 input[type="email"],
.page-template-page-functions-V2 .wpcf7 input[type="tel"] {

    max-width: 500px;
}

.page-template-page-functions-V2 .wpcf7 p {}




.page-template-page-functions-V2 .questions.stats-section .questions__row {
    display: flex;
    flex-wrap: wrap;
}


.page-template-page-functions-V2 .questions.stats-section .questions__row .questions__col:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}


.page-template-page-functions-V2 .questions.stats-section .questions__row .questions__col:last-child {
    flex: 0 0 50%;
    max-width: 50%;
}


.page-template-page-functions-V2 .questions.stats-section .questions__title {
    font-size: 30px;
    padding-right: 50px;
    margin: 0;
}

.page-template-page-front-V2 section.image-section:before {
    background: #fff;
}

.page-template-page-front-V2 .questions.stats-section .questions__row {
    display: flex;
    flex-wrap: wrap;
}


.page-template-page-front-V2 .questions.stats-section .questions__row .questions__col:first-child {
    flex: 0 0 50%;
    max-width: 50%;
}


.page-template-page-front-V2 .questions.stats-section .questions__row .questions__col:last-child {
    flex: 0 0 50%;
    max-width: 50%;
}


.page-template-page-front-V2 .questions.stats-section .questions__title {
    font-size: 30px;
    padding-right: 50px;
    margin: 0;
}

.page-template-page-front-V2 .logo-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #F0F0F0;
}

.page-template-page-front-V2 .logo-strip__item img {
    max-width: 80%;

}

.page-template-page-front-V2 .accordion-column,
.page-template-page-front-V2 .media-column {
    flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-template-page-front-V2 .icon__image,
.page-template-page-for-whom .icon__image,
.page-template-page-front-V2 .icon__content,
.page-template-page-for-whom .icon__content {
    text-align: center;
}

.page-template-page-front-V2 .icon__image img,
.page-template-page-for-whom .icon__image img {
    width: 80px;
    height: 80px;
}

.page-template-page-front-V2 section.icon,
.page-template-page-for-whom section.icon {
    background: #fff;
}

.page-template-page-for-whom section.icon {
    padding-bottom: 0;
}

.page-template-page-front-V2 .icon__item,
.page-template-page-for-whom .icon__item {
    width: 22%;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 3%;
    text-decoration: none;
    background: #f7f7f7;
}

.page-template-page-front-V2 .icon__content p,
.page-template-page-for-whom .icon__content p {
    color: #303030;
}

.page-template-page-front-V2 .icon__content h5,
.page-template-page-for-whom .icon__content h5 {
    color: #2862b7;
    text-decoration: underline;
}

.page-template-page-front-V2 .image__row {
    margin-bottom: 0;
}


.page-template-page-for-whom .logo-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #F0F0F0;
}

.page-template-page-for-whom .logo-strip__item img {
    max-width: 80%;

}


.page-template-page-for-whom .banner__buttons .wpcf7-form .form-column input[type=email] {

    background-color: #f0f0f0;
}


.page-template-page-for-whom .accordion-column,
.page-template-page-for-whom .media-column {
    flex: 1 1 100%;
    max-width: 100%;
    box-sizing: border-box;
}



.page-template-page-for-whom .banner__image {

    bottom: 30px;

}




.page-template-page-for-whom .animation li {

    font-size: 22px;
    margin-bottom: 20px;
}

.page-template-page-for-whom .animation ul,
.page-template-page-for-whom .animation ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-template-page-for-whom .animation li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.page-template-page-for-whom .animation .title h2 {
    margin-bottom: 35px;
}

.page-template-page-for-whom .animation li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/ncore/images/heavy-check-mark-svgrepo-com-1.png') no-repeat center center;
    background-size: contain;
}

.page-template-page-for-whom section.feedback {
    background: #0E223F;
    color: #fff;
}

.page-template-page-for-whom section.feedback .title h2 {
    color: #fff;
}

.page-template-page-for-whom section.feedback .feedback__text,
.page-template-page-for-whom section.feedback .feedback__name {
    color: #fff;
}

.page-template-page-for-whom section.feedback a {
    color: #fff;
}

.page-template-page-for-whom .videos .video {

    max-height: 560px;
}



.page-template-page-front-V2 .video li {

    /* font-size: 20px;
    margin-bottom: 16px; */
}

.page-template-page-front-V2 .video ul,
.page-template-page-front-V2 .video ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-template-page-front-V2 .video li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.page-template-page-front-V2 .video .title h2 {
    margin-bottom: 35px;
}

.page-template-page-front-V2 .video li:empty {
    display: none;
}

.page-template-page-front-V2 .video ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/ncore/images/heavy-check-mark-svgrepo-com-1.png') no-repeat center center;
    background-size: contain;
}



@media (max-width: 768px) {
    .page-template-page-functions-V2 .questions.stats-section .questions__row .questions__col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-template-page-functions-V2 .questions.stats-section .questions__row .questions__col:first-child {
        flex: 0 0 50%;
        max-width: 100%;
    }


    .page-template-page-functions-V2 .questions.stats-section .questions__row .questions__col:last-child {
        flex: 0 0 50%;
        max-width: 100%;
    }

    .page-template-page-front-V2 .questions.stats-section .questions__row .questions__col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-template-page-front-V2 .questions.stats-section .questions__row .questions__col:first-child {
        flex: 0 0 50%;
        max-width: 100%;
    }


    .page-template-page-front-V2 .questions.stats-section .questions__row .questions__col:last-child {
        flex: 0 0 50%;
        max-width: 100%;
    }





}



@media screen and (max-width: 1200px) {

    .banner .container {
        flex-direction: column;
    }

    .banner__content,
    .banner__image {
        max-width: 100% !important;
        flex: 1 1 100%;
    }

    .page-template-page-front-V2 .banner__image img,
    .page-template-page-for-whom .banner__image img {
        opacity: 0.2;
    }

    .page-template-page-functions .banner__image img
{
        opacity: 0.05;
    }

    .page-template-page-workpkg section.banner {
        background: #EEEEEE !important;
    }

    .banner__image {
        order: 1;
    }

    .banner__content {
        order: 2;
    }


    section.contacts .contacts__list-item {
        width: calc(33% - 20px);
    }

    section.contact-form .contacts-form__col {
        width: calc(50% - 20px);
    }

    section.contacts {
        padding: 80px 0px 40px;
    }

    section.contact-form {
        padding: 40px 0px 80px;
    }
}

@media screen and (max-width: 991px) {
    h1.entry-title {
        font-size: 32px;
        line-height: 120%;
    }

    .post__item {
        margin-bottom: 90px;
    }

    .blog h1.page-title,
    .archive h1.page-title {
        margin-bottom: 30px;
        margin-left: 0;
        font-size: 32px;
    }

    main#primary {
        padding: 50px 0;
    }

    .post__item {
        margin-bottom: 30px;
    }

    header.header .container {
        padding: 15px 20px;
    }

    header.header.opacity {}

    header.header.opacity:not(.fixed) .mobile-toggle-holder .mobile-toggle span {
        /*background-color: white;*/
    }

    .page-template-page-front header.header.opacity:not(.fixed) .mobile-toggle-holder .mobile-toggle span {
        background-color: white;
    }


    .banner-dark header.header .mobile-toggle-holder .mobile-toggle span,
    .page-template-page-front-V2 header.header .mobile-toggle-holder .mobile-toggle span {
        background: white;
    }

    header.header.fixed .mobile-toggle-holder .mobile-toggle span {
        background: #090909;
    }

    .image-text__row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .image-text__col:last-child {
        margin-bottom: 20px;
    }

    .banner__title h1 {
        font-size: 34px;
    }

    .banner__text {
        font-size: 18px;
        line-height: 1.6;
    }

    .button {
        padding: 0 15px;
    }

    .banner__buttons {}

    .banner__buttons a {
        margin: 10px 20px 10px 0;
    }

    .title h2,
    .title,
    section.animation .title h2 {
        font-size: 30px;
        margin-top: 0;
    }

    section.image-text {
        /*padding: 80px 0 80px;*/
    }

    section.icon {
        /*padding: 80px 0;*/
    }

    .icon__image img {
        height: 64px;
        width: 64px;
    }

    .icon__image {
        margin-bottom: 20px;
    }

    .icon__item {
        width: 100%;
        max-width: 360px;
    }

    .page-template-page-front-V2 .icon__item,
    .page-template-page-for-whom .icon__item {
        width: 100%;
        max-width: 340px;
    }

    section.functions {
        /*padding: 80px 0;*/
    }

    .functions__item {
        width: 100%;
    }

    section.projects {
        /*padding: 80px 0;*/
    }

    .projects__wrapper {
        margin-top: 80px;
        padding-left: 0;
        width: calc(100% + 2.5rem);
        margin-left: -1.25rem;
        flex-wrap: wrap;
    }

    .projects__item {}

    .projects__wrapper {}

    section.projects:before {
        height: 100%;
    }

    section.cta {
        /*padding: 80px 0;*/
    }

    .cta__row {
        flex-direction: column;
    }

    .cta__col {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    .cta__col form {
        padding: 0 0;
    }

    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        /* margin-top: 20px; */
    }

    .cta__col:last-child {
        margin-bottom: 0;
    }

    section.stages .title h2 {
        font-size: 37px !important;
        margin-bottom: 60px;
    }

    section.stages {
        /*padding: 80px 0 80px;*/
    }

    .stages__item {
        margin-bottom: 30px;
        width: 100%;
        max-width: 400px;
    }

    .stages__wrapper {
        flex-wrap: wrap;
        /* justify-content: space-between; */
        margin: 0 -1.25rem;
        width: calc(100% + 2.5rem);
    }

    .banner__content {
        max-width: 100%;
    }

    section.stages:before {
        height: 100%;
    }

    .questions__row {
        flex-direction: column;
        align-items: baseline;
    }

    .questions__col:first-child {
        margin-bottom: 32px;
    }

    section.video {
        /*padding: 80px 0;*/
    }

    section.feedback .container {}

    .video__row {
        flex-direction: column;
    }

    .video__col {
        width: 100%;
    }

    .video__col:first-child {
        margin-bottom: 40px;
    }

    section.feedback {
        /*padding: 80px 0;*/
    }

    .feedback__text {
        font-size: 16px;
    }

    .feedback__slider {
        margin-top: 80px;
    }

    img.slick-arrow {
        width: 20px;
    }

    .feedback__item {
        max-width: 85%;
        margin: auto;
        display: block !important;
    }

    .clients__wrapper {
        flex-wrap: wrap;
    }

    .clients__item {
        max-width: 132px;
        margin-bottom: 20px;
    }

    section.animation {
        /*padding: 80px 0;*/
    }

    .animation__row {
        flex-direction: column;
    }

    .animation__col {
        width: 100%;
    }

    section.animation p {
        font-size: 16px;
    }

    .image-text__col img {
        max-width: 100%;
    }

    .image-text__col:first-child {
        margin-right: 0;
    }

    .image-text .title {
        width: 100%;
    }

    /*section.prices td {*/
    /*    font-size: 16px;*/
    /*    padding: 14px 0 !important;*/
    /*}*/
    section.prices tr:nth-child(3) td:not(:first-child) {
        font-size: 21px;
        font-weight: 400;
    }

    td img {
        width: 20px;
    }

    section.prices td strong {
        font-size: 19px;
    }

    section.prices tr:first-child a {
        width: auto;
        font-size: 16px;
    }

    /*section.prices tr td:not(:first-child) {*/
    /*    padding: 14px 10px !important;*/
    /*}*/
    section.prices tr:first-child a {
        margin-top: 10px;
    }


    section.prices td {
        min-width: 100px;
        font-size: 15px;
    }

    section.prices {
        /*padding: 80px 0;*/
    }

    section.cta .title {
        text-align: left;
        height: 160px;
    }

    section.contacts .contacts__list-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .contacts__list {
        flex-wrap: wrap;
    }

    section.contacts h1 {
        margin-bottom: 80px;
    }

    section.contact-form .contacts-form__col {
        width: 100%;
        margin-bottom: 50px;
    }

    .contacts-form__row {
        flex-direction: column-reverse;
    }

    .accordion-column,
    .media-column {
        flex: 1 1 45%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .full-screen-section__left h1 {
        font-size: 2em;

    }

}
