a {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #272727;
  margin: 10px 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

.container {
  max-width: 1170px;
}
.myContainer {
  background: #fff;
  border-left: 2px solid #e0f2f1;
  border-right: 2px solid #e0f2f1;
}

.mt_120 {
  margin-top: 130px;
}

.navbar {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 #004d40;
  border-bottom: 4px solid #004d40;
}

.nav-item a {
  padding: 37px 15px;
  position: relative;
  display: block;
}

.nav-item:hover a {
  border-top: 3px solid #45aed6;
}
.nav-item .dropdown-menu:hover a {
  border-top: 1px solid #404455;
}
.nav-item:hover .dropdown-menu a {
  border-top: 1px solid #404455;
}

.active a {
  border-top: 3px solid #45aed6;
}

.dropdown-menu {
  padding: 0 20px;
  min-width: 220px;
  background-color: rgba(26, 28, 40, 0.9);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-clip: inherit;
}

.dropdown-menu a {
  color: white;
  padding-left: 15px;
  border-top: 1px solid #404455;
  padding: 15px 0;
  color: #eeeeee;
  display: block;
}
.dropdown-menu a:hover {
  color: #45aed6;
}
@media (max-width: 995px) {
  .navbar {
    background-color: white;
  }
  .navbar-brand {
    padding: 28px 0px;
  }
  .nav-item {
    align-self: normal;
  }
  .nav-item a {
    padding: 10px 0;
    width: 100%;
  }
  .active a {
    border-top: none;
    background-color: transparent;
    display: block;
    width: 100%;
  }
  .nav-item:hover a {
    border-top: none;
  }
}
/* ------------------ Banner Section */
.visitorStatHed12 {
  width: 100%;
  background: #00c853;
  padding: 5px;
  color: #ffffff;
  border-radius: 2px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.visitorStatHed12 h4 {
  color: #fff;
}
.visitorStat12 {
  width: 100%;
  background: #c8e6c9;
  padding: 5px;
  color: #000;
  height: 225px;
  text-align: center;
}
.visitorStat12 h6 {
  text-align: center;
}
.visitorStat12 a {
  color: #004d40;
}
.timelineV12 {
  border: 1px solid #eee;
  color: #000;
  border-radius: 5px;
}
.timelineV112 {
  border: 1px solid #b2dfdb;
  color: #000;
  border-radius: 5px;
}

/* ------- Banner Left Side */
.visitorStatHed1 {
  width: 100%;
  background: #00c853;
  padding: 10px;
  color: #fff;
  border-radius: 2px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.visitorStat1 {
  width: 100%;
  background: #c8e6c9;
  padding: 5px;
  color: #000;
  min-height: 90px;
}
.visitorStat1 h6 {
  text-align: center;
}
.timelineV1 {
  border: 1px solid #eee;
  color: #000;
  border-radius: 5px;
}
.timelineV11 {
  border: 1px solid #b2dfdb;
  color: #000;
  border-radius: 5px;
}
.tdv11 {
  width: 25%;
  padding: 2px;
  border-bottom: 2px solid #cfd8dc;
}
.tdv11 img {
  border: 1px solid #eee;
  padding: 1px;
}
.tdv21 {
  width: 75%;
  border-bottom: 2px solid #cfd8dc;
  font-size: 11px;
  font-weight: bold;
}
.tdv31 {
  width: 20%;
  border-bottom: 2px solid #cfd8dc;
  text-align: right;
  color: #263238;
}
.tdv31 a {
  color: #263238;
}
.tdvad {
  width: 97%;
  border-bottom: 2px solid #fff;
  padding: 8px 2px;
}
.tdvad a {
  width: 97%;
  font-size: 16px;
}

/* ------------------ Aleart */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.sjointy tr td:nth-child(1) {
  width: 33%;
}
.sjointy tr td:nth-child(2) {
  width: 34%;
  text-align: justify;
}
.sjointy tr td:nth-child(3) {
  width: 33%;
}
.sj tr td {
  font-size: 18px;
  text-align: center;
}

.sjointy tr td h3 {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.sobornojointy h3 {
  color: #966521;
}

/* ---------------------- Notice Section */
/* ---- Notice Left Side */
ul#menu,
ul#menu ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  border-top: 2px solid #eee;
}

ul#menu a {
  display: block;
  text-decoration: none;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #fff;
  color: #000;
  padding: 0.5em;
  border-bottom: 1px solid #eef;
}

ul#menu li a:hover {
  background: #c5e1a5;
  color: brown;
  /* //font-weight:bold; */
}

ul#menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 15px;
  border-bottom: 1px dotted #aaa;
}

ul#menu li ul li a img {
  padding-right: 5px;
}

ul#menu li ul li a:hover,
ul#menu li ul .current a {
  background: #ddd;
  border-left: 5px red solid;
  padding-left: 10px;
}

.code {
  border: 1px solid #ccc;
  list-style-type: decimal-leading-zero;
  padding: 5px;
  margin: 0;
}
.code code {
  display: block;
  padding: 3px;
  margin-bottom: 0;
}
.code li {
  background: #ddd;
  border: 1px solid #ccc;
  margin: 0 0 2px 2.2em;
}
.indent1 {
  padding-left: 1em;
}
.indent2 {
  padding-left: 2em;
}

.visitorStatHed1b {
  width: 100%;
  background: #d7ccc8;
  padding: 10px;
  color: #263238;
  border-radius: 2px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.visitorStat1b {
  width: 100%;
  background: #fff;
  padding: 5px;
  color: #000;
  height: 240px;
}
.timelineV11b {
  border: 1px solid #d7ccc8;
  color: #000;
  border-radius: 5px;
  margin-top: 20px;
}

.visitorStatHed {
  width: 100%;
  background: #cfd8dc;
  padding: 10px;
  color: #263238;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.visitorStat {
  width: 100%;
  background: #eceff1;
  padding: 10px;
  color: #000;
}

.timelineV2 {
  border: 1px solid #eee;
  color: #000;
  border-radius: 5px;
  margin-top: 35px;
}
.timelineV1 {
  border: 1px solid #eee;
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
}
.facebooklink {
  border: 1px solid #eee;
  background: #eceff1;
  height: 270px;
  color: #000;
  border-radius: 5px;
  margin-top: 10px;
}

.tdv2 {
  width: 65%;
  border-bottom: 2px solid #fff;
}
.tdv3 {
  width: 20%;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  text-align: right;
  color: #263238;
}

.visitorStatAdmission {
  width: 100%;
  background: #b71c1c;
  padding: 10px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.visitorStatAdm {
  width: 100%;
  background: #ffcdd2;
  padding: 10px;
  color: #000;
}

.timelineAdmission span {
  color: #fff;
}
/* -------- Notice Maddle  */
.timeline {
  list-style: none;
  padding: 10px 0 0px;
  position: relative;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc(100%);
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;

  border-bottom-right-radius: 50%;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

/* ---------------- DeptDetails page */
.deptDetails .title {
  color: #fff;
  padding: 10px;
  background: #263238;
  border-radius: 3px;
}
.deptDetails .articalhead {
  width: 100%;
  background: #cfd8dc;
  border-radius: 5px 5px 0 0;
  padding: 15px;
  font-size: 24px;
  color: #004d40;
  font-weight: bold;
}

.deptDetails .articaldetails {
  width: 100%;
  background: #eceff1;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  text-align: justify;
  color: #000;
  font-size: 15px;
}

/* ----------------- Footer */
.footer {
  color: white;
  font-size: 14px;
}
.top_footer {
  background: #004d40;
  padding: 40px 0;
}
.top_footer a {
  color: white;
  font-size: 14px;
}
.top_footer .title {
  border-bottom: 2px solid #8bc34a;
  font-weight: bold;
}
.top_footer .title h3 {
  color: #8bc34a;
  font-size: 18px;
}
.footer-v1 .link-list li {
  border-top: solid 1px #353535;
}
.myList li {
  padding: 6px 0 6px;
}
.link-list li {
  border-bottom: 1px solid #555;
}
.bottom_footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

/* _________ about */
.hsccourse {
  width: 100%;
}


     @media(max-width: 600px){
        .custom-logo > img{
          max-width: 300px;
        }
      }
      @media(max-width: 420px){
        .custom-logo > img{
          max-width: 250px;
        }
      }
      @media(max-width: 350px){
        .custom-logo > img{
          max-width: 200px;
        }
      }
      @media(max-width: 767px){
        .custom-profile-od{
          order: 1;
        }
      }