*{
	padding:0;
	margin:0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}
body{
      font-family:sans-serif;
}
.darkblue{
background:#05295a;	
width:280px;
height: 60px;
margin:10px;
}
input[type=search]{
	border:none;
    background:#4976a0;
    width:150px;
    height: 40px;
    outline: none;
    color:white;
    font-size:20px;
    display:inline-block;
    margin:10px 2px 10px 86px;
    padding-left:8px;
}
input[type=search]::placeholder{
	color:white;
	margin-left:5px;
}
.sbtn{
	float: right;
	margin:10px 20px 10px 0;
	height: 40px;
	width: 40px;
	background: #1b5a97;
	color:white;
	display:inline-block;
	border:none;
	outline: none;
}
#sup-btn{
	color:black;
	margin:10px;
	font-size: 20px;
	background: white;
	border:none;
	text-decoration: none;
}
a.sin-btn{
	background:#0A4E6F;
	color:white;
	border-radius:20px;
	text-decoration:none;
	padding: 10px 20px;
	margin-top:10px;
	}
	a.sin-btn:hover{
		color:white;
		text-decoration:none;
	}
	#mbtn{
		padding: 10px 80px;
	}
.dropdown:hover >.dropdown-menu{
	display: block;
}
.nav-item a{
	font-size: 16px;
	font-weight: bold;
}
.nav-item a:hover{
background:#05295a;	
color:white;
padding:7px 13px;
}
.heading6{
	background:#69cee0;
}
.ancher{
	text-decoration: none;
	color:black;
}
#bgnav{
background:#1d639f;
}
.dropdown-menu a:hover{
	color:white;
	background: #1d639f;
}
@media(min-width:1280 )
{
	#firstimg{
	margin-top:20px;
}
.img-res{
	margin:10px;
}
}
@media(min-width: 768px) and (max-width:991px)
{
	#firstimg{
	margin-top:20px;

}
.img-res{
width:100%;
	margin:15px auto 15 auto;
}
}
@media(min-width: 575px) and (max-width:767px)
{
		#firstimg{
	margin-top:20px;

}
.img-res{
height: 100px;
width: 150px;
margin:10px;
padding:0;
align-items: center;
}
}

@media(min-width: 480px) and (max-width:574px)
{
	
	#firstimg{
	margin:20px;

}
.img-res{
width:100%;
	margin:15px auto 15 auto;
}
}
@media(max-width: 479px)
{
.darkblue{
background:#05295a;	
width:100%;
height: 60px;
margin:10px;
}
input[type=search]{
	border:none;
    background:#4976a0;
    width:150px;
    height: 40px;
    outline: none;
    color:white;
    font-size:20px;
    display:inline-block;
    margin:10px 2px 10px 55px;
    padding-left:8px;
}	
.sbtn{
	float: right;
	margin:10px 10px 10px 0;
	height: 40px;
	width: 40px;
	background: #1b5a97;
	color:white;
	display:inline-block;
	border:none;
	outline: none;
}
.img-res{
	width:100%;
	margin:15px auto 15 auto;
}
}


