
.img-100 {
 }
  
.img-100 img {
	width: 100%;
	height: auto;

}

.search-bar {
	width: 100%;
	height: auto;

}

.service-item {
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border-color: #f7f7f7;
	margin-right: 2%;
	margin-left: 2%;
	background-color: #FFF;
	float: left;
	width: 46%;
}


.service-item img {
	width: 100%;
}

@media screen and (max-width : 600px) {

 
.service-item {
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	border-color: #f7f7f7;
	margin-right: 2%;
	margin-left: 2%;
	background-color: #FFF;
	float: left;
	width: 96%;
}


}




.addtitle01{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	line-height: 35px;
}


.search-bar  input[type="text"], input[type="email"], input[type="url"], textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.search-bar input {
	width: 30% !important;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.search-bar input[type="submit"] {
	width: 10% !important;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}

.img100 {

 }
 
 .img100 img {
	width: auto;
	height: auto;
 }
 
@media screen and (max-width : 800px) {
 .img100 img {
	width: 100%;
	height: auto;
 }
 }

.pwd1 {
	font-size: 25px;
	color: #b78948;
	line-height: 50px;
 }
 
 .pwd1-1 {
    font-size: 50px;
    font-weight: 500;
    color: #ee4d2d;
}
 
 .pwd2 {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
 }
 
  .pwd3 {
	font-size: 20px;
	color: #333333;
	line-height: 35px;
 }
 
  .pwd4 {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-align: right;
 }
 
   .pwd5 {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	text-align: center;
 }
 
 .pwd6 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 35px;
 }
 
    .box1 {
	text-align: center;
	width: 100%;
 }


.downloadwd1 {

	font-size: 20px;
	color: #FFFFFF;
	background-color: #f78223;
	text-align: center;

 }
 
 .downloadwd1 a {

	font-size: 20px;
	color: #FFFFFF;
	background-color: #f78223;
	text-align: center;

 }
 
 .bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
}

.bar img {
	width: 100%;
	height: auto;
}

.pc {
display:inline;

}
.phone {
display:none;
}


 @media screen and (max-width : 600px) {

.bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}

.bar img {
	width: 100%;
	height: auto;
}

.pc {

display:none;

}
.phone {
display:inline;
}


}
  