.banner-style3 .subtitle {
  position: relative;
  color: var(--theme2);
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 105px;
  text-transform: uppercase;
  margin-bottom: 100px;
  z-index: 5;
}

.dark_version,
.dark_version .about-wrapper .about-us
{
  background: #000 !important;
}

.dark_version .food-menu-tab-wrapper.style2{
  background: #121315 !important;
}

.dark_version .fancy-box .item h6,
.dark_version .fancy-box .item p,
.dark_version .menu-content a h3,
.dark_version .menu-content p,
.dark_version .single-menu-items h6,
.dark_version .faq-content-3 .accordion-item .accordion-header .accordion-button,
.dark_version .faq-content-3 .accordion-item .accordion-collapse .accordion-body
{
  color: #fff !important;
}

.star-rating {
  position: relative;
  font-size: 13px;
  width: 100px;
  overflow: hidden;
  line-height: 1;
  display: inline-block
}

.star-rating::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d9d9ea;
  font-size: 15px;
}

.star-rating span {
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden;
  font-size: 15px;
}

.star-rating span::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--theme);
  font-weight: 900;
  display: inline-block
}

.woocommerce-Reviews .comment-form-rating .stars > span {
  color: var(--theme);
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  content: "\f005";
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  text-indent: 0
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 300;
}

.woocommerce p.stars:hover a::before {
  content: "\f005";
  font-weight: 600;
}

.woocommerce p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 600;
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 300;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 600;
}

/* star rating end */

/* woocommerce start shop page*/

.theme-btn.style6.added {
  display: none;
}

.added_to_cart {
  position: relative;
  padding: 13px 40px;
  border-radius: 100px;
  background-color: rgba(235, 0, 41, 0.1);
  color: var(--theme) !important;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

.dishes-card.style2 .dishes-thumb img{
  width: 100%;
  height: 100%;
}

.dishes-card.style4.list img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.dishes-card.style4.list .dishes-thumb:before {
  content: "";
  border: 1px dashed var(--theme);
  border-radius: 50%;
  position: absolute;
  top: -13px;
  left: -14px;
  right: 0;
  width: 175px;
  height: 175px;
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-btn.style6.product_type_external,
.theme-btn.style6.add_to_cart_button {
  padding: 13px 20px;
}

.woosw-btn-has-icon .woosw-btn-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--theme2);
  color: var(--white);
  margin-bottom: 5px;
  border-radius: 50%;
}

.dishes-card.style2 .dishes-content {
  margin-top: 30px;
}

/* shop sidebar */
.woocommerce-product-search input {
  background: var(--bg2);
  font-size: 15px;
  padding: 12px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
}

.woocommerce-product-search {
  position: relative;
  overflow: hidden;
}

.woocommerce-product-search button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: var(--theme);
  background-color: rgba(235, 0, 41, 0.1);
  padding: 19px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
  text-transform: uppercase;
}

/* price slider */
.price_slider {
  height: 6.75px;
  position: relative;
  background: var(--title);
  border-radius: 5px;
}

.price_slider .ui-slider-range {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--theme);
}

.price_slider .ui-slider-handle {
  background: var(--theme);
  border: 2px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  margin-left: -6px;
  margin-top: -5px;
}

.price_slider_amount {
  position: relative;
  margin-top: 30px;
}

.price_slider_amount button {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 13px 40px;
  border-radius: 100px;
  background-color: rgba(235, 0, 41, 0.1);
  color: var(--theme) !important;
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

/* shop sidebar tags */
.widget_product_tag_cloud a {
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 2px;
  display: inline-block;
  color: var(--title);
  background-color: var(--bg2);
  font-size: 14px !important;
  border-radius: 5px;
}

.tagcloud {
  gap: 15px;
}

.recent-box .recent-thumb img {
  height: 80px;
  width: 80px;
}

.recent-box a{
  font-weight: 600;
}

.recent-box .recent-content .price{
  font-weight: 600;
  color: var(--black);
  font-size: 14px;
}

.recent-box .recent-content .price del {
  color: var(--theme);
}

.recent-box .recent-content .price ins {
  color: var(--black);
  text-decoration: none;
}

/* shop details page */


.product-about .product_meta {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.product-about .product_meta span {
  margin-bottom: 8px;
}

.product-about .product_meta .sku_wrapper,
.product-about .product_meta .posted_in,
.product-about .product_meta .tagged_as {
  color: var(--black);
  font-weight: 700;
}

.product-about .product_meta .sku_wrapper span.sku {
  color: var(--theme);
  margin-inline-start: 5px;
}

.product-about .product_meta a {
  text-decoration: none;
  margin-inline-start: 5px;
  transition: color 0.3s ease;
}


.dishes-thumb .woocommerce-product-gallery__image img{
  width: 100%;
  max-width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px dashed var(--theme);
  padding: 15px;
}


.tab-content .onsale {
  background: var(--theme);
  color: var(--white);
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px 0 0 0;
}

.dishes-thumb .flex-control-nav.flex-control-thumbs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 15px;
  padding: 15px 0;
}

.dishes-thumb .flex-control-nav.flex-control-thumbs.product-thumbnails-slider li img{
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-2);
}

.dishes-thumb .flex-control-nav.flex-control-thumbs.product-thumbnails-slider{
  margin: 0 -10px;
  margin-top: 20px;
  display: inherit;
}

.dishes-thumb .flex-control-nav.flex-control-thumbs.product-thumbnails-slider .slick-track {
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-big-img {
  padding: 50px 60px;
}

.dishes-thumb .onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 5px;
}

.woocommerce-product-rating {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}

.actions .quantity {
  margin-bottom: 0;
  margin-top: 15px;
}

.actions .quantity input {
  padding: 1px 5px;
  width: 50px;
  margin-bottom: 15px;
}

.shop_details_btn_box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.shop_wishlist_btn {
  display: inline-block;
}

.shop_wishlist_btn .woosw-btn-has-icon .woosw-btn-icon {
  width: 50px;
  height: 50px;
  background: var(--theme2);
  color: var(--white);
  margin-bottom: 0;
  border-radius: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.summary.entry-summary .product_meta {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.product-about .price del {
  font-size: 24px;
  color: var(--theme);
}

.product-about .price ins {
    text-decoration: none;
}

.woocommerce-message a:hover, .woocommerce-info a:hover {
  color: var(--title) !important;
}


/* WooCommerce Tabs Wrapper */
.woocommerce-tabs {
  margin-top: 60px;
  padding-top: 20px;
}

/* Tabs Navigation */
.woocommerce-tabs .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-tabs .tabs li {
  margin: 0;
}

.woocommerce-tabs .tabs li a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

/* Tabs Panel */
.woocommerce-Tabs-panel {
  display: none;
  padding: 30px 50px;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top: 20px;
}

.woocommerce-Tabs-panel.active {
  display: block;
}

/* Additional Styling */
.woocommerce-Tabs-panel h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel table {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Reviews Styling */
.woocommerce-Tabs-panel .woocommerce-Reviews {
  padding: 20px;
  border-radius: 5px;
}

.woocommerce-Tabs-panel .woocommerce-Reviews-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}

.woocommerce-Tabs-panel .commentlist .comment_container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-Tabs-panel .commentlist .avatar {
  margin-right: 15px;
  border-radius: 50%;
}

.woocommerce-Tabs-panel .commentlist .comment-text {
  max-width: calc(100% - 80px);
}

.woocommerce-Tabs-panel .star-rating {
  margin-bottom: 10px;
  color: #ffcc00;
}

.woocommerce-Tabs-panel #review_form_wrapper {
  margin-top: 30px;
}

.woocommerce-Tabs-panel #respond {
  margin-top: 15px;
}

.woocommerce-Tabs-panel #respond input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce-Tabs-panel #respond input[type="submit"]:hover {
  background-color: #444;
}

/* Product Attributes Table */
.woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  padding: 12px 15px;
  text-align: left;
  font-size: 16px;
  color: #555;
}

.woocommerce-product-attributes th {
  background-color: #f3f3f3;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-product-attributes td {
  background-color: #fff;
}

.woocommerce-product-attributes tr:nth-child(even) td {
  background-color: #f7f7f7;
}

.woocommerce-product-attributes p {
  margin: 0;
}

/* Add subtle hover effect for rows */
.woocommerce-product-attributes tr:hover td {
  background-color: #f1f1f1;
}

.comment-form-rating .nice-select {
display: none;
}

.woocommerce-Reviews ol {
padding: 0;
list-style: none;
}

.woocommerce-Reviews ol li .comment_container {
display: flex;
justify-content: start;
align-items: center;
gap: 20px;
margin-bottom: 30px;
}

.woocommerce-Reviews ol li:last-child .comment_container{
margin-bottom: 0;
border-bottom: 0;
}

.woocommerce-Reviews ol li .comment_container img {
width: 100px;
height: 100px;
border-radius: 50%;
background: var(--theme);
}

.woocommerce-Reviews ol li .comment_container .meta strong {
text-transform: capitalize;
}

#review_form .comment-reply-title {
font-size: 20px;
font-weight: 600;
}

#review_form form {
margin-top: 15px;
background: #fff;
padding: 20px 30px;
}

#review_form .comment-form-rating {
margin: 0 0 15px 0;
}

#review_form .comment-form input[type=submit] {
background: var(--theme);
color: #fff;
display: inline;
width: auto;
border-radius: 5px;
margin-top: 15px;
}

#review_form form input {
  width: 100%;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-Reviews ol .comment-text {
border: 1px solid #e1e1e1;
width: 100%;
padding: 20px 25px;
position: relative;
}

.woocommerce-Reviews ol .comment-text::before {
position: absolute;
content: "";
width: 30px;
height: 30px;
background-color: #F9F9F9;
border-left: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
transform: rotate(45deg);
top: 40%;
left: -16px;
}

.woocommerce-variation-price {
margin: 25px 0;
}

p.comment-notes {
  margin-bottom: 20px;
}

.header-main .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img a{
  border: none;
}

.dishes-card.style3 .dishes-thumb img{
  width: 300px;
  height: 300px;
  border-radius: 50%;
}



/* Responsive design */
@media (max-width: 768px) {
  .woocommerce-product-attributes th,
  .woocommerce-product-attributes td {
      display: block;
      width: 100%;
  }

  .woocommerce-product-attributes th {
      background-color: transparent;
      font-weight: bold;
      color: #444;
      border: none;
  }

  .woocommerce-product-attributes td {
      border: none;
      padding: 10px 0;
  }

  .woocommerce-product-attributes tr {
      border-bottom: 1px solid #e1e1e1;
  }
}


@media (max-width: 767px) {

  .dishes-thumb .woocommerce-product-gallery__image img {
    max-width: 200px;
    height: 200px;
}

.product-about .price {
  font-size: 18px;
}

.product-about .price del {
  font-size: 14px;
}

.product-about .share {
  flex-wrap: wrap;
}

.woocommerce-Tabs-panel {
  padding: 15px;
}

.woocommerce-Reviews ol li .comment_container img {
  width: 50px;
  height: 50px;
}

.woocommerce-Reviews ol .comment-text {
  padding: 15px;
}

.woocommerce-Tabs-panel .commentlist .comment_container {
  flex-direction: column;
}

.woocommerce-product-attributes td {
  padding: 10px 20px;
}

.dishes-thumb .flex-control-nav.flex-control-thumbs.product-thumbnails-slider li img {
  padding: 0;
}

.product-big-img {
  padding: 20px;
}

.woocommerce-tabs .tabs {
  flex-direction: column;
}

.woocommerce-tabs {
margin-top: 0px;
}

.shop-details {
padding: 30px 0;
}

.woocommerce-tabs .tabs li a {
padding: 10px 0px;
}

.woocommerce-Tabs-panel .commentlist .comment-text {
max-width: 100%;
}

#review_form form {
background: none;
padding: 0;
}

.social-media {
flex-wrap: wrap;
gap: 5px;
}

}


@media (max-width: 425px) {

  .single-menu-items {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.single-menu-items .details {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.food-menu-tab .nav-pills .nav-link{
  margin-right: 0;
  line-height: 10px;
}

}

/* My Account */

.page-content .woocommerce {
padding: 120px 0;
}

.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}

.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
display: block;
background: #333333;
color: #ffffff;
padding: 15px 30px;
text-transform: uppercase;
margin-bottom: 10px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
margin-top: 30px;
}

.woocommerce .woocommerce-address-fields .button,
.woocommerce .edit-account .button {
padding: 15px;
}

.woocommerce-MyAccount-content fieldset {
border: 1px solid #dddddd;
margin: 30px 2px 0 2px;
padding: 30px 15px;
}

.woocommerce-MyAccount-content fieldset legend {
color: #333333;
}

.woocommerce .edit-account .button {
margin-top: 25px;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
background: var(--theme);
color: var(--white) !important;
}

.woocommerce-error li {
  padding: 0 20px;
}

.woocommerce-error li a {
  color: var(--white);
}

.woocommerce-error li a:hover {
  color: var(--black) !important;
}


/* login */

.woocommerce form.login, .woocommerce form.register {
border: 1px solid #cfc8d8;
padding: 20px;
margin: 2em 0;
text-align: left;
border-radius: 5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  outline: 0;
  line-height: normal;
  border: 1px solid #cfc8d8;
  padding: 0 15px;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-cart__submit-container {
background: var(--theme);
color: var(--white);
}

.wc-block-cart .wc-block-cart__submit-container span{
color: var(--white);
}

.woocommerce-form input[type=checkbox] {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}


#review_form form textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-top: 10px;
  height: 150px;
}

#review_form form textarea:focus {
  outline: none;
}

/* mini cart */

.header-main .header-right .header__cart > a::before{
  display: none;
}

.header-main .header-right .header__cart > a > span {
  font-size: 12px;
  line-height: 0;
  font-weight: 500;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -20px;
  padding: 5px;
  border-radius: 100%;
  background: var(--theme);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-main .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img img {
  height: 100%;
}

.header-main .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown {
  justify-content: center;
  align-items: center;
}

.header__right__dropdown__img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__right__dropdown__img .remove_from_cart_button {
  background: transparent;
  color: var(--black);
  height: 25px;
  width: 10px;
  border: none !important;
}

.header__right__dropdown__content {
  display: flex;
  flex-direction: column;
}

.header__right__dropdown__content .quantity {
  color: var(--theme);
  font-size: 14px;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  background: var(--theme);
  color: var(--white) !important;
}

.woocommerce-mini-cart__buttons.buttons .checkout.button.wc-forward {
  background: var(--theme2);
  margin-top: 15px;
}

.woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}

/* quick view */
.woosq-popup .price {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
}

.woosq-popup .price del {
  color: var(--theme);
  font-size: 18px;
}

.woosq-popup .price ins {
  text-decoration: none;
  color: var(--black);
}

.woosq-popup .product_title {
  margin-top: 15px;
}


/* quick view 2 */

.xoo-qv-container {
  padding: 30px;
  max-width: 800px;
  max-height: 400px;
}



/* theme fix css */

.header-3-logo-box img {
  width: 70px;
}

.main-header-wrapper-2 .logo-image {
  padding: 35px 30px 43px 20px;
}

.dishes-card.style5 {
  padding: 20px;
  gap: 15px;
}

.dishes-card.style5 .dishes-thumb {
  margin: 0;
  border-radius: 0;
}

.dishes-card.style5 .dishes-content {
  padding: 0;
  text-align: center;
}

.dishes-card.style5 .dishes-thumb img {
  border-radius: 0;
  max-width: 130px;
}

.single-menu-items .details a img {
  width: 100%;
  max-width: 165px;
  border-radius: 50%;
}

.food-menu-tab-wrapper.style2 .single-menu-items .details a img {
  width: 100%;
  max-width: 85px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin-top: 60px;
}

.social-profile .woosw-btn-icon {
  background: transparent;
  border-radius: 50%;
  margin-bottom: 0;
}

.social-profile .plus-btn a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dishes-card.style1 .dishes-thumb img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.actions .quantity p.stock.in-stock {
  display: none;
}

.sticky .header-main .menu-item-has-children > a:before {
  color: var(--black);
}

.header-main .main-menu ul li .sub-menu li a,
.header-main .main-menu-2 ul li .sub-menu li a {
  font-size: 15px;
}

.banner-style3 .subtitle{
  font-family: var(--title-font);
}

.theme-btn{
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.product-about .contact-form.style2 {
  padding: 0;
}

.dishes-card.style2 .dishes-thumb {
  margin: 0 auto;
  margin-top: -120px;
  width: 158px;
  height: 158px;
}

.dishes-card.style2 .dishes-thumb:before {
  content: "";
  border: 1px dashed var(--theme);
  border-radius: 50%;
  position: absolute;
  top: -13px;
  left: -14px;
  right: 0;
  width: 185px;
  height: 185px;
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dishes-card.style2 .dishes-content ul li {
  font-size: 14px;
  margin-right: 3px;
}

.recent-box .recent-content ul {
  display: flex;
  gap: 3px;
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--theme2);
}

.dishes-card.style2 .dishes-content ul {
  display: flex;
  justify-content: center;
  gap: 3px;
  color: var(--theme2);
  font-size: 12px;
}

.dishes-card.style4 .dishes-content ul {
  display: flex;
  justify-content: start;
  gap: 3px;
  color: var(--theme2);
  font-size: 12px;
}

.dishes-card.style4 .dishes-thumb img {
  max-width: inherit;
}

.blog-card.style2 .blog-content .blog-meta .item2 {
  margin-left: 30px;
}

.header-main .menu-item-has-children > a:before {
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  position: absolute;
  top: 51%;
  right: -15px;
  transform: translateY(-50%);
  font-size: 10px;
}

.header-3 .menu-item-has-children .sub-menu .menu-item-has-children > a:before {
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  position: absolute;
  top: 51%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 10px;
}

.header-2 .menu-item-has-children > a:before {
  color: var(--black);
}

.menu-item-has-children a {
  position: relative;
}

.header-main .main-menu ul li {
  margin-inline-end: 45px;
}

.header-main .main-menu ul li .sub-menu .menu-item-has-children > a:before{
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: #111;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 14px;
}

.header-main .main-menu ul li:hover > a:before,
.header-main .main-menu-2 ul li:hover > a:before {
  color: var(--theme);
}

.header-main .main-menu ul li .sub-menu li:hover > a:before,
.header-main .main-menu-2 ul li .sub-menu li:hover > a:before {
  color: var(--white) !important;
}

.current-menu-ancestor > a,
.current-menu-ancestor > a:before {
    color: var(--theme2) !important;
}

.footer-top .fancy-box .item2 p > a{
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget form .form-control.style2{
  padding-right: 0;
}

.footer-widgets-wrapper .single-footer-widget .menu li a {
  color: var(--white);
  margin-left: 20px;
}

.footer-widgets-wrapper .single-footer-widget .menu li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .menu li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}

.footer-widgets-wrapper .single-footer-widget .menu li:hover {
  margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .menu li a:before {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: -5px;
  left: -20px;
}

.header-3 .main-menu-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

.elementor .single-food-items .item-thumb img{
  max-width: inherit;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.banner-slider .swiper-horizontal > .swiper-pagination-bullets,
.banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner-slider .swiper-pagination-custom,
.banner-slider .swiper-pagination-fraction,
.banner2-slider .swiper-horizontal > .swiper-pagination-bullets,
.banner2-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner2-slider .swiper-pagination-custom,
.banner2-slider .swiper-pagination-fraction {
  width: 85px !important;
}

.banner3-slider .swiper-horizontal > .swiper-pagination-bullets,
.banner3-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner3-slider .swiper-pagination-custom,
.banner3-slider .swiper-pagination-fraction {
  width: 100% !important;
}

.banner-slider .arrow-prev,
.banner2-slider .arrow-prev2 {
  top: 59%;
}

.banner3-slider .arrow-next3 {
  left: 53%;
}

textarea.form-control{
  height: 150px;
}

input.form-control, textarea.form-control {
  padding: 15px 20px;
}

.contact-form.style1 .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.faq-wrapper-4 .faq-image-area::before{
  z-index: 0;
}

.contact-form.style2 textarea {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 8px;
  border: 1px solid #D4DCFF;
  color: var(--text);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 150px;
}

.contact-form.style2 textarea:focus{
  outline: none;
  box-shadow: none;
}

.contact-form.style2 .wpcf7-list-item.first.last {
  display: inline-block;
  margin: 0 0 0 1em;
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  margin: 0;
}

.contact-form.style2 input[type="checkbox"] {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
}

.testimonial-card.style3 .testimomnial-thumb img {
  max-width: inherit;
}

.breadcumb-wrapper .breadcumb-content .page-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.breadcumb-wrapper .breadcumb-content .page-list li{
  position: relative;
}

.breadcumb-wrapper .breadcumb-content .page-list li:before {
  content: "/";
  color: var(--white);
  position: absolute;
  top: 0;
  left: -25px;
}

.breadcumb-wrapper .breadcumb-content .page-list li:first-child:before {
  display: none;
}

.breadcumb-wrapper .breadcumb-content .page-list li a,
.breadcumb-wrapper .breadcumb-content .page-list li span {
  color: var(--white);
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.progress-wrap .progress-meta .title {
  line-height: 29px;
}

.services-card.style2 {
  padding: 50px 35px;
}

.main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  max-width: inherit;
  border-radius: 10px;
}

.dishes-card.style2 .dishes-content h6 del {
  font-size: 14px;
  color: var(--title);
}

.dishes-card.style2 .dishes-content h6 ins {
  text-decoration: none;
}

/*---------------------
    ## Breadcumb
----------------------*/

.breadcrumb-wrapper .page-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.breadcrumb-wrapper .page-list li a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

.breadcrumb-wrapper .page-list li span {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-list li {
    position: relative;
}

.breadcrumb-wrapper .page-list li:before {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    position: absolute;
    top: 2px;
    left: -22px;
    font-size: 13px;
}

.breadcrumb-wrapper .page-list li:first-child:before {
   display: none;
}

/* blog single */

.blog-single-content-wrap .thumbnail img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-single-content-wrap .entry-content .list {
  display: flex;
  gap: 30px;
  margin: 15px 0 20px 0;
  padding: 10px 0 20px 0;
  list-style-type: none;
  border-bottom: 1px solid var(--border-2);
  font-size: 14px;
  font-weight: 500;
}

.blog-single-content-wrap .entry-content .list li i {
  margin-right: 5px;
  color: var(--theme);
}

.entry-content .post-meta {
    display: flex;
    gap: 20px;
    margin: 30px 0px 20px 0px;
    border-bottom: 1px solid #F2F5FA;
    padding-bottom: 20px;
}

.entry-content .post-meta li {
    font-size: 14px;
    font-weight: 500;
}

.entry-content .post-meta li i {
    margin-right: 5px;
    color: var(--theme);
}

.post-content h3 {
    margin-bottom: 20px;
    font-size: 32px;
}

blockquote .hilight-text {
    border-left: 4px solid var(--theme);
    padding: 40px;
    background-color: var(--bg);
    position: relative;
}

blockquote .hilight-text p {
    max-width: 650px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    line-height: 26px;
}

.hilight-text {
  position: relative;
}

.hilight-text svg {
  position: absolute;
  bottom: 35px;
  right: 45px;
}

/*---------------------------
    Blog Footer
-----------------------------*/

.blog-details-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-top: 1px solid var(--border-2);
  border-bottom: 1px solid var(--border-2);
  padding: 20px 0;
  margin-top: 40px;
  }

.blog-details-footer .social-icon li {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    background: transparent !important;
    margin-top: 0;
    margin-left: 5px !important;
  }

  .blog-details-footer .social-icon li:before {
    display: none;
  }
  .blog-details-footer .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog-details-footer .right .title {
    margin: 0;
    margin-right: 10px;
  }
  .blog-details-footer .right .social-share li {
    padding-left: 0;
    margin-top: 0;
  }
  
  .blog-details-footer .right .social-share li:before {
    display: none;
  }

  .blog-details-footer .social-icon li svg {
    height: 32px;
    width: 32px;
    display: inline-block;
}

  .blog-details-footer .left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .blog-details-footer .left .title {
    margin: 0;
    margin-right: 10px;
  }

  .blog-details-footer .right .social-icon {
    margin: 0;
}

  .blog-details-footer .left .tags{
    margin: 0;
  }

  .blog-details-footer .left .tags li a {
    margin-right: 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    color: var(--title);
    background-color: var(--white);
}


.blog-details-footer .left .tags li a:hover {
    background-color: var(--theme);
    color: var(--white) !important;
}
  
  .blog-pagination {
    display: block;
    width: 100%;
    margin-top: 50px;
    position: relative;
  }
  .blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-pagination ul li {
    display: inline-block;
    padding-left: 0;
    margin: 0 4px;
  }
  .blog-pagination ul li:first-child {
    margin-left: 0;
  }
  .blog-pagination ul li:before {
    display: none;
  }
  .blog-pagination ul li a,
  .blog-pagination ul li span {
    border: 0;
    width: 48px;
    height: 48px;
    font-weight: 500;
    box-shadow: unset;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    color: var(--title);
    background-color: var(--white);
    transition: all 500ms ease;
  }

  .blog-pagination ul li a.prev, .blog-pagination ul li a.next {
    border: 0;
  }

  .blog-pagination ul li a:hover ,
  .blog-pagination ul li span.current {
    color: var(--white) !important;
    background-color: var(--theme);
  }

  .blog-details-footer .right ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.blog-details-footer .social-icon li a {
    font-size: 18px;
    color: var(--header);
}

.post-navigation-inner {
  padding: 20px;
  background: var(--white);
  margin-top: 40px;
  border-radius: 10px;
}

.post-navigation-inner .prev-post,
.post-navigation-inner .next-post {
  display: flex;
  gap: 20px;
}

.post-navigation-inner .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.post-navigation-inner h3 a {
  color: var(--title);
  font-size: 16px;
  line-height: 20px;
}

/*---------------------------
    SINGLE POST NAVIGATION
-----------------------------*/
.single-post-navigation {
    word-break: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #F2F5FA;
    padding: 25px;
  }
  .single-post-navigation h3 {
    font-size: 18px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
  }
  .single-post-navigation .single-post-navigation-center-grid {
    font-size: 25px;
  }
  .single-post-navigation .single-post-navigation-center-grid a {
    color: var(--theme);
  }
  .single-post-navigation .single-post-navigation-center-grid a:hover, .single-post-navigation .single-post-navigation-center-grid a:focus {
    color: var(--header);
  }
  .single-post-navigation .prev-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #8E8E8E;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .single-post-navigation .prev-post a i {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    line-height: 45px;
    background: #F4F4F4;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .single-post-navigation .prev-post a:hover {
    color: var(--header);
  }
  .single-post-navigation .prev-post a:hover i {
    background: var(--theme);
    color: #fff;
  }
  .single-post-navigation .next-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #8E8E8E;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  .single-post-navigation .next-post a i {
    height: 45px;
    width: 45px;
    border-radius: 45px;
    line-height: 45px;
    background: #F4F4F4;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .single-post-navigation .next-post a:hover {
    color: var(--header);
  }
  .single-post-navigation .next-post a:hover i {
    background: var(--theme);
    color: #fff;
  }
  .single-post-navigation .title-with-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .single-post-navigation .title-with-link i {
    margin-top: 3px;
  }
  .single-post-navigation .title-with-link span {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
  }

/*--------------------------------------------------------------
  ## Comments
--------------------------------------------------------------*/

p.logged-in-as {
    margin-bottom: 20px;
}

.comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comments-area {
    margin-top: 60px;
  }
  .comments-area .comments-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--black);
  }
  .comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
  }

  .comment-respond .comment-form {
    margin: 0;
    padding: 0;
}

  .comments-area .comment-list .comment-respond {
    margin-bottom: 57px;
  }
  .comments-area .comment-list .comment-respond {
    margin-top: 37px;
  }
  .comments-area .comment-list .comment-reply-title {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .comments-area .comment-list .comment-reply-title small {
    font-size: 16px;
    line-height: 1;
    top: 1px;
    margin-bottom: 0;
  }
  .comments-area .comment-list li:last-child {
    margin-bottom: 0;
  }
  .comments-area .comment-list li:last-child .single-comment-wrap .thumb .date {
    margin-bottom: 0;
  }
  .comments-area .comment-list li ul.children {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .comments-area .comment-list li ul.children li {
    margin-left: 25px;
    list-style: none;
  }
  .comments-area .comment-list li .single-comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --ms-flex-item-align: start;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-bottom: 1px solid var(--border-2);
    padding: 30px 0;
  }

  .comment-list > li:last-of-type .single-comment-wrap {
    border-bottom: 0;
}

  .comments-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 20px;
    min-width: 80px;
    border-radius: 50%;
  }
  .comments-area .comment-list li .single-comment-wrap .thumb img {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid #fafafa;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
  }
  .comments-area .comment-list li .single-comment-wrap .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .comments-area .comment-list li .single-comment-wrap .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-width: 630px;
  }
  .comments-area .comment-list li .single-comment-wrap .content .title {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    padding-right: 70px;
    color: var(--title);
    text-transform: capitalize;
  }
  .comments-area .comment-list li .single-comment-wrap .content .comment-content {
    max-width: 630px;
  }
  .comments-area .comment-list li .single-comment-wrap .content p {
    word-break: break-word;
  }
  .comments-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0;
  }
  .comments-area .comment-list li .single-comment-wrap .content .reply {
    color: var(--theme);
  }
  .comments-area .comment-list li .single-comment-wrap .content .reply:hover {
    background-color: var(--theme2);
    color: var(--white);
  }
  .comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 14px;
    padding: 5px 20px;
    color: var(--white);
    border-radius: 30px;
    display: inline-block;
    background-color: var(--theme);
  }
  .comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:after {
    position: static;
    content: "\f077";
    font-family: 'remixicon' !important;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    font-weight: 900;
  }
  .comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
    background: var(--theme2);
    color: var(--white) !important;
  }
  .comments-area .comment-list li.comment {
    margin-bottom: 30px;
  }
  .comments-area .comment-list .has-children {
    padding-left: 80px;
  }
  .comments-area .comment-list ol:not([class]) {
    margin-bottom: 20px;
  }
  .comments-area .comment-list ol:not([class]) li ol {
    margin-bottom: 0;
  }
  .comments-area .comment-list .children li:last-child {
    margin-bottom: 30px;
  }
  .comments-area .comment-list ul:not([class]) {
    margin-bottom: 20px;
  }
  .comments-area .comment-list ul:not([class]) ul {
    margin-bottom: 0px;
  }
  .comments-area .reply-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .comments-area .comment-reply-title {
    font-size: 32px;
    line-height: 42px;
    margin: 35px 0;
    color: var(--title);
  }
  .comments-area .comment-reply-title small {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--secondary-color);
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-bottom: 0;
  }
  .comments-area .comment-form-wrap {
    padding: 65px 95px 70px;
  }
  .comments-area .form-submit {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  
  .blog-content-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  
  .comment-form .form-group.textarea .form-control {
    min-height: 150px;
    resize: none;
    line-height: 26px;
  }
  .comment-form .form-group.textarea .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .comment-form .form-group {
    position: relative;
  }
  .comment-form .form-group .form-control {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border-2);
    padding: 16px 20px;
    font-weight: 500;
  }
  .comment-form .form-group .form-control::-webkit-input-placeholder {
    color: var(--paragraph-color);
  }
  .comment-form .form-group .form-control::-moz-placeholder {
    color: var(--paragraph-color);
  }
  .comment-form .form-group .form-control:-ms-input-placeholder {
    color: var(--paragraph-color);
  }
  .comment-form .form-group .form-control::-ms-input-placeholder {
    color: var(--paragraph-color);
  }
  .comment-form .form-group .form-control::placeholder {
    color: var(--paragraph-color);
  }
  .comment-form .btn-wrap .boxed-btn {
    font-size: 14px;
  }
  .comment-form .submit-btn {
    height: 55px;
    line-height: 55px;
    width: auto;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #fff;
    padding: 0 30px;
    background-color: var(--theme);
  }

  .comment-form .submit-btn:hover {
    background-color: var(--black);
    color: #fff;
  }
  
  .comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px;
  }
  
  label[for=wp-comment-cookies-consent] {
    font-size: 14px;
  }
  
  .comment-form .form-group.textarea {
    width: 100% !important;
    margin: 0;
  }
  
  .full-width-content .comments-area .comment-list li .single-comment-wrap .content {
    max-width: 100%;
  }
  

.blog-main-item-01.sticky {
    z-index: 1;
}

.blog-main-item-01 {
    position: relative !important;
    border: 1px solid #ebede2;
}


/*--------------------------------------------------------------
  ## WIdgets
--------------------------------------------------------------*/
  
  .widget {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: var(--white);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);
  }

  .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .widget ul li {
    margin: 8px 0;
    display: block;
    word-break: break-word;
  }
  .widget ul li + li {
    margin-top: 10px;
  }
  .widget ul li:before {
    display: none;
  }
  .widget ul li:last-child {
    margin-bottom: 0;
  }
  .widget ul li:first-child {
    margin-top: 0;
  }

  .widget ul li ul {
    margin-left: 20px;
    margin-top: 10px;
  }
  .widget ul li ul.sub-menu {
    position: initial;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 10px;
  }
  .widget ul li ul.sub-menu li a {
    padding: 0 0 0 10px;
  }
  .widget ul li ul.sub-menu li a:hover {
    background-color: transparent;
  }
  .widget > h1,
  .widget > h2,
  .widget > h3,
  .widget > h4,
  .widget > h5,
  .widget > h6,
  .widget .widget-headline {
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
  }
  .widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
    color: var(--paragraph-color);
  }
  .widget select option {
    color: #000;
  }
  .widget:last-child {
    margin-bottom: 0;
  }
  .widget .footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 40px;
  }
  
  .widget.widget_nav_menu ul li.menu-item-has-children:after {
    display: none;
  }
  
  .widget ul li,
  .comments-area .comment-list li,
  .comments-area .comment-list li.comment {
    padding-left: 0;
  }
  
  .widget_recent_comments ul li {
    font-size: 14px;
  }
  
  .widget_recent_comments ul li .comment-author-link {
    font-weight: 500;
    display: block;
    font-size: 16px;
  }
  
  .widget_recent_comments ul li + li {
    border-top: 1px dashed #C9C9C9;
    padding-top: 13px;
    margin-top: 13px !important;
  }
  
  .widget_meta ul li + li {
    border-top: 1px dashed #C9C9C9;
    padding-top: 13px;
    margin-top: 13px !important;
  }
  
  .comments-area .comment-list li:before,
  .comments-area .comment-list li.comment:before {
    display: none;
  }
  
  .widget-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .widget-nav-menu ul li + li {
    border-top: 1px solid #2c3e88;
  }

  .widget .widget-headline:before {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 63px;
    height: 2px;
    content: "";
    background-color: var(--theme);
}

  .widget .widget-headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    background-color: var(--header);
}

.widget .widget-headline {
    padding-bottom: 15px;
}
  
  .footer-widget .widget_search .search-form .form-group .form-control {
    color: #fff;
  }
  
  .widget_search .post-inside-wrapper {
    position: relative;
  }
  .widget_search .search-form {
    position: relative;
  }
  .widget_search .search-form .form-group {
    margin-bottom: 0;
  }
  
  .widget_search .search-form .form-group .form-control {
    background-color: var(--bg2);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    border-radius: 5px;
    color: var(--text);
  }
  .widget_search .search-form .form-group .form-control::-webkit-input-placeholder {
    color: #969696;
  }
  .widget_search .search-form .form-group .form-control::-moz-placeholder {
    color: #969696;
  }
  .widget_search .search-form .form-group .form-control:-ms-input-placeholder {
    color: #969696;
  }
  .widget_search .search-form .form-group .form-control::-ms-input-placeholder {
    color: #969696;
  }
  .widget_search .search-form .form-group .form-control::placeholder {
    color: #969696;
  }
  .widget_search .search-form .submit-btn {
    top: 0;
    right: 0;
    box-shadow: unset;
    position: absolute;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background: var(--theme);
    border: none;
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease;
    line-height: 10px;
    border-radius: 0 5px 5px 0;
  }
  .widget_search .search-form .submit-btn:hover {
    background-color: var(--black);
  }

  .widget_fodis_category ul li:not(:last-child){
    margin-bottom: 20px;
  }

  .widget_fodis_category .service-item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    padding: 18px 20px;
    color: var(--title);
    background-color: var(--bg2);
}

.widget_fodis_category .service-item-list:hover {
    background: var(--theme);
    color: #fff !important;
}

.widget_fodis_category .service-item-list:hover span {
    color: #fff;
}

.widget_fodis_popular_posts .thumb a img {
    width: 78px;
    height: 78px;
    display: block;
    object-fit: cover;
}

.widget_fodis_popular_posts .theme-recent-post-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.widget_fodis_popular_posts .theme-recent-post-item .time {
    position: relative;
    margin-left: 25px;
    margin-bottom: 5px;
    display: block;
}

.widget_fodis_popular_posts .theme-recent-post-item .time:before {
    content: "\f073";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 0;
    left: -25px;
    color: var(--theme);
}

.widget-area .wp-block-tag-cloud {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.wp-block-tag-cloud a {
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 2px;
  display: inline-block;
  color: var(--title);
  background-color: var(--bg2);
  font-size: 14px;
  border-radius: 5px;
}

.wp-block-tag-cloud a:hover {
  color: var(--white) !important;
  background-color: var(--theme);
}
  
  .widget_author_meta ul {
    margin-top: 25px;
  }
  .widget_author_meta ul li {
    display: inline-block;
  }
  .widget_author_meta ul li .content .title {
    font-size: 16px;
    line-height: 1.85;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }
  .widget_author_meta ul li .content .post-meta a {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    text-transform: uppercase;
  }
  .widget_author_meta ul li .content .post-meta a + a {
    margin-left: 15px;
  }
  .widget_author_meta ul li .content .post-meta span {
    color: #fff;
  }
  
  .widget_tag_cloud .tagcloud a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: capitalize;
    font-size: 15px !important;
    margin-right: 12px;
    margin-bottom: 7px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: var(--title);
  }
  .widget_tag_cloud .tagcloud a:hover {
    color: var(--theme);
  }
  
  .widget_subscribe .subscibe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    border-bottom: 1px solid #404040;
    padding-bottom: 50px;
  }
  .widget_subscribe .subscibe-wrapper .content .title {
    font-size: 28px;
    line-height: 1.6;
    color: var(--white);
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 85px;
    position: relative;
    z-index: 0;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group {
    margin-bottom: 0;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    padding: 0px 165px 0px 25px;
    border-radius: 6px;
    background: #ffffff;
    height: 80px;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::-moz-placeholder {
    color: #b9b9b9;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control:-ms-input-placeholder {
    color: #b9b9b9;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::-ms-input-placeholder {
    color: #b9b9b9;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .form-control::placeholder {
    color: #b9b9b9;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .btn-wrap {
    position: absolute;
    top: 31px;
    right: 28px;
  }
  .widget_subscribe .subscibe-wrapper .subscribe-forms .form-group .btn-wrap .subscribe-btn {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--theme);
    text-transform: uppercase;
    border-left: 2px solid #b9b9b9;
    padding-left: 10px;
    border: 0;
    background: transparent;
    outline: 0;
  }
  
  .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .widget_nav_menu ul li {
    margin: 10px 0;
  }
  .widget_nav_menu ul li:last-child {
    margin-bottom: 0;
  }
  .widget_nav_menu ul li:first-child {
    margin-top: 0;
  }
  .widget_nav_menu ul li a {
    border: none;
    position: relative;
  }
  .widget_nav_menu ul li a:hover:after {
    color: var(--theme);
  }
  .widget_nav_menu ul li > ul {
    margin-left: 15px;
  }
  
  .footer-top-space .widget_nav_menu ul li a,
  .footer-area-2 .widget_nav_menu ul li a {
    padding-left: 20px;
  }
  .footer-top-space .widget_nav_menu ul li a:after,
  .footer-area-2 .widget_nav_menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    content: "\f061";
    font-size: 15px;
    color: #333f4d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .widget_rss li + li {
    padding-top: 13px;
    margin-top: 13px;
    border-top: 1px dashed #C9C9C9;
  }
  
  .widget.widget_archive ul li:first-child {
    padding-top: 0;
  }
  .widget.widget_archive ul li + li {
    margin-top: 10px;
  }
  .widget.widget_archive ul li:last-child {
    border-bottom: none;
  }
  .widget.widget_archive ul li a i {
    color: var(--theme);
    margin-right: 5px;
  }
  
  .widget ul.widget_categories li + li {
    margin-top: 10px;
  }
  
  .widget_archive ul li a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .widget_archive ul li svg {
    margin-right: 10px;
    margin-top: -5px;
  }
  
  .widget.footer-widget.widget_calendar table {
    margin-bottom: 0;
  }
  
  .widget.elementor-widget-wp-widget-foresty_request_form_widget, .widget.foresty-request-form-widget {
    padding: 0;
  }
  .widget .request-form-widget {
    padding: 25px 25px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    z-index: 0;
  }
  .widget .request-form-widget:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background-color: rgba(17, 13, 14, 0.85);
  }
  .widget .request-form-widget .widget-headline {
    color: #fff;
  }
  
  .widget.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .widget.footer-widget select {
    color: var(--title);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>");
  }
  .widget.footer-widget select option {
    color: var(--title);
  }
  .widget.footer-widget h5,
  .widget.footer-widget .widget-headline {
    color: var(--title);
    position: relative;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 0;
    z-index: 0;
    padding-bottom: 10px;
  }
  .widget.footer-widget h5:before,
  .widget.footer-widget .widget-headline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: var(--theme);
  }
  .widget.footer-widget h5:after,
  .widget.footer-widget .widget-headline:after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .widget.footer-widget h5 p,
  .widget.footer-widget .widget-headline p {
    color: var(--title);
    font-size: 14px;
  }
  .widget.footer-widget:hover h5:after,
  .widget.footer-widget:hover .widget-headline:after {
    width: 80px;
  }
  .widget.footer-widget ul li {
    color: var(--title);
    font-size: 14px;
    position: relative;
  }
  .widget.footer-widget ul li a {
    color: var(--title);
    font-size: 16px;
    position: relative;
  }
  .widget.footer-widget ul li a:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    color: var(--theme);
  }
  .widget.footer-widget.widget_tag_cloud .tagcloud a {
    color: var(--title);
  }
  .widget.footer-widget.widget_recent_comments ul li a:after {
    display: none;
  }
  .widget.footer-widget.widget_recent_comments ul li a:hover {
    padding-left: 0;
  }
  .widget.footer-widget.widget_calendar table th {
    border: 1px solid #ddd;
    color: var(--title);
    font-size: 14px;
  }
  .widget.footer-widget.widget_calendar table th a {
    font-weight: 500;
    text-decoration: underline;
  }
  .widget.footer-widget.widget_calendar table td {
    border: 1px solid #ddd;
    color: var(--title);
    font-size: 14px;
  }
  .widget.footer-widget.widget_calendar table td a {
    font-weight: 500;
    text-decoration: underline;
  }
  .widget.footer-widget .subscribe-form .form-group .form-control {
    background-color: #515457;
    color: var(--title);
  }
  .widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(var(--heading-color), 0.6);
  }
  .widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(var(--heading-color), 0.6);
  }
  .widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(var(--heading-color), 0.6);
  }
  .widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(var(--heading-color), 0.6);
  }
  .widget.footer-widget .subscribe-form .submit-btn:hover {
    background-color: var(--title);
    color: var(--theme);
  }
  .widget.footer-widget .wp-calendar-nav {
    padding: 8px 0;
  }
  .widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev {
    color: #fff;
  }
  .widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev:hover {
    color: var(--theme);
  }
  .widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next {
    color: #fff;
  }
  .widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next:hover {
    color: var(--theme);
  }
  
  .widget ul > li:last-child {
    padding-bottom: 0;
  }

  .textwidget img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
  
  .footer-widget.widget_nav_menu ul li a {
    position: relative;
    font-size: 16px;
  }
  .footer-widget.widget_nav_menu ul li a:hover {
    color: var(--main-color-one) !important;
  }
  
  .footer-widget.widget.widget_nav_menu ul li {
    margin: 0;
  }
  
  .footer-wrap .footer-top .footer-widget .menu li ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .widget_tag_cloud.footer-widget .tagcloud a {
    color: var(--title);
  }
  .widget_tag_cloud.footer-widget .tagcloud a:hover {
    color: #fff;
  }
  
  .wp-block-calendar caption {
    caption-side: top;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    color: var(--title);
    background-color: #ddd;
  }
  
  .widget_calendar caption {
    caption-side: top;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    color: var(--border-color);
    background-color: #ddd;
    color: var(--title);
  }
  
  .wp-block-calendar table th {
    background-color: transparent;
  }
  
  .widget_recent_comments ul li {
    position: relative;
  }
  
  .widget .widget_calendar caption {
    color: var(--paragraph-color);
  }
  
  .widget_calendar table td {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .widget_calendar table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #wp-calendar {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
  }
  #wp-calendar th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
  }


.single-pages-widget {
    padding: 40px 30px;
    background-color: var(--white);
    margin-bottom: 30px;
    border-radius: 10px;
}
.single-pages-widget .widget-headline{
    position: relative;
    padding-bottom: 15px;
    color: var(--title);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.single-pages-widget .widget-headline:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 83px;
    content: "";
    background-color: var(--theme);
}

/*-----------------------
    Blog Grid Item
-----------------------*/

.sticky {
  display: block;
}

.blog-main-item-01 {
    position: relative;
    border: 1px solid #E3E3E3;
    padding: 30px;
    border-radius: 10px;
}
  .blog-main-item-01 + .blog-main-item-01 {
    margin-top: 30px;
  }
  .blog-main-item-01.format-video .thumbnail-wrap > a {
    margin-bottom: 20px;
    display: block;
  }
  .blog-main-item-01 .thumbnail-wrap {
    position: relative;
    z-index: 0;  
  }

  .blog-main-item-01 .thumbnail-wrap .post-meta-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

  .blog-main-item-01 .thumbnail-wrap .thumbnail {
    margin-bottom: 23px;
  }
  .blog-main-item-01 .thumbnail-wrap img {
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .blog-main-item-01 .thumbnail-wrap .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .blog-main-item-01 .thumbnail-wrap .hover .video-play-btn {
    border-radius: 50%;
    background: #fff;
    color: var(--title);
  }
  .blog-main-item-01 .thumbnail-wrap .hover .video-play-btn:before {
    display: none;
  }
  .blog-main-item-01 .thumbnail-wrap .blog-cat-list a {
    border-radius: 5px;
    background: var(--theme);
    padding: 3px 15px;
    font-size: 14px;
    color: var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    margin-right: 3px;
    margin-top: 0;
  }
  .blog-main-item-01 .thumbnail-wrap .blog-cat-list a:hover {
    background: var(--black);
    color: var(--white) !important;
  }
  .blog-main-item-01 .thumbnail-wrap .blog-cat-list a:last-child {
    margin-right: 0;
  }


  .blog-main-item-01 .content .post-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-main-item-01 .content .post-meta-wrap .social-icon li {
    padding-left: 0;
    margin-top: 0;
  }

  .blog-main-item-01 .content .title a{
    color: var(--title);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  .blog-main-item-01 .content .title:hover {
    color: var(--theme);
  }
  .blog-main-item-01 .content p {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .blog-main-item-01 .content .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-main-item-01 .content .post-author .author-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .blog-main-item-01 .content .post-author a {
    color: #001b61;
    font-size: 16px;
    font-weight: 500;
  }
  .blog-main-item-01 .blog-bottom .btn {
    height: 42px;
    width: 42px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    background: var(--theme);
    color: #fff;
  }
  .blog-main-item-01 .blog-bottom .btn svg {
    font-size: 16px;
    margin-top: auto;
    margin-left: auto;
    float: inherit;
  }
  .blog-main-item-01 .blog-bottom .btn i {
    float: inherit;
    padding-left: 0;
  }
  .blog-main-item-01 .blog-bottom .read-btn-text {
    font-weight: 500;
    color: var(--theme);
  }
  
  .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0 !important;
  }
  .post-meta li {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    position: relative;
    z-index: 0;
    padding-left: 0 !important;
    color: var(--title);
    list-style: none !important;
    text-transform: capitalize;
    margin-right: 20px;
  }
  .post-meta li span {
    color: var(--title);
  }

  .post-meta li + li {
    margin-top: 0 !important;
  }
  .post-meta li svg {
    margin-right: 5px;
    color: var(--theme);
  }
  .post-meta li::before {
    display: none !important;
  }
  .post-meta li:last-child {
    margin-right: 0;
  }
  .post-meta li.white {
    color: #fff;
  }
  .post-meta li.white span {
    color: #fff;
  }
  .post-meta li:before {
    display: none;
  }
  .post-meta li a {
    color: var(--title);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .post-meta li i {
    margin-right: 5px;
    color: var(--theme);
  }
  .post-meta li .posted-on .entry-date {
    color: #8e8e8e;
  }
  .post-meta li .posted-on .entry-date.white {
    color: #fff;
  }
  .post-meta li .posted-on i {
    margin-right: 10px;
    color: var(--theme);
  }

  .blog-cat-list {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.contact-form-items {
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, 0.05);
}

.header-main .logo img {
  max-width: 180px;
}

.contact-info-area .logo-img img {
  max-width: 180px;
}

.blog-main-item-01.sticky {
  z-index: 1;
}




/*--------------------------------------------------------------
# WP Table
--------------------------------------------------------------*/
.blog-single-content-wrap table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.blog-single-content-wrap table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.blog-single-content-wrap table td a {
  text-decoration: underline;
  color: var(--theme);
  font-weight: 400;
}
.blog-single-content-wrap table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.blog-single-content-wrap table th a {
  text-decoration: underline;
  font-weight: 500;
}

.page-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.page-content table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.page-content table td a {
  text-decoration: underline;
  color: var(--theme);
  font-weight: 400;
}
.page-content table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.page-content table th a {
  text-decoration: underline;
  font-weight: 500;
}

.single-comment-wrap table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.single-comment-wrap table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.single-comment-wrap table td a {
  text-decoration: underline;
  color: var(--theme);
  font-weight: 400;
}
.single-comment-wrap table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.single-comment-wrap table th a {
  text-decoration: underline;
  font-weight: 500;
}

.content-area table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.content-area table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.content-area table th a {
  text-decoration: underline;
  color: var(--theme);
  font-weight: 400;
}
.content-area table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.content-area table td a {
  text-decoration: underline;
  color: var(--theme);
  font-weight: 400;
}

.calendar_wrap table td {
  text-align: center;
}

.widget_calendar table td a, .widget_calendar table th a {
  font-weight: 500;
  color: var(--theme);
  text-decoration: underline;
}

.footer-widget.widget_calendar table td a, .footer-widget.widget_calendar table th a {
  font-weight: 500;
  color: var(--theme);
  text-decoration: underline;
}


/*--------------------------------------------------------------
# WP List
--------------------------------------------------------------*/
.content-area ul {
  list-style: none;
  padding-left: 0;
}

.content-area ol li {
  padding-left: 0;
}
.content-area ol li:before {
  display: none;
}
.content-area ol li + li {
  margin-top: 10px;
}
.content-area .widget ul li {
  padding-left: 0;
}
.content-area .widget ul li:before {
  display: none;
}

.blog-single-content-wrap ol li + li {
  margin-top: 10px;
}
.blog-single-content-wrap .post-meta {
  margin-bottom: 15px;
}
.blog-single-content-wrap .post-meta li a {
  margin-left: 2px;
}
.blog-single-content-wrap ul {
  list-style: none;
}

.blog-single-content-wrap .post-meta li {
  padding-left: 0;
}
.blog-single-content-wrap .post-meta li:before {
  display: none;
}

.page-content ol li + li {
  margin-top: 10px;
}
.page-content ul li + li {
  margin-top: 10px;
}

.single-comment-wrap ol li + li {
  margin-top: 10px;
}
.single-comment-wrap ul li + li {
  margin-top: 10px;
}

.comments-area .comment-list li .single-comment-wrap ul {
  list-style: none;
}
.comments-area .comment-list li .single-comment-wrap ul li {
  position: relative;
  padding-left: 15px;
}
.comments-area .comment-list li .single-comment-wrap ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.comments-area .comment-list .trackback {
  margin-bottom: 30px;
}
.comments-area .comment-list .pingback {
  margin-bottom: 30px;
}

.carousel-indicators li + li {
  margin-top: 0 !important;
}

.footer-widget.widget.widget_nav_menu ul li + li {
  margin-top: 10px;
}

ul.blocks-gallery-grid li {
  padding-left: 0;
}
ul.blocks-gallery-grid li:before {
  display: none;
}

.wp-block-search .wp-block-search__input {
  border: none;
  border-radius: 0;
  height: 50px;
  padding: 0 20px;
  background: #dfdfdf;
  color: #000;
}
.wp-block-search .wp-block-search__input:focus {
  outline: 0 !important;
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

/*-----------------------
    No Result
-----------------------*/
.no-results.not-found .page-title {
  font-size: 36px;
  text-transform: capitalize;
  line-height: 46px;
  font-weight: 500;
}

.no-results.not-found .search-form {
  position: relative;
  margin-top: 40px;
}

.no-results.not-found .search-form .form-control {
  height: 60px;
  border: 1px solid #e2e2e2;
  padding: 0 80px 0 25px;
  font-size: 14px;
  border-radius: 6px;
}

.no-results.not-found .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: var(--theme);
  color: #fff;
  border: 0;
  font-size: 18px;
  border-radius: 0 6px 6px 0;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  cursor: pointer;
  outline: 0 !important;
}

.no-results.not-found .search-form .submit-btn svg {
  margin-bottom: 5px;
}

.no-results.not-found .search-form .submit-btn:hover {
  background: var(--black);
  color: #fff;
}

#page {
  overflow: hidden;
}

  /*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

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

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-310 {
  padding-top: 310px;
}

.padding-top-360 {
  padding-top: 360px;
}

.padding-top-390 {
  padding-top: 390px;
}

.padding-top-400 {
  padding-top: 400px;
}

.padding-top-600 {
  padding-top: 600px;
}

.padding-top-640 {
  padding-top: 640px;
}

.padding-top-720 {
  padding-top: 720px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-260 {
  padding-bottom: 260px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-350 {
  padding-bottom: 350px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

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

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

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

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-115 {
  margin-top: 115px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}




/* Responsive Styles */

@media (max-width: 1399px) {

  .header-1 .header-main .main-menu ul li,
  .header-1 .header-main .main-menu-2 ul li {
      margin-inline-end: 30px;
  }

  .header-2 .header-main .main-menu ul li,
  .header-2 .header-main .main-menu-2 ul li {
    margin-inline-end: 30px;
}

.header-3 .header-main .main-menu ul li,
.header-3 .header-main .main-menu-2 ul li {
  margin-inline-end: 30px;
}

}


/* For screens up to 1024px */
@media only screen and (max-width: 1024px) {
  .single-blog-items.d-flex .image img {
    width: 100%;
  }
}

/* For screens up to 991px */
@media only screen and (max-width: 991px) {
  .comments-area .comment-list li .single-comment-wrap .content {
    max-width: calc(100% - 100px);
  }
  
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 30px;
  }

  .header-new.sticky .header-main {
    padding: 20px;
  }
}

/* For screens up to 767px */
@media only screen and (max-width: 767px) {
  .blog-details-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .blog-main-item-01 .thumbnail-wrap .post-meta-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .blog-main-item-01 .content .title a {
    font-size: 24px;
  }

  .blog-main-item-01 .content .title {
    line-height: 34px;
  }

  .breadcrumb-wrapper .page-list {
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .breadcrumb-wrapper .page-list li:before {
    display: none;
  }

  .archive-page-content-area,
  .blog-content-page {
    padding: 60px 0 !important;
  }

  .blog-cat-list {
    justify-content: start;
    margin-top: 10px;
  }

  .blog-main-item-01 .thumbnail-wrap img {
    height: 100%;
  }

  .entry-content .post-meta {
    flex-direction: column;
  }


/* new */

.banner-style1 {
  padding: 0;
}

.section-title .title {
  font-size: 36px;
  line-height: 46px;
}

.section-title {
  padding: 60px 0 60px 0;
}

.section-padding {
  padding: 60px 0;
}

.about-us-section.pb-0 {
  padding: 0;
}

.title-area .title{
  font-size: 32px;
}

.header-section-3 .header-main .sidebar__toggle {
  font-size: 24px;
}

.testimonial-wrapper.style1 .shape,
.testimonial-wrapper.style1 .shape2,
.testimonial-card.style1 .testimonial-header .quote img{
  display: none;
}


}

/* For screens up to 575px */
@media only screen and (max-width: 575px) {
  .breadcumb-wrapper .breadcumb-content .page-list {
    gap: 15px;
    flex-wrap: wrap;
  }

  .breadcumb-wrapper .breadcumb-content .page-list li:before {
    left: -10px;
  }

  .breadcumb-wrapper .breadcumb-content {
    padding: 60px 0;
  }

  .blog-single-content-wrap .thumbnail img {
    height: 250px;
  }
}

/* For screens up to 425px */
@media only screen and (max-width: 425px) {
  .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image,
  .post-navigation-inner .post-thumbnail {
    display: none;
  }

  .breadcrumb-wrapper {
    padding: 60px 0;
  }

  .elementor-image-box-wrapper {
    display: flex;
    gap: 15px;
  }

  .blog-single-content-wrap .entry-content .list {
    gap: 15px;
    flex-wrap: wrap;
  }

  .comments-area .comment-list li .single-comment-wrap {
    display: block;
  }

  .comments-area .comment-list li .single-comment-wrap .content {
    max-width: 100%;
  }

  .blog-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    padding: 25px;
}

.hilight-text svg {
  bottom: 10px;
  right: 30px;
}

}
