.header {
  height: 80px;
  width: 100%;
  background-color: white;
  position:fixed;
  top:0;
  z-index:10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, white, rgb(0, 102, 255));
  border-image-slice: 1;
}

.header ul{
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 150px;
}
.header li {
  list-style: none;
  float: left;
  padding-right: 23px;
}

.title {
  color: black;
}
.baipas-title {
  color: rgb(0, 102, 255);
}

.header li:hover{
  color: rgb(0, 102, 255);
}

.arawzans_c {
  color: rgb(0, 102, 255);
}

.header-container {
  width: 100%;
  height: 230px;
  margin-top: 80px;
  background-image: url(img1/background3.png);
}
header2 h1 {
  background-color: rgba(255,255,255,0.7);
  width: 330px;
}

.map {
  float: left;
  margin-right: 3px;
}

.header-right {
  float: right;
  margin-top: 75px;
  background-color: rgba(255,255,255,0.7);
  width: 350px;
}

ul {
  list-style: none;
}

main {
  height: 1700px; 
 
}

a {
  text-decoration: none;
}

h2 {
  background: linear-gradient(to right, red, orange);
  width: 100%;
  color: white;
}

.wash-menu{
  text-align: center;

}
.wash-img {
  width: 80%;
}

main p{
  text-align: center;
}

.arawzans {
  padding: 0 170px;
  margin: 0 auto;
}

.arawzans p{
  text-align: center;
  font-size: 20px;
}

.arawzans-pr {
  text-align: center;
}

footer{
  width: 100%;
  height: 155px;
  background-color: #174a5c;
  color: white;
  text-align: center;
 
}


footer li{
  color: white;
}

footer li:hover{
  color: yellow;
}

footer .link:hover{
  color: yellow;
}

.link {
  margin: 0;
}

ul.footer-menu li {
display: inline;
}

ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #607D8B;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}