.wi-about-area {
	padding-top: 90px;
	position: relative;
	padding-bottom: 130px;
}

.wi-about-area .wi-about-img {
	text-align: center;
	position: relative;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.wi-about-area .wi-about-img img:nth-child(1) {
	position: relative;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes wi-about-amination {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	70% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes wi-about-amination {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	70% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.wi-about-area .wi-about-img img:nth-child(2) {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
	-webkit-animation: wi-about-amination 10s infinite linear;
	animation: wi-about-amination 10s infinite linear;
}

.wi-about-area .wi-about-img img:nth-child(3) {
	position: absolute;
	top: 175px;
	right: -50px;
	max-width: 260px;
	-webkit-animation: wi-about-amination 10s infinite linear;
	animation: wi-about-amination 10s infinite linear;
}

.wi-about-area .wi-about-img img:nth-child(4) {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 260px;
	bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: wi-about-amination 10s infinite linear;
	animation: wi-about-amination 10s infinite linear;
}

.wi-about-area .wi-about-img img:nth-child(5) {
	position: absolute;
	top: 160px;
	left: -65px;
	max-width: 275px;
	-webkit-animation: wi-about-amination 10s infinite linear;
	animation: wi-about-amination 10s infinite linear;
}

.wi-about-area .wi-about-content {
	max-width: 600px;
	padding-left: 20px;
}

.wi-about-area .wi-about-content .section-title {
	text-align: left;
	margin-bottom: 35px;
}

.wi-about-area .wi-about-content .section-title p {
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}

.wi-cmn-btn {
	font-weight: 500;
	font-size: 15px;
	color: #0b0320;
	background-color: #ffbe00;
	padding: 12px 30px;
	border-radius: 50px;
	display: inline-block;
}

.wi-pop-bg {
	background: #e4353a;
	position: relative;
	background-image: url(../img/home-popcron.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* border-radius: 0 0 80px 0; */
}

.wi-bounceimg {
	-webkit-animation: wi-bounceimg 2s ease-in-out 0s infinite alternate;
	animation: wi-bounceimg 2s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes wi-bounceimg {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes wi-bounceimg {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.wi-cheackimg {
	-webkit-animation: wi-cheackimg 2s ease-in-out 0s infinite alternate;
	animation: wi-cheackimg 2s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes wi-cheackimg {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes wi-cheackimg {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes ripple_2 {
	0% {
		box-shadow: 0 0 0 0 rgb(37 55 142 / 80%), 0 0 0 1em rgb(37 55 142 / 75%), 0 0 0 3em rgb(37 55 142 / 70%);
	}
	100% {
		box-shadow: 0 0 0 1em rgb(37 55 142 / 56%), 0 0 0 3em rgb(37 55 142 / 52%), 0 0 0 5em rgba(135, 1, 13, 0);
	}
}

.wi-manchale-animate {
	animation: ripple_2 1.5s linear infinite
}

.wi-manchale-circle {
	width: 330px;
	height: 330px;
	background-color: #25378e;
	margin-left: 75px;
	margin-top: 100px;
	border-radius: 50%;
	position: absolute;
}

.wi-manchale {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-top: 12%;
	/* margin-top: -200px;
      z-index: 9;
      position: relative; */
}

.wi-home-contact-btn {
	background: #101010;
	color: #fff;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 8px;
	font-size: 18px;
	margin-top: 10px;
}

.wi-home-contact-btn:hover {
	background: #fff;
	color: #000;
	padding: 10px;
	border: 1px solid #fff;
	font-size: 20px;
}

.wi-movecar {
	bottom: 15%;
	display: block;
	animation: linear infinite alternate;
	animation-name: run;
	animation-duration: 2s;
}

@keyframes run {
	0% {
		left: 0;
		transform: translateX(0);
	}
	100% {
		left: 100%;
		transform: translateX(23%);
	}
}

.wi-pr {
	padding-right: 0px;
}

.wi-pl {
	padding-left: 0px;
}

.wi-contact-details-card{
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  /* margin-top: -200px; */
  z-index: 9;
  position: relative; 
}
.wi-contact-details-card h3 {
  font-size: 28px;
  color: #0b0c12;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.crinkle-product {
	background-image: url(../img/product/product-bg1.png);
	/* background-position: center; */
	background-repeat: no-repeat;
	background-size: cover
}
.popcron-product{
	background-image: url(../img/product/product-popcron.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.kurkure-bg{
	background-image: url(../img/product/kurkure-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.product-kurkure{
    margin-top: 12%;
}
.product-kurkure .service-img {
	margin-bottom: 30px;
	text-align: center;
  }
  
  .product-kurkure .service-img img {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: service-two-animation 10s infinite linear;
			animation: service-two-animation 10s infinite linear;
  }
  
  @-webkit-keyframes service-two-animation {
	0% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.1);
			  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }
  
  @keyframes service-two-animation {
	0% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.1);
			  transform: scale(1.1);
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
  }

  .pasta-bg {
	background-image: url(../img/product/pasta-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}
  .kurkure-bg {
	background-image: url(../img/product/kurukure.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}
.french-bg {
	background-image: url(../img/product/french.png),radial-gradient(circle, rgb(249 123 54) 30%, rgb(205 78 8) 85%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	
}

.ring-bg {
	background-image: url(../img/product/popring.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}


/*contact us*/
.p-t-30 {
    padding-top: 30px;
}
.contact-item {
    display: grid;
    text-align: center;
}
.card-text-box h4 {
    text-transform: uppercase;
	font-weight: 500;
	color: #000;
	line-height: 1.5em;
}
.contact-map iframe {
    border: 1px solid #ebcd1e;
    border-radius: 20px;
    box-shadow: 1px 1px 8px 0px #ebcd1e;
    width: 100%;
}

.contact-banner-txt {
	font-size: 40px; 
	color:#fff; 
	line-height: 25px;
}
.contact-banner-txt a {
	color: #f9c200;
}

.contact-banner-bg {
	background-image: url(../img/oye-hoye-contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;
}

.about-banner-bg{
	background-image:url(../img/about-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height:350px;
}

.wi-about-txt {
	color: #000;

}
.wi-about-para-txt{
	text-align: justify;
}

