.header-bg {
  background-image: url(../images/slider/slider-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 645px;
}

.header-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  background: url(../images/slider/header-leaf-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-bg.header-bg-page:before {
  background-size: cover;
  background-position: bottom;
}

.header-bg .tp-bullets {
  -webkit-transform: translateY(-200px) !important;
          transform: translateY(-200px) !important;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bg .ares .tp-bullet {
  width: 20px;
  height: 7px;
  background: #fba604;
  border-radius: 10px;
  position: initial;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.header-bg .ares .tp-bullet.selected {
  width: 70px;
  background: #fff;
}

.tp-bannertimer {
  display: none !important;
}
.tp-caption{
  color: #fff !important;
}
.btn{
  color: #fff;
}
.tp-caption.LandingPage-Title, .LandingPage-Title {
  font-family: 'poppins',sans-serif;
  font-size: 52px;
  line-height: 90px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  /* margin-top: 53px !important; */
  color: #1f1c1e !important;
  top: 52px !important;
}

.tp-caption.LandingPage-SubTitle, .LandingPage-SubTitle {
  font-family: 'poppins',sans-serif;
  color: #FFCC00;
}

.header-product-price {
  font-size: 40px;
  margin-left: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1 !important;
}

.header-product-price del {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

.header-bg-two {
  background-image: url(../images/slider/bg-2.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-bg-two:before {
  content: none;
}

.header-2-image-sm {
  position: relative;
}

.header-2-image-sm:before {
  content: "";
  position: absolute;
  width: 285px;
  height: 88px;
  bottom: 0;
  left: 50%;
  background-image: url(../images/slider/header-2-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
}

.header-2-image-lg {
  position: relative;
}

.header-2-image-lg:before {
  content: "";
  position: absolute;
  width: 355px;
  height: 144px;
  bottom: 0;
  left: 50%;
  background-image: url(../images/slider/header-2-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  -webkit-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}

.header-2-title {
  color: #222222 !important;
}

.header-2-caption-shape {
  background-image: url(../images/slider/text-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 150px;
  text-align: center;
}

.header-2-caption-shape .header-content-subtitle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-2-caption-shape .header-content-subtitle p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.header-2-caption-shape .header-content-subtitle p span {
  margin-left: 15px;
  margin-right: 15px;
}

.header-2-caption-shape .header-subtitle-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px !important;
}

.header-2-caption-shape .header-subtitle-price span {
  margin-right: 0;
  margin-left: 0;
  margin-top: 10px;
  font-size: 45px !important;
}

.header-2-caption-shape .header-subtitle-price span small {
  font-size: 25px !important;
}

.header-2-caption-shape .header-content-cart {
  width: 182px;
  height: 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 5px 15px 5px 75px !important;
  text-align: right !important;
}

.header-2-caption-shape .header-cart-button {
  position: absolute;
  width: 68px;
  height: 68px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #fba604;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.header-2-caption-shape .header-cart-button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-2-caption-shape .header-cart-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #fba604;
}

.header-bg-three {
  background-image: url(../images/slider/header-three-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.header-bg-three .tp-bullets {
  left: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1170px;
  width: 100% !important;
  -webkit-transform: translate(-49%, -200px) !important;
          transform: translate(-49%, -200px) !important;
}

.header-bg-three .ares .tp-bullet {
  width: 20px;
  height: 7px;
  background: #222222;
  border-radius: 10px;
  position: initial;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.header-bg-three .ares .tp-bullet.selected {
  width: 70px;
  background: #fba604;
}

.header-3-caption-shape .header-content-subtitle {
  border: 2px dashed #222222;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 15px 40px;
}

.header-3-caption-shape .header-content-subtitle p {
  margin-bottom: 0;
  color: #222222;
  font-weight: 500;
}

.header-3-caption-shape .header-content-subtitle p span {
  margin-left: 15px;
  margin-right: 15px;
}

.header-3-caption-shape .header-content-subtitle .header-subtitle-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px !important;
  color: #fba604;
}

.header-3-caption-shape .header-content-subtitle .header-subtitle-price span {
  margin-right: 0;
  margin-left: 0;
  margin-top: 5px !important;
  font-size: 45px !important;
  line-height: 1 !important;
}

.header-3-caption-shape .header-content-subtitle .header-subtitle-price span small {
  font-size: 25px !important;
}

.header-3-caption-shape .header-content-cart {
  width: 182px;
  height: 45px;
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 5px 15px 5px 75px !important;
  text-align: right !important;
}

.header-3-caption-shape .header-cart-button {
  position: absolute;
  width: 68px;
  height: 68px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #fba604;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.header-3-caption-shape .header-cart-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.header-3-caption-shape .header-cart-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #fff;
}

.header-custom-nav-item {
  font-weight: 500;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header-custom-nav-item i {
  color: #222222;
  font-size: 15px;
}

.header-custom-nav-next i {
  margin-left: 10px;
}

.header-custom-nav-prev i {
  margin-right: 10px;
}

.header-container .header-page-shape-item:nth-child(6) {
  bottom: 150px;
}

.header-carousel.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 7px;
  background: #fba604;
  border-radius: 10px;
  margin: 0;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 70px;
  background: #fff;
}

.header-carousel-text h1 {
  font-size: 57px;
  font-weight: 400;
  font-family: "Abril Fatface", cursive;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #222222;
}

.header-carousel-text p {
  font-size: 25px;
  font-weight: 500;
  color: #FFCC00;
  margin-bottom: 25px;
}

.header-carousel-text .header-carousel-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-carousel-text .header-product-price {
  font-size: 40px;
  margin-left: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1 !important;
  margin-bottom: 0;
}

.header-carousel-text .header-product-price del {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

.header-carousel-text-three h1 {
  font-size: 57px;
  font-weight: 400;
  font-family: "Abril Fatface", cursive;
  margin-bottom: 20px;
  line-height: 1.4;
}

.header-carousel-text-three p {
  font-size: 16px;
  font-weight: 400;
  color: #A8A8A8;
  margin-bottom: 25px;
}

.header-carousel-text-three .header-content-subtitle {
  border: 2px dashed #222222;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 15px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-carousel-text-three .header-content-subtitle p {
  margin-bottom: 0;
  color: #222222;
  font-weight: 500;
  font-size: 18px;
}

.header-carousel-text-three .header-content-subtitle p span {
  margin-left: 15px;
  margin-right: 15px;
}

.header-carousel-text-three .header-content-subtitle .header-subtitle-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px !important;
  color: #fba604;
}

.header-carousel-text-three .header-content-subtitle .header-subtitle-price span {
  margin-right: 0;
  margin-left: 0;
  margin-top: 5px !important;
  font-size: 45px !important;
  line-height: 1 !important;
}

.header-carousel-text-three .header-content-subtitle .header-subtitle-price span small {
  font-size: 25px !important;
}

.header-carousel-text-three .header-content-cart {
  width: 182px;
  height: 45px;
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 5px 15px 5px 75px !important;
  text-align: right !important;
}

.header-carousel-text-three .header-cart-button {
  position: absolute;
  width: 68px;
  height: 68px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #fba604;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.header-carousel-text-three .header-cart-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.header-carousel-text-three .header-cart-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #fff;
}

.header-carousel-image img {
  position: relative;
}

.header-bg-two-owl .header-page-shape-item:nth-child(1) {
  top: 26%;
  left: 9%;
}

.header-bg-two-owl .header-page-shape-item:nth-child(2) {
  top: -50px;
  right: 22%;
  left: auto;
}

.header-bg-two-owl .header-page-shape-item:nth-child(3) {
  top: auto;
  bottom: 30%;
  right: 5%;
}

.header-bg-two-owl .header-page-shape-item:nth-child(4) {
  top: auto;
  bottom: 0%;
  right: 35%;
}

.header-carousel-two .owl-stage-outer {
  padding-bottom: 30px;
}

.header-carousel-two .header-carousel-text h1 {
  font-size: 80px;
}

.header-carousel-two .header-2-image-sm:before {
  width: 390px;
  height: 115px;
}

.header-carousel-two .header-carousel-image {
  max-width: 400px;
}

.header-carousel-two .header-carousel-image img {
  position: relative;
}

.header-carousel-two .header-2-caption-shape {
  background-image: url(../images/slider/text-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 150px;
  text-align: center;
}

.header-carousel-two .header-2-caption-shape .header-content-subtitle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-carousel-two .header-2-caption-shape .header-content-subtitle p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

.header-carousel-two .header-2-caption-shape .header-content-subtitle p span {
  margin-left: 15px;
  margin-right: 15px;
}

.header-carousel-two .header-2-caption-shape .header-subtitle-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px !important;
}

.header-carousel-two .header-2-caption-shape .header-subtitle-price span {
  margin-right: 0;
  margin-left: 0;
  margin-top: 10px;
  font-size: 45px !important;
}

.header-carousel-two .header-2-caption-shape .header-subtitle-price span small {
  font-size: 25px !important;
}

.header-carousel-two .header-2-caption-shape .header-content-cart {
  width: 182px;
  height: 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 5px 15px 5px 75px !important;
  text-align: right !important;
}

.header-carousel-two .header-2-caption-shape .header-cart-button {
  position: absolute;
  width: 68px;
  height: 68px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #fba604;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.header-carousel-two .header-2-caption-shape .header-cart-button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-carousel-two .header-2-caption-shape .header-cart-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #fba604;
}

.header-carousel-two .header-2-image-lg:before {
  -webkit-transform: translate(-50%, 45px);
          transform: translate(-50%, 45px);
}

.header-carousel-three.owl-theme .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  left: 15px;
  right: 0;
  width: 1170px;
  margin: auto;
  text-align: left;
  bottom: 10%;
}

.header-carousel-three.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 7px;
  background: #fba604;
  border-radius: 10px;
  margin: 0;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-carousel-three.owl-theme .owl-dots .owl-dot:hover span {
  background: #222222;
}

.header-carousel-three.owl-theme .owl-dots .owl-dot.active span {
  width: 70px;
  background: #222222;
}

.header-bg-three-height {
  min-height: 900px;
}

.header-bg-three-height .owl-stage {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bg-three-height .header-page-shape-item:nth-child(1) {
  left: 5%;
  top: 18%;
}

.header-bg-three-height .header-page-shape-item:nth-child(2) {
  left: 30%;
  top: auto;
  bottom: 0;
}

.header-carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  right: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.header-control-item {
  padding: 0 10px;
}

.header-control-item button {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
/* .tp-loop-wrap{
  top: 389px !important;
} */

.bottom-img{
  position: absolute;
  top: -188px;
  left: 108px;
}

.bottom-img img{
  width: 190px !important;
  height: auto !important;
}

.main-img{
  position: relative;
  top: 6px;
  left: -193px;
}
.main-img img{
  width: 350px !important;
  height: auto !important;
}

.clock-img{
  left: -5px;
}

.clock-img img{
width: 100px !important;
height: auto !important;
}

.bulb-img{
  top: -49px !important;
}

.bulb-img img{
  width: 170px !important;
  height: auto !important;
}

.dog-img img{
  width: 288px !important;
  height: auto !important;
}

.slider-btn{
  background-color: #1f1c1e !important;
  color: #fff !important;
}

.sub-title-div{
  top: -32px !important;
  margin-bottom: 20px;
}

.tp-bullets{
  top: 93% !important;
}

@media (max-width: 1024px) {
  .sub-title-div{
    top: 0px !important;
  }

  .slider-btn{
    margin-top: 20px !important;
  }
  .tp-bullets{
    margin-top: 20px !important;
  }
}


@media (max-width: 768px) {

  .header-bg {
  height: 575px;
  }
  .slider-content{
    position: relative;
    top: 100px;
  }
  .main-title{
    font-size: 46px !important;
  }
  .sub-title-div{
    top: 8px !important;
    text-align: left !important;
  }
  .main-img{
    top: -200px;
    left: 162px;
  }
  .main-img img{
    width: 300px !important;
  }

  .tp-bullets{
    top: 70% !important;
  }
}

@media (max-width: 542px) {
  .header-bg {
    height: 590px;
    }
  .clock-img{
    left: 106px !important;
    top: 32px !important;
  }

  .clock-img img{
    width: 70px !important;
    }
    .bulb-img{
      top: 14px !important;
    }
    .bulb-img img{
      width: 125px !important;
    }

    .slider-content{
      top: 40px;
    }

    .main-img{
      top: 6px;
      left: 35px;
    }

    .main-img img{
      width: 246px !important;
    }
    .sub-title-div{
      top: 54px !important;
        }
        .slider-btn{
          margin-top: 77px !important;
          padding: 8px 16px !important;
        }

        .tp-bullets{
          top: 87% !important;
        }
}

@media (max-width: 320px) {
  .header-bg {
    height: 550px;
    }
  .main-img{
    top: 80px;
      left: 8px;
  }
  .main-img img{
    width: 198px !important;
  }
  .tp-bullets{
    top: 128% !important;
  }
  .clock-img{
    left: 90px !important;
  }
  .main-title{
    font-size: 32px !important;
  }
  .sub-title-div{
    top: 65px !important;
    font-size: 16px !important;
    line-height: 20px !important;
      }
      .slider-btn{
        margin-top: 106px !important;
      }
}