nav.content { 
     position:fixed;
     top:0;
     left:0;
     right:0;
     width:100%;
     z-index:100 }

ul	{
	position: relative;
	top: 10px;

}

.tel 	{
	position: relative;
	background-color: white;
	top: -3px;
	width: 120px;
	height: 47px;
	border-radius: 12.5%;
}

.logo-image{
    width: 100%;
    height:100%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
}

@media (max-width:1024px) {
#menu {
	
	background:linear-gradient(180deg, rgba(55,116,180,1.0), rgba(0,128,190,0));
	color: #000;
	height: 200px;
	padding-left: 18px;

	
}
}

@media (min-width:1024px) {
#menu {
	
	background:linear-gradient(180deg, rgba(55,116,180,1.0), rgba(0,128,190,0));
	color: #000;
	height: 150px;
	padding-left: 18px;
	
}
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}


#menu a {
	display: block;
	line-height: 43px;
	padding: 0 14px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;


}
#menu li a:hover {
	color: #05041C;
	background: #bed0da;
	


}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 43px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}


#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 200px;
	background: #F3F4F5;
	position: absolute;
	z-index: 99;
	display: none;
	border : solid 1px #101030;
	
	
}
#menu ul.sub-menus li {
	display: block;
	width: 200px;
}
#menu ul.sub-menus a {
	color: #101030;
	font-size: 16px;
	text-transform: capitalize;

}
#menu li:hover ul.sub-menus {
	display: block


}
#menu ul.sub-menus a:hover{
	
	background: #bed0da;
	color: #101030;
	
}
@media screen and (max-width: 1024px){
	#menu a {color:#101030}
	#menu {position:fixed}
	#menu ul {background:#bed0da;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;border-radius: 0px
   #333;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}

}




