@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  color: #04370A;
}

:focus, button:focus {
  outline: none;
  box-shadow: none !important;
}

::-moz-selection {
  color: #fff;
  background: #005D0B;
}

::selection {
  color: #fff;
  background: #005D0B;
}

body {
  background: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

header {
  width: 100%;
  background-color: #FFF;
}
header .top {
  width: 100%;
}
header .top .main-logo {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
header .navbar-toggler {
  border: none;
}
header .navbar-toggler-icon {
  background-image: url(/assets/images/svg/nav.svg);
}
header .nav-sec {
  width: 100%;
  background-color: #005D0B;
}
header .nav-sec .nav-txt {
  display: none;
}
header .nav-sec .navbar-collapse {
  justify-content: center;
}
header .nav-sec .nav-link {
  color: #FFF;
  padding: 10px 15px !important;
}
header .dropdown .dropdown-item:hover {
  background-color: #005D0B;
  color: #FFF;
}
header .dropdown .dropdown-item:active {
  background-color: #005D0B;
  color: #FFF;
}

.inner-banner {
  width: 100%;
  padding: 60px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.inner-banner .container {
  position: relative;
  z-index: 1;
}
.inner-banner h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
}
.inner-banner nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.inner-banner nav .breadcrumb-item {
  color: #20FF3A !important;
}
.inner-banner nav .breadcrumb-item::before {
  color: #FFF;
}
.inner-banner nav .breadcrumb-item a {
  color: #FFF;
}

.breadcrumb {
  display: flex;
  justify-content: center;
}

.p60 {
  padding: 60px 0px;
}

.directory-sec {
  width: 100%;
}
.directory-sec .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 19px #e7e7e7;
  transition: 0.3s all ease-in-out;
  padding-bottom: 67px;
}
.directory-sec .box .scientist-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.directory-sec .box .scientist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.directory-sec .box:hover {
  box-shadow: 0px 0px 19px #bfcdc0;
}
.directory-sec .box:hover .scientist-img img {
  scale: 1.09;
}
.directory-sec .box .txt {
  width: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
}
.directory-sec .box .txt h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
}
.directory-sec .box .txt .designation {
  font-size: 16px;
  color: #005D0B;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ededed;
}
.directory-sec .box .txt p {
  margin: 0;
}
.directory-sec .box a {
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #005D0B;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 142px;
}
.directory-sec .box a:hover {
  background-color: #005D0B;
  color: #FFF;
}

.scientist-profile {
  width: 100%;
}
.scientist-profile .profile-sec .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 19px #e7e7e7;
  padding: 20px;
  display: flex;
}
.scientist-profile .profile-sec .box .scientist-img {
  width: 280px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.scientist-profile .profile-sec .box .scientist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scientist-profile .profile-sec .box .description {
  width: 78%;
  padding-left: 20px;
}
.scientist-profile .profile-sec .box .description h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.scientist-profile .profile-sec .box .description .designation {
  font-size: 16px;
  color: #005D0B;
  margin-bottom: 5px;
}
.scientist-profile .profile-sec .box .description p {
  margin: 0;
}

.profile-tab {
  width: 100%;
}
.profile-tab .nav-tabs {
  border: none;
}
.profile-tab .nav-tabs .nav-link {
  background-color: #D1DFD2;
  color: #000;
  margin-left: 5px;
  padding: 10px 20px;
  transition: 0.3s all ease-in-out;
  margin-top: 5px;
}
.profile-tab .nav-tabs .nav-link.active {
  background-color: #005D0B;
  color: #FFF;
}
.profile-tab .nav-tabs .nav-link:hover {
  background-color: #005D0B;
  color: #FFF;
}
.profile-tab .tab-content {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 19px #e7e7e7;
  padding: 20px;
}
.profile-tab .tab-content .box {
  width: 100%;
}
.profile-tab .tab-content .box h4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dashed #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.profile-tab .tab-content .box h4 span {
  color: #000;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #A8DBAE;
}
.profile-tab .tab-content .box .position-sec {
  width: 100%;
  padding: 15px;
  border: 1px solid #A8DBAE;
  border-radius: 10px;
  margin-bottom: 10px;
}
.profile-tab .tab-content .box .position-sec h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile-tab .tab-content .box .position-sec p {
  margin: 0;
}
.profile-tab .tab-content .box .education {
  width: 100%;
}
.profile-tab .tab-content .box .education .spec {
  width: 100%;
  padding: 10px 0px;
}
.profile-tab .tab-content .box .education .spec .subject {
  padding: 10px 15px;
  background-color: #005D0B;
  color: #FFF;
}
.profile-tab .tab-content .box .education .spec .year {
  padding: 10px 15px;
  background-color: #14A425;
  color: #FFF;
}
.profile-tab .tab-content .box ul {
  list-style: none;
}
.profile-tab .tab-content .box ul li {
  background-image: url(/assets/images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 20px;
  padding-left: 25px;
  margin-bottom: 6px;
}
.profile-tab .tab-content .box .profile-view {
  width: 100%;
}
.profile-tab .tab-content .box .profile-view .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 19px #e7e7e7;
  transition: 0.3s all ease-in-out;
  display: flex;
}
.profile-tab .tab-content .box .profile-view .box .scientist-img {
  width: 250px;
  overflow: hidden;
}
.profile-tab .tab-content .box .profile-view .box .scientist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.profile-tab .tab-content .box .profile-view .box:hover {
  box-shadow: 0px 0px 19px #bfcdc0;
}
.profile-tab .tab-content .box .profile-view .box:hover .scientist-img img {
  scale: 1.09;
}
.profile-tab .tab-content .box .profile-view .box .txt {
  width: 100%;
  padding: 15px;
}
.profile-tab .tab-content .box .profile-view .box .txt h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.profile-tab .tab-content .box .profile-view .box .txt .designation {
  font-size: 16px;
  color: #005D0B;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ededed;
}
.profile-tab .tab-content .box .profile-view .box .txt p {
  margin: 0;
}
.profile-tab .tab-content .box .profile-view .box .txt a {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #005D0B;
  margin: 15px 0px;
}
.profile-tab .tab-content .box .profile-view .box .txt a:hover {
  background-color: #005D0B;
  color: #FFF;
}
.profile-tab .tab-content .box .contact {
  width: 100%;
}
.profile-tab .tab-content .box .contact .address-sec {
  width: 100%;
}
.profile-tab .tab-content .box .contact .address-sec h3 {
  font-size: 16px;
  font-weight: 600;
}
.profile-tab .tab-content .box .contact .number-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profile-tab .tab-content .box .contact .number-sec .cmn-box {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #A8DBAE;
  margin-right: 5px;
  background-color: #A8DBAE;
  margin-bottom: 5px;
}
.profile-tab .tab-content .box .contact .number-sec .cmn-box i {
  margin-right: 5px;
}
.profile-tab .tab-content .box1 {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 19px #e7e7e7;
  transition: 0.3s all ease-in-out;
}
.profile-tab .tab-content .box1 .scientist-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.profile-tab .tab-content .box1 .scientist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.profile-tab .tab-content .box1:hover {
  box-shadow: 0px 0px 19px #bfcdc0;
}
.profile-tab .tab-content .box1:hover .scientist-img img {
  scale: 1.09;
}
.profile-tab .tab-content .box1 .txt {
  width: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
}
.profile-tab .tab-content .box1 .txt h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
}
.profile-tab .tab-content .box1 .txt .designation {
  font-size: 16px;
  color: #005D0B;
}
.profile-tab .tab-content .box1 .txt p {
  margin: 0;
}
.profile-tab .tab-content .box1 a {
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #005D0B;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 142px;
}
.profile-tab .tab-content .box1 a:hover {
  background-color: #005D0B;
  color: #FFF;
}
.profile-tab .tab-content .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profile-tab .tab-content .links .cmn-box {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.profile-tab .tab-content .links .cmn-box a {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #A8DBAE;
  background-color: #A8DBAE;
  margin-bottom: 5px;
  display: inline-block;
  color: #000;
}
.profile-tab .tab-content .links .cmn-box a:hover {
  background-color: #005D0B;
  color: #FFF;
}

.right-img {
  width: 400px;
  float: right;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.right-img img {
  width: 100%;
}

.division-sec h3 {
  font-size: 25px;
  font-weight: 600;
}
.division-sec .box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 19px #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
.division-sec .box .division-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.division-sec .box .division-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.division-sec .box .content {
  width: 100%;
  padding: 20px 20px 71px 20px;
  position: relative;
}
.division-sec .box .content h4 {
  min-height: 50px;
  font-size: 20px;
  color: #005D0B;
}
.division-sec .box .content a {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #005D0B;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.division-sec .box .content a:hover {
  background-color: #005D0B;
  color: #FFF;
}
.division-sec .box:hover .division-img img {
  scale: 1.03;
}

.division-details {
  width: 100%;
}
.division-details h2 {
  font-size: 25px;
  font-weight: 600;
}
.division-details .division-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 10px;
}
.division-details .division-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.division-details h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.division-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.division-details ul li {
  background-image: url(../images/xx/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 20px;
  padding-left: 25px;
  margin-bottom: 6px;
}
.division-details ul li a {
  color: #000;
}
.division-details ul li a:hover {
  color: #005D0B;
}
.division-details ol {
  margin: 0;
  padding-left: 19px;
}
.division-details ol li {
  margin-bottom: 10px;
}
.division-details ol li a {
  color: #000;
}
.division-details ol li a:hover {
  color: #005D0B;
}
.division-details .content-box {
  width: 100%;
  padding: 20px;
  box-shadow: 0px 0px 19px #e7e7e7;
  border-radius: 10px;
}
.division-details .fecilities-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.division-details .fecilities-sec .tags {
  margin: 0px 8px 8px 0px;
}
.division-details .fecilities-sec .tags a {
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #A8DBAE;
  color: #000;
  display: inline-block;
}
.division-details .fecilities-sec .tags a:hover {
  background-color: #005D0B;
  color: #FFF;
}
.division-details .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 19px #e7e7e7;
  transition: 0.3s all ease-in-out;
}
.division-details .box .scientist-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.division-details .box .scientist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.division-details .box:hover {
  box-shadow: 0px 0px 19px #bfcdc0;
}
.division-details .box:hover .scientist-img img {
  scale: 1.09;
}
.division-details .box .txt {
  width: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
}
.division-details .box .txt h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}
.division-details .box .txt .designation {
  font-size: 16px;
  color: #005D0B;
}
.division-details .box .txt p {
  margin: 0;
}
.division-details .contact {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 19px #e7e7e7;
  display: flex;
  align-items: center;
}
.division-details .contact .address {
  width: 50%;
  padding: 30px;
}
.division-details .contact .address h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.division-details .contact .address p {
  margin-bottom: 3px;
}
.division-details .contact .address p a {
  color: #000;
}
.division-details .contact .map {
  width: 50%;
}
.division-details .contact .map iframe {
  margin: 0;
  display: block;
}
.division-details .gallery-img {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}
.division-details .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* 
.fancybox-caption {
  padding: 30px 30px !important;
  background-color: #FFF;
  color: #000 !important;
}
*/
.pagination {
  padding: 30px 0px !important;
}
.pagination li {
  background-image: none !important;
  padding-left: 0px;
}
.pagination li.active .page-link {
  background-color: #005D0B !important;
  border-color: #005D0B !important;
}

.banner-sec {
  width: 100%;
}
.banner-sec .carousel-item {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner-sec .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
}
.banner-sec .carousel-item img {
  width: 100%;
  height: 100%;
}
.banner-sec .carousel-item .carousel-caption {
  top: 0px;
  width: 100%;
  height: 100%;
  left: inherit;
  right: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
  padding: 20px;
}
.banner-sec .carousel-item .carousel-caption .title-sec {
  width: 50%;
}
.banner-sec .carousel-item .carousel-caption .title-sec h2 {
  font-size: 57px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700;
}
.banner-sec .carousel-item .carousel-caption .title-sec p {
  text-align: center;
}
.banner-sec .carousel-item .carousel-caption .title-sec a {
  padding: 15px 25px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 30px;
  color: #005D0B;
  display: inline-block;
}
.banner-sec .carousel-item .carousel-caption .title-sec a:hover {
  background-color: transparent;
  color: #FFF;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.about-sec {
  width: 100%;
}
.about-sec .about-img-sec {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-sec .about-img-sec .img1 {
  width: 80%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
}
.about-sec .about-img-sec .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.about-sec .about-img-sec .img2 {
  width: 60%;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  border-radius: 8px;
  padding: 15px;
}
.about-sec .about-img-sec .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.about-sec .content {
  width: 100%;
  padding-left: 30px;
}
.about-sec .content h1 {
  font-size: 20px;
  color: #005D0B;
}
.about-sec .content h2 {
  font-size: 33px;
  font-weight: 700;
}
.about-sec .content ul {
  list-style: none;
  margin-bottom: 30px;
}
.about-sec .content ul li {
  background-image: url(/assets/images/svg/arrow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 26px;
  margin-bottom: 8px;
}
.about-sec .content a {
  padding: 15px 25px;
  border: 1px solid #005D0B;
  border-radius: 30px;
  color: #005D0B;
  display: inline-block;
}
.about-sec .content a:hover {
  background-color: #005D0B;
  color: #FFF;
}

.count-sec {
  width: 100%;
  background-color: #005D0B;
}
.count-sec .box {
  width: 100%;
  text-align: center;
}
.count-sec .box .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.count-sec .box .icon img {
  height: 40px;
}
.count-sec .box .count-num {
  width: 100%;
  font-size: 40px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.count-sec .box p {
  text-align: center;
  color: #FFF;
}

ul.arrow {
  list-style: none;
  margin-bottom: 30px;
}
ul.arrow li li {
  background-image: url(/assets/images/svg/arrow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 26px;
  margin-bottom: 8px;
}

ul.circle {
  list-style: none;
  margin-bottom: 30px;
}
ul.circle li {
  padding-left: 26px;
  margin-bottom: 8px;
  position: relative;
}
ul.circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border: 2px solid #005D0B;
  border-radius: 50%;
}

ul.square {
  list-style: none;
  margin-bottom: 30px;
}
ul.square li {
  padding-left: 26px;
  margin-bottom: 8px;
  position: relative;
}
ul.square li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border: 2px solid #005D0B;
}

.services-sec {
  width: 100%;
  background-color: #F6F6F6;
}
.services-sec .box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 3px 17px #ebebeb;
  transition: 0.3s all ease-in-out;
}
.services-sec .box .icon-sec {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}
.services-sec .box .icon-sec span {
  width: 80px;
  height: 80px;
  background-color: #005D0B;
  padding: 20px;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
.services-sec .box .icon-sec span img {
  width: 100%;
}
.services-sec .box h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.services-sec .box p {
  text-align: center;
}
.services-sec .box:hover {
  scale: 1.02;
}
.services-sec .box:hover .icon-sec span {
  scale: 1.1;
}

.publication-sec {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.publication-sec .content {
  width: 100%;
  position: relative;
  padding: 30px;
  text-align: center;
}
.publication-sec .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.publication-sec .content h5 {
  font-size: 22px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  text-transform: uppercase;
}
.publication-sec .content h6 {
  font-size: 33px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-weight: 700;
}
.publication-sec .content p {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #FFF;
}
.publication-sec .content a {
  padding: 15px 25px;
  border-radius: 30px;
  display: inline-block;
  background-color: #FFF;
  color: #000;
  position: relative;
  z-index: 1;
}
.publication-sec .content a:hover {
  background-color: #005D0B;
  color: #FFF;
}

.item {
  padding: 10px 10px;
}

.service-sec1 {
  width: 100%;
  background-color: #FBFBFB;
}
.service-sec1 h5 {
  font-size: 22px;
  text-align: center;
  z-index: 1;
  color: #005D0B;
}
.service-sec1 h6 {
  font-size: 33px;
  text-align: center;
  font-weight: 700;
}
.service-sec1 .box {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 3px 17px #ebebeb;
  border-radius: 10px;
  overflow: hidden;
}
.service-sec1 .box .img-sec {
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.service-sec1 .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.service-sec1 .box .content {
  width: 100%;
  padding: 20px;
  min-height: 188px;
}
.service-sec1 .box .content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.service-sec1 .box .content p {
  color: #000;
}
.service-sec1 .box:hover .img-sec img {
  scale: 1.08;
}
.service-sec1 .link {
  margin-top: 30px;
  padding: 15px 25px;
  border-radius: 30px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #000;
  position: relative;
  z-index: 1;
}
.service-sec1 .link:hover {
  background-color: #005D0B;
  color: #FFF;
}

.publication-sec2 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.publication-sec2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #005D0B;
  opacity: 0.8;
}
.publication-sec2 h4 {
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.publication-sec2 .content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.publication-sec2 .content .box {
  width: 19%;
  padding: 26px 15px;
  border-radius: 6px;
  background-color: #FFF;
  margin-bottom: 20px;
}
.publication-sec2 .content .box a {
  display: block;
}
.publication-sec2 .content .box .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.publication-sec2 .content .box .icon img {
  transition: 0.3s all ease-in-out;
}
.publication-sec2 .content .box p {
  text-align: center;
  margin: 0;
  color: #000;
}
.publication-sec2 .content .box:hover .icon img {
  scale: 1.1;
}

.ads {
  width: 100%;
  padding: 10px 0px;
}
.ads img {
  width: 100%;
  border-radius: 10px;
}

.notifications-sec {
  width: 100%;
}
.notifications-sec h3 {
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.notifications-sec .holder {
  background-color: #FFF;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 3px 17px #ebebeb;
  border-radius: 10px;
}
.notifications-sec .holder .head {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: linear-gradient(to right, rgb(172, 172, 22) 0%, rgb(0, 93, 11) 100%);
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  color: #FFF;
}
.notifications-sec .holder marquee {
  width: 100%;
  padding: 0px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.notifications-sec .holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.notifications-sec .holder li {
  padding: 10px 0px;
  border-bottom: 1px dashed #ABABAB;
}
.notifications-sec .holder li a {
  color: #000;
}
.notifications-sec .holder li a:hover {
  color: #005D0B;
}
.notifications-sec .holder .link {
  width: 100%;
  padding: 0px 25px 25px 25px;
}
.notifications-sec .holder .link a {
  padding: 15px 25px;
  border-radius: 30px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #000;
  position: relative;
  z-index: 1;
}
.notifications-sec .holder .link a:hover {
  background-color: #005D0B;
  color: #FFF;
}

.video-gallery {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.video-gallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.video-gallery .container {
  position: relative;
  z-index: 1;
}
.video-gallery h3 {
  font-size: 33px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 20px;
}
.video-gallery .box {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  padding: 15px;
}
.video-gallery .box .img-sec {
  width: 100%;
  height: 216px;
}
.video-gallery .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-gallery .box .content {
  width: 100%;
  min-height: 90px;
  padding: 15px;
  color: #000;
}
.video-gallery .box .content p {
  margin: 0;
  color: #000;
}
.video-gallery .box .link {
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.video-gallery .box .link a {
  padding: 15px 25px;
  border-radius: 30px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #000;
  position: relative;
  z-index: 1;
}
.video-gallery .box .link a:hover {
  background-color: #005D0B;
  color: #FFF;
}

.news-sec {
  width: 100%;
  background-color: #F6F6F6;
}
.news-sec .head-title h6 {
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.news-sec .head-title p {
  text-align: center;
}
.news-sec .box {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 3px 17px #ebebeb;
  border-radius: 10px;
  overflow: hidden;
}
.news-sec .box .img-sec {
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.news-sec .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.news-sec .box:hover .img-sec img {
  scale: 1.05;
}
.news-sec .box .content {
  width: 100%;
  padding: 20px;
}
.news-sec .box .content .title {
  width: 100%;
  min-height: 72px;
  margin-bottom: 20px;
}
.news-sec .box .content .title a {
  color: #000;
}
.news-sec .box .content .title a h2 {
  font-size: 20px;
}
.news-sec .box .content .link {
  padding: 15px 25px;
  border-radius: 30px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #005D0B;
  color: #000;
  position: relative;
  z-index: 1;
}
.news-sec .box .content .link:hover {
  background-color: #005D0B;
  color: #FFF;
}

.owl-nav, .owl-dots {
  display: none;
}

.logo-scroll {
  width: 100%;
  background-color: #FFF;
  padding: 30px 0px;
}
.logo-scroll .box {
  width: 100%;
  height: 64px;
  padding: 0px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-scroll .box img {
  width: 100%;
}

footer {
  width: 100%;
  background-image: url(/assets/images/bg/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  background-color: #005D0B;
}
footer .f-address {
  width: 100%;
  padding: 20px 0px 100px 0px;
  background-color: #04370A;
  position: relative;
  z-index: 1;
}
footer .f-address .box {
  display: flex;
}
footer .f-address .box .txt {
  padding: 10px;
}
footer .f-address .box .txt h6 {
  font-size: 20px;
  color: #FFF017;
  margin-bottom: 6px;
}
footer .f-address .box .txt p {
  color: #FFF;
  margin: 0;
}
footer .f-address .box .txt p a {
  color: #FFF;
}
footer .f-main-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
footer .f-main-box .white-box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-top: -80px;
}
footer .f-main-box .box h5 {
  color: #005D0B;
  font-size: 20px;
  font-weight: 600;
}
footer .f-main-box .box .media {
  width: 100%;
  display: flex;
}
footer .f-main-box .box .media a {
  margin-right: 3px;
}
footer .f-main-box .box .media a i {
  width: 46px;
  height: 46px;
  border: 1px solid #005D0B;
  color: #005D0B;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 21px;
  transition: 0.3s all ease-in-out;
}
footer .f-main-box .box .media a:hover i {
  background-color: #005D0B;
  color: #FFF;
}
footer .f-main-box .box ul li {
  list-style: none;
}
footer .f-main-box .box ul li a {
  color: #000;
  padding: 5px;
  display: inline-block;
}
footer .f-main-box .box ul li a:hover {
  color: #005D0B;
  font-weight: 500;
}
footer .f-nav {
  width: 100%;
  position: relative;
  z-index: 1;
}
footer .f-nav .nav-footer-sec {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .f-nav .nav-footer-sec a {
  padding: 4px 10px;
  color: #FFF;
}
footer .copyright {
  width: 100%;
  background-color: #04370A;
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}
footer .copyright p {
  margin: 0;
  color: #FFF;
  text-align: center;
}

@media (min-width: 991px) {
  .dropdown .dropdown-menu {
    display: block;
    top: 136%;
    transition: 0.3s all ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
  .dropdown:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .dropdown .dropdown-item:hover {
    background-color: #005D0B;
    color: #FFF;
  }
  .dropdown .dropdown-item:active {
    background-color: #005D0B;
    color: #FFF;
  }
}
@media (max-width: 991px) {
  header .nav-sec .nav-txt {
    display: block;
    color: #FFF;
  }
  .navbar-collapse {
    background: #0a6e16;
    border-radius: 10px;
  }
  footer .f-address .box {
    display: block;
    padding: 20px;
    border: 1px solid #11681b;
    border-radius: 20px;
    margin-bottom: 5px;
  }
  footer .f-address .box .icon {
    text-align: center;
    margin-bottom: 10px;
  }
  footer .f-address .box .txt {
    text-align: center;
  }
  footer .f-main-box .box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
  }
  footer .f-main-box .box .media {
    justify-content: center;
  }
  .inner-banner h1 {
    font-size: 25px;
  }
  .p60 {
    padding: 30px 0px;
  }
  .right-img {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-sec .carousel-item .carousel-caption .title-sec {
    width: 90%;
  }
  .banner-sec .carousel-item .carousel-caption .title-sec h2 {
    font-size: 34px;
  }
  .banner-sec .carousel-item {
    height: 400px;
  }
  .about-sec .about-img-sec {
    display: flex;
    justify-content: space-between;
  }
  .about-sec .about-img-sec .img1 {
    width: 49%;
    height: 200px;
    position: relative;
  }
  .about-sec .about-img-sec .img2 {
    width: 49%;
    height: 200px;
    bottom: inherit;
    top: 0;
    padding: 0px;
    position: relative;
  }
  .about-sec .content {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-sec .content h2 {
    font-size: 28px;
  }
  .publication-sec2 .content .box {
    width: 49%;
  }
  footer .f-address .box .txt p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  header .top .main-logo img {
    width: 100%;
  }
  .inner-banner h1 {
    font-size: 20px;
  }
  .scientist-profile .profile-tab .nav-tabs {
    justify-content: center;
  }
  .scientist-profile .profile-tab .nav-tabs .nav-link {
    width: 100%;
    margin-left: 0px;
  }
  .scientist-profile .profile-tab .tab-content {
    padding: 10px 20px;
  }
  .scientist-profile .profile-sec .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .scientist-profile .profile-sec .box .scientist-img {
    margin-bottom: 10px;
  }
  .scientist-profile .profile-sec .box .description {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .scientist-profile .profile-sec {
    margin-bottom: 20px !important;
  }
  .division-details .contact {
    display: block;
  }
  .division-details .contact .address {
    width: 100%;
    padding: 20px;
  }
  .division-details .contact .map {
    width: 1000%;
  }
  .scientist-profile .profile-tab .tab-content .box h4 {
    display: block;
  }
  .scientist-profile .profile-tab .tab-content .box h4 span {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .banner-sec .carousel-item {
    height: 460px;
  }
  .banner-sec .carousel-item .carousel-caption .title-sec h2 {
    font-size: 23px;
  }
  .about-sec .content h2 {
    font-size: 22px;
  }
  .publication-sec2 .content .box {
    margin-bottom: 10px;
  }
  .publication-sec .content h6, .service-sec1 h6, .publication-sec2 h4, .notifications-sec h3, .video-gallery h3 {
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .logo-scroll .box {
    padding: 0px 16px;
  }
}/*# sourceMappingURL=main.css.map */

.hrshadow {
  border:none;
  height: 20px;
 	width: 98%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px; 
}

.rrlist-box {
  width: 100%;
  padding: 15px 15px 2px;
  border: 1px solid #A8DBAE;
  border-radius: 10px;
  margin-bottom: 10px;
}

.rrlist-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
 
.brochure-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.brochure-item img {
  transition: .5s;
}

.brochure-item:hover img {
  transform: scale(1.1);
}

.video-thumbnail {
      position: relative;
      display: inline-block;
      cursor: pointer;
      width: 480px;
      max-width: 100%;
    }

    .video-thumbnail img {
      width: 100%;
      border-radius: 8px;
      display: block;
    }

    .video-thumbnail .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 64px;
      height: 64px;
      margin-left: -32px;
      margin-top: -32px;
      background: url('/assets/images/bg/youtube_play.png') no-repeat center center;
      background-size: contain;
      pointer-events: none;
    }

    .noticelist  ul{list-style-type: none;}
    .noticelist li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ABABAB;
     }

 .fixed-thumb {
  width: 200px;
  height: 90px;
  object-fit: cover;
}

.img7s{border:0px; float: left; margin:   5px  25px  0px 0px; border:2px solid #fff; -moz-box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; margin-bottom:9px; }
.img9s{border:0px; float: right; margin:  5px   0px  0px 20px;  border:2px solid #fff; -moz-box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; margin-bottom:9px; }

.gallery-item {
      margin-bottom: 30px;
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      transition: transform 0.3s ease;
    }

    .gallery-item img:hover {
      transform: scale(1.05);
    }

 /* Remove modal background and padding */
    .fancybox__container,
    .fancybox__slide {
      background: transparent !important;
      padding: 0 !important;
      margin: 0 !important;
    }

 .fancybox__content {
  max-width: 95vw;
  max-height: 95vh;
  box-sizing: border-box;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden;
}


.fancybox__content img {
  max-width: 100%;
  max-height: 89vh;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-fancybox-wrapper {
  max-width: 100%;
  box-sizing: border-box;
}

.custom-fancybox-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.custom-caption {
      background-color: white;
      padding: 12px 20px;
      color: black;
      width: 100%;
      box-sizing: border-box;
      border-top: 1px solid #ddd;
      font-size: 1rem;
    }
  /* Hide default Fancybox caption if any */
    .fancybox__caption {
      display: none !important;
    }
