@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.svg') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
body {
    font-size: 14px;
    
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'ralewayregular';
}
/* Top header */
.top_header_area {
 border-bottom: 1px solid #000;
 padding-top: 15px;
 
  }
  
  .top_header_area .top_nav li a {
    font-size: 16px;
    color: #000;
    padding: 0;
    padding-left: 20px;
   
   
  }
  .top_header_area .top_nav li a i {
    color:#4eb29b;
    font-size: 17px;
    width: 30px;
    text-align: center !important;
    
  }
  
  .top_nav .icon-1{
      border: 1px solid #4eb29b;
      padding:5px 15px 5px 10px;    
      border-radius: 30%;
  }
  .top_nav .icon-1:hover{
    background-color: #5274bb;
    border-color: #5274bb ;
    color: #fff;
  }
  .top_nav .icon-2{
    border: 1px solid #4eb29b;
    padding:5px 15px 5px 7px;
    border-radius: 30%;    
}
.top_nav .icon-2:hover{
  background-color:#dc4b93 ;
  color: #fff;
  border-color: #dc4b93;
}

  .top_header_area ul li{
      display: inline-block;
      position: relative;
  }
  
  /* End Top header */
  .carousel-inner img {
    /* width: 100%; */
    height: auto;
    max-width: 100%;
}
/* navbar */
.navbar{
    background-color:#00a885!important;
   
}

#navbar{
  box-shadow: 0px 0px 5px 0px !important;
}
.navbar-collapse ul li.active > a {
  color:#ffff00 !important;
}
.navbar-collapse {
    margin-left: 50px;   
}
.navbar-dark .navbar-toggler {
  border-color: #fff !important;
}
.navbar-brand h4{
font-family:'ralewaybold';
}
.navbar-collapse ul li{
    padding: 0px 10px 0px 10px;
   
    font-size: 18px;
}
.navbar-collapse ul li a{
    font-family: 'ralewaysemibold';
    color: #fff !important;
}
.navbar-collapse ul li a:hover{
    color: #ffff00 !important;
}
#navbar{
  overflow: hidden;
  z-index: 99999;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/* navbar ends here */
 .big-title h2{
    color: #000;
    font-family: 'ralewaybold';
}
 .big-title h6{
    color: #797979 ;
    font-size: 12px;
    line-height: 1px;
}
.big-title h6:after{
    content: '';
  background-color: #009344;
  height: 2px;
  width: 50px;
  margin-left: 0px;
  margin-right: auto;
  display: block;
  transform: translateY(12px);
}
.content11 p{
  font-size: 16px;
 text-align: justify;
 padding: 15px 15px 5px 0px;
 word-break: break-word;
 

}
.content1 p{
   font-size: 16px;
  text-align: justify;
  
 
}
.content12 p{
  font-size: 16px;
 text-align: justify;
 

}
.Image11{
  padding: 15px 0px 0px 15px;
  text-align: center;
}
.Image11 img{
  margin-left: auto;
  margin-right: auto;
}
.Image1 img{
 border-radius: 50%;
}
.box1{
 border: 1px solid#e4e3e3 ;
  transition: all .2s ease-out;
  transform: translateY(2%); 
}
.box{
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .2s ease-out;
    transform: translateY(2%); 
}
.btn-info{
    background-color: #009344 !important;
  
    padding: 3px;
    
}
.btn-info:hover{
  background-color: #2ebd71 !important;
  border-color: #2ebd71;
}

.btn-info a{
  outline: 0px;
  text-decoration: none;
  color: #fff;
}

.pub-box{
    border: 1px solid #b8b7b7;
     box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .2s ease-out;
    transform: translateY(-2%); 
  padding: 15px;
}
.first-para{
  text-align: justify;
  font-size: 16px;
}
.Image2 img{

}
.Image3 img{
 max-width: 100%;
 height:auto;
}
.Image4 img{
  max-width: 100%;
  height: auto;
}
/* gallery */
.icon i{
    font-size: 20px;
    color: #009344 !important;
}
.content3{
  float: right;
}
.stud-para{
  word-break: break-word;
  padding: 5px 5px 3px 5px;
  text-align: justify;
  font-size: 16px;
}
.btn-success{
  text-decoration: none;
  background-color: #009344 !important;
  margin-top:8px;

}
.btn-success:hover{ 
background-color: #2ebd71 !important;
border-color: #2ebd71 !important;
}
.btn-success a{
  color: #fff;
}
.btn-success a:hover{
  text-decoration: none;
  
}
.content3 h5{
    font-family: 'ralewaybold';
    color:  #009344;
}
.mini-heading{
    font-family: 'ralewaybold';
    color:  #009344;
    font-size: 17px; 
}

p{
  font-size: 15px;
}
.owl-img img{
    width: 60% !important;
    height: auto;
}
/*-----footer----*/

#footer {
    background: #1b1b1b;
    padding: 0 0 15px 0;
    color: #eee;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: #303030;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: 'ralewayregular';
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    font-family: 'ralewayregular';
    color: #ecf5ff;

  }
  address{
    font-size: 15px;
  }
  
 .social-links a {
    font-size: 18px;
    display: inline-block;
    background: transparent;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #000;
  }
  
  .twitter:hover {
    background-color: #0067d5 !important;
  }
  
  .instagram:hover {
    background-color: #c9039a !important;
  }
  
  .facebook:hover {
    background-color: #3d5a99 !important;
  }
  
  .google-plus:hover {
    background-color: #ea4335 !important;
  }
  
  .linkedin:hover {
    background-color: #0073b0 !important;
  }
  .owl-nav{
    display: none;
  
  }
  
  #footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 8px 0;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #ecf5ff;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #74b5fc;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact p {
    line-height: 26px;
  }
  
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"] {
    background: #0ee774;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #009344;
  }
  
  #footer .copyright {
    text-align: left;
    font-size: 15px;
  
  }
  
 
  #footer .credits {
    text-align: right;
    font-size: 15px;
    color: #f1f7ff;
  }
  
  #footer .credits a {
    color: #bfddfe;
  }
  
  #footer .credits a:hover {
    color: #f1f7ff;
  }
  
  .footer-info::before {
    content: '';
    background-color: #009344;
    height: 3px;
    width: 80px;
    margin-left: 0px;
    margin-right: auto;
    display: block;
    transform: translateY(30px);
  }
  
  .footer-links:before {
    content: '';
    background-color: #009344;
    height: 3px;
    width: 50px;
    margin-left: 0px;
    margin-right: auto;
    display: block;
    transform: translateY(30px);
  }
  
  .footer-contact:before {
    content: '';
    background-color: #009344;
    height: 3px;
    width: 50px;
    margin-left: 0px;
    margin-right: auto;
    display: block;
    transform: translateY(30px);
  }
  
  .footer-newsletter:before {
    content: '';
    background-color: #009344;
    height: 3px;
    width: 50px;
    margin-left: 0px;
    margin-right: auto;
    display: block;
    transform: translateY(30px);
  }
  /* gallery page css starts here */
  .breadcrumb-banner-area {
    height: 250px;
  }
  .breadcrumb-text{
    color: #fff;
    margin-top: 6rem;
  }
  .breadcrumb-text h2{
    font-family: 'ralewaybold' !important;
    font-size: 30px;
  }
  .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h3 {
    text-align: center;
    
    font-family: 'ralewaybold';
    
}
.baguetteBox-button svg:focus {
  outline: 0 !important;
  border: none;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f00e ';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
/* blog-post css starts here */
.student-testimonial {
  background: #fff!important;
}

.single-blog {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-top: 25px;
  background-color: #fff;
}

.single-blog img {
  width: 100%;
}
.single-blog img:hover{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.single-blog1 {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-top: 25px;
  background-color: #fff;
}

.single-blog1 img {
  width: 100%;
}
.single-blog1 img:hover{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.blog-meta {
  font-size: 14px;
  margin-bottom: 2px;
}

.single-blog span {
  float: right;
  font-size: 12px;
  color: #009344;
 
}

.blog-text {
  font-size: 16px;
  text-align: justify;
}

.single-blog h2 {
  margin-top: 10px;
  font-size: 18px;
  color: #009344 !important;
  font-family: 'ralewaybold';
}

.single-blog1 h2 a {
  text-decoration: none;
}
.single-blog1 h2 {
  margin-top: 10px;
  font-size: 18px;
  color: #009344 !important;
  font-family: 'ralewaybold';
}

.single-blog1 h2 a {
  text-decoration: none;
}

.read-more-btn {
  padding: 5px 8px 8px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #009344;
  border: 1px solid #009344;
  text-decoration: none;
}
.read-more-btn:hover{
  color: #fff;
}
.middle-nav span a{
font-family: 'ralewaysemibold';
color: #009344;
font-size: 18px;
}
.read-more-btn1 {
  padding: 5px 20px 8px;
 
  line-height: 20px;
  font-size: 14px;
  color: #009344;
  border: 1px solid #009344;
  text-decoration: none;
}
.read-more-btn1:hover{
  color: #fff;
  background-color: #009344;
}

.single-blog a {
  text-decoration: none;
}

.read-more-btn:hover {
  background-color: #009344;
}
.pagination {
  display: inline-block;
  
}
.center{
  text-align: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color:#009344;
  color: white;
  border: 1px solid #009344;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*------/ News Single /------*/
.gallery-container h1{
  font-family: 'ralewaybold';
}
.post-information {
  padding: 1rem 0;
 
}
.post-information ul li strong{
  font-family: 'ralewaybold';
}
.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
 
}
.blog-container h3 {
 
  margin-top: -6%;
  font-family: 'ralewaybold';
  
}
.blog-container h3::after{
content: '';
  background-color: #009344;
  height: 2px;
  width: 70px;
  margin-left: 0px;
  margin-right: auto;
  display: block;
  transform: translateY(10px);
 
}
.news-img-box img{
  width: 1990px;
}
.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}
.title-box-d h2{
  font-family: 'ralewaybold';
}
.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #2eca6a;
  color: #000000;
}
.blockquote p{
  font-family: 'ralewaymedium';
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 1rem 0 1rem;
}

.post-share .socials {
  display: inline-block;
}
.post-share span{
  font-family: 'ralewaybold';
  font-size: 16px;
}
.post-share .socials li {
  margin-left: .6rem;
  font-size: 25px;
}
.form-group label{
  font-family: 'ralewaysemibold';
}
.btn-primary{
background-color: #009344 !important;
}
.search-form {
  overflow: hidden;
  position: relative;
}
.search-form input {
  border: 1px solid #e4e4e4;
  color: #b5b5b5;
  float: left;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #b5b5b5;
  font-size: 16px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 55px;
  transition: .3s;
}
.search-form button:hover{color:#009344}
.widget-title {
  color: #232323;
  font-size: 18px;
 font-family: 'ralewaysemibold';
  position: relative;
  text-transform: capitalize;
}
.widget-title::after {
  border-bottom: 2px solid #009344;
  content: "";
  display: block;
  margin: 26px auto 40px 0;
  position: relative;
  width: 52px;
  z-index: 1;
}
.widget-title::before {
  border-bottom: 2px solid #f1f1f1;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.recent-posts {
  padding: 0;
}
dl, ol, ul {
  padding: 0px !important;
}
.recent-posts > li {
  margin-bottom: 30px;
  overflow: hidden;
}
.recent-posts > li:last-child {
     margin-bottom:0;
}
.widget-posts-image {
  float: left;
  overflow: hidden;
}
.widget-posts-body {
  margin-left: 125px;
}
.widget-posts-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.widget-posts-title1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.widget-posts-meta {
  color: #232323;
  font-size: 12px;
  font-weight: 400;
}
.widget-posts-title > a {
  color: #646464;
  transition:.3s;
}
.widget-posts-title > a:hover{
  color: #009344;
}
.widget-posts-title1 > a {
  color: #646464;
  transition:.3s;
}
.widget-posts-title1 > a:hover{
  color: #009344;
}
.blog-categories > li {
  border-bottom: 1px solid #e5e5e5;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}
.blog-categories > li:last-child {
    border-bottom: 0 none;
	padding-bottom:0;
}
.blog-categories > li:first-child{padding-top:0;}
.blog-categories a {
  color: #646464;
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  transition:.3s;
}
.blog-categories a:hover{color:#009344;;}
.count {
  color: #646464;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}
/* publication listing  */
table, th, td {
  border-bottom: 1px solid #eceeef;
  border-top: 1px solid #eceeef;
  border-collapse: collapse;
}
th, td {
  padding: 18px;
}
th {
  text-align: left;
  font-family: 'ralewaybold';
  font-size: 17px;
}
.explain{
  color:#2460b9;
  font-size: 16px;
  font-family: 'ralewaysemibold';
}
.explain:hover{
  color: maroon;
}
.icon-pub{
  font-size:25px !important;
  color: #2460b9;
}
.icon-pub:hover{
  color: maroon;
}
.pdf{
  border: 1px solid rgb(212, 210, 210);
  height: 180px;
}
.icon-pub1{
  font-size:18px !important;
  color: #2460b9;
  margin-left: 125px;
}
.icon-pub1:hover{
  color: maroon;
}
/* publication details */
.details h2{
  font-family: 'ralewaybold';
  color: #565656;
}
.icon-pub1{
  font-size: 80px !important;
  border: 1px solid #eceeef;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
.pub-details{
  line-height: 30px;
}
.pub-details b{
  font-family: 'ralewaybold';
}
.publication-detail{
  border: 1px solid #eceeef;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#return-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background:#009344; 
  background: #009344;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background:  #2ebd71 ;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* research detail */
.p-detail,.p-detail1{
  text-align: justify;
}
.one-side{
  padding: 35px;
}
.right-side{
  text-align: justify;
}
