html {
	scroll-behavior: smooth;
	scroll-padding-top: 140px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden !important;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	text-decoration: none;
	background-color: transparent;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	height: auto;
	box-sizing: border-box;
	padding: 0;
	accent-color: var(--ei-color-primary);
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

:root {
	--ei-font-family: 'Inter', sans-serif;
	--ei-color-primary: #086DDE;
	--ei-color-primary-2: #0763c9;
	--ei-color-secondary_bg: #FFC062;
	--ei-color-secondary_text: #04121F;
	--ei-color-section_bg: #F5F5F5;
	--ei-color-body_bg: #F5F6FB;
	--ei-color-black: #2A3141;
	--ei-bg-grey: #f0f0f0;
	--ei-border: #e8e8e8;
	--ei-btn-border-radius: 40px;
	--ei-border-radius: 16px;
	--ei-padding-container: 35px;
	--h1: 23px;
	--h2: 20px;
	--h3: 18px;
	--h4: 16px;
	--h5: 16px;
	--h6: 16px;
}

body, button, input, select, optgroup, textarea {
	color: var(--ei-color-black);
	font-family: var(--ei-font-family);
}
body {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
}
input, select, optgroup, textarea {
	font-size: 14px;
}

h1 {
	font-size: var(--h1);
	line-height: normal;
}
h2 {
	font-size: var(--h2);
	line-height: normal;
}
h3 {
	font-size: var(--h3);
	line-height: normal;
}
h4 {
	font-size: var(--h4);
	line-height: normal;
}
h5 {
	font-size: var(--h5);
	line-height: normal;
}
h6 {
	font-size: var(--h6);
	line-height: normal;
}

::-webkit-scrollbar {
  	width: 7px;
}
::-webkit-scrollbar-track {
  	background: #ffffff;
  	border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  	background: #dadada; 
  	border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  	background: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 25px;
    margin-bottom: 20px;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
}

body.single-post .ei-content-single blockquote {
    padding: 16px 20px 18px;
    background-color: var(--ei-color-section_bg);
    border-left: 2px solid var(--ei-color-primary);
    border-radius: var(--ei-border-radius);
}
body.single-post blockquote p:last-child {
    margin: 0 !important;
}
body.single-post figure.ei-post-image img {
    width: 100%;
}
.medium-zoom-image--opened, .medium-zoom--opened .medium-zoom-overlay {
	z-index: 9999 !important;
}
.medium-zoom--opened .medium-zoom-overlay {
	opacity: .8 !important;
}

address {
	margin: 0 0 1.5em;
}

pre {
	position: relative;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin: 30px 0;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border-radius: var(--ei-border-radius);
    background: #282c34;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	display: inline-block;
	white-space: pre-wrap;
	color:#abb2bf;
	background: #282c34;
}

abbr,
acronym {
	border-bottom: 1px dotted #757575;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	min-height: 100vh;
	background: var(--ei-color-body_bg);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding-left: 1.2rem;
    margin: 0 0 1.5em 0;
}

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;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	border-radius: var(--ei-border-radius);
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: var(--ei-color-primary);
}

a:hover,
a:active {
	outline: 0;
}

.pointer {
	cursor: pointer;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: var(--ei-border);
	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;
}

::placeholder {
  	color: #757575 !important;
  	opacity: 1;
}
:-ms-input-placeholder {
 	color: #757575 !important;
}
::-ms-input-placeholder {
 	color: #757575 !important;
}

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"],
select,
textarea {
	color: #757575;
    border: 0 !important;
    border-radius: 100px;
    background-color: var(--ei-color-section_bg);
    padding: 13px 25px 14px;
    outline: none;
    box-shadow: none;
}
select {
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.124 0.73964C9.80449 0.42012 9.28644 0.42012 8.96692 0.73964L5.18183 4.52473L1.39674 0.73964C1.07722 0.42012 0.559172 0.42012 0.239651 0.73964C-0.0798674 1.05916 -0.0798674 1.5772 0.239651 1.89672L4.60329 6.26036C4.92281 6.57988 5.44085 6.57988 5.76037 6.26036L10.124 1.89672C10.4435 1.5772 10.4435 1.05916 10.124 0.73964Z' fill='%23757575'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
    background-size: 11px !important;
    background-position: calc(100% - 25px) center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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: var(--ei-color-black);
}

textarea {
	width: 100%;
}

.ei-main-navigation {
	display: block;
	width: 100%;
}

.ei-main-navigation .ei-nav-left .ei-nav ul {
	position: absolute;
    top: 110%;
    margin-top: -20px;
    margin-left: -30px;
    width: max-content !important;
    max-width: 300px;
    padding: 17px 0;
    background: #ffffff;
    border: 1px solid var(--ei-color-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: var(--ei-border-radius);
    -moz-border-radius: var(--ei-border-radius);
    border-radius: var(--ei-border-radius);
    box-shadow: 0 5px 20px 0px rgb(133 132 132 / 23%);
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.ei-main-navigation .ei-nav-left .ei-nav>li:hover>.dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.ei-main-navigation .ei-nav-left .ei-nav li .dropdown li >a {
    width: 100%;
    display: block;
    line-height: 1.4;
    padding: 6px 30px;
    margin-right: 0 !important;
    text-transform: capitalize;
    position: relative;
}

.ei-main-navigation .ei-nav-left .ei-nav>li>ul>li>ul, .ei-main-navigation .ei-nav-left .ei-nav>li>ul>li>ul>li>ul {
	xleft: -999em;
	top: 0 !important;
	opacity: 0 !important;
	visibility: hidden;
	transform: none !important;
    margin-left: 100%;
}
.ei-main-navigation .ei-nav-left .ei-nav>li>ul>li:hover>.dropdown, .ei-main-navigation .ei-nav-left .ei-nav>li>ul>li>ul>li:hover>.dropdown {
	opacity: 1 !important;
	visibility: visible;
}
.ei-main-navigation .ei-nav-left .ei-nav ul li a svg {
	transform: rotate( 270deg );
}

.ei-main-navigation .ei-nav-left .ei-nav ul li:hover > ul,
.ei-main-navigation .ei-nav-left .ei-nav ul li.focus > ul {
	display: block;
	left: auto;
}

.ei-main-navigation .ei-nav-left .ei-nav ul a {
	max-width: 300px;
}

.ei-main-navigation li {
	xposition: relative;
	display: inline-block;
}
.ei-nav-left .ei-nav li li {
    position: relative;
    display: block;
    white-space: normal;
}
.ei-main-navigation a {
	display: block;
	text-decoration: none;
}
.ei-main-navigation a svg {
    width: 10px;
    position: absolute;
    top: 51%;
    transform: translateY(-51%);
    right: 0;
}
ul.ei-nav>li.has-dropdown>a, ul.ei-nav>li>ul>li.has-dropdown>a, ul.ei-nav>li>ul>li>ul>li.has-dropdown>a {
	padding-right: 18px;
}

.ei-main-navigation .ei-nav-left .ei-nav li a:hover svg path, .ei-main-navigation .ei-nav-left .ei-nav li.active a svg path, .ei-main-navigation .ei-nav-left .ei-nav>li.current-menu-parent>a svg path {
    fill: var(--ei-color-primary) !important;
}

.ei-menu-toggle,
.ei-main-navigation.toggled ul {
	display: block;
}
.ei-menu-toggle {
	margin-right: 20px;
	cursor: pointer;
}
.ei-menu-toggle .bar1, .ei-menu-toggle .bar2, .ei-menu-toggle .bar3 {
	width: 20px;
    height: 2px;
    background-color: var(--ei-color-black);
    margin: 4px 0;
    transition: 0.4s;
}
body.dark-mode .ei-menu-toggle .bar1, body.dark-mode .ei-menu-toggle .bar2, body.dark-mode .ei-menu-toggle .bar3 {
	background-color: #dcdcdc;
}
.ei-menu-toggle.ei-active .bar1 {
  	transform: translate(0, 6px) rotate(-45deg);
}
.ei-menu-toggle.ei-active .bar2 {opacity: 0;}
.ei-menu-toggle.ei-active .bar3 {
  	transform: translate(0, -8px) rotate(45deg);
}

@media screen and (min-width: 37.5em) {

	.ei-menu-toggle {
		display: none;
	}

	.ei-main-navigation .ei-nav-left .ei-nav {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: 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%;
}

.sticky {
	display: block;
}

.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;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.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, .wp-block-image figcaption {
	font-size: 13px;
    color: #6d717f;
    line-height: 18px;
    text-align: center;
    margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.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;
}

/*=== CUSTOM ===*/

::-moz-selection { /* Code for Firefox */
  	color: #ffffff;
  	background: var(--ei-color-primary);
}
::selection {
  	color: #ffffff;
  	background: var(--ei-color-primary);
}

table {
	width: 100% !important;
	line-height: normal;
	border-collapse: collapse;
	margin-bottom: 30px;
	border: 1px solid var(--ei-border);
	border-bottom: 0;
}
table tbody, table td, table tfoot, table th, table thead, table tr {
	min-width: 120px;
	text-align: inherit;
	padding: 8px 10px !important;
}
table td, table th {
  	border-right: 1px solid var(--ei-border);
  	border-bottom: 1px solid var(--ei-border);
}
table td:last-child, table th:last-child {
	border-right: 0;
}

.ei-responsive-table {
	overflow-x: auto;
    padding-right: 1px;
    margin-bottom: 30px;
    border: 1px solid var(--ei-border);
    border-radius: 8px;
}
.ei-responsive-table>table {
	border: 0;
	margin-bottom: 0;
}
.ei-responsive-table::-webkit-scrollbar {
    height: 7px;
}
.ei-responsive-table::-webkit-scrollbar-track {
	background: #fafafa;
}

.w-100 {
	width: 100%;
}
.ei-pointer {
	cursor: pointer;
}
.text-white, .text-white:hover, .text-white:focus, .text-white:active {
	color: #ffffff;
}
.ei-text-center {
	text-align: center;
}
.ei-text-primary {
	color: var(--ei-color-primary);
}
.ei-alert {
	font-size: 95%;
    line-height: 1.4;
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    border-radius: var(--ei-border-radius);
    padding: 13px 20px;
    margin-bottom: 30px;
}
.ei-container, .elementor-section.s-fullwidth.elementor-section-boxed >.elementor-container {
	width: 100%;
	max-width: 1320px !important;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--ei-padding-container);
    padding-left: var(--ei-padding-container);
}

.ei-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.ei-col-wrap {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ei-col-wrap .ei-col-left {
	flex: 0 0 auto;
	width: 218px;
	padding: 0 40px 0 0;
}
.ei-col-wrap .ei-col-left>div {
	position: sticky;
    top: 0;
    height: 115px;
}
.ei-col-wrap .ei-col-right {
	flex: 0 0 auto;
	width: calc(100% - 218px);
}
.ei-col-wrap .ei-col-right .ei-main {
	background: #fff;
    border-radius: var(--ei-border-radius);
    margin-bottom: 40px;
}
.ei-col-wrap .ei-col-left .ei-logo a {
	justify-content: center;
}

/* Logo */
body .ei-logo>a.ei-logo-white, body.dark-mode .ei-logo>a.ei-logo-black {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ei-col-wrap .ei-col-left .ei-logo {
	height: 115px;
    padding: 40px 0;
}
.ei-logo>h1 {
	margin: 0;
}
.ei-logo a {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    color: var(--ei-color-black);
}

/* Main Menu */
.ei-main-navigation {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
}
.ei-main-navigation a {
	color: var(--ei-color-black);
}
.ei-main-navigation .ei-nav-left .ei-nav li a:hover {
    color: var(--ei-color-primary) !important;
}
.ei-main-navigation {
	position: sticky;
	top: 0;
	padding: 10px 0 0;
    background: var(--ei-color-body_bg);
}
.ei-main-navigation.ei-shadow {
	box-shadow: rgb(0 0 0 / 30%) 0 3px 20px -18px;
}
.ei-nav-collapse {
	border-top-left-radius: var(--ei-border-radius);
    border-top-right-radius: var(--ei-border-radius);
    padding: 0 40px;
    background: #fff;
}
.ei-nav-collapse, .ei-search {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    width: 100%;
}
.ei-search svg {
	position: absolute;
	width: 18px;
    height: auto;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.ei-search svg path {
	stroke: rgb(117, 117, 117);
    stroke-width: 0.3px;
}
.ei-search input {
	width: 100%;
	padding-left: 52px;
}
.ei-main-navigation .ei-nav-left .ei-nav {
	display: -ms-flexbox;
    display: flex;
}
.ei-main-navigation .ei-nav-right span.ei-search svg {
	width: 16px;
    height: auto;
}
.ei-main-navigation .ei-nav-right span, .ei-main-navigation .ei-nav-right .ei-btn {
    display: inherit;
    margin-left: 23px;
}
.ei-main-navigation .ei-bell {
	position: relative;
	display: -ms-flexbox;
    display: flex;
    margin-left: 35px;
}
.ei-main-navigation .ei-bell svg {
	width: 17px;
    height: auto;
}
.ei-main-navigation .ei-bell.ei-active:before {
	content: '';
    position: absolute;
    top: -4px;
    right: -3px;
    width: 5px;
    height: 5px;
    background: #ED6761;
    border-radius: 100%;
}
.ei-main-navigation .ei-notification {
	position: absolute;
    top: 170%;
    right: 0;
    margin-top: 23px;
    margin-right: -30px;
    width: max-content !important;
    max-width: 300px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--ei-color-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: var(--ei-border-radius);
    -moz-border-radius: var(--ei-border-radius);
    border-radius: var(--ei-border-radius);
    box-shadow: 0 5px 20px 0px rgb(133 132 132 / 23%);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.ei-main-navigation .ei-notification.ei-active {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.ei-main-navigation .ei-notification .ei-title {
	font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}
.ei-main-navigation .ei-notification ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.ei-main-navigation .ei-notification ul li {
	position: relative;
	display: block;
    padding-left: 17px;
    margin-bottom: 6px;
}
.ei-main-navigation .ei-notification ul li:last-child {
	margin-bottom: 0;
}
.ei-main-navigation .ei-notification ul li:before {
	content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-top: 8px;
    background: var(--ei-color-primary);
}
.ei-main-navigation .ei-notification ul li a {
	font-size: 14px;
	font-weight: 500;
	-webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
.ei-main-navigation .ei-notification ul li a:hover {
	color: var(--ei-color-primary);
}
.ei-disable-hover {
	pointer-events: none;
}
.ei-main-navigation .ei-nav-right .ei-btn {
	width: max-content;
	height: auto;
	margin-left: 25px;
}
.ei-nav-left .ei-nav li >a {
    position: relative;
}
.ei-nav-left .ei-nav li >a {
    font-size: 15px;
    font-weight: 500;
}
.ei-nav-left .ei-nav>li>a {
    width: max-content;
    padding: 40px 0;
    margin-right: 35px;
}
.ei-nav-left .ei-nav>li.active>a, .ei-nav-left .ei-nav>li.current-menu-parent>a, .ei-nav-left .ei-nav>li .dropdown li.active a {
	color: var(--ei-color-primary);
}
.ei-nav-left .ei-nav>li:first-of-type >a {
    margin-left: 35px;
}
.ei-nav-left .ei-nav li:last-of-type >a {
    margin-right: 0;
}

.ei-col-right>.ei-main>.ei-content {
	min-height: 61vh;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
body.ei-hover-active .ei-col-right>.ei-main>.ei-content {
	opacity: 0.3;
}
body.ei-hover-active .ei-col-right>.ei-main>.ei-content>div {
	pointer-events: none;
}

.ei-featured-image {
	max-height: 85vh;
    overflow-y: auto;
    direction: rtl;
    padding: 0 15px;
    margin: 0 -15px;
}
.ei-featured-image::-webkit-scrollbar {
    width: 3px;
}
.ei-featured-image::-webkit-scrollbar-thumb, .ei-featured-image::-webkit-scrollbar-thumb:hover {
    background: var(--ei-color-primary);
    border-radius: var(--ei-border-radius);
}
.ei-image-link {
	text-align: center;
	padding: 25px;
	margin-bottom: 20px;
	border-radius: var(--ei-border-radius);
	background: #fff;
}
.ei-image-link img {
	width: 57px;
	height: 57px;
	object-fit: cover;
	padding: 2px;
	border: 2px solid var(--ei-color-primary);
    border-radius: 100%;
}
.ei-image-link span {
	display: block;
	font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--ei-color-black) !important;
    margin-top: 2px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.ei-image-link a:hover span {
	color: inherit !important;
}

.ei-content {
	display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 40px 40px;
}
.ei-content>div:first-child {
	width: 100%;
}
.ei-content-page .ei-header>h1 {
	margin-top: 0;
}
.single-post .ei-content>div:first-child {
	flex: 0 0 auto;
    width: 65%;
}
.single-post .ei-content>div.ei-doc-list {
	flex: 0 0 auto;
    width: 35%;
}

/* Ads Dummy */
.ei-ads ins {
	background: transparent !important;
}
body .ei-ads {
	margin: 30px 0;
}
body .ei-ads.top_ad {
	padding: 0 40px;
	margin-top: 0 !important;
}
body .ei-ads.bottom_ad {
	margin-top: 40px;
	margin-bottom: 0 !important;
}
.ei-ad {
	text-align: center;
	font-size: 20px;
    font-weight: 500;
    color: #757575;
    background-color: var(--ei-color-section_bg);
    border-radius: var(--ei-border-radius);
}
.ei-ad.ei-space {
    width: 100%;
    font-size: 16px;
    padding: 30px 0;
    border-radius: var(--ei-border-radius);
}
.ei-ad.ei-space>span {
	padding: 0 !important;
}
.ei-ad span:last-child {
	padding-left: 25px;
	font-weight: 600;
}
.ei-ads.sidebar_ad {
	position: relative;
	max-width: 200px;
    padding-left: 40px;
    margin: 0;
}
.ei-ads.sidebar_ad>div {
	position: sticky;
}
.ei-ads.sidebar_ad>div {
	top: 115px;
    transition: top 0.3s ease-out;
}
.ei-ads.sidebar_single_ad {
	padding-left: 40px;
	margin-top: 0;
}
.single-post .ei-ads.sidebar_single_ad>.ei-ad.ei-space {
	font-size: 14px;
    padding: 20px 0;
}
body.ei-scroll-active .ei-ads.sidebar_ad>div, span#share-post {
	top: 140px;
}
.ei-ads.sidebar_ad .ei-ad {
	height: 600px;
}
.ei-ads.sidebar_ad .ei-ad>div {
	position: relative;
    top: 35%;
    left: 50%;
    transform: translate(-50%) rotate( 90deg );
    white-space: nowrap;
}
.ei-ads.sidebar_ad .ei-ad>div span:last-child {
    letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
	body .ei-ads {
	    margin: 25px 0;
	}
}
/* Ads Dummy End */

/* DataTable */
.ei-datatable {
	border: 1px solid var(--ei-border);
    border-radius: var(--ei-border-radius);
    margin-top: 30px;
}
.ei-datatable .ei-responsive-table {
	overflow-x: unset;
    padding-right: 0;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
body .dataTables_wrapper {
	padding: 30px 0;
}
body .dataTables_length>label {
	display: flex;
	-ms-flex-align: center!important;
	align-items: center!important;
}
body .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
	font-size: 95%;
	background-color: var(--ei-color-section_bg) !important;
}
body .dataTables_wrapper .dataTables_filter input {
	width: auto;
	margin-left: 10px !important;
	margin-bottom: 0 !important;
    border: 1px solid var(--ei-color-section_bg) !important;
    background-color: var(--ei-color-section_bg) !important;
}
body .dataTables_length>label>select {
	width: 100px;
	margin: 0px 10px !important;
	border: 1px solid var(--ei-color-section_bg) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.124 0.73964C9.80449 0.42012 9.28644 0.42012 8.96692 0.73964L5.18183 4.52473L1.39674 0.73964C1.07722 0.42012 0.559172 0.42012 0.239651 0.73964C-0.0798674 1.05916 -0.0798674 1.5772 0.239651 1.89672L4.60329 6.26036C4.92281 6.57988 5.44085 6.57988 5.76037 6.26036L10.124 1.89672C10.4435 1.5772 10.4435 1.05916 10.124 0.73964Z' fill='%23535353'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: 66px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
}
body .dataTables_length>label>select, body .dataTables_wrapper .dataTables_filter input {
	border-radius: var(--ei-btn-border-radius) !important;
    padding: 4px 20px !important;
	height: 35px;
}
body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_processing, body .dataTables_wrapper .dataTables_paginate {
	color: #747474;
	font-size: 90%;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 0;
	border-radius: 100%;
	padding: 0;
	color: #fff !important;
	background: var(--ei-color-primary);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:active, body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	box-shadow: none;
	border-color: transparent;
	color: var(--ei-color-primary) !important;
	padding: 0.5em 1em;
	min-width: 1.5em;
}
body table.dataTable thead th {
	width: max-content !important;
}
body table.dataTable thead th, body table.dataTable thead td {
	padding: 10px;
	border-bottom: 1px solid var(--ei-border);
	font-weight: 600;
	color: #3e3e3e;
	text-align: left;
}
body table.dataTable.no-footer {
	padding: 20px 0 !important;
	border: 0 !important;
}
body table.dataTable td.s-date {
	width: 160px;
}
body table.dataTable th, body table.dataTable td {
	border: 0 !important;
	border-bottom: 1px solid var(--ei-border) !important;
	text-transform: capitalize !important;
	padding: 10px !important;
}
body table.dataTable.display tbody tr.even > .sorting_1, body table.dataTable.order-column.stripe tbody tr.even > .sorting_1, body table.dataTable.stripe tbody tr.odd, body table.dataTable.display tbody tr.odd, body table.dataTable tbody tr, body table.dataTable.display tbody tr.odd > .sorting_1, body table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}
body table.dataTable.display tbody tr > .sorting_1 a:hover, body table.dataTable.display tbody tr > .sorting_1 a:focus {
	color: var(--ei-color-primary) !important;
}
body table.dataTable .hover-flip-item span {
	text-transform: capitalize !important;
}
body body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
	padding-right: 0 !important;
}
body table.dataTable th, body table.dataTable td {
	padding: 10px 25px !important;
}
body table.dataTable td a {
	color: var(--ei-color-black);
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
body table.dataTable td a.ei-btn {
	margin: 0 1px 4px 0;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 11px;
    color: #ffffff;
    width: fit-content;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
}
body table.dataTable td a:hover {
	color: inherit;
    background-color: transparent !important;
}
body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_info {
	padding-left: 25px;
}
body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_paginate {
	padding-right: 25px;
}
body .dataTables_paginate>span {
	padding-left: 10px;
    padding-right: 10px;
}
body span .paginate_button {
	padding-left: 5px !important;
    padding-right: 5px !important;
}
body span .paginate_button.current {
	margin-left: 8px !important;
	margin-right: 8px !important;
}
body span .paginate_button:first-child {
	margin-left: -7px !important;
}
body span .paginate_button:last-child {
	margin-right: -10px;
}
body span .paginate_button.current:first-child {
	margin-left: -1px !important;
}
body span .paginate_button.current:last-child {
	margin-right: -9px !important;
}
body table.dataTable tbody td a.btn {
	line-height: normal !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media only screen and (max-width: 1200px) {
	body .dataTables_wrapper {
		padding: 15px 0 20px;
	    margin-top: 10px !important;
		border-radius: 5px !important;
	}
	body .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
		font-size: 100%;
	}
	body .dataTables_length>label>select, body .dataTables_wrapper .dataTables_filter input {
		height: 35px;
	}
	.dataTables_wrapper .dataTables_info {
		padding: 0 var(--ei-padding-container) !important;
    	padding-bottom: 10px !important;
	}
	body .dataTables_length>label {
		justify-content: center!important;
		margin-bottom: 20px;
	}
	body table.dataTable th, body table.dataTable td {
		font-size: 14px !important;
	}
	body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		width: 25px;
    	height: 25px;
    	line-height: 25px;
	}
	body table.dataTable th, body table.dataTable td {
		padding: 10px 15px !important;
	}
	body table.dataTable td {
		font-size: 13px !important;
		line-height: 1.4;
	}
	body table.dataTable td a.ei-btn {
		font-size: 10px;
		padding: 3px 10px;
	}
	body table.dataTable thead th:nth-child(3) {
		width: 86px !important;
	}
	body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_info {
		padding-left: 0px;
	}
	body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_paginate {
		padding-right: 0px;
	}
	body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_length {
		padding: 0 var(--ei-padding-container) !important;
	}
	body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
		padding-right: 1em !important;
	}
	body .dataTables_wrapper .dataTables_paginate .paginate_button, body .dataTables_wrapper .dataTables_paginate .paginate_button:active, body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
		padding: 5px 9px;
	}
	table.dataTable td.s-date, table.dataTable thead th:nth-child(2) {
	    display: none !important;
	}
}
/* DataTable End */

/* Breadcrumb */
body .breadcrumbs {
	font-size: 13px;
	line-height: 27px;
	color: #292929;
	margin: -8px 0 15px;
	word-break: break-word;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	line-clamp: 1;
  	-webkit-box-orient: vertical;
  	visibility: visible;
  	xwhite-space: break-spaces;
}
body .breadcrumbs a {
	color: #292929;
}
body .breadcrumbs a:hover {
	color: var(--ei-color-primary);
}
.breadcrumb-item+.breadcrumb-item::before {
	float: none !important;
	margin-left: -3px;
}
.breadcrumbs__current {
    color: #757575;
}
.breadcrumbs__separator {
	font-size: 14px;
    font-weight: 400;
    padding: 0 3px;
}
.breadcrumbs__separator>svg {
	width: 5px;
    height: auto;
}
.breadcrumbs__separator>svg path {
	stroke: #ffffff;
    stroke-width: 0.2px;
}
/* Breadcrumb End */

/* TOC */
.heading-level-3 {
	margin-left: 30px !important;
}
.heading-level-4,
.heading-level-5,
.heading-level-6 {
	margin-left: 60px !important;
}
.table-of-contents {
  	position: relative;
  	margin: 0px 0 30px;
	padding: 30px 40px 35px;
	border-radius: var(--ei-border-radius);
	background-color: #F9F9F9;
}
.table-of-contents.after_paragraph {
	margin: 33px 0 !important;
}
.table-of-contents .toc-headline {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
  	font-size: 18px;
  	color: var(--ei-color-black);
  	font-weight: 600;
  	cursor: pointer;
}
.table-of-contents .toc-headline::before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-top: -8px;
	margin-right: 0.5rem;
}
.table-of-contents .toggle-toc {
  	position: absolute;
	top: 20px;
	right: 40px;
  	font-size: 25px;
  	cursor: pointer;
  	font-weight: 500;
}
.table-of-contents.collaps-true .toggle-toc {
    font-weight: 400;
}
@media (min-width: 768px) {
	.table-of-contents .toggle-toc {
	    margin-top: 5px;
	}
}
.table-of-contents ul {
  	padding: 0;
	margin-bottom: 0 !important;
}
.table-of-contents ul.collaps {
    display: none;
}
.table-of-contents li {
  	position: relative;
  	padding-left: 1rem;
  	list-style: none;
  	line-height: 1.2;
  	font-weight: 400;
  	margin: .3rem 0;
  	transition: .2s ease all;
}
.table-of-contents li:hover {
  	padding-left: 1.1rem;
}
.table-of-contents li a {
  	font-size: 15px;
  	line-height: 1.7;
  	text-decoration: none;
  	color: var(--ei-color-black);
  	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.table-of-contents li a:hover {
	color: var(--ei-color-primary);
}
.table-of-contents li a strong {
	font-weight: 400;
}
.table-of-contents li::before {
	content: '';
	position: absolute;
	left: 0;
    margin-top: 7px;
    font-size: 25px;
    rotate: -90deg;
}
.table-of-contents li>ul {
  	padding-left: 0.7rem;
  	padding-bottom: 1rem;
}
/* TOC End */

/* medium-zoom */
.medium-zoom-image--opened, .medium-zoom--opened .medium-zoom-overlay {
	z-index: 9999 !important;
}
.medium-zoom--opened .medium-zoom-overlay {
	opacity: .8 !important;
}

/* Button */
body .ei-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 18px 5px;
    border: 1px solid var(--ei-color-primary);
    border-radius: var(--ei-btn-border-radius);
    color: #ffffff;
    background-color: var(--ei-color-primary);
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
body .ei-btn:hover {
	color: var(--ei-color-primary);
	background-color: transparent;
}

/* Social Media */
.social-media a {
	display: inline-flex;
    justify-content: center !important;
    text-align: center;
    margin-left: 14px;
}
.social-media a svg {
    margin: 0 !important;
    float: none;
}
span.socmed-title {
    position: absolute !important;
    color: transparent !important;
}
.social-media a.tw svg, .social-media a.ig svg, .social-media a.tl svg {
	width: 13px;
    height: auto;
}
.social-media a.ln svg {
	width: 12px;
    height: auto;
}

span#share-post {
	display: block;
    position: sticky;
    text-align: center;
    padding-top: 20px;
}
span.share-post-v2 {
	padding-top: 21px !important;
}
span.share-post-v2>a {
	width: 35px !important;
	height: 35px !important;
	line-height: 0 !important;
	border: 0 !important;
	margin: 12px auto !important;
}
span.share-post-v2>a svg {
	width: 35px !important;
}
span.share-post-v2>a svg path {
	fill: #ffffff !important;
}
span.share-post-v2>a.wa svg circle {
	fill: #01c34a !important;
}
span.share-post-v2#share-post>a.fb svg, span.share-post-v2#share-post>a.tl svg {
	margin-left: 0 !important;
}
span.share-post-v2>a.tl svg circle {
	fill: #0BA1E0 !important;
}
#share-post .l-social-share {
	position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
	font-weight: 500;
	line-height: 1;
}
#share-post a {
	display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 12px auto;
    border: 1px solid #757575;
    border-radius: 100%;
}
#share-post a svg path {
	fill: #757575;
}
#share-post a.tw {
	line-height: 28px;
}
#share-post a.tw svg {
	width: 12px;
}
#share-post a.fb {
	line-height: 32px;
}
#share-post a.fb svg {
	margin-left: -1px !important;
}
#share-post a.wa {
	line-height: 36px;
}
#share-post a.wa svg {
	width: 16px;
    height: auto;
}
#share-post a.tl svg {
	margin-left: -1px !important;
}
#share-post a.pn {
	line-height: 35px;
}
#share-post a.pn svg {
	width: 11px;
    height: auto;
}

.ei-doc-list .ei-doc-list-item .ei-description {
	margin: 15px 0 -8px;
}
body.archive.tag .ei-doc-list .ei-doc-list-item .ei-description {
	margin-top: 5px;
}
.ei-description p {
	line-height: 24px;
    margin: 0 0 10px;
}
.ei-description p:first-of-type {
    margin-top: 10px !important;
}
.ei-description p:last-of-type {
    margin-bottom: 5px !important;
}

/* Single Post */
.single-post h1.ei-post-title {
    margin: -5px 0 25px;
}
.single-post h1.ei-post-title a {
	color: var(--ei-color-black);
}
.single-post h1.ei-post-title a:hover {
	color: var(--ei-color-primary);
}
.single-post .ei-post-meta {
	margin: -18px 0 30px;
}
.ei-post-meta {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ei-post-meta span {
    font-size: 13px;
    color: #292929;
    font-weight: 400;
}
.ei-post-meta>span {
    margin-right: 5px;
}
.ei-post-meta span.dot {
    font-size: 18px;
    line-height: 0;
    margin-top: -7px;
    margin-left: 3px;
    margin-right: 8px;
}
.single-post figure.ei-post-image figcaption {
    font-size: 13px;
    color: #6d717f;
    text-align: center;
    line-height: 18px;
    margin: 0.2075em 0 2.4em;
}
.single-post .ei-desc {
	display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.single-post .ei-desc ol, .single-post .ei-desc ul, .ei-content-page ol, .ei-content-page ul {
	margin-left: 8px;
}
.single-post .ei-desc ol li {
	margin-bottom: 8px;
}
.single-post .ei-desc>div:first-child {
    width: calc(100% - 80px);
    overflow: hidden;
}
.single-post .ei-desc.hide-social-share>div:first-child {
    width: 100%;
}
.single-post .ei-desc>div:first-child>p:first-of-type {
	margin-top: 0;
}
.ei-label-tag {
	font-weight: 700;
    margin-bottom: 10px;
}
.ei-tag a {
	display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ei-color-primary);
    border: 1px solid var(--ei-color-primary);
    text-transform: capitalize;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 6px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ei-tag a:hover {
	color: #fff;
	background: var(--ei-color-primary);
}

/* Page Break */
.single-post .post-nav-links {
	color: var(--ei-color-black);
    margin: 30px 0;
}
.single-post .post-nav-links .ei-nav {
	display: flex !important;
}
.single-post .post-nav-links .ei-nav>a {
	display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.single-post .post-nav-links .ei-nav>a:first-child {
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}
.single-post .post-nav-links .ei-nav>a:last-child {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-left: auto;
}
.single-post .post-nav-links .ei-nav .prev svg {
    margin-right: 6px;
}
.single-post .post-nav-links .ei-nav .next svg {
    margin-left: 6px;
}
.single-post .post-nav-links .ei-nav svg {
	margin-top: 1px;
}
.single-post .post-nav-links .ei-nav svg path {
	fill: #ffffff;
}
.single-post .post-nav-links .ei-nav a:hover svg path {
	fill: var(--ei-color-primary);
}
.single-post .post-nav-links .post-page-numbers {
	display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    border: 1px solid var(--ei-color-primary);
    border-radius: 50%;
}
.single-post .post-page-numbers.current, .single-post .post-nav-links .post-page-numbers:hover, .single-post .ei-page-numbers .ei-show-all:hover {
    color: #ffffff;
    background-color: var(--ei-color-primary);
}
.single-post .ei-page-numbers {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 5px;
    background: var(--ei-color-section_bg);
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 12px;
}
.single-post .ei-page-numbers .ei-label {
	font-size: 14px;
	font-weight: 600;
	padding-right: 5px;
}
.single-post .ei-page-numbers .ei-show-all {
	display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    padding: 2px 12px;
    margin-left: 5px;
    border: 1px solid var(--ei-color-primary);
    border-radius: 30px;
}
/* Page Break end */

.ei-next-prev {
	column-count: 2;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.ei-next-prev>a {
	position: relative;
	display: block;
    flex: 1;
    line-height: normal;
    font-weight: 600;
    padding: 20px;
    color: var(--ei-color-black);
    background-color: var(--ei-color-section_bg);
    border: 1px solid var(--ei-color-section_bg);
    border-radius: var(--ei-border-radius);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ei-next-prev>a:hover {
	color: var(--ei-color-primary);
    border-color: var(--ei-color-primary);
}
.ei-next-prev>a:hover svg path {
	fill: var(--ei-color-primary);
}
.ei-next-prev>a[rel="prev"] {
	text-align: right;
	padding-left: 50px;
}
.ei-next-prev>a[rel="next"] {
	padding-right: 50px;
}
.ei-next-prev>a[rel="prev"] svg {
	left: 20px;
}
.ei-next-prev>a[rel="next"] svg {
	right: 20px;
}
.ei-next-prev>a span.ei-label {
	display: block;
	font-size: 80%;
    font-weight: 500;
    color: #5a5a5a;
}
.ei-next-prev>a span.ei-title {
	display: block;
    margin-top: 8px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
.ei-next-prev a svg {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ei-next-prev a svg path {
	fill: var(--ei-color-black);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Search Form */
.ei-modal-wrap {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
body.ei-modal-hide .ei-modal-wrap.ei-modal-showcase, body.ei-modal-hide .ei-modal-showcase-overlay {
	display: none !important;
}
body.ei-modal-active .ei-modal-wrap.ei-active, body.ei-modal-active .ei-modal-wrap#ei-search-modal, body.ei-modal-active .ei-modal-overlay, body.ei-modal-showcase-active .ei-modal-wrap.ei-active, body.ei-modal-showcase-active .ei-modal-showcase-overlay {
    opacity: 1;
    visibility: visible;
}
.ei-modal-wrap, .ei-modal-overlay, .ei-modal-showcase-overlay, body.ei-modal-active .ei-modal-wrap.ei-modal-showcase, body.ei-modal-active .ei-modal-showcase-overlay, body.ei-hover-active .ei-modal-wrap.ei-modal-showcase, body.ei-hover-active .ei-modal-showcase-overlay, body.ei-sidebar-pop-active .ei-modal-wrap.ei-modal-showcase, body.ei-sidebar-pop-active .ei-modal-showcase-overlay, body.ei-tab-pop-active .ei-modal-wrap.ei-modal-showcase, body.ei-tab-pop-active .ei-modal-showcase-overlay, body.ei-doc-pop-active .ei-modal-wrap.ei-modal-showcase, body.ei-doc-pop-active .ei-modal-showcase-overlay {
	opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.ei-modal-wrap .ei-modal {
	position: relative;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: auto;
    min-height: 100vh;
}
.ei-modal-wrap .ei-modal-content {
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
}
.ei-modal .ei-close {
	float: none !important;
	position: absolute;
    top: -7px;
    right: -7px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 100%;
    background-color: #fd695e;
    opacity: 1;
    color: white;
    font-weight: normal !important;
    cursor: pointer !important;
    box-shadow: 0 7px 15px -10px rgb(0 0 0 / 60%);
    z-index: 1065;
}
.ei-modal .ei-close>span {
	width: 28px;
    height: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: 2px solid #ffffff;
    border-radius: 100%;
}
.ei-modal .ei-close>span svg {
	width: 10px;
    height: auto;
}
.ei-modal .ei-close>span svg path {
	stroke-width: 0.5px;
    stroke: #ffffff;
}
.ei-modal-body {
	border-radius: var(--ei-border-radius);
	padding: 40px !important;
	background-color: #fff;
    z-index: 1055;
}
.ei-modal-showcase .ei-modal-body>div {
	max-height: 80vh;
    overflow-y: auto;
    padding-right: 28px;
    margin-right: -28px;
    text-align: center;
}
.ei-modal-showcase .ei-modal-body>div::-webkit-scrollbar-track {
  	background: #f6f6f6;
}
.ei-modal-showcase .ei-modal-body>div .ei-title {
	font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.ei-modal-showcase .ei-modal-body>div p {
	line-height: 1.6;
    margin: 0 0 10px;
}
.ei-modal-showcase .ei-modal-body>div img {
	margin: 15px 0;
}
.ei-modal-showcase .ei-modal-body>div .ei-btn {
	font-size: 14px;
    padding: 4px 20px 5px;
	margin: 8px 3px;
}
.ei-modal-showcase .ei-modal-body>div .ei-btn.ei-modal-hide, .ei-modal-showcase .ei-modal-body>div.ei-hover .ei-btn {
	color: var(--ei-color-primary);
    background-color: transparent;
}
.ei-modal-showcase .ei-modal-body>div .ei-btn.ei-modal-hide:hover, .ei-modal-showcase .ei-modal-body>div.ei-hover .ei-btn.ei-modal-hide {
	color: #ffffff;
    background-color: var(--ei-color-primary);
}
.ei-close-overlay {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    cursor: zoom-out;
}
.ei-modal-overlay, .ei-modal-showcase-overlay {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 60%);
    transition: opacity .15s linear;
}

#datafetch_x {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
    padding: 0 23px;
    margin-top: 23px;
    opacity: 0;
    z-index: -1;
}
.ei-search-list {
    padding-top: 11px;
    margin-top: 14px;
    border-top: 1px dashed #e5e4e4;
}
.ei-search-list:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
#noResults, #cLoading {
	width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--ei-color-black);
    text-align: center;
    padding: 110px 0;
}
.highlighted {
	color: var(--ei-color-black);
    background-color: yellow;
    font-weight: bold;
}
.ei-search-list a {
	position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.40;
    padding-left: 19px;
    color: var(--ei-color-black);
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    xwhite-space: break-spaces;
}
.ei-search-list a:hover {
	color: var(--ei-color-primary);
}
.ei-search-list a svg {
    position: absolute;
    left: 0;
    width: 11px;
    height: auto;
    margin-top: 3px;
    margin-right: 3px;
}
.ei-search-list a svg path {
    fill: var(--ei-color-black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ei-search-list a:hover svg path {
	fill: var(--ei-color-primary);
}

/* 404 */
.ei-404 {
	text-align: center;
}
.ei-404 h2 {
	margin: -10px 0;
}

/* Contact */
.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
	margin-bottom: 18px;
}
.wpcf7-form textarea {
	border-radius: 16px;
	margin-bottom: 20px;
}
.wpcf7-form .ei-input-group p {
	display: flex;
    flex-wrap: wrap;
}
.wpcf7-form-control-wrap {
	flex: 0 0 auto;
    width: 100%;
}
.wpcf7-form-control-wrap:first-of-type, .wpcf7-form-control-wrap:nth-of-type(2) {
    width: 50%;
}
.wpcf7-form-control-wrap:first-of-type {
	padding-right: 7px;
}
.wpcf7-form-control-wrap:nth-of-type(2) {
	padding-left: 7px;
}
body .wpcf7-not-valid-tip {
    font-size: 13px !important;
    color: #ff6b57 !important;
    font-weight: normal !important;
    display: block !important;
    padding-top: 0px !important;
    margin-top: -15px !important;
    margin-left: 25px !important;
    margin-bottom: 13px !important;
}
body span[data-name="your-message"] .wpcf7-not-valid-tip {
	margin-top: -23px !important;
    margin-bottom: 23px !important;
}
body .wpcf7 form .wpcf7-response-output {
    margin: -30px 0 50px !important;
    text-align: center !important;
    border-width: 1px !important;
    border-color: #ff6b57 !important;
    border-radius: 12px !important;
    padding: 12px 30px;
    color: #ff6b57 !important;
}
body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}
.wpcf7-spinner {
	display: block !important;
    margin: auto !important;
}
.wpcf7-form input[type="submit"] {
	display: block;
    color: #ffffff;
    background-color: var(--ei-color-primary);
    border: 1px solid var(--ei-color-primary);
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wpcf7-form input[type="submit"]:hover {
	border-color: var(--ei-color-primary);
    color: var(--ei-color-primary);
    background-color: transparent !important;
}

/* WhatsApp */
.ei-wa-chat {
	position: fixed;
    right: 20px;
    left: auto;
    bottom: 20px;
    z-index: 999;
}
.ei-wa-chat svg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0/25%);
}
.ei-wa-chat svg circle {
	fill: #01c34a;
}
.ei-wa-chat .ei-label-mini {
    position: absolute;
    left: 0;
    opacity: 0;
}
.ei-wa-chat-tooltip {
	position: absolute;
    right: 75px;
    bottom: 19px;
    height: 32px;
    padding: 0 16px;
    border: none;
    border-radius: 16px;
    background: #ffffff;
    color: rgba(0,0,0,.8);
    line-height: 31px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .1s ease-out .1s;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    pointer-events: none;
}
.ei-wa-chat:hover .ei-wa-chat-tooltip {
	opacity: 1;
}
.ei-wa-chat-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    bottom: 10px;
    border: 8px solid transparent;
    border-width: 6px 0 6px 8px;
    border-left-color: #ffffff;
}

/* Footer */
footer.ei-footer {
    padding: 40px;
    margin: 40px 0;
    border-radius: var(--ei-border-radius);
    background-color: var(--ei-color-primary);
}
footer.ei-footer .ei-container {
	padding: 0;
}
footer.ei-footer .ei-row {
    margin: 0;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important;
}
footer.ei-footer .ei-copyright, footer.ei-footer .ei-copyright a, footer.ei-footer .ei-f-widget-title {
	color: #ffffff;
}
footer .ei-row>.ei-col:first-child p {
    margin: 10px 0 0;
}
footer .ei-row>.ei-col:first-child {
    flex: 0 0 auto;
    width: 70%;
    padding-right: 50px;
}
footer .ei-row>.ei-col:first-child .ei-f-widget-title {
	display: none;
}
footer .ei-row>.ei-col {
    flex: 0 0 auto;
    width: 30%;
}
footer .social-media {
	text-align: right;
    margin-top: 15px;
}
footer .ei-f-widget-title {
    text-align: right;
    margin-bottom: 10px;
}
footer .menu-footer-menu-container>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .menu-footer-menu-container>ul li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 5px;
}
footer .menu-footer-menu-container>ul li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer .menu-footer-menu-container>ul li a:hover {
	color: #ffffff;
}
footer .ei-copyright {
	font-size: 12px;
	margin-bottom: 0;
}

/* Comments Area */
.comments-area label[for="comment"], .comments-area label[for="author"], .comments-area label[for="email"] {
	display: none !important;
}
.comments-area .comment-respond textarea {
  width: 100% !important;
  border-radius: var(--ei-border-radius);
}
.single-post .comments-area .comment-form-comment {
    margin-bottom: -4px !important;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"] {
   	width: 100% !important;
   	display: block;
}
.comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond textarea {
  	margin-bottom: 0 !important;
}
.comments-area .comment-respond input[type="submit"] {
  	font-size: 14px;
  	color: #ffffff !important;
  	font-weight: 500;
	padding: 11px 24px 12px;
	border-radius: 30px;
	cursor: pointer;
	background-color: var(--ei-color-primary) !important;
	border-color: var(--ei-color-primary) !important;
  	box-shadow: 1px 2px 7px -5px rgb(0 0 0 / 80%) !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.comments-area .comment-respond input[type="submit"]:hover {
	color: var(--ei-color-primary) !important;
	background-color: transparent !important;
}
.comments-area .comment-respond,
.comments-area .entry-pings,
.comments-area .entry-comments {
    color: #444;
    overflow: hidden;
}
.comments-area .entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comments-area .comment-respond h3,
.comments-area .entry-pings h3{
    margin-bottom: 10px;
}
.comments-area .comment-respond h3.comment-reply-title {
	color: #161f38;
	font-weight: 700 !important;
  	margin-top: 30px;
}
.comments-area .comment-respond h3.comment-reply-title small a {
  	padding-left: 10px;
  	text-decoration: underline;
  	font-size: 15px;
}
.comments-area {
  	margin-top: 50px;
}
.comments-area.no-comment {
  	margin-top: 32px;
}
.comments-area .comment-respond {
    border-left: none !important;
}
.comments-area .comment-respond p.form-submit {
  xmargin-bottom: 0 !important;
}
.comments-area .comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comments-area .comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comments-area .comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
.comments-area h2.comments-title {
	color: #161f38;
	font-weight: 700 !important;
  	margin-bottom: 20px;
}
.comments-area a {
	text-decoration: none !important;
}
.comments-area ul {
  	list-style-type: none;
  	padding: 0;
}
.comments-area li.comment {
    border-right: none;
}
.comments-area .comment-content {
    clear: both;
    overflow: hidden;
}
.comments-area .comment-content p {
	margin: 0 0 20px;
}
.comments-area .comment-list li {
    padding: 20px 0px;
    border-top: 1px dashed var(--ei-border);
}
.comments-area .comment-list .children {
    margin-left: 35px;
}
.comments-area .comment-list .children {
    margin-top: 20px;
    margin-bottom: -20px;
}
.single-post .comments-area li .comment-author img {
    width: 32px !important;
    height: 32px !important;
    object-fit: cover !important;
    margin-right: 6px;
    border-radius: 100%;
    vertical-align: middle;
}
.single-post .comments-area li .comment-metadata a {
  color: #9c9c9c !important;
  font-size: 12px;
}
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="url"] {
    width: 50%;
}
.comments-area .comment-respond label {
    margin-right: 10px;
    margin-bottom: 10px;
}
.single-post .content .comments-area .comment-form-comment {
	margin-bottom: -4px !important;
}
.single-post .content .comments-area .comment-notes {
	margin-top: 0;
}
body .comment-form-cookies-consent input {
	width: auto !important;
    height: auto !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
}
.comments-area .entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.comments-area .entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.comments-area .entry-pings .reply {
    display: none;
}
.comments-area .bypostauthor {
}
.comments-area .form-allowed-tags {
    background-color: var(--ei-color-section_bg);
    font-size: 16px;
    padding: 24px;
}
body.single-post .comments-area li a.comment-reply-link, body.single-post .comments-area li a.comment-reply-link:focus{
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--ei-color-primary);
    border-radius: 50px;
    color: var(--ei-color-primary);
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 2px 11px 3px;
    width: auto;
}
body.single-post .comments-area li a.comment-reply-link:hover{
    color: #ffffff;
    background-color: var(--ei-color-primary);
}
.comments-area label[for="wp-comment-cookies-consent"] {
  display: inline !important;
}
.comments-area footer.comment-meta {
	background: transparent !important;
    padding: 0 !important;
}
.comments-area footer.comment-meta .comment-awaiting-moderation {
	padding: 1px 5px;
    border-radius: 3px;
    background-color: #ff6b57;
    color: #ffffff;
}
.single-post .comments-area li .comment-meta .comment-author a {
	color: #444444 !important;
}
.single-post .comments-area li .comment-metadata {
	margin-bottom: 5px;
}
.comments-area .comment-form-author, .comments-area .comment-form-email {
	width: 49%;
    display: inline-block;
    margin-bottom: 0 !important;
}
.comments-area .comment-form-email {
	float: right;
}
.comments-area .comment-form-cookies-consent {
	clear: both;
}
/* Comments Area End */

/* Disqus */
#disqus_thread {
	margin-top: 50px;
	margin-bottom: 50px;
}
#disqus_thread .ei-btn {
	font-size: 13px;
    padding: 5px 20px 7px;
}
/* Disqus End */

/* RESPONSIVE */
@media only screen and (min-width: 1201px) {

	.ei-mobile-d {
		display: none !important;
	}

}

@media only screen and (max-width: 1200px) {

	:root {
		--ei-color-body_bg: #FFFFFF;
		--ei-btn-border-radius: 30px;
	    --ei-border-radius: 12px;
	    --ei-padding-container: 14px;
	    --h1: 18px;
	    --h2: 18px;
	    --h3: 16px;
	    --h4: 15px;
	    --h5: 15px;
	    --h6: 15px;
	}

	::-webkit-scrollbar {
		display: none;
	    width: 3px;
	}

	body {
	    font-size: 13px;
	    line-height: 1.7;
	}

	body.ei-hover-active, body.ei-modal-showcase-active, body.ei-modal-active, body.ei-sidebar-pop-active, body.ei-tab-pop-active, body.ei-doc-pop-active {
	    overflow-y: hidden !important;
	}
	body.ei-modal-hide.ei-modal-showcase-active {
		overflow-y: auto !important;
	}

	h1, h2, h3, h4, h5, h6 {
		margin-top: 20px;
    	margin-bottom: 15px;
	}
	h1 {
		line-height: 1.4;
	}
	h2, h3 {
		line-height: 1.4;
	}
	h4, h5, h6 {
		line-height: 1.5;
	}

	p {
	    margin-bottom: 1.2em;
	}

	input, select, optgroup, textarea {
	    font-size: 13px;
	}
	select {
		background-size: 9px !important;
	}
	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"], select, textarea {
		padding: 11px 22px 13px;
	}
	.ei-search input {
		padding-left: 44px;
	}
	.ei-search svg {
		width: 15px;
		left: 20px;
		margin-top: 0;
	}
	#datafetch_x {
		padding: 0 20px;
	}
	.ei-search-list {
		margin-top: 13px;
	}
	.ei-search-list a {
		font-size: 13px;
		padding-left: 17px;
	}
	.ei-search-list a svg {
		width: 10px;
		margin-top: 3px;
	}
	#noResults, #cLoading {
		font-size: 13px;
	}

	.ei-more-docs-v2>span, .ei-more-docs-v3, .ei-more-docs-v4 {
		font-size: 12px !important;
		padding: 5px 18px;
	}

	.wpcf7-form textarea {
		border-radius: 12px;
		margin-bottom: 18px;
	}
	.wpcf7-spinner {
		width: 20px;
    	height: 20px;
		margin-top: -12px !important;
    	margin-bottom: 8px !important;
	}
	body .wpcf7-not-valid-tip {
		font-size: 11px !important;
		margin-left: 22px !important;
	}
	body .wpcf7 form .wpcf7-response-output {
		font-size: 12px;
    	line-height: 1.4;
    	margin: -25px 0 40px !important;
    	border-radius: 8px !important;
    	padding: 10px 30px;
	}
	.wpcf7-form input[type="submit"] {
		font-size: 13px;
		padding: 11px 30px;
	}

	.ei-direct-chat {
		display: flex;
	}
	.ei-wa-chat svg {
		width: 40px;
    	height: 40px;
    	box-shadow: 0 0 4px rgb(0 0 0/25%);
	}
	body.ei-hover-active .ei-featured-image {
	    opacity: 0.3;
	}
	body.ei-hover-active .ei-featured-image .ei-image-link {
	    pointer-events: none;
	}

	.ei-desktop-d, .ei-col-wrap .ei-col-left, .ei-ads.sidebar_ad, nav>.ei-nav-collapse>.ei-search, nav>.ei-nav-collapse>.ei-nav-left, nav>.ei-nav-collapse>.ei-nav-right, footer .ei-f-widget-title, .ei-wa-chat-tooltip {
		display: none;
	}
	.ei-container, .elementor-section.s-fullwidth.elementor-section-boxed >.elementor-container {
		padding-right: 0;
    	padding-left: 0;
	}
	.ei-col-wrap .ei-col-right {
	    width: 100%;
	}
	.ei-nav-collapse, .ei-content {
		padding: 0;
	}
	.ei-col-wrap .ei-col-right .ei-main {
		margin-bottom: 25px;
	}

	.ei-featured-image {
		position: relative;
	    display: -ms-flexbox;
	    display: flex;
	    flex-wrap: nowrap;
	    gap: 10px;
	    overflow: auto;
	    overflow-y: hidden;
	    max-height: none;
	    direction: unset;
	    padding: 0 var(--ei-padding-container);
	    margin: 5px 0 25px;
	}
	.ei-featured-image::-webkit-scrollbar {
		display: none;
	    height: 0;
	}
	.ei-image-link {
	    flex: 0 0 auto;
	    width: 120px;
	    padding: 15px 10px;
	    margin-bottom: 0;
	}
	.ei-image-link>a {
		display: block;
    	line-height: 1;
	}
	.ei-image-link img {
		width: 50px;
    	height: 50px;
    	border-width: 1px;
	}
	.ei-image-link>a>span {
		display: block;
		font-size: 12px;
	    line-height: 1.2;
	    margin-top: 6px;
	}
	.ei-image-link a:hover span {
	    color: var(--ei-color-black) !important;
	}

	.ei-main-navigation {
		padding: 20px var(--ei-padding-container);
	}
	.ei-main-navigation.ei-shadow {
	    box-shadow: rgb(0 0 0 / 30%) 0 3px 20px -10px;
	}
	.ei-col-right>.ei-main>.ei-content {
		margin-top: 5px;
		padding: 0 var(--ei-padding-container);
	}
	.ei-search-mobile, .ei-main-navigation .ei-bell, .ei-menu-mobile {
		padding: 0 12px;
		margin: 0;
	}
	.ei-logo.ei-mobile-d, .ei-search-mobile, .ei-main-navigation .ei-bell, .ei-menu-mobile {
		display: flex;
	}
	.ei-logo.ei-mobile-d {
		width: 100%;
	}
	.ei-main-navigation svg path {
		fill: var(--ei-color-black);
	}
	.ei-menu-mobile svg {
		width: 17px;
    	height: auto;
	}
	.ei-menu-mobile svg path {
		stroke: #ffffff;
    	stroke-width: 0.2px;
	}
	.ei-main-navigation .ei-bell svg {
		width: 15px;
	}
	.ei-main-navigation .ei-bell svg path {
		stroke: #ffffff;
    	stroke-width: 0.1px;
	}
	.ei-search-mobile svg {
		width: 16px;
    	height: auto;
	}
	.ei-search-mobile svg path {
		stroke: var(--ei-color-black);
    	stroke-width: 0.1px;
	}
	.ei-main-navigation .ei-bell.ei-active:before {
		top: -2px;
		right: 10px;
		width: 4px;
    	height: 4px;
	}
	.ei-menu-mobile {
		padding-right: 0;
	}

	.ei-main-navigation .ei-notification {
		max-width: 250px;
		padding: 20px;
		margin-right: -30px;
	}
	.ei-main-navigation .ei-notification .ei-title {
		font-size: 15px;
		margin-bottom: 14px;
	}
	.ei-main-navigation .ei-notification ul li {
		padding-left: 14px;
	}
	.ei-main-navigation .ei-notification ul li:before {
		width: 6px;
    	height: 6px;
    	margin-top: 8px;
	}
	.ei-main-navigation .ei-notification ul li a {
		font-size: 13px;
	}

	/* Sidebar Menu */
	.ei-sidebar-pop {
		position: fixed;
	    top: 0;
	    right: 0;
	    width: 95%;
	    height: 100vh;
	    background-color: #ffffff;
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	    -webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	    transform: translateX(100%);
	    z-index: 99999;
	}
	body.ei-sidebar-pop-active .ei-sidebar-pop {
		visibility: visible;
	    opacity: 1;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	.ei-sidebar-pop-wrap .ei-sidebar-overlay {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgb(0 0 0 / 60%);
	    visibility: hidden;
    	opacity: 0;
	    -webkit-transition: all 0.4s cubic-bezier(0.645,0.045,0.355,1);
	    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	    transition: all 0.4s cubic-bezier(0.645,0.045,0.355,1);
	    z-index: 9999;
	}
	body.ei-sidebar-pop-active .ei-sidebar-pop-wrap .ei-sidebar-overlay {
		visibility: visible;
    	opacity: 1;
	}
	.ei-sidebar-pop .ei-header {
		position: relative;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center !important;
	    align-items: center !important;
	    justify-content: space-between;
	    gap: 14px;
	    border-bottom: 1px solid var(--ei-border);
	    padding: var(--ei-padding-container);
	    background-color: #ffffff;
	}
	.ei-sidebar-pop .ei-header>div, .ei-sidebar-pop .ei-header>div:first-child>span {
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.ei-sidebar-pop .ei-header>div:first-child {
		gap: 14px;
	}
	.ei-sidebar-pop .ei-header .ei-close svg {
		rotate: 180deg;
	}
	.ei-sidebar-pop .ei-header span.ei-title {
		font-size: 15px;
	    font-weight: 600;
	    line-height: 1.1;
	    -webkit-line-clamp: 1;
	    line-clamp: 1;
	    word-break: break-word;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box !important;
	    -webkit-box-orient: vertical;
	    visibility: visible;
	}
	.ei-sidebar-pop .ei-header .ei-btn {
		font-size: 12px;
    	padding: 2px 13px;
	}
	.ei-sidebar-pop .ei-header .ei-cta {
		flex: 0 0 auto;
	}
	.ei-sidebar-pop .ei-content {
		display: block;
		height: 92vh;
		overflow-y: auto;
		padding: 20px 0 65px !important;
	}
	.ei-sidebar-pop .ei-featured-image {
		flex-wrap: wrap !important;
	    gap: 7px !important;
	    border-bottom: 1px solid var(--ei-border);
	    padding: 0 var(--ei-padding-container) 22px !important;
	    margin: 0 !important;
	    overflow: hidden !important;
	}
	.ei-sidebar-pop .ei-featured-image .ei-image-link {
		width: calc(33.3333% - 5px);
		padding: 12px 10px;
	}
	.ei-sidebar-pop .ei-featured-image .ei-image-link img {
		width: 40px;
	    height: 40px;
	    padding: 1px;
	}
	.ei-sidebar-pop .ei-featured-image .ei-image-link>a>span {
		font-size: 11px;
    	line-height: 1.1;
    	margin-top: 4px;
	}
	.ei-sidebar-pop .ei-navwrap ul {
		list-style: none;
	    padding: 0;
	    margin: 0;
	}
	.ei-sidebar-pop .ei-navwrap ul.dropdown {
		display: none;
		border-top: 1px solid var(--ei-border);
		padding-left: 24px;
	    margin-top: 17px;
	}
	.ei-sidebar-pop .ei-navwrap ul .dropdown.ei-active {
	    display: block;
	}
	.ei-sidebar-pop .ei-navwrap ul.dropdown li {
		padding-left: 0 !important;
	}
	.ei-sidebar-pop .ei-navwrap>ul>li.has-dropdown {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.ei-sidebar-pop .ei-navwrap>ul>li.has-dropdown>a {
	    padding-left: var(--ei-padding-container);
	    padding-right: 40px;
	    pointer-events: none;
	}
	.ei-sidebar-pop .ei-navwrap ul li a svg {
	    position: absolute;
	    width: 9px;
	    height: auto;
	    right: 10px;
	    top: 50%;
	    transform: translate(-50%, 0);
	    margin-top: -3px;
	}
	.ei-sidebar-pop .ei-navwrap>ul li, body .ei-sidebar-pop .ei-navwrap>ul>li:last-child {
		line-height: 1;
		border-bottom: 1px solid var(--ei-border);
		padding: 15px var(--ei-padding-container) 17px;
	}
	.ei-sidebar-pop .ei-navwrap>ul li:last-child {
		padding-bottom: 0;
    	border-bottom: 0;
	}
	.ei-sidebar-pop .ei-navwrap>ul li a {
		position: relative;
    	display: block;
		font-size: 14px;
		color: var(--ei-color-black);
	}
	@media only screen and (max-width: 320px) {
		.ei-sidebar-pop {
			width: 320px;
		}
	}
	/* Sidebar Menu end */

	/* Single */
	.single-post .ei-content>div:first-child, .single-post .ei-content>div.ei-doc-list {
		width: 100%;
	}
	.single-post .ei-col-right>.ei-main>.ei-content {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.single-post .ei-doc-list .ei-doc-list-item, .single-post .ei-ads.sidebar_single_ad {
		padding-left: 0;
		margin-bottom: 0;
	}
	.single-post .ei-ads.sidebar_single_ad {
		display: none !important;
	}
	body .breadcrumbs {
		margin-bottom: 10px;
	}
	body .breadcrumbs, .breadcrumbs__separator {
		font-size: 12px;
	}
	.breadcrumbs__separator>svg {
		width: 4px;
		margin-bottom: 1px;
	}
	.single-post .ei-post-meta {
		margin-bottom: 23px;
	}
	.ei-post-meta span {
		font-size: 12px;
	}
	.ei-post-meta span.dot {
		margin-top: -10px;
	}
	.single-post figure.ei-post-image figcaption, .wp-caption .wp-caption-text, .wp-block-image figcaption {
		font-size: 12px;
	}
	.table-of-contents {
		padding: 20px;
	}
	.table-of-contents .toc-headline {
		font-size: 16px;
	}
	.table-of-contents .toc-headline::before {
		width: 16px;
	    height: 16px;
	    margin-top: -6px;
	    transform: scale(0.8);
	}
	.table-of-contents .toggle-toc {
		top: 15px;
	    right: 20px;
	    font-size: 20px;
	}
	.table-of-contents li {
		padding-left: 13px;
		margin: 8px 0;
	}
	.table-of-contents li a {
		font-size: 13px;
		line-height: 1.6;
	}
	body .table-of-contents li::before {
		width: 8px;
    	height: 8px;
    	margin-top: 6px;
		background-size: 8px;
	}
	.heading-level-3 {
	    margin-left: 20px !important;
	}
	.heading-level-4, .heading-level-5, .heading-level-6 {
	    margin-left: 40px !important;
	}

	.single-post .ei-desc {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	width: 100%;
    	font-size: 14px;
	}
	.single-post .ei-desc>div:first-child {
		width: 100%;
	}
	#disqus_thread {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.single-post .ei-desc .ei-btn, #disqus_thread .ei-btn {
		font-size: 12px;
    	line-height: 1;
    	padding: 7px 15px;
	}
	span#share-post {
		position: relative;
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center !important;
    	align-items: center !important;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    top: 0 !important;
	    padding: 0 !important;
    	margin: 30px 0 15px;
	}
	#share-post .l-social-share {
		position: relative;
	    flex: 0 0 auto;
	    width: 100%;
	    font-size: 14px;
	    font-weight: 700;
	    text-align: left;
	    margin-bottom: 16px;
	    left: 0;
	    transform: none;
	}
	#share-post a {
		margin: 0 5px;
	}
	#share-post a:first-of-type {
		margin-left: 0;
	}
	#share-post a.tw {
	    line-height: 29px;
	}
	#share-post a.tw svg {
	    width: 13px;
	}
	#share-post a.wa svg {
		width: 16px;
	}
	span.share-post-v2>a {
		width: 32px !important;
		height: 32px !important;
	}
	span.share-post-v2>a svg {
	    width: 32px !important;
	    height: auto;
	}

	.ei-next-prev {
		-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	column-count: unset;
    	margin-bottom: 40px;
	}
	.ei-next-prev>a {
		flex: 0 0 auto;
    	width: 100%;
	}
	.ei-tag a {
		height: auto;
	    line-height: 1;
	    padding: 5px 11px;
	    font-size: 11px;
	}
	.ei-next-prev>a span.ei-label {
		font-size: 12px;
	}

	.copy-button {
		padding: 5px 10px 3px 9px;
	}
	.copy-button:before {
		transform: scale(0.9);
    	margin-top: -1px;
	}
	.copy-button>span {
	    font-size: 11px;
	    padding-left: 3px;
	}

	.single-post .post-nav-links .ei-nav>a {
		font-size: 11px;
	    line-height: 1;
	    padding: 5px 11px;
	}
	.single-post .post-nav-links .ei-nav>a svg {
		width: 8px;
	    height: auto;
	    margin-top: 0;
	}
	.single-post .ei-page-numbers .ei-label {
		font-size: 12px;
	}
	.single-post .post-nav-links .post-page-numbers {
		width: 22px;
	    height: 22px;
	    line-height: 22px;
	    font-size: 12px;
	}
	.single-post .ei-page-numbers {
		gap: 6px;
	}
	.single-post .post-nav-links {
		margin: 25px 0;
	}
	.single-post .ei-page-numbers .ei-show-all {
		font-size: 11px;
    	line-height: 1;
    	padding: 4px 10px;
	}

	.comments-area {
	    margin-top: 35px;
	}
	.comments-area.no-comment {
	    margin-top: -15px;
	}
	.comments-area>ul.comment-list {
		margin-bottom: 0;
	}
	.single-post .comments-area li .comment-metadata a {
		font-size: 11px;
	}

	.ei-ad.ei-space {
		font-size: 13px;
    	padding: 18px 0;
	}
	body .ei-ads.top_ad {
	    padding: 0 var(--ei-padding-container);
	    margin-top: 5px !important;
	}
	body .ei-ads.bottom_ad {
		margin-top: 25px;
	}

	.ei-modal-wrap#ei-search-modal .ei-modal {
		min-height: auto;
		margin: 20px auto auto;
	}
	.ei-modal-wrap .ei-modal {
		padding: 0 var(--ei-padding-container);
	}
	.ei-modal-body {
		padding: 20px 15px !important;
	}
	.ei-modal .ei-close {
		top: -6px;
    	right: -6px;
    	width: 24px;
	    height: 24px;
	    line-height: 24px;
	}
	.ei-modal .ei-close>span {
		width: 24px;
    	height: 24px;
    	border: 2px solid #ffffff;
    	border-radius: 100%;
	}
	.ei-modal .ei-close>span svg {
	    width: 8px;
	}
	.ei-modal-showcase .ei-modal-body>div .ei-title {
	    font-size: 17px;
	    line-height: 1.4;
	    margin-bottom: 10px;
	}
	.ei-modal-showcase .ei-modal-body>div p {
	    font-size: 14px;
	    line-height: 1.7;
	}
	.ei-modal-showcase .ei-modal-body>div img {
		margin-bottom: 13px;
	}
	.ei-modal-showcase .ei-modal-body>div .ei-btn {
		font-size: 12px;
    	padding: 3px 15px;
    	margin: 5px 3px;
	}

	.ei-wa-chat {
		right: 15px;
		bottom: 15px;
	}
	.social-media a {
		margin: 0 10px 12px;
	}
	span.share-post-v2>a {
		margin: 0 10px 10px 0 !important;
	}

	footer.ei-footer {
		padding: 27px var(--ei-padding-container);
		margin: 30px 0 0;
    	border-radius: 0;
    	text-align: center;
	}
	footer.ei-footer .ei-row {
		flex-direction: column-reverse;
	}
	footer .ei-row>.ei-col:first-child {
    	padding-right: 0;
	}
	footer .ei-row>.ei-col, footer .ei-row>.ei-col:first-child {
		width: 100%;
	}
	footer .social-media {
	    text-align: center;
	    margin-top: 0;
	}
	footer .menu-footer-menu-container>ul {
		margin: 10px 0 15px;
	}
	footer .menu-footer-menu-container>ul li {
		margin: 0 10px;
	}
	footer .menu-footer-menu-container>ul li a {
		font-size: 13px;
	}
	footer .ei-copyright {
		font-size: 12px;
	}

}
