@font-face {
  font-family: segoe-re;
  src: url("../fonts/segoe/Segoe-UI.ttf");
}

@font-face {
  font-family: segoe-bl;
  src: url("../fonts/segoe/Segoe-UI-Bold.ttf");
}

@font-face {
  font-family: lato-regular;
  src: url("../fonts/Lato/Lato-Regular.ttf");
}

@font-face {
  font-family: lato-bold;
  src: url("../fonts/Lato/Lato-Bold.ttf");
}

@font-face {
  font-family: lato-light;
  src: url("../fonts/Lato/Lato-Light.ttf");
}

body {
  font-family: lato-regular !important;
  padding-bottom: 0px !important;
}

section.sec02 h3 {
  text-align: left;
  padding-top: 10px;
}

.nav-item a {
  padding-bottom: 0px;
}

.projects p {
  font-size: 16px;
  height: 105px;
  line-height: 20px;
}

.projects {
  padding-top: 10px;
}

.all-projects {
  top: 10px;
  color: #42c47c !important;
  cursor: pointer;
}

.media-body h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: -6px !important;
}

.media-body h6 {
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  color: #000;
}

.media:hover h6 {
  color: #01519a;
}

.srch_input span {
  border: 1px solid #42c47c;
  height: 35px;
  padding: 0px;
  width: 35px;
  color: #fff;
  line-height: 1px;
  background: #42c47c;
}

#myChart-license-text {
  display: none !important;
}

.mainNav {
  position: fixed;
  z-index: 999;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  top: 0;
  background-color: #1f4f79;
  height: 88px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 0px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  font-family: lato-regular !important;
}

.navbar-expand-lg {
  margin-top: 0px !important;
}

.bannercaption {
  padding: 30px;
  background-color: rgba(0, 12, 25, 0.8);
  display: table;
  margin: 50px 0px 0;
  color: #fff;
  width: 449px;
}

.bannercaption h1 {
  margin-bottom: 0px;
}

.bannernew {
  background: url(../images/new/bannerBg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bannernew::before {
  position: absolute;
  content: "";
  left: 0px;
  height: 30px;
  background-color: red;
}

.knMore {
  display: table;
  margin: auto;
}

.btngradiant {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  background: #7e9bb8;
  /* Old browsers */
  /*  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,37,76,1) 55%, rgba(0,37,76,1) 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,37,76,1) 55%,rgba(0,37,76,1) 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,37,76,1) 55%,rgba(0,37,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00254c',GradientType=0 ); */
  /* IE6-9 */
}

.card {
  background: #FFF;
  border-radius: 8px;
  border: none;
  box-shadow: 2px 2px 7px #e8e8e8,
    -2px -2px 10px #ffffff
}

.card:hover {
  box-shadow: 10px 10px 10px #dbdbdb,
    -10px -10px 10px #ffffff;
}

.projectsnew p {
  color: #000;
  margin: 5px 10px 5px;
}

.projectsnew h5 {
  font-size: 16px;
  color: #000;
  margin: 15px 10px 5px;
  font-weight: bold;
  line-height: 1.4
}

.projectsnew h5:hover {
  color: #0056b3;
}

.researchitm img {
  /* width: 100%;
        height: 100%;*/
  width: auto;
  height: 110px;
  margin: auto;
  display: table;
  left: 0%;
  position: relative;
}

.projectsnew p.img-title {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000000;
  margin-top: 0px;
}

.img-title,
.img-icon {
  margin: 0;
}

.researchitm {
  position: relative;
  /*border-bottom: 3px solid #00C37A;
        border-top: 3px solid #00254C;*/
  /* border-bottom: 3px solid #1e64ad; */
  /* border-top: 3px solid #95acc4; */
  overflow: hidden;
}

#overlay {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;

  padding-top: 5px;
}

.researchitm:hover #overlay {
  opacity: 1;
  transform: translateY(0px);
}

section .media {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #dddddd;
  border-left: 0px;
}

.media-body h5 {
  color: #222;
  font-family: segoe-bl;
  margin-bottom: 5px;
  font-size: 17px;
}

section .media a p {
  font-size: 14px;
  color: #222;
}

section .media a .newsevents {
  padding: 50px;
  color: #f8f8f8;
}

.newsevents .media-body {
  padding-top: 50px;
  padding-right: 20px;
}

.members p.mb-2 {
  font-size: 20px;
}

strong {
  font-weight: normal;
  font-family: lato-regular;
}

footer {
  background: #183956;
  position: static;
  /* Old browsers */
  /**  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(60, 83, 107) 55%, rgba(0,37,76,1) 100%); 
      background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(60, 83, 107) 55%,rgba(0,37,76,1) 100%); 
      background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(60, 83, 107) 55%,rgba(0,37,76,1) 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00254c',GradientType=0 );
      
	   **/
}

footer .contact a {
  background: transparent;
}

footer .contact ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: table;
  margin: 0px auto;
  padding-bottom: 15px;
}

footer .contact ul li a {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

footer .contact ul.socialicn li a {
  padding-left: 0px;
  padding-right: 0px;
  position: static;
}

section.sec02 h4 {
  font-size: 26px;
  text-transform: none;
  margin-top: 10px;
  font-weight: normal;
}

.p_style {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}

.text-black {
  color: #000;
}

.newsevents a:hover {
  text-decoration: none;
}

.carousel-item {
  min-height: 355px !important;
  height: auto !important;
}

.carousel-indicators .active {
  background-color: #000;
}

.carousel-indicators li {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.pdf_doc img {
  height: 20px;
  display: inline-block;
}

.sec02 a {
  text-decoration: none;
}

.sec02 a:hover {
  color: #0056b3;
}

.custom-btn {
  background-color: #1f4f79;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-family: lato-bold !important;
  margin-top: 12px;
}

.logo img {
  height: 72px;
}

#accordionEx .card {
  margin-bottom: 10px;
  border: none !important;
}


#send-error {
  padding-bottom: 15px;
  display: block;
}

@media (min-width: 1200px) {
  .logo img {
    height: 72px;
    float: right;
    padding-right: 30px;
  }

  .srch_input input {
    min-width: 235px;
  }

  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent;
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .mainNav {
    background-repeat: no-repeat;
    background-position: left;
    background-color: #fff;
    color: #073b68 !important;
    background-size: 35%;
  }

  .logo img {
    height: 72px;
    float: right;
    padding-right: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .mainNav {
    background-repeat: no-repeat;
    background-position: left;
    background-color: #fff;
  }

  .navbar-light .navbar-brand {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .bannercaption {
    width: 350px;
    margin: 50px auto;
  }

  .researchitm img {
    width: 100%;
    height: auto;
    margin: auto;
    display: table;
    left: 0;
    position: relative;
  }

  .newsevents .owl-nav .owl-next {
    right: -15px !important;
    top: 40%;
  }

  .newsevents .owl-nav .owl-prev {
    left: -15px !important;
    top: 40%;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-nav {
    margin-bottom: 10px;
  }

  .newsevents .owl-nav .owl-next {
    right: -15px !important;
    top: 30%;
  }

  .newsevents .owl-nav .owl-prev {
    left: -15px !important;
    top: 30%;
  }

  .col-12.newsevents {
    margin: 0 auto;
    max-width: 90% !important;
  }
}

@media (max-width: 400px) {
  .wordart-canvas.tagul-canvas {
    width: 300px !important;
    height: 320px !important;
    /**margin-top: -75px; **/
    margin-bottom: 15px;
  }

  .bannercaption {
    width: 310px;
    margin: 50px auto;
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #fff;
  color: #01519a;
  height: 32px;
  width: 32px;
  font-size: 28px;
  padding-top: 1px;
  border: none !important;
  box-shadow: 2px 2px 5px #c1e0fd;
}

.team-members {
  border-radius: 50%;
}

.scroll .link:hover {
  color: #000 !important;
}

.scroll .card:hover {
  border: 3px solid #2c8ac4 !important;
}

.scroll h5 {
  color: #01568b !important;
}

.ehrcmembers a {
  color: #000 !important;
  text-decoration: none !important;
}

.ehrcmembers .scroll h5 {
  color: #000 !important;
}

.ehrcmembers .scroll .card:hover h5 {
  color: #01568b !important;
}

.blog-card a {
  text-decoration: none !important;
  color: #000;
}

.blog-card a h5 {
  font-weight: bold;
}

.blog-card a .read-more {
  color: #01519a;
}

.blog-card .card img {
  border-radius: 8px 8px 0 0;

}

.blog-card .card:hover {
  background-color: #01519a;
  color: #fff !important;
}

.comments-space p {
  font-size: 17px !important;
}

.vision-mission {
  line-height: 2
}

.f-22 {
  font-size: 22px !important;
}
.dropdown-top-nav .dropdown-content a {
    display: block;
    float: none;
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
     border: none !important;
}
.dropdown-top-nav button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-family: lato-regular !important;
    padding: 4px 0;
}
.dropdown-top-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;

}
.dropdown-top-nav:hover .dropdown-content {
    display: block;
}
.dropdown-top-nav a:hover {
    border: none !important;
    color: #000 !important;
}
.dropdown-top-nav a {

    color: #000 !important;
    font-weight: 500;
}
.social-icons ul li a {
    background: none !important;
}
li.nav-item.active button.dropbtn {
    color: blue;
    color: #01519a !important;
    border-bottom: 2px solid #01519a;
    font-weight: bold;
}