:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #FFC107;
  --blue: #002F6C;
}

/*-------------- Owl crousel ---------------*/
body.home{
  background-color: #fff;
}
/* SLIDER */
#slider {
  position: relative;
  padding: 0px;
}
#slider .slider-center-image {
  width: 450px;
  height: 300px;
  margin: auto;
  background: #EADDD5;
  clip-path: polygon(29.113% 11.455%, 29.113% 11.455%, 35.984% 4.997%, 42.729% 1.356%, 49.279% 0.148%, 55.565% 0.992%, 61.518% 3.508%, 67.069% 7.314%, 72.149% 12.028%, 76.689% 17.269%, 80.62% 22.655%, 83.873% 27.805%, 83.873% 27.805%, 86.335% 32.11%, 88.81% 36.757%, 91.217% 41.715%, 93.479% 46.95%, 95.517% 52.429%, 97.25% 58.12%, 98.602% 63.989%, 99.491% 70.005%, 99.841% 76.134%, 99.571% 82.344%, 99.571% 82.344%, 98.229% 88.85%, 95.77% 93.608%, 92.369% 96.807%, 88.205% 98.638%, 83.456% 99.288%, 78.299% 98.95%, 72.912% 97.811%, 67.473% 96.062%, 62.16% 93.892%, 57.15% 91.491%, 57.15% 91.491%, 52.796% 90.23%, 48.217% 90.484%, 43.457% 91.828%, 38.556% 93.835%, 33.558% 96.079%, 28.505% 98.135%, 23.44% 99.576%, 18.405% 99.976%, 13.443% 98.91%, 8.597% 95.95%, 8.597% 95.95%, 4.499% 91.236%, 1.76% 85.288%, 0.381% 78.258%, 0.367% 70.297%, 1.72% 61.556%, 4.444% 52.187%, 8.542% 42.341%, 14.018% 32.17%, 20.873% 21.824%, 29.113% 11.455%);
}
#slider .slider-center-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-left-img{
  height: 500px;
  width: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider-right-img{
  height: 500px;
  width: 450px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.slider-left-img img,.slider-right-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-products-img-box{
  background: #EADDD5;
  border-radius: 50%;
  width: 140px;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.slider-product-box:nth-child(1) .slider-products-img-box img,.slider-product-box:nth-child(3) .slider-products-img-box img{
  transform: rotate(20deg);
}
.slider-product-box:nth-child(2) .slider-products-img-box img,.slider-product-box:nth-child(4) .slider-products-img-box img{
  transform: rotate(-20deg);
}
.slider-product-box:nth-child(1) {
  transform: rotate(-20deg);
  top: 130px;
  position: relative;
  left: -15px;
}
.slider-product-box:nth-child(2) {
  transform: rotate(-10deg);
  position: relative;
  right: 30px;
}
.slider-product-box:nth-child(3) {
  transform: rotate(10deg);
  position: relative;
  left: -5px;
}
.slider-product-box:nth-child(4) {
  transform: rotate(20deg);
  top: 130px;
  position: relative;
  right: 30px;
}
.slider-product-box:hover .slider-products-img-box{
  background: var(--dark-orange);
  transition: all 0.5s ease 0s;
}
#slider h1{
  color: var(--dark-orange);
  font: 400 50px / 60px var(--h3-font);
  animation: fade-in 3s linear infinite;
  -webkit-animation: fade-in 2s linear infinite;
  width: 80%;
  margin: auto;
}

/* newsletter */
.newsletter-head-content-box h3, .newsletter-head-content-box p{
  color: #000000;
}
.newsletter-head-content-box p{
  width: 80%;
}
#newsletter .wpcf7 input[type="email"]{
  padding: 15px 20px;
  border-color: #000;
  border-radius: 0px;
}
#newsletter .wpcf7-form-control-wrap{
  font: 400 14px / 20px var(--pri-font);
  color: #000;
}
#newsletter input[type="submit"] {
  background: var(--dark-orange);
  border-radius: 0px;
  color: #fff;
  padding: 12px 35px;
  position: absolute;
  top: 4px;
  right: 4px;
  font: 700 16px / 20px var(--pri-font);
}
#newsletter input[type="submit"]:hover{
  background: var(--blue);
}
#newsletter form{
  position: relative;
}
#newsletter .wpcf7 form.invalid .wpcf7-response-output{
  color: #000;
}
#footer_box .wpcf7 form.invalid .wpcf7-response-output,#Get-Contact .wpcf7 form.invalid .wpcf7-response-output{
  color: #000;
}









