/* font start here */
/* font end here */

/*  smooth animation start here */
.animateclassName,
.searchLink .fillColor,
.socialIcons .fillColor,
.footerQuickLinks ul li.updateLink a,
.homeSlider .slideBox .box::after,
.discoverSlider .slideBox .box::after,
.prioritiesList ul li a::after,
.highlightContainer a::after,
.pageProHolder a .placeTag::before,
.pageRecords h2,
.findOut a::before,
.captionText,
.captionBtn img,
a.linkButton, .linkButton,
 a.downloadButton, .downloadButton,
 .alm-filter--title h3::after,
 .alm-filter--title h3,
 .alm-filters--reset-button,
 .menuBlock, .searchBolck, .searchMenuOverlay{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
 .searchHolder, .arrowSign, .accordionTtitle{
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
.animateclassName,
.pageImage .box::after,
 .accordionTrigger{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*  smooth animation end here */

/* common page animations */
.fadeIn {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {opacity:1}

.fadeInUp { -webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	transition: opacity 1s ease .4s,transform 1s ease .4s;
	-webkit-transition: opacity 1s ease .4s,transform 1s ease .4s;
	-moz-transition: opacity 1s ease .4s,transform 1s ease .4s;
	-o-transition: opacity 1s ease .4s,transform 1s ease .4s;
}
.fadeInUp.animateMe { -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;}
/* common page animations */
