.navbar-collapse{
	border-radius: 0px;
}
.page-title:before{
	/*background: none;*/
	/*background:#ffffff29;*/
	/*background: #ffffff63;*/
}
.page-title .bread-crumb li:before{
	color: #f08200;
}
.page-title .text{
	font-size: 14px;
}
.main-header .header-upper{
	/*background:#353534;*/
}
.main-menu .navigation>li>a{
	/*color: #ffffff;*/
}
.main-menu .navigation>li>a.act{
	color: #f08200;
}
.main-menu .navigation>li.dropdown:hover> a,.main-menu .navigation>li>a:hover{
	/*color: #009c84;*/
}
.electronicbg{
	width: 100%;
	height: 50vh;
	background-image: url('../images/demo/line-bg.jpg');
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.smlogo{
	width: 15vw;
}
.row_b{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: ;
	width: 100%;
	/*margin-top: 4em;*/
	margin-bottom: 4em;
}
.smicon{
	width: 20%;
}
.slogan{
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #6a6a6a;
	font-weight: 500;
}
.slogan>span{
	margin-bottom: 0.5em;
}
.post-thumb>a>img{
	max-width: 25%;
}
.blog-category-widget ul li a:before{
	height: 3px;
    width: 10px;
    transform: skew(0deg);
}
.product_con{
	width: 90%;
	margin-left: 10%;
	content: '';
	border:2px solid #dedede;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding: 1em;
	margin-bottom: 3em;
	transition: all .5s;
}
.product_con:before{
	content: '';
	background-image: url('../images/demo/more-line.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -3%;
    right: 12%;
    width: 108px;
    height: 11px;
}
/*.product_con:hover{
	transform: translate(1%,0%);
}*/
.proimg{
	width: 130px;
	transition: all .5s;
}
.proimg:hover{
	transform: translate(5%,0%);
}
.proinfor{
	width: calc(100% - 130px);
	padding: 0.5em 1em 0.5em 1.5em;
	display: flex;
	flex-direction: column;
}
.proinfor>a{
	transition: all .5s;
}
.proinfor>a:hover>h4{
	transform: translate(0%,-5%);
	color: #f08200;
}
.proinfor>a>h4{
	/*font-family: 'Barlow', 'Noto Sans TC', sans-serif;*/
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	transition: all .5s;
}
.proinfor>span{
	font-size: 0.8em;
	opacity: 0.7;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}
.product_con>.morehref{
	position: absolute;
	bottom: 0%;
	right: 16%;
	color: black;
	transition: all .5s;
	font-weight: 500;
}
.product_con>.morehref:hover{
	color: #f08200;
	transform: translate(0%,-10%);
}
.twotag{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1em;
	transition: all .5s;
}
.twotag>a:hover>.btag{
	color: white;
	transform: translate(0%,-10%);
}
.btag{
	content: '';
	background-color: #f08200;
	color: white;
	padding: 0px 2em 0px 2em;
	font-size: 0.8em;
	margin-right: 0.5em;
	font-weight: bold;
	height: 1.7em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .5s;
}
.btag:before{
	content: '';
	position: absolute;
	bottom: -40%;
	left: 0%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #f08200 transparent transparent transparent;

}
.btag>a{
	color: white;
	transition: all .5s;
}

.otag{
	background-color: black;
	color: white;
	padding: 0px 2em 0px 2em;
	font-size: 0.8em;
	font-weight: bold;
	height: 1.7em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdate{
	font-family: 'Barlow', 'Noto Sans TC', sans-serif;
}
.storecont{
	display: flex;
}
.btn-store{
	color: gray;
	border: 1px solid lightgray;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: 400;
	margin-bottom: 1em;
	width: 90%;
}
.btn-store:hover{
	background-color: #f08200;
	color: white;
	border: 1px solid #f08200;
}
.btn-store-active{
	color: white;
	background-color: #f08200;
	border: 1px solid #f08200;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: 400;
	margin-bottom: 1em;
	width: 90%;
}
.btn-store-active:hover{
	color: white;
	opacity: 0.7;
}
.loactcon{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 75%;
}
.fa-building{
	margin-right: 0.5em;
}
.searchbar{
	background-color: lightgray;
	padding: 1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/*height: 5em;*/
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
}
.classic{
	margin-right: 2em;
}
select {
  /* styling */
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 2px;
  display: inline-block;
  font: inherit;
  line-height: 1.2em;
  padding: 0.5em 8em 0.5em 1em;
  color: gray;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, white, white);
  background-position:
    calc(100% - 20px) calc(0.8em + 2px),
    calc(100% - 15px) calc(0.8em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  /*border: 1px solid gray;*/
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}
.select-items div,.select-selected{
	box-shadow: none;
	border: 0px;
}
.btn-search{
	border-radius: 0px;
	transform: translate(0%,-1%);
}
.card{
	content: '';
	width: 48%;
	margin-top: 2em;
	padding: 1em 0.5em 2em 0.5em;
	border: 2px solid #E0E0E0;
	border-radius: 0px;
	padding-left: 1.5em;
	/*font-family: Barlow, "Noto Sans TC", sans-serif;*/
}
.card:before{
	content: '';
    background-image: url(../images/demo/more-line.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -3%;
    right: 36%;
    width: 108px;
    height: 11px;
}
.card:nth-child(odd){
	margin-right: 2%;
}
.card:nth-child(even){
	margin-left: 2%;
}
.card>h3,.card>p{
	color: black;
	opacity: 0.8;
	font-weight: 500;
}
.card>h3{
	font-size: 1.5em;
	line-height: 1em;
}
.card>p{
	font-size: 0.9em;
}
.card>span{
	color: gray;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 500;
	z-index: 1;
}
.fa-map-marker-alt{
	font-size: 7em;
	color: lightgray;
	opacity: 0.6;
	position: absolute;
	right: 7px;
	bottom: 7px;
	z-index: 0;
	opacity: 0.5;
}
.socialactive{
	color: #f08200 !important;
}
.blog-category-widget ul li a.socialactive:before{
	background: #f08200 !important;
}
.socialrow{
	/*margin-left: 1em;*/
	margin-bottom: 2em;
	overflow: auto;
}
.socialrow>h3{
	content: '';
	color: #f08200;
	position: relative;
	padding-bottom: 0.2em;
	margin-bottom: 10px;
}
.socialrow>h3:before{
	content: '';
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 4em;
	height: 3px;
	background: linear-gradient(to right, #333 50%, white 50%);
}
.socialrow>h4{
	color: #f08200;
	margin-bottom: 0.5em;
}
.socialrow>p{
	color: gray;
	letter-spacing: 0.5px;
    font-size: 15px;
}
/*1*/
.accordion{
	border: 2.5px solid lightgray;
	margin-bottom: 1em;
	transition: all .7s;
}
.accordion:hover{
	border: 2.5px solid #f08200;
}
.accordion.open{
	border: 2.5px solid #f08200;
}
/*2*/
.accordion2{
	border: 2.5px solid lightgray;
	margin-bottom: 1em;
	transition: all .7s;
}
.accordion2:hover{
	border: 2.5px solid #f08200;
}
.accordion2.open{
	border: 2.5px solid #f08200;
}
/*3*/
.accordion3{
	border: 2.5px solid lightgray;
	margin-bottom: 1em;
	transition: all .7s;
}
.accordion3:hover{
	border: 2.5px solid #f08200;
}
.accordion3.open{
	border: 2.5px solid #f08200;
}
/*4*/
.accordion4{
	border: 2.5px solid lightgray;
	margin-bottom: 1em;
	transition: all .7s;
}
.accordion4:hover{
	border: 2.5px solid #f08200;
}
.accordion4.open{
	border: 2.5px solid #f08200;
}
/*end*/
.card-header{
	background-color: white;
	/*border: 2px solid lightgray;*/
	border-bottom: none;
	transition: all .7s;
}
/*.card-header:hover{
	border: 2px solid #f08200;
	border-bottom: none;
}*/
.card-header.open{
	/*border: 2px solid #f08200;
	border-bottom: 0px;*/
	padding: 0.75rem 1.25rem;
}
.card-header:hover>a{
	color: #f08200;
}
.card-header>.card-link>span{
	color: #585757;
}
/*2*/
/*.card-header2{
	background-color: white;
	border: 2px solid lightgray;
	transition: all .7s;
	padding: 0.75rem 1.25rem;
}
.card-header2:hover{
	border: 2px solid #f08200;
}
.card-header2.open{
	border: 2px solid #f08200;
	border-bottom: 0px;
	padding: 0.75rem 1.25rem;
}
.card-header2:hover>a{
	color: #f08200;
}
.card-header2>.card-link>span{
	color: #585757;
}*/
/*3*/
/*.card-header3{
	background-color: white;
	border: 2px solid lightgray;
	transition: all .7s;
	padding: 0.75rem 1.25rem;
}
.card-header3:hover{
	border: 2px solid #f08200;
}
.card-header3.open{
	border: 2px solid #f08200;
	border-bottom: 0px;
	padding: 0.75rem 1.25rem;
}
.card-header3:hover>a{
	color: #f08200;
}
.card-header3>.card-link>span{
	color: #585757;
}*/
/*4*/
/*.card-header4{
	background-color: white;
	border: 2px solid lightgray;
	transition: all .7s;
	padding: 0.75rem 1.25rem;
}
.card-header4:hover{
	border: 2px solid #f08200;
}
.card-header4.open{
	border: 2px solid #f08200;
	border-bottom: 0px;
	padding: 0.75rem 1.25rem;
}
.card-header4:hover>a{
	color: #f08200;
}
.card-header4>.card-link>span{
	color: #585757;
}
*/
.card-link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .5s;
	color: gray;
	font-weight: 500;
	/*font-size: 1.1em;*/
}
.card-link:hover{
	color: #f08200;
}
.tableb{
	/*border: 2px solid #f08200;
	border-top: 0px;*/
}
.tableb>.card-body>.table>thead>tr>th{
	font-weight: 400;
	border-top: 2px solid #f0820075;
	border-bottom: 2px solid #f0820075;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 0.9em;
	text-align:center;
}
.tableb>.card-body>.table>thead>tr{
	border-top: 1px solid #f08200;
	border-bottom: 1px solid #f08200;
}
.tableb>.card-body>.table>tbody{
	border-bottom: 2px solid #f0820075;
}
.card-body{
	font-size: 0.8em;
}
.table td{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.table-striped tbody tr:nth-of-type(odd){
	background-color: #fdeadb;
}
.blog-category-widget ul li{
	padding-left: 25px;
}
.blog-category-widget ul li a{
	padding-left: 0px;
	font-weight: 400;
}
.sidebar-title h4{
	font-weight: 500;
	letter-spacing: 0.5px;
}
.popular-posts-widget .post h5 a{
	font-weight: 450;
}
.sp-two{
	padding: 50px 0 70px;
}

.sec-title .title{
	font-size: 1.5em;
	font-weight: 500;
}

.sec-title h1{
	font-size: 1.5em;
	font-weight: 500;
}

.sec-title .text{
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 30px;
}
.storelist{
	width: 25%;
}
.slide>.container,.header-upper>.container{
	padding-left: 15px;
	padding-right: 15px;
}
.proimgin{
	width: 100%;
	height: 130px;
	background-size: cover;
	background-position: center;
}
.post-thumb>a>img{
	transition: all .5s;
}
.popular-posts-widget>.post:hover>.post-thumb>a>img{
	transform: translate(10%,0%);
}
.abtwsec{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #e9e9e9;
	padding: 2em 0px;
	margin-bottom: 3em;
}
.abtwimg{
	width: 30%;
	transform: translate(-10%,0%);
	/*border:1px solid gray;*/
	border: 2px solid #b2afaf;
}
.abtwtxt{
	width: 70%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.abtwtit{
	border-left: 2px solid #f18200;
	border-right: 2px solid #009c84;
	display: block;
	padding: 0px 1.5em;
}
.abtwtit>div{
	font-size: 1.5em;
  font-weight: 500;
}
.abtwtit>span{
	color:#aaa9a9; 
}
.content{
	font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 30px;
	margin-top: 2em;
	margin-bottom: 2em;
	/*padding-right: 3em;*/
}
.abthr{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
}
.abthr>h3{
	margin-bottom: 2em;
}
.honesec{
	width: 80%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.year{
	width: 2em;
	color: #7e8597;
}
.record{
	border-left: 1px solid lightgray;
	content: '';
	position: relative;
	margin-left: 2em;
	padding-left: 2em;
	padding-bottom: 2em;
}
.record:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #f18200;
	left: -5.3px;
	top: 11px;
	border-radius: 50%;
}
#accordionabthr{
	width: 80%;
}
#accordionabthr>#collapseOne>.card-body{
	padding: 0px;
	font-size: 1em;
}
#accordionabthr>.card-header{
	padding-left: 0px;
}
#accordionabthr>.card-header>.card-link{
	border: 2.5px solid gray;
	padding: 0.25rem 1.25rem;
	display: inline-block;
}
#accordionabthr>.card-header>.card-link:hover{
	border: 2.5px solid #f08200;
}
.abthrbimg{
	position: relative;
	/*background-image: url('../images/background/about3-bgimg.jpg');
	background-position: center;
	background-size: cover;*/
	margin-top: 4em;
}
.abthrbimgbg{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-image: url('../images/background/about3-bgimg.jpg');
	background-position: center;
	background-size: cover;
	z-index: -2;
}
.abthrbimg>.container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: -70px;
}
.psys{
	content: '';
	position: relative;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: white;
	box-shadow: 5px 5px 15px gray;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1em 2em;
	/*z-index: 2;*/
}
.psys:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 15px;
	left: 15px;
	background-color: gray;
	z-index: -1;
}
.ptitle,.gtitle{
	margin-bottom: 2em;
}
.pcontent{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.psys>.pcontent>span{
	color: #f08200;
	font-weight: 500;
}
.psys>.pcontent>p{
	color: #363636;
	font-size: 15px;
}
.gsys{
	content: '';
	position: relative;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: white;
	box-shadow: 5px 5px 15px gray;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1em 2em;
}
.gsys:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 15px;
	left: 15px;
	background-color: gray;
	z-index: -1;
}
.gsys>p{
	color: #363636;
	font-size: 15px;
}
.apptitle{
	margin-bottom: 2em;
	text-align: center;
}
.abfo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.leftsec,.rightsec{
	width: 100%;
}
.leftsec{
	display: flex;
	justify-content: center;
}
.leftsectxt>h2{
	content: '';
	position: relative;
	margin-bottom: 15px;
}
.leftsectxt>h2:after{
	content: '';
	position: absolute;
  bottom: -9px;
  left: 0%;
  width: 4em;
  height: 5px;
  background: linear-gradient(to right, #c8c5c5 50%, white 50%);
}
.leftsectxt>p{
	/*color: gray;*/
	/*margin-bottom: 5em;*/
}
.rightsectxt{
	display: none;
}
.rightsec{
	padding-left: 7em;
}
.botmimg{
	width: 100%;
	display: flex;
}
.hisonesec{
	position: relative;
	border-left: 1px solid lightgray;
	padding-left: 3em;
	padding-bottom: 2em;
	padding-top: 0.5em;
	margin-left: 2em;
}
.hisonesec>h5{
	content: '';
	position: relative;
	font-weight: 700;
	/*color: gray;*/
	/*color: #7e8597;*/
	color: #d1d1d1;
	padding-bottom: 10px;
	font-size: 1.5em;
}

.hisonesec>h5:after{
	content: '';
	position: absolute;
  bottom: 0px;
  left: 0%;
  width: 2em;
  height: 3px;
  background: linear-gradient(to right, #d1d1d1 50%, white 50%);
}
.hisonesec>span{
	/*color: #b5b5b5;*/
	/*color: lightgray;*/
}
.alignright{
	position: absolute;
	top: 1em;
	left: -1em;
	/*width: 1.5em;
	height: 1.5em;*/
	background-color: #f08200;
	padding: 0px 8px;
	font-size: 15px;
	color: white;
}
.rightsec>.hisonesec:nth-child(1){
	padding-top:2.5em;
	content: '';
	position: relative;
}
.rightsec>.hisonesec:nth-child(1):before{
	content: '';
	width: 25px;
	height: 25px;
	border-left:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	position: absolute;
	top: 3px;
	left: -13px;
	transform: rotate(45deg);
}
.rightsec>.hisonesec:nth-child(1)>.alignright{
	top: 3.5em;
}
.hisimg{
	width: 90%;
	margin-top: 7em;
}
.phhisimg{
		display: none;
}
.pchisimg{
	display: block;
}
.otherapp>.container>.owl-drag>.owl-nav>.owl-prev,.otherapp>.container>.owl-drag>.owl-nav>.owl-next{
	border-radius: 0px;
	color: white;
	background-color: gray;
	border-color: gray;
	transition: all .5s;
}
.otherapp>.container>.owl-drag>.owl-nav>.owl-prev:hover,.otherapp>.container>.owl-drag>.owl-nav>.owl-next:hover{
	background-color: #f08200;
	border-color: #f08200;
}
.otherapp .image img{
	opacity: 1;
}
.otherappimg{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
.otherapp .image a{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 195px;
	opacity: 0.8;
	color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Barlow', 'Noto Sans TC', sans-serif;
  /*background-color: black;*/
  overflow: hidden;
  position: relative;
}
.otherapp .image a div{
	width: 100%;
	height: 195px;
	color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Barlow', 'Noto Sans TC', sans-serif;
  background-color: rgba(92, 92, 95, 0.49);
  content: '';
  /*position: relative;*/

}
.otherapp .image>a>div{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 15px;
}
.otherapp .image>a>div>span2{
	/*transform: translate(50%,50%);
	position: absolute;
	top: 50%;
	left: 50%;*/
}
.otherapp .image a div:before{
	content: '';
	width: 50%;
	height: 0px;
	background-color: #f18200;
	position: absolute;
	left: 0;
	top: 0px;
	transition: all .4s;
	opacity: 0;
}
.otherapp .image a:hover div:before{
	content: '';
	position: absolute;
	height: 230px;
	opacity: 1;
}
.otherapp .image a div:after{
	content: '';
	width: 50%;
	height: 0px;
	background-color: #f18200;
	position: absolute;
	right: 0;
	bottom: 0px;
	transition: all .4s;
	opacity: 0;
}
.otherapp .image a:hover div:after{
	content: '';
	height: 230px;
	opacity: 1;
}
.otherapp .image a span{
	position: absolute;
	bottom: -10px;
	left:0;
	width: 100%;
	/*display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;*/
	text-align: center;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}
.otherapp .image a span img{
	width: 20%;
	margin: 0 auto 5px;
}
.otherapp .image a span p{
	width: 90%;
	text-align: left;
	font-size: 0.5em;
	font-weight: 400;
}
.otherapp .image a span h3{
	color: #fff;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Barlow', 'Noto Sans TC', sans-serif;
}
.otherapp .image a:hover span{
	/*bottom: 15px;*/
	bottom: 50%;
	visibility: visible;
	opacity: 1;
	transform: translate(0%,50%);
}
.appinfotit{
	width: 100%;
	padding: 4em;
	margin-top: 5em;
	position: relative;
	display: flex;
}
.appbgimg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: -1;
	background-position:center;
	background-size: cover;
	opacity: 0.5;
}
.appname{
	background-color: rgba(255, 255, 255, 0.72);
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 2em;
}
.appname>div:nth-child(1){
	background-color: #f08200;
	padding: 0.5em;
	margin-right: 1em;
}
.appname>div:nth-child(1)>img{
	width: 3em;
}
.appname>div:nth-child(2){
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 4.3em;
}
.appname>div:nth-child(2)>span:nth-child(2){
	font-size: 2em;
	font-weight: 500;
}
.appintro{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/*align-items: center;*/
	justify-content: space-between;
	margin-top: 3em;
}

.appintrosec{
	content: '';
	position: relative;
	width: 48%;
	border:2px solid #dedede;
	padding: 3em;
}
.appintrosec:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 90%;
	border-left: 10px solid gray;
	transform: translate(-5px,-50%);
}
.appintrosec:after{
    content: '';
    background-image: url(../images/demo/more-line.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -6px;
    right: 60px;
    width: 108px;
    height: 11px;
}
.appintrosec>h3{
	font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.appintrosec>ul>li{
	content: '';
	position: relative;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	color: gray;
}
.appintrosec>ul>li:before{
	content: '';
	position: absolute;
	top: 12px;
	left: -10px;
	width: 5px;
	height: 5px;
	background-color: #f08200;
	border-radius: 50%;
}
.contactintro{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/*align-items: center;*/
	justify-content: space-between;
	margin-top: 3em;
}
.contactintro>h3{
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.5em;
  font-weight: 500;
}
.contactintrosec{
	content: '';
	position: relative;
	width: 48%;
	border:2px solid #dedede;
	padding: 2em;
	background-color: #f7f7f7;
	margin-bottom:22px;
}
.contactintrosec:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 90%;
	border-left: 10px solid gray;
	transform: translate(-5px,-50%);
}
.contactintrosec>h3{
	font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.contactintrosec>ul>li{
	color: gray;
}
.contactintrosec>span{
	position: absolute;
	bottom: 0px;
  right: 0px;
	overflow: hidden;
}
.contactintrosec>span>.fa-phone-square,.contactintrosec>span>.fa-map-marked-alt{
	font-size: 10em;
	color: #dedede;
	transform: translate(40px,50px);
	opacity: 0.6;
}
.w100{
	width: 100%;
	text-align: center;
	margin-top: 2em;
}
.appbackbtn{
	width: unset;
	padding: 0.5em 2em;
	border: 2px solid lightgray;
	color: lightgray;
	font-weight: 500;
}
.proinfo_con {
    width: 90%;
    margin-left: 10%;
    content: '';
    border: 2px solid #dedede;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 1.5em 1em 3em 1em;
    margin-bottom: 3em;
    transition: all .5s;
}
.proinfo_con:before{
	content: '';
  background-image: url(../images/demo/more-line.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: 20px;
  width: 108px;
  height: 11px;
}
.proinfo_con>.backhref{
	position: absolute;
  bottom: 0%;
  right: 50px;
  color: black;
  transition: all .5s;
  font-weight: 500;
}
.proinfo_con>.backhref:hover{
	color: #f08200;
  transform: translate(0%,-10%);
}
.proinfoimg{
	width: 30%;
}
.proinfotit{
	width: 70%;
	padding-left: 20px;
}
.proinfotit>h4{
	font-size: 1.5em;
	font-weight: 600;
}
.proinfotit>span{
	font-size: 1em;
	color: gray;
}
.shareicon{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid lightgray;
	margin-top: 2em;
	/*margin-bottom: 2em;*/
}
.shareicon>span:nth-child(1){
	color: gray;
}
.shareicon>span>a>.fa-facebook-square{
	color: #3b5998;
	transition: all .5s;
}
.shareicon>span>a>.fa-line{
	color: #00c300;
	margin-left: 0.5em;
	transition: all .5s;
}
.shareicon>span>a>.fa-instagram{
	color: #E1306C;
	margin-left: 0.5em;
}
.shareicon>span>a{
	
}
.shareicon>span>a:hover>.fa-facebook-square{
	color: #467be9;
	transform: translate(0%,-20%);
}
.shareicon>span>a:hover>.fa-line{
	color: #06e506;
	transform: translate(0%,-20%);
}
.proinfoset{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 2em;
}
.proinfoset>span:nth-child(1){
	color: #f08200;
	font-size: 1em;
	font-weight: 500;
}
.proinfoset>span:nth-child(2){
	color: gray;
	font-size: 0.9em;
}
.proinfoset>span:nth-child(2)>img{
	width: 90%;
}
.prodlist>.container{
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	flex-wrap: wrap;
}
.prodlist>.container>h3{
	font-size: 1.5em;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.oneprod{
	width: 48%;
	border:2px solid #dedede;
	padding: 1em;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 2em;
	content: '';
	position: relative;
	margin-bottom: 2em;
}
.oneprod:after {
  content: '';
  background-image: url(../images/demo/more-line.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: 60px;
  width: 108px;
  height: 11px;
}
.oneprod>.prodlink{
	width: 30%;
	transition: all .5s;
}
.oneprod>a.prodlink:hover{
	transform: translate(10px,0%);
}
.oneprod>a>img{
	width: 100%;
}
.prodintrotxt{
	width: 70%;
	padding-left: 0.5em;
}
.prodintrotxt>a{
	font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: black;
  transition: all .5s;
}
.prodintrotxt>a:hover{
	color: #f08200;
  transform: translate(0%,-10%);
}
.prodintrotxt>ul>li{
	content: '';
	position: relative;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	color: gray;
}
.prodintrotxt>ul>li:before{
	content: '';
	position: absolute;
	top: 12px;
	left: -10px;
	width: 5px;
	height: 5px;
	background-color: #f08200;
	border-radius: 50%;
}
.oneprod>.morehref {
  position: absolute;
  bottom: 0%;
  right: 88px;
  color: black;
  transition: all .5s;
  font-weight: 500;
}
.oneprod>.morehref:hover {
  color: #f08200;
  transform: translate(0%,-10%);
}
.table th, .table td{
	padding: 0.1em;
}
.prodinfotab>table>tbody>tr>td{
	text-align: center;
	color: gray;
  font-weight: 500;
  font-size: 0.9em;
}
.prodinfotab>table>thead>tr>th{
	border: 1px solid #c4c2c2;
	background-color: lightgray;
	color: gray;
	padding: 0px 12px 0px 12px;
}
.pdf{
	background-image: url('../images/demo/pdf.svg');
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	transition: all .5s;
}
.prodinfotab>table>tbody>tr>td>a:hover>.pdf{
	background-image: url('../images/demo/pdf_o.svg');
}
.prodinfotab>table>tbody>tr>td>img{
	width: 90px;
}
.table td{
  vertical-align: middle;
}
.table-bordered thead th, .table-bordered thead td{
	text-align: center;
	font-size: 0.8em;
	vertical-align: middle;
}
.hirerow{
	justify-content: center;
	align-items: center;
}
.product-tab-box{
	border:2px solid lightgray;
}
.product-tab-box .tab-btns{
	border-bottom:2px solid lightgray;
	margin-left: -4px;
  margin-right: -4px;
}
.product-tab-box .tab-btns .tab-btn span:before{
	display: none;
}
.product-tab-box .tab-btns .tab-btn.active-btn span{
	color: white;
	background-color: #f08200;
}
.product-tab-box .tab-btns .tab-btn{
	margin-left: -3px;
  margin-right: -2px;
  margin-bottom: -1px;
  border-left: 2px solid lightgray;
  border-right: 1px solid lightgray;
}

.product-tab-box4 .tab-btns .tab-btn{
  width:calc(100%/4);
}
.product-tab-box3 .tab-btns .tab-btn{
  width:calc(100%/3);
}
.product-tab-box2 .tab-btns .tab-btn{
  width:calc(100%/2);
}
.product-tab-box .tab-btns .tab-btn>span{
	color: gray;
}
.desc-content-box{
	padding: 1em;
}
.webhire{
	width: 100%;
	position: relative;
	/*margin-top: 5em;*/
	padding-top: 4em;
	padding-bottom: 4em;
	margin-bottom: -70px;
}
.webhireimg{
	position: absolute;
	background-image: url('../images/demo/hire_list_bg.jpg');
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: -1;
	opacity: 0.3;
}
.webhire>.container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.webhire>.container>div{
	width: 30%;
	display: flex;
	flex-direction: column;
}
.webhire>.container>div>span:nth-child(1){
  content: '';
  /*color: #f08200;*/
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 2em;
  font-size: 2em;
}
.webhire>.container>div>span:nth-child(1):before{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0%;
  width: 3.5em;
  height: 6px;
  background: linear-gradient(to right, gray 50%, rgba(255, 255, 255, 0) 50%);
}
.webhire>.container>a{
	width: 30%;
	border: 2px solid lightgray;
	transition: all .5s;
	filter:grayscale(1);
}
.webhire>.container>a:hover{
	border: 2px solid #f08200;
	filter:grayscale(0);
}
.webhire>.container>a>div{
	width: 100%;
	background-color: white;
	border-top: 2px solid lightgray;
	transition: all .5s;
	color: lightgray;
	text-align: center;
	
}
.webhire>.container>a:hover>div{
	color: white;
	border-top: 2px solid #f08200;
	background-color: #f08200;
	transition: all .5s;
	
}
.contact-form.style-three input[type="text"], .contact-form.style-three input[type="email"], .contact-form.style-three input[type="password"], .contact-form.style-three select, .contact-form.style-three textarea{
	padding-left: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid lightgray;
	padding-left: 5px;
}
.contact-form.style-three input[type="text"], .contact-form.style-three input[type="email"], .contact-form.style-three input[type="password"], .contact-form.style-three select{
	height: 32px;
	/*background-color: lightgray;*/
}
/*.contact-form.style-three ::-webkit-input-placeholder{
	color: white; 
}*/
.contactform>div>.form-group>label{
	color: white;
}
.contactform>div>.form-group>textarea{
	padding: 0px 5px;
}
.contactform>.captcha{
	display: flex;
	padding-left: 0px;
}
.contactform>.captcha>input{
	height: 60px !important;
}
.contact-form-section .default-form-area{
	border: 1px solid #f08200;
	background-color: lightgray;
}
.contact-title>h3{
	font-size: 2em;
	color: #6a6a6a;
  font-weight: 500;
  content: '';
  position: relative;
  text-align: right;
}
.contact-title>h3:after{
  content: '';
  width: 20%;
  position: absolute;
	right: 0px;
	bottom: -10px;
	background-color: #f08200;
	height: 6px;
}
.contact-form-section .text{
	text-align: right;
	margin-bottom: 0px;
}
/*.align-items-center{
	align-items: flex-start !important;
}*/
.author-box-two{
	font-size: 20em;
	color: #dedede;
	opacity: 0.5;
	overflow: hidden;
	transform: translate(30px,0%);
}
.author-box-two>i{
	transform: translate(40px,0%);
}

/*------------------------------------*/
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.caricon>img{
	width: 35px !important;
  transform: translate(0%,-3px);
}
.caricon>span{
	transform: translate(0%,-11px);
}
.page-title>.container>h1,.page-title>.container>.text{
	opacity: 0;
}
.page-title.page-title--bg-dark>.container>h1,.page-title>.container>.text {
	display: none;
}
.invedownload{
	padding: 10px;
	background-color: white;
  border:1px solid gray;
  color: gray;
	transition: all .5s;
}
.invedownload>i{
	margin-right: 5px;
}
.invedownload:hover{
	opacity: 0.8;
	color: white;
	background-color: gray;
  color: white;
}
.invedownloadt{
	color: #f08200;
	font-size: 24px;
	transition: all .5s;
	margin-left: 5px;
}
.invedownloadt:hover{
	color: #f08200;
	opacity: 0.6;
}
.nopaddtop{
	padding-top: 0px;
}
#accordionabfour{
	width: 100%;
	padding-left: 7em;
}
#accordionabfour>#collapseOne>.card-body{
	padding: 0px;
	font-size: 1em;
}
#accordionabfour>.card-header{
	padding-left: 0px;
}
#accordionabfour>.card-header>.card-link{
	border: 2.5px solid gray;
	padding: 0.25rem 1.25rem;
	display: inline-block;
}
#accordionabfour>.card-header>.card-link:hover{
	border: 2.5px solid #f08200;
}
.leftsec>.leftsectxt{
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#collapseOne>.card-body>.table>thead>tr>td:nth-child(1),#collapseOne>.card-body>.table>tbody>tr>td:nth-child(1){
text-align: center;
}
.apptitle>h3{
	font-size: 1.5em;
  font-weight: 500;
}
.meeting>tbody>tr>td{
	text-align: left !important;
	padding-left: 10px;
}
.meetingfile{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.meetingfile>span{
	color: #f08200;
	font-size: 16px;
	margin-right: 10px;
	width: 100%;
}
.meetingfile>.invedownload{
	padding: 2px 10px 2px 10px;
  background-color: white;
  border:1px solid gray;
  color: gray;
  transition: all .5s;
  margin-bottom: 5px;
  margin-right: 5px;
  width: calc(90%/4);
  overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.meetingfile>.invedownload:hover{
	background-color: gray;
	color: white;
}
.intimeone>#collapseOne>.card-body>.table>tbody>tr>td:nth-child(1){
	text-align: left;
}
.feature-block-two .image{
	height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchresult{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.searchresult>.searchtitle{
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.searchresult>.searchtitle>span{
	color: #f08200;
	padding: 0 5px 0 5px;
}
.searchresult>.searchcontent{
	background-color: white;
	/*box-shadow: 0px 0px 5px #aca9a9;
	padding: 50px 20px 20px 20px;*/
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 30px;
}
.searchresult>.searchcontent>.col-xs-12{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 30px;
	content: '';
}
.searchresult>.searchcontent>.col-xs-12:before {
    content: '';
    background-image: url(../images/demo/more-line.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -4px;
    right: 12%;
    width: 108px;
    height: 11px;
}
.searchresult>.searchcontent>.col-xs-12>.title{
	background-color: #f08200;
	color: white;
	font-weight: 500;
	font-size: 18px;
	padding: 0.5em calc(0.5em - 1px) 0.5em 0.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.searchresult>.searchcontent>.col-xs-12>.title>span{
	line-height: 1.2em;
	letter-spacing: 2px;
}
.searchresult>.searchcontent>.col-xs-12>.info{
	width: 100%;
	/*padding-left: 10px;*/
	display: flex;
	align-items: flex-start ;
	justify-content:center;
	flex-direction: column;
	border: 2px solid #dedede;
	padding: 20px 15px 15px 15px;
}
.searchresult>.searchcontent>.col-xs-12>.info>div{
	font-size: 16px;
	/*line-height: 18px;*/
	padding-bottom: 4px;
	color: black;
	transition: all .5s;
}
.searchresult>.searchcontent>.col-xs-12>.info>h4{
	font-size: 1em;
  font-weight: bold;
  transition: all .5s;
  margin-top: 5px;
}
.searchresult>.searchcontent>.col-xs-12:hover>.info>h4{
	color: #f08200;
	/*transform: translate(0%,-3px);*/
}
.searchresult>.searchcontent>.col-xs-12:hover>.info>.title{
	transform: translate(0%,-3px);
}
.searchresult>.searchcontent>.col-xs-12>.info>.title>span:nth-child(1){
	background-color: #f08200;
	color: white;
	font-size: 1em;
	font-weight: 500;
	padding: 5px;
}
.searchresult>.searchcontent>.col-xs-12>.info>.title>span:nth-child(2),.searchresult>.searchcontent>.col-xs-12>.info>.title>span:nth-child(3){
	margin-left: 5px;
	margin-right: 5px;
	color: #f08200;
}
.searchresult>.searchcontent>.col-xs-12>.info>#intro{
	font-size: 14px;
	color: gray;
	width: 100%;
	margin-top: 5px;
	height: 2.4em;
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	/*overflow:hidden;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height:48px;
  line-height: 1.3em;
  letter-spacing: 0.5px;
}
.searchresult>.searchcontent>.col-xs-12>.info>#intro>span{
	color: #f08200;
}
.havetableline table td{
	border: 1px solid gray;

}
.contact-widget{
	padding-left: 80px;
}
.newssideimg{
	width: 88px;
	height: 80px;
	background-position: center;
	background-size: cover;
}
.footer-sitemap>.row>div>ul>li>a{
	display: flex;
}
.main-footer .footer-sitemap ul li a:before{
	top: 1px;
}
.mbsettit1{
	text-align:center;
}

/*app_info*/

.app-info-page {
  margin-top: 50px;
}

.app-info-page .area-1 .row {
  display: flex;
  align-items: center;
}

.app-info-page .area-1 h3 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.app-info-page .area-1 h3:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 45px;
  height: 3px;
  background-color: #f08200;
}

.app-info-page .area-1 p {
  color: gray;
}

.app-info-page .area-1 p:last-child {
  margin-bottom: 0;
}

.app-info-page .area-2 {
  position: relative;
  margin-top: 50px;
  border: 2px solid #dedede;
  padding: 20px 50px 15px;
}

.app-info-page .area-2 .row>div {
  margin-bottom: 5px;
}

.app-info-page .area-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 90%;
  border-left: 10px solid gray;
  transform: translate(-5px, -50%);
}

.app-info-page .area-2:after {
  content: '';
  background-image: url(../images/demo/more-line.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: 60px;
  width: 108px;
  height: 11px;
}

.app-info-page .area-2 .item{
	position: relative;
	padding-left: 10px;
}

.app-info-page .area-2 .item:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -10px;
  width: 7px;
  height: 7px;
  background-color: #f08200;
  border-radius: 50%;
}

.app-info-page .area-2 .item a {
  position: relative;
  color: #808080;
  transition: all .3s;
}

.app-info-page .area-2 .item a:hover {
  color: #f08200;
}

.app-info-page .area-3 {
  position: relative;
  margin-top: 50px;
}

.app-info-page .area-3 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.app-info-page .area-3 .video-container iframe,
.app-info-page .area-3 .video-container object,
.app-info-page .area-3 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app-info-page .area-4{
	position: relative;
	margin-top: 50px;
}

.app-info-page .area-4 .list{
	position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #dedede;
}

.app-info-page .area-4 .list:not(:last-child){
	margin-bottom: 15px;
}

.app-info-page .area-4 .row{
	display: flex;
	align-items: center;
}

.app-info-page .area-4 .tx{
	color: #808080;
}

.app-info-page .area-4 .pic{
	position: relative;
	overflow: hidden;
}

.app-info-page .area-4 .pic img{
  transition: all .5s;
}

.app-info-page .area-4 .pic:hover img{
	transform: scale(1.1);
}

/*app_introduction*/

.app-introduction-page{
	position: relative;
	margin: 5rem 0 0;
}

.app-introduction-page .area-1 .pic{
	margin-bottom: 30px;
}

.app-introduction-page .area-1 .anchor-point{
	margin-bottom: 30px;
  text-align: center;
  background-color: #f8f8f8;
  transition: 0.3s;
}

.app-introduction-page .area-1 .anchor-point a{
	color: #777;
	display: block;
  padding: 15px;
	transition: 0.3s;
	line-height: 1.4;
}

.app-introduction-page .area-1 .anchor-point:hover{
	background-color: #fdf2e5;
}

.app-introduction-page .area-1 .anchor-point:hover a{
	color: #f08200;
}

.app-introduction-page .area-1 .tx{
	border-top: 2px dotted #dedede;
  border-bottom: 2px dotted #dedede;
  padding: 15px 0;
  line-height: 1.4;
}

.app-introduction-page .area-2{
	position: relative;
	padding-top: 65px;
}

.app-introduction-page .area-1 .title,
.app-introduction-page .area-2 .title{
	position: relative;
	font-size: 28px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 30px;
}

.app-introduction-page .area-1 .title:before,
.app-introduction-page .area-2 .title:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #de771b;
}

.app-introduction-page .area-1 .title:after,
.app-introduction-page .area-2 .title:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: #1f8c89;
}

.app-introduction-page .area-2 .info_block{
	position: relative;
  padding: 37px 50px;
	border: 2px solid #dedede;
  margin-bottom: 20px;
}

.app-introduction-page .area-2 .info_block .positioning{
	position: absolute;
	top: -70px;
}

.app-introduction-page .area-2 .info_block .sub-title{
	position: relative;
  font-size: 24px;
  padding-left: 25px;
  padding-bottom: 37px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

.app-introduction-page .area-2 .info_block .sub-title:before{
	content: '';
	position: absolute;
	top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
	background-color: #f08200;
}

.app-introduction-page .area-2 .info_block .warp{
	margin-bottom: 15px;
}

.app-introduction-page .area-2 .info_block .pic{
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}

.app-introduction-page .area-2 .info_block .pic img{
	transition: 0.3s;
}

.app-introduction-page .area-2 .info_block .pic:hover img{
  transform: scale(1.1);
}

.app-introduction-page .area-2 .info_block .name{
	text-align: center;
}

.app-introduction-page .area-2 .info_block .name a{
	color: #808080;
}

.app-introduction-page .area-2 .info_block .name a:hover{
	color: #f08200;
}

.app-introduction-page .area-2 .info_block .tx{
	color: #808080;
  font-size: 16px;
  font-weight: 300;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dedede;
}



/*.app-introduction-page .area-2 .row{
	display: flex;
	align-items: center;
}

.app-introduction-page .area-2 .pic{
	border: 2px solid #dedede;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}

.app-introduction-page .area-2 .pic:hover{
	border: 2px solid #f08200;
}

.app-introduction-page .area-2 .pic img{
	transition: 0.3s;
}

.app-introduction-page .area-2 .pic:hover img{
  transform: scale(1.1);
}

.app-introduction-page .area-2 .name{
	position: relative;
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.app-introduction-page .area-2 .name:before{
	content: '';
	position: absolute;
	top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
	background-color: #f08200;

}

.app-introduction-page .area-2 .tx{
	color: #808080;
  font-size: 16px;
  font-weight: 300;

}*/

.app-introduction-page .area-3{
	position: relative;
	margin-top: 35px;
  padding: 50px;
  border: 2px solid #dedede;
  line-height: 1.4;
  color: #808080;
}

.app-introduction-page .area-3:before{
	content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 90%;
  border-left: 10px solid gray;
  transform: translate(-5px, -50%);
}

.app-introduction-page .area-3:after{
	content: '';
  background-image: url(../images/demo/more-line.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: 60px;
  width: 108px;
  height: 11px;
}

.app-introduction-page .area-3>.row{
	margin-top: 15px;
}

.app-introduction-page .area-3 .item {
  position: relative;
  padding-left: 20px;
}

.app-introduction-page .area-3 .item:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #f08200;
  border-radius: 50%;
}

.app-introduction-page .area-3 .item a {
  position: relative;
  color: #808080;
  transition: all .3s;
}

.app-introduction-page .area-3 .item a:hover {
  color: #f08200;
}


/*RWD*/
@media screen and (max-width:1920px) {
	.pdf{
		margin-left: calc(100%/2.5);
	}
}
@media screen and (max-width:1680px) {
	.main-menu .navigation>li>ul>li>ul{
		width: 230px;
	}
	.headermenu,.sticky-headermenu{
		margin-right: 50px;
	}
}
@media screen and (max-width:1500px) {
	.headermenu,.sticky-headermenu{
		margin-right: 150px;
	}
}
@media screen and (max-width:1440px) {
	.headermenu{
		margin-right: 180px;
	}
	.sticky-headermenu{
		margin-right: 130px;
	}
	.main-menu .navigation>li>ul>li>ul{
		width: 210px;
	}
	.main-menu .navigation>li>ul>li>ul li{
		padding: 0 15px;
	}
}
@media screen and (max-width:1380px) {
	/*.headermenu{
		margin-right: 100px;
	}*/
	.main-menu .navigation>li>ul>li>ul li{
		padding: 0 14px;
	}
}
@media screen and (max-width:1367px) {
	/*.proimg {
	    width: 20%;
	}*/
}
@media screen and (max-width:1366px) {
	/*.proimg {
	    width: 20%;
	}*/
	.year{
		width: 1.5em;
	}
	/*.headermenu{
		margin-right: 125px;
	}*/
}
@media screen and (max-width:1300px) {
	/*.headermenu{
		margin-right: 130px;
	}*/
	.main-menu .navigation>li>ul>li>ul{
		width: 200px;
	}
}
@media screen and (max-width:1250px) {
	.main-menu .navigation>li>ul>li>ul{
		width: 180px;
	}
	/*.headermenu{
		margin-right: 135px;
	}*/
}
@media screen and (max-width:1200px) {
	.container{
		padding-left: 50px;
		padding-right: 50px;
	}
	/*.proimg {
	    width: 25%;
	}
	.proinfor{
		width: 75%;
	}*/
	.psys,.gsys{
		width: 80%;
	}
	.leftsec>.leftsectxt{
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
	.main-menu .navigation>li{
    padding-right: 35px !important;
	}
	.main-menu .navigation>li>ul>li{
		padding: 0px 10px;
	}
	.main-menu .navigation>li>ul{
		left: unset;
		right: 0px;
	}
	.feature-block-two .image{
		height: 250px;
	}
	/*.pdf{
		margin-left: 29px;
	}*/
	.headermenu{
		margin-right: 160px;
	}
	.sticky-headermenu{
		margin-right: 125px;
	}
}
@media screen and (max-width:1120px) {
	.sticky-headermenu {
    margin-right: 115px;
	}
}
@media screen and (max-width:1100px) {
	.headermenu {
    margin-right: 130px;
	}
	.sticky-headermenu {
    margin-right: 70px;
	}
}
@media screen and (max-width:1050px) {
	.headermenu {
    margin-right: 105px;
	}
	.main-menu .navigation>li>ul>li>ul{
		width: 220px;
	}
	.sticky-headermenu {
    margin-right: 85px;
	}
}
@media screen and (max-width:1024px) {
	.container{
		padding-left: 50px;
		padding-right: 50px;
	}
	.fa-map-marker-alt{
		font-size: 4em;
		bottom: 18%;
	}
	.classic {
	    margin-right: 0.5em;
	}
	.psys,.gsys{
		width: 85%;
	}
	.main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li.dropdown>a{
		padding-right: 22px !important;
	}
	.main-menu .navigation>li{
    padding-right: 0px !important;
    padding-left: 15px;
	}
	.main-menu .navigation>li>ul>li>ul>li a{
		font-size: 16px;
	}
	.main-menu .navigation>li>a {
    padding: 25px 0px 25px 24px !important;
	}
	.main-header .sticky-header .main-menu .navigation>li.dropdown>a {
    padding-right: 12px !important;
	}
	.feature-block-two .image{
		height: 190px;
	}
	/*.searchresult>.searchcontent>.col-xs-12>.info>#intro{
		font-size: 12px;
	}*/
	.searchresult>.searchcontent>.col-xs-12>.info{
		padding-left: 10px;
	}
	.main-menu .navigation>li>ul>li>ul{
		width: 270px;
	}
	/*.headermenu{
		margin-right: 125px;
	}*/
	.main-menu .navigation>li>a{
		padding: 25px 0px !important;
	}
	.sticky-headermenu {
    margin-right: 120px;
	}
}
@media screen and (max-width:992px) {
	.socialrow{
		margin-left: 0px;
	}
	.searchbar{
		flex-direction: column;
	}
	.searchbar>select{
		margin-right: 0px;
		margin-bottom: 1em;
		width: 100%;
	}
	.searchbar>.btn-search{
		width: 100%;
	}
	.btn-store,.btn-store-active{
		padding: 5px;
	}
	.electronicbg{
		height: 20vh;
		margin-bottom: 1em;
	}
	.smlogo {
	    width: 36vw;
	}
	.slogan{
		display: block;
	}
	.product_con{
		width: 100%;
		margin-left: 0px;
	}
	.post-thumb>a>img{
		width: 25vw;
	}
	/*.proimg {
	    width: 20%;
	}*/
	/*.proinfor{
		width: 80%;
	}*/
	.product_con:before{
		right: 3%;
	}
	.product_con>.morehref{
		right: 6%;
	}
	.row_b{
		flex-direction: column-reverse;
	}
	.psys,.gsys{
		width: 90%;
	}
	.proinfo_con{
		margin-left: 0px;
		width: 100%;
	}
	.contactintrosec{
  	width: 48%;
  }
  .contactintro>iframe{
  	margin-top: 1em;
  	width: 100%;
  }
  .contact-title>h3{
  	text-align: left;
  }
  .contact-title>h3:after{
  	right: unset;
  	width: 72px;
  	left: 0px;
  }
  .contact-form-section .text{
  	text-align: left;
  }
  .author-box-two{
  	transform: translate(-15px,0px);
  	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 9em;
  }
  .contact-form-section>.container>.row>.col-lg-4{
  	position: relative;
  	margin-bottom: 2em;
  }
  .author-box-two>i{
  	transform: translate(0px,-10px);
  }
  .main-menu .navigation>li>ul>li>ul>li>a{
  	border-bottom:none ;
  }
  .feature-block-two .image{
		height: 185px;
	}
  /*.headermenu {
    margin-right: 125px;
	}*/
	.main-menu .navigation>li>ul>li>ul {
    width: 245px;
	}
}
@media screen and (max-width:991px) {
	.slide>.container, .header-upper>.container {
    padding:0px;
	}
	.main-header .logo-outer .logo img{
		left: 0px;
	}
	.main-menu .navbar-header .navbar-toggle{
		margin-right: 12px;
	}
	.contact-widget{
		padding-left: 15px;
	}
	.headermenu{
		margin-right: 0px;
	}
	.dropdown>a>.fa-caret-right{
  	display: none;
  }
  .app-introduction-page .area-2 .info_block .positioning{
    top: -5px;
  }
}
@media screen and (max-width:768px) {
	.post-thumb>a>img {
	    max-width: 8vw;
	}
	.popular-posts-widget .post:last-child{
		padding-bottom: 25px;
	}
	.product_con{
		margin-left: 5%;
	}
	.card:nth-child(odd),.card:nth-child(even){
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 1em;
	}
	.btn-store,.btn-store-active{
		padding: 0.5em 0.5em 0.5em 0.5em;
		/*font-size: 1em;*/
		width: 100%;
	}
	.fa-building {
	    margin-right: 0.3em;
	}
	.storecont{
		flex-direction: column-reverse;
	}
	.electronicbg{
		height: 20vh;
		margin-bottom: 1em;
	}
	.smlogo {
	    width: 36vw;
	}
	.product_con>.morehref {
	    right: 8%;
	}
	.loactcon,.storelist{
		width: 100%;
	}
	.abtwsec{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.abtwimg{
		width: 90%;
		transform: translate(0%,0%);
	}
	.abtwtxt{
		width: 90%;
		margin-top: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content{
		padding: 0px;
		text-align: justify;
	}
	.psys,.gsys{
		width: 95%;
	}
	.hisimg{
		margin-left: 10%;
	}
	.appbackbtn {
    width: unset;
    padding: 0.5em 2em;
  }
	.appintro{
		flex-direction: column;
		align-items: center;
	}
  .appintrosec{
  	width: 98%;
  	margin-bottom: 1em;
  }
  .oneprod{
		width: 100%;
  }
  .contactintrosec>span{
  	overflow: unset;
  }
  .contactintrosec>span>.fa-phone-square, .contactintrosec>span>.fa-map-marked-alt{
  	transform: translate(-4px,0px);
  	font-size: 4em;
  }
  .rightsec,#accordionabfour{
    padding-left: 2em;
	}
	.page-title>.container>h1,.page-title>.container>.text{
		display: none;
	}
	.main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev{
		transform: scale(0.8);
	}
	.feature-block-two .image{
		height: 180px;
	}
}

@media screen and (max-width:767px) {
	.app-info-page .area-1 img{
		margin-top: 30px;
	}

	.app-info-page .area-4 .pic img {
    margin-bottom: 15px;
	}
	.app-info-page .area-4 .list-right .row{
		flex-direction: column-reverse;
	}

	.app-introduction-page .area-2{
		padding-top: 50px;
	}

	.app-introduction-page .area-2 .name{
    margin-top: 20px;
	}
}

@media screen and (max-width:650px) {
	.btag,.otag{
		padding:0px 15px;
	}
	.btag{
		z-index: 0;
	}
	.btag:before{
		z-index: -1;
	}
}
@media screen and (max-width:600px) {
	.btag,.otag{
		padding:0px 10px;
	}
}
@media screen and (max-width:576px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.product_con{
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding-bottom: 3em;
	}
	.proimg{
		width: 200px;
		height: 200px;
		margin-bottom: 15px;
	}
	.proinfor{
		width: 95%;
		padding: 0px;
	}
	.product_con:before{
		bottom: -1%;
		height: 10px;
		right: 6%;
	}
	.product_con>.morehref{
		right: 14%;
	}
	.fa-map-marker-alt{
		opacity: 0.5;
		font-size: 5em;
		bottom: 13%;
	}
	/*.row{
		flex-direction: column-reverse;
	}*/
	.smlogo{
		width: 60vw;
	}
	.electronicbg{
		height: 40vh;
	}
	.smicon {
	    width: 100%;
	}
	.slogan{
		font-size: 1em;
	}
	.post-thumb>a>img {
	    max-width: 20vw;
	}
	.card-body {
	    font-size: 13px;
	    padding: 0.5em;
	}
	.year{
		width: 1em;
	}
	.psys:before,.gsys:before{
		top: 10px;
		left: 10px;
	}
	.product-tab-box{
		margin-top: 0px;
	}
	.product-tab-box .tab-btns .tab-btn>span{
		font-size: 20px;
		font-weight: 500;
	}
	.hirerow{
		width: 100vw;
	}
	.product-tab-box .tab-btns{
		display: flex;
		flex-direction: column;
		border:none;
	}
	.product-tab-box .tab-btns .tab-btn{
		width: 100%;
		border-bottom: 2px solid lightgray;
		border-right: none;
		border-left: none;
	}
	.author-box-two{
		font-size: 7em;
	}
	.contactform>.col-md-4>.theme-btn{
		margin-top: 3em;
	}
	.prodinfotab>table>tbody>tr{
		border: 1px solid #f18200;
	}
	.prodinfotab>table>tbody>tr>td{
		display: block;
		/*width: 50vw;*/
		content: '';
		text-align: left;
		padding: 10px;
	}
	.prodinfotab>table>tbody>tr>td:before{
		content: attr(data-th);
		color: #f18200;
		margin-right: 1em;
	}
	.prodinfotab>table>thead{
		display: none;
	}
	.pdf{
		transform: translate(0%,6px);
		display: inline-block;
		margin-left: 0px;
	}
	.rightsectxt{
		display: block;
	}
	.abfo{
		/*flex-direction: column-reverse;*/
	}
	.leftsectxt>p{
		margin-bottom: 2em;
	}
	.pcabfourtitle{
		/*display: none;*/
	}
	.hisimg{
		margin-top: 2em;
	}
	.phhisimg{
		display: block;
	}
	.pchisimg{
		/*display: none;*/
	}
	.rightsec,#accordionabfour {
    padding-left: 0em;
	}
	.botmimg{
		flex-direction: column;
	}
	.hisimg{
		width: 100%;
		margin-left: 0px;
	}
	.main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev{
		transform: scale(0.7);
	}
	.main-slider .owl-nav .owl-prev{
		left: 10px;
	}
	.main-slider .owl-nav .owl-next{
		right: 10px;
	}
	.prodinfotab>table>tbody>tr>td:last-child{
		padding: 10px !important;
	}
	.prodinfotab>table>tbody>tr>td:first-child{
		text-align: center;
	}
	.feature-block-two .image{
		height: 175px;
	}
	.proimgin{
		height: 100%;
	}
	.prodinfotab>table>tbody>tr>td{
		word-break: break-word;
		white-space: unset !important;
	}
	/*.prodinfotab>table>tbody>tr>td>br{
		display: none;
	}*/
	.prodinfotab>table>tbody>tr>td:before{
		white-space: inherit;
	}
}
@media screen and (max-width:480px) {
	.appinfotit{
		padding: 1em;
		margin-top: 2em;
		display: flex;
    justify-content: center;
	}
	.proinfo_con{
		flex-direction: column;
	}
	.proinfoimg{
		margin-bottom: 1em;
    width: 70%;
	}
	.proinfotit{
		width: 100%;
	}
	.oneprod{
		flex-direction: column;
		align-items: center;
	}
	.oneprod>.prodlink{
		width: 40%;
	}
	.prodintrotxt{
		width: 100%;
	}
	.webhire>.container{
		flex-direction: column;
		align-items: flex-start;
	}
	.webhire>.container>div{
		width: 100%;
		margin-bottom: 2em;
	}
	.webhire>.container>a{
		width: 80%;
		margin-bottom: 2em;
	}
	.contactintrosec{
		width: 100%;
		margin-bottom: 1em;
	}
	.mbsettit1{
		width: 28px;
	}
	.mbsettit2{
		width: 50px;
	}
	.main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev{
		transform: scale(0.6);
	}
	.main-slider .owl-nav .owl-prev{
		left: 0px;
	}
	.main-slider .owl-nav .owl-next{
		right: 0px;
	}
	.meetingfile>.invedownload{
		width: 48%;
	}
	.searchresult>.searchcontent>.col-xs-12{
		align-items: center;
		justify-content: center;
	}
	.searchresult>.searchcontent>.col-xs-12>.info>#intro{
		width: 100%;
	}
	.searchresult,.searchresult>.searchcontent,.searchresult>.searchcontent>.col-xs-12{
		padding: 0px;
	}
	.proinfo_con>p{
	  width: 100%;
	  word-break: break-word;
	}

	.app-info-page,
	.app-introduction-page{
    margin-top: 2em;
	}

	.app-info-page .area-2,
	.app-info-page .area-3,
	.app-info-page .area-4,{
		margin-top: 30px;
	}

	.app-introduction-page .area-1 .anchor-point{
		margin-bottom: 15px;
	}

	.app-introduction-page .area-1 .tx{
    margin-top: 15px;
	}

	.app-introduction-page .area-2{
		padding-top: 30px;
	}

	.app-introduction-page .area-3 {
    margin-top: 30px;
    padding: 30px;
	}
	.app-introduction-page .area-2 .info_block{
		padding: 30px;
	}

	.app-introduction-page .area-1 .anchor-point a{
    padding: 10px;
	}

	.app-introduction-page .area-1 .title,
	.app-introduction-page .area-2 .title {
    font-size: 24px;
    padding: 0 25px;
	}

	.app-introduction-page .area-1 .title:before,
	.app-introduction-page .area-2 .title:before,
	.app-introduction-page .area-1 .title:after,
	.app-introduction-page .area-2 .title:after{
    width: 3px;
	}

	.app-introduction-page .area-2 .info_block .sub-title{
    font-size: 22px;
	}

}
@media screen and (max-width:420px) {
	.btag{
		padding: 0px 5px;
		z-index: 0;
	}
	.otag{
		padding: 0px 5px;
	}
	
}
@media screen and (max-width:380px) {
	
}
@media screen and (max-width:320px) {
	.appname{
		padding: 0.5em;
	}
	.appintrosec{
		padding: 1.5em;
	}
	.appname>div:nth-child(2)>span:nth-child(2){
		font-size: 1.5em;
	}
	.btag,.otag{
		padding: 0px 4px;
	}
	.proinfotit>span{
		text-align: justify;
	}
	.oneprod:after{
		right: 25px;
	}
	.oneprod>.morehref{
		right: 53px;
	}
	.prodintrotxt{
		padding-left: 0px;
	}
	.contact-form-section>.container>.row>.col-lg-8>.default-form-area{
		padding: 30px 20px 20px 20px;
	}
	.prodinfotab>table>tbody>tr>td{
		width: 90vw;
	}
	.prodinfotab>table>tbody>tr>td:before{
		white-space: inherit;
	}
}
