@charset "utf-8";
/* CSS Document */

/************************* Embed Fonts *************************/
@font-face {
    font-family: 'swis721_cn_btroman';
    src: url('swissc-webfont.eot');
    src: url('swissc-webfont.eot?#iefix') format('embedded-opentype'),
         url('swissc-webfont.woff') format('woff'),
         url('swissc-webfont.ttf') format('truetype'),
         url('swissc-webfont.svg#swis721_cn_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}







/************************* top bar *************************/
.topBar {
	font-family: 'swis721_cn_btroman';
	color: #fff;
	font-size: 23px;
	background-color: #000;
	height: 114px;
	text-align: right;
	padding-top: 10px;
}

.topBar a {
	color: #fff;
	text-decoration: none;
}

.topBar a:hover {
	color: #fff;
	text-decoration: underline;
}

/************************* navigation *************************/
.navBar {
	background-color: #E47347;
	height: 50px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.logo {
	padding: 5px 0 0 0px;
}

.phone {
	padding: 22px 0 0 40px;
	text-align: right;
}

/************************* navigation main width 768px; *************************/
.navi768 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}

.navi768 ul {
	float: right;
    list-style: none;
	z-index: +99999;
	margin-right: 20px;
	padding-top: 36px;
}
	
.navi768 ul li {
	display: block;
	position: relative;
	float: left;
}

.navi768 li ul { 
	display: none; 
}

.navi768 ul li a {
	display: block;
	padding: 7px 6px;
	margin: 0;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	border-radius: 6px;
}

.navi768 ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.navi768 li:hover ul {
	display: block;
	position: absolute;
}

.navi768 li:hover li {
	float: none;
	font-size: 16px;
	color:#ffffff;
	background-color: #BC1821;
	width: 256px;
	margin-top: 1px;
}

.navi768 li:hover a {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.navi768 li:hover li a:hover { 
	background: #A10F10; 
}

.navi768 .sel {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	margin: 1px;
}

.lineVer {
	padding-top: 10px;
}

/************************* navigation main width 1170px; *************************/
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}

.navi ul {
	float: right;
    list-style: none;
	z-index: +99999;
	margin-right: 20px;
	padding-top: 36px;
}
	
.navi ul li {
	display: block;
	position: relative;
	float: left;
}

.navi li ul { 
	display: none; 
}

.navi ul li a {
	display: block;
	padding: 7px 21px;
	margin: 0;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	border-radius: 6px;
}

.navi ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.navi li:hover ul {
	display: block;
	position: absolute;
}

.navi li:hover li {
	float: none;
	font-size: 16px;
	color:#ffffff;
	background-color: #BC1821;
	width: 256px;
	margin-top: 1px;
}

.navi li:hover a {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.navi li:hover li a:hover { 
	background: #A10F10; 
}

.navi .sel {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	margin: 1px;
}

.lineVer {
	padding-top: 10px;
}

/****************** banner ******************/
.banner {
	width: 100%;
}

.bannerInner {
	width: 100%;
	margin: 0 auto;
}

.bannerInner2 {
	width: 1140px;
	margin: 0 auto;
}

/****************** services ******************/
.picBox {
	border: #000000 7px solid;
	background-color: #000;
	border-radius: 16px;
	width: 240px;
	height: 184px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 22px;
}

.pic {
	border: #000000 1px solid;
	border-radius: 10px;
	width: 225px;
}

.picTxt {
	color: #fff;
	font-size: 16px;
}

.linkBlack {
	color: #666;
}

.linkBlack a {
	color: #666;
	text-decoration: none;
}

.linkBlack a:hover {
	color: #666;
	text-decoration: underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E47347;
	margin: 0px;
	padding-bottom: 7px;
}

/********************* project list *********************/
.list {
	padding: 10px 10px 0 0;
}
	
.list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style: none;
	background-image: url(../images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0 0 10px 13px;
	width: 452px;
	float: left;
}

.list li a {
	text-decoration: none;
}

.list li a:hover {
	text-decoration: underline;
}

/****************** welcome text and form ******************/
.welArea {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.welHead {
	text-align: center;
}

.welTxt {
	color: #575757;
	font-size: 16px;
}

.welBut {
	text-align: center;
}

.form {
	width: 100%;
}

.formBox {
	border-radius: 10px;
	border: #F6D0C1 1px solid;
	border-top: #E47347 53px solid;
}

.formBoxTxt {
	color: #fff;
	font-size: 18px;
	margin-top: -47px;
	text-align: center;
	line-height: 21px;
}

.fieldBox {
	width: 85%;
	margin: 0 auto;
	margin-top: 20px;
}

.txtField {
	width: 100%;
	height: 30px;
	border: #ccc 1px solid;
	margin-bottom: 7px;
	padding: 0 7px;
	color: #999;
}

.txtArea {
	width: 100%;
	height: 30px;
	border: #ccc 1px solid;
	margin-bottom: 7px;
	padding: 4px 7px;
	height: 100px;
	color: #999;
	resize: none;
}

/****************** footer ******************/
.footer {
	color: #999;
	height: 80px;
	padding: 30px 0;
}

.footer a {
	color: #999;
	text-decoration: none;
}

.footer a:hover {
	color: #999;
	text-decoration: underline;
}	

/****************** footer social media ******************/
.footerSocial {
	width: 240px;
	margin: 0 auto;
}

/****************** practice page ******************/
.centerArea {
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.centerArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #E47347;
}

.centerArea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	line-height: 23px;
}

/****************** teams page ******************/
.teamBox {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	float: left;
	border-bottom: #ccc 1px solid;
}

.teamBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin: 0px;
	padding-bottom: 7px;
}

.teamBox p {
}

.teamBoxLeft {
	border-radius: 150px;
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}


/****************** services page ******************/
.servicesBox {
	width: 100%;
	margin-bottom: 37px;
	margin: 0 auto;
}

.servicesBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin: 0px;
	padding-bottom: 7px;
}

.servicesBox p {
}

.servicesImg {
	border-radius: 10px;
	border: #ccc 1px solid;
	max-width:100%;
	height:auto;
}

.servicesImgRight {
	border-radius: 10px;
	float: right;
	border: #ccc 1px solid;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 280px;
}

.servicesImgLeft {
	border-radius: 10px;
	float: left;
	border: #ccc 1px solid;
	margin-right: 30px;
	margin-bottom: 20px;
}

.listBox {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.list {
	padding:0;
}
	
.list li {
	list-style:none;
	background-image: url(../images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 3px 0 3px 12px;
	font-size: 17px;
	width: 370px;
	float: left;
	color: #666;
}

.list li a {
	color: #666;
}

.list li a:hover {
	color: #666;
	text-decoration: underline;
}

.list2 {
	padding:0;
}
	
.list2 li {
	list-style:none;
	background-image: url(../images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 3px 0 3px 12px;
	font-size: 17px;
	color: #666;
}

.list2 li a {
	color: #666;
}

.list2 li a:hover {
	color: #666;
	text-decoration: underline;
}

.picsBox {
	width: 280px;
	float: right;
	margin-left: 20px;
}

/****************** faqs page ******************/
.question {
	width: 100%;
	padding: 10px 20px;
	border: #F6D0C1 1px solid;
	border-radius: 7px;
	margin-bottom: 10px;
	background-color: #E47347;
	font-size: 17px;
	color: #fff;
}

.answer {
	width: 100%;
	padding: 10px 20px;
	border: #E47347 1px solid;
	border-radius: 7px;
	margin-bottom: 30px;
	font-size: 17px;
}

.box2 {
	width: 820px;
	margin: 0 auto;
}

/****************** contact us page ******************/
.borderGrey {
	border: #ccc 1px solid;
}

/****************** media queries ******************/
@media (max-width:480px) and (min-width:320px) {
.logo {
	display: block;
}

.logo2 {
	padding: 10px 0;
	text-align: center;
	display: block;
}

.phone {
	display: none;
}

.phoneTxt {
	display: none;
}

.navbar-brand {
	display: block;
}

.nav {
	display: block;
}

.navi768 {
	display: none;
}

.navi {
	display: none;
}

.photo {
	display: none;
}

.social {
	display: none;
}

.social2 {
	display: block;
}
}

/****************** media queries ******************/
@media (max-width:768px) and (min-width:360px) {
.logo {
	padding: 10px 0;
	display: block;
	text-align: center;
}

.logo2 {
	padding: 10px 0;
	text-align: center;
	display: block;
}

.phone {
	display: none;
}

.phoneTxt {
	display: none;
}

.navbar-brand {
	display: block;
}

.nav {
	display: block;
}

.navi768 {
	display: none;
}

.navi {
	display: none;
}

.photo {
	display: none;
}

.social {
	display: none;
}

.social2 {
	display: block;
}
}

/****************** media queries ******************/
@media (max-width:1024px) and (min-width:768px) {
.logo {
	padding: 10px 0;
	display: block;
	text-align: center;
}

.logo2 {
	padding: 10px 0;
	text-align: center;
	display: none;
}

.phone {
	display: none;
}

.phoneTxt {
	display: none;
}

.navbar-brand {
	display: none;
}

.nav {
	display: none;
}

.navi768 {
	display: block;
}

.navi {
	display: none;
}

.social {
	display: none;
}

.social2 {
	display: block;
}
}

/****************** media queries ******************/
@media (max-width:10000px) and (min-width:1280px) {
.logo {
	display: block;
}

.logo2 {
	padding: 10px 0;
	text-align: center;
	display: none;
}

.navbar-brand {
	display: none;
}

.nav {
	display: none;
}

.navi768 {
	display: none;
}

.navi {
	display: block;
}

.social {
	display: block;
}

.social2 {
	display: none;
}


/****************** whatsapp ******************/
/*
#top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    text-align: right;
}

.whatsap-width {
    width: 15%;
}

@media(min-width:320px) and (max-width:768px) {
.whatsap-width {
    width: 5%;
    bottom: 20px;
}
}


