/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,  ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}
.term-one-box{
  transform: translateY(-0.3rem);
  transition: all 0.3s ease-in-out;
}
.term-one-box.show {
  transform: translateY(0rem);
}
.term-two-box{
  transform: translateX(-0.3rem);
  transition: all 0.3s ease-in-out;
}
.term-two-box.show {
  transform: translateX(0rem);
}
.term-three-box{
  transform: translateX(0.3rem);
  transition: all 0.3s ease-in-out;
}
.term-three-box.show {
  transform: translateX(0rem);
}
.term-four-box{
  transform: translateY(0.3rem);
  transition: all 0.3s ease-in-out;
}
.term-four-box.show {
  transform: translateY(0rem);
}
.term-five-box{
  transform: translateY(0.3rem);
  transition: all 0.3s ease-in-out;
}
.term-five-box.show {
  transform: translateY(0rem);
}
.smt-app-list-box{
	transform: scale(0.9);
  	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.smt-app-list-box.show{
	transform: scale(1);
  	opacity: 1;
}
.smt-app-list-box2{
	transform: scale(0.9);
  	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.smt-app-list-box2.show{
	transform: scale(1);
  	opacity: 1;
}
.smt-app-back-top-a{
	transform: scale(0.9);
  	opacity: 0;
	display:none;
  	transition: all 0.3s ease-in-out;
}
.smt-app-back-top-a.show{
	transform: scale(1);
  	opacity: 1;
	display:flex;
}

.feat-one-box{
	transform: scale(0.9);
  	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.feat-one-box.show{
	transform: scale(1);
  	opacity: 1;
}
.feat-two-box{
	transform: scale(0.9);
  	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.feat-two-box.show{
	transform: scale(1);
  	opacity: 1;
}
.feat-three-box{
	transform: scale(0.9);
  	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.feat-three-box.show{
	transform: scale(1);
  	opacity: 1;
}