:root {
    --menuFootMenuBg: #0e5752;;
    --headFoot: #3D3150;
    --headingOne: #F86C72;
    --headingTwo: #111111;
    --tabColor: #F6900B;
    --tabBgColor: #E03239;
    --tabContentBg: #328882;
    --formCtrlColor: #F56161;
    --blackColor: #000;
    --whiteColor: #FFF;
    --redColor: #2B213C;
    --lightGrayColor: #eee;
    --lightPlsGrayColor: #ccc;
    --darkGrayColor: #333;
    --vDarkGrayColor: #666;
    --textFldBrder: #F93941;
    --textFldBrderTwo: #F85D5D;
    --textFldFocusTwo: #CE6F6F;
    --headFont: 'PT Sans Narrow', sans-serif;
    --headFont2: 'Cookie', sans-serif;
    --formControlFont: 'Raleway', sans-serif;
    --headFont3: 'Josefin Sans', sans-serif;
}

@media print {
    #printbtn {
        display :  none;
    }
}

.bgcontent{
	background-color: rgb(14, 87, 82)!important;
}
.fbgcontent{
    color: #093a37;;
    background-color: #ff8614;
}
.margin-t{
    margin-top: 20px;
}
.text-center {
    text-align: center;
    font-family: sans-serif;
}
.text-left {
    text-align: left;
}
.newsIcon {
    font-size: 40px;
    color: var(--menuFootMenuBg);
}
h1,small{
color: white;
}
.tab-content>.active {
    display: block;
    color: white;
    background-color: #328882;
    text-shadow: 1px 1px 1px sandybrown;
    font-size: 12px;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff8614;
    font-size: 23px;
    background-color: #328882;
    border-color: none;
}
.nav-tabs .nav-link {
    border: 0px solid transparent; 
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ff8614;
    font-size: 23px;
}
.nav-tabs .nav-link:focus{
    /* border-color: #e9ecef #e9ecef #dee2e6; */
}
.nav-tabs .nav-link:hover {
	background-color: #328882;
	height: 100%;
}
.scrollbar {
    background-color: var(--tabContentBg);
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .1) 25%,
 transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%,
 transparent 75%,
 transparent);*/
    background-image: -webkit-linear-gradient(45deg, rgb(255, 134, 20) 25%, #b9212100 25%, #0aff1100 50%, rgb(255, 134, 20) 50%, rgb(255, 134, 20) 75%, transparent 75%, transparent);
    height: 400px;
    overflow-y: scroll;
    overflow-x:hidden;
    padding:20px;
}
.scrollbar a{
	color: white;
}
.scrollbar p{
font-family: 'PT Sans Narrow';
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-transform: capitalize;
}
.scrollbar h3{
	font-family: 'Cookie';
	font-size: 30px;
	text-decoration: underline;	
	font-weight: 500px;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #0e5752; 
    border-radius: 10px;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #09302d; 
}
.no-padding{
	padding: 2px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #eee;
}
footer {
    background-color: rgb(14, 87, 82)!important;
    color: white;
    height: 50px;
    line-height: 50px;
    

}
.contact{
	font-family: 'PT Sans Narrow';
	font-size: 16px;
	line-height: 20px;

}
.Readmore {
    background-color: var(--menuFootMenuBg);
}

h3 small, .h3 .small, label, .label {
    font-family: var(--headFont3);
    color: var(--whiteColor);
    font-size: 14px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.try{
  width: 20%;
  background-color: #328882;
  height: 300px;
  margin: auto;
  text-align: center;
}
.try input{
  border:none;
  padding: 10px 20px;
  background-color: #f58709;
  color: white;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0px;
}
.try h2{
  color: white;
  font-size: 25px;
  margin: 20px 20px;
  padding: 30px 0px;
  text-transform: capitalize;
}
.try input:hover{
  background-color: white;
  color: green;
}
.faculty small{
    color: #fff;
    background-color: #FF8614;
    border-radius: 5px;
    padding: 0.5vw;

}
.faculty{
    margin-top: 10px;
}
.faculty .fac-person{
    padding-top: 1vw;
}
.faculty .fac-bottom{
    background-color: red;
    padding: 10px;
    color: white;
    background-color: var(--tabContentBg);
}
.faculty .mb-4{
    padding: 0px;
}
.faculty .mb-4:hover{
    -webkit-box-shadow: 1px 1px 17px 1px rgba(4,71,62,1);
-moz-box-shadow: 1px 1px 17px 1px rgba(4,71,62,1);
box-shadow: 1px 1px 17px 1px rgba(4,71,62,1);
}

.bfooter{
    margin-top: 20px;
}
.bfooter .container{
    padding-top: 5vh;
}
.bfooter h2{
    font-family: Cookie, sans-serif;
    font-weight: 500;
    font-style: normal;
    
}
.socialIcon a{
    float: left;
    font-size: 2vw;
    color: white;
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .top-intro{
    height: auto;
  }
  .top-intro h3{
    font-size: 3.5vw;
  }
  .top-intro h1{
    font-size: 5vw;
  }
}
