/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */
:root {
  --color1: #c6943f;
}
.newslatter p {
  font: normal normal normal 15px / 22px Montserrat;
  letter-spacing: 0px;
  color: #00000099;
}
.newslatter .wpcf7-form-control.wpcf7-submit {
  border: 1px solid #c6943f;
  background: transparent;
  color: #c6943f;
  width: 100%;
}
.newslatter .wpcf7-form-control.wpcf7-submit:hover {
  border: 1px solid #c6943f;
  background: #c6943f;
  color: #fff;
  width: 100%;
}

.newslatter input.wpcf7-form-control.wpcf7-email {
  background: transparent !important;
  color: #707071;
  border: 0px !important;
  border-bottom: 1px solid #707071 !important;
  padding: 10px 0 !important;
}
.newslatter input.wpcf7-form-control.wpcf7-email::placeholder {
  color: #707071;
}

.banner-section .elementor-widget-container {
  overflow: hidden;
}
.banner-section .elementor-widget-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-section .elementor-widget-heading .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section:hover h2.elementor-heading-title {
  text-decoration: underline;
}

/* product start */
.woocommerce ul.products li.product a img {
  margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: normal normal normal 15px / 24px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product .price {
  font: normal normal bold 15px / 24px Lato;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
}
.products li .add_to_cart_button,
.products li .add_to_cart_button:hover {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  translate: 0 -50%;
  top: 40%;
  width: 200px;
  text-align: center;
  background-color: #c6943f;
  padding: 12px 10px !important;
  text-decoration: none !important;
  font: normal normal normal 14px/20px Lato;
  letter-spacing: 1.8px;
  color: #f2f2f2;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all ease 0.4s;
}
.products li:hover .add_to_cart_button {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 1.8% 1.992em 0;
  padding: 0;
  position: relative;
  width: 23.05%;
  margin-left: 0;
}
/* product end  */

/* single product start  */
.single-product {
  overflow-x: hidden;
}
.single-product .woocommerce-breadcrumb {
  background: #c6943f;
  padding: 20px 20% !important;
  margin: 0 -20% !important;
  color: #fff;
}
.single-product .woocommerce-breadcrumb a {
  font: normal normal normal 15px/20px Lato;
  letter-spacing: 0px;
  color: #ffffff;
}
.single-product .product-type-simple {
  padding-top: 50px;
}
.single-product .summary .product_title.entry-title {
  font: normal normal normal 32px / 38px Times New Roman;
  letter-spacing: 0.5px;
  color: #000000;
  text-transform: uppercase;
}
.single-product .summary .price {
  font: normal normal bold 18px / 24px Lato;
  letter-spacing: 0px;
  color: #000000 !important;
  text-transform: capitalize;
}
.single-product .summary .woocommerce-product-details__short-description p {
  font: normal normal normal 15px / 20px Lato;
  letter-spacing: 0px;
  color: #000000;
}
.single-product .summary .single_add_to_cart_button {
  background: #c6943f 0% 0% no-repeat padding-box !important;
  border: 1px solid #c6943f !important;
  border-radius: 0 !important;
  padding: 12px 40px;
  font: normal normal normal 15px / 20px Lato;
  letter-spacing: 1.8px;
  color: #f2f2f2;
  text-transform: uppercase;
}
.single-product .summary .single_add_to_cart_button:hover {
  background: #c6943f 0% 0% no-repeat padding-box !important;
  border: 1px solid #c6943f !important;
  color: #f2f2f2;
}
.woocommerce .quantity .qty {
  width: 9.631em;
  text-align: center;
  border-color: #707070 !important;
  color: #000 !important;
  margin-right: 10px;
}
.single-product .summary .product_meta {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

#wpgis-gallery li.slick-slide.slick-current.slick-active {
  border: 1px solid #707070;
}
#wpgis-gallery .slick-slide {
  margin-left: 8px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

section.related.products {
  padding: 60px 0 !important;
  margin-top: 50px;
  border-top: 1px solid #707070;
  position: relative;
  float: inline-start;
  width: 100%;
}
section.related.products h2:first-child {
  text-align: center;
  font: normal normal normal 32px/40px Times New Roman;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 50px;
}

/* single product end  */

/* woocommerce user start */
.woocommerce div.product form.cart .variations select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.woocommerce-info {
  border-top-color: #000 !important;
}
.woocommerce-info::before {
  color: #000 !important;
}
.alignwide {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.woocommerce-products-header .woocommerce-products-header__title {
  font-family: Lato;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}

table tfoot th,
table thead th {
  font-size: 16px;
}
.wc-block-components-product-metadata {
  font-size: 16px;
}
a.wc-block-components-product-name,
a.wc-block-components-product-name:hover {
  font: normal normal normal 24px / 28px Lato;
  letter-spacing: 0px;
  color: #000 !important;
  text-decoration: none !important;
}
.wc-block-cart-item__prices {
  font: normal normal normal 18px / 24px Lato;
  letter-spacing: 0px;
  color: #000;
}
.wc-block-components-product-metadata {
  font-size: 14px !important;
}
.wc-block-components-quantity-selector {
  border-radius: 0px !important;
}
input.wc-block-components-quantity-selector__input {
  border: 0;
  color: #000 !important;
}
.wc-block-components-radio-control__input {
  border: 1px solid #c6943f !important;
}
.wc-block-cart-item__quantity
  input.wc-block-components-quantity-selector__input {
  padding: 7px 15px !important;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus {
  border-radius: 0 !important;
  order: 1;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus {
  border: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.wc-block-components-quantity-selector {
  background: #fff;
}
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--minus:hover,
.wc-block-components-quantity-selector
  > .wc-block-components-quantity-selector__button--plus:hover {
  border: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  border-radius: 0px !important;
  background: transparent !important;
}
.wc-block-components-quantity-selector:after {
  border: 1px solid hsl(0deg 0% 7% / 29%) !important;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 0px !important;
}
button.wc-block-components-quantity-selector__button:focus {
  background: transparent !important;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}
button.wc-block-cart-item__remove-link {
  font-size: 14px !important;
  color: #000 !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 16px !important;
}
button.wc-block-components-panel__button {
  border-radius: 0px !important;
  padding: 7px 15px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  border-radius: 0px !important;
}
input#wc-block-components-totals-coupon__input-0,
input#wc-block-components-totals-coupon__input-0:focus {
  border-color: #000;
  outline: none !important;
  box-shadow: none !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000;
  border-radius: 0px;
  padding: 8px 24px 8px 24px;
  color: #fff;
}
button.wc-block-components-address-form__address_2-toggle {
  border-radius: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-radius: 0px !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  box-shadow: none !important;
  outline: 0px !important;
}
.woocommerce-checkout .wc-block-components-product-metadata {
  display: none;
}
.wc-block-components-title.wc-block-components-title {
  font-size: 20px;
}
.wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  font-size: 14px !important;
}
.wc-block-components-validation-error {
  font-size: 14px;
}
.wc-block-components-radio-control__input {
  padding: 5px !important;
  background-color: #f2f2f2;
}
.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #ddd !important;
}
input#checkbox-control-0 {
  padding: 5px !important;
  background: #f2f2f2;
}
.woocommerce-page
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.woocommerce-page .wc-block-components-text-input input[type="email"],
.woocommerce-page .wc-block-components-text-input input[type="number"],
.woocommerce-page .wc-block-components-text-input input[type="tel"],
.woocommerce-page .wc-block-components-text-input input[type="text"],
.woocommerce-page .wc-block-components-text-input input[type="url"],
.woocommerce-page button.wc-block-components-address-form__address_2-toggle {
  border: 1px solid #ddd !important;
  border-radius: 0px;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0px !important;
}
.woocommerce ul.order_details {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 18px;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0px !important;
}
.woocommerce-cart .wc-block-components-product-metadata {
  display: none !important;
}

span.wc-block-components-payment-method-label {
  color: #000;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  color: #000;
}
.woocommerce-page .site-main {
  padding: 50px 0;
}
.single-product.woocommerce-page .site-main {
  padding: 0px 0;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none !important;
}
/* woocommerce user end */

/* user dashboared start */
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 0px;
  padding: 15px;
  border: 1px solid #000 !important;
  margin-bottom: 15px;
}
.woocommerce-account button,
.woocommerce-account .button {
  font-family: "Lato";
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 24px !important;
  letter-spacing: 0px;
  background-color: #fff !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #000 !important;
  border-radius: 0px !important;
  padding: 8px 24px 8px 24px !important;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  border: 1px solid #000 !important;
  background: #fff !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #000 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #c6943f;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid #000 !important;
  padding: 5px 15px;
  margin-bottom: 5px;
  border-radius: 0px;
  color: #000 !important;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  font-family: Lato !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .wp-block-separator
  ~ .wp-block-heading {
  display: none !important;
}
.comments-area a,
.page-content a {
  text-decoration: none !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.wc-block-components-quantity-selector__input {
  border: 0 !important;
}

.woocommerce-message {
  margin-top: 5px;
  border: 0;
  padding: 14px 20% !important;
  margin: 5px -20% !important;
  background: #c6943f;
  color: #fff;
}
.woocommerce-message::before {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  margin-right: 10px;
  left: 0;
  top: 5px;
}
a.button.wc-forward {
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0 !important;
  background-color: #c6943f;
  text-decoration: underline !important;
}
a.button.wc-forward:hover {
  color: #fff;
  background-color: #c6943f;
}
.woocommerce-message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}
.page-header .entry-title {
  font-family: Lato;
  font-size: 42px;
  font-weight: bold;
  color: var(--e-global-color-primary);
}
/* user dashboared end */

.heading h3,
.heading p {
  position: relative;
}
.heading h3::after,
.heading p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 55px;
  border-bottom: 2px solid #707070;
}
.hover-div:hover img {
  filter: invert(1) brightness(55);
}
.hover-div:hover h6 {
  color: #fff !important;
}
.collection-testimonials .item {
  background-image: url(https://www.svstylehouse.com/wp-content/uploads/2025/01/Background-min.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  min-height: 440px;
}
.contact-form label {
  width: 100%;
}
.contact-form .wpcf7-submit {
  background: var(--color1) !important;
  color: #fff !important;
}
.contact-links .elementor-icon-list-text {
  text-decoration: underline !important;
}
.category-detail-img img {
  transition: 0.3s ease all;
}
.category-detail-img img:hover {
  opacity: 0.5;
}
.category-detail-box .tagline {
  text-align: left;
  font: normal normal normal 16px/25px Lato;
  letter-spacing: 0px;
  color: var(--color1);
  text-transform: capitalize;
  opacity: 1;
}
.category-detail-box .title {
  text-align: left;
  font: normal normal 500 25px/30px Times New Roman;
  letter-spacing: 0.4px;
  color: #000000;
  opacity: 1;
  height: 60px;
}
.promo-detail-box h4 {
  text-align: left;
  font: normal normal 500 25px/30px Times New Roman;
  letter-spacing: 0.4px;
  color: #000000;
  opacity: 1;
}
.category-detail-box .descition {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-detail-box h5 {
  text-align: left;
  font: normal normal 500 20px/30px Times New Roman;
  letter-spacing: 0.4px;
  color: #000000;
  opacity: 1;
}
.category-detail-box a,
.theme-link {
  text-align: left;
  font: normal normal normal 18px/25px Lato;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  text-decoration: none !important;
}
.category-detail-box p {
  text-align: left;
  font: normal normal normal 16px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.category-detail-box h2 {
  text-align: left;
  font: normal normal 500 60px/70px Times New Roman;
  letter-spacing: 0.8px;
  color: #000000;
  opacity: 1;
}
.fg-panel.fg-light {
  background: #000 !important;
}
.fg-panel-thumbs-bottom .fg-panel-thumbs {
  display: none !important;
}
.fg-landscape .fg-panel-buttons {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
}
.fg-panel-button-close {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  padding: 0 !important;
  width: 25px !important;
  height: 25px !important;
  border: 0 !important;
  background: transparent !important;
}
.fg-panel-button-prev,
.fg-panel-button-next {
  position: absolute !important;
  top: 50% !important;
  translate: 0 -50% !important;
  padding: 0 !important;
  width: 25px !important;
  height: 25px !important;
  border: 0 !important;
  background: transparent !important;
}
.fg-panel-button-prev {
  left: 10% !important;
}
.fg-panel-button-next {
  right: 10% !important;
}
.fg-panel-button-fullscreen,
.fg-panel-button-info.fg-disabled {
  display: none !important;
}

.fg-landscape .fg-panel-buttons button .fg-icon {
  height: 20px !important;
  width: 20px !important;
  fill: #fff !important;
}
.featured-box {
  position: relative;
  z-index: 0;
}
.featured-box:before {
  content: "";
  background: #000;
  opacity: 0.5;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.article-detail {
  padding: 50px 0;
}
.meta-title-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 15px;
}
.meta-title-date .title {
  font: normal normal normal 32px / 36px Times New Roman;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.meta-title-date .date {
  font: normal normal normal 16px/24px Lato;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.cursor-pointer {
  cursor: pointer;
}

.pagination-two .page-numbers {
  font: normal normal normal 16px / 24px Lato;
  letter-spacing: 0px;
  color: #b7a79e;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0 10px;
}
.pagination-two .page-numbers.current {
  color: #70513d;
  font-weight: 600;
  text-decoration: underline;
}

select.gt_selector.notranslate {
  color: #000000;
  opacity: 0.5;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #000000a1 !important;
  padding: 8px 0px !important;
}
select.gt_selector.notranslate:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.product-sidebar .title-main {
  font-family: "Times New Roman", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--e-global-color-text);
}
.product-sidebar .accordion-item {
  border: 0;
  background-color: transparent !important;
}
.accordion-header {
  margin-bottom: 0;
}
.product-sidebar .accordion-header a {
  margin-bottom: 3px;
  font: normal normal normal 14px / 20px Montserrat;
  letter-spacing: 0px;
  color: #000b00;
  text-transform: capitalize;
}

.timeline-box {
  border-top: 1px solid #999;
  padding-top: 13px;
}
.timeline-box .timeline-title {
  font: normal normal normal 22px / 28px Times New Roman;
  letter-spacing: 0px;
  color: #c6943f;
  margin-top: 10px;
  margin-bottom: 3px;
}
.timeline-box .timeline-des {
  font: normal normal normal 16px / 22px Lato;
  letter-spacing: 0px;
  color: #000000;
}
.next-arrow {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0%, -50%);
  z-index: 9;
}
.prev-arrow {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0%, -50%);
  z-index: 9;
}

.slick-center .slick-slide,
.timeline-slide {
  transform: scale(0.7);
}
.slick-center .slick-active,
.timeline-slide .sl {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.timeline {
  width: 100%;
  position: relative;
}
.timeline-nav {
  position: relative;
}
.timeline-nav::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c6943f;
  bottom: 6px;
  z-index: 1;
}
.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  background: transparent;
  font: normal normal normal 22px/30px Times New Roman;
  letter-spacing: 0px;
  color: #c6943f;
  margin: 15px 25px !important;
  position: relative;
  outline: none;
  cursor: pointer;
}
.timeline-nav__item::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #c6943f;
  transition: 0.2s;
}
.slick-current .timeline-nav__item {
  color: #000000 !important;
  opacity: 1;
}
.slick-current .timeline-nav__item::before {
  background-color: #000 !important;
}

.owce-carousel-testimonial-four .owl-testimonial-header {
  justify-content: start !important;
  flex-direction: row-reverse !important;
}
.owce-carousel-testimonial-four .owl-testimonial-header-right {
  margin-right: 15px;
}

/* .timeline-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 60px auto;
}
@media (max-width: 500px) {
  .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
 }
} */
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
}
/* @media (min-width: 1080px) {
  .timeline .slick-list {
    padding: 0 180px !important;
 }
} */
.timeline .slick-track {
  height: 100%;
}
/* .timeline-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 100%;
  z-index: 1;
} */
.timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.8);
  z-index: 2;
}
/* .timeline-slide__content {
  z-index: 5;
  position: absolute;
  top: 220px;
  background: #fff;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 40px;
  opacity: 0;
  transition: opacity 1s;
} */

.timeline-year {
  z-index: 5;
  font-size: 35px;
  color: #fff;
  background: orange;
  padding: 15px 26px;
  transition: opacity 1.2s;
  position: absolute;
  right: 0;
  opacity: 0;
}
.timeline-title {
  color: orange;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.timeline-text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.timeline .slick-current:after {
  background-color: rgba(170, 170, 170, 0);
}
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}
.google-review .item {
  min-height: 380px;
}
.explore-slider .owce-carousel .owl-nav i {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .fg-panel-buttons {
    position: initial !important;
  }
  .google-review .item {
    min-height: 440px;
  }
}
@media (max-width: 567px) {
.category-detail-box .title {
  height: auto;
}
.captcha .cf7sr-g-recaptcha div{
 margin: auto;
}
.captcha .cf7sr-g-recaptcha {
  -webkit-transform-origin: center;
}
}