.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay2 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay3 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay4 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.delay5 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.delay6 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .imgBox h3 {
	font-size: 25px;
	line-height: 160%;
	padding-bottom: 20px;
	margin-bottom: 60px;
	position: relative;
	color: #000;
	text-align: center;
	font-weight: 400;
	letter-spacing: 5px;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 1px;
}

#articleInfo15 ul li {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	padding: 0px;
	margin: 2px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/3) - 10px);
	transition: all linear 0.3s;
	display: none;
}
	#articleInfo15 ul li:nth-child(4) {
		/* width: 49%; */
	}
	#articleInfo15 ul li:nth-child(5) {
		/* width: 49%; */
	}
#articleInfo15 ul li .item {
	padding: 20px 30px;
}
#articleInfo15 ul li .item  article{
	    text-align: center;
    padding: 15px 0 0 0;
}
#articleInfo15 ul li .item .circle {
  margin: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#articleInfo15 ul li .item .circle p {
  text-align: center;
  padding: 15px 0 0 0;
}
#articleInfo15 ul li .item .circle span {
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 2;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 99em;
  background: #fff;
  border: 2px solid #ff8e3c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff6200;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
#articleInfo15 ul li .item .circle span b {
  font-size: 30px;
  font-weight: normal;
}
#articleInfo15 ul li .item .circle img {
  display: block;
  border-radius: 99em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}

#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 18px;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox .wow {
	margin: 0px 1% 0 0;
	overflow: hidden;
	width: 100%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}

#articleInfo15 .imgBox .tit.wow{
		margin: 50px 6% 0 1%;
		overflow: hidden;
		float: right;
		width: 40%;
}
#articleInfo15 .imgBox h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    width: 50px;
    height: 3px;
    background-color: #eca269;
    text-align: center;
}
#articleInfo15 .imgBox p {
	/* animation-name: fadeInRight; */
	/* -webkit-animation-name: fadeInRight; */
	/* font-size: 16px; */
	/* font-weight: 400; */
	/* letter-spacing: 0.02em; */
	/* line-height: 190%; */
	/* color: #4e4e4e; */
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
	#articleInfo15 .imgBox .wow{float: none;width: 100%;padding-bottom: 30px;}
	#articleInfo15 ul.serviceInfo15{padding: 30px 0 15px;}
#articleInfo15 .imgBox .tit.wow {
    margin: 20px 0% 0 0%;
    overflow: hidden;
    float: none;
    width: 100%;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 80%;
	}
	#articleInfo15 ul li:nth-child(3) {
		/* width: 100%; */
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
#articleInfo15 ul {
    position: relative;
    margin: 0px 0 0px;
    padding: 0px 0 0px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
	}

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
