.container .navbar .navbar-nav {
	 background-color:#FFFFFF;
	 border:1px solid #000000;
	 margin-left:0px;
	 padding-left:0px;
	 
}
#btn:hover{
	background-color:#08A5DF;
	color:#150458;
	
}
#btn{
	background-color:#101f51;
	width:150px;
	margin-left:20px;
	color:#FFFFFF;
}

#btncm{
	background-color:#101f51;
	width:214px;
	margin-left:20px;
	color:#FFFFFF;
}

#msg{
	background-color:#ffffff;
	color:#FFFFFF;
	margin-top:-19px;
}

#btn1{
	background-color:#101f51;
	width:120px;
	margin-left:20px;
	color:#FFFFFF;
}

#btn1:hover{
	background-color:#08A5DF;
	color:#150458;
	
}

  /* Make the image fully responsive */
		  .carousel-inner img {
			  width: 100%;
			  height: 100%;
		  }
		  .panel-default
		   {
			border-radius: 25px;
			border: 2px solid #cfe0fc;
			padding: 20px; 
			width: 280px;
			height: 290px;
			margin-top: 5px;
		   }
		  .panel-login
		  {
			border-radius: 25px;
			border: 2px solid #26687c;
			padding: 20px; 
			width: 270px;
			height: 320px;
			margin-top: 5px;
		  }
		  .panel-news
			{
			border-radius: 25px;
			border: 2px solid #26687c;
			padding: 20px; 
			width: 280px;
			height: 350px;
			margin-top: 5px;
			}

@media screen and (min-width: 601px) {
  .contactId1{
    font-size: 15px;
	word-wrap: break-word;
  }
  
  .contactEmailId{
	font-size:12px;
	word-wrap: break-word;
  }
  
  .btn-contactId{
	width: 100%;
    height: 121px;
  }
}

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

  .contactEmailId{
	font-size:10px;
	word-wrap: break-word;
  }
  
  .contactEmailId{
	font-size:12px;
	word-wrap: break-word;
  }
  
  .btn-contactId{
	width: 100%;
    height: 151px;
  }
}

/* ############# SUB MENU ########## */

  
    body {
    font-family: "Lato", sans-serif;
}

/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    position: relative;
    z-index: 1;
    top: 183 !important;
    left: 14 !important;
    background-color: #354f7b !important;
    overflow-x: hidden;
    padding-top: 0px !important;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: black;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    background-color: #b18f95;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #777777;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
 
 /* div{
	  text-align:justify;
	} */  
	
