#presitge-carousel .owl-item.active .prestige-content h4{
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.1s;
}

#presitge-carousel .owl-item.active .prestige-information h5,
#home-banner .owl-item.active .slider-content h1{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}

#presitge-carousel .owl-item.active .prestige-information p,
#home-banner .owl-item.active .slider-content p{
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.5s;
}

.past-image,
.present-image,
.future-image,
.items-wrapper .tab-pane,
.project-image-wrapper,
.blogs-image,
.work-with-wrapper .work-with-image,
.legacy-image{
	overflow: hidden;
}
.past-image img,
.present-image img,
.future-image img,
.items-wrapper .tab-pane img,
.project-image-wrapper img,
.blogs-image img,
.work-with-wrapper .work-with-image img,
.legacy-image img{
	transition: 1s all ease;
}
.past-image img:hover,
.present-image img:hover,
.future-image img:hover,
.items-wrapper .tab-pane img:hover,
.project-image-wrapper img:hover,
.blogs-image img:hover,
.work-with-wrapper .work-with-image img:hover,
.legacy-image img:hover{
	transform: scale(1.05);
}

