@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700%7CRoboto:300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Monofett&display=swap');


:root {

  --bg-body: white;
  --bg-primary: rgba(6, 42, 204, 0.95);
  --bg-secondary: #fbc02a;
  --bg-text-primary: rgba(6, 42, 204, 0.95);
  --bg-primary-nav: rgba(6, 42, 204, 0.95);
  --color-link: white;
  --color-text: black;
  --color-dropdown-item: #181825;
  --color-dropdown-item-hover: #eeeffd;
  --color-link-nav: white;
  --border-title: #062acc;
  --visited-link: #0033CC;
  --border-primary-bs-class: #0d6efd !important;
  --color-link-news: #000000;
  --color-nav-link: #0d6efd;
  --color-nav-link-active: #ffffff;
  --card-list-bg-color: #ffffff;
  --mnit-deans-corner-bg: linear-gradient(to right, #1e1946, #302b63, #24243e);
  --card-bg: #fffff;
  --card-body-span: #000000;
  --h6-color: #1d2025;
  --pagination-bg-color: #ffffff;
  --bg-mnit-profile-fa:linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9)),
  url("../Images/Mnit_logo.png");

}

html[data-theme='dark'] {
  --bg-body: black;
  --bg-primary: black;
  --bg-secondary: black;
  --bg-text-primary: white;
  --bg-primary-nav: black;
  --color-text: white;
  --color-link: yellow;
  --color-dropdown-item: yellow;
  --color-dropdown-item-hover: black;
  --border-title: white;
  --visited-link: yellow;
  --border-primary-bs-class: white !important;
  --color-link-news: yellow;
  --color-nav-link: yellow;
  --color-nav-link-active: yellow;
  --card-list-bg-color: black;
  --mnit-deans-corner-bg: black;
  --card-bg: #000000;
  --card-body-span: #ffffff;
  --h6-color: #ffffff;
  --pagination-bg-color: #000000;
   --bg-mnit-profile-fa:unset !important;
}

.mnit-top-header ul li a {
  color: var(--color-link) !important;
}

.dropdown .nav-link {
  color: var(--color-link) !important;
}

.mnit-virtual-view a {
  color: var(--color-link) !important;
}

.footer-link a {
  color: var(--color-link) !important;
}

.tab-content marquee a {

  color: var(--color-link-news) !important;
}

.border-primary {
  border-color: var(--border-primary-bs-class) !important;
}

a:link {
  text-decoration: none;

}

/*a:visited {
  text-decoration: none;
  color: var(--visited-link) !important;

}*/
a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.nav-link {
  color: var(--color-nav-link) !important;
}

.nav-pills .nav-link.active {
  color: var(--color-nav-link-active) !important;
}

.dean-corner-bg {
  background-image: var(--mnit-deans-corner-bg) !important;
}

.card .card-body .list-group-item {
  background-color: var(--card-list-bg-color) !important;
}

.card .card-body .list-group-item .active {
  color: #ffffff !important;
}

.accordion-body {
  background-color: var(--bg-body);
}

table.table-bordered.dataTable td {
  color: var(--color-text);
}




/* change-new-v1 start */

.table {
  color: unset !important;
}

a {
  color: var(--color-nav-link) !important;
}

.card {
  background-color: var(--card-bg);
}

.mnitPageHeaderText {
  background-color: #ffffff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.card .card-body span {
  color: var(--card-body-span) !important;
}

.card .card-body span i {
  color: black !important;
}

.news-link{
  color: #ffffff !important;
}
 #mnitIApage div {
  background-color: var(--bg-body) !important;
}

.webCounter{
  color: #fbc02a;
  /* background-color: #fbc02a; */
  padding-left: 3px;
  padding-right: 3px;
  letter-spacing:6px;
  border-radius: 2px;
  font-size: 35px;
  box-shadow: 5px  #888888;
  font-family: 'Monofett',
  cursive;
}



/* replace below with the exsiting h6 */
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--h6-color);
  margin: 0px;
}
.page-item:first-child .page-link,
.page-link {
  background-color: var(--pagination-bg-color) !important;
}

/* replace below with the exsiting scroll code */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(6, 42, 204, 0.816);
}
body::-webkit-scrollbar-thumb {
  background-color: #fbc02a;
  border-radius: 5px;
}
.fullProfileLogo {
  background-color: var(--bg-body) !important;
  background-image: var(--bg-mnit-profile-fa) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 220px;
}

/* change-new-v1 ends */

/* CSS RESET */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 42, 204, 0.816);
  background-color: var(--bg-body);
  color: var(--color-text);
}

/* Theme Settign */
.mnit-primary {
  color: var(--bg-text-primary) !important;
}

.mnit-secondary {
  color: #fbc02a;
}

.mnit-bg-primary {
  background-color: var(--bg-primary) !important;
}

.mnit-bg-blue {
  background-color: #062acc;
}

.mnit-bg-navy {
  background-color: #302b63;
}

.mnit-bg-secondary {
  background-color: var(--bg-secondary) !important;
}

ol li,
ul li {
  line-height: 1.5em;
  font-size: 0.90rem;
  text-align: justify;

}

/* bootstrap ovewritting */
.accordion-button {
  z-index: 0 !important;
}

/* MNIT TOP HEADER */
.mnit-top-header {
  position: absolute;
  z-index: 2;



}

.mnit-top-header .margin-top-header {
  margin-right: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #062acc !important;
}

/* part test.css edited by rejaesh ji  */
.subtitle-border-bottom {
  border-bottom: 2px solid #062acc;
  width: 2rem;
  border-radius: 2px;
  margin-top: 6px;
}

.detail,
p {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: justify;
  font-weight: normal;
  line-height: 1.75em;
  color: var(--color-text);
}

.logo_a {
  text-decoration: none;
  color: #03c;
}

.hyperlink {
  text-decoration: none;
  color: #03c;
  font-size: 0.9rem;
}

.hyperlink:hover {
  text-decoration: none;
  color: #0000ff;
  font-size: 0.9rem;
}

/* part test.css edited by rejaesh ji ends  */
/* to-the-top start */
.to-the-top {
  cursor: pointer;
  position: fixed;
  padding: 10px;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #fbc02a;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  z-index: 100000;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
}

.to-the-top:hover {
  color: #fff;
  background-color: #062acc;
}

/* to-the-top ends */



.mnit-header-logo-name .mnit-hindi-name {
  font-size: 22px;
}

.mnit-header-logo-name .mnit-english-name {
  font-size: 20px;
}

.mnit-header-logo-name .mnit-virtual-eye-icon {
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.mnit-virtual-view:hover .mnit-virtual-eye-icon {
  color: #fbc02a;
}

.mnit-virtual-view:hover .mnit-virtual-eye-text {
  color: #fbc02a;
}

.mnit-header-logo-name .mnit-virtual-eye-text {
  font-size: 0.6rem;
}

/* MNIT NAVBAR */
.nav-logo {
  width: 5rem;
}
.tiranga-logo {
  width: 6rem;
  background-color: white;

}


.mnit-header-logo-name {
  width: 100%;
  position: absolute;
  top: 35px;
  z-index: 2;
}

.mnit-navbar {
  width: 100%;
  position: absolute;
  top: 135px;
  z-index: 2;
}
/* .mnit-navbar-megamenu.navbar-light .navbar-nav .nav-link {
  color: #181825;
} */
.mnit-navbar-megamenu .nav-dd-heading {
  margin-top: -20px;
  font-size: 0.83rem;
  margin-bottom: 0px;
}

.mnit-navbar-megamenu .navbar-nav .nav-item .nav-link {
  font-size: 0.90rem;
  color: white;
  font-weight: 570;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

/* .mnit-navbar-megamenu .navbar-nav .nav-item .nav-link:hover {
  color: #fbc02a;

} */
.mnit-navbar-megamenu .navbar-nav .nav-item .nav-link :hover {
  color: white;
}

.mnit-navbar-megamenu .navbar-nav .nav-item:hover {
  background-color: #fbc02a;
  border-radius: 20px;
  color: white;
}

.mnit-navbar-megamenu .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  color: #fbc02a;
}

/* .mnit-navbar-megamenu.navbar {
	padding: 18px 0px;
} */
.mnit-navbar-megamenu .dropdown-toggle::after {
  margin-top: -22px;
  font-weight: bolder;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: -2px;
  /* content: "\2304"; */
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #bdbebf;
  margin-right: 10px;
  font-size: 15px;
}

.mnit-navbar-megamenu .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f1f1f6;
  border-radius: 0px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 25px 10px 10px 10px;
  /* margin-top: -30px; */
  border-bottom: 15px solid var(--bg-secondary) !important;
  border-bottom-right-radius: 85px !important;
  border-bottom-left-radius: 10px !important;
  font-size: 1rem;
  color: #808294;
  text-align: left;
  list-style: none;
  background-color: var(--bg-body);
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.dropdown-item {
  display: block;
  width: 100%;
  margin-top: 5px;
  /* padding: 10px 10px; */
  clear: both;
  font-weight: 500;
  color: var(--color-dropdown-item) !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.75rem;
  line-height: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #4955ef;
  text-decoration: none;
  /* background-color: #eeeffd; */
  background-color: var(--color-dropdown-item-hover) !important;
  border-radius: 4px;
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
  color: #4955ef;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 17px;
  top: 25px;
}

.dropdown-submenu .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 13px;
  margin-right: 0.1rem;
}

.mega-dropdown {
  position: unset;
}

.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  top: 63px;
}

.mega-dropdown-menu ul {
  list-style: none;
}

.nav-dropitem-arrow {
  position: relative;
  font-size: 12px;
  opacity: 0;
  padding-right: 10px;
}

.nav-dropitem-arrow i {
  position: absolute;
  /* top: -1px;
	*/
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #3544ee;
  text-decoration: none;
  background-color: #eeeffd;
  border-radius: 4px;
}

.dropdown-item:hover .nav-dropitem-arrow {
  color: #4955ef;
  opacity: 1;
  margin-right: 5px;
}

.mnit-navbar-megamenu .navbar-toggler,
.navbar-boxed .navbar-toggler {
  /* padding: 17px 15px; */
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #eaeaf0;
  border-radius: 0.25rem;
  position: relative;
  padding: 0px;
}

/* mobile menu css */
/* .mnit-navbar-megamenu .navbar-collapse.show .dropdown  {
  background-color: rgba(6, 42, 204, 0.95);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;

} */
/* .mnit-navbar-megamenu .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
} */
/* .mnit-navbar-megamenu
  .navbar-collapse.show
  .dropdown
  .dropdown-menu
  .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
} */
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #495bfb;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
  border-bottom: 1px solid #f1f1f6;
}

.mnit-dd-central-fac {
  width: 300px;
  margin-left: 450px;
}

.mnit-dd-research-fac {
  width: 280px;
  margin-left: 670px;
}

/* #mnitLandingSlider .carousel-image-1 {
  background: linear-gradient(
      0deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 50%
    ),
    url(https://mnit.ac.in/Images/landingPage_Slider/vltc.jpg) no-repeat;
    background: linear-gradient(
      180deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 20%
    ),
    url(https://mnit.ac.in/Images/landingPage_Slider/vltc.jpg) no-repeat;
  height: 80vh;
  background-position: center;
  background-size: cover;
}
#mnitLandingSlider .carousel-image-2 {
  background: linear-gradient(
      180deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 10%
    ),
    url(https://mnit.ac.in/Images/landingPage_Slider/miic.jpg) no-repeat;
  height: 80vh;
  background-position: center;
  background-size: cover;
}
#mnitLandingSlider .carousel-image-3 {
  background: linear-gradient(
      180deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 10%
    ),
    url(https://mnit.ac.in/Images/landingPage_Slider/studentwelfare.jpg) no-repeat;
  height: 80vh;
  background-position: center;
  background-size: cover;
}
#mnitLandingSlider .carousel-image-4 {
  background: linear-gradient(
      180deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 15%
    ),
    url(https://mnit.ac.in/Images/landingPage_Slider/prabhabhawan.jpg) no-repeat;
  height: 80vh;
  background-position: center;
  background-size: cover;
}
#mnitLandingSlider .carousel-image-5 {
  background: linear-gradient(
      180deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 15%
    ),
    url(https://mnit.ac.in/Images/landingPage_Slider/newjoindirector.png) no-repeat;
  height: 80vh;
  background-position: center;
  background-size: cover;
} */
.landingBigHero {
  background: linear-gradient(180deg,
      rgb(0, 0, 0) 0%,
      rgba(255, 255, 255, 0) 58%) no-repeat;
  height: 80vh;
  background-position: center;
  background-size: cover;
}

#mnitLandingSlider {
  position: relative;
  z-index: 1;
}

.double-line-bottom::after {
  border-radius: 8px;
  bottom: -1px;
  content: "";
  height: 6px;
  left: 40px;
  position: absolute;
  width: 24px;
  background-color: #fbc02a;

}

.double-line-bottom::before {
  border-radius: 8px;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 100px;
  background-color: var(--border-title);
}

.double-line-bottom {
  margin-bottom: 20px;
  margin-top: 8px;
  padding-bottom: 5px;
  position: relative;
}

/* mnit latest campus */
/* .mnit-latest-campus .nav-item a:hover {
  background-color: #fbc02a;;
} */
/* deans corner */
.mnit-deans-corner p {
  font-size: 1rem;
}

.mainfooter {
  background-color: #333333;
  color: #cccccc;
}

.mainfooter a {
  color: #fff;
}

.quicklink {
  color: blue;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-variant: small-caps;
  text-decoration: underline;
  text-align: center;
}

.footernavi a {
  color: #fff;
}

.back {
  margin: 0;
  background: -webkit-linear-gradient(#93b7ff, #ffffff, #93b7ff) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(#93b7ff, #ffffff, #93b7ff) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(#93b7ff, #ffffff, #93b7ff) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(#93b7ff, #ffffff, #93b7ff) repeat scroll 0 0 transparent;
  background: linear-gradient(#93b7ff, #ffffff, #93b7ff) repeat scroll 0 0 transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  background-repeat: repeat-x;
}

.slideshow_hr {
  background-color: #04137d;
  height: 1px;
  text-decoration: none;
  border: none;
  margin-top: 8px;
}

.right_title {
  color: #04137d;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 8px;
}

.sidebarheading {
  color: #04137d;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 8px;
}

#table_unique {
  border: 1px solid #009ece;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: justify;
  font-weight: normal;
  line-height: 1.75em;
  margin: 1px auto;
  padding: 0px;
  border-collapse: collapse;
}

#table_unique th {
  font-size: 14px;
  background: #009ece;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1px 3px;
  border-right: 1px solid #2a738a;
  border-collapse: collapse;
}

#table_unique th:last-child {
  border: 1px solid #009ece !important;
}

#table_unique td {
  padding: 2px;
  text-align: justify;
  border: 1px solid #009ece;
  border-collapse: collapse;
}

.tab_collapse {
  color: #fff;
  background-color: #009ece;
  font-size: 18px;
  height: 22px;
  margin-right: 20px;
  padding: 5px;
  border: solid 2px white;
}

.table_unique {
  border: 1px solid #009ece;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: justify;
  font-weight: normal;
  line-height: 1.75em;
  margin: 1px auto;
  padding: 0px;
  border-collapse: collapse;
}

.table_unique th {
  font-size: 14px;
  background: #009ece;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1px 3px;
  border-right: 1px solid #2a738a;
}

.table_unique th:last-child {
  border: 1px solid #009ece !important;
}

.table_unique td {
  padding: 2px;
  text-align: justify;
  border: 1px solid #009ece;
  border-collapse: collapse;
}

#navigation {
  clear: both;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  font-size: 15px;
  z-index: 100;
  width: 100%;
  /* background-color: orange; */
  min-width: 960px;
  margin-left: -1%;
}

#navigation>ul {
  text-align: center;
  position: relative;
  width: 100%;
  min-width: 960px;
}

#navigation a {
  color: #555555;
  text-decoration: none;
}

#navigation>ul>li {
  float: left;
  position: relative;
  text-align: center;
  width: 16.666%;
  min-width: 160px;
}

#navigation>ul>li:nth-child(6n + 1) {
  clear: left;
}

#navigation>ul>li>a {
  color: #ffffff;
}

#navigation>ul>li>a {
  /* background-color:#000080;
    background: -webkit-linear-gradient(#000080 0%,#000080 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top ,#000080 0%,#000080 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(lightblue 0%,#000080 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(lightblue 0%,#000080 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top ,lightblue 0%,#000080 100%) repeat scroll 0 0 transparent;
    border-left: 1px solid #000080; */
  /*#C83A3A;*/
  /* border-right: 1px solid #000080; */
  /*#870D0C;*/
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 25px 0;
}

#navigation>ul>li>a.active,
#navigation>ul>li>a:hover {
  border-bottom: 2px solid white;
}

#navigation>ul>li:nth-child(6n + 1)>a {
  border-left: medium none;
}

#navigation>ul>li:nth-child(6n + 6)>a {
  border-right: medium none;
}

#navigation>ul>li:nth-child(n + 7)>a {
  border-top: 1px solid #c83a3a;
  box-shadow: 0 -1px 0 #870d0c;
}

#navigation>ul>li~li.empty>a {
  border-right-color: transparent;
}

#navigation>ul>li~li.empty~li.empty>a {
  border-left-color: transparent;
}

#navigation>ul>li:first-child>a {
  border-radius: 5px 0 0 0;
}

#navigation>ul>li:nth-child(6)>a {
  border-radius: 0 5px 0 0;
}

#navigation>ul>li:hover>a {
  background-color: grey;
  background: -webkit-linear-gradient(grey 5%, blue 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top, grey 5%, blue 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(grey 5%, blue 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(grey 5%, blue 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(center top, grey 5%, blue 100%) repeat scroll 0 0 transparent;
}

#navigation>ul>li.empty:hover>a {
  background: -moz-linear-gradient(center top, #b70302 0%, #9d0201 100%) repeat scroll 0 0 transparent;
}

#navigation>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.99) !important;
}

#navigation>ul>li>ul {
  position: relative;
  top: 0;
  width: 100%;
  padding: 0px 0px 5px 0px;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #c9c9c9;
  background: rgb(233, 233, 233);
  background: -moz-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(251, 251, 251, 0.95)),
      color-stop(100%, rgba(215, 215, 215, 0.95)));
  background: -webkit-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: -o-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: -ms-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  filter: alpha(opacity=95);
  background: linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -ms-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

#navigation.disableTransition>ul>li ul {
  -moz-transition: none 0s ease 0s;
}

#navigation>ul>li:nth-child(6n + 1) ul {
  border-left-color: #c9c9c9;
  margin-left: 0;
}

#navigation>ul>li:nth-child(6n + 6)>ul {
  border-right: 1px solid #c9c9c9 !important;
  margin-right: 0;
}

#navigation>ul>li:nth-last-child(6)>ul,
.empty-secondary #navigation>ul>li:nth-last-child(6)>a,
#navigation>ul>li.row-empty:nth-last-child(6)>a {
  border-bottom-left-radius: 5px;
}

#navigation>ul>li:last-child>ul,
.empty-secondary #navigation>ul>li:last-child>a,
#navigation>ul>li.row-empty:last-child>a {
  border-bottom-right-radius: 5px;
}

.empty-secondary #navigation>ul>li>ul,
#navigation>ul>li.row-empty>ul {
  display: none;
}

.nav_collapsed #navigation>ul>li:nth-last-child(n + 7) ul {
  padding-bottom: 0;
  padding-top: 0;
}

.nav_collapsed #navigation>ul>li ul {
  height: 0 !important;
}

#navigation>ul>li~li.empty ul {
  border-right: medium none;
  width: 149px;
}

#navigation>ul>li~li.empty~li.empty ul {
  border-left: medium none;
  width: 150px;
}

#navigation>ul>li~li.empty~li.empty:nth-child(6n + 6) ul {
  width: 149px;
}

#navigation>ul>li~li.empty:nth-child(6n + 6) ul {
  width: 148px;
}

/*#navigation > ul > li:hover ul {
    background: -moz-linear-gradient(center top , #FBFBFB 0%, #F0F0F0 100%) repeat scroll 0 0 transparent;
    background:white;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/
#navigation>ul>li:hover ul {
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(top,
      rgba(251, 251, 251, 1) 0%,
      rgba(240, 240, 240, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(251, 251, 251, 1)),
      color-stop(100%, rgba(240, 240, 240, 1)));
  background: -webkit-linear-gradient(top,
      rgba(251, 251, 251, 1) 0%,
      rgba(240, 240, 240, 1) 100%);
  background: -o-linear-gradient(top,
      rgba(251, 251, 251, 1) 0%,
      rgba(240, 240, 240, 1) 100%);
  background: -ms-linear-gradient(top,
      rgba(251, 251, 251, 1) 0%,
      rgba(240, 240, 240, 1) 100%);
  background: linear-gradient(top,
      rgba(251, 251, 251, 1) 0%,
      rgba(240, 240, 240, 1) 100%);
}

/*#navigation > ul > li.empty:hover ul {
  background: -moz-linear-gradient(center top , rgba(251, 251, 251, 0.95) 0%, rgba(215, 215, 215, 0.95) 100%) repeat scroll 0 0 transparent;
}*/
#navigation>ul>li.empty:hover ul {
  background: rgb(233, 233, 233);
  background: -moz-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(251, 251, 251, 0.95)),
      color-stop(100%, rgba(215, 215, 215, 0.95)));
  background: -webkit-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: -o-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: -ms-linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
  background: linear-gradient(top,
      rgba(251, 251, 251, 0.95) 0%,
      rgba(215, 215, 215, 0.95) 100%);
}

#navigation>ul>li ul li {
  clear: both;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}

.nav_collapsed #navigation>ul>li ul li,
.nav_changing #navigation>ul>li ul li,
.nav_collapsed .pin_state,
.nav_changing .pin_state {
  display: none;
}

#navigation>ul>li ul li a {
  border-bottom: 1px dotted #bababa;
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.54em;
  padding: 3px 0;
}

#navigation>ul>li:hover ul a {
  color: #242424;
}

#navigation>ul>li ul li a:hover {
  color: blue;
  /*#BA0000;*/
}

#navigation>ul>li ul li img {
  display: none !important;
}

#navigation>ul>li ul li:last-child>a {
  border-bottom: medium none;
}

#navigation>ul>li ul li>ul {
  border-bottom: medium none;
}

#navigation>ul>li ul li:last-child>ul {
  border-top: 1px dotted #bababa;
}

#navigation>ul>li ul li:last-child>ul li:last-child>a {
  border-bottom: medium none;
}

#navigation>ul>li ul li>ul li:last-child>a {
  border-bottom: 1px dotted #bababa;
}

/* ######### Default class for drop down menus ######### */
.anylinkcss {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 1px solid black;
  border-bottom-width: 0;
  font: normal 12px;
  line-height: 16px;
  z-index: 100;
  /* zIndex should be greater than that of shadow's below */
  background: lightyellow;
  width: 200px;
  /* default width for menu */
}

.anylinkcss ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.anylinkcss ul li a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 8px;
  text-indent: 5px;
}

.anylinkcss a:hover {
  /*hover background color*/
  background: black;
  color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  border: 1px solid black;
  padding: 10px;
  font: normal 12px;
  z-index: 100;
  /*zIndex should be greater than that of shadow's below*/
  background: lightblue;
  /*#DEFFCA; */
}

.anylinkcsscols .column {
  width: 130px;
  float: left;
}

.anylinkcsscols .column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.anylinkcsscols li {
  padding-bottom: 3px;
}

.anylinkcsscols a {
  text-decoration: none;
  color: blue;
}

.anylinkcsscols a:hover {
  text-decoration: none;
  color: maroon;
  font-size: 12px;
}

.anylinkshadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  /*zIndex for shadow*/
  background: black;
  visibility: hidden;
}

/*  Link Menu CSS  */
#cssmenu #cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 0.25;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
  width: 160px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

#cssmenu ul ul {
  display: inline-block;
}

.align-right {
  float: right;
}

#cssmenu>ul>li>a,
#footer_menu ul li a {
  padding: 5px;
  margin-bottom: 4px;
  cursor: pointer;
  z-index: 2;
  font: 13px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.99);
  text-shadow: 1px 1px 1px #424242;
  background: #0066ff;
  background: -webkit-linear-gradient(lightblue 0%, #3366ff 80%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top, lightblue 0%, #3366ff 80%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(lightblue 0%, #3366ff 80%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(lightblue 0%, #3366ff 80%) repeat scroll 0 0 transparent;
  background: linear-gradient(center top, lightblue 0%, #3366ff 80%) repeat scroll 0 0 transparent;
  box-shadow: inset 0 1px 0 blue;
}

#cssmenu>ul>li>a:hover,
#footer_menu ul li a:hover,
#cssmenu>ul>li.active>a,
#cssmenu>ul>li.open>a {
  color: rgba(255, 255, 255, 0.99);
  background: #03c;
  background: -webkit-linear-gradient(grey 0%, blue 90%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top, grey 0%, blue 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(grey 0%, blue 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(grey 0%, blue 100%) repeat scroll 0 0 transparent;
  background: linear-gradient(center top, grey 0%, blue 100%) repeat scroll 0 0 transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/*  Main Menu CSS  */
/*@charset "utf-8";*/
/* CSS Document */
dl,
dt,
dd,
ol,
ul,
li,
menu,
nav {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none outside none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

.skipnav {
  display: none;
}

.wdn_list_descriptor {
  display: none;
}

.hidden {
  display: none;
}

#wdn_wrapper {
  height: auto;
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 960px;
}

#wdn_wrapper_footer {
  clear: both;
}

#maincontent,
.container {
  width: 100%;
  align-items: center;
}

#wdn_content_wrapper .first {
  clear: left;
  margin-left: 0;
}

#wdn_navigation_bar {
  clear: both;
  width: 100%;
  margin-top: -5px;
}

#wdn_navigation_wrapper {
  margin-top: 5px;
  position: relative;
}

.nav_unpinned #wdn_navigation_wrapper {
  position: absolute;
  z-index: 100;
}

.nav_unpinned #wdn_content_wrapper {
  margin-top: 41px;
}

#wdn_navigation_wrapper:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
}

#local_search {
  display: none;
}

#wdn_content_wrapper {
  float: left;
}

#maincontent {
  color: #333333;
  float: left;
  font-size: 77%;
  line-height: 140%;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

a.sidelink:link {
  color: #ffffff;
  text-decoration: none;
}

a.sidelink:visited {
  color: #ffffff;
  text-decoration: none;
}

.dsidelink {
  border-bottom: #000000;
  border-top: #000000;
}

a.future:link {
  text-decoration: none;
  color: #ffffff;
}

a.future:visited {
  text-decoration: none;
  color: #ffffff;
}

.menusubmenu {
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.tableheading {
  color: maroon;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

a.minutes:link {
  color: #660000;
  text-decoration: none;
  font-size: 15px;
}

a.minutes:visited {
  color: #660000;
  text-decoration: none;
  font-size: 15px;
}

.hyperlink {
  text-decoration: none;
  color: #03c;
}

/* Side Link Menu .CSS  */
#menu8 {
  width: 200px;
  margin-top: 0px;
}

#menu8 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu8 li a {
  text-decoration: none;
  text-align: left;
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  height: 24px;
  font-size: 12px;
  margin-bottom: 2px;
  border-radius: 8px;
}

#menu8 li a {
  color: white;
  display: block;
  background: url(../Images/arrow.png) 10px no-repeat #699bff;
  padding: 8px 0 0 20px;
}

#menu8 li a:hover,
.active_side {
  color: white !important;
  background: url(../Images/arrow.png) 16px no-repeat #3c3cc4 !important;
  padding: 8px 0 0 25px !important;
}

/* -------- Footer & Sidebar Widgets ---------- */
.submenu {
  color: #660000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  padding-top: 10px;
}

.lisubmenuselected {
  color: #000 !important;
  background-color: orange !important;
}

.asubmenuselected {
  color: #000 !important;
}

.list-border li {
  border-bottom: 1px dashed #d3d3d3;
  padding: 10px 0;
  background-color: #04137d;
  color: #fff;
}

.list-border li:hover {
  border-bottom: 1px dashed #d3d3d3;
  padding: 10px 0;
  background-color: #ccc !important;
}

.list-border li a {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.list-border li a:hover {
  color: #000;
}

.widget {
  margin-bottom: 40px;
}

.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget ul.list li,
.widget .post {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget .list-border li {
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 15px;
  line-height: 24px;
  color: #ccc;
}

.widget .styled-icons li {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget .styled-icons li a {
  margin-bottom: 0;
}

.widget .tags a {
  border: 1px solid #d3d3d3;
  display: inline-block;
  font-size: 17px;
  margin: 5px 4px 5px -2px;
  padding: 5px 10px;
}

.widget .tags a:hover {
  color: #fff;
}

.widget ul.list li::before {
  display: none;
}

.widget.dark ul.list li::before {
  display: none;
}

#footer-part {
 /* background-image: url(https://mnit.ac.in/Images/landingPage_Slider/miic.html);*/
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
  background-position: center;
  background-size: cover;
  /* background: -webkit-linear-gradient(left, #3931af, #026a86); */
}

.footer-about {
  /*padding-right: 50px;*/
}

.footer-about p {
  color: #fff;
  padding-top: 15px;
}

.footer-about ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-about ul li:last-child {
  margin-right: 0;
}

.footer-about ul li a {
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  /*background-color: #021d3a;*/
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-about ul li a:hover {
  /*background-color: #fbc02a;
  color: #021d3a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;*/
}

.footer-title h6 {
  font-size: 18px;
  color: #fff;
}

.footer-link {
  overflow: hidden;
}

.footer-link ul {
  width: 100%;
  float: left;
  overflow: hidden;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a i {
  margin-right: 8px;
  color: #fbc02a;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a:hover {
  color: #fbc02a;
}

.footer-link ul li a:hover i {
  margin-right: 15px;
}

.support ul {
  float: none;
  width: 100%;
}

.footer-address ul li {
  position: relative;
  margin-bottom: 10px;
}

.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon i {
  font-size: 18px;
  color: #fbc02a;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-address ul li .cont {
  padding-left: 35px;
}

.footer-address ul li .cont p {
  color: #fff;
}

.footer-copyright {
  background-color: #021d3a;
}

.footer-copyright .copyright p {
  color: #fff;
}

.footer-copyright .copyright p span {
  font-weight: 600;
}

/* Sticky Top header and Nav */
.sticky-top-header {
  position: fixed;
  top: 0;
  background-color: rgba(6, 42, 204, 0.95);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sticky-navbar {
  position: fixed;
  top: 0;
  margin-top: 30px;
  background-color: var(--bg-primary) !important;
  /* border-top: 0.50px solid #fbc02a; */
  /* -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; */
}

/* all page header image */
#mnitPageHeaderImage {
  position: relative;
  z-index: 1;
}

#mnitPageHeaderImage .header-page-image {
  background-image: var(--mnit-deans-corner-bg) !important;
  /* background-image: linear-gradient(to right, #1e1946, #302b63, #24243e); */
  /* background: url(https://mnit.ac.in/Images/landingPage_Slider/studentwelfare.jpeg) no-repeat; */
  height: 280px;
  background-position: center;
  background-size: 100%;
}

#visionMision .visionImage {
  width: 12rem;
  height: 17rem;
}

/* Director Page */
#directorMnit #englishShowMore.collapse:not(.show) {
  display: block;
  height: 4.5rem;
  overflow: hidden;
}

#directorMnit #englishShowMore.collapsing {
  height: 4.5rem;
}

#directorMnit .englishShowMore.collapsed::after {
  content: "+ Show More";
}

#directorMnit .englishShowMore:not(.collapsed)::after {
  content: "- Show Less";
}

#directorMnit #hindiShowMore.collapse:not(.show) {
  display: block;
  height: 5.5rem;
  overflow: hidden;
}

#directorMnit #hindiShowMore.collapsing {
  height: 5.5rem;
}

#directorMnit .hindiShowMore.collapsed::after {
  content: "+ अधिक देखें";
}

#directorMnit .hindiShowMore:not(.collapsed)::after {
  content: "- कम देखें";
}

/* faculty Profile */
.profileDetails span {
  font-size: 0.85rem;
}

.profileView span {
  font-size: 0.75rem;
}

/* staff Profile */
.profileDetails tr {
  font-size: 0.75rem;
}



/* over writting accordion header bootsrap class(change font size from 16px to 14px) */
.accordion .accordion-item .accordion-button {
  font-size: 14px;
}

#mnitLandingSlider .carousel-indicators li {
  background-color: #fbc02a;
  padding: 4px;
  border-radius: 12px;
}

/* insitute gallery */
.imageGalleryData tbody tr {
  background: #ECE9E6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important; */
  border-left: 7px solid #fbc02a;
  border-bottom: 7px solid #fbc02a;
}

.imageGalleryData .gallery-text {
  color: black;
  font-family: "Montserrat", sans-serif;
}

.imageGalleryData .gallery1stTd {
  width: 400px;
}

.imageGalleryData .gallery1stTd i {
  font-size: 70px;
}


/* department gallery */
.deptImageGalleryData tbody tr {
  border: 0.50px solid rgb(179, 176, 176);
}

.deptImageGalleryData .gallery-text {
  color: black;
  font-family: "Montserrat", sans-serif;
}

.deptImageGalleryData .gallery1stTd {
  width: 400px;
}

.deptImageGalleryData .gallery1stTd i {
  font-size: 50px;
}

/* mnit Press Release  */
/* change-done - new added */

.mnitPressRelease tbody tr{
  border-left: 10px solid rgba(6, 42, 204, 0.816);
  border-right: 10px solid rgba(6, 42, 204, 0.816);
  transition: transform .2s;
}
.mnitPressRelease tbody tr:hover {
  background-color: #0000ff07;
  -ms-transform: scale(0.95);
  /* IE 9 */
  -webkit-transform: scale(0.95);
  /* Safari 3-8 */
  transform: scale(0.95);
}
.news-title-text{
font-size: 20px;
}

.mnitPressRelease .gallery-text {
  color: black;
  font-family: "Montserrat", sans-serif;
}
.mnitPressRelease .gallery1stTd i {
  font-size: 50px;
}
/* newspaper  */
.newspaperGallery tbody tr {

  border-left: 10px solid rgba(6, 42, 204, 0.816);
  border-right: 10px solid rgba(6, 42, 204, 0.816);
}

.newspaperGallery .gallery-text {
  color: black;
  font-family: "Montserrat", sans-serif;
}

.newspaperGallery .gallery1stTd {
  width: 400px;
}

.newspaperGallery .gallery1stTd i {
  font-size: 50px;
}

.block-chart svg {
  height: 5rem;
}

.block-chart svg line {
  stroke: rgba(6, 42, 204, 0.95);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 2px 20px;
  animation: animateline 5s linear both infinite;
}

@-moz-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -5rem;
  }
}

@-webkit-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -5rem;
  }
}

@-o-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -5rem;
  }
}

@keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -5rem;
  }
}
/*Show more text */
#txtShowMore.collapse:not(.show) {
  display: block;
  height: 4.5rem;
  overflow: hidden;
}

#txtShowMore.collapsing {
  height: 4.5rem;
}

.txtShowMore.collapsed::after {
  content: "+ View More";
}

.txtShowMore:not(.collapsed)::after {
  content: "- View Less";
}
/*Show more text */


/* Left Sticky toolbar start */

.sticky-toolbar{ position: fixed; right: 0; top: 40%; z-index: 4; width: 200px; border-radius: 30px; background:
rgba(17, 52, 207, 0.848);}

.inside-sticky-toolbar { width: 310px; right: -250px;}
.sticky-toolbar ul li {transition: all 0.4s ease-in-out;}.sticky-toolbar ul li:hover { margin-left: -100px;outline: 4px
double #fbc02a;}

/* Left Sticky toolbar ends */
