
/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Rubik:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');




/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #CCC;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #009da5;
}
::selection{
	color: #fff;
	background-color:#009da5;
}


*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body{
	margin:0px;
	padding:0px;
	color: #333;
	font-family: 'Rubik','Roboto',sans-serif;
	-webkit-font-smoothing: antialiased; /* 反锯齿 */
	-moz-font-smoothing: antialiased;
}
/**=========================
	END BODY
=========================**/




/**=========================
	START COMMON
=========================**/
a,
a:hover{
	color: #333333;
	text-decoration: none;
	outline: none;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}


h1, h2, h3, h4, h5, h6{
	color: #333333;
}

li{ 
	color: #333333;
	list-style: none;
}
span,b,strong{	font-size: 100%;}

.clear { clear:both; }


/* loader */
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #009da5;
	text-align: center;
}
.rolling{
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: auto;
	color:#FFFFFF; font-size:20px; font-weight:bold; line-height:20px;
}
.rolling div,
.rolling div:after{
	position: absolute;
	width: 130px;
	height: 130px;
	border: 10px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
}
.rolling div{
	-webkit-animation: rolling 1.5s linear infinite;
	animation: rolling 1.5s linear infinite;
	top: 22px;
	left: 100px;
}
.rolling div:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rolling{
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/* loader rolling */
@keyframes rolling {
0% {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
100% {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rolling {
0% {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
100% {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  }
}


.logo_nav { float:left; }
.logo_nav {  background-position:0px center;}
.logo_nav a { display:block; }


/**=========================
	START HEADER
=========================**/

.header-fixed{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;

}

#header { position: fixed; top: 0; width: 100%; z-index: 999;}



/* TOP导航 滑动样式 */
.menu_fix {
	animation: smooth 1s;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 30px 0 #;
	background:url(../../images/star-bg0.gif);
	background-color: rgba(0, 0, 0,0.96);	
}





@keyframes smooth {
	from {	top: -50px;
	}
	to {
		top: 0px;
	}
}


.container { 
    width: 100%;
    padding:0px;
    margin: auto;
	position: relative;
	z-index:20;
	 
}


#header .nav-item{ position: relative; font-weight: normal; }

#header .nav-item.active a:before,
#header .nav-item a:hover:before{
	content: "-";
	position: absolute;
	left: 0px;
	font-weight: bold;
	color:#009da5;
}



 
#header .dropdown.active .dropdown-item:hover:before,
#header .dropdown.active .dropdown-item.active:before,
#header .nav-item .dropdown-item:hover:before{
	content: "-";
	color: #fff;
}


	
#header .nav-link{ font-size:18px; font-weight:600; text-transform: uppercase; }



#header .dropdown-menu{
	padding: 0px;
	border-radius: 10px;
	background-color: #fff;
	min-width: 9rem;
}

#header .dropdown-menu .br-top-10:hover { border-radius:10px 10px 0 0; }
#header .dropdown-menu .br-bottom-10:hover { border-radius:0 0 10px 10px; }

#header .dropdown-menu:before{
	content: "\f0de";
	font-family: 'FontAwesome';
	position: absolute;
	top: -17px;
	left: 13px;
	font-size: 26px;
}

#header .dropdown.active .dropdown-item:before{
	content: "";
}
#header .dropdown-menu .dropdown-item{
	padding: 4px 20px;
	color: #333333;
	font-size:16px;
	border-bottom:1px solid #EEE;
}
#header .dropdown-menu .no-boder-bottom { border-bottom: none;}

#header .dropdown-menu .dropdown-item:hover,
#header .dropdown.active .dropdown-menu .dropdown-item:hover{
	background-color: #009da5;
	color: #FFF;
	padding-left:30px;
	font-size:16px;
}


#header .dropdown.active .dropdown-menu a{
	color: #333333;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color: #009da5;
	color: #FFF;
}



.version_nav {	position: absolute; z-index:999999; text-align:center;}
.version_nav a {  width:30px; height:30px; display: flex; justify-content: center; align-items: center; border-radius:50%; font-size:14px; font-weight:800; background-color: #FFF; border:1px solid #009da5; color:#009da5; }
.version_nav a:hover{  background-color: #009da5; color:#FFF;}

.menu_fix .version_nav a { background-color: #009da5; color:#000;}

.menu_fix .nav-item a { color:#FFF;}

#header .navbar-toggler{ position:relative;
	border-radius: 0;
	background-color: none;
	outline: 0;
	border: 0;
	padding: 0px;
	cursor:pointer;

}

#header .navbar-toggler-icon{
	position: relative;
    display: block;
    height: 8px;
    width: 26px;
}

.navbar-toggler span{ background-color:#FFF; }
.menu_fix .navbar-toggler span{  background-color: rgba(0, 0, 0,0.96);}

#header .navbar-toggler-icon:before{
	content: "";
    position: absolute;
    height: 4px;
    background-color: #009da5;
    opacity: 1;
    left: 0px;
    right: 0px;
    top: 2px;
}
/**=========================
	END HEADER
=========================**/

.dropdown-item span { background-size:24px; background-position: left center; float:left; margin-right:10px; width:24px; height:24px;}

.flag_en { background:url(../../images/flag_en.png) no-repeat;}
.flag_de { background:url(../../images/flag_de.png) no-repeat; }
.flag_es { background:url(../../images/flag_es.png) no-repeat; }
.flag_fr { background:url(../../images/flag_fr.png) no-repeat;}
.flag_it { background:url(../../images/flag_it.png) no-repeat;}
.flag_cn { background:url(../../images/flag_cn.png) no-repeat;}

/* animate */
.animate {
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

/* nav menu */
@keyframes slideIn {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* 导航css bagin */


.collapse { display: none;}

.collapse.show { display: block;}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .160em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 56%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}


.nav-link { display: block;}



.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	position:relative;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse { 
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.close_menu { cursor:pointer; position: absolute; top:22px; background:url(../../images/close_icon.svg) no-repeat; background-size:26px; height:26px; width:26px; z-index:50; right: 0;}
.menu_fix .close_menu { background:url(../../images/close_icon_white.svg) no-repeat;}
.close_menu:hover  { transform: rotate(180deg); transition:all 0.5s;}

.flag_hidden { display:none;}

/* 导航css end */

/**=========================
	START SLIDER
=========================**/

.carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
	z-index:-10;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
}
.carousel-item a{ padding:100% 100%; display:block;}


.carousel-indicators .active{
	background-color: #009da5;
}
.carousel-indicators:hover{
	cursor: pointer;
}
#carouselExampleIndicators .carousel-item{

	background-position: top;
}
#carouselExampleIndicators .carousel-caption{
	width: 60%;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}
#carouselExampleIndicators .carousel-caption .btn{
	margin-right: 15px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	padding: 20px;
}
/**=========================
	END SLIDER
=========================**/


/* follow begin */
.animated{ -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both;}

@-webkit-keyframes fadeInUp{ 0%{ opacity:0; -webkit-transform:translate3d(0,50%,0); transform:translate3d(0,50%,0)}to{ opacity:1; -webkit-transform:none; transform:none;}}
@keyframes fadeInUp{ 0%{ opacity:0; -webkit-transform:translate3d(0,50%,0); transform:translate3d(0,50%,0)}to{ opacity:1; -webkit-transform:none; transform:none;}}
/* follow end */


/* company_intro begin */
.company_intro_nav { max-width:1500px; }

.company_view { float:left; overflow:hidden; border-radius:15px;}
.company_view img { width:100%; text-align:center; transition: all 0.5s;  margin:auto; float:left;}
.company_intro_nav:hover img { transform: scale(1.1); }

.about_us { float:right; }
.about_us h3 { font-size: 1.875em; font-weight: bold; text-transform: uppercase; line-height:1.4; }
.about_us ul { height:5px; background-color:#009da5; border-radius:5px; width:60px; }
.about_us p { font-size: 1.125em;  margin-top:18px;}
.about_us a { padding:8px 30px; background-color:#333; color:#FFF; border-radius:40px;}
.about_us a:hover { background-color:#009da5; color:#FFF;}

.about_us li { float:left; margin:18px 0 0 0; transition:all 0.3s ease-in-out;}
.about_us li span{ color:#009da5; font-weight:bold;}
.about_us li i{ position: relative; left:5px; color:#009da5;}
.about_us li p { margin-top:-5px; font-weight:bold;}
.about_us0 li:hover { margin-top:10px; cursor:pointer;}
/* company_intro end */



.section_title { text-align: center; padding:0 20px; float:left; width:100%; color: #333; }
.section_title h3 { margin-bottom:10px; line-height:1.4; font-weight: bold; text-transform: uppercase;}
.section_title ul { height:5px; background-color:#009da5; border-radius:5px; width:60px; margin:auto;}

.container_choose { width:100%; float:left; }

/* why_choose_us begin */
.why_choose_nav { max-width:1540px; }
.why_choose_nav li { float:left; text-align:center; }
.why_choose_nav li ol { margin:auto;  border-radius:50%;  transition:all 0.3s; width:1%; padding:80px; }
.why_choose_nav h2 { width:100%; float:left; font-size:1.4em; line-height:1.3; font-weight: bold; color:#333; margin:10px 0; padding:0;  transition: all 500ms ease;}
.why_choose_nav h2 span { font-size:1.3em; width:100%; clear:both; float:left; padding:0; margin:0; color:#009da5;}
.why_choose_nav p { width:100%; float:left; font-size:1.125em; line-height:1.3; text-align:left; transition: all 500ms ease;}

.innovative_icon_img { background:url(../../images/innovative_icon.svg) no-repeat; background-size:100px; background-position:center;}
.oem_icon_img { background:url(../../images/oem_icon.svg) no-repeat; background-size:100px; background-position:center;}
.device_icon_img { background:url(../../images/device_icon.svg) no-repeat; background-size:80px; background-position:center;}
.quality_icon_img { background:url(../../images/quality_icon.svg) no-repeat; background-size:80px; background-position:center;}


.why_choose_nav li:hover .innovative_icon_img { background:url(../../images/innovative_icon_over.svg) no-repeat; background-color:#009da5; background-size:120px; background-position:center;}
.why_choose_nav li:hover .oem_icon_img { background:url(../../images/oem_icon_over.svg) no-repeat; background-color:#009da5; background-size:115px; background-position:center; }
.why_choose_nav li:hover .device_icon_img { background:url(../../images/device_icon_over.svg) no-repeat; background-color:#009da5; background-size:100px; background-position:center; }
.why_choose_nav li:hover .quality_icon_img { background:url(../../images/quality_icon_over.svg) no-repeat; background-color:#009da5; background-size:100px; background-position:center; }

.why_choose_nav li:hover ol{
transform:scale(0.9);
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
-ms-transform:scale(0.9);
}


.clear_layer { clear:both; }

.border-box{ 
    position: relative;
    display: block;
    width: 2px;
    height: 30px;
    margin: 20px auto 0px auto;
    background: transparent;
}
.border-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 30px;
    content: "";
    transition: all 500ms ease;
}
.why_choose_nav li:hover .border-box:before{ height: 0px; }

.why_choose_nav li:hover h2,
.why_choose_nav li:hover P {
    transform: translate3d(0px, -40px, 0px);
}

.why_choose_nav li svg { width:100%; display: flex; justify-content: center; align-items: center; top:-25px;  position: relative;
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: -.4s;
    transform: translate3d(0px,0px,0px);
	}
.why_choose_nav li:hover svg { opacity:100%; transform: translate3d(0px,14px,0px); transition-delay:.4s; fill:#333; }
.why_choose_nav li svg:hover { fill:#009da5; transition-delay:0s;} 


/* why_choose_us end */

.m-b40 { margin-bottom:40px;}

.container_product { width:100%; float:left; }



/* Product_Category begin */
.product_category_nav { padding:0 10px;}
.product_category_nav li { text-align:center; padding:0px; border-radius:15px; float:left; display0:inline-table; }
.product_category_nav li ol { float:left; width:100%; transition:all 0.3s; position:relative;}
.product_category_nav li img {  margin:auto; width:80%;}
.product_category_nav li h1 { float:left; width:100%;  font-weight: bold; color:#333;  transition:all 0.3s;}
.product_category_nav li a { display:block; float:left;}

.product_category_nav li:hover h1 { color:#009da5; transform: translate3d(0px,-20px,0px);}
/* Product_Category end */


/* news_nav begin */

.nav_news { max-width:1500px; padding: 0px 20px;}

.news_title { text-align: center; }
.news_title h3 { color: #333; font-size: 1.875em; font-weight: bold; text-transform: uppercase; line-height:1.4; }
.news_title ul { height:5px; background-color:#009da5; border-radius:5px; width:60px; margin:10px auto 0px auto;}

.moreinfo { float:right; margin-top:16px;}
.moreinfo a { text-align:center; padding:10px 30px; background-color:#333; color:#FFF; border-radius:40px;}
.moreinfo a:hover { background-color:#009da5; color:#FFF;}

.mainnews_nav ol {  display:table; text-align:center; padding:9px 30px; background-color:#333; color:#FFF; border-radius:40px;transition: all 0.3s;}
.mainnews_nav:hover ol { background-color:#009da5; color:#FFF;}

.mainnews_nav a { float:left;}


.gs_news_nav { width:100%; float:left; margin: 0px;}

.mainnews_nav {  margin-top:50px; float:left; }

.newimg_nav { float:left; overflow:hidden; width:100%; border-radius:15px;}
.newimg_nav img { width:100%; text-align:center; transition: all 0.5s;  margin:auto; float:left; }

.company_news_info { float:left; width:100%;}
.company_news_info H2 { color: #333; background:url(../../images/lit_news_icon_over.svg)  no-repeat; background-position:-10px center; background-size:8px; padding:0; transition: all 0.5s; margin-top:30px; }
.company_news_info span { color: #777; font-size:1em; margin:10px 0; float:left; padding-left:18px; width:100%; background:url(../../images/news_time_icon.svg) no-repeat; background-size:12px; background-position: left center;}
.company_news_info p { color:#333; font-size: 1.125em;  float:left; width:100%; 
font_radio:2; display-radio:-webkit-box; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis; 
}


.mainnews_nav:hover img,
.hy_news_nav:hover img { transform: scale(1.1);}

.mainnews_nav:hover H2,
.hy_news_nav:hover H2{ color: #009da5; padding-left:24px; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:0px center; background-size:8px;}

.hangye_news { float:right;}


.hy_news_nav { float:left; width:100%; margin-top:50px;}

.nav_hy_news { width:100%; margin:10px auto 20px auto; clear:both; float:left;}
.nav_hy_news ul { list-style:none;}
.nav_hy_news li { width:100%; float:left; padding:6px 0; border-bottom:1px solid #999; }
.nav_hy_news li a { color:#333; padding-left:18px; display:block; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; background:url(../../images/lit_news_icon.svg) no-repeat; background-position:left center; background-size:6px;}
.nav_hy_news li a:hover{ color:#009da5; padding-left:35px; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-size:6px; background-position: 15px center;}

/* news_nav end */



/* footer_contact begin */

.footer_contact {  background-color:#333; margin:auto;}
.width_contact { margin:auto;  padding:40px 20px 20px 20px; }

.contact_title { width:100%; margin-bottom:14px; float:left;}
.contact_title P{ font-size:1.25em; font-weight:bold; text-transform: uppercase; color:#009da5; padding:0 40px 0 0; background-color:#333; float:left; z-index:2; position:relative;}
.contact_title span { width:100%; border-bottom:2px solid #009da5; float:left; margin-top:-16px; z-index:1; position:relative;}

.contact_info { width:100%; color:#FFF;}
.contact_info span { float:left; font-size:1em; line-height:1.4; margin:5px 0; padding:2px 0 2px 45px; width:100%;}

.contact_info span.tel_icon_img { background:url(../../images/tel_icon.svg) no-repeat; background-size:22px;  background-position:left center;}
.contact_info span.mail_icon_img { background:url(../../images/mail_icon.svg) no-repeat; background-size:22px;  background-position:left center;}
.contact_info span.web_icon_img { background:url(../../images/web_icon.svg) no-repeat; background-size:22px;  background-position:left center;}
.contact_info span.location_icon_img { background:url(../../images/location_icon.svg) no-repeat; background-size:22px; background-position:left center;}


.menu_title { float:left;}
.menu_title p { font-size:1.25em; font-weight:bold; text-transform: uppercase; color:#009da5; margin-bottom:20px;}
.menu_title span { width:100%; padding:1px 0; color:#FFF; float:left; white-space: nowrap;/* 防止文本内容换行 */ overflow:hidden; text-overflow: ellipsis;}
.menu_title span a { color:#FFF; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:-10px center; background-size:5px; font-size:1em; }
.menu_title span a:hover { color:#009da5; padding-left:15px; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:left center; background-size:5px;}



.right_netlink_nav img { margin:auto; display: flex; filter: opacity(50%);}
.right_netlink_nav p { width:100%;  font-size:1em; line-height:1.3; text-align:left; margin:20px 0; color:#9a9a9a;}
.right_netlink_nav ol { width:100%; margin:auto; text-align:center; font-weight:bold; font-size:1.125em; color:#9a9a9a;text-transform: uppercase;}
.right_netlink_nav div { width:100%; margin-top:15px; display: flex; justify-content: center; align-items: center;}

.right_netlink_nav div li svg { position:relative; top:0px; fill:#9a9a9a; transition: all 0.3s;} 
.right_netlink_nav div li:hover svg { top:-6px; }

.right_netlink_nav div li svg:hover { fill:#009da5;} 

.right_netlink_nav div li span { color:#333; top:-6px; position:relative;  font-size:0.75em; width:100%; display: flex; justify-content: center; align-items: center; transition: all 0.3s;}
.right_netlink_nav div li:hover span { color:#9a9a9a; top:-3px; position:relative;}

/* footer_contact end */



/* footer_company begin */
.footer_company { width:100%; float:left;}
.company_info_nav { margin:auto; color:#FFF; text-align:center;}
.company_info_nav P { font-size:1em; margin:3px 0; line-height:1.3; }
.company_info_nav P a { color:#FFF; text-decoration:none; font-size:1em;}
.company_info_nav P a:hover { text-decoration:underline;}
/* footer_company end */


/* back to top begin */
.back_to_top{ display:none;}
.back_to_top i {
	position: fixed; 
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 20px;
	background: rgba(0, 0, 0, .5);
	right: 20px;
	bottom: 20px;
	z-index: 999;
	text-align: center;
	border-radius:50%;
	cursor: pointer;
}
.back_to_top i:hover {
	background: #009da5;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-angle-up:before{ content:"\f106";}
.far{ font-weight:400; }
@font-face{font-family:"Arial";src:url(http://themesitem.com/demos/html/gyan/portflo/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.ttf) format("truetype")}
.fa{ font-family:"Arial";}
/* back to top end */
