:root {
  --white: #ffffff;
  --main-color: #4b4342;
}
.opening_time p,
.home_contact_details p,
.team_sc h4.team_name a,
#project_single .posttype-box h1,
#getintouch .contact_text p,
#testimonials .owl-carousel .owl-item img,
.home_details a.theme_button,
.about-content p,
#plans_pricing .plans-content ul {
  margin: 0px;
}
.inner_carousel h2 small,
.opening_time p,
#our_records h4,
.team_sc h4.team_name cite,
.team_sc h4.team_name a,
.team_sc .team_wrap p,
.testimonial-shortcode h4.testimonial_name cite,
.testimonial-shortcode h4.testimonial_name a,
#project_single .about-socialbox i,
#getintouch .socialbox a:hover,
#getintouch .contact_text p,
#our_records p,
#our_partners h3,
#latest_post .read-more a:hover,
.testimonial_box p,
h4.testimonial_name cite,
#testimonials h3,
h4.testimonial_name a,
#team a.team-link:hover,
#team .team-socialbox a,
#team .nav-item p,
#plans_pricing .price-box,
#plans_pricing .price-heading-box h3,
#plans_pricing .price-heading-box p,
#plans_pricing .price-heading-box h4,
.bar_box p,
.choose-box-content h4,
.choose-box-content p,
.bar_box span.progress_percentage,
.progress-bar,
#services h3,
#choose_skills h3,
.woocommerce span.onsale,
.custom_items span.onsale,
#services h4 a,
#services p,
.home_contact_details i,
.home_details a.theme_button:hover {
  color: var(--white);
}
#slider a i,
.home_details,
#services button.owl-dot,
.team_sc .team-socialbox a:hover,
.team_sc .team-socialbox a,
#getintouch .socialbox a,
#getintouch .contact_icon i,
#our_records button.owl-dot.active,
#our_partners button.owl-dot,
.progress-bar,
#testimonials button.owl-dot.active,
.inner_product {
  background-color: var(--white);
}
/* --------- BANNER--------- */
#banner {
  overflow: hidden;
}
#banner .banner-wrapper {
  display: flex;
  align-items: center;
  min-height: 900px;
  background-color: #221a15;
}
#banner .banner-left {
  width: 50%;
}
#banner .banner-content {
  max-width: 100%;
  margin-left: auto;
  padding-right: 0px;
}
#banner .banner-right {
  width: 50%;
  height: auto;
}
#banner .banner-right img {
  width: 100%;
  min-height: 900px;
}

#banner .heading-2 {
  margin: 0;
  text-align: left;
}
#banner .heading-1,
#banner .heading-3 {
  width: 68%;
  margin-left: auto;
  padding: 50px 0px;
}
#banner .heading-1 h2,
#banner .heading-3 h2 {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #eae2da;
}
#banner .heading-2 h1 {
  width: 69%;
  margin-left: auto;
  font-family: Merienda One;
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  color: #221a15;
}
#banner p {
  width: 68%;
  margin-left: auto;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: white;
}
#banner .banner-btns {
  width: 103%;
  margin-left: auto;
  padding: 20px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#banner .banner-btns .theme_button-1 {
  background-color: #c9859a;
  padding: 17px 32px;
  color: white;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
#banner .banner-btns .theme_button-1:hover {
  background-color: transparent;
  border: 1px solid #eae2da;
}
#banner .banner-btns .theme_button-2 {
  background-color: transparent;
  border: 1px solid #eae2da;
  padding: 17px 32px;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #eae2da;
}
#banner .banner-btns .theme_button-2:hover {
  background-color: #c9859a;
  border: none;
}
/*------------------------- About-----------------------------*/
#about a.theme_button {
  background-color: #c9859a;
}
#about a.theme_button:hover {
  background-color: #221a15;
}
#about {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-heading h2 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #002b46;
}
.about-heading img {
  text-align: right;
}
.about-content p {
  padding: 10px 0px;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #221a15b2;
}
.about-content a {
  display: inline-block;
  margin-top: 25px;
}
#about ul li {
  list-style: none;
}
.about_img img {
  width: 100%;
}
h4.subheading {
  color: #858585;
}
.section h3,
.li_content i {
  color: #221a15;
}
/*- Services ----*/
#services {
  padding: 50px 0px;
}
#services h3 {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #eae2da;
}
#services .service-box h4 {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #eae2da;
}
#services .service-box p {
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #eae2da;
}
#services .owl-dots {
  display: block;
}
#services button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 2px;
  border: none;
  border-radius: 50%;
}
#services button.owl-dot.active {
  background-color: #c9859a;
}
#services button:focus {
  outline: inherit !important;
}
.service-box:hover img {
  transition: 0.3s;
  animation: pulse 1s infinite;
}
/*--Popular Products----*/
.product-title h3 {
  color: #ff6589;
}
.inner_product {
  margin-bottom: 25px;
  border: solid 1px #e8e8e8;
}
.inner_product a {
  color: #3f3f3f;
}
.inner_product h5 {
  color: #191b27;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.inner_product a.added_to_cart.wc-forward {
  top: 20% !important;
}
.product-thumb {
  position: relative;
}
.product-thumb img {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.cart-btn a.button {
  text-indent: -9999px;
  border: none;
  display: block;
  margin: -25px auto 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0px;
  position: relative;
  transition: 0.3s;
  animation: pulse 1s infinite;
}
.custom-product-price {
  color: #221a15b2;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.custom-product-price del {
  font-size: 12px;
}
.woocommerce span.onsale,
.custom_items span.onsale {
  top: 0 !important;
  left: 0 !important;
  right: inherit !important;
  background-color: #c9859a;
  font-weight: bold;
  font-size: 14px;
  display: block;
  letter-spacing: 2px;
  padding: 4px 10px;
  border-radius: 0 !important;
  line-height: inherit;
  min-height: inherit;
  position: absolute;
  text-transform: uppercase;
}
.inner_product:hover span.onsale {
  background-color: #221a15;
  transition: 0.5s;
}
.inner_product:hover h5 a,
.inner_product:hover .custom-product-price {
  color: #221a15;
}
.inner_product a.added_to_cart.wc-forward {
  display: block;
}
.product-text {
  padding: 0px 15px 15px;
}
.product-rating {
  display: inline-block;
}
.star-rating {
  color: #feb42b;
  border-color: #feb42b;
  margin: 0 auto;
  overflow: hidden;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  position: relative;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  padding-top: 1.5em;
  position: absolute;
  left: 0;
}
.star-rating:before {
  color: #feb42b;
  border-color: #feb42b;
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  margin: 0 auto;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  position: absolute;
}
/*------------------------- Skills -----------------------------*/
.progress-bar {
  height: 15px;
  border-radius: 25px;
  margin-top: -8px;
}
.bar_box p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Merienda One", cursive;
}
.bar_box span.progress_percentage {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 8px;
  font-weight: bold;
}
.bar_box .progress {
  background-color: transparent;
  position: relative;
  overflow: visible;
  border: solid 3px var(--white);
  padding: 15px 45px 15px 16px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.why-choose-box :hover img {
  transform: rotateY(180deg);
}
/*-------------------------Team -----------------------------*/
.team-socialbox {
  height: 100%;
  width: 100%;
}
.team-image img {
  width: 100%;
}
h3.team a {
  color: #f33e17;
}
#team a.nav-link.active .date_box {
  display: block;
}
#team .nav-item p {
  position: absolute;
  bottom: 0px;
  background: #932b82;
  margin-bottom: 0px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}
#team .nav-item img {
  width: 100%;
}
#team .nav-item a.nav-link {
  position: relative;
}
#team .nav-link {
  padding: 0px !important;
}
#team .team-socialbox a {
  background-color: #221a15;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  padding-top: 9px;
  margin: 0px 3px;
}
#team .team-socialbox a:hover {
  background-color: #221a15;
  border-radius: 0%;
}
#team a.team-link {
  background-color: #c9859a;
  padding: 16px 32px;
  margin-top: 15px;
  display: inline-block;
  color: white;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
#team a.team-link:hover {
  background-color: #221a15;
}
#team span.teamimg-border::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 3px solid #eae2da;
  z-index: 2;
  pointer-events: none;
  top: 15px;
  bottom: 25px;
}
#team .active span.teamimg-border::after {
  border: 3px solid #221a15;
}
/*------------------------Testimonials -----------------------------*/
#testimonials .testimonial_designation {
  text-align: left;
  font-family: Merienda One;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #eae2da;
}
.test_shortcode_bg {
  background-color: #ddd;
  padding: 30px 0px;
}
#testimonials .owl-carousel .owl-item img {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  margin-top: 11px;
}
#testimonials .owl-dots {
  display: block;
  text-align: center;
}
#testimonials button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: transparent;
  border: solid 2px var(--white);
  border-radius: 50%;
}
#testimonials button.owl-dot.active {
  border: solid 2px var(--white);
}
#testimonials button:focus {
  outline: inherit !important;
}
h4.testimonial_name a {
  font-size: 24px;
}
h4.testimonial_name cite {
  display: block;
  text-align: left;
  font-size: 16px;
}
#testimonials ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 10px;
  vertical-align: middle;
}
.testimonial_box p {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 20px 10px;
}
/*------------------------- Partners -----------------------------*/
#our_partners .owl-carousel {
  padding: 25px 0px;
}
#our_partners .owl-dots {
  margin-top: 30px;
}
#our_partners button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  border: solid 2px #002b46;
}
#our_partners button.owl-dot.active {
  background-color: #221a15;
  border: solid 2px #221a15;
}
#our_partners button:focus {
  outline: inherit !important;
}
.partners_inner img {
  width: 100px;
}
/*------------------Latest Post -----------------*/
#latest_post .postbox {
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
#latest_post .postbox-content {
  padding-top: 40px;
  padding-bottom: 20px;
}
#latest_post .postbox h3 {
  font-size: 24px;
  padding-bottom: 15px;
}
#latest_post .postbox p {
  padding: 0px 15px;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #221a15b2;
}
#latest_post .read-more a {
  background-color: #c9859a;
  padding: 16px 32px;
  margin-top: 15px;
  display: inline-block;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: white;
}
#latest_post .read-more a:hover {
  background-color: #221a15;
}
#latest_post .postcol3 {
  padding: 15px 15px 5em;
}
#latest_post .postcol3 .read-more {
  padding-top: 17px;
}
/*------------------------- Our Records -----------------------------*/
#our_records {
  padding: 50px 0px;
  background-size: 100% 100%;
}
#our_records .owl-stage-outer {
  padding: 15px 0;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  padding: 0px;
}
#our_records p {
  font-size: 14px;
}
#our_records .owl-dots {
  margin-top: 30px;
}
#our_records button.owl-dot {
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: #c9859a;
  border: none;
  border-radius: 50%;
}
#our_records button:focus {
  outline: inherit !important;
}
.counter_inner:hover img {
  transition: 0.3s;
  animation: pulse 1s infinite;
}
/*------------------ Get In Touch -----------------*/
#apex_gallery,
#about,
#products,
#team {
  padding: 80px 0px;
}
#apex_gallery h3,
#about .about-heading h3,
#products h3,
#team h3,
#team .team_name a {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #221a15;
}
#products .product_head a {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #221a15;
}
#products .product-text p {
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #221a15b2;
}
#choose_skills h3 {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #eae2da;
}
#choose_skills .bar_box p {
  font-family: Merienda One;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 16px;
  color: #eae2da;
}
#choose_skills .choose-box-content h4 {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #eae2da;
}
#choose_skills .choose-box-content p {
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #eae2dacc;
}
#testimonial_partner h3 {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #eae2da;
}
#testimonial_partner .testimonial_name a {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #eae2da;
}
#latest_post .post_head a {
  font-family: Merienda One;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #221a15;
}
#our_records .count {
  font-family: Merienda One;
  font-weight: 600;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  color: #eae2da;
}
#our_records p {
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #eae2da;
}
#team .team-box p {
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #221a15b2;
}
#testimonial_partner .testimonial_box p {
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #eae2dacc;
}
#choose_skills h3,
#apex_gallery,
.inner_product,
.product-title h3,
#team .team-box,
#services,
#testimonials ul,
.about-content,
.testimonial_box p,
.home_contact_details,
#our_partners .owl-dots,
#getintouch .contact_icon,
#our_records .owl-dots,
#latest_post .postbox-content,
#getintouch .socialbox a {
  text-align: center;
}
#getintouch .contact_icon i,
#getintouch .socialbox a {
  color: #ff6589;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#getintouch .socialbox a:hover {
  background-color: #c9859a !important;
}
#getintouch .contact_icon i {
  padding-top: 13px;
}
#getintouch .contact_text p {
  font-size: 16px;
  padding-top: 6px;
}
#getintouch .socialbox a {
  padding-top: 10px;
  display: inline-block;
  margin: 10px 8px;
}
#getintouch .socialbox a:hover {
  background-color: #ff6589;
}
.home_contact_details i {
  font-size: 20px;
}
#getintouch embed {
  width: 100%;
}
.contact_text a {
  color: #eae2da;
  padding-top: 8px;
  font-family: ABeeZee;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.contact_text a:hover {
  color: #c9859a;
}
.home.blog .widget_block.widget_search form {
  padding: 0 !important;
}
