.heart {
	font-size: 150px;
	color: #e00;
	animation: beat .25s infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.4); }
}





.gear
{
  animation: animName 2s linear infinite;

  background:transparent;
  
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.vision_flip
 {
  display: block;
  width: 780px;
  height: 359px;
  margin: 54px auto;
  font-size: 260px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  color: #FFF;
}
.flipchar {
  display: inline-block;
  animation: mirrorflip 10s 0s linear infinite;
  color: #f66e49;
}

@keyframes mirrorflip {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		
	}
	50% {
		transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
	}
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
	}
}



.zoom-in-zoom-out {
    
    animation: zoom-in-zoom-out 2s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }


  .social_icon li a{
    overflow: hidden;
  }




  .crsl_tp{
    margin-top: 134px;
  }
  .carousel-inner::after{
  display: block;
  clear: both;
  content: "";
  background-color: #000;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;}
  .carousel-inner h5::after{
color: #fff;
  }



  /* sec section */
  .cid-qVGEycqSru
{
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #f9f9f9;
}
.card
{
  background-color: transparent;
  border: none;
  background-color: #f9f9f9 !important;
  border: none !important;
}
.card-img,.card-title{
  text-align: center;
}
.card-title{
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #30ae3e  !important;
}