*{
margin: 0px;  
padding: 0px;
box-sizing: border-box;
list-style: none;
}
a{
text-decoration: none;  
}
body{
font-family: 'Poppins', sans-serif;
}
img{
max-width: 100%;  
}
section.top_header {
background: #f7bc36;
}
.announ_heading {
width: 160px;
height: 40px;
position: relative;
background: #0c5738;
line-height: 40px;
text-align: center;
color: #f7bc36;
margin-left: -12px;
}
.announcements {
display: flex;
justify-content: space-between;
align-items: center;
/*background: #109849;
color: #fff;*/
}
.announ_heading:before {
content: "";
position: absolute;
right: -20px;
bottom: 0;
width: 0;
height: 0;
border-left: 20px solid #0c5738;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
}
.marquee {
height: 25px;
width: 100%;
overflow: hidden;
position: relative;
margin-left: 30px;
}
.marquee .marquee_1 {
display: block;
width: 100%;
height: 30px;
position: absolute;
overflow: hidden;
animation: marquee 10s linear infinite;
}
.marquee span {
float: right;
width: 100%;
font-size: 14px;
color: #0c5738;
}
@keyframes marquee {
0% { left: 0; }
100% { left: -100%; }
}
.about_uni {
width: 100%;
height: 40px;
background: #0c5738;
line-height: 40px;
text-align: center;
border-radius: 5px;
float: right;
margin-top: 14px;
}
.about_uni a {
color: rgb(247, 188, 54);
text-transform: capitalize;
font-size: 16px;
display: block;
}
.college_enquery {
display: flex;
justify-content: space-between;
}
.mail_enquery:before {
content: "";
position: absolute;
border-right: solid 2px #0c5738;
height: 100%;
right: -9%;
}
.mail_enquery {
position: relative;
}
.mail_enquery:last-child:before {
border: none;
}
header.header {
padding: 30px 0px;
}
img{
max-width: 100%; 
}
a.navbar-brand{
display: none;	
}
.logo_img img {
height: 100px;
}
.college_name h1 {
font-size: 28px;
font-weight: 600;
color: #0c5738;
margin: 0px;
}
.college_name {
/*text-transform: capitalize;*/
}
.college_name p {
font-size: 20px;
margin: 0px;
font-weight: 400;
color: #0c5738;
}
.college_name span {
float: right;
width: 100%;
font-size: 16px;
color: #0c5738;
}
.mail_enquery a {
color: #0c5738;
font-size: 14px;
}
.mail_enquery p {
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
margin: 0px;
color: #0c5738;
}
.mail_enquery i {
margin-right: 5px;
}
/*navbar start*/
.navegition .nav_menu {
background: #0c5738;
}
.navegition .nav_menu ul .nav-item .nav-link {
color: #f7bc36;
margin-right:5px;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
}
.navegition .nav_menu ul .nav-item .nav-link:hover {
background: #f0f0f0;
width: fit-content;
color: #0c5738;
}
.dropdown-menu a.dropdown-item {
color: #f4eeca;
/*text-transform: capitalize;*/
font-size: 12px;
letter-spacing: 1px;
border-bottom: solid 1px #f0f0f0;
padding: 5px 12px;
}
.dropdown-menu a.dropdown-item:hover {
background: #f0f0f0;
color: #0c5738;
}
ul.dropdown-menu {
border-top: solid 1px #f0f0f0;
}

.dropdown-menu {
background: #0c5738;
}
/*navbar End*/

/*slider start*/
.carousel-item.slider_bg {
padding: 300px 0px;
background-repeat: no-repeat;
background-size: cover;
}
/*slider End*/

/*Events start*/
.events_heading h3 {
  font-size: 24px;
  color: #0c5738;
  font-weight: 800;
  border-bottom: solid 4px #f7bc36;
  text-align: center;
  width: max-content;
  margin: 0px auto;
  padding: 3px 0px;
  text-transform: uppercase;
}
.events_heading {
padding: 20px 0px;
}
.events_item {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 4px;
}
.events_title p {
color: #c62128;
text-transform: capitalize;
font-size: 16px;
font-weight: 500;
line-height: 40px;
}
section.events .owl-nav {
display: none;
}
/*Events End*/

/*Programmes Offered start*/
section.programmes {
padding-bottom: 30px;
background: #f0f0f0a8;
}
.programmes_content_inner p {
font-size: 16px;
font-weight: 500;
color: #0c5738;
text-align: center;
}
.programmes_content_inner ul li a {
color: #000;
font-size: 12px;
font-weight: 400;
}
.programmes_content_inner ul li a:hover {
text-decoration: underline;
}
.programmes_content_inner li {
list-style: disc;
margin: 10px;
}
.programmes_content_inner {
box-shadow: rgb(100 100 111 / 20%) 0px 3px 7px 0px;
background: #fff;
padding: 20px 0px;
position: relative;
border-radius: 5px;
}
.apply_button a {
background: #0c5738;
width: 100%;
display: block;
text-align: center;
color: #fff;
font-size: 14px;
font-weight: 400;
height: 30px;
line-height: 30px;
border-radius: 5px;
position: absolute;
bottom: 5px;
right: 0px;
}
.apply_button a:hover {
background: #f0f0f0;
color: #0c5738;
}
.apply_button {
margin-top: 30px;
}
/*Programmes Offered End*/
/*counter start*/

.sectionClass {
position: relative;
display: block;
}
.fullWidth {
width: 100% !important;
display: table;
float: none;
padding: 0;
min-height: 1px;
height: 100%;
position: relative;
}
.projectFactsWrap{
display: flex;
flex-direction: row;
flex-wrap: wrap;
background: #0c5738;

}
#projectFacts .fullWidth{
padding: 0;
}
.projectFactsWrap .item{
width: 25%;
height: 100%;
padding: 50px 0px;
text-align: center;
}
.projectFactsWrap .item p.number{
font-size: 50px;
padding: 0;
font-weight: 500;
}
.projectFactsWrap .item p{
color: #f7bc36;
font-size: 18px;
margin: 0;
padding: 10px;
}
.projectFactsWrap .item i{
vertical-align: middle;
font-size: 50px;
color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
color: white;
}
span.counter_plus {
color: #f7bc36;
font-size: 20px;
}
/*counter End*/

/*footrt section start*/
.footer_content {
padding: 50px 0px;
}
footer.footer {
background: #0c5738;
}
.footer_logo {
color: #fff;
font-size: 14px;
}
ul.social_icon {
padding-left: 0px;
display: flex;
}
ul.social_icon li a i {
background: #f7bc36;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 100%;
font-size: 20px;
color: #0c5738;
}
.address p {
text-transform: capitalize;
margin: 8px 0px;
font-size: 12px;
}
ul.social_icon li {
margin-right: 20px;
}
ul.social_icon li a i:hover {
background: #f0f0f0;
color: #0c5738;
}
.social h3 {
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
color: #fff;
}
h3.footer_heading {
font-size: 20px;
color: #f7bc36;
text-transform: uppercase;
font-weight: 500;
width: max-content;
border-bottom: solid 1px #fff;
margin-bottom: 20px;
}
.usefull_links ul {
padding-left: 0px;
}
.usefull_links ul li a {
color: #fff;
font-size: 12px;
}
.usefull_links ul li {
margin-bottom: 10px;
}
.healp_number {
width: 230px;
display: block;
}
.healp_number .heaipline_number a {
color: #fff;
}
.heaipline_number a span {
margin: 0px 5px;
}
.heaipline_number {
margin-bottom: 10px;
font-size: 12px;
}
.addmision h3 {
color: #fff;
text-transform: capitalize;
font-size: 18px;
font-weight: 400;
}
/*footrt section End*/

/*NEWS & NOTIFICATIONS start*/
li.uhui {
align-items: center;
display: flex;
margin-bottom: 10px;
}
li.uhui i {
border: solid 1px rgb(247, 188, 54);
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
display: inline-block;
color: rgb(247, 188, 54);
font-size: 20px;
margin-right: 10px;
}
ul.list_marquee li a {
font-size: 14px;
color: #0c5738;
}
.news_1 img {
width: 45px;
height: 45px;
margin: 20px 0px;
}
.news_1 {
text-align: center;
}
.news_1 span {
color: #0c5738;
font-size: 20px;
font-weight: 500;
}
/*NEWS & NOTIFICATIONS End*/


/*collage campus life start*/
.content {
position: relative;
width: 100%;
margin: auto;
overflow: hidden;
}
.content .content_overlay {
background: rgb(247, 188, 54);
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.content:hover .content_overlay{
opacity: 1;
}
.content_image{
width: 100%;
}
.content_details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.content:hover .content_details{
top: 50%;
left: 50%;
opacity: 1;
}
.fadeIn_bottom{
top: 80%;
}
.fadeIn-top{
top: 20%;
}
.fadeIn-left{
left: 20%;
}
.fadeIn-right{
left: 80%;
}
section.college_campus {
padding: 30px 0px;
}
.content_details.fadeIn_bottom a {
color: #fff;
}
/*collage campus life End*/


/*About page start*/
.about_us {
padding: 30px 0px;
}
section.about_page {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 230px 0px;
position: relative;
}
#color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #F4EECA;
   opacity: 0.6;
}
.tab {
float: left;
box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px 1px;
background-color: #f1f1f1;
width: 100%;
margin-right: 20px;
}
.tab button:hover {
background-color: #0c5738;
color: #fff;
}
.tab button {
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-weight: 400;
font-size: 16px;
color: rgb(230, 6, 15);
display: block;
background: rgba(240, 240, 240, 0.43);
padding: 20px 20px;
border-bottom: 1px solid rgb(196, 196, 196);
}
.tab button.active {
background-color: #0c5738;
color: #fff;
}
.tabcontent p {
width: 100%;
text-align: justify;
font-size: 14px;
line-height: 25px;
}

.tab_1 {
float: left;
box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px 1px;
background-color: #f1f1f1;
width: 100%;
margin-right: 20px;
}
.tab_1 button:hover {
background-color: #0c5738;
color: #fff;
}
.tab_1 button {
width: 100%;
border: none;
outline: none;
text-align: left;
cursor: pointer;
transition: 0.3s;
font-weight: 400;
font-size: 16px;
color: rgb(230, 6, 15);
display: block;
background: rgba(240, 240, 240, 0.43);
padding: 20px 20px;
border-bottom: 1px solid rgb(196, 196, 196);
}
.tab_1 button.active {
background-color: #0c5738;
color: #fff;
}

.tabcontent_1 p {
width: 100%;
text-align: justify;
font-size: 14px;
line-height: 25px;
}
/*About page End*/

/*student Corner page satart*/
section.notice {
padding: 30px 0px;
}
.student_notice table.notice_data {
border: solid 1px #ddd;
text-align: center;
}
.student_notice table.notice_data tr {
border: solid 1px #ddd;
height: 40px;
}
.student_notice table.notice_data tr td {
border: solid 1px #ddd;
font-size: 14px;
padding: 10px;
text-transform: capitalize;
text-align: justify;
}
.student_notice table.notice_data tr th {
border: solid 1px #ddd;
text-transform: capitalize;
}

/*student Corner page End*/

/*ug pg page start*/
.ug_content h3 {
text-align: center;
text-transform: uppercase;
background: #0c5738;
color: #fff;
font-weight: 500;
font-size: 24px;
padding: 6px 0px;
}
.ug_content {
background: #f0f0f0;
padding-bottom: 20px;
margin-bottom: 20px;
}
.ug_content p {
font-size: 14px;
padding: 0px 10px;
text-align: justify;
}

section.ug_page {
padding: 20px 0px 0px;
}
.ug_content h3:hover {
background: #1f9246;
color: #fff;
box-shadow: rgb(100 100 111 / 20%) 0px 3px 2px 0px;
}
/*ug pg page End*/

/*Research page start*/
section.patent_page {
padding: 30px 0px;
}
table.patent_table tr th {
font-size: 14px;
font-weight: 500;
border: solid 1px #ddd;
text-transform: uppercase;
padding: 5px 10px;
}
table.patent_table {
text-align: center;
width: 100%;
}
table.patent_table tr td {
padding: 5px 10px;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
border: solid 1px #ddd;
}
section.patent_page p {
font-size: 15px;
line-height: 26px;
font-weight: 400;
}
section.patent_page h5 {
font-size: 18px;
font-weight: 600;
line-height: 30px;
}

/*Research page End*/

/*contact page start*/
.admission_inner {
margin-bottom: 30px;
}
.admission_details h5 {
font-size: 18px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
}
.admission_details {
background: #0c5738;
padding: 20px 20px;
}
.admission_details input {
margin: 10px 0px;
font-size: 14px;
padding: 10px 10px;
}
.admission_details select {
margin: 10px 0px;
font-size: 14px;
}
.admission_details span {
color: #fff;
text-transform: capitalize;
margin: 0px 10px;
}
.admission_details .contect_button button {
width: 100%;
border: none;
text-align: center;
font-size: 20px;
font-weight: 400;
height: 40px;
text-transform: capitalize;
line-height: 40px;
border-radius: 5px;
cursor: pointer;
}
.contact_content {
background: #fff;
box-shadow: rgb(100 100 111 / 20%) 0px 1px 7px 3px ;
text-align: center;
position: relative;
padding: 20px 0px;
}
.contact_content p.contact_text {
margin: 0px;
}
.contact_content .contact_title {
text-transform: capitalize;
font-weight: 400;
}
.contact_content p.contact_text a {
color: #000;
font-weight: 400;
font-size: 14px;
}
/*contact page End*/

/*alumni page start*/
form.about_student {
padding: 30px 30px;
}
form.about_student .input_alumna input:focus {
outline: 0;
box-shadow: none;
}
form.about_student .input_alumna input {
padding: 10px 0px;
border: solid 1px #ccc;
margin: 0px 0px 20px;
}
form.about_student .alumna_form {
font-size: 14px;
}
.input_alumna select:focus {
box-shadow: none;
outline: 0;
}
.input_alumna select {
margin: 0px 0px 20px;
font-size: 14px;
padding: 10px 10px;
}
.input_alumna textarea:focus {
box-shadow: none;
outline: 0;
}
.input_alumna textarea {
margin: 0px 0px 20px;
}

/*alumni page End*/
h3.placement_title {
font-size: 20px;
color: #0c5738;
font-weight: 500;
margin: 0px auto;
padding: 5px 0px;
text-transform: uppercase;
}

/* media queries start  */
@media (max-width: 1199px){
.container {
max-width: 1140px;
}
}

@media (max-width: 1023px){
.navegition .nav_menu ul .nav-item .nav-link{
font-size: 13px;	
margin: 0px;
}
.college_name h1{
font-size: 26px;	
}
.mail_enquery:before {
content: "";
position: absolute;
border-right: solid 2px #0c5738;
height: 100%;
right: -12%;
}
h3.footer_heading{
font-size: 20px;	
}
}



@media (max-width: 767px){
.about_uni {
width: 25%;	
}
.logo_img{
text-align: center;	
}
.mail_enquery:before{
display: none;	
}
a.navbar-brand {
display: inherit;
height: 65px;
}
.navegition .nav_menu {
padding: 0px;
}
.navbar-light .navbar-toggler {
color: rgb(248 249 249);
border-color: rgb(248 249 249);
}
.carousel-item.slider_bg{
padding: 140px 0px;	
}
.college_name h1 {
font-size: 22px;
}
.college_name span {
font-size: 14px;
}
.projectFactsWrap .item {
flex: 0 0 100%;
}

}

/*.inner_page_sidebar {
  margin-top: 0px;
}*/
.about_fact {
  width: 100%;
  background: #eeeeee;
  padding-left: 0px;
  position: relative;
}
/*.basic h4 {
  font-family: 'proxima_nova_rgbold';
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  background: #0c5738;
  margin: 0px;
  padding: 15px;
  color: #fff;
}
.middle_part .laboratories_cate {
  width: 100%;
  display: block;
  margin: 0px;
  padding-bottom: 15px;
}
.middle_part .laboratories_cate li {
  line-height: 42px;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  background: none;
  padding-left: 0px;
}
.academics_content ul li {
  line-height: 25px;
  font-size: 15px;
  background: url("../images/left_earo_2.png") no-repeat scroll 1px 4px;
  padding-left: 16px;
  display: inline-block;
  width: 100%;
  padding-bottom: 2px;
}*/

.content-show{
  background: #f7bc36;
}
span.d-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  padding-top: 32px;
  text-transform: uppercase;
  color: #0c5738;
  display: inherit;
}
.breadcrumb-cla {
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  padding-bottom: 32px;
}
.department-title {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  border-bottom: solid 4px #f7bc36;
  width: max-content;
  margin: 16px auto;
  color: #0c5738;
}
.department-description {
  font-size: 14px;
  text-align: justify;
}
.ds-title {
  text-align: left;
  font-size: 16px;
  color: #0c5738;
  font-weight: 600;
  display: block;
}
.ds-list {
  font-size: 14px;
  text-align: justify;
  display: contents;
}
.photograph {
  width: 100%;
  height: 410px;
  border: 0px solid #0c5738;
  margin-top: 0px;
  margin-bottom: 20px;
 background: #f4eeca82;
}
.dep-photograph-img {
  height: 227px;
  width: 100%;
}
.qualification {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.streem {
  text-align: center;
  font-size: 14px;
}
.depart-title {
  text-align: center;
  font-size: 16px;
  color: #0c5738;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.photograph:hover{
  background: #f4eeca;
}
.common-class {
  margin-bottom: 30px;
}
.main {
  margin-bottom: 30px;
}
/*placement css*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    object-fit: contain;
    padding: 10px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='ltr'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* placement css end */
.placement-class-new {
  border: 1px solid #f7bc3638;
  width: 130px;
  height: 130px;
  display: flex;
}
.star-achievers-images {
  height: 150px;
  width: 150px;
  object-fit: cover;
}
.star-achievers-images:hover{
  filter: grayscale(50%);
}
.star-achievers-img{
  text-align: center;
}
.contac-description {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}
.about_uni:hover{
  background: #10774c;
} 
.footer-bottom-section {
  width: 100%;
  height: 50px;
  background: #fff;
  text-align: center;
  padding: 22px;
  font-size: 14px;
  color: #0c5738;
  font-weight: 800;
  margin-bottom: 20px;
}
span a{
    color: orange;
  font-size: 12px;
}
span a:hover{
  color: #0c5738;
}