/*.con{
	width:100%;
	height:auto;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/home-back.png);

}
*/
html {
  scroll-behavior: smooth;
}
.con{
	width:100%;
	height:auto;
	padding:10px 0px;
	background: linear-gradient(26deg, rgba(250,200,50,1) 0%, rgba(250,240,54,1) 50%, rgba(242,100,53,1) 50%, rgba(255,126,0,1) 100%);
	margin:0; auto;
	font-family:Arial, Helvetica, sans-serif;

}
.con .con1{
	width:100%;
	height:100%;
	background: linear-gradient(337deg, rgba(250,200,50,.5) 0%, rgba(250,240,54,.5) 50%, rgba(242,100,53,.5) 50%, rgba(255,126,0,.5) 100%);
	margin:0; auto;

}
.con .msg-bar{
	width:80%;
	height:auto;
	background-color:#ffffff;
	padding:10px;
	margin:20px auto;
	line-height:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cc0000;
}

.con .head-bar{
	width:90%;
	height:100px;
	background-color:#FFF;
	margin:auto;
	border-radius:10px;
}
.head-bar .link{
	width:80px;
	height:80px;
	background-color:#F90;
	border-radius:50%;
	margin:10px 10px;
	float:left;
	box-shadow:#CF6 3px 3px 5px;
}
.link a{
	width:99%;
	height:40px;
	margin:20px auto;
	display:block;
	font-size:15px;
	color:#303;
	line-height:20px;
	text-align:center;
	text-decoration:none;

}
.head-bar .link:hover{
	background-color:#F70;
	box-shadow:#aF3 3px 3px 5px;
	color:#000;
}
.con .con-box{
	width:90%;
	min-height:150px;
//	background-image: linear-gradient(red, yellow, blue);
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.7), rgba(255,255,255,.3));
	padding:10px 0px;
	margin:30px auto;
	border-radius:10px;
}
.con-box .row{
	width:90%;
	height:60px;
	margin:10px auto;
	border-radius:5px;
}
.con-box .row:hover{
	background-color:#ccc;
	box-shadow:#aaa 3px 3px 5px;
}
.row .icon{
	width:50px;
	height:50px;
	margin:5px 20px;
	background-color:#F90;
	border-radius:10px;
	float:left;
}
.row .text{
//	width:70%;
	height:30px;
	margin:10px 10px 0px 0px;
	font-size:18px;
	color:#303;
	font-weight:bold;
	line-height:20px;
//	background-color:#000;
	float:left;
}
.row .text:hover{
	color:#323;
}
.text a{
	text-decoration:none;
}
.con .hrular{
	width:90%;
	height:5px;
	background-color:#fff;
	border-radius:5px 5px 0px 0px;
	margin:10px auto;
}
.con .foot-menu-bar{
	width:90%;
	height:50px;
	background-color:#FFF;
	opacity:.8;
	margin:30px auto;
}
.con-box section{
	margin-top:000px;
	padding-top:50px;
}
section .section-box{
	width:90%;
	height:auto;
	margin:auto;
	padding:10px 0;
	font-size:17px;
	border-radius:10px;
	background-color:#ffeeff;
}
.section-box .img-map{
	width:60%;
	height:300px;
	border:5px solid #CCC;
	margin:10px 20%;
	border-radius:50%;
}
.section-box th{
	height:40px;
	background-color:#F96;
	color:#303;
	font-size:20px;
}
.section-box td{
	line-height:30px;
	font-size:20px;
	color:#303;
	vertical-align:top;
}
.section-box ul{
	margin-left:20px;
	list-style:url(../img/list.png);
	line-height:30px;
	font-size:20px;
	color:#303;
}
.con-box h2{
	margin:10px 20px;
	font-size:18px;
}
.con-box h3{
	margin:10px 20px;
	font-size:15px;
	color:#00F;
}
.con-box p{
	width:95%;
	margin:auto;
	text-align:justify;
}
.img-box{
	width:120px;
	height:120px;
	float:left;
	border-radius:50%;
	border:5px solid #CCC;
	margin-right:10px;
}
.foot-menu-bar ul{
	list-style:none;
	margin:0;
	padding:0 5px;
}
.foot-menu-bar ul li{
	display:inline;
	margin:0;
}
.foot-menu-bar ul li a{
	height:50px;
	line-height:50px;
	font-size:20px;
	padding:10px 10px;
	text-decoration:none;
	background-color:#606;
	color:#ccc;
	border-radius:5px;
}
.foot-menu-bar ul li a:hover{
	background-color:#303;
	color:#fff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size:15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding:10px;
  border-radius:50%;
}

#myBtn:hover {
  background-color: #555;
}
/* ----  MOBILE VIEW ----  */
@media only screen and (max-width: 800px) {

/*.con{
	background-image:url(../img/mob-home-back.png);
}
*/
.con{
	width:100%;
	min-height:100%;
	background: linear-gradient(50deg, rgba(250,200,50,1) 0%, rgba(250,240,54,1) 50%, rgba(242,100,53,1) 50%, rgba(255,126,0,1) 100%);
	margin:0; auto;

}
.con .con1{
	width:100%;
	height:100%;
	background: linear-gradient(326deg, rgba(250,200,50,.5) 0%, rgba(250,240,54,.5) 50%, rgba(242,100,53,.5) 50%, rgba(255,126,0,.5) 100%);
	margin:0; auto;

}

.con-box .row{
	width:97%;
	height:60px;
	margin:10px auto;
	border-radius:5px;
}

.row .icon{
	width:40px;
	height:40px;
	margin:10px 10px;
	background-color:#F90;
	border-radius:10px;
	float:left;
}
.row .text{
	width:70%;
	height:40px;
//	background-color:#033;
	margin:15px 10px 0px 0px;
	font-size:15px;
	color:#303;
	font-weight:bold;
	line-height:20px;
//	background-color:#000;
	float:left;
}
.con .head-bar{
	width:90%;
	height:160px;
}
.head-bar .link{
	width:60px;
	height:60px;
	background-color:#F90;
	border-radius:50%;
	margin:10px 10px;
	float:left;
	font-size:13px;
	color:#303;
	line-height:70px;
	text-align:center;
	box-shadow:#CF6 3px 3px 5px;
}
.link a{
	width:99%;
	height:30px;
	margin:15px auto;
	display:block;
	font-size:12px;
	color:#303;
	line-height:15px;
	text-align:center;
	text-decoration:none;

}
.foot-menu-bar ul li a{
	height:50px;
	line-height:50px;
	font-size:13px;
	padding:10px 10px;
	text-decoration:none;
	background-color:#606;
	color:#ccc;
	border-radius:5px;
}
section .section-box{
	width:100%;
	font-size:14px;
}
.con-box p{
	width:95%;
}
.section-box .img-map{
	width:90%;
	height:200px;
	margin:10px 4%;
}
.section-box ul{
	list-style:url(../img/list1.png);
	font-size:15px;
}
.section-box td{
	font-size:15px;
}
.con .foot-menu-bar{
	display:none;
}
}