.navbar-toggler
{
	background-color:white;
}
@media only screen and (max-width:10000px)
{
.text1
{
	font-family:calibri light;
	font-size:20px;
	color:#0C89E5;
}
.text2
{
	font-family:calibri light;
	font-size:30px;
	color:#0C89E5;
}
.text3
{
	font-family:calibri light;
	font-size:40px;
	font-weight:700;
	color:#002E5B;
}
.clgname1{
	font-family:calibri light;
	font-size:50px;
	font-weight:700;
	color:#002E5B;
}
}

@media only screen and (max-width:411px)
{
.text1
{
	font-family:calibri light;
	font-size:10px;
	color:#0C89E5;
}
.text2
{
	font-family:calibri light;
	font-size:15px;
	color:#0C89E5;
}
.text3
{
	font-family:calibri light;
	font-size:20px;
	font-weight:700;
	color:#002E5B;;
}
.clgname1{
	font-family:calibri light;
	font-size:20px;
	font-weight:700;
	color:#002E5B;;
}
}

@media only screen and (max-width:769px)
{
.text1
{
	font-family:calibri light;
	font-size:10px;
	color:#0C89E5;
}
.text2
{
	font-family:calibri light;
	font-size:15px;
	color:#0C89E5;
}
.text3
{
	font-family:calibri light;
	font-size:20px;
	font-weight:700;
	color:#002E5B;;
}
.clgname1{
	font-family:calibri light;
	font-size:20px;
	font-weight:700;
	color:#002E5B;;
}
}

.notifybar
{
	background-color:grey;
	height:439px;	
}

.marqcolor
{
	background-color:gray;
	height:30px;
}

.nameboxing1
{
	border:1px soild green;
	position:relative;
}
.carouselbox
{
	border:1px solid black;
	height:500px;
	position:relative;
	background-color:white;
	box-shadow:1px 1px 2px black, 0 0 25px grey, 0 0 5px grey;
}

.deskbox
{
	border:1px solid black;
	height:200px;
	position:relative;
	background-color:white;
	box-shadow:1px 1px 2px black, 0 0 25px grey, 0 0 5px grey;
	border-radius:10px;
	margin-top:10px;
}
@media screen and (max-width: 800px) {
	#padding_space{
		padding: 10px;
	}
}

.clgname1{
		color: #002E5B;
		/*font-size: 1.4vw;*/
		font-family:calibri light;
		font-size:20px;
		font-weight:700;
		/*margin-left: 200px;*/
	}

/*@media only screen and (min-width: 990px) and (max-width: 1318px){
      .clgname1{
		color: #002E5B;
		font-size: 1.2vw;
	}
}*/
/*@media screen and (max-width: 396px) {
	.clgname{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.clgname{
		color: white;
		font-size: 15px;
	}
}
 @media only screen and (min-width: 990px) and (max-width: 1270px){
      .clgname{
		color: white;
		font-size: 10px;
	}
}
@media only screen and (min-width: 990px) and (max-width: 1318px){
      .clgname1{
		color: white;
		font-size: 1vw;
	}
}

@media screen and (max-width: 500px) {
	.clgname{
		color: white;
		font-size: 11px;
	}
}*/



.nav-item a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  /*padding: 7px 15px;
  line-height: 43px;*/
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
  font-size: 13px;
  letter-spacing: 1px;
  /*text-shadow: 2px 2px #555;*/
}
.nav-item a:hover {
  background: #ffffff;
  /*opacity: 0.8;*/
  border-radius: 20px;
  color:#002E5B;
}
.nav-item .active {
  background-color: white;
  color: black;
  border-radius: 20px;
}


/*tab css*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),
.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8),
.tabset > input:nth-child(17):checked ~ .tab-panels > .tab-panel:nth-child(9),
.tabset > input:nth-child(19):checked ~ .tab-panels > .tab-panel:nth-child(10),
.tabset > input:nth-child(21):checked ~ .tab-panels > .tab-panel:nth-child(11),
.tabset > input:nth-child(23):checked ~ .tab-panels > .tab-panel:nth-child(12) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}



.tabset {
  /*max-width: 65em;*/
  text-align: center;
}

/*end of tab css*/