

.stiky-nav .stick-bg {
  border-bottom: 3px solid #162343; }
.stiky-nav #nav a {
  font-size: 16px;
  padding: 1px 40px;
  line-height: 50px;
  transition: all .0s;
  text-transform: uppercase;
  background-color: #ef5734; }
.stiky-nav #top-menu li .active a {
  color: #fff;}

.instutute-nav #top-menu .active a {
  color: #fff;}

.acchead .accred-head {
  padding-left: 0px; }



.institute-tab-section .institute-name {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 5px;
    color: #1b265c;
    margin-top: -6px;
}
  .institute-tab-section ul li {
    font-size: 17px;	
}
 

 
 .tab {
    overflow: hidden;	
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 4px;
    transition: 0.3s;
    font-size: 17px;
	border-bottom:6px solid #f1f1f1;
	font-weight: bold;
}


.tab button:hover {
	color:#fff;
    background-color: #1b265c;
	border-bottom:6px solid #ccc;
}


.tab button.active {
	color:#ef5734;
    background-color: #fff;
	border-bottom:6px solid #1b265c;
}


.tabcontent {
    display: none;
    padding: 6px 12px;
    
}

.btn-green{
	background-color: #435ba2;
    margin: 8px 0;
    line-height: 2.3;
    color: #c0c6da;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Montserrat-Light";
	text-align:center;
}
.btn-green:hover{
	color:#1b265c;
	background-color:#fff;
}
.btn-green.active{
	color:#fff;
}
