/*!
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

* {
    overflow-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics  */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive */
details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Wordpress
-------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    display: inline-block;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

:focus-visible,
input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}

.kt-skip-link {
    position: absolute;
    top: -100px;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    -webkit-transition: top 0.75s ease-out;
    transition: top 0.75s ease-out;
}

.kt-skip-link:focus {
    color: #21759b;
    top: 7px;
    -webkit-transition: top 0s;
    transition: top 0s;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Base
-------------------------------------------------- */
body {
    background-color: #fff;
}

blockquote p {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* Define defult font size for headings
---------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252627;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 50px;
    line-height: 1.1;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 21px;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    line-height: 1.4;
}

h6 {
    font-size: 15px;
    line-height: 1.4;
}

/* Paragraph
-------------------------------------------------- */
p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: #333;
    margin: 0 0 20px 0;
}

p.lead {
    font-size: 20px;
    line-height: 26px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 75%;
    color: #878889;
}

p small {
    font-size: 87%;
}

/* Anchor Tag
-------------------------------------------------- */
a {
    color: #0087e3;
    text-decoration: none;
    outline: 0;
}

a:hover,
a:focus {
    color: #ff6521;
}

a:active {
    outline: none;
}

a i:hover {
    cursor: pointer;
}

/* List
-------------------------------------------------- */
ul,
ol {
    margin-bottom: 21px;
    margin-left: 3px;
}

ul {
    list-style: inside;
}

ol {
    list-style: decimal;
}

ol,
ul.disc {
    margin-left: 20px;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 1.6;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
}

/* Images
-------------------------------------------------- */
img,
img.scale-with-grid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img.full-width {
    width: 100%;
}

p img {
    margin-bottom: 15px;
}

/* Form
-------------------------------------------------- */
form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

.kata-site input[type="text"],
.kata-site input[type="tel"],
.kata-site input[type="password"],
.kata-site input[type="email"],
.kata-site textarea,
.kata-site select {
    display: block;
    color: #616263;
    min-width: 80px;
    max-width: 100%;
    min-height: 38px;
    border: 1px solid #e7e8e9;
    padding: 5px 10px;
    outline: none;
    border-radius: 0;
    margin: 0;
    margin-bottom: 20px;
    font-family: inherit;
    font-size: 14px;
    min-width: 200px;
}

select {
    padding: 5px;
    outline: none;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
    border-color: #d0d1d2;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #a7a8a9;
    color: #404142;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    min-height: 70px;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 0.94em;
}

select {
    min-width: 200px;
}

input[type="checkbox"] {
    display: inline-block;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #606162;
}

/* Other Tags
-------------------------------------------------- */
pre,
code {
    background: #f3f3f3;
    padding: 5px 10px;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    white-space: pre-wrap;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

big {
    font-size: 125%;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

th, td {
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
    background: #f7f8f9;
}

del {
    opacity: 0.8;
}

/* Wrapper
-------------------------------------------------- */
#kata-site {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 auto;
    visibility: visible;
    clear: both;
    overflow: hidden;
}

#kata-site.kata-boxed {
    display: block;
    max-width: 1280px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    visibility: visible;
    margin: 0 auto;
}

#kata-site.kata-boxed .kata-blog-posts .owl-nav .owl-prev i {
    left: -30px;
}

#kata-site.kata-boxed .kata-blog-posts .owl-nav .owl-next i {
    left: 30px;
}

#kata-site.kata-boxed .container {
    width: 100%;
}

.kata-section {
    position: relative;
}

.kata-section.kata-section-with-page-title {
    padding-top: 133px;
}

.kata-container .kata-container,
.kata-container-fluid .kata-container,
.kata-container .container,
.kata-container-fluid .container {
    max-width: none !important;
    width: auto;
    margin: 0;
    padding: 0;
}

#kata-site .kata-container .kata-container,
#kata-site .kata-container .container {
    max-width: none !important;
}

#kata-site p img {
    height: auto;
}

/* Default Color
-------------------------------------------------- */
.df-color,
.df-color-h:hover {
    color: #403cf2;
}

.dbg-color,
.dbg-color-h:hover {
    background-color: #403cf2;
}

.dbo-color,
.dbo-color-h:hover {
    border-color: #403cf2;
}

/* Parallax
-------------------------------------------------- */
[class*="kata_parallax_"] {
    position: static;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1);
}

[class*="kata_parallax_"] > div {
    display: block;
}

.kata-mouse-parallax {
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1);
}

.scrollup {
    background-color: rgb(64, 60, 242);
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 41px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    cursor: pointer;
    font-size: 21px;
    fill: #fff;
    font-weight: 400;
    text-shadow: none;
    box-shadow: 0 2px 10px -4px rgb(64, 60, 242);
    transition: all 0.22s;
    z-index: 999;
    display: none;
}

.scrollup:hover {
    background-color: #000;
}

/* SVG icons
-------------------------------------------------- */
i.kata-icon,
i.kata-svg-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    box-sizing: content-box;
    font-style: normal;
}

svg[data-size="full"] {
    width: 100%;
    height: 100%;
}

i.kata-icon svg {
    fill: inherit;
    width: inherit;
    height: inherit;
}

i.kata-svg-icon svg {
    fill: inherit;
    stroke: inherit;
    font-size: inherit;
}

i.kata-icon svg path {
    fill: inherit;
    stroke: inherit;
}

/* Page Title
-------------------------------------------------- */
#kata-page-title {
    padding: 15px 0;
    border-bottom: 1px solid #e7e8e9;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.02);
}

#kata-page-title h1,
#kata-page-title h2,
#kata-page-title h3 {
    text-align: center;
    color: #000;
    font-size: 32px;
    line-height: 1.09;
    margin: 5px;
    position: relative;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0.3px;
}

#kata-page-title h3 small,
#kata-page-title h2 small,
#kata-page-title h1 small {
    font-size: 56%;
    color: #777;
    font-weight: 300;
    margin-left: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
}

/* Breadcrumbs
-------------------------------------------------- */
#kata-breadcrumbs {
    background: #f6f6f6;
    padding: 9px 0 6px;
    font-size: 12px;
    color: #6c7279;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin: auto;
    border-bottom: 1px solid #eee;
}

#kata-breadcrumbs a {
    color: #5c646d;
}

#kata-breadcrumbs a:hover {
    text-decoration: underline;
}

#kata-breadcrumbs i {
    margin: 0 4px;
}

#kata-breadcrumbs .kata-container {
    padding-left: 20px;
    padding-right: 20px;
}

/* Search
-------------------------------------------------- */
.search-form,
.kata-plus-search-form {
    position: relative;
    margin: 20px 0;
}

.search-form input[type="submit"],
.kata-plus-search-form input[type="submit"] {
    border: none;
    border-radius: 4px;
    padding: 10px 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    position: absolute;
    bottom: 5px;
    right: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.search-form input[type="submit"] {
    background: #403cf2;
}

.search-form input[type="submit"]:hover,
.kata-plus-search-form input[type="submit"]:hover {
    color: #fff;
    background: #000;
}

.search-form input[type="search"],
.kata-plus-search-form input[type="search"] {
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    color: #a5a5a5;
    font-size: 15px;
    width: 100%;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.09);
}

.kata-plus-search-form input[type="search"]:focus,
.kata-plus-search-form input[type="submit"]:focus,
.search-form input[type="search"]:focus,
.search-form input[type="submit"]:focus {
    outline: none;
}

.kata-plus-search-form input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a5a5a5;
    font-size: 15px;
}

.kata-plus-search-form input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5a5a5;
    font-size: 15px;
}

.search-form input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5a5a5;
    font-size: 15px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a5a5a5;
    font-size: 15px;
}

/* Ajax Search */
.kata-plus-search-ajax-result-wrap {
    width: 100%;
    position: absolute;
    top: auto;
    margin-top: -1px;
    z-index: 11;
    border: 1px solid #dde3e8;
    border-radius: 1px 1px 5px 5px;
    box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.kata-plus-search-ajax-result {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

.kata-plus-search-ajax-result > p.search-result-is {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 5px 20px;
    background: #e2f6ff;
    color: #20a7e3;
    display: none;
}

.kata-plus-search-ajax-result ul {
    margin: 0;
}

.kata-plus-search-ajax-result li {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e9eaeb;
    padding: 17px 6px 17px 20px;
    background: #f9fafc;
    transition: all 0.2s ease;
}

.kata-plus-search-ajax-result li:hover {
    background: #fff;
}

.kata-plus-search-ajax-result li:last-child {
    border-bottom: none;
}

.kata-plus-search-ajax-result li img {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    width: auto;
    height: 46px;
    margin: -11px 0 0 0;
    float: right;
    border: 1px solid #e2e3e4;
}

.kata-plus-search-ajax-result li h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    color: #026a98;
}

.kata-plus-search-ajax-result li h4:hover {
    text-decoration: underline;
}

.kata-plus-search-ajax-result li a {
    color: #000;
    text-decoration: none;
}

.kata-plus-search-form .kata-search-icon {
    position: relative;
}

.kata-plus-search-form .kata-search-icon i.kata-icon {
    position: absolute;
    right: 20px;
    z-index: 9;
    fill: #fff;
    top: 15px;
    font-size: 14px;
}

body.search .kata-content .search-form input[type="search"],
body.error404:not(.elementor-default) .search-form input[type="search"] {
    box-shadow: none;
    color: #444;
    border-radius: 50px;
    max-width: 400px;
    background: #f6f6f6 no-repeat 98% center
        url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPjxwYXRoIGQ9Ik0gMjAuNSA2IEMgMTIuNTE1NTU2IDYgNiAxMi41MTU1NjIgNiAyMC41IEMgNiAyOC40ODQ0MzggMTIuNTE1NTU2IDM1IDIwLjUgMzUgQyAyMy43NzMxNTggMzUgMjYuNzg4OTE5IDMzLjg5MzAxOCAyOS4yMjA3MDMgMzIuMDUwNzgxIEwgMzguNTg1OTM4IDQxLjQxNDA2MiBBIDIuMDAwMiAyLjAwMDIgMCAxIDAgNDEuNDE0MDYyIDM4LjU4NTkzOCBMIDMyLjA1MDc4MSAyOS4yMjA3MDMgQyAzMy44OTMwMTcgMjYuNzg4OTE4IDM1IDIzLjc3MzE1NiAzNSAyMC41IEMgMzUgMTIuNTE1NTYyIDI4LjQ4NDQ0NCA2IDIwLjUgNiB6IE0gMjAuNSAxMCBDIDI2LjMyMjY4NSAxMCAzMSAxNC42NzczMTkgMzEgMjAuNSBDIDMxIDIzLjI5NTcxMSAyOS45MTQwNjUgMjUuODIwNjAxIDI4LjE0ODQzOCAyNy42OTcyNjYgQSAyLjAwMDIgMi4wMDAyIDAgMCAwIDI3LjcwMTE3MiAyOC4xNDQ1MzEgQyAyNS44MjQxMDMgMjkuOTEyNDAzIDIzLjI5NzcxIDMxIDIwLjUgMzEgQyAxNC42NzczMTUgMzEgMTAgMjYuMzIyNjgxIDEwIDIwLjUgQyAxMCAxNC42NzczMTkgMTQuNjc3MzE1IDEwIDIwLjUgMTAgeiIvPjwvc3ZnPg==");
}

body.search .search-form input[type="submit"],
body.error404:not(.elementor-default) .search-form input[type="submit"] {
    display: none;
}

/* Logo
-------------------------------------------------- */
.kata-logo a {
    display: inline-block;
}

@media (max-width: 1025px) {
    .kata-make-header-transparent .kata-logo .kata-transparent-logo {
        display: none;
    }
}

/* Text Classes
-------------------------------------------------- */
.kata-text-right {
    text-align: right;
}

/* Default Header
-------------------------------------------------- */
#kata-header {
    padding: 15px 0;
    margin-bottom: 30px;
}

#kata-header .kata-menu-wrap {
    padding-top: 24px;
}

/* Transparent Header
-------------------------------------------------- */
.kata-make-header-transparent .kata-header-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

body:not(.kata-make-header-transparent) .kata-logo a.kata-transparent-logo {
    display: none;
}

#kata-site .kata-plus-button-wrap .kata-button span {
	color: inherit;
}

@media (min-width: 1025px) {
    .kata-make-header-transparent.kata-header-transparent-white-color .kata-header .kata-nav-menu > li.menu-item > a,
    .kata-make-header-transparent.kata-header-transparent-white-color .kata-header span,
    .kata-make-header-transparent.kata-header-transparent-white-color .kata-header .kata-plus-iconbox [data-class="ck-icon-box-title"] {
        color: #fff;
    }

    .kata-make-header-transparent .kata-builder-wrap.kata-header > [data-elementor-type="wp-post"] .elementor-section-wrap > .elementor-section {
        background-color: transparent;
    }

    .kata-make-header-transparent.kata-header-transparent-white-color .kata-header .kata-icon {
        fill: #fff;
        border-color: #fff;
    }

    .kata-make-header-transparent
        .kata-header-wrap
        .kata-header
        > .elementor
        > .elementor-inner
        > .elementor-section-wrap
        > section {
        background: transparent;
    }

    .kata-make-header-transparent.kata-header-transparent-white-color
        .kata-header-wrap
        .kata-logo
        a.kata-default-logo,
    .kata-make-header-transparent:not(.kata-header-transparent-white-color)
        .kata-header-wrap
        .kata-logo
        a.kata-transparent-logo,
    .kata-make-header-transparent.kata-header-transparent-white-color
        .kata-sticky-header-wrap
        .kata-logo
        a.kata-default-logo,
    .kata-make-header-transparent:not(.kata-header-transparent-white-color)
        .kata-sticky-header-wrap
        .kata-logo
        a.kata-transparent-logo {
        display: none;
    }

    .kata-make-header-transparent:not(.kata-header-transparent-white-color)
        .kata-logo
        a.kata-transparent-logo {
        display: none;
    }
}

@media (max-width: 1024px) {
    .kata-make-header-transparent .kata-header-wrap {
        position: relative;
    }

    .kata-make-header-transparent.kata-header-transparent-white-color .kata-logo a.kata-transparent-logo {
        display: none;
    }
}

/* Default Button
-------------------------------------------------- */
.kata-button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 18px 26px;
    border-radius: 3px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.23s ease;
    display: inline-block;
}

.kata-button:hover {
    background-color: #1b1b1c;
    color: #fff;
}

.elementor-container .elementor-widget-wrap > .elementor-widget-kata-plus-gap {
    display: block !important;
    width: 100%;
}

.kata-button .kata-icon {
    fill: #ffffff;
    display: inline-block;
}

/* Disable Comment
-------------------------------------------------- */
p.no-cm {
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 320px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-smallmobile {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-tabletlandscape {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-laptop {
        display: none;
    }
}

/* Responsive Class
-------------------------------------------------- */
@media (min-width: 1025px) {
    .hide-in-desktop {
        display: none;
    }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .hide-in-tablet {
        display: none;
    }
}

/* mobile */
@media (max-width: 767px) {
    .hide-in-mobile {
        display: none;
    }
}

/* Fix header builder in Editor
----------------------------------------------*/
.elementor-editor-active.kata-make-header-transparent
    .kata-header-wrap:hover
    + .kata-sticky-header-wrap
    + #kata-content
    section.elementor-element:nth-child(1)
    .elementor-editor-element-settings {
    display: flex;
}

.elementor-editor-active.kata-make-header-transparent
    .kata-header-wrap:hover
    + .kata-sticky-header-wrap
    + #kata-content
    section.elementor-element:nth-child(1) {
    -webkit-box-shadow: 0 0 0 1px #71d7f7;
    box-shadow: 0 0 0 1px #71d7f7;
}

/* Remove elementor widget wrap margin
----------------------------------------------*/
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* Row fix
----------------------------------------------*/
.elementor-row {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .elementor-column,
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"],
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"],
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"],
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"],
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"],
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"],
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"],
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"],
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"],
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"],
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"],
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"],
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"],
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"],
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"],
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"],
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"],
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 100%;
    }
}

/* Row fix
----------------------------------------------*/
.elementor-row {
    flex-wrap: wrap;
}

.kata-content .kata-logo a.kata-transparent-logo,
.kata-footer .kata-logo a.kata-transparent-logo {
    display: none;
}
