header{
 font-family: Cuprum, Arial, Helvetica, sans-serif;
}
.dws-menu *{ margin: 0; padding: 0; font-weight: 200;}
.dws-menu ul, .dws-menu ol{ list-style: none;}

.dws-menu > ul{
 display: flex;
 justify-content: center;
 border-bottom: 2px solid rgb(12,78,156);	
}

.dws-menu > ul li{ position: relative; min-width: 16.65%; }

.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
 background: white; /* Old browsers */
 background: -moz-linear-gradient(bottom,  rgb(255,255,255) 0%, rgb(255,255,255) 97%, rgb(12,78,156) 98%, rgb(255,255,255) 99%,rgb(255,255,255) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 97%,rgb(12,78,156) 98%,rgb(255,255,255) 99%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to top,  rgb(255,255,255) 0%,rgb(255,255,255) 97%,rgb(12,78,156) 98%,rgb(255,255,255) 99%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 padding: 15px 30px 15px 40px;
 font-size: 14px;
 color: #454547;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}

.dws-menu li a:hover{
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c4e9c+0,dee4f2+2,dee4f2+98,0c4e9c+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+96,f4021a+97,f4021a+100 */
 background: rgb(255,255,255); /* Old browsers */
 background: -moz-linear-gradient(bottom,  rgb(255,255,255) 89%, rgb(244,2,26) 90%, rgb(244,2,26) 98%,rgb(255,255,255) 99%,rgb(255,255,255) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(bottom,  rgb(255,255,255) 89%,rgb(244,2,26) 90%,rgb(244,2,26) 98%,rgb(255,255,255) 99%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to top,  rgb(255,255,255) 89%,rgb(244,2,26) 90%,rgb(244,2,26) 98%,rgb(255,255,255) 99%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 color: red;
 transition: all 0.3s ease;
}


/*sub menu*/



/* @media all and (min-width: 1100px){ */
.dws-menu li ul{
 border: 1px solid rgb(201,201,201);
 border-radius: 20px;
 box-shadow: 1px -1px 3px 0 rgb(180,180,180) ;	
 min-width: 110%;
 padding: 15px 15px 5px 15px;
 position: absolute;
 z-index: 900;
 max-width: 250%;
 display: none;
}


.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 background: white; /* Old browsers */
background: -moz-linear-gradient(bottom,  rgb(255,255,255) 0%, rgb(255,255,255) 97%, rgb(12,78,156) 98%, rgb(12,78,156) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 97%,rgb(12,78,156) 98%,rgb(12,78,156) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgb(255,255,255) 0%,rgb(255,255,255) 97%,rgb(12,78,156) 98%,rgb(12,78,156) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* .dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
} */

.dws-menu li:hover > ul{
 display: block;
 background: white; 
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 6vh;
  right: 10px;
  z-index: 1000;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  opacity: 0.6;
}

#myBtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  line-height: 28px;
  color: #fff;
}

#myBtn:hover { background-color: #555; }

.footer-container {
	flex: 0 0 auto; 
	display: flex;
	flex-wrap: no-wrap;
	opacity: 1; 
	background: rgb(213,57,77); 
	height: 170px; 
//    	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	justify-content: center;
	items-align: center;
	left: 0;
	right: 0;
	border-top: 5px solid rgb(213,57,77); 
}

.footer-div a {cursor: pointer;color: white; text-decoration: none; font-weight: 200; font-size: 14px; line-height:1.1; display: block;}

.footer-div a:hover {color: rgb(233,140,145);}

.footer-div {
	display:block;
	background: rgb(213,57,77); 
	color:rgb(221,221,221);
	font-size: 16px;
	font-family: Cuprum, Arial, Helvetica, sans-serif;
	box-shadow: none;
	padding: 20px 30px;
}

.border-l {border-left: 1px solid white;}
.border-r {border-right: 1px solid white;}
.footer-div .part-header { text-decoration: underline; margin-bottom: 10px;}
.footer-div .contact {
	font-size: 14px;
	font-family: Cuprum, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	color: rgb(221,221,221);;
}

.footer-div .contact:before {color: rgb(221,221,221);}
.foot-center {padding: 60px 40px; text-align: center; line-height: 1.5;}	

