html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
}

.facultyproj img {
  border-left: 1px solid #dddddd;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

/**
.navbar-expand-lg {
  border-bottom: 1px solid rgba(206, 206, 206, 0.5);
}
**/
body,
html {
  margin: 0px;
  font-family: lacto-regular !important;
}

p {
  font-size: 15px;
}

header {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
}

.clickhere,
.clickhere p {
  color: #000;
  font-size: 14px;
  line-height: 10px;
}

.searchitem {
  /* border: 2px solid #21507a; */
  border-top: 2px solid #21507a;
  border-bottom: 2px solid #21507a;
}

.searchitem .col-md-8 {
  font-size: 16px;
}

.newshd h5,
.newshd p {
  color: #000;
}

.newshd:hover h5,
.newshd:hover p {
  color: #204f7a !important;
}

.newshd p {
  font-weight: normal;
}

.newshd {
  text-decoration: none !important;
}

.paginationCntr .pagination li {
  padding: 3px;
}

.paginationCntr .pagination li:first-child .page-link,
.paginationCntr .pagination li:last-child .page-link {
  border-color: transparent !important;
}

.rel_news .col-sm-12 .media {
  border: 0px;
  border-bottom: 1px solid #ccc;
}

.rel_news .col-sm-12 .media .media-body p {
  color: #000;
}

.rel_news .col-sm-12 a {
  text-decoration-color: #000;
}

.tags span {
  line-height: 14px;
  font-size: 14px;
  color: #01519a;
  padding: 6px;
  border-radius: 3px;
  text-align: center;
  background-color: #d1e4ff;
  text-transform: capitalize;
  margin-right: 8px;

}

#myCarousel .carousel-item {
  height: auto !important;
}

p.lrgp,
.lrgp {
  font-size: 18px;
}

.scroll.p-3 img {
  height: auto;
  max-height: 240px;
}

.scroll.p-3 a {
  color: #000;
  text-decoration: none !important;
  float: left;
  width: 100%;
}

.scroll.p-3 a:hover {
  color: #01568b !important;
}

.tags span.first {
  background: url(../images/tagsbg.png) center center no-repeat;
  background-size: cover;
  width: 60px;
  height: 23px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  padding-right: 10px;
  float: left;
  margin-right: 5px;
  font-size: 12px;
}

.projectspge h4 {
  font-size: 30px;
}

.paginationCntr .page-link .fa {
  color: #21507a;
}

.paginationCntr .page-link {
  border-color: #404042;
  padding: 0;
  float: left;
  text-align: center;
  outline: none !important;
  line-height: 21px;
  color: #000;
  border-radius: 50%;
  padding: 8px 14px !important;
  border:none !important;
}

.paginationCntr .page-item.active .page-link {
  background: #21507a;
  border-color: #21507a;
}

.contribution {
  background-color: #1f4e79;
  display: table;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}

.searchitem .col-md-8 a {
  color: #42c47c;
  padding-right: 10px;
}

.navbar-expand-lg {
  padding: 0px;
  margin-top: -10px;
}

.topheader {
  position: relative;
  padding-top: 22px;
}

.socialicons {
  padding-left: 0px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 10px;
}

.socialicons li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}

.topheader h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
}

.nav-item {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 5px;
}

.nav-item a {
  color: #000;
}

.nav-item a:hover {
  color: #073b68 !important;
  background-color: hsl(208, 87%, 94%);
  border-radius: 5px
}

.navbar-nav {
  float: right;
}

.search {
  position: relative;
}

.srch_input input {
  border: 1px solid #21507a;
  border-right: 0px;
  height: 36px;
  line-height: 30px;
  text-align: left;
  float: left;
  padding-left: 10px;
  max-width: 130px;
  font-size: 14px;
  border-radius: 2px;
}

.srch_input button {
  border: 1px solid #21507a;
  height: 36px;
  padding: 0px;
  width: 60px;
  color: #fff;
  line-height: 1px;
  background: #21507a;
  font-size: 14px;
  border-radius: 2px;
}

.search input {
  background: #42c47c;
  border-radius: 40px;
  height: 40px;
  padding-left: 15px;
  color: #fff;
  outline: none !important;
  border: 0px;
  line-height: 40px;
}

.search input::placeholder {
  color: #fff;
}

.search button {
  position: absolute;
  right: 5px;
  background: transparent;
  border: 0px;
  top: 6px;
  z-index: 999;
  cursor: pointer;
  color: #fff;
}

section.sec01 {
  border-bottom: 1px solid #bdbdbd;
}

.projects {
  padding-top: 20px;
}

section.sec02 h3 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

section.sec02 h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  line-height:1.6
}

.projects p {
  background: #204f7a;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 100px;
  float: left;
}

section .media {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  background: #0a1e30;
  padding-top: 20px;
  color: #fff;
  /*margin-top: 10px*/
  padding-bottom: 20px;
}

footer p {
  color: #fffefe;
  font-weight: 300;
}

footer .subcribe input {
  height: 40px;
  padding: 10px;
  border: 0px;
}

footer .subcribe button {
  background: #42c47c;
  color: #fff;
  height: 40px;
  padding: 0px 15px;
  text-align: center;
  border: 0px;
  line-height: 40px;
}

footer ul li {
  display: inline-block;
}

footer ul {
  padding: 0px;
  margin-top: 10px;
}

footer ul li h5 {
  padding-right: 20px;
}

footer ul li a {
  color: #0a1e30;
  width: 25px;
  height: 25px;
  margin: 5px;
  border-radius: 20px;
  background: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  float: left;
  position: relative;
  top: 10px;
}

footer .contact a {
  color: #fff;
  padding-bottom: 15px !important;
  float: left;
  width: 100%;
}

.menupart a {
  float: left;
  width: 100%;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  max-width: 200px;
}

.menupart a:last-child {
  border-bottom: 0px;
}

.contact h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.all-projects {
  position: absolute;
  right: 15px;
  color: #42c47c;
  border-bottom: 1px solid #42c47c;
  top: 30px;
  font-weight: 700;
  text-decoration: none !important;
}

.sec02 .container {
  position: relative;
}

.owl-carousel {
  padding-left: 28px;
  padding-right: 28px;
}

.owl-carousel .owl-item img {
  /* width: 160px !important;*/
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  height: 24px;
  margin-top: -20px;
  font-size: 19px;
  line-height: 19px;
  width: 24px;
  border: 1px solid #222;
  text-align: center;
  border-radius: 24px;
}

.owl-nav .owl-next {
  padding-left: 2px;
}

.owl-nav .owl-prev {
  padding-left: 0px;
}

#newsevents .owl-nav .owl-prev,
#newsevents .owl-nav .owl-next {
  border: 0px !important;
}

.owl-nav .owl-prev {
  left: -3%;
}

.owl-nav .owl-next {
  right: 0px;
}

.gray-clr {
  color: #959595;
}

.gray-bg {
  background: #f4f4f4;
}

.lggray {
  background: #e8edf1;
}

.advisorymembers .scroll {
  background: #f1eee8;
}

.ehrcmembers {
  /* background: #ece8f1; */
}

.ehrcmembers ul {
  padding-left: 40px;
  list-style: none;
}

.ehrcmembers ul li {
  position: relative;
  margin-top: 5px;
}

.ehrcmembers ul li::before {
  position: absolute;
  content: "\f111 ";
  font-family: FontAwesome;
  left: -20px;
  font-size: 12px;
  top: 6px;
  color: #bdb5c4;
}

address,
.mail,
.phone {
  position: relative;
  padding-left: 35px;
}

.mail a,
.phone a {
  color: #000;
  text-decoration: none;
}

address::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0px;
  background: url(../images/mappin.png) no-repeat left center;
}

.mail::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0px;
  background: url(../images/maiicn.png) no-repeat left center;
}

.phone::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0px;
  background: url(../images/mobile.png) no-repeat left center;
}

.contactform .form-group {
  position: relative;
}

.contactform .form-control {
  border-radius: 0px;
  border: 2px solid #d5d5d5;
}

.green-btn {
  float: right;
  color: #fff;
  background-color: #00a12e;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.scrolldiv {
  overflow: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contactform textarea.form-control {
  height: 80px;
}

.contactform .form-control+label {
  color: #999;
  font-family: Arial;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.contactform .form-control+label:after {
  content: "*";
  color: red;
}

.contactform .form-control:invalid+label {
  display: inline-block;
}

.contactform .form-control:focus+label {
  display: none;
}

.contactform .form-control.hidelabel~label {
  display: none;
}

.searchitem .col-md-4 {
  position: relative;
  overflow: hidden;
}

.searchitem .col-md-4 img {
  position: absolute;
  width: auto;
  height: 100%;
  max-height: 210px;
}

.ehrcmembers ul li a {
  font-size: 18px;
  color: #0c7cc4;
  text-decoration: underline;
  margin-bottom: 5px;
}

.members .media {
  border-bottom: 1px solid #c0cdd9;
}

.members .media p:last-child {
  margin-bottom: 0px;
}

.members .media:last-child {
  border-bottom: 0px !important;
}

.memberdesig {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rdmore {
  color: #01519a;
  text-decoration: none;
  font-weight: 600;
}

.owl-nav .disabled {
  color: #cccccc !important;
}

.eventsthump p.category {
  background: #121212;
  font-size: 10px;
  color: #fff;
  display: table;
  margin-bottom: 3px;
  padding: 3px 10px;
  font-weight: 600;
}

.eventsthump a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  float: left;
  width: 100%;
  text-decoration: none !important;
}

.evdate {
  position: absolute;
  left: 75px;
  width: 45px;
  height: 45px;
  bottom: 1px;
  background: rgb(0, 162, 51, 0.9);
  text-align: center;
  color: #fff;
}

.curouselcntr {
  width: auto;
  margin-left: -30px;
  margin-right: -15px;
}

.evdate .month {
  font-size: 8px;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}

.evdate .day {
  position: relative;
  top: -8px;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 0px;
}

.eventsthump a:hover {
  color: #01519a;
}

.newshd {
  font-size: 18px;
  color: #01519a;
  font-weight: 900;
  margin-top: 5px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

p.gray-clr {
  margin-bottom: 0px;
}

.tab-pane .media {
  border-bottom: 1px solid #f1f1f1;
}

.eventsthump.media {
  position: relative;
}

.tab-pane .media:last-child {
  border-bottom: 0px !important;
}

.nav-tabs a.nav-link {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  background-color: #f0f0f0;
  border-color: #d4d4d4;
  color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
}

.nav-tabs .nav-item {
  padding: 0px;
}

.partners .item img {
  /* border: 1px solid #d0d0d0; */
}

.partners .owl-nav .owl-prev,
.partners .owl-nav .owl-next {
  margin-top: -13px;
}

.partners .owl-nav .owl-prev {
  left: -25px;
}

.partners .owl-nav .owl-next {
  right: -25px;
}

.facultyproj {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

button:focus {
  outline: none;
}

#search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: left;
  padding-left: 10px;
}

#search::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  padding-left: 10px;
}

#search:-ms-input-placeholder {
  /* IE 10+ */
  text-align: left;
  padding-left: 10px;
}

#search:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  padding-left: 10px;
}

#placeholder::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.srch_input input:focus {
  outline: none;
}

.facultyproj img {
  height: 75px;
  width: auto;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1 !important;
}

.small_search .fa {
  color: #42c47c;
}

.small_search #small_search {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 0px;
}

.news_events img {
  float: left;
  width: 250px;
  margin-right: 0.5rem !important;
}

.contactform textarea {
  resize: none;
}

.contactform textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.47);
  opacity: 1;
  /* Firefox */
}

.contactform textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.47);
}

.contactform textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.47);
}

#myCarousel.news_detail_banner .carousel-item {
  min-height: auto !important;
}

.project_info {
  display: none;
  background-color: #001c3aa8;
  outline: none;
  padding-left: 10px;
  color: #fff;
}

.project_info_02 {
  visibility: hidden;
  background-color: #001c3aa8;
  outline: none;
  padding-left: 10px;
  color: #fff;
}

#myCarousel .carousel-item:hover .project_info_02 {
  visibility: visible;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

#myCarousel .carousel-item:hover .project_info {
  display: block;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-alt {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

div#demo {
  margin-top: 83px;
}

section.aboutone {
  margin-top: 78px;
}

section.contact {
  margin-top: 78px;
}

section.partners {
  margin-top: 78px;
}

section.projectspge {
  margin-top: 78px;
}

section.research_top {
  margin-top: 78px;
}

.news_events_details {
  margin-top: 78px;
}

.faculty_details {
  margin-top: 78px;
}

section.contact h3.header_text,
section.partners h3.header_text,
section.projectspge h3.header_text,
section.research_top h3.header_text,
section.aboutone h3.header_text {
  font-size: 26px;
}

hr {
  border-top: 1px solid rgba(206, 206, 206, 0.5) !important;
}

.sec02 .research_text {
  padding-top: 0px !important;
}

#myCarousel .carousel-indicators {
  bottom: 0;
}

.text-dark-blue {
  color: #009688;
  font-family: lato-bold;
}

.sliding-text {
  background-color: hsl(208, 95%, 94%);
  color: #01519a;
}

.sliding-text a {
  cursor: pointer;
  font-family: lato-bold !important;
}

.sliding-text span {
  cursor: pointer;
  font-family: lato-bold !important;
}

.contact a.text-black1:hover {
  border-bottom: 1px solid rgba(31, 79, 121, 0.82) !important;
}

.sec01 a,
.sec02 a,
a.more,
.contact a.text-black1 {
  color: #1f4f79 !important;
}

.contact_bg {
  background-color: transparent;
}

.logo .logo_white {
  display: none !important;
}

.contact .upload_resume {
  padding-top: 5px;
  font-family: lato-bold !important;
  color: #616161;
}

input#fileinput1:focus {
  outline: none;
}

@media (min-width: 1201px) {
  .about_ehrc {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .media-body h5 {
    font-size: 14px !important;
  }

  .media-body p {
    /*font-size: 12px;*/
  }

  .projects p {
    font-size: 13px !important;
  }

  .nav-item {
    font-size: 14px;
  }

  .hidesm {
    display: none;
  }
}

@media (min-width: 992px) {
  .small_search {
    display: none;
  }

  .search.searching {
    display: none;
  }
}

@media (max-width: 991px) {
  .topheader h1 {
    padding-left: 0px !important;
    margin-top: 0px !important;
    font-size: 24px;
  }

  .projects img {
    width: 100%;
  }

  .navbar.navbar-expand-lg {
    padding-left: 15px;
    padding-top: 6px;
  }

  .aboutone img {
    padding-bottom: 15px;
  }

  .pt-5.pb-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .gray-bg {
    text-align: center;
  }

  .socialicons {
    top: -46px !important;
    margin: auto;
    float: right;
    text-align: right;
  }

  .curouselcntr {
    margin-left: -15px;
  }

  .navbar-nav {
    width: 100%;
  }

  .search {
    display: table;
  }

  .topheader h1 {
    margin-top: 40px;
  }

  .socialicons {
    position: absolute;
    display: table;
    top: 7px !important;
    margin: auto;
  }

  .navbar-brand {
    margin-top: 0px !important;
  }

  .navbar-expand-lg {
    margin-top: -35px;
  }

  .topheader h1 {
    display: none;
  }

  .menupart a {
    max-width: 100% !important;
  }

  .nav-item {
    padding: 0px 10px;
  }

  .navbar-expand-lg {
    justify-content: flex-start !important;
  }

  /*.desk-search{
	  display: none;
  }
  .search.searching{
	  position: absolute;
	  right: 10%;
	  top: -5px;
  }*/
}

.owl-carousel1 img {
  max-height: 100px;
  padding: 3px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .owl-carousel1 img {
    max-height: 90px;
    padding: 3px;
  }

  #myCarousel .carousel-item {
    min-height: 305px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px !important;
  }

  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    background-color: #fff;
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .logo img {
    height: 72px;
    float: right;
    padding-right: 30px;
  }

  .nav-item {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .subcribe input {
    padding: 10px 5px;
  }

  footer .subcribe button {
    padding: 0 2px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .coremembers img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .coremembers h4,
  .coremembers p {
    text-align: center;
  }

  .advisorymembers img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .advisorymembers h4,
  .advisorymembers p {
    text-align: center;
  }

  .owl-carousel1 img {
    max-height: 65px;
    padding: 3px;
  }

  #myCarousel .carousel-item {
    min-height: 255px !important;
  }

  .mainNav {
    position: relative !important;
  }

  div#demo {
    margin-top: 0px;
  }

  section.aboutone {
    margin-top: 0px;
  }

  section.contact {
    margin-top: 0px;
  }

  section.partners {
    margin-top: 0px;
  }

  section.research_top {
    margin-top: 0px;
  }

  section.projectspge {
    margin-top: 0px;
  }

  .news_events_details {
    margin-top: 0px;
  }

  .faculty_details {
    margin-top: 0px;
  }

  #myCarousel .carousel-item {
    min-height: 305px !important;
  }

  .navbar-light .navbar-toggler {
    border-color: #fff !important;
    background-color: #fff !important;
  }

  .mainNav {
    height: auto !important;
    text-align: center;
  }

  .navbar-nav li.nav-item.active a {
    width: 30%;
    margin: 0 auto;
  }

  .logo .logo_white {
    display: block !important;
  }

  .logo .logo_blue {
    display: none !important;
  }

  .mainNav {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(7, 59, 104, 0.43);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #01519a !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #01519a !important;
  }

  .navbar-nav li.nav-item.active a {
    color: #01519a !important;
    background-color: rgb(7, 59, 104) !important;
    border-radius: 3px;
  }
}

@media (max-width: 767px) {
  .searchitem .col-md-4 img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .scroll.p-3 img {
    margin: auto;
    display: table;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .scroll {
    text-align: center;
  }

  .ehrcmembers .scroll {
    text-align: left !important;
  }

  .visionmission img {
    padding-bottom: 5px;
  }

  .projects p {
    font-size: 16px !important;
    height: auto !important;
  }

  .navbar-expand-lg {
    justify-content: flex-start !important;
  }

  #myCarousel .carousel-item {
    min-height: auto !important;
  }

  .small_search #small_search {
    right: 20px;
  }

  .news_events img {
    float: none;
    width: 100%;
    margin-right: auto !important;
    display: block;
    margin: 0 auto 10px;
  }

  #myCarousel .carousel-inner img {
    width: 100% !important;
  }

  .partners .item img {
    margin: 0 auto;
    display: block;
  }

  .newsevents .owl-nav .owl-prev {
    left: 0%;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .mainNav {
    position: relative !important;
  }

  div#demo {
    margin-top: 0px;
  }

  section.aboutone {
    margin-top: 0px;
  }

  section.contact {
    margin-top: 0px;
  }

  section.partners {
    margin-top: 0px;
  }

  section.research_top {
    margin-top: 0px;
  }

  section.projectspge {
    margin-top: 0px;
  }

  .news_events_details {
    margin-top: 0px;
  }

  .faculty_details {
    margin-top: 0px;
  }

  .navbar-light .navbar-toggler {
    border-color: #fff !important;
    background-color: #fff !important;
  }

  .mainNav {
    height: auto !important;
    text-align: center;
  }

  .navbar-nav li.nav-item.active a {
    width: 50%;
    margin: 0 auto;
  }

  .logo .logo_white {
    display: block !important;
  }

  .logo .logo_blue {
    display: none !important;
  }

  .mainNav {
    background-color: #fff !important;
    border-bottom: 1px solid rgba(7, 59, 104, 0.43);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #01519a !important;
  }

  .navbar-nav li.nav-item.active a {
    color: #fff !important;
    background-color: rgb(7, 59, 104) !important;
    border-radius: 3px;
  }
}

@media (max-width: 500px) {
  .wordart-canvas.tagul-canvas {
    width: 300px !important;
    height: 300px !important;
  }

  .navbar.navbar-expand-lg {
    padding-bottom: 0px !important;
  }

  .topheader h1 {
    padding-left: 0px !important;
    margin-top: 0px !important;
    font-size: 24px;
    text-align: center !important;
    font-size: 20px;
  }

  h3 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  .navbar-expand-lg {
    margin-top: -5px !important;
  }

  .navbar.navbar-expand-lg {
    padding-left: 10px;
    padding-top: 0px !important;
    padding-right: 10px;
  }

  .navbar-nav.mr-auto {
    padding-left: 15px;
    padding-right: 15px;
  }

  .socialicons {
    top: 11px !important;
  }

  /*.socialicons {
    top: 5px !important;
    margin: auto;
    float: none;
    text-align: center;
  }
  .search.searching {
    position: absolute;
    right: 10%;
    top: 45px;
}*/
  .navbar-nav li.nav-item.active a {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 378px) {
  .socialicons {
    top: -108px;
  }

  footer .subcribe button {
    padding: 0px 7px;
  }

  .srch_input input {
    padding-left: 5px;
  }

  h4.research-head {
    font-size: 14px !important;
  }
}

.wordart-anchor.tagul-anchor {
  height: auto !important;
}

.wordart-canvas.tagul-canvas {
  width: 300px !important;
  height: 300px !important;
  margin-top: -15px;
}

.wordart-attribution.tagul-attribution {
  display: none !important;
  height: 0 !important;
}

.wordart-attribution.tagul-attribution a {
  display: none !important;
}

.navbar-nav li.nav-item.active a {
  color: #01519a;
  border-bottom: 2px solid #01519a;
  font-weight: bold;
}

@media only screen and (min-width: 991px) {
.navbar-nav li.nav-item.active a {
  color: #01519a !important;
  border-bottom: 2px solid #01519a;
  font-weight: bold;
}
}

.about {
  line-height: 2 !important;
}

.blue{
  color: #01519a;
}