/*-------------------------------------------
	Default Styles
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
:root {
  --servisto-heading: #111827;
  --servisto-primary: #2563eb;
  --servisto-secondary: #1235a6;
  --servisto-text: #374151;
  --servisto-bg: #fafafa;
  --servisto-form: #f6f9fc;
  --servisto-border: #e6e6e6;
  --color-white: #ffffff;
  --color-border: #f1f2f4;
  --color-background: #eff6ff;
  --font-fontsfamily: "DM Sans", sans-serif;
  --border-radius: 8px;
}

:is(body.home) .home.current-item {
  display: none;
}

body {
  font-family: var(--font-fontsfamily);
  font-weight: 400;
  font-size: 18px;
  color: var(--servisto-heading);
  line-height: 28px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  margin: 0;
  line-height: 140%;
  display: block;
  word-break: break-word;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 15px;
}
p {
  margin: 0;
  font-weight: 400;
  line-height: 27px;
}
ul {
  list-style: none;
  margin-bottom: 0;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
button,
input,
textarea,
img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a,
button,
input,
textarea {
  font-weight: 500;
}
.servisto-primary {
  color: var(--servisto-primary);
}
.servisto-secondary {
  color: var(--servisto-secondary);
}
.servisto-heading {
  color: var(--servisto-heading);
}
.servisto-text {
  color: var(--servisto-text);
}
a,
a:hover,
a:focus,
a:active,
button {
  outline: none;
  border: none;
  text-decoration: none;
}
p a,
ul li a,
ol li a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
}
p a:hover,
p a:focus,
ul li a:hover,
ul li a:focus,
ol li a:hover,
ol li a:focus,
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: var(--servisto-primary);
  /* text-decoration: underline; */
}
.servisto-mg-top-30 {
  margin-top: 30px;
}
.servisto-entry-content p,
.servisto-entry-content h1,
.servisto-entry-content h2,
.servisto-entry-content h3,
.servisto-entry-content h4,
.servisto-entry-content h5,
.servisto-entry-content h6 {
  margin-bottom: 20px;
}
.servisto-entry-content p:last-child {
  margin: 0;
}
img {
  max-width: 100%;
  display: block;
}
select:focus,
select:active {
  box-shadow: 0;
  border: 0;
  outline: 0;
}
p {
  margin: 0;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}

.servisto-page.site-page.container-elementor {
  padding: 0;
}
.servisto-page.site-page.container-elementor .container {
  max-width: 100%;
  padding: 0;
}
a.servisto-btn,
a.servisto-btn:visited,
button.servisto-btn,
button.servisto-btn:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  background: var(--servisto-primary);
  padding: 16px 26px;
  border-radius: var(--border-radius);
  border: none;
  width: max-content;
}
a.servisto-btn:hover,
a.servisto-btn:focus,
button.servisto-btn:hover,
button.servisto-btn:focus {
  background: var(--servisto-secondary);
  color: #ffffff !important;
}
.has-large-font-size {
  font-size: 36px;
  line-height: 42px;
}
.blog-section a {
  word-wrap: anywhere;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
ul,
ul li,
ol,
ol li {
  margin: 0;
  padding: 0;
}

.gr-section-padding {
  padding: 80px 0;
}

/* Section Title */
/* .section-title {
  z-index: 10;
  position: relative;
  margin-bottom: 30px;
} */
.section-title .small-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-title .s-content-title {
  color: var(--servisto-heading);
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.2;
}
.s-content-title span {
  background: var(--servisto-primary);
  color: #fff;
  padding: 3px 15px;
  border-radius: 30px;
}
.sc-title-button {
  text-align: right;
}
.font-stylish {
  font-family: "Caveat", cursive;
  letter-spacing: 2px;
}
/* Reset Styles */
body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  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 solid 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"] {
  box-sizing: border-box;
  padding: 0;
}

[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;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--servisto-heading);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  table-layout: fixed;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--servisto-primary);
}

a:visited {
  color: var(--servisto-heading);
}

a:hover,
a:focus,
a:active {
  color: var(--servisto-heading);
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 4px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--servisto-text);
  border: 1px solid var(--servisto-border);
  border-radius: 4px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--servisto-heading);
}

select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
  min-height: 120px;
}
a:active,
a:focus,
a:hover {
  color: var(--servisto-primary);
}
a:focus,
button:focus,
button:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: 0;
}
a,
a:focus,
a:hover,
button:focus,
button:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  color: var(--servisto-heading);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.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;
  justify-content: space-between;
  align-items: center;
}

.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%;
}
.comment-navigation .nav-next a {
  background: var(--servisto-primary);
  border-color: transparent;
  color: #fff;
}

.comment-navigation .nav-next a:hover,
.comment-navigation .nav-next a:focus {
  background: var(--servisto-heading);
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* post navigator  */

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 24px 32px;
  margin: 40px 0;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 20px #f1f5f9;
  border-radius: var(--border-radius);
}

.nav-links a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--servisto-heading);
  text-decoration: none;
  flex: 1;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  color: var(--servisto-primary);
}

.nav-previous,
.nav-next {
  flex: 1;
}

.nav-subtitle {
  font-weight: 500;
  color: var(--servisto-primary);
  font-size: 14px;
  padding-right: 20px;
}

.nav-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 24px;
}

.nav-previous .nav-title::before {
  content: "←";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--servisto-text);
  font-size: 18px;
}

.nav-next .nav-title {
  padding-left: 0;
  padding-right: 52px;
}

.nav-next .nav-title::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 0;
  color: var(--servisto-text);
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-next,
  .nav-previous {
    width: 100%;
  }
}
/* servisto breadcrumb */
.servisto-breadcrumb {
  padding: 40px 0;
  text-align: center;
  content: "";
  height: 100%;
  width: 100%;
  /* border-bottom: 1px solid #e6e6e6; */
  background-image: url(../images/page-bg.png);
}
.servisto-breadcrumb .bc-title {
  font-size: 32px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 600;
}
.image-head img {
  border-radius: 5px;
}
.breadcrumb-list {
  text-align: left;
}
.breadcrumb-list a:hover,
.breadcrumb-list a:focus {
  text-decoration: underline;
  color: var(--servisto-primary);
}
/* Theme Search CSS */
.searchform {
  position: relative;
}
.searchform input[type="text"] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid var(--servisto-border);
  border-radius: 0px;
  font-size: 14px;
}
.searchform input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  width: 52px;
  background: transparent;
  border: none;
  z-index: 1000;
  cursor: pointer;
  text-indent: -200px;
  overflow: hidden;
  border-radius: 0;
}
.searchform div:after {
  content: "";
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  content: "\f002";
  font-size: 1.2em;
  font-family: "FontAwesome";
  line-height: 48px;
  text-align: center;
  border-left: none;
  z-index: 110;
  color: var(--servisto-primary);
}
.searchform input[type="text"]:hover,
.searchform input[type="text"]:focus {
  border-color: var(--servisto-primary);
}
.servisto-search-close {
  min-width: 34px;
  min-height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 19px;
  color: #fff !important;
  border-radius: 100%;
  background: transparent;
}
.servisto-search-close:hover,
.servisto-search-close:focus {
  background: var(--servisto-heading);
  color: var(--servisto-primary) !important;
  border-color: transparent !important;
}
/* Search Block */

.wp-block-search .wp-block-search__input {
  border: 1px solid var(--color-border);
}
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
  background: var(--servisto-heading);
}
/* Post Meta */
.servisto-post-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid var(--servisto-border);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.servisto-post-meta li {
  display: inline-block;
  margin-right: 5px;
}
.servisto-post-meta li i {
  color: var(--servisto-secondary);
  margin-right: 5px;
  font-size: 13px;
}
.servisto-post-meta li a {
  color: var(--servisto-heading);
  font-weight: normal;
  text-decoration: none;
}
.servisto-post-meta li a:hover {
  color: var(--servisto-primary);
}
/*-------------------------------------------
	End Default Styles
--------------------------------------------- */

/*-------------------------------------------
	Header CSS
--------------------------------------------- */
.servisto-header {
  background: #fff;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 16px 0;
  box-shadow: 0px 5px 30px 0 rgba(3, 4, 28, 0.1);
}
.servisto-header__list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.servisto-header__list a {
  font-weight: 400;
  color: var(--servisto-text);
  text-decoration: none;
}
.servisto-header__list a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-image {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}
.header-image img {
  width: 100%;
  height: 100%;
}
/* Logo */
.servisto-logo {
  min-width: 170px;
}
.servisto-logo .normal-text a {
  position: relative;
  font-size: 28px;
  display: inline-block;
  font-weight: 600;
  color: var(--servisto-heading);
}
.servisto-logo .normal-text {
  text-align: left;
}
.servisto-logo .img-logo img {
  display: inline-block;
}
.servisto-logo .site-description {
  font-size: 15px;
  margin-top: 5px;
}
.servisto-logo img {
  max-width: 185px;
}
.servisto-header__menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servisto-header__support {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
.servisto-header__support .icon {
  background: var(--servisto-secondary);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.servisto-header-account {
  display: flex;
  align-items: center;
  gap: 15px;
}
.servisto-header-account .servisto-header-account__icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  background: #fff;
  transition: all 0.3s ease;
  color: var(--servisto-primary);
  border: 1px solid var(--servisto-border);
}
.servisto-header-account__label {
  font-size: 16px;
}
.servisto-header-account__info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.servisto-header-account__info a {
  color: var(--servisto-text);
}
.servisto-header-account__info a:hover,
.servisto-header-account__info a:focus {
  color: var(--servisto-primary);
}
.servisto-header__info {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.servisto-header-account__contact .servisto-btn {
  cursor: pointer;
  padding: 8px 15px;
  font-size: 15px;
  background: var(--servisto-secondary);
  color: var(--servisto-heading);
}
.servisto-header-account__contact .servisto-btn:hover,
.servisto-header-account__contact .servisto-btn:focus {
  color: #fff;
}

.servisto-header__main-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.servisto-header__main {
  border-top: 1px solid var(--servisto-border);
  padding: 10px 0;
}
.servisto-header-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--servisto-primary);
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 20px;
  color: #fff !important;
}
.servisto-header-cart__title {
  color: #fff;
  line-height: initial;
  font-size: 16px;
}
.servisto-header-cart__amount {
  color: #fff;
  line-height: initial;
  font-size: 14px;
}
.servisto-header-cart__amount span {
  color: #fff !important;
}
.servisto-header-cart__icon {
  position: relative;
}
.servisto-header-cart__icon .total-count {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: -22px;
  background: var(--servisto-heading);
  color: #fff;
  min-width: 25px;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  left: 0;
}
.servisto-header-cart__content {
  border-left: 1px solid #e6e6e67a;
  padding-left: 10px;
}

/* Main Menu */
.servisto-header__nav ul li {
  position: relative;
  display: inline-block;
}
.servisto-header__nav ul li:last-child {
  margin: 0;
  border: none;
}
.servisto-header__nav ul li a {
  text-transform: capitalize;
  display: block;
  background: transparent;
  padding: 0px 10px;
  position: relative;
  color: var(--servisto-heading);
  text-decoration: none;
}
.servisto-header__nav ul li ul li a:hover,
.servisto-header__nav ul li ul li a:focus {
  background: var(--servisto-primary) !important;
  color: #fff !important;
}
.servisto-header__nav ul li > a:hover,
.servisto-header__nav ul li > a:focus,
.servisto-header__nav ul li.current-menu-item > a {
  color: var(--servisto-primary) !important;
}
.servisto-header__nav ul li.current-menu-item a:before {
  border-bottom: 1px solid var(--servisto-primary) !important;
}

.servisto-header__nav ul li.menu-item-has-children > a:after {
  content: "\f078";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  font-family: "Font Awesome 6 Free";
  margin-left: 10px;
  display: inline-block;
  font-weight: 900;
}
.servisto-header__nav
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  > a:after {
  content: "\f105";
}
/* Dropdown Menu */
.servisto-header__nav {
  margin: 0;
  padding: 0;
}
.servisto-header__nav ul {
  display: initial;
  margin: 0;
  display: block;
}
.servisto-header__nav ul li ul {
  box-shadow: 0px 20px 30px 0 rgba(3, 4, 28, 0.1);
  position: absolute;
  top: 100%;
  z-index: 99999;
  background: #fff;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
  transform: translateY(-20px);
}
.servisto-header__nav ul li:hover ul,
.servisto-header__nav ul li.active-focus ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.servisto-header__nav ul li ul li {
  display: block;
  margin: 0;
}
.servisto-header__nav ul li ul li a {
  color: var(--servisto-heading) !important;
  padding: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  background: transparent !important;
  border-radius: 0px;
}
.servisto-header__nav ul li ul li a::before {
  display: none;
}
.servisto-header__nav ul li ul li a:hover {
  color: var(--servisto-primary);
}
.servisto-header__nav li ul li ul.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.servisto-header__nav li ul li:hover ul,
.servisto-header__nav li ul li.active-focus ul {
  opacity: 1;
  visibility: visible;
}
.servisto-header__nav li ul.sub-menu li ul li ul {
  opacity: 0;
  visibility: hidden;
}
.servisto-header__nav li ul.sub-menu li ul li:hover ul,
.servisto-header__nav li ul.sub-menu li ul li.active-focus ul {
  opacity: 1;
  visibility: visible;
}
.servisto-header__nav ul li ul li ul {
  left: 100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.servisto-header__nav ul li ul li:hover ul,
.servisto-header__nav ul li ul li.active-focus ul {
  opacity: 1 !important;
  visibility: visible !important;
}

.servisto-header .header-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 36px;
}
.servisto-header .header-button .servisto-primary-btn {
  padding: 16px 29px;
}
.servisto-header .header-button .servisto-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #f9fafb;
  position: relative;
}
.servisto-header .header-button .wishlist a:hover svg,
.servisto-header .header-button .wishlist a:focus svg {
  stroke: var(--servisto-primary) !important;
}
.servisto-header .header-button .servisto-wishlist svg {
  stroke: var(--servisto-text);
}

.servisto-header .header-button .servisto-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}
.servisto-header .header-button .servisto-login-btn:hover,
.servisto-header .header-button .servisto-login-btn:focus {
  color: var(--servisto-primary) !important;
}
.servisto-header .header-button .servisto-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #f9fafb;
  position: relative;
}
.servisto-header .header-button .servisto-wishlist svg {
  stroke: var(--servisto-text);
}
.servisto-header .header-button .servisto-wishlist::after {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  content: "8";
  font-size: 8px;
  color: #fff;
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: var(--servisto-primary);
}
.servisto-header .header-button .servisto-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}
/*-------------------------------------------
	End Header CSS
--------------------------------------------- */

/*-------------------------------------------
	Theme Blog CSS Area
--------------------------------------------- */

.servisto-hero-title span {
  color: var(--servisto-primary) !important;
}

/* Blog CSS*/
.servisto-latest-post {
  margin-top: 30px;
}
.servisto-latest-post {
  position: relative;
}
.servisto-latest-post article {
  border-bottom: 1px solid #cccccc8f;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.servisto-latest-post article:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

/* Latest Post CSS*/
.blog-wrapper {
  border-radius: var(--border-radius);
  border: 1px solid #ececec;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.blog-wrapper .wrapper-img {
  height: 208px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.blog-wrapper .wrapper-img img {
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.blog-wrapper .wrapper-img a {
  width: 100%;
}
.blog-wrapper .wrapper-item {
  padding: 20px;
}
.blog-wrapper .wrapper-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.blog-wrapper .wrapper-author .author-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
.author-detail img {
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.blog-wrapper .wrapper-author .author-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--servisto-primary);
}

.blog-wrapper .wrapper-author .author-detail .author-title,
.author-date a .published {
  color: #718096;
  text-transform: capitalize;
  font-size: 18px;
}
.servisto-posted-on a {
  text-decoration: none;
}

.blog-wrapper .wrapper-content {
  margin-top: 16px;
}
.blog-wrapper .wrapper-content .wrapper-title {
  font-size: 20px;
  text-decoration: initial;
  color: var(--servisto-heading);
}
.blog-wrapper .wrapper-content .wrapper-btn {
  margin-top: 20px;
}
.blog-wrapper .wrapper-content .wrapper-btn .servisto-primary-btn {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  background: transparent;
  color: #718096;
}
.blog-wrapper .wrapper-content .wrapper-btn .servisto-primary-btn svg {
  color: var(--servisto-heading);
  transition: all 0.3s;
}
.blog-wrapper .wrapper-content .wrapper-btn .servisto-primary-btn:hover,
.blog-wrapper .wrapper-content .wrapper-btn .servisto-primary-btn:focus {
  color: var(--servisto-primary);
}
.blog-wrapper .wrapper-content .wrapper-btn .servisto-primary-btn:hover svg,
.blog-wrapper .wrapper-content .wrapper-btn .servisto-primary-btn:focus svg {
  color: var(--servisto-primary);
  transform: translateX(5px);
}
.blog-wrapper:hover .wrapper-img img {
  transform: scale(1.1);
}

.servisto-sticky {
  color: var(--servisto-primary);
  font-size: 24px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  border-color: transparent;
}

/* Blog Sidebar */
.servisto-sidebar .widget-area {
  position: relative;
}
.servisto-sidebar .widget:last-child {
  margin: 0;
}
.servisto-sidebar .search-top input {
  width: 100%;
  height: 45px;
  border-radius: 0px;
  padding: 0 15px;
  font-weight: 400;
  border: none;
}
.servisto-sidebar .search-top #searchsubmit {
  position: absolute;
  height: 45px;
  border-radius: 0px;
  top: 10px;
  border: none;
  background: #ffffff;
  color: var(--servisto-heading);
  right: 10px;
}
.servisto-sidebar .search-top {
  position: relative;
  padding: 10px;
  background: var(--servisto-primary);
}
.servisto-sidebar .widget {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 20px #f1f5f9;
  border-radius: var(--border-radius);
}
.servisto-sidebar .widget .widget {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.servisto-sidebar .widget:last-child {
  margin: 0;
}
.wp-block-social-links {
  margin-top: 15px !important;
}
.wp-block-social-links li {
  margin: 0 !important;
}
.wp-block-social-links li a {
  fill: currentColor;
}
/* Blog Single */
.servisto-blog-single {
  padding: 50px 0 80px;
}
.blog-content-main {
  margin-top: 30px;
}
.blog-content-main ul,
.blog-content-main ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-left: 15px;
}
.servisto-blog-single ul li a {
  color: var(--servisto-heading);
}
.servisto-blog-single ul li {
  line-height: 30px;
}
.servisto-blog-single .blog-content h1 {
  font-size: 44px;
  margin-bottom: 10px;
  color: var(--servisto-heading);
}
.servisto-blog-single .blog-content .blog-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  display: initial;
}
.servisto-blog-single .blog-content .blog-meta ul li {
  display: inline-block;
  margin-right: 5px;
}
.servisto-blog-single .blog-content .blog-meta ul li i {
  margin-right: 5px;
  color: var(--servisto-primary);
}
.servisto-blog-single .blog-content .blog-meta ul li,
.servisto-blog-single .blog-content .blog-meta ul li a {
  color: var(--servisto-text);
  font-weight: 400;
}
.servisto-blog-single .blog-content h1 a {
  color: var(--servisto-heading);
}
.servisto-blog-single .blog-content h1 a:hover {
  color: var(--servisto-primary);
}

.servisto-blog-single .blog-content p,
.servisto-blog-single .blog-content h1,
.servisto-blog-single .blog-content h2,
.servisto-blog-single .blog-content h3,
.servisto-blog-single .blog-content h4,
.servisto-blog-single .blog-content h5,
.servisto-blog-single .blog-content h6 {
  margin-bottom: 20px;
}
.servisto-blog-single .blog-content p a:hover,
.servisto-blog-single .blog-content p a:focus {
  color: var(--servisto-heading);
}
.wp-block-quote {
  background: var(--servisto-bg);
  padding: 30px 40px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  border: none;
}
.wp-block-quote p {
  color: var(--servisto-heading) !important;
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
  font-style: italic;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: #fff;
  font-size: 18px;
  margin-top: 20px !important;
  color: currentColor !important;
  display: block !important;
}
.wp-block-quote em a {
  color: var(--servisto-primary);
}
#comments {
  margin-top: 30px;
}
#comments .comments-title {
  font-size: 20px;
}
/* Comment List */
.comment-list {
  margin-top: 30px;
  padding: 0;
  position: relative;
  background: #fff;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
}
.comment-author.vcard img {
  width: 70px;
  height: 70px;
  line-height: 80px;
  border: 3px solid #f5f8f9;
  padding: 2px;
  position: absolute;
  left: 0;
}
.comment-author.vcard {
  display: inline-block;
}
.comment-meta a {
  color: var(--servisto-heading);
}
.comment-meta {
  margin-bottom: 5px;
  position: relative;
  padding-left: 90px;
}
.comment-author.vcard .fn {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
  color: var(--servisto-heading);
}
#comment-7 {
  padding-top: 20px;
  margin: 0 0 20px;
}
.comment-reply-link {
  background: var(--servisto-primary);
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 50px;
  font-size: 13px;
  text-decoration: none !important;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
  background: #222534;
  color: #fff !important;
}
.comment-list li.comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--servisto-border);
}
.comment-list ol.children {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--servisto-border);
  list-style: none;
  margin-left: 50px;
}
.comment-list ol.children ol.children {
  margin-left: 15px;
}
.comment-list li.comment:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.comment-list .comment-body .comment-content {
  padding-left: 90px;
}
.comment-list .reply {
  padding-left: 90px;
  margin-top: 10px;
}
#respond .comment-reply-title {
  font-size: 20px;
}
.comment-respond p {
  margin-bottom: 20px;
}
/* .comment-respond p:last-child {
  margin: 0;
} */

.comment-respond p {
  margin-bottom: 20px;
}
.comment-respond p a {
  color: var(--servisto-heading);
}
.comment-respond p a:hover {
  color: var(--servisto-primary);
}
#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  height: initial;
  min-height: initial;
}
.comment-respond label {
  display: inline-block;
}
.comment-respond input,
.comment-respond textarea {
  width: 100%;
  padding-left: 15px;
  border-radius: var(--border-radius);
  background: #fff;
  border: 1px solid var(--servisto-border);
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(238, 238, 238, 1);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(238, 238, 238, 1);
  box-shadow: none;
}
.comment-respond input:hover,
.comment-respond input:focus,
.comment-respond textarea:hover,
.comment-respond textarea:focus {
  border-color: var(--servisto-primary) !important;
}
.comment-respond input,
input {
  height: 52px;
  font-size: 16px;
}
.comment-respond textarea {
  padding-top: 15px;
}
.comment-respond .form-submit {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 0px;
}
.comment-respond #submit {
  float: left;
  border: none;
  height: auto;
  cursor: pointer;
  box-shadow: none;
  font-size: 16px;
  color: #fff;
  background: var(--servisto-primary);
  padding: 16px 26px;
  border-radius: var(--border-radius);
}
.comment-respond #submit:hover,
.comment-respond #submit:focus {
  background: var(--servisto-secondary);
}
/* Blog Comment Form */
.comment-respond {
  margin-top: 50px;
  position: relative;
  padding: 30px;
  background: #ffffff;
  border-radius: var(--border-radius);
}
.comment-form .form-group label span,
.comment-form .comment-message label span {
  color: var(--servisto-primary);
}
.comment-form .comment-form-wrap {
  margin-top: 20px;
}
.comment-form .form-group,
.comment-form .comment-message {
  position: relative;
  display: block;
  margin: 0 0 25px;
}
.comment-form .form-group input:hover,
.comment-form .form-group input:focus,
.comment-form .comment-message textarea:hover {
  outline: none;
  background: #fff;
}
.comment-form .comment-message input,
.comment-form .comment-message textarea {
  border-bottom: 1px solid transparent;
}
.comment-form .form-group input:hover,
.comment-form .comment-message textarea:hover {
  border-bottom-color: var(--servisto-primary);
}

/* Comment Form Reply */
.comment-list .bottom-title h2.comments-heading {
  background: transparent !important;
  color: var(--servisto-heading);
  padding: 0;
  left: auto;
}
.comment-list .bottom-title h2.comments-heading:before {
  display: none;
}
.comment-list .bottom-title h2.comments-heading a {
  color: var(--servisto-primary);
}
.comment-list .comment-respond {
  background: var(--servisto-bg);
}

.blog-main-layout {
  padding: 0;
}
.post-cat {
  position: absolute;
  top: 17px;
  left: -43px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  overflow: hidden;
  z-index: 333;
  background: #fff;
  display: inline-block;
  padding: 7px 22px;
  color: var(--servisto-primary);
  font-weight: 600;
  font-size: 14px;
  left: -30px;
}
.post-cat a {
  color: var(--servisto-primary);
  font-weight: 400;
}
.site-main.search {
  padding: 100px 0;
}
.servisto-blog-single-news .post-thumb {
  position: absolute;
  left: 0;
}
.post-text {
  padding-left: 113px;
}
.servisto-blog-single-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.post-date {
  font-size: 13px;
  display: block;
  color: #666;
  margin-top: 2px;
}
.post-date i {
  margin-right: 5px;
}
/*Archive Posts */
.servisto-blog-section {
  padding: 20px 0 50px;
}

.servisto-main-area__sidebar {
  margin-top: 30px;
}
.servisto-sidebar__single {
  padding-left: 30px;
}
.blog-content-main .blog-thumbnail {
  margin-bottom: 30px;
}
.servisto-blog-single p {
  margin-bottom: 20px;
  color: var(--servisto-text);
}
.blog-content-main .blog-meta {
  margin-bottom: 40px;
}

/* Page CSS*/
.servisto-page {
  padding: 80px 0;
}
.servisto-search-page {
  padding: 50px 0 80px;
}
.site-page .page-top {
  margin-top: 30px;
}
/* No resutls Page */
.no-results.not-found {
  margin-top: 30px;
}
.no-results.not-found .page-title {
  margin: 0 0 15px;
}
.no-results.not-found .page-title span {
  color: var(--servisto-primary);
  margin-right: 10px;
}

.no-results.not-found .page-content {
  margin: 0;
}
.no-results.not-found .search-form {
  margin-top: 15px;
}
.search-results article.page .entry-content,
.search-results article.page .blog-meta {
  display: none;
}

/* 404 Page CSS */
.servisto-404 {
  padding: 100px 0;
}
.servisto-404__content {
  background: transparent;
  display: flex;
  gap: 25px;
  flex-direction: column;
  text-align: center;
}
.servisto-404__title {
  margin: 0;
  font-weight: 600;
}
.servisto-404__inside {
  font-size: 40px;
}
.servisto-404__title span {
  color: var(--servisto-primary);
  font-size: 100px;
  display: block;
}
.servisto-404__text {
  margin-top: 20px;
  font-size: 16px;
  color: var(--servisto-text);
}
.servisto-404__button {
  margin-top: 25px;
}
.servisto-404__label {
  display: flex !important;
  gap: 10px;
  flex-direction: column;
}

/* Paginations */
.pagination-main {
  margin: 50px 0 0;
  text-align: left;
}
.pagination {
  display: block;
  padding-left: 0;
  border-radius: 0px;
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.pagination li:last-child {
  margin: 0;
}
.pagination li a {
  display: block;
  width: 46px;
  height: 46px;
  color: var(--servisto-heading);
  line-height: 46px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  text-decoration: none;
  border: 1px solid var(--servisto-border);
  border-radius: 0;
  border-radius: 100%;
}
.pagination li.active a,
.pagination li:hover a {
  -webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
  -moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
  box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
.pagination li.active a,
.pagination li a:hover,
.pagination li a:focus {
  color: #fff !important;
  background: var(--servisto-primary);
  border-color: transparent;
}
.pagination li a span,
.pagination li a i {
  position: relative;
  z-index: 40;
}
.pagination li a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination li.prev:hover a i,
.pagination li.next:hover a i {
  color: var(--servisto-primary);
}
.pagination li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination li.active a::before,
.pagination li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.pagination li.prev a:hover,
.pagination li.prev a:focus,
.pagination li.next a:hover,
.pagination li.next a:focus {
  box-shadow: none;
  color: var(--servisto-primary) !important;
}
.pagination li.prev a,
.pagination li.next a {
  width: auto;
  height: auto;
  background: transparent !important;
  font-size: 20px;
  border: none !important;
  outline: none;
  font-size: 16px;
}

/*-------------------------------------------
	End Theme CSS Area
--------------------------------------------- */

/*-------------------------------------------
	WP Core CSS Area
---------------------------------------------*/
.servisto-main-area {
  padding: 20px 0 50px;
}
.widget .widget-title,
.widget_block .wp-block-heading,
.widgettitle {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  color: var(--servisto-heading);
  padding-bottom: 10px;
  /* border-bottom: 1px solid #f1f5f9; */
  margin-bottom: 23px;
}
.widget ul,
.widget ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  margin-bottom: 15px;
}
.widget ul li:last-child {
  margin: 0;
}
.widget ul ul ul {
  padding-left: 5px;
}
.widget ul,
.widget ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--servisto-heading);
  text-decoration: none;
}
.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--servisto-primary);
}
.page-links {
  padding: 0 20px;
}
.page-links a {
  background: var(--servisto-primary);
  color: #fff;
  padding: 5px 10px;
}

.widget select {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  background: #f6f9fc;
}
/* Post Password Form */
.post-password-form input[type="password"] {
  width: 100%;
  border: 1px solid var(--servisto-border);
  border-radius: 0px;
  height: 50px;
  padding: 0 10px;
}
.post-password-form input[type="submit"] {
  background: var(--servisto-primary);
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background: var(--servisto-heading);
}
.post-password-form {
  position: relative;
}
/* Table CSS */
table th {
}
table thead th {
  background: var(--servisto-primary);
  padding: 12px 30px;
  color: #fff;
  font-size: 18px;
}
table tbody th,
table tbody td {
  border: 1px solid var(--servisto-border);
  padding: 12px 30px;
  text-align: right;
}
table tbody a {
  color: var(--servisto-primary);
}
table tbody a:hover {
  color: var(--servisto-heading);
}
/* Widget Select */
.single-widget select {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: 1px solid var(--servisto-border);
  background: #f5f8f9;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-user-select: none;
  background-image: url(/images/select-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 50% !important;
}
/* Widget Tags CSS */
.widget_tag_cloud .tagcloud a {
  color: var(--servisto-text);
  font-size: 14px !important;
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  margin-top: 5px;
}
.widget_tag_cloud .tagcloud a:hover {
  background: var(--servisto-primary);
  color: #fff;
}

/* Widget RSS CSS */
.widget_rss .rsswidget {
  display: inline-block;
}
.widget_rss ul li a {
  line-height: ;
}
.widget_rss ul li a {
}
.widget_rss ul li .rsswidget {
  line-height: 20px;
}
.widget_rss .rss-date {
  color: var(--servisto-primary);
  display: block;
  line-height: initial;
}
.widget_rss .rssSummary {
  line-height: 25px;
}

/* Widget Search CSS */
.search-form {
  position: relative;
  display: flex;
  flex-direction: column;
}
.search-form input[type="search"],
.wp-block-search .wp-block-search__input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 20px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid var(--servisto-border) !important;
  border-radius: 8px !important;
  outline: none;
}
.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus,
.wp-block-search .wp-block-search__input:hover,
.wp-block-search .wp-block-search__input:focus {
  background: #fff;
  border-color: var(--servisto-primary) !important;
}
.search-form label {
  width: 100%;
  position: relative;
}
.search-form input[type="submit"],
.wp-block-search .wp-block-search__button {
  background: transparent;
  color: #fff;
  height: 50px;
  border: none;
  border-radius: 0px;
  padding: 0 20px;
  cursor: pointer;
  margin-top: 10px;
  margin: 0 !important;
  position: absolute;
  right: 0;
  font-size: 0;
  z-index: 333;
  background: none !important;
  height: 100%;
  outline: none;
}
.search-form input[type="submit"]:hover:before,
.search-form input[type="submit"]:focus:before,
.wp-block-search .wp-block-search__button:hover:before,
.wp-block-search .wp-block-search__button:focus:before {
  color: var(--servisto-primary);
}
.search-form input[type="submit"] {
  margin-top: 15px !important;
}
.search-form-main .search-form input[type="search"]:hover,
.search-form-main .search-form input[type="search"]:focus,
.wp-block-search .wp-block-search__input:hover,
.wp-block-search .wp-block-search__input:focus {
  border-color: var(--servisto-primary) !important;
}
.search-form input[type="submit"]::before,
.wp-block-search .wp-block-search__button::before {
  content: "3";
  background: none !important;
  z-index: 3333;
  position: relative;
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f002";
  color: var(--servisto-primary);
  opacity: 1;
}
/* Widget Calender CSS */
#calendar_wrap th,
#calendar_wrap td {
  padding: 5px 10px;
  text-align: center;
  display: nherit;
  border: 1px solid var(--servisto-border);
  color: var(--servisto-heading);
  background: #fff;
}
#calendar_wrap #wp-calendar {
  max-width: 100%;
}
#calendar_wrap #wp-calendar thead th,
#calendar_wrap #wp-calendar tfoot td {
  background: #f5f8f9;
  color: var(--servisto-heading);
  font-size: 15px;
}
#calendar_wrap #wp-calendar caption {
  caption-side: top;
  background: var(--servisto-primary);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}
#calendar_wrap #wp-calendar tbody tr a {
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  background: var(--servisto-primary);
  padding: 0;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot td {
  background: #fff;
}
#calendar_wrap #wp-calendar tfoot tr a {
  color: var(--servisto-heading);
}
#calendar_wrap #wp-calendar tfoot tr a:hover {
  color: var(--servisto-primary);
}
/* Widget Search CSS */
.search-form {
  width: 100%;
}
.search-form label input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 0px;
}
.search-form .search-submit {
  display: block;
  background: var(--servisto-primary);
  border-radius: 0px;
  padding: 12px 20px;
  border: none;
  color: #fff;
  display: inline-block;
  height: 48px;
}
.search-form label {
  display: inline-block;
}
/* Widget Recent Comments */
.widget_recent_comments li a {
  display: block;
}
.widget_recent_comments .recentcomments a {
  display: block !important;
  line-height: initial;
}
.widget_recent_comments li {
  line-height: 30px !important;
  margin-bottom: 10px !important;
}
.widget_recent_comments li span {
  position: relative;
}
.widget_recent_comments li span::before {
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  margin-right: 5px;
  line-height: initial;
  content: "\f007";
}
.recentcomments span {
  display: inline-block !important;
}
.widget_categories li {
  text-align: right;
  overflow: hidden;
}
.widget_categories li a {
  text-align: left;
  float: left;
}
.mc4wp-form-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 14px;
  width: 560px;
  border-radius: 12px;
  background: var(--servisto-common-white);
  box-shadow: 0px 10px 20px 0px rgba(0, 33, 63, 0.031372549);
  background: #fff;
}
.mc4wp-form-fields label {
  width: 100%;
  display: block;
  font-size: 0px;
}
.mc4wp-form-fields input {
  width: 100%;
  padding: 15px;
  border-radius: 0px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mc4wp-form-fields:hover input,
.mc4wp-form-fields:focus input {
  border-color: var(--servisto-primary) !important;
}
.mc4wp-form-fields p:last-child {
  max-width: 160px;
}
.mc4wp-form-fields input[type="submit"] {
  background: var(--servisto-primary);
  color: #fff;
  border: none;
  max-width: 160px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--servisto-primary) 0%,
    var(--servisto-primary) 98.5%
  );
  padding: 16px 38px;
  border-radius: var(--border-radius);
  width: 100% !important;
  min-width: 100%;
}
.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
  background: var(--servisto-heading) !important;
}
.mc4wp-form-fields p {
  width: 100%;
}
.wp-block-archives li,
.wp-block-archives li a {
  color: var(--servisto-heading);
  line-height: 30px;
}
.wp-block-calendar tfoot td {
  text-align: left;
}
.wp-block-calendar tfoot td a {
  color: var(--servisto-primary);
  border: none;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.wp-block-calendar table caption {
  caption-side: initial;
  color: #fff;
  font-weight: 600;
  background: var(--servisto-primary);
  padding: 10px 20px;
}
.wp-block-calendar table th {
  background: #f5f8f9;
  color: var(--servisto-heading);
  font-weight: 600;
}
.wp-block-calendar table th {
}
.wp-block-categories select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f5f5f5;
}
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-archives select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f5f5f5;
}
.wp-block-latest-comments li a {
  color: var(--servisto-heading);
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
}
.wp-block-latest-posts a {
  color: var(--servisto-heading);
}
.wp-block-search input {
  padding: 12px 20px;
  border-radius: 0px;
}
.wp-block-search button {
  background: var(--servisto-primary);
  color: #fff;
  border-radius: 0px;
}
.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-tag-cloud a {
  color: var(--servisto-heading);
  padding: 5px;
}
.wp-block-tag-cloud a:hover {
  color: var(--servisto-primary);
}
.wp-block-rss li a {
  color: #555;
}

.wp-block-latest-comments__comment-date {
  font-size: 13px;
  margin-top: 6px;
}
.wp-block-latest-posts__featured-image img {
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
}
.wp-block-latest-posts__featured-image {
  /* position: absolute; */
  left: 0;
  min-width: 120px;
  margin-bottom: 10px;
  max-width: 120px;
}
.wp-block-latest-posts li {
  position: relative;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.servisto-sidebar .widget.widget_search {
  padding-bottom: 10px;
}
.widget.widget_block.widget_media_image {
  background: none;
  padding: 0;
  box-shadow: none;
  border: none;
}
.wp-block-search .wp-block-search__label {
  font-weight: 400;
  margin-bottom: 15px;
}
.wp-block-social-links .wp-social-link a {
  border-radius: 30px;
}
/*-------------------------------------------
	End WP Core CSS Area
---------------------------------------------*/

/*-------------------------------------------
	Footer CSS Area
---------------------------------------------*/
.servisto-footer {
  background: linear-gradient(
    180deg,
    rgba(248, 253, 255, 0) 0%,
    rgba(241, 252, 255, 0.51782) 48.22%,
    #f6fdff 100%
  );
}
.servisto-footer ul li a {
  font-size: var(--servisto-fz-body);
  font-weight: var(--servisto-fw-regular);
  color: var(--servisto-paragraph-greyscale);
}
.servisto-footer .servisto-footer-main {
  padding-bottom: 75px;
}
.servisto-footer .servisto-footer-main .footer-content .footer-detail {
  margin: 10px 0 36px 0;
}
.servisto-footer .servisto-footer-main .servisto-footer-link .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.servisto-footer .servisto-footer-main .servisto-footer-link ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.servisto-footer .servisto-footer-main .servisto-footer-link ul li a {
  position: relative;
  transition: all 0.3s;
}
.servisto-footer .servisto-footer-main .servisto-footer-link ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  background: var(--servisto-paragraph-greyscale);
  border-radius: 10px;
  top: 22px;
  transition: all 0.3s;
}
.servisto-footer
  .servisto-footer-main
  .servisto-footer-link
  ul
  li
  a:hover::before {
  width: 100%;
}
.servisto-footer .servisto-footer-copyright {
  padding: 25px 0;
  border-top: 1px solid #eeeff2;
}
.servisto-footer .servisto-footer-copyright .copyright-detail {
  font-weight: 18px;
}
.servisto-footer .servisto-footer-copyright ul {
  gap: 25px;
}
.servisto-footer .servisto-footer-copyright .copyright-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.footer-menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.servisto-footer-newsletter {
  padding-bottom: 40px;
  padding-top: 40px;
}
.newsletter-content .wp-block-heading {
  font-size: 36px;
  display: inline;
  border: none;
}
@media (max-width: 767px) {
  .servisto-footer .servisto-footer-newsletter .newsletter-content br {
    display: none;
  }
  .servisto-footer .servisto-footer-copyright ul {
    gap: 5px;
  }
  .servisto-footer .servisto-footer-copyright .copyright-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
  .newsletter-content .wp-block-heading {
    font-size: 28px;
  }
  .mc4wp-form-fields {
    max-width: 100% !important;
  }
}
/*-------------------------------------------
	End Footer CSS Area
---------------------------------------------*/

/*-------------------------------------------
	Responsive CSS Area
---------------------------------------------*/

/* Tablet Layout 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .main-navigation ul {
    padding-right: 0;
  }
  .header .main-navigation ul li {
    margin-right: 2px;
  }
  .header .main-navigation ul li a {
    padding: 18px 5px;
    font-size: 14px;
  }
  .post-main-slider .servisto-content {
    margin: 0 5px;
    top: 0;
    padding: 20px;
    top: -50px;
    margin-bottom: -50px;
  }
  .servisto-sidebar .widget-area {
    padding: 0px;
  }
  .servisto-sidebar__single {
    padding-left: 0px;
  }

  .search-form-main {
    padding: 30px 20%;
  }
  .servisto-main-area__sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #site-navigation {
    display: none;
  }
  .main-menu {
    padding: 15px 0;
  }
  .header .social-widget {
    top: 3px;
  }
  #calendar_wrap {
    overflow: scroll;
  }
  .scroll-top {
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: -22px;
    right: 30px;
    font-size: 20px;
  }
  .servisto-footer__branding {
    justify-content: center;
    flex-direction: column;
  }
  .servisto-sidebar__single {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .servisto-404__content {
    padding: 30px;
  }
  .servisto-404__title span {
    font-size: 60px;
  }
  .servisto-404__title {
    font-size: 30px;
  }
  .search-form-main {
    padding: 25px;
  }
}

@media only screen and (max-width: 360px) {
  .servisto-404__title,
  .servisto-404__inside {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1000px) {
  .servisto-main-area__content {
    order: -1;
  }
}

/* Mobile Menu */
.close-menu.servisto-btn {
  margin-top: 20px;
}
.offcanvas__close-btn {
  background: transparent;
  border: none;
  padding: 0;
}
.offcanvas__close-btn svg {
  width: 30px;
  height: 15px;
}
.offcanvas__close-btn:hover,
.offcanvas__close-btn:focus {
  color: var(--servisto-primary) !important;
}
.mobile-menu-popup {
  padding-top: 15px;
}
.mobile-menu .mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.mobile-menu .mobile-menu-section ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .mobile-menu-section ul ul {
  padding-left: 15px;
  border-left: 1px solid rgba(50, 59, 73, 0.1);
  padding-bottom: 15px;
}
.mobile-menu .mobile-menu-section .menu-list li {
  width: 100%;
}
.mobile-menu .mobile-menu-section .menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(50, 59, 73, 0.1);
}
.mobile-menu .mobile-menu-section .has-dropdown .m-menu {
  position: relative;
  box-shadow: none;
  padding-left: 20px;
  padding-top: 15px;
  padding-top: 0px;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: 0.5s ease-in 0s;
}
.mobile-menu .mobile-menu-section .has-dropdown .m-menu li {
  padding: 1rem 0px;
}
.mobile-menu .mobile-menu-section .has-dropdown .m-menu li a {
  font-size: 14px;
}
.mobile-menu .mobile-menu-section .has-dropdown .m-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(50, 59, 73, 0.1);
}
.mobile-menu .mobile-menu-section .has-dropdown:hover .m-menu {
  display: block;
}
.mobile-menu .mobile-menu-section .menu-list li a {
  color: var(--servisto-heading);
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.mobile-menu .mobile-menu-section .menu-list li ul li a {
  color: var(--servisto-text);
}
/* hambur btn */
.hamburger-btn {
  width: 34px;
  height: 15px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
}
.hamburger-btn:hover span:nth-child(n),
.hamburger-btn:focus span:nth-child(n) {
  background: var(--servisto-primary);
}
.hamburger-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  background: var(--servisto-heading);
  height: 2px;
  width: 25px;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.3s;
}
.hamburger-btn span:nth-child(1) {
  top: 0;
}
.hamburger-btn span:nth-child(2) {
  top: 8px;
  width: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger-btn span:nth-child(3) {
  top: 15px;
  right: 0;
  left: auto;
}
.hamburger-btn:hover span:nth-child(1) {
  left: 10px;
}
.hamburger-btn:hover span:nth-child(3) {
  right: 10px;
}
/*-------------------------------------------
	End Responsive CSS Area
---------------------------------------------*/
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
