.heading.visible{
	opacity: 0;
	transform: translateY(50px);
	animation: fadeInDown 1.6s ease forwards;
}
.banner-service.visible{
	opacity: 0;
	animation: fadeInScaleUp 0.6s ease forwards;
}
.content_service_item.for_more_information.visible .left,
.content_service_item.type1.visible .left{
	opacity: 0;
	transform: translateY(50px);
	animation: slideInFromLeft 0.6s ease forwards;
}
.content_service_item.for_more_information.visible .right,
.content_service_item.type1.visible .right{
	opacity: 0;
	transform: translateY(50px);
	animation: slideInFromRight 0.6s ease forwards;
}
.content_service_item.type_5.visible ul li{
	opacity: 0;
	animation: fadeInScaleUp 0.6s ease forwards;
}
.content_service_item.type_5.visible ul li:nth-child(1){
	animation-delay: 0.2s;
}
.content_service_item.type_5.visible ul li:nth-child(2){
	animation-delay: 0.4s;
}
.content_service_item.type_5.visible ul li:nth-child(3){
	animation-delay: 0.6s;
}
.content_service_item.type_5.visible ul li:nth-child(4){
	animation-delay: 0.8s;
}
.content_service_item.type_5.visible ul li:nth-child(5){
	animation-delay: 1s;
}
.content_service_item.type_5.visible ul li:nth-child(6){
	animation-delay: 1.2s;
}
.content_service_item.contact_form_service_field.visible .gform_heading{
	opacity: 0;
	transform: translateY(50px);
	animation: fadeInDown 0.3s ease forwards;
}
.content_service_item.contact_form_service_field.visible .form-container{
	opacity: 0;
	transform: translateY(50px);
	animation: fadeInDown 1.2s ease forwards;
}
.content_service_item.get_more_knowledge.visible{
	opacity: 0;
	transform: translateY(50px);
	animation: fadeInDown 0.8s ease forwards;
}

.content_service_item.type2.visible >h3,
.content_service_item.type2.visible >h2{
	opacity: 0;
	transform: translateY(50px);
	animation: fadeInDown 0.8s ease forwards;
}
.content_service_item.type2.visible ul li{
	opacity: 0;
	animation: fadeInScaleUp 0.6s ease forwards;
}
.content_service_item.type2.visible ul li:nth-child(1){
	animation-delay: 0.1s;
}
.content_service_item.type2.visible ul li:nth-child(2){
	animation-delay: 0.2s;
}
.content_service_item.type2.visible ul li:nth-child(3){
	animation-delay: 0.3s;
}
.content_service_item.type2.visible ul li:nth-child(4){
	animation-delay: 0.4s;
}
.content_service_item.type2.visible ul li:nth-child(5){
	animation-delay: 0.5s;
}
.content_service_item.type2.visible ul li:nth-child(6){
	animation-delay: 0.6s;
}
.content_service_item.type2.visible ul li:nth-child(7){
	animation-delay: 0.7s;
}
.content_service_item.type2.visible ul li:nth-child(8){
	animation-delay: 0.8s;
}
.content_service_item.type2.visible ul li:nth-child(9){
	animation-delay: 0.9s;
}
.content_service_item.type2.visible ul li:nth-child(10){
	animation-delay: 1s;
}

.content_service_item.type3.visible .hosting-package .package-item{
	opacity: 0;
	animation: fadeInScaleUp 0.6s ease forwards;
}
.content_service_item.type3.visible .hosting-package .package-item:nth-child(1){
	animation-delay: 0.2s;
}
.content_service_item.type3.visible .hosting-package .package-item:nth-child(2){
	animation-delay: 0.4s;
}
.content_service_item.type3.visible .hosting-package .package-item:nth-child(3){
	animation-delay: 0.6s;
}
.content_service_item.type_4.visible{

	animation: slideInFromRight 0.6s ease forwards;
}
.content_service_item.type6.visible ul li{
	animation: fadeInDown 0.8s ease forwards;
}

.content_service_item.type7.visible .mix-blocks ul.listing_with_icon li{
	opacity: 0;
	animation: fadeInUp 1.4s ease forwards;
}

.content_service_item.type7.visible .mix-blocks ul.listing_with_icon li:nth-child(2){
	animation-delay: 0.2s;
}
.content_service_item.type7.visible .mix-blocks ul.listing_with_icon li:nth-child(3){
	animation-delay: 0.4s;
}
.content_service_item.type7.visible .mix-blocks ul.listing_with_icon li:nth-child(4){
	animation-delay: 0.6s;
}