.carousel-item {
  background-color: white;
}

.slide-tagline {
  color: var(--color-secondry);
  font-weight: 400;
  font-size: 12px;
  font-family: var(--ternary-font);
  font-size: 28px;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
.next-shape {
    position: absolute;
    left: -22px;
    top: 0px;
    /* height: 100%; */
    transform: rotate(180deg);
}
.next-shape svg {
    height: 100%;
}
.prev-shape {
    position: absolute;
    right: -22px;
    top: 0px;
}
.prev-shape svg {
    height: 100%;
}
.slide_nav a {
  writing-mode: vertical-lr;
  text-orientation: upright;
}
#slider .carousel-caption {
  left: 0;
  right: 0;
  top: 57%;
  bottom: 0;
  padding: 0;
  transform: translateY(-50%);
}
.inner_carousel.container.position-relative {
  position: relative;
  bottom: 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
.carousel-control-next {
  right: 0;
  top: unset;
  bottom: 3em;
}
.carousel-control-prev {
  left: unset;
  right: 5em;
  bottom: 3em;
  top: unset;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 400;
}
.Slider-left-box {
  max-width: 43%;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 48px;
  font-weight: 700;
  color: #141B22;
}
.slide-text {
  color: white;
  opacity: 0.8;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
div#slider {
  overflow: hidden;
}
.slide-circle {
    background-color: #eed9f8;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    bottom: -29%;
    right: -5%;
}
#slider .carousel-indicators {
  display: inline-block;
  right: 0;
  left: 13px;
  top: unset;
  transform: unset;
  margin: 0;
  bottom: 4%;
  text-align: left;
  margin: 0 auto;
  display: block;
  z-index: 999;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
.custom_cls.container {
    top: -3em;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: inline-block;
  width: 2px !important;
  height: 2px;
  border: none;
  padding: 2px;
  background-color: transparent;
  border-radius: 4px;
  margin-bottom: 10px;
  opacity: 1;
  border: 2px solid #000;
}
#slider .carousel-indicators li.active {
  width: 2px !important;
  height: 2px !important;
  border: 2px solid var(--color-primary);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-image: none;
}
#slider .carousel-indicators li.active {
  /* width: 1px !important; */
  /* height: 1px !important; */
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.slide_nav .carousel-next-button{
  right: 0;
}
.slide_nav .carousel-prev-button{
  left: 0;
}
.slide-image-inner {
  position: relative;
}
img.theme-image-after {
  position: absolute;
  bottom: -69px;
  z-index: 9;
}
.section_main_head {
  position: relative;
}
img.heading-image {
  position: absolute;
  top: 7px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
/* --------- Main Banner --------- */
.banner-head h1 {
  color: white;
  font-size: 48px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--secondary-font);
  font-weight: 400;
}
.banner-head .section-text {
  color: white;
  margin-bottom: 30px;
}
#main-banner .woocommerce-product-search input[type="search"] {
  padding: 10px 20px;
  border: none !important;
  border-radius: 10px;
  color: #333333;
}
#main-banner form.woocommerce-product-search {
  position: relative;
}
#main-banner .woocommerce-product-search button[type="submit"] {
  background: #38220F;
  color: white;
  position: absolute;
  right: 2px;
  width: auto;
  border-radius: 10px;
  padding: 8px 15px;
  top: 2px;
}
.banner-image {
  text-align: center;
}
.banner-moving-image, .about-dotted-shape, .map-image, .ea-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;
  }
}
/*.pattern-image {
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -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;
  }
}
.banner-moving-image {
  position: absolute;
  top: -21px;
  left: -80px;
}
.banner-ellipse-image {
  position: absolute;
  right: 0;
  top: 0;
  /* width: 65%; */
}
#main-banner .row {
    margin-bottom: 8em;
}
.banner-ellipse-image > img {
  z-index: 9;
  position: relative;
}
/*--------------- Get In Touch ---------------*/
#get-in-touch {
  background-color: #634832;
}
.git-block i {
  background-color: #38220F;
  padding: 25px 27px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
}
#get-in-touch .container {
  padding: 1em 0px 0em 0px;
}
.git-block i {
  background-color: #38220F;
  padding: 18px 20px;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}
.gt-contact-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding-top: 0;
  font-family: var(--primary-font);
}
.gt-contact-text {
  color: white;
  font-weight: 400;
  font-size: 15px;
  display: block;
}
.gt-content-block {
  padding: 40px;
}
.page-template-home-page .container {
    z-index: 99;
    position: relative;
}
.news-row  .metabox .entry-comments {
    margin-right: 8px;
}
.contact_us_shortcode select option {
    color: black;
}
.contact_us_shortcode select {
  padding-bottom: 9px !important;
  padding-left: 0;
  padding-top: 10px;
}
/* --------- Special Menu --------- */
.product-container {
  /* position: relative; */
  /* width: 100%; */
  /* margin-top: -13em; */
  /* z-index: -1; */
  position: relative;
}
#special-menu .price {
  font-size: 14px;
  background-color: #0C0D0E;
  background-color: #0C0D0E;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 50%;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 49px;
  right: 2px;
}
#special-menu .owl-carousel .owl-nav i, #special-menu .owl-nav i {
  color: black;
  background-color: white;
}
.box-shadow-block {
  height: 69%;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* filter: drop-shadow(0px 4px 84px rgba(0, 0, 0, 0.10)); */
  border-top-left-radius: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 10px;
  background-color: white;
}
.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: "\f218";
  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: "\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;
}
.custom_product_meta .added_to_cart {
  margin-left: 8px;
}
.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);
    }
}
/* --------- Our Product --------- */
#special-menu {
  background: linear-gradient(to top, #F7F7F7 0%, #F7F7F7 50%, #DBC1AC 50%, #DBC1AC 100% );
  position: relative;
}
#special-menu .product_block {
  position: relative;
  width: 100%;
  margin-top: -5em;
}
#our-products .owl-carousel .owl-stage-outer {
  padding: 23px 0;
}
.product-title-box {
  text-align: center;
  position: relative;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.price-rating-block ins, .price-rating-block .price {
  color: var(--color-primary);
  font-family: var(--ternary-font);
  font-size: 20px;
  text-decoration: none;
}
.price-rating-block del {
    color: #5B5F64;
    font-size: 20px;
    font-family: var(--ternary-font);
}
.custom_product_meta a {
  font: 700 14px var(--primary-font);
  display: inline-block;
  padding: 15px 28px;
  border-radius: 50%;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 7px 10px 0px rgba(211, 162, 69, 0.6);
  color: white;
  background-color: var(--color-primary);
}
#our-products span.onsale {
  background-color: var(--color-secondry);
  color: white;
  padding: 4px 12px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 0px;
}
.flash_product .custom_product_meta a {
  transition: all 0.3s ease 0s;
}
.flash_product:hover .custom_product_meta a {
  transition: all 0.3s ease 0s;
}
.custom_product_meta {
  /* display: none; */
  position: absolute;
  /* top: 16px; */
  bottom: -52px;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
#special-menu .owl-carousel .owl-stage-outer {
  padding-bottom: 37px;
}
#special-menu .flash_product {
  padding-bottom: 20px;
  padding: 20px;
}
/* --------- Categories --------- */
.cat_block {
    border-radius: 12px;
    background-color: #F7F7F7;
    padding: 40px 20px;
}
.cat-img-inner {
  background-color: white;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.cat-media-body a {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.bubble-cat {
    background-color: #967259;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: 0px;
    /*animation: blinker 1s linear infinite;*/
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.cat_block:hover {
  background-color: var(--color-primary);
  box-shadow: 10px 20px 40px 0px rgba(97, 49, 0, 0.20);
}
.cat_block:hover .bubble-cat {
  background-color: #967259;
}
.cat_block:hover .cat-media-body a {
  color: white;
}
/* --------- Promotional Blocks --------- */
.promotional-block-inner:hover .promo-price path {
  fill: #292E36;
}
.promotional-block-inner:hover .promotional_blocks-type, .promotional-block-inner:hover .promotional_blocks-cur, .promotional-block-inner:hover .promotional_blocks-price {
  color: white;
}
.promotional-block-inner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em;
  background-position: right;
  border-radius: 30px;
}
.promo-price {
  position: relative;
  display: inline-block;
  text-align: center;
}
.price-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  left: 0;
  right: 0;
}
.promotional_blocks-type {
  color: #292E36;
  font-weight: 500;
  font-size: 13px;
}
.promotional_blocks-price {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 600;
  margin-top: 6px;
  display: inline-block;
}
.promotional_blocks-cur {
  color: #292E36;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  left: 7px;
}
.promo-tagline {
  display: inline-block;
  border-top: 1px solid #292E36;
  border-bottom: 1px solid #292E36;
  color: #292E36;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
.promo-block-text h5 {
  color: #292E36;
  font-weight: 800;
}
.promo-text {
  color: #555;
}
.promo-block-div {
  max-width: 50%;
}
.promo-block-text {
  margin-top: 10px;
}
#promotional-blocks {
  padding: 0;
}
/* --------- Best Seller --------- */
.best-seller-container {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  margin-bottom: -10em;
}
.best-seller-container .owl-carousel .owl-stage-outer {
  padding: 0;
}
.best-seller-container .price {
  font-size: 14px;
  background-color: white;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 50%;
  color: #333;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 20px;
}
.best-seller-container .product-title-box {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
}
.best-seller-container .product-title-box h5 a {
  color: white;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.best-seller-container .product-title-box h5 a:before {
    content: '';
    background-color: white;
    width: 67%;
    height: 1px;
    display: block;
    position: relative;
    top: -4px;
    margin: 0 auto;
}
.best-seller-container .product-title-box h5 a:after {
    content: '';
    background-color: white;
    width: 67%;
    height: 1px;
    display: block;
    position: relative;
    bottom: -6px;
    margin: 0 auto;
}
.best-seller-container .flash_product:hover .price{
  background-color: var(--color-primary);
  color: white;
}
.best-seller-container .flash_product:hover .product-title-box h5 a:after, .best-seller-container .flash_product:hover .product-title-box h5 a:before{
  background-color: var(--color-primary);
}
.best-seller-container .add_to_cart_button.ajax_add_to_cart.loading::after {
  color: #333;
}
/*---------------Contact Us ---------------*/
.contact_us_head img.heading-image, #testimonials img.heading-image {
    margin: 0;
}
#contact-section .section_main_head h6, #testimonials .section_main_head h6{
  color: white;
}

#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.field-name {
  position: relative;
}
.field-name i {
  position: absolute;
  right: 0;
  top: 36%;
  transform: translateY(-50%);
  color: #999999;
  z-index: 999;
  right: 14px;
}
.field-name p {
  margin-bottom: 0;
}
.contact_us_shortcode textarea {
  height: 100px;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="number"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea, .contact_us_shortcode select, .contact_us_shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  border-radius: 0;
  background-color: white;
  border: none;
  font-family: var(--primary-font);
  margin-bottom: 22px;
  width: 100%;
  padding: 10px 14px;
  color: rgba(51, 51, 51, 0.50);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
}
.contact_us_shortcode input[type="submit"] {
  display: block;
  width: 100%;
}
.field-name br {
  display: none;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="number"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder{
  color: rgba(51, 51, 51, 0.50);
}
.contact_us_shortcode form {
  position: relative;
}
.contact_us_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_us_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_img{
  position: relative;
  overflow: hidden;
}
.contact_us_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
.contact_us_form  h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.contact_us-git-block {
  background-color: #211c32;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
}
.contact_us-git-block i {
  color: var(--color-primary);
  margin-right: 3px;
}
.contact_us-git-block a {
  color: white;
}
.call-vertical-box.contact_us-git-block {
  position: absolute;
  left: -77px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 20px 20px 0px 0px;
}
.email-vertical-box.contact_us-git-block {
  position: absolute;
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 0px 0px 20px 20px;
}
.contact-row {
  max-width: 100%;
  margin: 7em 0 3em 0;
}
.contact_us_shortcode.position-relative {
    border-radius: 20px;
  border: 3px solid #38220F;
  padding: 3em 3em 2em 3em;
}
section#best-seller {
  padding-bottom: 0;
}
#contact-section {
  padding-bottom: 0;
  background: #020202;
}
.contact_us_form {
  margin-bottom: 3em;
}
.post-right-volumn .news-text {
  display: none;
}
.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: #999999;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 14px;
  /* content: "\f095"; */
}
.contact_us_shortcode.position-relative.mt-3 {
  border-radius: 20px;
  border: 3px solid #38220F;
  padding: 3em 3em 2em 3em;
}
.contact_us_form 
 .section_main_head.white_head {
  position: relative;
  /*top: 38px;*/
  z-index: 9999;
  overflow: hidden;
  padding-top: 10px;
}
/* --------- Offer menu --------- */
#offer-menu .section_main_head h6:before, #offer-menu .section_main_head h6:after, #why-choose-us .section_main_head h6:before, #why-choose-us .section_main_head h6:after {
  margin: 0;
}
#offer-menu .product_img_box {
  position: relative;
}
#offer-menu .price {
  font-size: 14px;
  background-color: #0C0D0E;
  background-color: #0C0D0E;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 50%;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 9;
}
#offer-menu .product-title-box {
  text-align: left;
}
#offer-menu .product_img_box {
  position: relative;
}
#offer-menu .flash_product:hover .custom_product_meta {
  display: block;
  transition: all 0.3s ease 0s;
}
#offer-menu .custom_product_meta {
   display: none; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  background-color: rgba(99, 72, 50, 0.8);
  border-radius: 50%;
}
.custom_product_meta_inner {
  position: relative;
  height: 100%;
}
.custom_product_meta .custom_product_meta_inner  a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 49px;
  background-color: white;
}
.custom_product_meta .custom_product_meta_inner  a:before{
  color: #5C6574;
}
#offer-menu {
  background-color: #F7F7F7;
}
#offer-menu .flash_product {
  padding: 23px;
  margin-bottom: 30px;
}
#offer-menu .box-shadow-block {
  height: 100%;
  width: 80%;
}
/* --------- Product Tab --------- */
#product-tabs {
  padding: 0;
  overflow: hidden;
}
.tab_list{
  text-align: center;
}
.tab-left-col {
  background-color: #967259;
  padding: 5em 5em;
  position: relative;
}
img.tab-left-image {
    position: absolute;
    top: -4em;
    left: -6em;
}
.tab-left-col ul.nav.nav-tabs {
  background-color: white;
  border-radius: 42px;
  margin: 0;
  display: inline-block;
  padding: 0 6px;
  width: auto;
  margin: 0 auto;
}
.tab-left-col li.nav-item {
    display: inline-block;
}
.tab-left-col .nav-tabs a.nav-link {
  border: none;
  padding: 14px 18px;
  margin: 4px 0;
  border-radius: 34px;
  color: #292E36;
  font-weight: 600;
}
.tab-left-col .nav-tabs a.nav-link.active {
  background-color: #38220F;
  color: white;
}
.product-item img {
  width: 70px;
  margin-right: 10px;
}
.tab-right-col {
    padding: 4em  3em;
}
.product-item h5 a {
  color: #292E36;
  font-size: 16px;
}
.product-text {
  color: #555;
}
.product-item h5 {
  padding-bottom: 3px;
}
.product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.dotted-sep:before {
  content: '';
  background-color: #AAAAAA;
  width: 6px;
  display: inline-block;
  height: 6px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 50%;
}
.dotted-sep:after {
  content: '';
  background-color: #AAAAAA;
  width: 6px;
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 0;
  top: -2px;
  border-radius: 50%;
}
.dotted-sep {
  border-bottom: 1px dashed #AAAAAA;
  width: 51%;
  position: relative;
  top: 15px;
}
.tab-right-col .price {
  font-size: 18px;
  font-weight: 600;
  color: #292E36;
  margin-top: 16px;
}
.product-item:last-child {
  margin-bottom: 0;
}
#product-tabs h3 {
  max-width: 100%;
  margin: 13px auto;
}
#product-tabs .section_main_head .section-text, #product-tabs .section_main_head .section-text p {
  font-size: 15px;
}
#product-tabs .section_main_head {
  max-width: 70%;
  margin: 0 auto;
}
/* --------- Whychoose Us --------- */
.about-2image {
  position: relative;
  margin-top: -14em;
  left: -3em;
}
.about-image1-inner {
  position: relative;
}
.coffey-image {
  border-radius: 10px;
  position: absolute;
  top: -2em;
  right: -2em;
}
.loaction-image {
  position: absolute;
  right: -1em;
  bottom: -3em;
}
#why-choose-us .section_main_head .section-text {
  color: #828284 !important;
}
#why-choose-us .section_main_head .section-text {
  color: #828284 !important;
  margin-top: 1em !important;
  margin-bottom: 3em !important;
}
.whychoose-box .media {
  border-radius: 0px 20px 20px 0px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
  padding: 24px 20px;
  border-left: 4px solid var(--color-primary);
  border-radius: 0px 20px 20px 0px;
}
.whychoose-box h6, .whychoose-box h6 a {
  padding-top: 0;
  color: #292E36;
  font-weight: 600;
  padding-bottom: 0;
}
.whychoose-box i {
  color: var(--color-primary);
  font-size: 24px;
  margin-right: 20px;
}
/* --------- Services --------- */
#services {
  background: #292E36;
}
.services {
  text-align: center;
  position: relative;
}
.services-seperator {
  background-color: #797E89;
  opacity: 0.2;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  right: -13px;
  top: 0;
}
.services_img_inner {
  margin-right: 10px;
}
.services h5 {
  padding-top: 0;
}
.services_p{
  color: #dfdfdf;
  /* opacity: 0.8; */
}
a.services-see-more {
  color: white;
  /* color: var(--color-primary); */
  display: block;
  margin-top: 12px;
}
.services h5 {
  color: white;
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
.services:hover h5 a, .services:hover h5{
  color: var(--color-primary);
}
.middle_img_inner  img {
    transform: scale(1.3);
}
h6.banner-h6 {
    font-family: var(--ternary-font);
    color: white;
    font-weight: 400;
    font-size: 16px;
}
/* --------- About Us --------- */
img.theme-image-before {
  position: absolute;
  top: -93px;
  z-index: 9;
}
li.about-list {
  color: #555;
  list-style: none;
  margin-bottom: 6px;
}
ul.about-list {
  margin: 0;
}
li.about-list i {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  padding: 1px 4px;
  font-size: 12px;
  margin-right: 10px;
}
#about-us img.heading-image {
  margin: 0;
}
.about-image1 {
  position: relative;
  text-align: center;
  width: 100%;
}
img.map-image {
  position: absolute;
  top: 23%;
  right: -6px;  
}
img.ea-image {
  position: absolute;
  bottom: 20%;
  left: 0;
}
.about-svg2 {
  margin-top: 7px;
}
.about-dotted-shape {
  display: inline-block;
  position: absolute;
  top: 19%;
  left: 0;
}
img.pattern-image {
    position: absolute;
    left: 0;
    bottom: 0;
}
.icon-box-content {
    position: absolute;
    top: 50%;

    left: 0;
    right: 0;
    text-align: center;
}
.icon-box-1 {
  position: absolute;
  top: 14em;
  right: 0em;
}
.about-head-outer {
  padding-left: 30px;
}
.box-title span {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.para-text {
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}
.icon-box span {
  color: var(--color-secondry);
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 700;
}
.box-title {
  color: #141B22;
  font-size: 14px;
  font-weight: 500;
}
img.leave-image {
    position: absolute;
    top: -5em;
    left: 0;
    z-index: 9;
}
img.outer-box-image {
  position: absolute;
  right: 2em;
  top: 8em;
}
div#footer-widgets .container {
    z-index: unset;
}
/* --------- Features --------- */
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 22px;
}

/*-------------- 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: transparent !important;
  /* border: 2px solid black; */
  margin-right: 16px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: 2px solid black;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  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;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 41%;
  left: 0px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: 0px;
  transform: translateY(-54%);
}
#all-product-categories button.owl-prev {
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#all-product-categories button.owl-next {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 16px 20px;
  color: black;
  border: none;
  background-color: white;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.05));
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* ----------- Testimonials ------------- */
#testimonials button.owl-prev, #testimonials button.owl-next {
  position: unset;
  transform: unset;
  margin: 0 5px;
}
.custom-testimonials-nav.owl-nav {
  display: inline-block;
  background-color: white;
  border-radius: 33px;
  padding: 4px;
}
.testimonial-right-col {
  /* padding: 5em 5em; */
  background: #0C0D0E;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding: 0;
}
.testimonial_outer {
  text-align: center;
}
#testimonials {
  padding: 0;
}
.testimonial-left-col {
    background-color: #967259;
    padding: 5em 5em;
    position: relative;
}
.testimonial-left-col-inner h3 {
  max-width: 57%;
  margin: 0 auto;
}
.testimonial-left-col-inner {
  max-width: 70%;
  margin: 0 auto;
}
.testimonial-left-image {
  position: absolute;
  bottom: -9em;
  left: 0;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  color: #B7B2B1;
}
.testimonial-title {
  padding-bottom: 0;
  /* line-height: 1.1; */
  position: relative;
  display: block;
}
.testimonial-title a {
  font-size: 18px;
  position: relative;
  color: white;
  font-weight: 700;
}
.t-desig {
  font-size: 14px;
  color: white;
  font-weight: 400;
  display: block;
  /* margin-left: 17px; */
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}

.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin: 0 auto !important;
}
#testimonials .owl-carousel .owl-nav span, #testimonials .owl-nav span {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
.testimonials_image {
  margin-top: 2em;
}
.testimonial-wrapper {
  padding: 5em 4em 3em 4em;
}
/* ----------- Latest News ------------- */
.news-box .box-content a.comment-tag {
  color: white;
  border: 2px solid var(--color-primary);
  border-left: none;
  border-right: none;
  padding: 4px 4px;
  margin-bottom: 10px;
  display: inline-block;
}
.news-box h5 a {
  color: white;
  font-size: 17px;
}
.news-text {
    margin: 10px 0;
    font-size: 16px;
}
.news-box .box {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  border-radius: 24px;
}
.news-box .box img{
    width: 100%;
    height: auto;
    transition: all .6s ease-in-out;
}
.news-box .box:hover img{
    transform: scale(1.3);
}
.news-box .box .box-content {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 20px 20px 38px;
  transform: translateX(-50%);
  position: absolute;
  bottom: -70px;
  left: 50%;
  transition: all 0.4s ease-out;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.news-box h5 {
  padding-bottom: 20px;
}
.news-box .box:hover .box-content {
  bottom: 0;
  background-color: white;
}
.news-box .box:hover .box-content a.comment-tag, .news-box .box:hover h5 a{
  color: #0C0D0E;
}
.news-box .box:hover .news-text {
  color: #5C6574;
  visibility: visible;
}
.news-box .box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.news-box .box .post{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}
.news-box .box .icon{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 35%;
    left: 50%;
    transition: all 0.4s ease-out;
}
.news-box .box:hover .icon{ opacity: 1; }
.news-box .box .icon li{
    margin: 0 3px;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.news-box .box .icon li:first-child{ transform: translateX( -100%) translateY(-100%); }
.news-box .box .icon li:last-child{ transform: translateX( 100%) translateY(100%); }
.news-box .box:hover .icon li{ transform: translateX(0) translateY(0); }
.news-box .box .icon li a{
    color: #fff;
    background: #13c5dd;
    font-size: 18px;
    line-height: 39px;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    display: block;
    transition: all .5s ease-in-out;
}
.news-box .box .icon li a:hover{
    color: #0e204d;
    background: #fff;
}
@media only screen and (max-width:990px){
    .news-box  .box{ margin: 0 0 30px; }
}
.news-box:hover  span.news_date, .news-box:hover span.news_year{
  color: white;
} 
.news-box:hover .icon-box-content{
  background-color: var(--color-primary);
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  /* font-family: var(--secondary-font); */
  font-size: 21px;
  font-weight: 700;
  color: #5C6574;
  line-height: 15px;
}
span.news_year {
  font-size: 12px;
  color: #5C6574;
  font-weight: 700;
}
.news-box {
  background-color: white;
  padding: 0;
  border-radius: 10px;
  
}

.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  display: flex;
  align-items: center;
}

.news_content h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  visibility: hidden;
}
.news-box:hover {
  border-radius: 20px;
  /* background: #FFF; */
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 12px;
  border-bottom: none;
  margin-top: 18px;
  margin-bottom: 0;
  border: none;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.news-box:hover .read-more-btn{
  visibility: visible;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.testimonials-mar:hover .marquee-text-testimonials {
  left: 0!important;
  font-weight: normal;
}
.news-box:hover .shadow-shape {
  display: block;
}
.news-box .icon-box-content {
  position: absolute;
  top: 20px;
  right: 20px;
  left: unset;
  /* right: 0; */
  text-align: center;
  background-color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50%;
}
/*------------------- Team  -----------------------*/
.team-headbox {
  background: #0C0D0E;
  border-radius: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-text {
  color: #dfdfdf;
  font-size: 15px;
}
.team-head.section_main_head {
  max-width: 84%;
  margin: 0 auto;
}
.team-head.section_main_head h3 {
  max-width: 77%;
  margin: 0 auto;
}
.team_img img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 50%;
}
.team_rightbox {
  padding-left: 48px;
}
.team_head  a {
  color: #141B22;
  font-size: 16px;
}
.team_head{
  padding-top: 0;
}
.team_outer:hover .team_head  a{
  color: var(--color-primary);
}

/*---------------Newsletter ---------------*/
.newsletter-container {
  border-radius: 20px;
  /* background-color: #f9e5e4; */
  /* padding: 30px 40px; */
  max-width: 89%;
  margin: 0 auto;
}
.newsletter-container  h4 {
  color: white;
  font-size: 17px;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
}
.newsletter_shortcode {
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: #898F95;
  padding: 9px 24px 9px 33px;
  font-family: var(--primary-font);
  border-radius: 10px;
  border: none;
  font-size: 14px;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #898F95;
}
.newsletter_shortcode input[type="submit"] {
  padding: 9px 0px;
  /* position: absolute; */
  right: 0;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  color: white;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  letter-spacing: 3px;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  background-color: #38220F;
  padding: 2em;
}
.testimonial-field-name {
  position: relative;
}
.testimonial-field-name i {
  position: absolute;
  top: 43%;
  z-index: 999;
  transform: translateY(-50%);
  left: 10px;
  color: #cbc9c9;
}
.testimonial-form {
  display: flex;
}
.testimonial-field-name p {
  margin: 0;
}
.testimonial-field-name br {
  display: none;
}
.testimonial-field-name {
  position: relative;
  width: 100%;
  float: left;
  margin-right: 27px;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
#best-seller button.owl-prev {
    left: -22px;
    top: 50%;
}
#best-seller button.owl-next {
    top: 50%;
    right: -24px;
}