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

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

:root {
  --color1: #422e6e;
  --color2: #e5312a;
  --color3: #000000;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
a {
  text-decoration: none !important;
}
label {
  width: 100%;
}
/* header  */
.fix-header .header-sticky
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
/* home banner css start */
.owl-stage-outer {
  padding: 0 !important;
}
.owce-carousel .owl-nav button {
  opacity: 1 !important;
}
.owce-carousel .owl-nav .owl-next {
  right: -60px !important;
}
.owce-carousel .owl-nav .owl-prev {
  left: -60px !important;
}
.owce-carousel .owl-nav i {
  background: #fff;
  border-radius: 50% !important;
}
.owce-carousel .owl-nav i:hover {
  background: var(--color2);
  color: #fff;
}
.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 9;
  width: 100%;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 700 !important;
  color: var(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Poppins !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;  
}
.blog-image-wrapper {
  position: relative;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color2) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}

.blog-post-card .blog-content h2 {
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
}
.blog-post-card .blog-content h2 a {
  color: var(--color3);
  font-weight: 600;
}
.blog-post-card .blog-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-post-card .blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* download pdf start */

.download-box {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}
.download-box .img-box {
  overflow: hidden;
  border-radius: 20px;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: center;
  font: normal normal 600 22px/26px Poppins;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box:hover .text-box h4 {
  color: var(--color2);
}

/* download pdf end */

/* product detals css */
.product-details-header h1 {
  color: var(--color1);
  font-weight: 600;
}
.product-box h5 {
  color: var(--color2);
}

/* product detals css end */

.sub-heading {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color2);
}
.heading {
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--color1);
}
.elementor-slideshow__title, .elementor-slideshow__header .e-eicon-frame-expand, .elementor-slideshow__header .e-eicon-zoom-in-bold, .elementor-slideshow__header .e-eicon-share-arrow
{
  display: none !important;
}
.categoryhearder {
  background: #422E6E10;
  padding: 55px 0;
  text-align: center;
}
.categoryhearder .sub {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--e-global-color-primary);
}

.categoryhearder .title {
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px !important;
  color: var(--e-global-color-secondary);
}

.single-eproduct {
  background: #422E6E10;
}

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  font-weight: 500 !important;
  background: var(--color1);
  border: 1px solid var(--color1);
  color: var(--color4) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 500 18px / 22px Poppins !important;
  letter-spacing: 0px;
  color: var(--color1) !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0px solid #ececec;
  border-radius: 45px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* pagination style one css start  */

@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .heading
  {
    font-size: 32px;
  }
}


.product-wrapper .category-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 6px;
}
.product-wrapper h2.product-cat-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px 0 0px;
  line-height: 21px;
}

.product-wrapper .list-item a {
  font-size: 15px;
  color: #000;
  line-height: 24px;
}
.product-wrapper .list-item {
  display: inline;
  margin-right: 15px;
  position: relative;
  margin-bottom: 4px;
}
.product-wrapper .list-item:before {
  content: '';
  position: absolute;
  right: -8px;
  height: 80%;
  top: 10%;
  width: 1px;
  background-color: #aaa;
}
.product-wrapper .list-item:last-child:before {
display: none;
}