@import url('backtotop.css');
@import url('animation.css');
@import url('animate.css');
/* @import url('navbar.css'); */
/* @import url('btn-social.css'); */
@import url('title.css');
@import url('article.css');
@import url('contact.css');

/*logo
=============================*/
/* .logo {
	-webkit-animation-name: spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	
	animation-name: spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
} */
/*slogan
=============================*/
.slogan2{
	-webkit-animation: sloganAnim-1 7s linear 0s infinite alternate running;
    -o-animation: sloganAnim-1 7s linear 0s infinite alternate running;
    animation: sloganAnim-1 7s linear 0s infinite alternate running;
}
.support i {    
	-webkit-animation: 3s ease 0s normal none infinite running hotline;
    -o-animation: 3s ease 0s normal none infinite running hotline;
    animation: 3s ease 0s normal none infinite running hotline;
}


