/* ------------------------------------------------
  Project:  Hireox - Human Resources & Recruiting WordPress Theme
  Author:   ThemeHt
------------------------------------------------ */

/* ------------------------------------------------
  Table of Contents
  1. General
  2. Typography
  3. Text color
  4. Background color
  5. Banner Slider
  6. List Icon
  7. Contact Form
  8. Extra
  9. Responsive Css
------------------------------------------------ */

:root {
  --themeht-primary-color: #014e4e;
  --themeht-dark-color: #222222;
  --themeht-secondary-color: #f9d67b;
  --themeht-body-color: #666666;
  --themeht-white-color: #ffffff;
  --themeht-light-color: #eaeef1;
  --themeht-typography-body-font-family: "Chivo", sans-serif;
  --themeht-typography-secondary-font-family: "Chivo", sans-serif;
  --logo-desktop-height: 60px;
  --logo-tablet-height: 50px;
  --logo-mobile-height: 40px;
  --logo-footer-height: 200px;
  --loader-img-height: 100px;
}

/* ------------------------------------------------
                     General
------------------------------------------------ */
body {
  scroll-behavior: smooth;
  font-family: var(--themeht-typography-body-font-family);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--themeht-body-color);
  overflow-x: hidden;
}

p {
  margin: 0 0 25px;
  line-height: 1.6;
  color: var(--themeht-body-color);
}

.page-wrapper {
  overflow-x: hidden;
}

/* ------------------------------------------------
                     Typography
------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 90px;
  font-style: normal;
  line-height: 110px;
}

h2 {
  font-size: 46px;
  font-style: normal;
  line-height: 56px;
  position: relative;
}

h3 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
}

h4 {
  font-size: 34px;
  font-style: normal;
  line-height: 44px;
}

h5 {
  font-size: 26px;
  font-style: normal;
  line-height: 36px;
}

h6 {
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

ul {
  margin-left: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .container {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .elementor-section.elementor-section-boxed > .elementor-container,
  .container {
    max-width: none !important;
  }
}

.custom-sec-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

label {
  display: inline-block;
  font-weight: 500;
  color: var(--themeht-body-color);
  font-size: 14px;
}
.wp-block-categories .wp-block-categories__label {
  color: var(--themeht-dark-color);
}
.elementor-heading-title {
  color: var(--themeht-dark-color) !important;
  font-family: var(--themeht-typography-secondary-font-family) !important;
}
.text-white .elementor-heading-title,
.primary-bg .elementor-heading-title {
  color: var(--themeht-white-color) !important;
}

/* ------------------------------------------------
                    Text color
------------------------------------------------ */

.text-theme {
  color: var(--themeht-primary-color) !important;
}

.text-secondary {
  color: var(--themeht-secondary-color) !important;
}

.text-black {
  color: var(--themeht-dark-color) !important;
}

.text-grey {
  color: var(--themeht-body-color);
}

/* ------------------------------------------------
                 Background color
------------------------------------------------ */
.white-bg {
  background-color: var(--themeht-white-color);
}

.primary-bg {
  background-color: var(--themeht-primary-color);
}

.secondary-bg {
  background-color: var(--themeht-primary-color);
}

.text-bg {
  background-color: var(--themeht-body-color);
}

.light-bg {
  background-color: var(--themeht-light-color);
}
.secondary-bg {
  background-color: var(--themeht-secondary-color);
}

/* ------------------------------------------------
                     Extra
------------------------------------------------ */
.elementor-widget .center {
  text-align: center;
}

.elementor-widget .right {
  text-align: right;
}

.page {
  margin: 0;
}

.page-content {
  margin-top: 100px;
  margin-bottom: 100px;
}

.elementor-default .page-content {
  margin-top: -1.5em;
  margin-bottom: 0;
}

.error-page-search label {
  min-width: 450px;
}

.search-page article {
  margin-bottom: 30px;
}

.search-page article:last-child {
  margin-bottom: 0;
}

.contact-info .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.contact-info p {
  margin-bottom: 10px;
}

.secondary-bg .elementor-widget-text-editor p {
  color: var(--themeht-rgba-color);
}

.p-mb-0 p {
  margin-bottom: 0;
}

.ht-first-letter::first-letter {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  float: left;
  font-weight: 600;
  margin-right: 8px;
  color: var(--themeht-primary-color);
}

.service-image,
.portfolio-image,
.post-image,
.team-images {
  overflow: hidden;
}

/* ------------------------------------------------
                   Form Section
------------------------------------------------ */
.subscribe-btn,
input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
  padding: 14px 25px 12px 25px;
  position: relative;
  border: 0;
  z-index: 9;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  border-radius: 100px;
  font-family: var(--themeht-typography-secondary-font-family);
  display: inline-flex;
  align-items: center;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.subscribe-btn:hover,
input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
  background: var(--themeht-dark-color);
  color: var(--themeht-white-color);
}

.wp-block-search__button,
.post-password-form input[type="submit"] {
  padding: 14px 30px 13px 30px;
  border: 0;
  z-index: 9;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  position: relative;
  font-weight: 500;
}

.post-password-form input[type="submit"] {
  top: 3px;
}

.post-password-form input[type="submit"]:hover {
  background-color: var(--themeht-dark-color) !important;
  color: var(--themeht-white-color) !important;
}
.comment-form .form-submit input[type="submit"]:hover,
.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover {
  background: var(--themeht-white-color);
  color: var(--themeht-dark-color);
}

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 {
  border: 1px solid #c5c5c5;
  padding: 10px 30px;
  width: 100%;
  height: 55px;
  color: var(--themeht-body-color);
  background: transparent;
  border-radius: 100px;
}
textarea {
  border-radius: 20px;
}

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(--themeht-body-color);
  border: 1px solid var(--themeht-primary-color);
}

.wpcf7-form-control-wrap {
  display: block;
}

select {
  border: 1px solid transparent;
  border-radius: 100px;
}

.wpcf7-form-control.wpcf7-select,
select {
  width: 100%;
  padding: 12px 24px 10px 30px;
  background-color: var(--themeht-light-color);
  height: 55px;
  color: var(--themeht-body-color);
}
.widget select {
  background-color: var(--themeht-white-color) !important;
}
select option {
  color: var(--themeht-dark-color);
}
.wpcf7-form-control.wpcf7-textarea {
  height: 160px;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  padding: 0;
}

.wpcf7-form .wpcf7-spinner:after {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  font-size: 0.8rem;
  bottom: -25px;
}

.theme-bg .wpcf7-not-valid-tip,
.theme-bg .wpcf7-response-output {
  color: var(--themeht-white-color);
}

::-webkit-input-placeholder {
  color: var(--themeht-body-color) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: var(--themeht-body-color) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--themeht-body-color) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--themeht-body-color) !important;
  opacity: 1;
}

:focus-visible {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
}

select option {
  word-break: break-word;
}

.appointment-form2 .wpcf7-submit {
  width: 100%;
}

.not-found a.themeht-btn,
.form-submit {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.form-submit::before {
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top: 30px;
  right: -16px;
  box-shadow: inset -20px 30px 0 0 var(--themeht-white-color);
  transform: rotate(-181deg);
  content: "";
}

.form-submit::after {
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top: 29px;
  left: -15px;
  box-shadow: inset -20px 30px 0 0 var(--themeht-white-color);
  transform: rotate(98deg);
  content: "";
}

.not-found a.themeht-btn {
  padding: 14px 30px 12px 30px;
  border: 0;
  z-index: 9;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  position: relative;
  font-weight: 500;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  margin-top: 0 !important;
}
.not-found a.themeht-btn:hover {
  margin-left: 100px;
}
.not-found a.themeht-btn:after {
  position: absolute;
  top: 0;
  left: 0px;
  content: "\f167";
  font-family: flaticon_mycollection !important;
  border-radius: 50px;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border: 1px solid transparent;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  --icon-width: 50px;
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}
.not-found a.themeht-btn::before {
  position: absolute;
  top: 0;
  right: -50px;
  content: "\f167";
  font-family: flaticon_mycollection !important;
  border-radius: 50px;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border: 1px solid transparent;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  --icon-width: 50px;
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}
.not-found a.themeht-btn:hover::before {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
  right: 0px;
}
.not-found a.themeht-btn:hover::after {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  opacity: 1;
  left: -50px;
}
.not-found form {
  margin-bottom: 20px;
}

/*----------- Contact-form -----------*/

.title-larg .contact-form .theme-title.ht-split-text {
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 60px;
}
.contact-form {
  background-color: var(--themeht-primary-color);
  border-radius: 0px 0px 0px 20px;
  padding: 80px 60px 0px 60px;
}
.contact-form .theme-title.ht-split-text {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 35px;
  color: var(--themeht-white-color);
  text-transform: capitalize;
}
.contact-form h6 {
  background-color: var(--themeht-light-color);
}

.contact-form .wpcf7-form-control-wrap input,
.contact-form .wpcf7-form-control-wrap select,
.contact-form .wpcf7-form-control-wrap textarea {
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.contact-form .wpcf7-form-control-wrap input::placeholder,
.contact-form .wpcf7-form-control-wrap select::placeholder,
.contact-form .wpcf7-form-control-wrap textarea::placeholder {
  color: var(--themeht-white-color) !important;
}
.contact-form .theme-title.ht-split-text .mb-0.elementor-widget {
  margin-bottom: 0 !important;
}
.contact-form .themeht-btn-warp {
  margin-top: 10px;
}
.contact-form.contact-us .input-top {
  margin-bottom: 0 !important;
  display: contents;
}
.contact-form.contact-us .input-top .col-md-6 {
  padding: 0px 20px;
}
.contact-form .col-md-6.text-right {
  text-align: right;
}
.contact-form .col-md-6.text-right p {
  text-align: left;
  margin-bottom: 40px;
  color: var(--themeht-white-color);
}
/*----------- Contact form home -----------*/
.contact-form-home {
  padding: 80px 80px 60px 80px;
  background-color: var(--themeht-primary-color);
  border-radius: 20px;
}
.contact-form-home .theme-title.ht-split-text {
  color: var(--themeht-white-color);
  margin-bottom: 35px;
}
.contact-form-home .wpcf7-form-control-wrap input,
.contact-form-home .wpcf7-form-control-wrap select,
.contact-form-home .wpcf7-form-control-wrap textarea {
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.contact-form-home .wpcf7-form-control-wrap input:focus,
.contact-form-home .wpcf7-form-control-wrap select:focus,
.contact-form-home .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--themeht-white-color) !important;
}
.contact-form-home .wpcf7-form-control-wrap input::placeholder,
.contact-form-home .wpcf7-form-control-wrap select::placeholder,
.contact-form-home .wpcf7-form-control-wrap textarea::placeholder {
  color: var(--themeht-white-color) !important;
}
.contact-form-home .col-md-6.text-right {
  text-align: right;
}
.contact-form-home .col-md-6.text-right p {
  text-align: left;
  margin-bottom: 60px;
  color: var(--themeht-white-color);
}
.contact-form-home .themeht-btn-warp.style2 {
  position: absolute;
  bottom: 0px;
  right: 90px;
}
.elementor-widget.elementor-widget-text-editor {
  font-weight: 400;
  color: var(--themeht-body-color);
  font-family: var(--themeht-typography-body-font-family) !important;
}

.text-white.elementor-widget.elementor-widget-text-editor {
  color: var(--themeht-light-color) !important;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: var(--themeht-light-color) !important;
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.wp-block-button {
  margin: 50px 0;
}

/*----------- comment form -----------*/
.comment-form .comment-form-comment textarea {
  height: 150px;
}
.comment-respond input,
.comment-respond textarea {
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: var(--themeht-white-color);
  color: var(--themeht-white-color);
}
.comment-respond input::placeholder {
  color: var(--themeht-white-color);
}
.comment-respond .submit {
  background-color: var(--themeht-white-color);
  color: var(--themeht-dark-color);
  border-radius: 15px 15px 0px 0px;
}

/*----------- team form -----------*/
.team-form {
  padding: 60px 60px 0px 60px;
  background-color: var(--themeht-primary-color);
  border-radius: 20px;
}
.team-form h4 {
  color: var(--themeht-white-color);
}
.team-form .wpcf7-form-control.wpcf7-textarea,
.team-form input,
.team-form .wpcf7-form-control.wpcf7-select {
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}
.team-form .wpcf7-form-control-wrap input::placeholder,
.team-form .wpcf7-form-control-wrap select::placeholder,
.team-form .wpcf7-form-control-wrap textarea::placeholder {
  color: var(--themeht-white-color) !important;
}
.team-form input:focus,
.team-form textarea:focus,
.team-form select:focus {
  border-color: var(--themeht-white-color) !important;
}

.alignleft {
  margin: 5px 20px 20px 0 !important;
  border-radius: 20px;
}

.alignright {
  margin: 5px 0 20px 20px !important;
  clear: both;
}

.lead p,
.elementor-widget-list_style p,
.elementor-widget-list_style_two p,
.elementor-widget-title p,
.elementor-widget-feature p,
.elementor-tab-content p {
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: 25px !important;
  margin-bottom: 15px !important;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 16px !important;
  text-align: left;
}

blockquote,
.wp-block-quote.is-style-large {
  z-index: 9;
  padding: 40px 40px 35px 130px !important;
  margin: 30px 0px 30px 0;
  font-size: 24px;
  line-height: 35px;
  font-family: var(--themeht-typography-secondary-font-family);
  position: relative;
  color: var(--themeht-dark-color);
  background-color: var(--themeht-light-color);
  border-radius: 15px;
  font-weight: 400 !important;
  color: var(--themeht-dark-color);
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: 130px !important;
}
blockquote span {
  padding-top: 12px;
  display: block;
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 22px;
  font-weight: 600;
  color: var(--themeht-primary-color);
}

blockquote h6 {
  margin-bottom: 5px;
  font-size: 22px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite,
.wp-block-pullquote cite,
blockquote span p,
blockquote cite {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--themeht-typography-body-font-family);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--themeht-primary-color);
  padding: 0;
  font-style: normal;
}
.has-cyan-bluish-gray-background-color {
  border-radius: 15px;
}
.themeht-blogs .post-card .post-desc blockquote p {
  margin-bottom: 15px;
  margin-top: 0;
}

body blockquote.wp-block-quote.is-style-large cite {
  margin: 0px;
  padding: 0;
  font-size: 24px;
  line-height: 35px;
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-dark-color) !important;
}

blockquote:after {
  content: "\f1a1";
  font-size: 60px;
  color: var(--themeht-primary-color);
  line-height: 1;
  z-index: -1;
  position: absolute;
  top: 40px;
  left: 36px;
  font-family: flaticon_mycollection !important;
}

blockquote.has-text-align-right a,
blockquote a {
  color: var(--themeht-primary-color);
}

blockquote.has-text-align-right a:hover,
blockquote a:hover {
  color: var(--themeht-primary-color);
}

.wp-block-quote:where(.has-text-align-right),
blockquote.wp-block-quote {
  border: inherit;
}
.wp-block-media-text.has-media-on-the-right {
  margin-bottom: 25px;
}

.wp-block-image {
  margin: 0 0 1em;
}

.wp-block-archives select,
.wp-block-categories select {
  background-color: var(--themeht-light-color);
}

.themeht-sidebar .wp-block-archives select,
.themeht-sidebar .wp-block-categories select,
.themeht-sidebar .wp-block-archives-dropdown,
.themeht-sidebar .wp-block-search {
  margin-bottom: 0;
}

.post-card .wp-block-gallery .blocks-gallery-image figure,
.post-card .wp-block-gallery .blocks-gallery-item figure {
  position: relative;
  overflow: hidden;
}

.post-card .wp-block-gallery .blocks-gallery-image figcaption,
.post-card .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  padding: 10px 0;
  bottom: -100%;
  width: 100%;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  text-indent: 10px;
  text-overflow: ellipsis;
}

.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption,
.post-card .wp-block-gallery .blocks-gallery-item:hover figcaption {
  bottom: 0;
}

.wp-block-embed iframe {
  width: 100%;
}

table th {
  color: var(--themeht-dark-color);
  font-weight: 600;
}

table th,
table td {
  border-color: var(--themeht-primary-color) !important;
  border: 1px solid;
  padding: 5px 10px;
}

table th,
table td {
  border-color: #d5d5d5 !important;
  border: 1px solid;
  padding: 5px 10px;
}

table tbody th {
  color: var(--themeht-body-color);
}

table tbody th a {
  color: var(--themeht-primary-color);
}

table tbody th a:hover {
  color: var(--themeht-primary-color);
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
  font-weight: 600;
}
.widget .wp-block-calendar {
  padding-bottom: 0px;
}
.wp-block-table thead {
  border-bottom: 1px solid;
}

.wp-block-table tfoot {
  border-top: 1px solid;
}
.wp-block-calendar td {
  border-color: #d5d5d5 !important;
}
.gallery-caption {
  padding-top: 0.53em;
  padding-bottom: 0.53em;
}

.comment-content table tbody td a {
  color: var(--themeht-primary-color);
  font-weight: 600;
}

.comment-content table tbody td a:hover {
  color: var(--themeht-primary-color);
}

.comment-content > ul,
.comment-content > ol {
  margin-bottom: 30px;
}

.wp-block-button__link {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border: 1px solid var(--themeht-primary-color);
}

.wp-block-button__link:hover {
  background: var(--themeht-dark-color);
  color: var(--themeht-white-color);
  border-color: var(--themeht-dark-color);
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.wp-block-calendar {
  padding-bottom: 30px;
}

.wp-block-calendar .wp-calendar-nav-prev {
  float: left;
}

.wp-block-calendar .wp-calendar-nav-next {
  float: right;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a {
  text-decoration: none;
}

.post-card .wp-block-search__button-outside {
  margin-bottom: 25px;
}

.wp-block-preformatted {
  margin-top: 10px;
}

.post-single-page .post-desc .entry-content ul:last-child,
.post-single-page .post-desc .entry-content table:last-child,
.post-single-page .post-desc .entry-content p:last-child {
  margin-bottom: 0;
}

.wp-block-columns.has-background.has-pale-pink-background-color,
.wp-block-column.has-background.has-pale-cyan-blue-background-color,
.wp-block-group.has-background.has-pale-pink-background-color,
.wp-block-group.has-background.has-light-green-cyan-background-color {
  background-color: var(--themeht-light-color) !important;
  border-radius: 15px;
}
.wp-block-group.has-black-border-color {
  border-color: #d5d5d5 !important;
  border-radius: 15px;
}

.wp-block-group.has-border-color,
.wp-block-group.has-background {
  padding: 15px;
  margin-bottom: 15px;
}

.has-small-font-size {
  line-height: 17px;
}

.has-medium-font-size {
  line-height: 24px;
}

.has-large-font-size {
  line-height: 40px;
}

.has-x-large-font-size {
  line-height: 50px;
}

.wp-block-query .wp-block-query-pagination {
  margin-bottom: 30px;
}

.pagination .page-numbers,
.wp-block-query-pagination .page-numbers,
.page-links .post-page-numbers {
  background-color: var(--themeht-light-color);
  margin: 0 2px 0 2px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  border-radius: 6px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .page-numbers.current,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.wp-block-avatar .avatar {
  margin-bottom: 20px;
  border-radius: 50%;
}

.wp-block-post-author .avatar {
  margin-bottom: 20px;
  border-radius: 50%;
}

.wp-block-comments
  .wp-block-comment-template
  .wp-block-columns
  .wp-block-comment-author-name {
  font-size: 28px !important;
  margin-bottom: 20px;
  font-weight: 600;
}
.wp-block-comments
  .wp-block-comment-template
  .wp-block-columns
  .wp-block-comment-author-name
  time {
  color: var(--themeht-primary-color);
  font-weight: 600;
  font-size: 13px !important;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wp-block-comments
  .wp-block-comment-template
  .wp-block-columns
  .wp-block-group
  .wp-block-comment-date {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.wp-block-post-comments-form p,
.wp-block-comments p {
  margin-top: 15px;
}

.wp-block-comments
  .wp-block-comment-template
  .wp-block-column
  .wp-block-comment-reply-link
  .comment-reply-link {
  margin-top: 20px;
}

.wp-block-post-comments-form p,
.wp-block-comments p {
  margin-top: 15px;
}

.comment-form p.form-submit {
  margin-bottom: 0;
}

.wp-block-comments .wp-block-comments-title,
.pbmit-post-related .pbmit-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
  font-size: 36px;
  line-height: 44px;
}
.comment-respond .comment-reply-title,
.comment-respond label {
  color: var(--themeht-white-color);
}
.themeht-footer-widget-area .widget li.cat-item a,
.themeht-sidebar .widget.widget_categories ul li a,
.wp-block-categories li a,
ul.wp-block-archives li a,
.widget.widget_meta ul li a,
.widget .wp-block-latest-posts li > a,
.widget.widget_archive ul li > a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li a,
.wp-block-page-list li a,
.widget.widget_recent_comments ul li,
.widget .wp-block-latest-comments li {
  position: relative;
  padding-left: 20px;
  color: var(--themeht-dark-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--themeht-typography-secondary-font-family);
  letter-spacing: 1px;
}

.themeht-sidebar .widget.widget_categories ul li a:hover,
.wp-block-categories li a:hover,
ul.wp-block-archives li a:hover,
.widget.widget_meta ul li a:hover,
.widget .wp-block-latest-posts li > a:hover,
.widget.widget_archive ul li > a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_nav_menu ul li > a:hover,
.widget.widget_pages ul li a:hover,
.wp-block-page-list li a:hover,
.themeht-sidebar .widget_recent_comments li a:hover,
.post-card .post-bottom li a:hover {
  color: var(--themeht-primary-color);
}

.themeht-footer-widget-area .widget li.cat-item a::before,
.themeht-sidebar .widget.widget_categories ul li a:before,
.wp-block-categories li a:before,
ul.wp-block-archives li a::before,
.widget.widget_meta ul li a::before,
.widget .wp-block-latest-posts li > a::before,
.widget.widget_archive ul li > a::before,
.widget.widget_meta ul li a::before,
.widget.widget_recent_entries ul li a::before,
.widget.widget_nav_menu ul li > a::before,
.widget.widget_pages ul li a:before,
.wp-block-page-list li a:before {
  content: " ";
  background-color: var(--themeht-primary-color);
  position: absolute;
  left: 0px;
  top: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.themeht-footer-widget-area .login-submit .button-primary:hover {
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.themeht-footer-widget-area .wp-block-loginout a:hover,
.themeht-footer-widget-area .widget li a:hover,
.themeht-footer-widget-area .wp-block-calendar .wp-calendar-nav-prev a:hover,
.themeht-footer-widget-area ul.wp-block-archives li a:hover,
.themeht-footer-widget-area .wp-block-categories li a:hover,
.themeht-footer-widget-area .widget li.cat-item a:hover,
footer .wp-calendar-nav-prev a:hover,
footer .wp-calendar-nav-next a:hover {
  color: var(--themeht-secondary-color) !important;
}
.widget.widget_recent_comments ul li:before,
.widget .wp-block-latest-comments li:before {
  content: "\f25c";
  color: var(--themeht-primary-color);
  top: 7px;
  font-family: bootstrap-icons !important;
  font-size: 14px;
  position: absolute;
  left: 0;
  line-height: normal;
}

.widget.widget_recent_comments ul li,
.widget .wp-block-latest-comments li {
  color: var(--themeht-body-color);
  padding-left: 25px;
  font-size: 15px;
  line-height: 19px;
  text-transform: capitalize;
}
.themeht-sidebar .widget_recent_comments li {
  overflow: hidden;
  font-size: 17px !important;
  line-height: 19px !important;
  font-family: var(--themeht-typography-secondary-font-family) !important;
  margin-bottom: 12px;
  text-transform: capitalize !important;
  color: var(--themeht-body-color) !important;
  letter-spacing: 0px !important;
}

.themeht-sidebar .widget_recent_comments li a {
  color: var(--themeht-dark-color);
  text-transform: capitalize !important;
}

.themeht-sidebar .wp-block-latest-comments__comment-date {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4px;
  position: relative;
}
.themeht-sidebar .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
}
.wp-block-latest-posts__post-date {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4px;
  position: relative;
}
.themeht-sidebar .widget ul > li ul {
  margin-left: 15px;
  margin-top: 15px;
}

.wp-block-archives-dropdown,
.wp-block-search {
  margin-bottom: 25px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.wp-block-buttons,
.wp-block-group {
  margin-bottom: 20px;
}

.wp-block-button.is-style-outline
  > .wp-block-button__link:not(.has-background):hover {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-light-color);
}

.wp-block-cover .wp-block-cover__inner-container p {
  color: var(--themeht-white-color);
}

.wp-block-calendar table th,
.wp-calendar-table th {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-color: #d8dfe6;
}
.calendar_wrap table th,
.calendar_wrap table td {
  border: 1px solid #d8dfe6 !important;
}

#today {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.wp-block-tag-cloud span {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
}

.wp-social-link {
  margin-bottom: 15px !important;
}

.themeht-footer-widget-area .widget.widget_meta ul li a::before,
.themeht-footer-widget-area .widget .wp-block-latest-posts li > a::before,
.themeht-footer-widget-area .widget.widget_meta ul li a::before,
.themeht-footer-widget-area .widget.widget_nav_menu ul li > a::before,
.themeht-footer-widget-area .wp-block-page-list li a:before,
.themeht-footer-widget-area .widget.widget_recent_comments ul li:before {
  top: 5px;
}

.themeht-footer-widget-area #today {
  background: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}

.themeht-footer-widget-area .widget {
  padding-top: 50px;
}

.themeht-footer-widget-area .widget:not(:first-child) {
  padding-top: 35px;
}

.themeht-footer-widget-area .widget ul,
.themeht-footer-widget-area .widget ol,
.wp-block-archives ul {
  margin: 0;
  padding-left: 0;
}

.themeht-footer-widget-area .widget.widget_recent_comments ul li:before,
.themeht-footer-widget-area .widget .wp-block-latest-comments li:before {
  color: var(--themeht-white-color);
}
.themeht-footer-widget-area .widget ul > li ul {
  margin-left: 15px;
  margin-top: 15px;
}

.themeht-footer-widget-area .widget ul.children,
.themeht-footer-widget-area .widget ol.children {
  margin-left: 15px;
  margin-top: 15px;
}

.themeht-footer-widget-area .widget ul li {
  margin-bottom: 15px !important;
  list-style: none;
  color: var(--themeht-body-color);
  position: relative;
  font-size: 15px;
  width: 100%;
  align-items: center;
}
.themeht-footer-widget-area .widget.widget_archive ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.themeht-footer-widget-area .widget ul li,
.themeht-footer-widget-area .widget ol li,
.themeht-footer-widget-area .widget .wp-block-archives li,
.themeht-footer-widget-area .widget .wp-block-latest-posts li,
.themeht-footer-widget-area .widget .widget_recent_entries li,
.themeht-footer-widget-area .widget .wp-block-categories li,
.themeht-footer-widget-area .widget .wp-block-page-list li {
  color: var(--themeht-body-color);
  list-style-type: none;
  margin-bottom: 15px;
}

.themeht-footer-widget-area .widget ul li:last-child,
.themeht-footer-widget-area .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border: inherit;
}

.themeht-footer-widget-area .widget .widget_categories li,
.themeht-footer-widget-area .widget .wp-block-categories li {
  color: var(--themeht-body-color);
  position: relative;
}

.themeht-footer-widget-area .widget .tagcloud a:hover,
.themeht-footer-widget-area .wp-block-tag-cloud a:hover {
  background: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}

.themeht-footer-widget-area .widget.widget_categories ul li:before,
.themeht-footer-widget-area .widget.wp-block-categories li:before {
  color: var(--themeht-body-color);
}

.themeht-footer-widget-area .widget_recent_entries li,
.themeht-footer-widget-area .widget .wp-block-latest-posts li {
  margin-bottom: 15px;
}

.themeht-footer-widget-area .widget li a {
  color: var(--themeht-white-color) !important;
}
.themeht-footer-widget-area .widget li.current-menu-ancestor a {
  background-color: inherit;
}
.themeht-footer-widget-area .wp-block-latest-comments__comment-excerpt p {
  color: var(--themeht-white-color);
}
.themeht-footer-widget-area .widget li a::before {
  background-color: var(--themeht-light-color) !important;
  opacity: 1 !important;
}

footer label,
footer .wp-block-archives__label,
.themeht-footer-widget-area .widget li {
  color: var(--themeht-light-color) !important;
}

.themeht-footer-widget-area,
.themeht-footer-widget-area a,
.themeht-footer-widget-area .wp-block-archives__label,
.themeht-footer-widget-area .wp-block-search__label,
.themeht-footer-widget-area .wp-block-archives-dropdown label,
.themeht-footer-widget-area table caption {
  color: var(--themeht-white-color);
}
.themeht-footer-widget-area .wp-calendar-nav-next a:hover {
  color: var(--themeht-secondary-color);
}
.themeht-footer-widget-area select option {
  color: var(--themeht-body-color);
}
.themeht-footer-widget-area table th {
  border-color: rgba(255, 255, 255, 0.08) !important;
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.themeht-footer-widget-area table td {
  color: var(--themeht-white-color);
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.themeht-footer-widget-area table td a {
  color: var(--themeht-secondary-color);
}

.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container
  li {
  background: var(--themeht-primary-color);
  border-radius: 20px;
  padding: 4px 0px;
  margin-bottom: 5px !important;
}
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container
  a {
  color: var(--themeht-white-color);
}
.wp-block-page-list
  .wp-block-pages-list__item__link.wp-block-navigation-item__content {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--themeht-dark-color);
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: 105%;
}
.wp-block-page-list
  .wp-block-pages-list__item__link.wp-block-navigation-item__content:before {
  display: none;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
  background: var(--themeht-primary-color);
  border: none !important;
}

.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item
  a {
  margin-bottom: 0 !important;
}
.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item:last-child {
  border-bottom: 0px;
}

.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-pages-list__item__link.wp-block-navigation-item__content {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 15px 20px 15px 20px;
  color: var(--themeht-white-color);
}

.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item:last-child
  .wp-block-pages-list__item__link.wp-block-navigation-item__content {
  border-bottom: none;
}

.wp-block-navigation
  .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
  color: var(--themeht-body-color);
}

.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
  color: var(--themeht-body-color);
}

.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item
  .wp-block-navigation__submenu-icon {
  color: var(--themeht-body-color);
  top: 0px;
  right: 10px;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item
  .wp-block-navigation__submenu-icon
  svg
  path {
  fill: var(--themeht-white-color);
}

.widget_calendar caption,
.wp-calendar-table caption {
  caption-side: top;
  font-weight: 600;
  color: var(--themeht-primary-color);
  padding-top: 0;
}

.wp-block-group.has-background,
pre,
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--themeht-light-color) !important;
  border-radius: 20px !important;
}

.wp-block-search__button svg {
  display: none;
}

.wp-calendar-table {
  text-align: center;
}

blockquote code {
  color: var(--themeht-body-color);
}

.type-post .wp-block-tag-cloud a {
  background-color: var(--themeht-light-color);
}

.type-post .wp-block-tag-cloud a:hover {
  background-color: var(--themeht-primary-color);
}

.wp-calendar-nav-next {
  float: right;
}

/* ------------------------------------------------
			        Sidebar Widget
------------------------------------------------ */

.single-job .col-lg-9,
.single-post .col-lg-9 {
  padding-right: 45px !important;
}
.single-services .col-lg-9 {
  padding-left: 45px !important;
}

.widget .widget-title,
.widget .wp-block-heading,
.wp-block-archives__label,
.wp-block-search__label {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 15px !important;
  position: relative;
  color: var(--themeht-dark-color);
  font-weight: 500 !important;
}

.service-widget.widget_nav_menu .widget-title {
  margin-bottom: 35px !important;
}

.widget {
  margin-bottom: 50px;
  background: var(--themeht-light-color);
  border-radius: 15px;
  padding: 30px;
}

.themeht-sidebar .widget:last-child {
  margin-bottom: 0;
}

.themeht-sidebar .widget ul,
.themeht-sidebar .widget ol,
.wp-block-archives ul {
  margin: 0;
  padding-left: 0;
}

.themeht-sidebar .widget ul.children,
.themeht-sidebar .widget ol.children {
  margin-left: 15px;
  margin-top: 15px;
}
.themeht-sidebar .widget ol li.wp-block-latest-comments__comment {
  border-bottom: 0px;
}
.themeht-sidebar .widget ol li,
.wp-block-archives li,
.wp-block-latest-posts li,
.widget_recent_entries li,
.wp-block-categories li,
.wp-block-page-list li {
  list-style: none;
  color: var(--themeht-body-color);
  position: relative;
  font-size: 15px;
  width: 100%;
  align-items: center;
  margin-bottom: 20px !important;
}

.entry-content .wp-block-page-list li:last-child {
  border-bottom: inherit;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}
.themeht-sidebar .widget ul li:last-child,
.themeht-sidebar .widget ol li:last-child,
.wp-block-latest-posts li:last-child,
.widget_recent_entries li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.themeht-footer-widget-area .widget .tagcloud a,
.themeht-footer-widget-area .widget .wp-block-tag-cloud a,
.themeht-sidebar .widget .tagcloud a,
.wp-block-tag-cloud a {
  background: var(--themeht-white-color);
  color: var(--themeht-dark-color);
  padding: 10px 18px 8px 18px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 5px 10px 0;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 12px;
  letter-spacing: 1px;
}
.widget .wp-block-rss__item-title {
  margin-bottom: 10px;
}
.widget .wp-block-rss__item-title a {
  font-size: 18px;
  line-height: 17px;
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  font-size: 15px;
  line-height: 20px;
}
.wp-block-rss__item-excerpt {
  margin-top: 10px;
}
.tags-links {
  color: var(--themeht-dark-color);
  text-transform: uppercase;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 12px;
  letter-spacing: 1px;
}
.tags-links a {
  color: var(--themeht-dark-color);
  padding: 10px 18px 8px 18px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 5px 10px 0;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 12px;
  letter-spacing: 1px;
  background-color: var(--themeht-light-color);
}
.tags-links a:hover {
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
}
.theme-tags {
  clear: both;
  margin-top: 40px;
}

.themeht-sidebar .widget .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget .tagcloud a:hover,
.themeht-footer-widget-area .widget .wp-block-tag-cloud a:hover {
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}

.themeht-sidebar .widget ul li,
.widget_categories li,
.wp-block-categories li,
.widget-area .themeht-widget.widget_archive li {
  margin-bottom: 15px !important;
  list-style: none;
  color: var(--themeht-body-color);
  position: relative;
  font-size: 15px;
  width: 100%;
  align-items: center;
}
.themeht-sidebar .widget ul li:last-child,
.widget_categories li:last-child,
.wp-block-categories li:last-child,
.widget-area .themeht-widget.widget_archive li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.themeht-sidebar .widget.widget_categories li a {
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--themeht-primary-color);
}

.themeht-sidebar .widget_recent_entries li,
.wp-block-latest-posts li {
  margin-bottom: 15px;
}

.themeht-footer-widget-area form input.input::placeholder,
.themeht-footer-widget-area form input.wp-block-search__input::placeholder {
  color: var(--themeht-dark-color) !important;
}
.themeht-footer-widget-area .wp-block-search__button:before {
  color: var(--themeht-white-color) !important;
}
.themeht-footer-widget-area form input.input,
.themeht-footer-widget-area form input.wp-block-search__input,
.themeht-sidebar .wp-block-search__input,
.themeht-sidebar form input.input,
.themeht-footer-widget-area form input.search-field,
.themeht-sidebar .search-form input {
  border-right: 0px;
  padding: 16px 0px 16px 20px;
  width: 100%;
  height: 55px;
  color: var(--themeht-body-color);
  border: none;
  background-color: var(--themeht-white-color);
  border-radius: 100px;
  font-size: 15px;
}

.search-form {
  position: relative;
}

.search-form label {
  width: 100%;
}
.widget form p.login-submit {
  margin-bottom: 0px;
}
.themeht-sidebar .widget.widget_themeht_recentpost li {
  display: flex;
  border: inherit;
}

.widget_themeht_recentpost li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.themeht-widget .themeht-post-image {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
}
.widget_themeht_recentpost li .themeht-post-image img {
  border-radius: 10px;
}

.widget_themeht_recentpost .themeht-post-date {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.4px;
  position: relative;
}
.search-form.search-inner button[type="submit"] {
  right: 30px;
}
.search-form button[type="submit"] {
  color: var(--themeht-primary-color);
  font-size: 18px;
  background: inherit;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.search-form button[type="submit"]:hover {
  color: var(--themeht-primary-color);
}
.widget-area .search-form button[type="submit"] {
  right: 20px;
}

.not-found .search-form button[type="submit"] {
  right: 30px;
}
.wp-block-search__inside-wrapper {
  position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  padding: 0;
  border: none;
  background: transparent !important;
  font-size: 0;
  right: 20px;
}

.wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:before {
  font-weight: normal;
  position: absolute;
  content: "\f52a";
  font-family: "bootstrap-icons";
  color: var(--themeht-primary-color);
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  right: 0;
  padding: 0;
  border: none;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.widget_categories li:last-child,
.wp-block-categories li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_themeht_recentpost ul li .themeht-post-content {
  line-height: 20px;
}

.widget_themeht_recentpost ul li .themeht-post-content a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 19px;
  font-family: var(--themeht-typography-secondary-font-family);
  margin-bottom: 12px;
}

.widget_themeht_recentpost ul li .themeht-post-content a:hover {
  color: var(--themeht-primary-color);
}

.themeht-sidebar .gallery,
.themeht-sidebar .gallery figure {
  margin-bottom: 0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
  width: inherit;
  margin-bottom: 0px !important;
}

.themeht-sidebar
  .wp-block-social-links
  .wp-block-social-link.wp-social-link
  a
  svg {
  fill: var(--themeht-light-color) !important;
}
.themeht-footer-widget-area form input.input,
.themeht-footer-widget-area
  form
  input.wp-block-search__input
  .themeht-footer-widget-area
  .widget
  select {
  background: var(--themeht-white-color) !important;
  color: var(--themeht-dark-color) !important;
}
.themeht-footer-widget-area .widget select,
.themeht-sidebar .widget select {
  border-radius: 100px;
  padding: 0px 20px;
}
.themeht-footer-widget-area .widget img,
.themeht-sidebar .widget img {
  border-radius: 10px;
}
.themeht-footer-widget-area p,
.themeht-footer-widget-area p strong {
  color: var(--themeht-white-color);
}
.themeht-footer-widget-area .search-form button[type="submit"] {
  right: 20px;
}
/*----------- service datile -----------*/
.single-services .post-thumbnail img {
  width: 100%;
  border-radius: 15px;
}

.service-widget ul {
  padding: 0;
  margin: 0;
}

.service-widget li {
  list-style-type: none;
  margin-bottom: 13px;
  color: var(--themeht-primary-color);
}
.service-widget li:last-child {
  margin-bottom: 0px;
}
.service-widget li a:hover,
.service-widget li.current-menu-item a {
  background-color: var(--themeht-primary-color) !important;
  color: var(--themeht-light-color) !important;
}

.service-widget li.current-menu-item a::after {
  color: var(--themeht-light-color) !important;
}
.service-page-sidebar .widget.widget_nav_menu li a {
  display: block;
  font-size: 14px !important;
  line-height: 14px !important;
  text-transform: uppercase;
  padding: 21px 40px 19px 20px;
  position: relative;
  margin-bottom: 8px;
  border-radius: 10px;
  font-family: var(--themeht-typography-secondary-font-family);
  background-color: var(--themeht-white-color);
}
.service-page-sidebar .widget.widget_nav_menu li:last-child a {
  margin-bottom: 0px;
}

.themeht-sidebar .widget.widget_nav_menu li a:hover {
  color: var(--themeht-primary-color) !important;
}
.service-page-sidebar .widget.widget_nav_menu li a::after {
  position: absolute;
  top: 22px;
  right: 20px;
  font-family: flaticon_mycollection !important;
  color: var(--themeht-dark-color);
  content: "\f167";
  font-size: 13px;
}
.service-page-sidebar .widget.widget_nav_menu li a:hover::after {
  color: var(--themeht-white-color);
}
.service-page-sidebar .widget.widget_nav_menu li a::before {
  content: none;
}
.service-page-sidebar .widget {
  padding: 0px;
  background-color: inherit;
  margin-bottom: 50px;
}
.service-page-sidebar .widget .menu-service-container {
  margin-bottom: 50px;
  background: var(--themeht-light-color);
  border-radius: 15px;
  padding: 30px;
}

/*----------- sidebar-add -----------*/

.contact-widget-add {
  border-radius: 15px;
  padding: 40px 30px 40px 30px;
  position: relative;
  text-align: center;
  background-color: var(--themeht-primary-color);
}
.contact-widget-add img {
  margin-bottom: 20px;
  border-radius: 100% !important;
  width: 170px;
  height: 170px;
}

.contact-widget-add .contact-widget-warp {
  z-index: 9;
  position: relative;
}

.contact-widget-add h5 {
  font-size: 26px;
  line-height: 36px;
  color: var(--themeht-white-color);
}

.contact-widget-add p {
  color: var(--themeht-white-color);
  line-height: 24px;
  margin-bottom: 19px;
}

.contact-widget-add a.themeht-btn {
  padding: 14px 30px 11px 30px;
  border: 0;
  z-index: 9;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  position: relative;
  font-weight: 500;
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
  display: inline-block;
}

.contact-widget-add .themeht-btn:hover {
  background-color: var(--themeht-white-color);
}

/*----------- Download-Brochure -----------*/

.item-download {
  margin-bottom: 10px;
}

.item-download:last-child {
  margin-bottom: 0px;
}

.item-download a {
  font-size: 16px;
  line-height: 24px;
  color: var(--themeht-dark-color);
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: var(--themeht-light-color);
  border-radius: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.item-download a:last-child {
  margin-bottom: 0px;
}

.item-download a .download-icon-left {
  color: var(--themeht-primary-color);
  font-size: 30px;
}

.item-download a .download-icon-right {
  font-weight: 400;
  min-height: 35px;
  min-width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 26px;
  border-radius: 100%;
  background-color: var(--themeht-dark-color);
  color: var(--themeht-whitr-color);
  margin-left: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.item-download a .download-icon-right i {
  position: absolute;
  top: 1px;
  right: 4px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  color: var(--themeht-white-color);
}

.item-download a .download-icon-right i:first-child {
  top: -30px;
}

.item-download a:hover .download-icon-right i {
  top: 30px;
}

.item-download a:hover .download-icon-right i:first-child {
  top: 1px;
}

.item-download a:hover .download-icon-right {
  background-color: var(--themeht-primary-color);
}

.item-download p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.item-download span {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px 15px 0px 15px;
  letter-spacing: 1px;
}

/* ------------------------------------------------
                    Blog - Post
------------------------------------------------ */
.post-card.post-classic {
  margin-bottom: 60px;
}
.col-lg-9.col-12.pe-lg-5 article:last-child .post-card.post-classic {
  margin-bottom: 0px;
}
.post-card .post-image {
  width: 100%;
}
.post-card .post-thumbnail {
  overflow: hidden;
}
.service-single .service-item img,
.post-single-page .post-card img,
.post-card .post-image img,
.post-card .post-thumbnail img {
  border-radius: 20px;
}
.post-card .post-bottom li i {
  margin-right: 5px;
}
.post-card .post-bottom li i.bi-person,
.post-card .post-bottom li i.bi-bookmarks {
  margin-right: 0;
  font-size: 16px;
}
.post-card .post-bottom li {
  color: var(--themeht-primary-color);
  font-size: 14px;
  position: relative;
  margin-right: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.post-card .post-bottom li.list-inline-item,
.post-card .post-bottom li a {
  color: var(--themeht-dark-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.post-card .list-inline.post-bottom {
  border-bottom: 1px solid var(--themeht-primary-color);
  padding-bottom: 12px;
  padding-top: 15px;
  margin-bottom: 0px;
}

.post-card .list-inline.post-bottom .cat-links {
  margin-right: 10px;
  color: var(--themeht-white-color);
}

.post-card .list-unstyled .info-inner-text {
  display: flex;
  align-items: center;
}

.post-card .list-inline .portfolio-cat {
  color: var(--themeht-primary-color);
}
.post-card .post-desc .post-title {
  overflow: hidden;
}
.post-card .post-desc .post-title h4 {
  margin-bottom: 10px;
  margin-top: 25px;
}

.post-card .post-desc .post-title h4 a {
  color: var(--themeht-dark-color);
}

.post-card .post-desc .post-title h4 a:hover {
  color: var(--themeht-primary-color);
}
.post-card .post-desc p {
  margin-bottom: 15px;
}
.post-card.post-classic .themeht-btn-warp.themeht-btn {
  margin-top: 10px;
}
.wp-block-post-featured-image {
  position: relative;
  overflow: hidden;
}
.wp-block-post-featured-image img {
  border-radius: 15px;
}
.edit-link {
  margin-left: 10px;
  display: none !important;
}
:root :where(p.has-background) {
  border-radius: 20px;
}
/*----------- single-portfolio -----------*/

.single-portfolio .portfolio-single-page img {
  width: 100%;
  border-radius: 15px;
}
.portfolio .portfolio-single-page .position-relative {
  margin-bottom: 60px;
}
.single-portfolio .portfolio-meta-info-in {
  background-color: var(--themeht-primary-color);
  border-radius: 15px;
  padding: 40px;
  position: relative;
}
.portfolio-single-page .entry-content {
  padding-right: 30px;
}
.single-portfolio .portfolio-meta-info-in ul {
  margin: 0;
  padding: 0;
}
.single-portfolio .portfolio-meta-info-in li {
  display: grid;
  list-style-type: none;
  margin-bottom: 25px;
}
.single-portfolio .portfolio-meta-info-in li:last-child {
  margin-bottom: 0px;
}
.single-portfolio .portfolio-meta-info .list-unstyled .sub-title {
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 6px;
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-white-color);
  display: block;
}
.portfolio-meta-info ul li span.title,
.portfolio-meta-info ul li span.title a {
  position: relative;
  color: var(--themeht-white-color);
}

/* ------------------------------------------------
                     navigation
------------------------------------------------ */

.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;
  border-top: 1px solid #d5d5d5;
  padding-top: 32px;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin-top: 60px;
  margin-bottom: 0;
  clear: both;
}

.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a {
  display: inline-block;
  transition: all 0s ease-in-out 0s;
  position: relative;
}

.nav-title {
  display: block;
  word-break: break-word;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--themeht-typography-secondary-font-family);
  margin-top: 3px;
  color: var(--themeht-dark-color);
}

.nav-title:hover {
  color: var(--themeht-primary-color);
}

.site-main .comment-navigation .nav-links .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-subtitle,
.site-main .post-navigation .nav-links .nav-subtitle {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--themeht-dark-color);
  padding-left: 50px;
  margin-bottom: 10px;
}
.site-main .comment-navigation .nav-links .nav-subtitle::before,
.site-main .posts-navigation .nav-links .nav-subtitle::before,
.site-main .post-navigation .nav-links .nav-subtitle::before {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  content: "\f175";
  font-family: flaticon_mycollection !important;
  text-align: center;
  border-radius: 100px;
}
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle {
  padding-left: 0;
  padding-right: 50px;
}
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle::before,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle::before,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle::before {
  left: inherit;
  right: 0px;
  content: "\f174";
}
.site-main .comment-navigation .nav-links .nav-previous,
.site-main .posts-navigation .nav-links .nav-previous,
.site-main .post-navigation .nav-links .nav-previous {
  max-width: 300px;
}

.site-main .comment-navigation .nav-links .nav-next,
.site-main .posts-navigation .nav-links .nav-next,
.site-main .post-navigation .nav-links .nav-next {
  max-width: 300px;
  margin-left: auto;
}

/*----------- Post Comments -----------*/
.post-comment {
  margin-top: 50px;
}

.post-comment .comments-title,
.post-comment .comment-reply-title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 30px;
}
.post-comment .comment-notes,
.post-comment label,
.post-comment .comment-reply-title {
  margin-bottom: 10px;
  color: var(--themeht-white-color);
}
.post-comment .form-submit input {
  background-color: var(--themeht-white-color);
  color: var(--themeht-dark-color);
  border-radius: 15px 15px 0px 0px;
}

.comments-box {
  padding: 50px;
  margin-top: 50px;
}

.comment-author img {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
}

.comment-body .comment-content {
  padding-left: 114px;
  margin-top: -40px;
}
.comment-body .comment-content img {
  border-radius: 15px;
}
.comment-body .reply {
  padding-left: 115px;
}

.post-comment li.comment,
.post-comment li.trackback,
.post-comment li.pingback {
  margin-bottom: 30px;
  list-style-type: none;
}

.post-comment li.comment .comment-body {
  list-style-type: none;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}

.post-comment li.trackback .comment-body,
.post-comment li.pingback .comment-body {
  background: var(--themeht-light-color);
  list-style-type: none;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 20px;
}

.post-comment li.comment .comment-body p,
.post-comment li.trackback .comment-body p,
.post-comment li.pingback .comment-body p {
  margin-bottom: 0;
}

.post-comment .comment-meta {
  display: flex;
  margin-bottom: 0px;
}

.post-comment .comment-meta .comment-author {
  display: flex;
}

.post-comment .comment-metadata {
  font-size: 15px;
  margin-top: 3px;
  margin-left: 30px;
  text-transform: uppercase;
}

.post-comment .comment-metadata a {
  color: var(--themeht-primary-color);
  font-weight: 500;
  font-size: 13px !important;
  line-height: 12px;
  letter-spacing: 0.9px;
}

.post-comment .comment-metadata a:hover {
  color: var(--themeht-primary-color);
}

.says {
  display: none;
}

.comment-author.vcard b,
.comment-author.vcard a {
  text-transform: capitalize;
  font-size: 22px;
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
}

.comment-author.vcard a:hover {
  color: var(--themeht-primary-color);
}

.comment-form-author {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment-form-email {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment-form-url {
  clear: both;
  margin-bottom: 15px;
}

.post-comment .form-submit {
  margin-top: 30px;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 30px;
  padding: 60px 60px 0px 60px;
  background-color: var(--themeht-primary-color);
  border-radius: 20px;
  overflow: hidden;
}
.comment-respond p,
.comment-respond p a {
  color: var(--themeht-white-color);
}

.comment-form-comment {
  margin-top: 30px;
  margin-bottom: 0;
}

.comment-reply-link,
.comment-reply-link:focus,
.comment-reply-link:visited,
.comment-reply-link:active {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: var(--themeht-primary-color);
  display: inline-block;
  letter-spacing: 0.8px;
}

.comment-reply-link:hover {
  color: var(--themeht-primary-color);
}

.comment-reply-link:before {
  position: absolute;
  top: 0;
  right: -19px;
  left: inherit;
  font-weight: 600;
  content: "\f167";
  font-size: 12px;
  font-family: flaticon_mycollection !important;
  z-index: 99;
  width: inherit;
  height: inherit;
  border: inherit;
}

#comments small #cancel-comment-reply-link {
  margin-left: 15px;
  font-size: 22px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: -5px;
}
.team-single-page .entry-content {
  padding-left: 35px;
}

.single-team .team-single-box {
  background: var(--themeht-light-color);

  position: relative;
  padding-left: 20px;
}

.single-team .team-contact {
  border-radius: 15px;
  background-color: var(--themeht-primary-color);
  padding: 30px;
  position: relative;
  margin-top: -15px;
}

.single-team .team-meta li {
  margin-bottom: 15px;
  display: grid;
  align-items: center;
  color: var(--themeht-white-color);
}

.single-team .team-meta li:last-child {
  margin-bottom: 0;
}

.single-team .team-meta li i {
  font-size: 26px;
  color: var(--themeht-primary-color);
  vertical-align: middle;
  margin-right: 15px;
}

.team-contact .team-meta li div {
  color: var(--themeht-primary-color);
}

.team-contact .team-meta li span {
  font-size: 20px;
  line-height: 19px;
  margin-bottom: 6px;
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-white-color);
  display: block;
}
.team-contact .team-meta li a {
  color: var(--themeht-white-color);
}
.single-team .team-member {
  position: relative;
}

.single-team .team-images {
  position: relative;
  border-radius: 15px;
}

.single-team .team-member .team-desc a:hover {
  color: var(--themeht-primary-color);
}

.single-team .team-member img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}

.single-team .team-social-icon li {
  display: inline-block;
  margin: 0 7px;
}

.single-team .team-social-icon li a {
  color: var(--themeht-white-color);
}

.single-team .team-social-icon li a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}

.single-team .team-share-icon {
  z-index: 9;
  background: var(--themeht-light-color);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.single-team .team-single-box span {
  position: relative;
  font-family: var(--themeht-typography-body-font-family);
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--themeht-primary-color);
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  padding: 8px 20px;
  background-color: var(--themeht-light-color);
  border-radius: 6px;
  letter-spacing: 1px;
}

.single-team .team-single-box h2 {
  margin-bottom: 13px;
}

.social-icons.team-content li {
  margin-right: 8px;
  display: inline-block;
}

.social-icons.team-content li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100px;
  border: 1px solid var(--themeht-primary-color);
  display: block;
  text-align: center;
}

.social-icons.team-content li a:hover {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}
.not-found .page-header h2 {
  margin-bottom: 10px;
}

/* jobs sidebar */
.jobs-single-page .jobs-sidebar {
  box-shadow: 0 9px 26px rgb(0 0 0 / 10%);
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 0px;
}
.jobs-single-page .jobs-sidebar .jobs-item {
  border: 0px solid #ebebeb;
  padding: 0;
  border-radius: 0px;
}
.jobs-single-page .jobs-sidebar .jobs-item:hover {
  box-shadow: none;
  top: 0;
}
.jobs-single-page .jobs-sidebar .jobs-heading {
  padding: 0;
  border: inherit;
}
.jobs-single-page .jobs-sidebar .jobs-item .jobs-logo {
  margin-bottom: 0;
  background-color: #eaeef1;
  border-radius: 10px;
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.jobs-single-page .jobs-sidebar .jobs-item .jobs-logo img {
  width: 50px;
}
.jobs-single-page .jobs-sidebar .jobs-title h4 {
  font-size: 22px;
  line-height: 26px;
}
.jobs-single-page .jobs-sidebar .jobs-top-area .jobs-title span {
  color: var(--themeht-body-color);
  font-family: var(--themeht-typography-body-font-family);
}
.jobs-single-page .jobs-sidebar .jobs-verified {
  margin-bottom: 10px;
  padding: 6px 10px 6px 10px;
}
.jobs-single-page .jobs-sidebar .jobs-verified span {
  font-size: 12px;
}
.jobs-single-page .jobs-sidebar .jobs-verified i {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.jobs-single-page .jobs-sidebar .jobs-top-area {
  align-items: start;
}
.jobs-single-page .jobs-sidebar .job-header-info li {
  width: 100%;
  display: grid;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--themeht-body-color);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--themeht-typography-body-font-family);
}
.jobs-single-page .jobs-sidebar .job-header-info li:last-child {
  border: inherit;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.jobs-single-page .jobs-sidebar .job-header-info {
  display: grid;
  margin: 0;
}
.jobs-single-page .jobs-sidebar .job-header-info li span {
  color: var(--themeht-dark-color);
  font-size: 20px;
  margin-bottom: 4px;
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
}
.jobs-single-page .jobs-sidebar .job-header-info li a {
  text-transform: capitalize;
  font-size: 15px;
  font-family: var(--themeht-typography-body-font-family);
  color: var(--themeht-body-color);
}
/* ------------------------------------------------
                Responsive Css
------------------------------------------------ */
@media (max-width: 1800px) {
  .header-1 .navigation-top {
    margin-right: 0px;
  }
  .header-1 .themeht-btn.themeht-btn.primary-btn {
    color: var(--themeht-white-color);
    padding: 16px 18px;
  }
}
@media (max-width: 1715px) {
  .banner-slider-two .banner-content {
    width: 61%;
  }
  .about-icon-title .elementor-heading-title {
    margin-left: 20px;
  }
}
@media (max-width: 1570px) {
  .header-number {
    display: none;
  }

  #header-wrap {
    padding: 00px 20px;
  }

  .elementor-section-full_width .split_texts .split-text-block {
    padding-right: 20px;
  }

  .split_texts .split-text-block {
    padding-left: 70px;
  }

  .split-list {
    justify-content: flex-start;
  }

  .split-list ul:first-child {
    padding-right: 50px;
  }

  .banner-slider-one .banner-content .banner-text {
    width: 74%;
  }

  .banner-slider-one .search-icon {
    margin: 0 20px;
  }
  .primary-footer .container-fluid {
    padding: 0px 20px 0px 30px;
  }
  .banner-slider-two .banner-content {
    width: 66%;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .footer .primary-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1600px) {
  .banner-content .banner-text {
    width: 60%;
  }
}
@media (max-width: 1500px) {
  header.header-1 .search-icon {
    display: none;
  }
  .header-1 .themeht-btn.themeht-btn.primary-btn {
    margin-left: 30px;
  }
  .banner-slider-two .banner-content {
    padding: 200px 15px 200px 150px;
  }
  .featured-item.style-1 h4 {
    line-height: 20px;
    font-size: 17px;
    padding-right: 80px;
  }
  .about-icon-title .elementor-heading-title {
    margin-left: 30px;
  }
  .jobs-single-page .jobs-sidebar .jobs-top-area {
    display: grid;
  }
  .jobs-single-page .jobs-sidebar .jobs-item .jobs-logo {
    margin-bottom: 30px;
    margin-right: 0px;
  }
}

@media (max-width: 1380px) {
  .banner-slider-one .slider-img::before {
    width: 37%;
  }
  .banner-slider-one .banner-content {
    padding: 240px 0 213px 30px;
  }

  .banner-content .banner-text {
    width: 40%;
  }
  .banner-slider-one .banner-content p {
    padding-right: 40px;
  }

  /* banner slider two */
  .banner-slider-two .banner-content {
    padding: 190px 15px 200px 80px;
    width: 60%;
  }
  .banner-slider-two .banner-content h1 {
    font-size: 66px;
    line-height: 74px;
  }

  .page-title .theme-breadcrumb-box {
    padding: 0px 30px;
  }
  .page-title.breadcrumb-1::before {
    width: 37%;
  }

  .footer-info {
    display: grid;
  }
  .footer-info .footer-info-warp {
    margin-bottom: 30px;
  }
  .footer-info .footer-info-warp:last-child {
    margin-bottom: 0px;
  }

  footer .primary-footer .row .col-lg-8 .row-top .col-md-4 {
    width: 50%;
  }

  footer .primary-footer .row .col-lg-8 .row-top .col-lg-4 {
    width: 100%;
  }
  .Statistics-bottom {
    display: grid;
  }
  .Statistics-bottom span:first-child {
    margin-bottom: 14px;
  }
  .banner-statistics p {
    font-size: 19px;
  }
}
@media (max-width: 1379px) {
  .service-item.style-2 {
    padding: 40px 30px 60px 30px;
  }
  .service-item.style-2 h4 {
    line-height: 20px;
    font-size: 18px;
  }

  .main-nav > ul > li > a {
    padding: 3px 10px;
  }

  .main-nav > ul > li {
    margin: 0 5px;
  }
  .price-table.style1 a.themeht-btn .btn-text {
    padding: 17px 13px 16px 13px;
    font-size: 12px;
  }
  .service-page-sidebar .widget .menu-service-container {
    padding: 20px;
  }
  .service-page-sidebar .widget.widget_nav_menu li a {
    padding: 21px 35px 19px 15px;
  }
  .price-table.style2 {
    padding: 50px 25px 85px 25px;
  }
  .price-table.style2 .price-title {
    padding-right: 25px;
    margin-right: 25px;
  }
  .contact-form-home {
    padding: 50px 30px 40px 30px;
  }
  .contact-form-home .themeht-btn-warp.style2 {
    right: 40px;
  }
  .contact-form-home .theme-title.ht-split-text {
    margin-bottom: 25px;
  }
  .post-card.style-2 .post-desc h4 {
    font-size: 21px;
    line-height: 27px;
  }
  .post-card.style-2 .post-desc .cat-links a {
    font-size: 12px;
  }
  .post-card.style-2 .list-inline.post-bottom {
    right: 40px;
  }
  .contact-form {
    padding: 60px 30px 0px 20px;
  }
  .contact-form .themeht-btn-warp {
    right: 30px;
  }
  .elementor-widget-job-listing .job-header-info {
    display: grid;
  }
  .elementor-widget-job-listing .job-header-info li {
    margin: 3px 0;
  }
  .elementor-widget-job-listing .job-header-info h5 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1225px) {
  .featured-item.style-2 h4 {
    font-size: 20px;
    line-height: 28px;
    margin-right: 20px;
  }
  footer .primary-footer .row .col-lg-4.border-right {
    padding: 100px 50px 65px 0px;
  }
  .footer {
    padding: 0 30px;
  }
  footer .primary-footer .row .col-lg-4.border-right::before {
    right: 30px;
  }
  .price-table.style2 .price-warp {
    display: grid;
  }
  .price-table.style2 .price-value {
    display: flex;
    align-items: end;
  }
  .price-table.style2 .price-title {
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .price-table.style2 .price-title {
    border-bottom: 1px solid #d5d5d5;
    border-right: inherit;
  }
}

@media (max-width: 1200px) {
  .page-title {
    background-position: center right;
    position: relative;
  }
  .page-title::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--themeht-dark-color);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .page-title .container {
    position: relative;
  }
  .service-item.style-2 {
    padding: 40px 40px 60px 40px;
  }
  .service-item.style-2 h4 {
    line-height: 28px;
    font-size: 23px;
  }

  .navigation-top {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }

  .header-2 .navigation-top {
    margin-right: inherit;
  }
  .header-2 #header-wrap .container-fluid {
    border-radius: 0px 0px 15px 15px;
  }

  .header .main-nav > ul > li > a {
    color: var(--themeht-dark-color);
  }

  .price-value {
    top: -70px;
  }

  .ht-image-left,
  .ht-image-right {
    transform: inherit !important;
  }

  .page-title.breadcrumb-1::before {
    content: none;
  }
  .page-title.breadcrumb-1 h1 {
    color: var(--themeht-white-color);
  }
  /*----------- Banner -----------*/
  header#site-header {
    position: inherit;
  }
  .banner-slider-one .banner-content {
    padding: 245px 0 210px 20px;
  }

  .banner-slider-one .banner-content h1 {
    font-size: 66px !important;
    line-height: 80px !important;
  }
  .banner-slider-two .slider-img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--themeht-dark-color);
    opacity: 0.6;
    content: "";
  }
  .banner-slider-one .banner-content::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.6026785714285714) 100%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .banner-slider-one .slider-img::before {
    width: 100%;
    height: 500%;
    top: 560px;
    bottom: 0px !important;
  }
  .banner-slider-one .banner-content .banner-text {
    width: 80%;
  }

  .banner-slider-two .banner-content {
    width: 65%;
    padding: 130px 15px 130px 50px;
  }

  .banner-content .btn-box {
    margin-top: 0px !important;
  }
  .banner-slider-two .banner-content .btn-box {
    margin-top: 20px !important;
  }
  .admin-bar .header,
  .admin-bar #header-wrap.fixed-header {
    top: 32px;
  }

  .logo img {
    max-height: var(--logo-tablet-height);
  }

  .header-right,
  .header-number {
    display: none;
  }

  .right-nav {
    margin-left: 0;
    display: none !important;
  }

  .banner-content h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .banner-content {
    padding: 200px 50px;
  }

  .banner-slider.banner-slider-two p {
    display: none;
  }

  .bg-img-sec {
    min-height: 400px !important;
  }

  .bg-img-sec .elementor-widget-wrap {
    background-position: center center !important;
    background-size: cover;
  }
  .pin-spacer-pin .step-box {
    padding: 50px 20px 50px 20px !important;
  }
  .header .header-top {
    display: none;
  }

  .ht-img-split-scroller {
    display: block;
  }

  .pin-spacer-ht-img-split-scroller,
  .split_texts {
    width: 100% !important;
  }

  .split_images {
    display: none;
  }

  .split-mobile-img {
    display: block;
    margin-bottom: 60px;
  }

  .split_texts {
    width: 100%;
    background: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .split_texts .split-text-block {
    overflow: hidden;
    min-height: auto;
    padding: 0;
    margin-bottom: 70px;
    padding-right: 0px !important;
  }

  .split_texts .split-text-block:last-child {
    margin-bottom: 0px;
  }

  .split-content {
    padding: 0 45px 50px 45px;
  }
  .split_texts .split-text-block {
    margin-bottom: 0px;
  }
  .sticky-panel-content {
    display: block;
    height: auto !important;
    overflow: inherit;
  }

  .sticky-panel {
    height: auto;
    display: block;
  }

  .sticky-panel-img {
    width: 100%;
    height: 400px;
  }

  .sticky-panel-text {
    width: 100%;
    padding: 3rem;
  }

  .split-number {
    margin-bottom: 35px;
  }

  .split-list {
    justify-content: inherit;
  }

  .split-list .list-unstyled:first-child {
    margin-right: 50px;
  }

  .split-list {
    margin-bottom: 15px;
  }

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

  .post-card.ht-sticky-post {
    display: block;
    padding: 60px 100px 40px 50px !important;
    margin-bottom: 30px;
  }

  .post-card.ht-sticky-post .post-desc {
    padding: 50px 0 0;
  }

  .post-card.ht-sticky-post .post-image {
    border-radius: 30px;
    width: auto;
    height: auto;
  }

  .contact-img .elementor-widget-wrap {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }

  .portfolio-filter button + button {
    margin-left: 10px;
  }

  .portfolio-filter button {
    padding: 10px 15px;
  }

  .grid.columns-3 .grid-item,
  .masonry.columns-3 .masonry-brick {
    width: 50%;
  }

  .team-member.style-4 .team-images {
    width: 250px;
    height: 250px;
  }

  .team-member.style-4 .team-desc h4 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-slider .banner-button-prev,
  .banner-slider .banner-button-next,
  .banner-slider .swiper-button-prev,
  .banner-slider .swiper-button-next {
    display: none;
  }
  .swiper.banner-slider-two .swiper-button-prev,
  .swiper.banner-slider-two
    .swiper-button-next
    .elementor-widget-team-sticky-two
    .team-list {
    padding-left: 0;
  }
  .banner-swiper-buttons svg,
  .banner-swiper-buttons {
    display: none;
  }
  .team-member.style-5 .team-images {
    top: inherit;
    margin-top: 0;
    left: inherit;
    position: inherit;
    opacity: 1;
    visibility: visible;
    clip-path: inherit !important;
    width: auto;
    height: auto;

    transform: inherit !important;
    margin-bottom: 30px;
  }

  .marquee-section.style3 .marquee-text span {
    font-size: 80px;
    line-height: 100px;
  }

  #banner-pagination {
    bottom: 30px;
    top: inherit;
    left: auto;
    transform: inherit;
  }
  #banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: var(--themeht-primary-color);
    opacity: 0.4;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet-active::before {
    border-color: var(--themeht-primary-color);
  }

  #banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 8px;
  }

  footer .footer-top .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* testimonial */
  .testimonial.style-1 {
    padding: 0;
  }
  .testimonial-swiper:hover .swiper-button-next,
  .testimonial-swiper:hover .swiper-button-prev {
    display: none;
  }

  .testimonial.style-2 {
    padding: 0px 120px;
  }

  .price-table {
    padding: 25px;
  }

  .featured-item.style-1 h4 {
    padding-right: 0px;
  }

  .post-card.style-2 .post-desc h4 {
    line-height: 26px;
    font-size: 22px;
  }
  .single-job .col-lg-9,
  .themeht-blogs .col-lg-9,
  .single-post .col-lg-9,
  .single-services .col-lg-9 {
    flex: 0 0 auto;
    width: 70%;
  }

  .single-job .col-lg-3,
  .themeht-blogs .col-lg-3,
  .single-post .col-lg-3,
  .single-services .col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .team-swiper .swiper-nav-arrow {
    left: 140px;
    right: inherit;
    z-index: 9;
  }
}
@media (max-width: 1201px) {
  .counter.style-1 h6 {
    padding-left: 0px;
  }
  .counter .counter-desc span {
    font-size: 50px;
    line-height: 60px;
  }

  .counter.style-1 h6::before {
    width: 17px;
    left: -25px;
  }

  .counter.style-1::before {
    left: -6px;
  }
  .counter.style-1 .counter-desc span.counter-info {
    margin-left: 7px;
  }
  .testimonial.style-1 p {
    font-size: 20px;
    line-height: 32px;
  }
  .post-card.style-2 .post-desc {
    margin: 25px 10px 25px 20px;
  }
}
@media (max-width: 1148px) {
  .banner-slider-one .banner-content {
    padding: 259px 0 210px 20px;
  }
  .job-header-info {
    display: grid;
  }
  .job-header-info li {
    margin-bottom: 5px;
    width: 100%;
  }
  .elementor-widget-job-listing .jobs-top-area {
    display: grid;
  }
  .elementor-widget-job-listing .jobs-item .jobs-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1098px) {
  .banner-slider-one .banner-content {
    padding: 249px 0 207px 20px;
  }
  .jobs-heading {
    display: grid;
  }
  .jobs-verified {
    margin-left: 0px;
  }
  .jobs-top-area {
    margin-bottom: 30px;
  }
  .jobs-single-page .jobs-sidebar .jobs-top-area {
    margin-bottom: 0px;
  }
}
@media (max-width: 1054px) {
  .banner-slider-one .banner-content {
    padding: 249px 0 200px 20px;
  }
}
@media (max-width: 1028px) {
  .banner-slider-one .banner-content {
    padding: 242px 0 207px 20px;
  }
}
@media (max-width: 1025px) {
  .banner-content {
    padding: 200px 20px;
  }
  .banner-slider-one .banner-content {
    padding: 254px 0 183px 20px;
  }
}

@media (max-width: 1024px) {
  footer .footer-top .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .featured-item.style-3.text-end {
    direction: inherit;
    text-align: left !important;
  }
  .featured-item.style-3.text-end .featured-icon {
    margin-left: 0px;
    margin-right: 20px;
  }
  .banner-slider-one .banner-content {
    padding: 300px 50px 60px 50px;
  }

  .banner-slider-two .banner-content {
    width: 55%;
  }
  .banner-slider-two .banner-content h1 {
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 30px !important;
  }
  .banner-slider-two .banner-content h6 {
    background: none !important;
    padding: 0px;
    margin-bottom: 20px !important;
  }
  .bg-color-none .elementor-background-overlay {
    background-image: inherit !important;
  }

  .page-title .theme-breadcrumb-box {
    padding: 0px 30px 0px 0px;
  }
  .elementor-widget .text-align.center,
  .elementor-widget .text-align.left,
  .elementor-widget .text-align.right {
    text-align: left;
  }
  .featured-item.style-1 h4 {
    line-height: 32px;
    font-size: 24px;
    padding-right: 100px;
  }
  .featured-item.style-2 h4 {
    font-size: 25px;
    line-height: 35px;
    margin-right: 40px;
  }

  .Statistics-bottom {
    display: flex;
  }
  .Statistics-bottom span:first-child {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .price-table {
    padding: 50px 25px;
  }
  .price-table.style2 {
    padding: 50px 25px 85px 25px;
  }
  .price-table.style2 .price-title {
    padding-right: 35px;
    margin-right: 35px;
  }
  .price-table.style1 a.themeht-btn .btn-text {
    padding: 19px 30px 18px 30px;
    font-size: 14px;
  }
  .footer-subscribe {
    margin-top: 40px;
  }
  .header-2 #header-wrap {
    padding: 0px 15px;
  }
  .banner-slider-two {
    margin: 0px 15px !important;
  }
  .footer {
    margin: 0px 15px;
  }
  .page-title {
    margin: 0px 15px;
  }
  .contact-form {
    border-radius: 20px;
  }
  .about-icon-title .elementor-heading-title {
    margin-left: 0px;
  }
  .elementor-widget-job-listing .jobs-heading {
    display: grid;
  }
  .elementor-widget-job-listing .jobs-top-area {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media (max-width: 1024px) and (min-width: 991px) {
  .sidebar-add .themeht-btn {
    padding: 10px 10px;
  }
  .sidebar-add h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
@media (max-width: 991px) {
  .not-found .page-header h2 {
    line-height: 50px;
    font-size: 50px;
  }
  .theme-title,
  .contact-us .theme-title,
  .contact-form .theme-title.ht-split-text {
    margin-bottom: 30px;
  }

  .themeht-sidebar {
    margin-top: 80px;
  }
  .custom-sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-services .col-lg-9 {
    padding-left: 15px !important;
  }
  .single-services .col-lg-3 {
    padding-right: 15px;
    border: inherit;
  }
  .single-services .site-main .post-navigation {
    margin-top: 30px;
  }
  .single-job .col-lg-3,
  .single-job .col-lg-9,
  .themeht-blogs .col-lg-9,
  .themeht-blogs .col-lg-3,
  .single-post .col-lg-9,
  .single-post .col-lg-3,
  .single-services .col-lg-9,
  .single-services .col-lg-3 {
    width: 100%;
  }
  .single-job .col-lg-9,
  .single-post .col-lg-9 {
    padding-right: 15px !important;
  }
  .single-job .col-lg-3 {
    margin-top: 80px;
  }
  .site-main.post-single-page .themeht-sidebar {
    padding-left: 0px;
    border: inherit;
  }

  footer .footer-top-button .themeht-btn.secondary-btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  footer .footer-top-button .themeht-btn:last-child {
    margin-left: 20px;
  }

  footer .primary-footer .row .col-lg-4 {
    padding-right: 15px;
  }

  .footer-widget.widget ul.footer-social {
    margin-top: 0px;
  }
  .primary-footer .container-fluid {
    padding: 0px 20px 0px 15px;
  }
  .footer-info {
    padding-top: 40px;
  }
  .footer-info .footer-info-warp {
    margin-bottom: 0px;
  }
  /*----------- marquee -----------*/
  .marquee-section.style1 {
    padding: 22px 0px 18px 0px;
  }
  .marquee-section.style2 .marquee-text span {
    font-size: 90px;
    line-height: 90px;
  }
  .marquee-section.style2 {
    margin: 0px 40px;
  }

  .elementor-widget-service-grid
    .elementor-widget-container
    .row
    .col-lg-6.col-12:nth-of-type(6n + 5)
    .service-item.style-1 {
    border-bottom: 1px solid var(--themeht-primary-color);
  }
  .banner-slider-one .banner-content {
    padding: 230px 30px 70px 30px;
  }

  .banner-slider-two .banner-content {
    width: 85%;
  }

  /*----------- marquee -----------*/
  .marquee-section.style3 {
    margin: 0px 30px;
  }

  .marquee-section.style3 .marquee-text span {
    font-size: 70px;
    line-height: 70px;
  }

  /*----------- split-list -----------*/
  .split-list {
    margin-bottom: 10px;
  }

  .ht-tab .ht-tab-pane .ht-tab-content {
    display: grid;
  }

  .ht-tab-content span {
    width: 100%;
    margin-bottom: 10px;
  }

  .ht-tab-content h4 {
    width: 100%;
  }

  .ht-tab-content p {
    width: 100%;
  }

  .ht-tab-pane .ht-tab-content:hover .tab-image {
    display: none;
  }

  .single-team .team-single-box {
    padding-left: 0px;
    padding-top: 50px;
  }
  .post-comment .comment-meta .comment-author {
    align-items: center;
  }

  .post-comment .comment-meta {
    align-items: center;
    margin-bottom: 20px;
  }

  .comment-body .comment-content {
    padding-left: 0px;
    margin-top: 0px;
  }

  .comment-body .reply {
    padding-left: 0px;
  }

  .subscribe-form p {
    margin-bottom: 20px;
    margin-top: -10px !important;
  }

  .single-team .team-single-box span {
    margin-bottom: 5px;
  }

  .service-list h4 {
    font-size: 45px;
    line-height: 55px;
  }
  .service-list li::before {
    top: 21px;
  }
  .service-list li {
    padding-left: 60px;
  }
  .portfolio-item.style-1 {
    margin-bottom: 30px;
  }

  .post-card.style-1 h4 {
    margin-bottom: 22px !important;
  }

  footer .primary-footer .row .col-lg-4.border-right {
    padding: 50px 10px 0 10px;
  }
  footer .primary-footer .row .col-lg-4.border-right::before {
    content: none;
  }
  footer .primary-footer .row .col-lg-8 .row-top {
    padding: 20px 0px 50px 0px;
  }
  .footer-subscribe {
    margin-top: 20px;
  }
  .secondary-footer {
    text-align: center;
  }
  .team-single-page .entry-content {
    padding-left: 0px;
  }
  .portfolio-single-page .entry-content {
    padding-right: 0px;
  }
  .footer-info {
    display: flex;
    padding-top: 30px;
  }
  .footer-info .footer-info-warp {
    width: 50%;
    margin-bottom: 0px;
  }

  .main-timeline .timeline-content {
    padding-left: 50px;
  }

  .timeline-item:nth-child(2n + 2) .timeline-content {
    padding-right: 50px;
  }
  .post-card.style-2 .post-desc h4 {
    line-height: 30px;
    font-size: 24px;
  }
  .post-card.style-2 .post-desc .cat-links a {
    font-size: 14px;
  }
  .contact-form .themeht-btn-warp {
    position: relative;
    right: 30px;
  }
  .contact-form {
    border-radius: 20px 20px 20px 20px;
  }
}

@media (max-width: 767px) {
  .not-found .page-header h2 {
    line-height: 40px;
    font-size: 40px;
  }
  .error-404.not-found img {
    padding: 0px 40px;
  }
  .header-2 #header-wrap {
    padding: 0px 10px;
  }
  h1 {
    font-size: 60px !important;
    line-height: 70px !important;
  }

  .theme-title h2 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .page-title h1 {
    font-size: 40px !important;
    line-height: 54px !important;
  }

  .admin-bar #header-wrap.fixed-header {
    top: 0;
  }

  .navbar-toggler.ht-toggler {
    margin-right: 30px;
  }

  .elementor-widget-banner-slider p {
    max-width: 100%;
  }

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

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    padding-right: 0;
  }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    padding-left: 0;
    margin-top: 30px;
  }

  .banner-content {
    padding: 120px 20px;
  }

  .portfolio-meta-info {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: auto;
  }

  .split_texts .split-text-block {
    padding: 2rem 1rem;
  }

  .split_texts .counter {
    margin-bottom: 30px;
  }

  .sticky-panel-text {
    padding: 2rem;
  }

  .post-card.ht-sticky-post {
    padding: 20px !important;
  }

  .post-card.ht-sticky-post .post-image {
    margin-right: 70px;
  }

  .post-card.ht-sticky-post .post-desc {
    padding: 30px 0 0;
  }

  .banner-inner {
    display: block;
    align-items: center;
  }

  .right-nav .search-icon,
  .right-nav .themeht-btn {
    display: none;
  }

  .team-member.style-2 .team-desc ul {
    display: block;
  }

  .team-member.style-4 .team-images {
    width: 250px;
    height: 250px;
    position: relative;
    clip-path: inherit;
    visibility: visible;
    margin-bottom: 30px;
    top: inherit;
    transform: inherit;
  }

  .team-member.style-4 .team-desc {
    display: block;
  }

  .team-member.style-4 .team-desc .team-cat {
    min-width: inherit;
    margin-bottom: 8px;
  }

  .team-member.style-4 .team-desc h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .ht-tab .tab-menu,
  .tab-list ul {
    grid-template-columns: inherit;
  }

  .portfolio-filter button + button {
    margin: 0 0 10px 10px;
  }

  .grid .grid-item {
    width: 100% !important;
  }

  .ht-call-us a {
    font-size: 24px;
  }

  .media-icon li {
    padding-left: 60px;
  }

  .media-icon li i {
    font-size: 40px;
  }

  .round-text {
    margin-right: 0;
    margin-top: 30px;
  }

  .form-one .contact-top {
    right: -30px;
    top: -30px;
  }

  .banner-content .banner-text {
    width: 100%;
  }

  .marquee-section.style2 .marquee-text span {
    font-size: 100px;
    line-height: 100px;
  }

  .footer .widget.widget_nav_menu {
    margin-bottom: 50px;
  }

  /*----------- split -----------*/
  .elementor-section-full_width .split_texts .split-text-block {
    padding: 0px;
  }

  .split-list {
    display: inline-flex;
    margin-top: 20px;
  }

  .split-list .list-unstyled.list-icon.style1 {
    margin-right: 20px;
  }

  .footer-widget.widget ul li {
    margin-bottom: 10px;
  }

  .post-comment .comment-meta .comment-author {
    margin-bottom: 20px;
  }

  .post-comment .comment-meta {
    display: grid;
    margin-bottom: 5px;
  }

  .post-comment .comment-metadata {
    margin-left: 0px;
  }

  .post-comment .comments-title,
  .post-comment .comment-reply-title {
    font-size: 26px;
    line-height: 31px;
  }

  .horizontal-form #cal-data,
  .horizontal-form #cc_bmi_shortcode-imperial {
    display: grid;
  }

  .horizontal-form .weight-lbs {
    margin-left: 0px;
  }

  .horizontal-form #CCB-calc .col-200-5 .btn {
    margin-left: 16px !important;
  }

  .elementor-widget-themeht_button .right {
    text-align: left;
  }
  .themeht-heading-title {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 40px;
  }

  .banner-slider-two .banner-content h6 {
    font-size: 12px;
    line-height: 18px;
    display: inherit !important;
  }
  .banner-slider-two .banner-content h6 span {
    display: table-caption;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .banner-slider-one .banner-content h1 {
    font-size: 49px !important;
    line-height: 60px !important;
  }
  .banner-slider-two {
    margin: 0px 10px !important;
  }
  .page-title.breadcrumb-2 .theme-breadcrumb-box,
  .page-title .theme-breadcrumb-box {
    padding: 0 20px;
  }
  .testimonial.style-2 h4 {
    margin-bottom: 0;
  }

  .testimonial.style-2 p {
    font-size: 16px;
    line-height: 23px;
  }
  .testimonial.style-2 {
    padding: 0px 80px;
  }
  .testimonial-swiper .swiper-button-next,
  .testimonial-swiper .swiper-button-prev {
    display: none;
  }
  .portfolio .portfolio-single-page .position-relative {
    margin-bottom: 40px;
  }
  .contact-us {
    padding: 40px;
  }

  .featured-item.style-2 {
    margin-top: 85px;
  }
  .featured-item.style-2 .featured-icon {
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .featured-item.style-2 h4 {
    margin-bottom: 10px;
    line-height: 28px;
  }

  /* featured-item.style-1 */
  .featured-item.style-1 .featured-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .featured-item.style-1 .featured-subtitle {
    margin-bottom: 10px;
  }
  .featured-item.style-1 {
    margin-top: 75px;
  }
  .featured-item.style-1 h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .featured-item.style-1 .featured-icon i {
    font-size: 55px;
    line-height: 53px;
  }
  .footer {
    margin: 0px 10px;
  }
  .style-2-dot .swiper-pagination {
    display: none;
  }
  .col-md-6.mb-4.form-right {
    padding-left: 12px;
  }
  .col-md-6.mb-4.form-laft {
    padding-right: 12px;
  }
  .banner-slider-two .banner-content h1 {
    font-size: 39px !important;
    line-height: 40px !important;
    margin-bottom: 30px !important;
  }
  .testimonial.style-1 {
    align-items: flex-start;
  }
  .testimonial.style-1 img {
    max-width: 160px;
  }
  .timeline {
    flex-direction: column !important;
  }

  .main-timeline:before {
    content: none;
  }

  .main-timeline .timeline-content {
    padding: 0 !important;
    order: 3;
    margin-top: 20px;
  }
  .main-timeline .timeline-content h4 {
    margin-bottom: 10px;
  }
  .main-timeline .date {
    font-size: 17px;
  }
  .main-timeline .date {
    right: 40px !important;
  }
  .main-timeline .timeline-dot {
    display: none;
  }

  .main-timeline .date-content {
    order: 2;
    width: 100%;
    padding: 0;
  }

  .timeline-item:nth-child(2n + 2) .date-content {
    padding: 0px;
  }

  .timeline-item:nth-child(2n + 2) .timeline-content {
    padding-right: 0;
  }
  .timeline-item {
    margin-bottom: 40px;
  }

  .counter .counter-desc span {
    font-size: 45px;
    line-height: 35px;
  }
  .counter.style-1 .counter-desc span.counter-info {
    margin-left: 5px;
    top: -4px;
  }
  .counter.style-1 .counter-desc {
    margin-top: 0px;
  }
  .counter.style-1 h6 {
    padding-left: 0;
  }
  .counter.style-1 h6::before,
  .counter.style-1::before {
    content: none;
  }
  .counter.style-1 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
  }
  .price-table.style2 .price-list ul li {
    width: 100%;
  }
  .price-table.style2 .price-warp {
    justify-content: left;
  }
  .service-list i {
    display: none;
  }
  .service-list li {
    padding-left: 35px;
  }

  .contact-form .col-md-6.text-right p,
  .contact-form-home .col-md-6.text-right p {
    margin-top: 20px;
    padding: 0px 15px;
  }

  .post-card.style-2 .post-desc h4 {
    line-height: 24px;
    font-size: 20px;
  }
  .post-card.style-2 .post-desc {
    margin: 20px 10px 20px 30px;
  }
  .banner-slider-one .banner-content h6 span {
    line-height: 20px;
  }
  .banner-slider-one .banner-content h6 {
    padding: 3px 10px 1px 6px;
  }
  .elementor-widget-job-listing .jobs-item {
    display: grid;
    padding: 30px 30px;
  }
  .elementor-widget-job-listing .jobs-top-area {
    margin-bottom: 10px;
  }
  .elementor-widget-job-listing .jobs-heading {
    margin-bottom: 30px;
  }
  .elementor-widget-job-listing .job-header-info {
    margin-bottom: 30px;
  }
  .elementor-widget-job-listing .job-post-date {
    margin-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .contact-widget-add a.themeht-btn {
    padding: 12px 25px 9px 25px;
  }
  .not-found a.themeht-btn::before {
    height: 47px;
    width: 47px;
    font-size: 11px;
  }
  .not-found a.themeht-btn::after {
    height: 47px;
    width: 47px;
    right: -47px;
    font-size: 11px;
  }
  .not-found a.themeht-btn:hover {
    margin-right: 0px;
    margin-left: 50px;
  }
  .not-found a.themeht-btn {
    padding: 11px 20px 11px 20px;
  }
  .comment-respond {
    padding: 40px 40px 0px 40px;
  }
  .comment-form-email,
  .comment-form-author {
    width: 100%;
    padding: 0px;
  }
  h1,
  .h1 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
  .theme-title p {
    font-size: 12px;
    padding: 9px 12px 7px 12px;
  }
  .theme-title h2 {
    font-size: 29px !important;
    line-height: 33px !important;
  }

  .ht-circle-progressbar {
    display: block;
  }

  .ht-circle-progressbar .pie {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .testimonial-rating h5 {
    font-size: 50px;
    line-height: 60px;
  }
  .featured-item.style-1 .featured-icon i {
    font-size: 40px;
    line-height: 40px;
  }
  .featured-item.style-1 {
    margin-top: 60px;
  }
  .featured-item.style-1 h4 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 21px;
    padding-right: 0;
  }

  .featured-item.style-2 {
    display: block;
  }

  .featured-item.style-2 .featured-desc {
    align-items: flex-start;
  }

  .featured-item.style-3 h4 {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 22px;
  }

  .featured-item.style-3 .featured-icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    border-radius: 15px;
  }
  .featured-item.style-4 h4 {
    margin-bottom: 8px;
    line-height: 29px;
    font-size: 22px;
  }
  .featured-item.style-4 .featured-icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
  }
  .not-found .page-header h2 {
    line-height: 33px;
    font-size: 35px;
  }
  .header-2 {
    padding: 0px 0px 10px 0px;
  }
  .header-2 #header-wrap {
    padding: 0px 10px !important;
    border-radius: 0px;
  }
  .header-2 #header-wrap.fixed-header {
    margin-top: 0px;
  }
  .header-2 #header-wrap .container-fluid {
    padding: 6px 15px !important;
  }

  .page-title h1 {
    font-size: 24px !important;
    line-height: 31px !important;
  }
  .page-title.breadcrumb-2 {
    padding: 70px 15px 60px 15px;
    margin: 0px 10px;
  }
  .page-title.breadcrumb-2 .theme-breadcrumb-box,
  .page-title .theme-breadcrumb-box {
    padding: 0px;
  }
  .themeht-heading-title {
    margin-bottom: 11px;
    font-size: 29px;
    line-height: 34px;
  }
  /*----------- banner -----------*/
  .banner-content {
    padding: 309px 30px 30px 30px;
  }
  .banner-slider-one .slider-img::before {
    top: 350px;
  }
  .banner-slider-one .banner-content {
    padding: 160px 145px 30px 15px;
  }
  .banner-content .btn-box {
    display: inline-grid;
    justify-items: start;
  }

  .banner-slider .themeht-btn + .themeht-btn {
    margin-left: 0px;
    margin-top: 10px;
  }
  .banner-content h6 {
    padding: 10px 10px 4px 10px;
    font-size: 12px;
    display: inline-block !important;
  }
  .banner-content h6 span {
    padding: 2px 6px 0px 6px;
    display: table-caption;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .banner-content h6 p {
    margin-left: inherit;
    line-height: 23px;
  }
  .banner-slider-one .banner-content h6 {
    line-height: 20px;
  }
  .banner-slider-one .banner-content h1 {
    line-height: 35px !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
  }
  .banner-slider-one .banner-arrow i {
    display: none;
  }
  .banner-slider-one .banner-content .banner-text {
    padding-left: 0;
  }
  .banner-slider-one .animated3 {
    line-height: 27px;
    font-size: 16px;
  }
  .banner-slider-one .banner-content .banner-text {
    width: 100%;
  }
  .banner-slider-one .banner-content h6 {
    margin-bottom: 16px !important;
    padding: 10px 10px 4px 10px;
  }
  .banner-slider-two {
    margin: 0px 10px !important;
  }
  .banner-slider-two .banner-content {
    width: auto;
    margin: 50px 15px 50px 15px;
    padding: 20px;
  }
  .banner-slider-two .banner-content h1 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }

  /*----------- marquee -----------*/
  .marquee-section.style1 .marquee-text span {
    font-size: 20px;
    line-height: 20px;
  }

  /*----------- service-item -----------*/
  .service-item.style-1 {
    margin-right: 0px;
  }

  .service-item.style-1 .service-desc {
    padding-left: 30px;
    padding-bottom: 26px;
    padding-top: 20px;
  }

  .service-item.style-1 .service-icon {
    padding: 0px 0px 10px 0px;
  }

  .service-item.style-1 {
    display: grid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .service-item.style-1 .service-desc {
    padding: 0px 0px 0px 0px;
  }

  .service-item.style-1 .service-desc {
    border-left: inherit;
  }
  .service-item.style-1 .service-desc h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .service-item.style-1 i {
    font-size: 40px;
  }
  .service-list .service-desc {
    display: grid;
  }
  .service-list h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .service-list h4 a::after {
    font-weight: 300;
  }
  .service-list li {
    padding-left: 30px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .service-list li::before {
    top: 8px;
    left: 0;
    font-size: 13px;
  }
  .service-item.style-2 {
    padding: 30px 30px 60px 30px;
  }
  .service-item.style-2 .service-icon i {
    font-size: 50px;
  }
  .service-item.style-2 .service-image::before {
    width: 55%;
  }
  /*----------- marquee -----------*/
  .marquee-section.style2 .marquee-text span {
    font-size: 40px;
    line-height: 40px;
  }

  .marquee-section.style2 {
    margin: 0px 20px;
  }

  /*----------- testimonial -----------*/
  .testimonial.style-1 {
    display: grid;
    font-size: 20px;
    line-height: 28px;
  }
  .testimonial.style-1 img {
    max-width: 130px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .testimonial.style-1 i {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 23px;
  }
  .testimonial.style-1 p {
    font-size: 17px;
    line-height: 24px;
    border: 0px;
    padding: 0;
    margin-bottom: 25px;
  }
  .title-larg .contact-form .theme-title.ht-split-text {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  /*----------- post card -----------*/
  .post-card.style-1 .post-desc {
    padding: 25px 20px 22px 20px;
  }
  .post-card .post-desc .post-title h4 {
    line-height: 26px;
    font-size: 21px;
  }
  .post-card.style-1 .post-desc .post-title h4 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px !important;
  }
  .post-card.style-1 .post-title span.cat-links {
    font-size: 13px;
  }
  .post-card.style-1 {
    margin-bottom: 30px;
  }

  .post-card.style-1 .post-desc ul {
    margin-bottom: 7px;
  }
  .post-card.style-1 .list-inline.post-bottom {
    right: 40px;
  }
  .swiper-slide .post-card.style-1 {
    margin-bottom: 0px;
  }
  .post-card.style-2 {
    display: grid;
    margin-right: 0px;
    padding: 5px;
  }
  .post-card.style-2 .list-inline-item {
    margin-bottom: 5px;
  }
  .post-card.style-2 .post-image {
    width: 100%;
  }
  .post-card.style-2 .post-image img {
    width: 100%;
  }
  .post-card.style-2 .post-desc {
    padding: 30px 10px 20px 10px;
    width: 100%;
    margin: 0;
  }
  .post-card.style-2 .post-desc h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .post-card.style-2 .post-image {
    padding: 100px;
  }
  .post-card.style-2 .post-desc-warp {
    margin-bottom: 7px;
  }
  .post-card.style-2 .list-inline.post-bottom {
    padding: 11px 18px 0px 18px;
  }
  .cutom-numbr {
    width: 130px;
    height: 130px;
    line-height: 210px;
    font-size: 100px;
  }

  /*----------- split -----------*/

  .split-content h3 {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .split-content .list-icon li {
    margin-bottom: 8px;
  }
  .split-list {
    display: grid;
  }
  .split-number {
    margin-bottom: 25px;
  }

  .split-list ul {
    margin-bottom: 10px;
  }
  .split-list ul:first-child {
    padding: 0;
  }
  .split-list .list-unstyled:first-child {
    margin-bottom: 0px;
  }
  .home-quote {
    margin: 0px !important;
    padding: 0px 0px 0px 60px !important;
  }
  blockquote.home-quote:after {
    transform: translate(-50%, -50%);
    left: 8% !important;
    top: 16px !important;
  }
  blockquote.home-quote {
    font-size: 16px;
    padding: 40px 0 0 0 !important;
  }

  blockquote,
  .wp-block-quote.is-style-large {
    margin: 0;
    padding: 80px 30px 35px 30px !important;
    font-size: 19px;
    line-height: 23px;
  }

  blockquote:after {
    font-size: 40px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45px;
  }

  .wp-block-quote > cite {
    margin-left: 25px !important;
  }
  .custom-sec-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .single-portfolio .portfolio-meta-info .list-unstyled li {
    margin-right: 0px;
  }

  .single-portfolio .portfolio-meta-info .list-unstyled {
    display: grid;
  }

  .elementor-progress-percentage {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 16px;
    z-index: -1;
  }

  .single-team .team-single-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .split-content {
    padding: 0 15px 50px 15px;
  }

  .team-form {
    padding: 40px 20px 0px 20px;
  }

  .team-form h4 {
    margin-bottom: 20px;
  }
  .team-form .themeht-btn-warp.style2 {
    left: 20px;
  }

  .footer {
    margin: 0px 10px;
    padding: 0px 10px;
  }
  footer .footer-top .col-md-6 {
    padding: 0px 15px 0px 15px;
  }

  footer .footer-top-button .themeht-btn {
    padding: 14px 19px 15px 19px;
  }

  footer .footer-top-button .themeht-btn i {
    font-size: 16px;
  }

  footer .footer-top-button .themeht-btn.secondary-btn i {
    font-size: 16px;
    top: 1px;
  }

  footer .footer-top-button .themeht-btn i {
    font-size: 16px;
    line-height: 19px;
  }

  footer .footer-top .footer-top-title .textwidget.custom-html-widget {
    font-size: 34px;
    line-height: 34px;
  }
  footer .footer-top-button .themeht-btn:last-child {
    margin-left: 0px;
  }
  .footer-subscribe {
    margin-top: 0px;
  }
  footer .primary-footer .row .col-lg-8 .row-top {
    padding: 20px 0px 30px 0px;
  }
  .footer-info .footer-info-warp,
  footer .primary-footer .row .col-lg-8 .row-top .col-md-4 {
    width: 100%;
  }

  .footer-info {
    display: grid;
  }
  .footer-info h5 {
    margin-bottom: 3px;
  }
  .footer-info {
    padding-top: 30px;
  }
  .footer-info .footer-info-warp:last-child {
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .secondary-footer-inner .col-lg-6 {
    margin-top: 5px !important;
  }
  a.themeht-btn .btn-text {
    padding: 16px 18px 13px 18px;
    font-size: 13px;
  }
  .themeht-btn-warp .btn-icon1,
  .themeht-btn-warp .btn-icon2 {
    --icon-width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .banner-slider-two .animated2 {
    font-size: 17px;
    line-height: 25px;
  }

  #CCB-calc .btn {
    padding: 11px 25px 10px 25px;
    height: 41px !important;
  }

  .scroll-top {
    height: 40px;
    width: 40px;
  }

  .scroll-top::after {
    height: 40px;
    width: 40px;
    line-height: 45px;
  }

  .scroll-top::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .contact-media i {
    margin-bottom: 10px;
  }

  .nav-title {
    font-size: 20px;
    line-height: 23px;
  }
  .site-main .comment-navigation .nav-links .nav-subtitle::before,
  .site-main .posts-navigation .nav-links .nav-subtitle::before,
  .site-main .post-navigation .nav-links .nav-subtitle::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;

    top: 0;
  }
  .site-main .comment-navigation .nav-links .nav-subtitle,
  .site-main .posts-navigation .nav-links .nav-subtitle,
  .site-main .post-navigation .nav-links .nav-subtitle {
    padding-left: 42px;
    margin-bottom: 5px;
  }
  .site-main .comment-navigation .nav-links .nav-next .nav-subtitle,
  .site-main .posts-navigation .nav-links .nav-next .nav-subtitle,
  .site-main .post-navigation .nav-links .nav-next .nav-subtitle {
    padding-right: 42px;
  }

  .team-swiper .team-member.style-1 {
    padding: 30px 30px 90px 30px;
  }
  .team-member.style-1 img {
    width: 150px;
  }
  .testimonial.style-2 {
    padding: 0px 20px;
  }
  .single-team .themeht-heading-titlemb-0 {
    font-size: 34px;
    line-height: 44px;
  }
  .contact-form .theme-title.ht-split-text {
    font-size: 31px;
    line-height: 34px;
  }
  .contact-form .theme-title.ht-split-text {
    margin-bottom: 20px;
  }
  .secondary-footer .copyright {
    display: grid;
  }
  .copyright p {
    margin-top: 10px;
  }
  /* price-table  */
  .price-table .price-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 30px;
  }
  .price-table h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .price-value h2 {
    font-size: 50px;
  }
  .price-value h2 sup {
    font-size: 16px;
  }
  .price-list {
    padding-top: 30px;
    margin-top: 23px;
    margin-bottom: 20px;
  }

  /* portfolio */
  .portfolio-item.style-1 h4 {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 28px;
  }

  .main-timeline .timeline-content h4 {
    font-size: 26px;
    line-height: 24px;
  }
  .main-timeline .timeline-content {
    margin-top: 30px;
  }
  /* testimonial rating */
  .testimonial-rating p {
    font-size: 16px;
  }

  .themeht-accordion.elementor-widget-accordion
    .elementor-accordion
    .elementor-tab-title
    .elementor-accordion-title {
    font-size: 17px;
    line-height: 23px;
  }
  .elementor-accordion .elementor-accordion-item {
    padding: 20px 15px 10px 15px;
  }

  .banner-statistics {
    padding: 40px 40px 21px 40px;
  }
  .Statistics-icon {
    margin-bottom: 25px;
  }
  .graphina-chart-sub-heading {
    margin-bottom: 20px;
  }

  .Statistics-bottom {
    display: grid;
  }
  .Statistics-bottom span:first-child {
    margin-bottom: 10px;
  }
  .banner-statistics p {
    font-size: 20px;
  }

  .split-list-2 {
    display: grid;
  }
  .split-list-2 ul:first-child {
    margin-right: 0px;
  }
  .price-table.style2 .price-warp {
    display: grid;
  }
  .price-table.style2 .price-title {
    padding-bottom: 35px;
    margin-bottom: 35px;
    padding-right: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #d5d5d5;
    border-right: inherit;
    text-align: left;
  }
  .price-table.style2 a.themeht-btn {
    left: 35px;
    right: inherit;
  }
  .price-table.style1 a.themeht-btn .btn-text {
    padding: 15px 18px 14px 18px;
    font-size: 12px;
  }
  .price-table .themeht-btn-warp .btn-icon1,
  .price-table .themeht-btn-warp .btn-icon2 {
    height: 45px;
    min-width: 45px;
    --icon-width: 45px;
  }
  .price-table {
    padding: 40px 25px;
  }
  .contact-form-home .theme-title.ht-split-text {
    font-size: 26px;
    line-height: 30px;
  }
  .contact-form-home {
    padding: 50px 15px 40px 15px;
  }
  .themeht-btn-warp.style2 svg.btn-icon-svg {
    right: 23px;
  }
  .themeht-btn-warp.style2 .btn-text {
    padding: 22px 42px 21px 20px;
  }
  .testimonial.style-1 h4,
  .testimonial.style-2 h4 {
    margin-bottom: 0px;
  }
  /* jobs */
  .jobs-item {
    padding: 20px;
  }
  .jobs-item .jobs-logo {
    width: 50px;
    margin-right: 20px;
  }
  .job-header-info {
    margin-bottom: 20px;
  }
  .jobs-item h5 {
    font-size: 22px;
    line-height: 22px;
  }
  .jobs-top-area {
    margin-bottom: 30px;
  }
  .jobs-heading {
    display: grid;
  }
  .jobs-item p {
    width: 100%;
  }
  .job-footer {
    display: grid;
  }
  .job-post-date {
    margin-bottom: 20px;
  }
  .elementor-widget-job-listing .jobs-item h5 {
    margin-right: 0px;
  }
  .chart-card .heading {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  /* single job  */
  .elementor-widget-icon-list
    .elementor-widget-container
    .elementor-icon-list-items
    .elementor-icon-list-item {
    display: grid;
    margin-bottom: 15px;
  }
  .elementor-widget-icon-list
    .elementor-widget-container
    .elementor-icon-list-items
    .elementor-icon-list-text {
    display: grid;
  }
  .elementor-widget-icon-list
    .elementor-widget-container
    .elementor-icon-list-items
    .elementor-icon-list-text
    b {
    margin-left: 0px;
    padding-left: 26px;
    margin-bottom: 8px;
    width: 100%;
  }
  .elementor-widget-icon-list
    .elementor-widget-container
    .elementor-icon-list-items
    .elementor-icon-list-icon
    i {
    top: 18px;
  }
  .elementor-widget-icon-list
    .elementor-widget-container
    .elementor-icon-list-items
    .elementor-icon-list-icon
    svg {
    top: 13px;
  }
  .single-job .col-lg-3 {
    margin-top: 50px;
  }
}
@media (max-width: 418px) {
  .banner-slider-one .banner-content {
    padding: 170px 35px 30px 15px;
  }
}
@media (max-width: 350px) {
  .timeline-icon {
    visibility: hidden;
  }

  .main-timeline .date-content:before {
    visibility: hidden;
  }
}
