html{
  min-height:100%;
  font-size:16px;
  background-color: #e3f1f0;

}
body{
    background-color:  #e3f1f0;
    text-align: justify;
    font-family:"Georgia";
    font-size:16px!important;
}
p{
	font-size:16px;
}
li{
	font-size:16px;
}
body div{
  text-align: justify;
}
body p{
  text-align: justify;
}
body div p{
  text-align: justify;
}
body div ul li a{
  color:#545454;
}
/* -------- top ----*/
#top li a{
  font-size:12px;
  color:#000;
}
#top a{
  color:#555;
}
#top a:hover{
  background: none;
  background-color: none;
  text-decoration: underline;
}
#top li{
  padding:0px 5px;
}
/* ------ Logo ----*/
.logo-wrapper {
  margin-top: 10px;
  display: inline-flex;
  height: 100%;
}

.logo-wrapper > .logo-img {
  max-height: 100px;
}

.logo-wrapper > .logo-text {
  list-style-type: none;
  padding: 0;
  padding-left: 10px;
  margin: 0;
  color: rgb(57, 115, 111);
}

.logo-wrapper > .logo-text > .top, .med {
  font-size: 30px;
  line-height: 35px;
}

.logo-wrapper > .logo-text > .bot {
  font-size: 22px;
}

.logo-wrapper > .logo-text span {
  color: rgb(145, 27, 31);
}
@media only screen and (max-width: 670px) {
  .logo-wrapper > .logo-img {
    height: 13vw;
  }
  .logo-wrapper > .logo-text > .top, .med {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .logo-wrapper > .logo-text > .bot {
    font-size: 3.2vw;
  }
}
/*------ Logo end ----*/
.menu ul {
  margin-left:27%;
  width:80%;
}
.menu ul li a{

  color:#000;
  padding-left:18px;
  padding-right:18px;
  opacity:1;
  padding-bottom:5px;
  padding-top: 5px;
  font-weight:550;
}
.menu ul li a:hover {
  background-color:#3b736f;
  -webkit-border-radius:2px;
  color:white;
  background-image: none;
}
/*------------------------*/
.dropdown-menu {
    min-width: 200px;
    width: fit-content;
  
}
.menu ul li a .dropdown-menu li a:hover {
  background-color:#3b736f;
  color:black;
}
.menu ul li a:focus {
  background-color:#3b736f;
  -webkit-border-radius:2px;
  color:white;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
  background-color:#3b736f;
  -webkit-border-radius:2px;
  color:black;
}
#navbar ul li ul .dropdown-menu{
  background-color: rgba(255, 0, 0, 1);
  }
/*-------------drop-----------------------*/


/*            tenders and notices      */

.wrapper {
  margin: 10px auto;
  width: 100%;

  font-family: "Georgia";
  color: #98927C;
  font-size: 14px;
  line-height: 24px;
  max-width: 100%;
  min-width: 340px;
}

.tabs li {
  list-style: none;
  float: left;
  width: 17%; /* 20% */
  margin-right:8%; /* 10% */
  outline:none;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-variant: small-caps;
  color: #3b726e;
  height: 40px;
  line-height: 40px;
  outline:none;
}
.tabs a:hover,
.tabs a.active {
  background-color: #3b726e;
  color: #fff;
}
.tabs a:before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 40px;
  line-height: 60px;
  width: 0;
  border-right: 7px solid transparent;
}
.tabs a.active:before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  border-right: 20px solid transparent;
  outline:none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  outline:none;
}
#download ul,
#notice ul,
#tender ul,
#workshop ul{
  list-style-type: none;
}
#download ul li,
#notice ul li,
#tender ul li,
#workshop ul li{
  //text-decoration: none;
  color: #111;
  padding-top:5px;

}
#download ul li a,
#notice ul li a,
#tender ul li a,
#workshop ul li a{
  text-decoration: none;
  color: #111;

}
#notice ul li a:hover,
#tender ul li a:hover,
#workshop ul li a:hover{
  color: #817c8g;
}



/*        highlights        */


.sp-nh-buttons, .sp-nh-item, .sp-nh-prev, .sp-nh-next {
  height: 25px;
  line-height: 25px;
  display:inline;
}

.sp-nh-item {
  overflow: hidden;
  position: relative;
}

/*      wdc        */

.wdcmain{
  height:400px;

  background-image: url("../img/code.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#d7dae0;
  text-align: center;

}
.wdcmain h1{
  margin-top: 200px;
  font-size: 50px;
  font-family: "Georgia";
  text-transform: uppercase;

}
div .container div.wdchome h1,p{
  text-align: center;

}
div .container div.wdchome h1{
  border-bottom: 2px inset #d7dae0;
}

/*       wdc ends        */

.side ul ul .nav{
	background-color:#3b726e;
	text-align:center;
}
.side ul ul .nav li h4 a:hover{
	background-color:#3b726e;
	text-decoration:none;
	text-align:center;
}

/*----------------visitors page----------*/

.visitor img{

  border-radius: 50%;
  float: left;
}
.visitordata{
  padding:40px 50px 50px 30px;
  float: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 2px 2px #cccccc;
  border:1px solid #3C7570 ;
}

#gallary-list{
	margin-top:50px;
}

#gallary-list li{
	margin-bottom:10px;
}
.gallary{
	font-variant: all-caps;
	padding:5px 10px;


}
.current{
	background-color:#3b736f;
	color:#fff;
	border-radius:2px;
}
.row div ul .nav li h4 a{
  text-align:left;
}
.row div ul .nav{
  text-align:center;
}

.sem-syl > li{
	padding-left:35px;
}
/*----------------for tables---------------*/
.dash-table th{
  background-color:#3B736F;
  color: white;
  #padding: 6px 0 6px 8px;
  text-align: left;
  font-size: 1em
}
.dash-table td{
  font-size: .95em;
  overflow: auto;
  padding: 7px;
  height: 30px;
}
.dash-table {
  background: white;
  border-collapse: collapse;
  color:rgba(0,0,0,.8);
  font-family: roboto;
  table-layout: fixed;
  border:#3B736F 1px solid;
  font-family:Helvetica, Arial, sans-serif;
  margin: 10px 0px;
  width:100%
}
.dash-table tr:nth-child(even) {
  	background-color: #e3f1f0
  }.tabs li a{
  border-bottom:1px groove teal;
}
/*        new part            */
.new{
  margin-top: -5px;
}
.col-md-4 ul li p{
  text-align: center;
}
/*       footer          */
.footertop{
  margin-top: 3%;
  font-size:16px;
}
div h2{
	color:black;
	opacity:0.7;
}
