#rd-header{
	padding-top:100px;
/*	margin-top:180px;*/
	margin-top:213px;
	color: #fff; 	
	background-image: url("/RnD/images/research -innovation.png (2).jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	height:350px;
}

  .headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;

}

.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 769px) and (max-width: 950px) {

    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 230px;
        z-index: 0;
        /* //border:solid yellow 1px; */
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 200px;
        z-index: 0;
        /* //border:solid red 1px; */
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 140px;
        z-index: 1;
        /* //border:solid red 1px; */
    }

    .tabcontent-vision {
        color: #082535;
        display: none;
        padding: 15px;
        padding-top: 80px;
        text-align: center;
        margin-top: auto;
        font-size: 15px;
    }

 
}
/* Style the tab content */
.tabcontent-vision {
    color: #082535;
    display: none;
    padding: 100px;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    line-height: 35px;

}

.tabcontent-vision span {
    font-size: 18px;

}

.tabcontent {
    color: #082535;
    display: none;
    padding: 50px;
    text-align: center;
    margin-top: auto;
}



.divsection-inner {
    background-color: #2d4697;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    position: fixed;
    margin-top: 172px;
    width: 100%;
    z-index: 1;
}

.nav li a {
    padding: 0px;
    padding-top: 12px;

}

.navbar-nav {
    text-align: center;
    width: 100%;

}

.navbar-nav>li {
    /* width:20%; */
    text-align: center;

}


.navbar-nav-6>li {
    width: 16%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /* //border: solid red 1px; */
}


.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 1.5vh;
    -webkit-transition: 0.8s;
    /* Safari */
    transition: 0.8s;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #df9d00;
}

.navbar ul li a i {
    font-size: 2.8vh;
}

.navbar-inverse .navbar-nav-7>li>a {
    font-size: 1.4vh;
}

@media (min-width: 951px) and (max-width: 2000px) {

    .navbar-inverse .navbar-nav-7>li>a {
        font-size: 0.8vw;
    }

    .navbar-inverse .navbar-nav-7>li>a>i {
        font-size: 1.4vw;
    }

}


@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .navbar-nav>li {
        width: 100%;
        text-align: left;
    }

    .headertext {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
        margin-top: -10px;
        font-size: 25px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}


#rd-header h1{
    display:block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #rd-header h1{
        display:none;
    }
    #rd-header{
        margin-top:-80px;	
	background-repeat: no-repeat;
	background-size:100%;
	/* //height:250px;
	//border:solid red 1px; */
	position:static;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
 #rd-header h1{
        display:none;
    }
    #rd-header{
      	margin-top:-80px;	
	background-repeat: no-repeat;
	background-size:100%;
	height:200px;
	/* //border:solid red 1px; */
	position:static;
    }
}

@media (min-width: 280px) and (max-width: 576px){
 #rd-header h1{
        display:none;
    }
    #rd-header{
      	margin-top:-45px;	
	background-repeat: no-repeat;
	background-size:100%;
	height:150px;
	/* //border:solid red 1px; */
    }
}
  .paragraphBody {
	  text-align:justify;
	  line-height:25px;
  }
    .paragraphBody li {
	  text-align:justify;
	  line-height:25px;
  }

   /* <!-- highlights  --> */
        .card {
            margin-bottom: 20px;
            border-radius: 10px;
            box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
        }

        .card-body {
            padding: 10px 15px 10px 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;

        }

        .card-title {
            font-size: 36px;
            font-weight: 600;
            color: #2d4697;
        }

        .card p {
            /* font-size: 12px; */
            color: #000000;
            margin-top: 10px;
        }

        .roww {
            display: flex;
            align-items: stretch;
        }

#gic {
	
	padding-top: 100px;
    margin-top: 163px;
    color: #fff;
    background-image: url("/RnD/images/GIC\ \(1\).png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
}

.clubsdetails{
        font-family: opensans;
	 padding-top:45px;
	text-align:justify;
	line-height:20px;
}

.paddingtop{
	padding-top:40px;
}

.paddingtopbottom{
	padding-top:40px;
	padding-bottom:40px;
}


     
.panel-body {
    background-color: #091426;
    color: #ffffff;
    border: 0px;
}

.panel-collapse {
    border-top: 0px solid #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #abb6c4;
    border: #ddd;
}

.panel-heading:hover {
    background-color: #df9d0d;
    text-decoration: none;
}

.panel-heading:active {
    background-color: #df9d0d;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-family: opensans_bold;
    font-size: 13px;
    text-transform: uppercase;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.overviewpanelbody {
    background-color: #ffffff;
    color: #000;
}

.overviewpanelheading {
    background-color: #f5f4f4;
    color: #000;
}
.greybg{
	background-color:#f5f4f4;
}
#RESEARCHPROJECTS{background-color:#f5f4f4;}
.scroll-area1{
  width:100%;
  height:calc(100% - 200px);
  margin-top:20px;
  background-color:#f5f4f4;
  float:left;
  overflow-y:scroll;
  height:300px;
  padding:10px;
}
#Collaboration{
	padding-top:100px;
	/*margin-top:180px;*/
	margin-top:213px;
	color: #fff; 	
	background-image: url("/Collaboration/images/Collaboration.jpg");
	 background-repeat: no-repeat;
	background-size:100% 100%;
	height:350px;
}
#Collaboration h1{
    display:block;
}
@media (min-width: 769px) and (max-width: 950px) {
    #Collaboration h1{
        display:none;
    }
    #Collaboration{
        margin-top:-80px;	
	background-repeat: no-repeat;
	background-size:100%;
	/* //height:250px;
	//border:solid red 1px; */
	position:static;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
 #Collaboration h1{
        display:none;
    }
    #Collaboration{
      margin-top:-80px;	
	background-repeat: no-repeat;
	background-size:100%;
	height:200px;
	/* //border:solid red 1px; */
	position:static;
    }
}

@media (min-width: 280px) and (max-width: 576px){
 #Collaboration h1{
        display:none;
    }
    #Collaboration{
     margin-top:-45px;	
	background-repeat: no-repeat;
	background-size:100%;
	height:150px;
	/* //border:solid red 1px; */
    }
     .roww {
            display: flex;
            align-items: stretch;
            flex-direction: column;
        }
}
.section-header{padding-bottom:20px; padding-top:0px;}
.highlights_no{
	font-size:40px; 
	font-family: opensans_extrabold; 
	line-height:3vh;
	color:#000000;
}

      
.panel-body {
    background-color: #091426;
    color: #ffffff;
    border: 0px;
}

.panel-collapse {
    border-top: 0px solid #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #abb6c4;
    border: #ddd;
}

.panel-heading:hover {
    background-color: #df9d0d;
    text-decoration: none;
}

.panel-heading:active {
    background-color: #df9d0d;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-family: opensans_bold;
    font-size: 13px;
    text-transform: uppercase;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.overviewpanelbody {
    background-color: #ffffff;
    color: #000;
}

.overviewpanelheading {
    background-color: #f5f4f4;
    color: #000;
}
.ProjectDetails > li
{
    line-height: 25px;
    list-style: none;
    text-align: justify;
}
.ProjectDetails>li >span{
    font-weight: bold;
    
}

.RearchProjectList > div > ul > li
{
    margin-bottom: 15px;
}
.ResearchprojectHeading > a
{
    text-transform: none;
    font-size: 14px;
    
}
.divtableheader >div {
	padding:10px;
	border:solid #cacaca 1px;
}
.divtable >div {
	padding:10px 10px 0px 10px;
	min-height:130px;
	border:solid #cacaca 1px;
}

.body-img {
 padding:0px;
  margin:0px;
}
.body-img > div {
 padding:0px;
  margin:0px;
}
.body-img > div > img {
 width:100%;
}

.body-img >img{
    width: 100%;
}
.body-img{
    padding: 0px;
}
.body-img>div{
    padding: 0px;
}