.section_main_head span.section-tagline {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.section_main_head span.section-tagline:before, #sidebar .widget-title:before, #sidebar .wp-block-heading:before, #sidebar label:before{
    content: '';
    background-color: var(--secondary-color);
    width: 22px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 7px;
}
.section_main_head h3, .section_main_head h2 {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
}
/*-------------- Slider ---------------*/
.slide-carousel-image {
  padding-top: 11em;
}
.slide-tagline {
  background-color: var(--primary-color);
  color: #2D2D2D;
  padding: 11px 21px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 17px;
  font-size: 16px;
}
.Slider-left-box {
    padding-bottom: 7em;
}
.slide-heading {
    color: white;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 22px;
    margin-top: 12px;
}
.slide-heading1, .slide-heading3 {
  color: var(--primary-color);
}
.slide-text {
  font-size: 18px;
  color: white;
  font-weight: 700;
}
#slider .owl-carousel .owl-nav button.owl-prev, #slider .owl-carousel .owl-nav button.owl-next, #slider .owl-nav button.owl-prev, #slider .owl-nav button.owl-next {
  background-color: white !important;
  color: black !important;
  padding: 10px;
}
#slider .owl-carousel .owl-nav button.owl-prev:hover, #slider .owl-carousel .owl-nav button.owl-next:hover, #slider .owl-nav button.owl-prev:hover, #slider .owl-nav button.owl-next:hover {
  background-color: var(--primary-color) !important;
  color: black !important;
}
#slider .owl-carousel .owl-nav button.owl-prev, #slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
}
#slider .owl-carousel .owl-nav button.owl-prev, #slider .owl-carousel .owl-nav button.owl-next  {
  width: 46px !important;
  border-radius: 0;
  height: 46px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  border-radius: 10px;
}
#slider .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
  
}
#slider .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
#slider .owl-nav {
  margin: 0;
}
#turmeric {
    overflow: hidden;
}
.turmeric-image img {
  animation-name: rotateme2;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
.image-text, .image-text-two, .features-image{
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
/*-------------- Main Banner  ---------------*/
#main-banner > img {
  width: 100%;
}
.main_banner-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.main_banner-head-block img {
  position: relative;
  bottom: 26px;
}
#main-banner:before {
  content: '';
  background-color: #0000005E;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 100%;
}
#main-banner .main-heading1 {
  color: white;
  font-size: 140px;
  font-weight: 600;
  display: block;
}
#main-banner span.main-heading2 {
  color: white;
  font-weight: 600;
  font-size: 100px;
  display: inline-block;
}
#main-banner p.section-text {
    color: #FAF8F3BF;
    font-size: 18px;
    max-width: 66%;
    line-height: 29px;
    margin: 23px 0;
}
#main-banner a.theme_button.theme_button3 {
  background-color: var(--primary-color);
  color: white;
}
/*----------------All Categories ----------------*/
.cat_img.media {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  border: 1px solid rgba(232, 232, 232, 1);
  background-color: white;
}
#all-category {
  padding: 0px 0;
}
#all-category .owl-carousel .owl-item img {
    height: 57px !important;
    width: 80px !important;
}
#all-category .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.cat_block  a {
  color: black;
}
.categories-bar button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
}
#product-categories .owl-nav {
    margin-top: 10px;
    display: inline-block;
    margin-top: 0;
}
/* ---------------------- key features ------------------------ */
#key-features .row {
    row-gap: 20px;
    justify-content: center;
}

.key-features-image-box-card:before {
  content: '';
  background-color: #2C3B4E;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 66%;
}
.key-features-image-box-image-wrap {
  background-color: #EAEEF4;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.key-features-image-box-card .media {
    padding: 29px;
    position: relative;
    z-index: 9;
}
.key-features-image-box-card h2 {
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.key-features-box-text {
    color: #D0D0D0;
    font-weight: 400;
}
a.read-more-link {
    color: white;
}
a.read-more-link i, .theme_button i.fa-solid.fa-arrow-right  {
  transform: rotate(-33deg);
  margin-left: 6px;
}
.key-features-box-text {
    color: #D0D0D0;
    font-weight: 400;
    margin: 16px 0;
}
.key-features-image-box-card {
  overflow: hidden;
  border-radius: 22px;
  height: 100%;
  background-size: cover;
}
/*-------------- Product Tab ---------------*/
#product-tab .product-grid-add-to-cart .add_to_cart_button:after {
  display: none;
}
#product-tab {
  background: linear-gradient(180deg, #58759D 0%, #1F2937 100%);
}
#product-tab .section_main_head h3 {
    color: white;
    margin-bottom: 0;
}
#product-tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 27px;
}
#product-tab .nav-tabs .nav-link {
  background-color: #EAEEF4;
  border: none;
  margin: 0 6px;
  border-radius: 10px;
  color: #1F2937;
  font-weight: 500;
  padding: 7px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.product-content {
    padding: 16px 17px;
    text-align: center;
}
#product-tab .product-grid h4 a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
#product-tab .price-rating-block ins, #product-tab .price-rating-block .price, #product-tab .price-rating-block del {
    font-weight: 600;
}
#product-tab .product-grid-add-to-cart .add_to_cart_button:before{
  display: none;
}
#product-tab .product-grid-add-to-cart .add_to_cart_button, #product-tab .product-grid-add-to-cart .added_to_cart {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 0;
  color: white;
  padding: 11px 18px;
  border-radius: 10px;
  margin-top: 11px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}
#product-tab .product-grid-add-to-cart .add_to_cart_button:hover, #product-tab .product-grid-add-to-cart .added_to_cart:hover{
  background-color: white;
  color: black;
}
#product-tab  .star-rating {
  margin: 0 auto 8px auto;
}
#product-tab .product-grid {
    background-color: #EAEEF4;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
}
#product-tab .product-grid:hover .product-grid-add-to-cart .add_to_cart_button, #product-tab .product-grid:hover .product-grid-add-to-cart .added_to_cart {
    background-color: #58759D;
    color: white;
}
#product-tab .product-img-box {
  padding: 0;
  border: none;
}
#product-tab .product-img-box {
  padding: 0 31px;
  background-color: white;
  position: relative;
  border-radius: 20px;
}
#product-tab .nav-tabs .nav-link.active, #product-tab .nav-tabs .nav-link:hover {
  background-color: var(--primary-color);
  color: white;
}
#product-tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 27px;
  justify-content: space-between;
  margin-left: 0 !IMPORTANT;
}
#product-tab .nav-tabs li {
  flex: 1;
}
.product-tab-nav-container {
    position: absolute;
    top: 11px;
    right: 0;
}
#product-tab .section-link {
    margin-right: 70px;
}
#product-tab .tab_list {
    margin-top: 2em;
}
#product-tab .nav-tabs li:first-child a {
    margin-left: 0;
}
.digital-countdown-timer .countdown-output {
  font-size: 14px;
  color: #000000;
  display: flex;
  gap: 6px;
  font-weight: 500;
  justify-content: center;
  border: 1px solid #E4E4E4;
  padding: 4px 14px;
}
.digital-countdown-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* border: 1px solid #E4E4E4; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-output:before {
    content: "\f34e";
    font-family: "Font Awesome 7 Free";
    font-weight: 400;
    color: black;
}
.digital-countdown-timer span {
  padding: 0 4px;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FF0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 7px;
  border-radius: 3px;
  z-index: 1;
}
.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 9px;
    border-radius: 3px;
    z-index: 10;
    text-transform: uppercase;
}
/* ---------------------- About ------------------------ */
#about .section_main_head h3 {
  font-size: 50px;
  font-weight: 600;
}
.banner-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Hide controls by default */
.banner-video::-webkit-media-controls {
  display: none !important;
  opacity: 0;
}

/* Show controls on hover */
.banner-video:hover::-webkit-media-controls {
  display: flex !important;
  opacity: 0;
}
.wpcf7 form .wpcf7-response-output {
    color: white;
}

.banner-video-wrap {
    height: 466px;
    border-radius: 22px;
    overflow: hidden;
}
/* ---------------------- features ------------------------ */
.features-columns .features-image-box-image-wrap {
  transition: all .4s ease-in-out;
  width: 80px;
}
.features-columns:hover .features-image-box-image-wrap {
    transform: rotateY(1turn);
}
.features-columns {
    background-color: #DBDFE880;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #9B9EA799;
    border-radius: 20px;
}
.features-columns:last-child{
  margin-bottom: 0;
}
.features-image-box-image-wrap {
    background-color: #08100F;
    width: 80px;
    height: 87px;
    margin-right: 11px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-image-box-card h4 {
  color: #08100F;
  font-weight: 400;
  font-size: 18px;
}
.features-head.section_main_head {
  background: #DBDFE880;
  border: 1px solid #9B9EA799;
  border-radius: 20px;
  padding: 30px;
}
.features-box-text {
  color: #5C5C5C;
}
.latest-products-head {
    width: 44%;
}
#features .section_main_head h3, #services .section_main_head h3, #latest-products .section_main_head h3, #testimonials .section_main_head h3, #our-faq .section_main_head h3, #our-community .section_main_head h3 {
  font-weight: 600;
  color: #1F2937;
  font-size: 52px;
  border-top: 1px solid #1F2937;
  border-bottom: 1px solid #1F2937;
  padding: 14px 0;
}
#features .section-text {
  max-width: 73%;
  margin-top: 17px;
}
.features-image {
  text-align: right;
  display: flex;
  justify-content: end;
  max-width: 66%;
  margin: -75px 0 0 auto;
}
.feature-design:before {
  content: '';
  background-color: black;
  height: 290px;
  width: 3px;
  display: inline-block;
}
.feature-design {
  width: 55px;
  position: relative;
  margin-top: 39px;
  height: 290px;
}
.feature-design span {
  background-color: #2EE6D6;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid black;
  position: absolute;
}
.feature-design span:first-child {
  top: 14px;
  left: -6px;
}
.feature-design span:nth-child(2) {
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}
.feature-design span:nth-child(3) {
  bottom: 14px;
  left: -6px;
}

/* ---------------------- Services ------------------------ */
.services-icon-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 25px;
  background-color: #D9D9D9;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.services-block .box-text {
  color: #EBEBEB;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 11px;
  line-height: 24px;
}
a.service-link {
  display: block;
  padding-top: 21px;
  color: white;
  font-weight: 700;
  margin-top: 17%;
  margin-bottom: 18px;
}
.services-block h4 a {
  font-weight: 600;
  font-size: 18px;
  color: white;
  display: block;
}
.services-block:hover:before {
    transform: translateX(0%) translateY(0%) scale(1);
}
.services-block:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    background-image: url('../../../assets/images/services/services-hover.png');
    /* background: linear-gradient(135deg, #008080 0%, #0a0f1a 100%); */
    background-size: cover;
}
.key-features-image-box-card:hover:after {
    transform: translateX(0%) translateY(0%) scale(1);
}
.key-features-image-box-card:after {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  background-image: url('../../../assets/images/key_features/key-feature-box-hover.png');
  /* background: linear-gradient(135deg, #008080 0%, #0a0f1a 100%); */
}
.key-features-image-box-card .media {
    position: relative;
    z-index: 9;
}
.services-block-inner {
    position: relative;
    z-index: 1;
}
.section_main_head h3 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}
.services-block {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background-color: var(--secondary-color);
  padding: 22px;
}
/* --------- Latest Rides --------- */
#latest-products .item .row {
    row-gap: 25px;
}
.product-img-blk {
    display: flex;
    align-items: center;
    height: 100%;
}
#latest-products .product-img-box {
    position: unset;
}
.custom-product-grid {
  background-color: #F5F8FF;
  border-radius: 20px;
  overflow: hidden;
}
.custom-product-grid .product-img-box {
    /* padding: 0; */
    border: none;
    padding: 0 20px;
    position: relative;
}
.mega-sale-badge {
  background-color: #DB5423;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-product-grid .product-img-box {
  /* padding: 0; */
  border: none;
  padding: 0 20px;
}
.latest_products-col {
  background-color: white;
  padding: 24px 24px 0px 24px;
  border-radius: 20px;
  overflow: hidden;
}
#latest-products .custom-product-grid .product-img-box img {
  padding: 0px 16px 16px 16px;
}
.product-content-wrap {
    padding: 26px;
    padding-left: 0;
}
span.time span {
  margin: 0 4px;
  color: black;
  font-size: 12px;
}
.product-countdown-timer {
  text-align: center;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  z-index: 9;
}
.product-rating {
    font-size: 12px;
    color: black;
}
.custom-product-grid.product-grid h4 a {
  color: #171717;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--primary-font);
  margin-top: 13px;
  display: block;
}
#latest-products .custom-product-grid:hover .product-grid-add-to-cart .add_to_cart_button {
    background-color: #0C8F02;
    color: white;
    text-align: center;
}
.product-seller {
  color: #525252;
  font-size: 13px;
  display: inline-block;
  border-bottom: 3px solid #0A214F;
  padding-bottom: 3px;
}
.product-sold-count {
    color: #000000;
    font-size: 13px;
    margin-top: 10px;
}
.sale-badge {
  background-color: var(--color-primary);
  display: inline-block;
  padding: 4px 17px;
  font-size: 12px;
  color: white;
  position: absolute;
  top: -24px;
  left: -24px;
  border-bottom-right-radius: 20px;
}
.custom-product-grid .product-grid-add-to-cart .add_to_cart_button, .custom-product-grid .product-grid-add-to-cart .added_to_cart {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  background-color: #171717;
  border-radius: 0;
  color: white;
  padding: 7px 12px;
  border-radius: 10px;
  margin-top: 11px;
}
.product-rating i.fas.fa-star {
  color: #FFA245;
  font-size: 11px;
  margin-right: 4px;
  margin-left: 4px;
}
.custom-product-grid .product-grid-add-to-cart .add_to_cart_button:after{
  color: white;
}
.custom-product-grid:hover .product-grid-add-to-cart .add_to_cart_button{
  background-color: var(--color-secondary);
  color: white;
}
.product-grid .product-grid-add-to-cart a {
    font: 700 14px var(--primary-font);
    display: inline-block;
    padding: 0 8px;
    border-radius: 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    color: white;
    transition: all 0.3s ease 0s;
}
/* .product-grid-add-to-cart .add_to_cart_button, .product-grid-add-to-cart .added_to_cart {
  font-size: 0 !important;
} */
.product-grid .product-grid-add-to-cart a {
    color: white;
    font-weight: 500;
    display: inline-flex !important;
    padding: 8px 26px !important;
}
.product-grid-add-to-cart .add_to_cart_button:after {
  content: "\f218";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: black;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.product-grid-add-to-cart .added_to_cart:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.product-grid-add-to-cart .added_to_cart {
  margin-left: 8px;
}
.product-grid-add-to-cart .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.product-grid-add-to-cart .add_to_cart_button.ajax_add_to_cart.loading::after{
  visibility: hidden;
}
#product-tab .product-grid-add-to-cart .added_to_cart {
    margin-left: 7px;
}
#product-tab  .product-grid-add-to-cart .added_to_cart:after {
  display: none;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/* ---------------------- Records ------------------------ */
#records {
  position: relative;
  padding-top: 4%;
}
.record-box-1 .records-inner-box, .record-box-5 .records-inner-box, .records-inner-box .record-box-9 {
    border-left: none;
}
.records-inner-box {
    border: 2px solid #1F2937;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.full-height-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record_detail {
  position: relative;
}
.count-box-number.box-count {
    font-weight: 700;
    font-size: 90px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    line-height: 97px;
}

.record_detail h6, .record_detail h6 a {
  font-weight: 600;
  color: #1F2937;
  font-size: 20px;
  margin-bottom: 0;
}
/*-----------------------faq--------------------------*/
.faq-head .image-box-hover-style-2 {
  max-width: 79%;
}
#our-faq .section-text {
    margin: 17px 0 8px 0;
}
.faq-head img {
  border-radius: 30px;
  margin-top: 2%;
}
.faq-number {
  color: #5C5C5C;
  margin-right: 7px;
  font-weight: 400;
}
.faq-block.open {
  background-color: var(--primary-color);
}
.faq-col {
  background-color: #F6F6F6;
  padding: 9% 0% 9% 7%;
}
.faq-block {
  transition: background-color 0.3s ease;
}
#our-faq span.main-heading-part2 {
  color: var(--color-secondry);
}
.faq-block {
    padding: 29px 27px;
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #9B9EA799;
    margin-bottom: 32px;
    background-color: #EAEEF4;
    border-radius: 18px;
}
.faq-block:last-child {
    margin-bottom: 0;
}
.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#accordionfaq button.accordion-button {
  font-size: 16px;
  color: #1F2937;
  font-weight: 400;
  padding: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  border-radius: 0;
}
#our-faq .accordion-body {
  padding: 10px 10px 10px 0px;
}
#our-faq .accordion-item {
  border-radius: 0;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 14px;
  background-image: none;
  top: 1px;
  color: black;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"] {
  color: #EAF0FF;
}

#accordionfaq button.accordion-button[aria-expanded="true"] .faq-number {
  color: #9B9EA7;
  margin-right: 7px;
  font-weight: 400;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
    content: "\f062";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
    color: black;
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 14px;
    background-color: #EAEEF4;
    color: #1F2937;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f178";
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #1F2937;
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-body {
  padding: 10px;
}
.accordion-collapse {
  padding: 0px;
  border-top: none;
  margin-top: 16px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
  font-size: 15px;
  color: #9B9EA7;
  margin: 0;
  font-weight: 500;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  top: 54% !important;
  transform: translateY(-50%) !important;
  padding: 0;
  font-size: 16px !important;
  right: 0;
}


/*---------------   ---------------*/
#our-community .section_main_head .section-text, #our-community .section_main_head .section-text p{
  max-width: 100%;
}
.our-community-shortcode textarea {
  height: 100px;
}
.contact-submit-button {
  text-align: center;
}
.our-community-shortcode input[type="text"], .our-community-shortcode input[type="tel"], .our-community-shortcode input[type="email"], .our-community-shortcode input[type="phno"], .our-community-shortcode input[type="password"], .our-community-shortcode textarea, .our-community-shortcode select, .our-community-shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    background-color: var(--primary-color);
    color: white;
    font-family: var(--primary-font);
    width: 100%;
    font-size: 16px;
    outline: none;
    padding: 16px 20px;
    border: none;
    border-radius: 12px;
    font-weight: 300;
}
.our-community-shortcode textarea {
    height: 275px;
}
.our-community-shortcode input[type="text"]::placeholder, .our-community-shortcode input[type="tel"]::placeholder, .our-community-shortcode input[type="email"]::placeholder, .our-community-shortcode input[type="phno"]::placeholder, .our-community-shortcode input[type="password"]::placeholder, .our-community-shortcode textarea::placeholder, .our-community-shortcode select, .our-community-shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  color: white;
}
.our-community-shortcode input[type="submit"] {
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  font-size: 18px;
  padding: 17px 37px;
  border-radius: 12px;
}

.our-community-shortcode input[type="submit"]:hover {
    background-color: #58759D;
    color: white;
}
.our-community-cpntact.section_main_head.pb-5.full-width-heading {
  background-color: rgb(233 236 245 / 90%);
  padding: 30px;
  position: relative;
  bottom: 0;
  margin-top: -35%;
  max-width: 78%;
  margin: -35% 0 0  auto;
}
.our-community-image.position-relative {
    margin-left: -11%;
    margin-top: -10%;
}
.our-community-shortcode {
    max-width: 85%;
}
.our-community-cpntact .section-text {
  color: #1A240F;
  margin-bottom: 20px;
}
.contact-git-block {
    margin-bottom: 14px;
}
span.contact-contact-title {
    color: #1F2937;
}
.contact-contact-text {
  color: #1A240F;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.contact-contact-text:hover {
    color: #58759D;
}
.svg-icon-blk {
    background-color: var(--primary-color);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    border-radius: 50%;
}
.our-community-cpntact h4 {
    font-size: 29px;
    color: #1A240F;
    font-weight: 500;
}
.cf7-row p {
    width: 100%;
}
.cf7-col-full {
    width: 100%;
}
#contact-us-form-section input[type="submit"], .contact-us-form-section input[type="submit"] {
    background-color: #2D2D2D;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 10px;
    display: block;
    width: 100%;
}
.our-community-shortcode  button {
    background-color: var(--color-primary);
    border: none;
    padding: 12px 23px;
    font-weight: 600;
    border-radius: 25px;
    color: white;
    margin-top: 9px;
}
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cf7-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cf7-col {
  flex: 1;
}
.our-community-shortcode button i, .newsletter_shortcode button i {
    margin-right: 7px;
}
#our-community .contact_us_form h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
}

.our-community-shortcode  label {
  color: #000000B2;
  font-weight: 400;
  margin-bottom: 8px !important;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/*-------------- Product Categories ---------------*/
/* --------- Product Categories --------- */
.popular-categories-image {
  background-color: #F5F8FF;
  width: 207px;
  height: 207px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  margin: 0 auto;
}
.popular-categories-title a {
    display: block;
    color: #101010;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
span.category-count {
    color: #525252;
    font-size: 15px;
    margin-top: 6px;
    display: block;
}
span.product-count-text {
    padding-left: 2px;
}
.categories-link-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
.section-link a {
  color: black;
  margin-right: 10px;
  position: relative;
  bottom: 5px;
  font-weight: 500;
}
.categories-link-nav .section-link a {
    bottom: -2px;
    color: black;
}
#product-tab .categories-link-nav .section-link a{
  color: white;
}
.section-link a:hover {
  color: var(--secondary-color);
}


.popular-categories-image {
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item  .popular-categories-image img {
    position: relative;
    z-index: 99;
}
.popular-categories-image:before, .popular-categories-image:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: var(--secondary-color);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.1);
	transform-origin: left top 0;
	transition: all 0.3s ease 0s;
}

.popular-categories-image:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transform-origin: right bottom 0;
}

.popular-categories-box:hover .popular-categories-image:before, .popular-categories-box:hover .popular-categories-image:after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}
.popular-categories-box:hover .popular-categories-title a, .popular-categories-box .popular-categories-title a:hover {
    color: var(--secondary-color);
}

/*-------------- Our Story ---------------*/
.image-box-hover-style-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.image-box-hover-style-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.image-box-hover-style-2:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.image-box-hover-style-2:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.image-box-hover-style-2 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}
#our-story .our-story-image {
    max-width: 91%;
}
.our-story-image img {
  border-radius: 30px;
}
.our-story-exp-box {
  width: 150px;
  height: 150px;
  background-color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  right: -19px;
  bottom: -19px;
  z-index: 9;
}
span.exp-year {
    color: #C9A96E;
    display: block;
    font-size: 31px;
    font-weight: 700;
}
span.exp-text {
    color: #C9A96E;
    font-size: 13px;
}
.our-story-exp-blk {
    text-align: center;
}
.quote-text {
    color: #C9A96E;
    font-size: 16px;
    font-style: italic;
    padding-left: 14px;
    position: relative;
    border-left: 3px solid #C9A96E;
}
/*-------------- Products Section ---------------*/
#best-sellers {
  background-color: #F5EFE6;
}
.product-img-box, .recipe-image, .post-image-block {
    overflow: hidden;
    position: relative;
}
/* .product-img-box img{
  transition: all 0.4s ease-out 0s;
}
.product-block:hover .product-img-box img {
    transform: scale(1.2);
} */
.product-grid:hover .product-img-box img, .recipe-block:hover .recipe-image img, .news-box:hover .post-image-block img{
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg) scale(1.2);
}
#product-tab .price-rating-block del bdi {
  color: #3F3F3F;
  font-weight: 400;
  font-size: 15px;
}
.product-img-box img, .recipe-image img, .post-image-block img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.product-block {
  background-color: #FAF8F3;
  border-radius: 20px;
  overflow: hidden;
}
.product-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  margin-right: 0;
  font-weight: 600;
  background: #0C8F02;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 14px;
  line-height: 1;
}
.product-card-content {
  padding: 17px;
}
.origin-country, .origin-city {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 500;
}
.product-block h5 a {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
}
.custom_product_meta .add_to_cart_button, .custom_product_meta .added_to_cart {
  font-size: 0;
  padding: 12px 12px;
  position: relative;
}

.custom_product_meta .add_to_cart_button:before {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.custom_product_meta .added_to_cart:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.custom_product_meta .added_to_cart {
  margin-left: 8px;
}
.custom_product_meta a {
    background-color: var(--primary-color);
}
span.review-count.ms-2 {
    color: #8C7060;
}
.custom_product_meta a:hover, .product-block:hover .custom_product_meta a {
  background-color: var(--secondary-color) !important;
}
.woocommerce ul.products .product-block {
    background-color: #F5EFE6;
}
.add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  left: unset !important;
}
.yith-wcwl-add-to-wishlist svg {
    background-color: white;
    width: 30px;
    height: 30px;
    color: black;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.add_to_wishlist {
    cursor: pointer;
    display: inline-flex;
}
a[title="Browse wishlist"] {
    display: none;
}
.yith-wcwl-add-to-wishlist svg {
    width: 27px;
    padding: 6px;
}
.yith-wcwl-wishlistaddedbrowse svg#yith-wcwl-icon-heart-outline {
    background-color: black;
}
#customer-favourites {
    background-color: #F5EFE6;
}
/* ------------------ Why Choose us ------------------- */
#why-choose-us .section_main_head h3 {
  color: white;
}
.why-choose-us-image-box-card {
    height: 100%;
}
.row.product_block, .plan_row {
    row-gap: 20px;
  }
.post-categories li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
}
#why-choose-us .row{
  row-gap: 15px;
}
.why-choose-us-image-box-card {
    /* max-width: 82%; */
    background-color: #FAF8F30A;
    padding: 36px 30px;
    border-radius: 20px;
    border: 1px solid #FAF8F314;
    transition: all 0.4s ease-in-out;
}
#why-choose-us .section-heading-width {
    max-width: 47%;
    margin: 0 auto;
}
.why-choose-us-image-box-card:hover {
    transform: translateY(-20px);
    transition: all 0.4s ease-in-out;
}
#why-choose-us .section-text {
    color: white;
}
.why-choose-us-image-box-image-wrap {
    /* background-color: var(--secondary-color); */
    background: #C9A96E26;
    width: 71px;
    height: 71px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 13px;
    border-radius: 8px;
    margin-bottom: 18px;
    border: 1px solid #C9A96E40;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}
.why-choose-us-image-box-card h6 {
    color: #FAF8F3;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 14px;
}
.why-choose-us-main-image:before {
  content: '';
  background-color: white;
  width: 89%;
  height: 100%;
  position: absolute;
  top: revert-layer;
  border-radius: 20px;
}
.why-choose-us-main-image img {
  position: relative;
}
.why-choose-us-right-column .why-choose-us-image-box-card {
  margin-left: auto;
}
.why-choose-us-image-box-card-content h6 {
  color: #2D2D2D;
  font-weight: 700;
}
.why-choose-us-images {
    position: relative;
}
.why-choose-us-box-text {
    color: #FAF8F399;
    font-size: 14px;
    font-weight: 400;
}
.why-choose-us-image, .why-choose-us-image img {
  border-radius: 20px;
  overflow: hidden;
}
#why-choose-us {
  background-color: var(--primary-color);
}
/*-------------- Turmeric ---------------*/
.tagline-text {
  color: #8C5A2B;
  font-weight: 300;
  font-family: var(--secondary-font);
  font-style: italic;
}
#turmeric .section_main_head .section-text {
    color: #5A4033;
    font-size: 17px;
    font-weight: 400;
}
.turmeric-image-box-card-content {
    background-color: #F5EFE6;
    padding: 18px;
    border-radius: 12px;
    height: 100%;
}
.turmeric-box-text {
  color: #8C7060;
  font-size: 14px;
  font-weight: 400;
}
.turmeric-exp-blk span.exp-year {
  color: var(--primary-color);
}
.turmeric-exp-blk span.exp-text {
  color: #8C7060;
}
.turmeric-exp-blk {
  background-color: white;
  padding: 21px;
  border-radius: 10px;
  box-shadow: 0px 8px 32px 0px #1F3D2B1F;
  position: absolute;
  top: 29%;
  right: 0;
}
.turmeric-image-box-image-blk {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
/*-------------- Main Banner ---------------*/
.banner-details {
  background-color: rgb(48 55 64 / 95%);
  padding: 71px 78px 71px 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  max-width: 50%;
  position: relative;
  padding-left: 0;
}
.banner-head h1 img {
    position: absolute;
    top: 14px;
    /* right: 11px; */
    margin-left: 27px;
}
.image-text {
    border: 1px solid #FAF8F326;
    backdrop-filter: blur(12px);
    background: #FAF8F31A;
    padding: 15px 24px;
    border-radius: 37px;
    display: inline-block;
    position: absolute;
    top: 28%;
    left: -55px;
    color: white;
}
.image-text-two {
    border: 1px solid #FAF8F326;
    backdrop-filter: blur(12px);
    background: #FAF8F31A;
    padding: 15px 24px;
    border-radius: 37px;
    display: inline-block;
    position: absolute;
    bottom: 28%;
    right: 0;
    color: white;
}
.image-text:before, .image-text-two:before {
  content: '';
  background-color: var(--secondary-color);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}
#main-banner {
  overflow: hidden;
  padding: 0;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
}
span.heading-span0 {
    display: block;
}
.banner-details:after {
  content: '';
  background-color: rgb(48 55 64 / 95%);
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.banner-head span.section-tagline:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--secondary-color);
  border-radius: 10px;
  margin-right: 4px;
}
.banner-head h1 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 51px;
  line-height: 66px;
}

span.heading-span {
  color: var(--primary-color);
}

.banner-details .section-text {
    color: white;
    margin-top: 35px;
    font-size: 18px;
    padding-right: 28px;
    line-height: 34px;
}

span.text-span{
  display: block;
  margin-top: 10px;
}

.main-banner-link a {
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: underline;
    margin-left: 17px;
}
.banner-roght-column-image {
  text-align: center;
}
.banner-roght-column-image img {
    width: 100%;
}
#main-banner .container {
    position: relative;
}
.customer-number {
  color: #000000;
  font-weight: 400;
  font-size: 30px;
  display: block;
}
.banner-roght-column-image img {
  border-radius: 20px;
  margin: 19px 0;
}
span.right-column-text2 {
  font-size: 20px;
  display: block;
  text-align: center;
  max-width: 61%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.main-banner-vector-shape {
  position: absolute;
  bottom: 0;
}
.rating-records a i {
  color: var(--secondary-color);
  transform: rotate(-56deg);
  font-size: 24px;
  margin-left: 9px;
}
.banner-head-outer {
    padding-top: 25px;
}
span.right-column-text {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 20px;
  max-width: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
span.pricing-text {
  background-color: var(--primary-color);
  padding: 7px 17px;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}
.customer-image img:first-child {
    margin-left: 0;
}
.rating-records {
  box-shadow: 0px 23px 27.3px -11px #1B1E3040;
  padding: 25px 19px;
  border-radius: 20px;
  position: absolute;
  bottom: 9em;
  background-color: white;
  left: -63px;
}
.rating-box{
  margin-bottom: 19px;
}
.customer-records {
  margin-left: 29px;
}
.banner-column-image {
    position: relative;
}
span.pricing-text2 {
  font-weight: 300;
  color: var(--secondary-color);
  display: block;
  font-size: 33px;
  margin-top: 10px;
}
.banner-column-image img {
  border-radius: 20px;
  width: 100%;
}
.customer-image img {
    margin-left: -15px;
}
.banner-roght-column-image {
    margin-top: 18px;
  }
.rating-box i {
    color: #0E7490;
    font-size: 14px;
}
.main-banner-btn {
  margin-top: 49px;
}
#main-banner a.theme_button {
    display: inline-block;
}


/*--------------------- Contact Us ------------------------*/

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 45%;
  margin-right: 10px;
}

.form-col:last-child {
  margin-right: 0;
}

.form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.custom-select, .custom-date {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  appearance: none;
  padding-right: 2rem;
}

.custom-date::after {
    content: "\f073";
    position: absolute;
    right: 10px;
    top: 39%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
    color: black;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#contact-us-form-section input[type="submit"]:hover, .contact-us-form-section input[type="submit"]:hover{
  background-color: white;
  color: var(--primary-color);
}
#contact-us-form-section textarea, .contact-us-form-section textarea {
    height: 200px;
}
.cf7-row p {
    width: 100%;
    margin-bottom: 25px;
}

/* .wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */

.wpcf7-submit {
  background: #333;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-us-col {
  background-color: var(--primary-color);
  padding: 9% 7% 9% 0%;
}
.contact-us-col:before {
  content: '';
  background-color: var(--primary-color);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99999px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.faq-col:after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99999px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
#contact-us-form-section .section_main_head h3 {
    color: white;
}
#contact-us-form-section span.main-heading1, #contact-us-form-section span.main-heading3 {
    color: var(--primary-color);
}
.contact-us-form-section .custom-select {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#contact-us-form-section input[type="text"], #contact-us-form-section input[type="tel"], #contact-us-form-section input[type="email"], #contact-us-form-section input[type="number"], #contact-us-form-section textarea, #contact-us-form-section input, #contact-us-form-section select, #contact-us-form-section input[type="date"], .contact-us-form-section input[type="text"], .contact-us-form-section input[type="tel"], .contact-us-form-section input[type="email"], .contact-us-form-section input[type="number"], .contact-us-form-section textarea, .contact-us-form-section input, .contact-us-form-section select, .contact-us-form-section input[type="date"] {
    padding: 12px 15px !important;
    border: none;
    font-weight: 400;
    color: #56585B;
    border-radius: 0;
    border-radius: 10px;
}
.contact-us-form-section input[type="text"], .contact-us-form-section input[type="tel"], .contact-us-form-section input[type="email"], .contact-us-form-section input[type="number"], .contact-us-form-section textarea, .contact-us-form-section input, .contact-us-form-section select, .contact-us-form-section input[type="date"] {
  background-color: white !important;
}
button.theme_button_style br {
  display: none;
}
#contact-us-form-section input[type="text"]::placeholder, #contact-us-form-section input[type="tel"]::placeholder, #contact-us-form-section input[type="email"]::placeholder, #contact-us-form-section input[type="number"]::placeholder, #contact-us-form-section textarea::placeholder, #contact-us-form-section input::placeholder, #contact-us-form-section select, #contact-us-form-section input[type="date"], .contact-us-form-section input[type="text"]::placeholder, .contact-us-form-section input[type="tel"]::placeholder, .contact-us-form-section input[type="email"]::placeholder, .contact-us-form-section input[type="number"]::placeholder, .contact-us-form-section textarea::placeholder, .contact-us-form-section input::placeholder, .contact-us-form-section select, .contact-us-form-section input[type="date"]{
  font-weight: 400;
  color: #000000;
}
.contact-us-form-section input[type="submit"]:hover{
  background-color: white !important;
  color: var(--primary-color);
}
.contact-us-form-section input[type="submit"]{
  background-color: #2D2D2D !important;
  color: white;
}
.news-box .metabox a, .news-box .metabox .metabox .entry-comments, .news-box .metabox .entry-date, .news-box  .metabox .entry-author a {
  font-size: 13px;
  color: #000000;
}
.blog-link a{
  color: #FAF8F3;
}
.news-box .metabox span.date-day {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  display: block;
  margin: 0;
}
.post-content-block span.entry-date {
  text-align: right;
}
/*---------------------- Owl Carousel -------------------------*/
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: black !important;
  /* border: 2px solid black; */
  margin-right: 8px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 13px!important;
  width: 13px !important;
  display: inline-block;
  border: none;
  border-radius: 50%;
  border: none;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  padding: 3px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  position: relative;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 12px;
  padding: 10px 14px;
  color: white;
  border: none;
  background-color: black;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  display: inline;
  border-bottom: 2px solid transparent;
}
.owl-nav {
  text-align: center;
}
button.owl-prev {
    margin-right: 5px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  transition: .3s ease;
  color: #222222;
  background-color: white;
  border-bottom: 2px solid var(--priamry-color);
}
#latest-news .owl-nav{
  text-align: center;
}

/*---------------------- News -------------------------*/
#latest-news {
    background: linear-gradient(180deg, #58759D 0%, #1F2937 100%);
}
.author-avatar img {
  width: 60px !important;
  border-radius: 50%;
  margin-right: 10px;
}
.entry-date.meta-heading, .entry-comments, .entry-comments a.meta-heading, .wpulike-heart .count-box {
  font-size: 14px;
  color: #56585B;
}
.wpulike-heart .wp_ulike_general_class{
  border: none;
  box-shadow: unset;
}
.wpulike-heart .wp_ulike_put_image:after {
  background: url('../../images/heart.svg') no-repeat;
  width: 24px;
  height: 22px;
}
span.author-name.media-body {
  color: #56585B;
  text-transform: capitalize;
}
.wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  /* filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%); */
}
.entry-author.media {
    align-items: center;
}
#latest-news button.owl-prev {
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
}
#latest-news button.owl-next {
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
}
.news-content-inner {
  padding: 20px 0;
}
.artcle-meta {
  display: flex;
  align-items: center;
  gap: 17px;
}
.artcle-meta a i, .artcle-meta .entry-date i {
    margin-right: 7px;
}
.artcle-meta a, .artcle-meta .entry-date {
  color: #FFFFFF;
  font-size: 16px;
}
.artcle-cat-name ul li a {
    background-color: #F5EFE6;
    padding: 8px 16px;
    border-radius: 23px;
    color: #8C5A2B;
    font-weight: 500;
    display: inline-block;
}
.news-box span.entry-date {
  background-color: var(--primary-color);
  display: inline-block;
  padding: 13px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -40px;
}
span.entry-date span.day {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.news-box span.month {
  color: white;
  font-size: 14px;
}

/*------------------ Testimonials ---------------*/
.testimonial-star span i {
    color: var(--secondary-color);
    font-size: 12px;
    margin-right: 6px;
}
.testonials-block-top-content {
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}
.testonials-block-top-content .row {
    height: 100%;
}
.testimonial-content p, .testimonial-content {
  color: #656565;
  font-size: 17px;
}
.testimonials-info {
    margin: 11px 0 29px 0;
    max-width: 81%;
    color: white;
}
.testimonial-content {
    padding-top: 39px;
    max-width: 80%;
}
.owl-item.active-left {
    margin-top: -34px;
}
.owl-item.active.active-right {
    margin-left: -36px;
}
#testimonials .owl-carousel  .owl-item .flip-box-back  img {
  border-color: black;
}

.testonials-block-blocks {
  display: flex;
  flex-wrap: wrap;
}
#testimonials {
    overflow: hidden;
    padding-top: 0;
}
.section-heading-width {
    max-width: 51%;
    margin: 0 auto;
}
.testimonial-block {
    padding: 30px 30px 30px 30px;
    border-radius: 22px;
    transition: 0.5s;
    background-color: var(--secondary-color);
}
#testimonials .owl-carousel .owl-item img {
  border-radius: 50%;
  width: 61px !important;
  height: 61px !important;
  margin-right: 10px;
}
.testimonial-img.img {
  background-color: var(--primary-color);
  width: 56px;
  height: 56px;
  color: var(--secondary-color);
  border-radius: 50%;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
#testimonials .owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent;
  margin: 10px 6px;
  outline: none;
  border-radius: 50%;
  padding: 3px !important;
  height: 19px !important;
  width: 19px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#testimonials .owl-carousel .owl-dots button.owl-dot span, .owl-dots button.owl-dot span {
    background-color: transparent;
    display: inline-flex;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid black;
    animation-delay: c;
    align-items: center;
    justify-content: center;
}
#testimonials .owl-carousel .owl-dots, #testimonials .owl-dots {
  margin-top: 18px !important;
  text-align: center !important;
  justify-content: start;
  border: none;
}
#testimonials .owl-carousel .owl-dots button.owl-dot.active span, .owl-dots button.owl-dot.active span {
    background-color: #08BF76;
    border-color: #08BF76 !important;
}
#testimonials .owl-carousel button.owl-dot.active, #testimonials button.owl-dot.active {
    background-color: transparent !important;
    border-color: #08BF76 !important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.testimonial-title {
  padding-bottom: 0;
  padding-top: 0;
  color: white;
  font-weight: 300;
  font-size: 16px;
  transition: 0.5s;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.testimonial-star span.without_filled  i {
  color: #E9F4F0;
}
.testimonials-info p {
  font-weight: 300;
  color: white;
  font-size: 16px;
}
.testimonials-image-box .media {
    align-items: center;
}
.testimonials_image img {
  border-radius: 10px;
}
.t-location {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 17px;
    transition: 0.5s;
}
.testimonials_image {
  margin-right: 11px;
}
.testimonial-data-block i.fa-solid.fa-quote-right {
  color: #E9F4F0;
  font-size: 12px;
}
.testimonial-block:hover .testimonials-info p{
  transition: 0.5s;
}
.testimonial-block:hover  i {
    transition: 0.5s;
}
.testimonials-label {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin-top: 12px;
}
.t-desig {
  color: white;
  font-weight: 600;
}
.testimonial-block:hover, .testimonial-block{
    transition: 0.5s;
}
.testimonial_outer:hover .testonials-block-top-content {
  background-color: var(--secondary-color);
}
/*-------------- Image HOver Effects*/
.image-hover-effect .box{
    background: #333;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
}
.image-hover-effect .box:before,
.image-hover-effect .box:after{
    content: "";
    background: var(--primary-color);
    width: 100%;
    height: 0;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.image-hover-effect .box:before{
    right: 0;
    bottom: 0;
}
.image-hover-effect .box:after{
    top: 0;
    left: 0;
}
.image-hover-effect .box:hover:before,
.image-hover-effect .box:hover:after{
    width: 100%;
    height: 100%;
}
.image-hover-effect .box img{
    width: 100%;
    height: auto;
    transform: scale(1.1) translateY(4%);
    transition: all 0.35s ease-in-out;
}
.image-hover-effect .box:hover img{ 
    opacity: 0.3;
    transform: scale(1.1) translateY(-4%);
}
/* -------------- Shadow Hover Effects -------------*/

.shadow-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.shadow-hover:before, .shadow-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}
.shadow-hover:hover:before, .shadow-hover:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.shadow-hover:hover img{
    transform: scale(1.3);
}
.shadow-hover img {
    width: 100%;
    height: auto;
    transition: all .6s ease-in-out;
}