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

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 {
	line-height: 1;
	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 */
}

hr.wp-block-separator {
	margin: 35px 0;
	border: none;
	border-bottom: 1px solid #a6a7a8;
}

hr.wp-block-separator:not([class*="is-style"]) {
	width: 25%;
}

/**
 * 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;
	font-family: inherit;
	box-sizing: border-box;
}

/**
 * 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;
	font-size: 13px;
	padding: 5px 20px;
	cursor: pointer;
	background-color: #837af5;
	border: none;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s ease;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

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

.kt-clear {
	clear: both;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	text-align: center;
}

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

figcaption {
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 5px 4px;
}

.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:empty {
	margin-bottom: 5px;
}

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

.header-close-search:focus i {
	outline: -webkit-focus-ring-color auto 0px !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-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;
}

.wp-block-quote {
	border-left: none;
}

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

input:focus {
	outline: none;
}

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

p.has-large-font-size {
	line-height: 1.3;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
	color: #878889;
}

p small {
	font-size: 87%;
}

.page .kata-content .kata-section > .container > p:first-of-type:not(empty) {
	margin-top: 40px;
}

/* Anchor Tag
-------------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	outline: 0;
	transition: 200ms ease;
}

a:hover,
a:focus {
	color: var(--ct-base-color);
}

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 15px;
	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;
}

.wp-block-rss li::marker {
	font-size: 0;
	line-height: 0;
}

.wp-block-rss li {
	line-height: 1;
}

/* 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;
	width: 100%;
	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
-------------------------------------------------- */

fieldset {
	border: 1px solid #e7e8e9;
	margin: 0 0px;
	padding: 0.35em 1.5em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

fieldset legend {
	margin-bottom: 1em;
	padding: 0 0.5em;
}

pre,
code {
	background: #f3f3f3;
	color: #000;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.1;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
}

pre {
	display: block;
	margin-bottom: 20px;
	line-height: 1.4;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
	line-height: 1.4;
}

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;
	font-size: 0.94em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.6em;
}

dd {
	margin-bottom: 1.6em;
	line-height: 1.5;
}

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

table.has-fixed-layout {
	border-width: 1px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
	background: #f7f8f9;
}

td {
	border-width: 0 1px 1px 0;
}

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

/* Default Colors */
.df-color,
.df-color-h:hover {
	color: var(--ct-base-color);
}

.dbg-color,
.dbg-color-h:hover {
	background-color: var(--ct-base-color);
}

.dbo-color,
.dbo-color-h:hover {
	border-color: var(--ct-base-color);
}

.kata-plus-shape {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 50px;
	height: 10px;
}

/* 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;
	padding: 0 15px;
}

#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: var(--ct-base-color);
}

.dbg-color,
.dbg-color-h:hover {
	background-color: var(--ct-base-color);
}

.dbo-color,
.dbo-color-h:hover {
	border-color: var(--ct-base-color);
}

/* 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: var(--ct-base-color);
	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 var(--ct-base-color);
	transition: all 0.22s;
	z-index: 999;
	display: none;
}

.scrollup:hover {
	background-color: #000;
}

@media (max-width: 1024px) {
	.sp-active-mobile-panel .scrollup {
		bottom: 60px;
	}
}

:dir(rtl) {
	.scrollup {
		right: unset;
		left: 16px;
	}
}

/* SVG icons
-------------------------------------------------- */
i.kata-icon,
i.kata-svg-icon {
	width: 1em;
	height: 1em;
	line-height: 1em;
	box-sizing: content-box;
	font-style: normal;
}

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

.kata-logo i.kata-svg-icon {
	width: auto;
	height: auto;
}

/* Page Title
-------------------------------------------------- */
#kata-page-title {
	padding: 15px 0;
	border-bottom: 1px solid #e7e8e9;
}

#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: 1px solid #e0deff;
	border-radius: 4px;
	padding: 8px 16px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	background-color: #f7f6ff;
	color: var(--ct-base-color);
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 100%;
	position: absolute;
	bottom: 5px;
	right: 5px;
	top: 5px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.search-form input[type="submit"]:hover,
.kata-plus-search-form input[type="submit"]:hover {
	background: #fff;
}

.search-form input[type="search"],
.kata-plus-search-form input[type="search"] {
	width: 100%;
	border: 1px solid #e3e4e5;
	padding: 15px;
	border-radius: 5px;
	color: #474849;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
}

.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 {
	max-width: 50%;
	margin: 0 auto;
	border: none;
}

.kata-plus-search-ajax-result li {
	list-style: none;
}

.kata-plus-search-ajax-result li a {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.kata-plus-search-ajax-result li a:hover {
	background-color: #a3a3a3;
}

.kata-plus-search-ajax-result li h4 {
	font-size: 20px;
	margin-left: 12px;
}

.kata-plus-search-ajax-result::-webkit-scrollbar {
	width: 12px;
}

.kata-plus-search-ajax-result::-webkit-scrollbar-thumb {
	border: 4px solid transparent;
	background-clip: padding-box;
	border-radius: 9px;
	background-color: #b4b4b4ee;
}

.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;
	top: 15px;
	font-size: 14px;
}

body.search .kata-content .search-form input[type="search"],
body.error404:not(.elementor-default) .search-form input[type="search"] {
	color: #000;
	font-weight: 300;
	padding: 14px;
	border: 1px solid #e3e5e7;
	border-radius: 7px;
}

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:not(.current-menu-item)
		> a,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		span,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		.kata-plus-iconbox
		[data-class="ck-icon-box-title"],
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		span,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		h1,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		h2,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		h3,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		h4,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		h5,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		[class*="elementor-widget-kata-plus"]
		h6 {
		color: #fff !important;
	}

	.kata-make-header-transparent
		.kata-builder-wrap.kata-header
		> [data-elementor-type="wp-post"]
		> .elementor-section,
	.kata-make-header-transparent
		.kata-builder-wrap.kata-header
		> [data-elementor-type="wp-post"]
		> .e-con.e-parent {
		background-color: transparent;
		border-color: transparent;
	}

	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		.kata-icon,
	.kata-make-header-transparent.kata-header-transparent-white-color
		.kata-header
		.elementor-element {
		fill: #fff;
		border-color: #fff;
	}

	.kata-make-header-transparent
		.kata-header-wrap
		.kata-header
		> .elementor
		> .elementor-inner
		> .elementor-section-wrap
		> section,
	.kata-make-header-transparent
		.kata-header-wrap
		.kata-header
		.elementor-element:not(
			.elementor-motion-effects-element-type-background
		),
	.kata-make-header-transparent
		.kata-header-wrap
		.kata-header
		.elementor-element
		> .elementor-motion-effects-container
		> .elementor-motion-effects-layer {
		background-color: 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;
	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;
}

.kata-svg-icon.close-icon svg {
	transition: all ease 0.25s;
}

.kata-svg-icon.close-icon:hover svg {
	transform: rotate(90deg);
}

/* Remove elementor widget wrap margin
----------------------------------------------*/
.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.kata-content .kata-logo a.kata-transparent-logo,
.kata-footer .kata-logo a.kata-transparent-logo {
	display: none;
}

:dir(rtl) {
	* {
		letter-spacing: 0;
	}
}
