.entry-title.visible,.description.visible{
	animation: fadeInSlideUp 0.6s ease forwards;
}
.our-services .left-our-services img{
	opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.our-services.visible  .left-our-services img{
	transform: translateY(0);
	opacity: 1;
}
.left-our-services{
	
	animation: slideInFromLeft 0.6s ease forwards;
}

.right-our-services.visible li{
opacity: 0;
    transform: translateY(20px);
    animation: fadeInRight 0.6s ease forwards;
}

.page-template-about-us-template .mission-statement .container-c .right.visible ul li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}
.right-our-services ul li:nth-child(1) {
    animation-delay: 0.2s;
}
.right-our-services ul li:nth-child(2) {
    animation-delay: 0.4s;
}
.right-our-services ul li:nth-child(3) {
    animation-delay: 0.6s;
}
.right-our-services ul li:nth-child(4) {
    animation-delay: 0.8s;
}


.page-template-about-us-template .mission-statement .container-c .right.visible ul li:nth-child(1) {
    animation-delay: 0.2s;
}
.page-template-about-us-template .mission-statement .container-c .right.visible ul li:nth-child(2) {
    animation-delay: 0.4s;
}
.page-template-about-us-template .mission-statement .container-c .right.visible ul li:nth-child(3) {
    animation-delay: 0.6s;
}
.page-template-about-us-template .mission-statement .container-c .right.visible ul li:nth-child(4) {
    animation-delay: 0.8s;
}

.mission-statement .left.visible{
	animation: fadeInUp 0.6s ease forwards;
}

.our_vision.visible .content_our_vision{
	opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.6s ease forwards;
}

.our_team.visible .left img {
    display: inline-block;
    animation: shake 2s ease-in-out ; 
    transform-origin: center center; 
}
.our_team.visible .ds-our_team{
	animation: fadeInUp 0.6s ease forwards;
}
.our_team.visible .member{
	opacity: 0;
    transform: translateY(50px);
	animation: fadeInDown 0.6s ease forwards;
}
.our_team.visible li:nth-child(1) .member {
    animation-delay: 0.2s;
}
.our_team.visible li:nth-child(2) .member:nth-child(1) {
    animation-delay: 0.4s;
}
.our_team.visible li:nth-child(2) .member:nth-child(2) {
    animation-delay: 0.6s;
}
.our_team.visible li:nth-child(3) .member:nth-child(1) {
    animation-delay: 0.8s;
}
.our_team.visible li:nth-child(3) .member:nth-child(2) {
    animation-delay: 1s;
}
.our_team.visible li:nth-child(4) .member:nth-child(1) {
    animation-delay: 1.2s;
}


.core_values.visible .core_values_detail ul li{
	opacity: 0;
    transform: translateY(50px);
	animation: fadeInDown 0.6s ease forwards;
}
.core_values.visible .core_values_detail ul li:nth-child(1),
.core_values.visible .core_values_detail ul li:nth-child(3){
	animation-delay: 0.2s;
}
.core_values.visible .core_values_detail ul li:nth-child(2){
	animation-delay: 0.4s;
}
.philosophy.visible .top .philosophy-item h4,.philosophy.visible .top .philosophy-item h3,.philosophy.visible .top .philosophy-item .ds-core_value{
	opacity: 0;
    transform: translateY(50px);
	animation: fadeInDown 0.6s ease forwards;
}
