

#introductionbgEEE {
	padding-top:100px;
	/*margin-top:188px;*/
	margin-top:213px;
	color: #fff; 	
	background-image: url("/academics/images/EEE.jpg");
	background-repeat: no-repeat;
	background-color: #cacaca;
	background-size:100% 100%;
	height:350px;
}


@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-8 >  li  {
	width:12.5%;
	padding:0px;
	margin:0px;
}

.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;
}



@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;
    }

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

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

.headertext{padding:60px 0px 0px 60px; font-size:45px;}

  /* <!-- 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;
        }

        .paddingtop{
	padding-top:40px;
}

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



.po-tablink-new {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 17px;
    width: 450px;
    margin-left: 5px;

}

.po-tablink-new {
    background-color: #ffffff;
    color: #000000;
    border-bottom: solid #cacaca 1px;
}

.po-tablink-new:hover {
    background-color: #ffffff;
    border-bottom: solid #000000 4px;
}

.po-tablink-new {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 17px;
    width: 32%;
    margin-left: 5px;

}

.po-tablink-new {
    background-color: #ffffff;
    color: #000000;
    border-bottom: solid #cacaca 1px;
}

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

.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;
}
 /* <!-- campus Placements  --> */

        .section-title {
            margin-top: 30px;
            font-size: 24px;
            font-weight: bold;
            color: #2d4697;
        }

        .recruiter-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .recruiter-item {
            flex: 0 0 12%;
            text-align: center;
            padding: 10px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            /* background-color: #f9f9f9; */
        }

        .recruiter-item img {
            height: 60px;
            width: auto;
            max-width: 100%;
            object-fit: contain;
            display: block;
            margin: 0 auto 10px;
        }

        .content-section {
            margin-top: 30px;
        }

        
    /* <!-- STUDENTS PLACEMENTS --> */

        .placement-card {
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 15px;
            text-align: center;
            margin-bottom: 20px;
            background-color: #fdfdfd;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .placement-card img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin-bottom: 10px;
        }

        .student-name {
            font-size: 18px;
            font-weight: bold;
        }

        .student-details {
            font-size: 12px;
            margin-top: 5px;
        }


         .paragraphBody {
	  text-align:justify;
	  line-height:25px;
  }
    .paragraphBody li {
	  text-align:justify;
	  line-height:25px;
  }
  .research-tablink-new {
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 17px;
    width: 26%;
    margin-left: 5px;

}

.research-tablink-new {
    background-color: #ffffff;
    color: #000000;
    border-bottom: solid #cacaca 1px;
}
#RandD {
    background-color: #ffffff;
}
#TRAINING {background-color:#ffffff;}
.modalnewtemplet
{
	width:98%;
}
 .Placementbg{
	background-color:#091426;
	margin:0px;
	padding-top:50px;
}

#introductionbgEEE h1 {

    display: block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #introductionbgEEE h1 {
        display: none;
    }

    #introductionbgEEE {
        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) {
   #introductionbgEEE {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }

    #introductionbgEEE h1 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #introductionbgEEE {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    #introductionbgEEE h1 {
        display: none;
    }
}


.name-bg {
	padding: 4px;
}

.faculty-name {
	padding: 8px;
	background-color: #f5f4f4;
	text-align: left;
	color: #000000;
}

.faculty-name a {
	text-decoration: none;
	color: #676767;
}

.faculty-name a:hover {
	text-decoration: none;
	color: #000000;
}
.facultymodalfooter {
	padding: 15px;
}
.modalnewtemplet
{
	width:98%;
}