/*
Theme Name: Dr Fabien
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'Raphen Madam DEMO';
    src: url('inc/assets/fonts/RaphenMadamDEMO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bomstad Display';
    src: url('inc/assets/fonts/BomstadDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewBlack Typeface';
    src: url('inc/assets/fonts/NewBlackTypeface-Regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/* ------custom css----- */
.container {
    max-width: 1440px;
}
header#masthead {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: transparent;
    box-shadow: none;
}

.home-bnr {
    background: linear-gradient(180deg, #F6FFF3 0%, rgba(246, 255, 243, 0) 62.64%);
    padding-top: 210px !important;
    padding-bottom: 80px;
}

header#masthead .navbar-brand img {
    width: 330px;
}

header#masthead ul#menu-main-menu li a {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    color: #1A2017;
}

header#masthead ul#menu-main-menu li {
    padding-left: 10px;
    padding-right: 10px;
}

header#masthead .headr-social ul {
    display: flex;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 0px;
}

header#masthead .headr-social ul li {
    margin-left: 10px;
}

header#masthead ul#menu-main-menu li a:hover {
    color: #5e9c1e;
}
header#masthead .headr-social ul a.trnsprt {
    border: 1px solid #1B330D;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    color: #1B330D;
    transition: 0.5s;
}

header#masthead .headr-social ul a.bg {
    background: #1B330D;
    border: 1px solid #1B330D;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    color: #fff;
    transition: 0.5s;
}

header#masthead .headr-social ul a.bg img {
    height: 20px;
    margin-right: 6px;
}

header#masthead .headr-social ul a.bg:hover {
    background: transparent;
    text-decoration: none;
    color: #1B330D;
}

header#masthead .headr-social ul a.trnsprt:hover {
    background: #1b330d;
    color: #fff;
    text-decoration: none;
}
ul#mega-menu-primary {
    background: transparent !important;
}

ul#mega-menu-primary a.mega-menu-link {
    background: transparent !important;
    font-family: 'NewBlack Typeface' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #1A2017 !important;
}

div#mega-menu-wrap-primary {
    background: transparent !important;
    width: 56%;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
}

ul#mega-menu-primary li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

ul#mega-menu-primary a.mega-menu-link:hover {
    color: #5e9c1e !important;
}
.home-bnr .headng1 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 180px;
    line-height: 100%;
	color: #1B330D;
	padding-bottom: 0px;
}
.home-bnr .img1 {
    position: absolute;
    right: 13%;
    top: 17%;
}

.home-bnr .vc_col-sm-12 {
    position: unset;
    overflow: visible;
}

.home-bnr .vc_row {
    position: unset !important;
    overflow: unset !important;
}

.home-bnr .img1 img {
    height: 270px;
    width: 482px;
    object-fit: cover;
}

.home-bnr .headng2 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 180px;
    line-height: 100%;
    color: #1B330D;
}

.home-bnr .headng2 strong {
    color: #58961e;
    font-weight: 400;
}

.home-bnr .img2 {
    position: absolute;
    bottom: 23%;
    left: 13%;
}

.home-bnr .wpb_text_column {
    margin-bottom: 0px;
    padding-top: 75px;
}

.home-bnr .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #121D0D;
}

.home-bnr .wpb_text_column p strong {
    font-weight: 500;
}

.home-bnr .wpb_text_column a.btn-bnr {
    border: 1px solid #3F7D20;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    color: #fff;
    transition: 0.5s;
    position: relative;
    top: -4px;
    background: #3F7D20;
    margin-left: 20px;
}

.home-bnr .wpb_text_column a.btn-bnr:hover {
    text-decoration: none;
    background: #1b330d;
    color: #fff;
    border-color: #1b330d;
}
.slider {
  width: 100%;
  overflow: hidden;
}

.headng1 {
  display: flex;
  width: max-content;
  animation: marquee 8s linear infinite;
}

.headng1 span {
  padding-right: 50px;
  white-space: nowrap;
  padding-left: 50px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* .home-bnr .headng1 strong {
    position: relative;
    top: 36px;
} */
.slider-right {
  width: 100%;
  overflow: hidden;
}

.headng2 {
  display: flex;
  width: max-content;
  animation: marquee-right 8s linear infinite;
}

.headng2 span {
  padding-right: 50px;
  white-space: nowrap;
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.sec2-home {
    padding-top: 70px !important;
    padding-bottom: 80px;
}

.sec2-home .info {
    display: flex;
    align-items: center;
}
.sec2-home .info .imag img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.sec2-home .newinfo .imag img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
}

.sec2-home .newinfo .cntent h2 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 50px;
    text-transform: capitalize;
    line-height: 44px;
    color: #1B330D;
    text-align: center;
}

.sec2-home .newinfo .cntent h2 strong {
    color: #3f7d20;
}
.sec2-home .info:last-child {
    padding-top: 45px;
    margin-top: 45px;
}
.sec2-home .info .imag {
    width: 28%;
    flex: 0 0 28%;
}

.sec2-home .info  .cntent {
    width: 65%;
    flex: 0 0 65%;
    padding-left: 30px;
}

.sec2-home .info .cntent h2 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 50px;
    text-transform: capitalize;
    line-height: 44px;
    margin: 0px;
    color: #1B330D;
}

.sec2-home .info .cntent .bio {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3F7D20;
    border: solid 1px #3F7D20;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
}

.sec2-home .info .cntent h2 strong {
    font-weight: 400;
    color: #3F7D20;
}

.sec2-home .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #141B11;
}

.sec2-home .wpb_text_column .quot {
    padding-left: 22px;
    font-size: 26px;
    line-height: 36px;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    border-left: solid 3px #3f7d20;
    margin-bottom: 50px !important;
    color: #1F251C;
}

.sec2-home .btn-green a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec2-home .btn-green a:hover {
    background: #1B330D !important;
}

.sec2-home .btn-green a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}
.sec2-home h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    position: relative;
    padding-left: 36px;
}

.sec2-home h4.vc_custom_heading:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Vector.svg);
    height: 36px;
    width: 28px;
    position: absolute;
    left: 0px;
    top: -12px;
    background-size: cover;
}

.sec2-home h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 76px;
    line-height: 78px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sec2-home .rotateimg img {
    animation: rotate 6s linear infinite;
    height: 230px;
    width: 230px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sec2-home .rotateimg {
    position: absolute;
    bottom: -64px;
    left: -62px;
}
.sec2-home .row2 {
    padding-top: 74px;
    border-top: solid 1px #BCBDBC;
    margin-top: 0px;
}
.sec3-home {
    background-size: 100% 100%;
    padding-top: 45px !important;
    padding-bottom: 24px;
}

.sec3-home h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
    position: relative;
    padding-left: 36px;
}

.sec3-home h4.vc_custom_heading:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Vector.svg);
    height: 36px;
    width: 28px;
    position: absolute;
    left: 0px;
    top: -12px;
    background-size: cover;
}

.sec3-home h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 45px;
}

.sec3-home .nmbrs {
    border-bottom: solid 1px #D7E3D3;
    padding-bottom: 40px;
}

.sec3-home .nmbrs h3 {
    font-family: Raphen Madam;
    font-weight: 600;
    font-size: 96px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
    padding-top: 30px;
    margin-top: 0px;
}

.sec3-home .nmbrs p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.sec3-home .nmbrs:last-child {
    border-bottom: 0px;
}
.sec4-home {
    padding-top: 0px !important;
    padding-bottom: 0px;
    background-size: 100% 100%;
}

.sec4-home .bx h3.aio-icon-title {
    font-family: 'Raphen Madam DEMO';
    font-weight: 600;
    font-size: 120px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    text-align: left;
    margin-top: 0px;
}

.sec4-home .bx {
    text-align: left;
    border-right: solid 2px #6A7666;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec4-home .bx .aio-icon-description {
    text-align: left;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 23px;
    line-height: 30px;
    color: #141B11;
}
.sec5-home {
    padding-top: 90px !important;
    padding-bottom: 60px;
}

.sec5-home h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 76px;
    line-height: 78px;
    text-align: center;
    text-transform: capitalize;
    color: #1B330D;
    margin-top: 0px;
}

.sec5-home .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    color: #121D0D;
}

.sec5-home .btn-green a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec5-home .btn-green a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}

.sec5-home .btn-green a:hover {
    background: #1B330D !important;
}

.sec5-home  .vc_row:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Adobe-Express-file-1-1.png);
    height: 218px;
    width: 218px;
    display: block;
    position: absolute;
    top: -52px;
    left: -46px;
}

.sec5-home .vc_row:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Adobe-Express-file-1-2.png);
    height: 180px;
    width: 103px;
    display: block;
    position: absolute;
    right: -46px;
    top: 280px;
}
.lst-sec {
    padding-top: 90px !important;
    padding-bottom: 90px;
    background-size: cover !important;
}

.lst-sec h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
}

.lst-sec .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    color: #121D0D;
}

.lst-sec ul {
    display: flex;
    justify-content: center;
    padding-left: 0px;
    list-style: none;
    flex-wrap: wrap;
    padding-top: 0px;
}

.lst-sec ul li {
    width: 30%;
    flex: 0 0 30%;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
	height: 90px;
}

.lst-sec ul li a {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    display: flex;
    align-items: center;
    position: relative;
    color: #1F251C;
}
.lst-sec ul li a img {
    filter: grayscale(100%);
}

.lst-sec ul li a:hover img {
    filter: unset;
}
.lst-sec ul li a img {
    margin-right: 20px;
}

.lst-sec ul li a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-2.svg);
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0px;
}
.sec6-home {
    background-size: 100% 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.sec7-home {
    padding-bottom: 0px;
}

.sec7-home h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 76px;
    line-height: 78px;
    text-transform: capitalize;
}

.sec7-home .project-col.col-md-4 .project-item {
    font-family: 'NewBlack Typeface';
    border-bottom: 1px solid #0000004D;
    padding-bottom: 20px;
}

.sec7-home .project-col.col-md-4 .project-item h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    color: #141B11;
    margin-top: 0px;
    height: 88px;
    overflow: hidden;
}

.sec7-home .project-col.col-md-4 .project-item h4 a {
    color: #141B11;
}

.sec7-home .project-col.col-md-4 .project-item span.date {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #929A8F;
}

.sec7-home .project-col.col-md-4 .project-item:last-child {
    border: 0px;
}
.sec7-home .row-press .col-md-5 .project-item.bg {
    height: 432px;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 182px;
}

.sec7-home .row-press {
    padding-top: 40px;
}

.sec7-home .row-press .col-md-5 .project-item.bg h4 {
    width: 100%;
    flex: 0 0 100%;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
}

.sec7-home .row-press .col-md-5 .project-item.bg span.date {
    width: 100%;
    flex: 0 0 100%;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 18px;
    color: #929A8F;
}

.sec7-home .row-press .col-md-3 .project-item.bg {
    height: 208px;
    border-radius: 20px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
}

.sec7-home .row-press .col-md-3 .project-item.bg h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Raphen Madam DEMO';
    height: 82px;
    overflow: hidden;
}

.sec7-home .row-press .col-md-3 .project-item.bg span.date {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 18px;
    color: #929A8F;
}
.dr-bnr {
    padding-top: 270px !important;
    padding-bottom: 130px;
    background-size: 100% 100%;
}

.dr-bnr .down-img {
    margin-bottom: 0px;
    margin-top: 60px;
}

.dr-bnr h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A2017;
}

.dr-bnr h2.vc_custom_heading {
    font-weight: 400;
    font-size: 108px;
    line-height: 104px;
    text-transform: capitalize;
    font-family: 'Raphen Madam DEMO';
    color: #1B330D;
    margin: 0px;
    padding-bottom: 10px;
}

.dr-bnr h2.vc_custom_heading strong {
    font-weight: 400;
    color: #3F7D20;
}

.dr-bnr .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}

.dr-bnr .down-img img {
    height: 90px;
    width: 90px;
    animation: floatUpDown 2s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.sec1-dr {
    padding-top: 80px !important;
    padding-bottom: 80px;
}

.sec1-dr h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
    margin: 0px;
}

.sec1-dr .txt {
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 46px;
    margin-bottom: 40px;
}

.sec1-dr .txt p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #141B11;
}

.sec1-dr  h3.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
    margin: 0px;
}

.sec1-dr .wpb_text_column ul {
    padding-left: 0px;
    list-style: none;
    padding-top: 10px;
}

.sec1-dr .wpb_text_column ul li {
    position: relative;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 35px;
    color: #121D0D;
}

.sec1-dr .wpb_text_column ul li:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Vector.svg);
    height: 30px;
    width: 24px;
    position: absolute;
    left: 0px;
    top: 12px;
    background-size: cover;
}

.sec1-dr .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #141B11;
}

.sec1-dr h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    text-transform: capitalize;
    padding-top: 20px;
}

.sec1-dr .btn-tranpt a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #ffffff00 !important;
    transition: 0.4s;
    border: solid 1px #1B330D;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    color: #1B330D !important;
}

.sec1-dr .btn-tranpt a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-3.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}

.sec1-dr .btn-tranpt a:hover {
    border: solid 1px #1B330D;
}
.sec1-dr .awrds {
    background: #F2F6F2;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sec1-dr .awrds h3 {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1B330D;
    padding-bottom: 12px;
}

.sec1-dr .awrds ul {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}

.sec1-dr .awrds ul li {
    position: relative;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    border-bottom: solid 1px #1F251C1F;
    padding-bottom: 28px;
    padding-top: 30px;
    padding-left: 90px;
    color: #121D0D;
}

.sec1-dr .awrds ul li:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/image-5.svg);
    height: 65px;
    width: 69px;
    position: absolute;
    left: 0px;
    top: 24px;
    background-size: cover;
}

.sec1-dr .awrds ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.sec1-dr .appmt {
	background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Group-40.png);
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin-top: 36px;
    background-size: 100% 100%;
}

.sec1-dr .appmt h3 {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 18px;
}

.sec1-dr .appmt p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #BDC2BB;
}
.sec1-dr .appmt p a {
    color: #3f7d20;
    text-decoration: underline;
}

.sec1-dr .appmt .btn-appnt a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    border-radius: 30px;
}

.sec1-dr .appmt .btn-appnt {
    text-align: center;
    margin-top: 60px;
}

.sec1-dr .appmt .btn-appnt a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}

.sec1-dr .appmt .btn-appnt a:hover {
    background: transparent;
    text-decoration: none;
    border-color: #fff;
}
.bnr-ethno {
    padding-top: 170px !important;
    padding-bottom: 80px;
	overflow: visible !important;
}

.bnr-ethno h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
}

.bnr-ethno h2.vc_custom_heading {
    font-weight: 400;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px;
    font-family: 'Raphen Madam DEMO';
}

.bnr-ethno .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}

.bnr-ethno:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Ellipse-6.png);
    height: 1600px;
    width: 1400px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.sec1-ethno {
    overflow: visible !important;
    padding-top: 40px;
    padding-bottom: 80px;
}

.sec1-ethno h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
    margin: 0px;
}

.sec1-ethno .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.sec1-ethno  .row1 {
    padding-bottom: 50px;
    border-bottom: solid 1px #BCBDBC;
    margin-bottom: 80px;
}

.sec1-ethno:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Adobe-Express-file-1-2.png);
    height: 180px;
    width: 103px;
    display: block;
    position: absolute;
    right: 9%;
    top: -80px;
}

.sec1-ethno:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Adobe-Express-file-1-1-1.png);
    height: 205px;
    width: 154px;
    display: block;
    position: absolute;
    left: 0px;
    top: 28%;
}
.sec-cntct .smm ul li a img {
    filter: grayscale(100%);
}

.sec-cntct .smm ul li a:hover img {
    filter: unset;
}
.fundr-sec1 {
    padding-top: 60px !important;
    padding-bottom: 80px;
}
.fundr-sec1 .btn-donte a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
}

.fundr-sec1 .btn-donte {
    margin-top: 40px;
}
.fundr-sec1 .btn-donte a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}

.fundr-sec1 .btn-donte a:hover {
    background: #1B330D !important;
}
.fundr-sec1 h2.vc_custom_heading {
    margin: 0px;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.fundr-sec1 .wpb_text_column {
    margin-bottom: 0px;
}

.fundr-sec1 .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
}

.fundr-sec1 .bxs {
    padding: 40px;
    border-radius: 24px;
    position: relative;
}

.fundr-sec1 .bxs h3 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    color: #141B11;
    margin-top: 0px;
    padding-top: 75px;
}

.fundr-sec1 .bxs p {
    color: #848484;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
}

.fundr-sec1 .bxs img.icon {
    position: absolute;
    right: 38px;
    top: 30px;
}
.research-sec .vc_row:after {
    right: 110px;
}
.research-sec .wpb_text_column p {
    width: 86%;
}
.sec2-research {
    background-size: cover !important;
    padding-top: 90px !important;
    padding-bottom: 60px;
}

.sec2-research h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin: 0px;
}

.sec2-research .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}

.sec2-research .vc_col-sm-7 .vc_column-inner {
    padding-left: 60px;
}
.sec3-research {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.sec3-research h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
    margin: 0px;
}

.sec3-research .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}

.sec3-research .wpb_raw_code ul {
    padding-left: 0px;
    list-style: none;
}

.sec3-research .wpb_raw_code ul li {
    position: relative;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #141B11;
    padding-bottom: 45px;
    border-bottom: solid 1px #BCBDBC;
    margin-bottom: 45px;
    padding-left: 145px;
}

.sec3-research .wpb_raw_code ul li strong {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    color: #1F251C;
}

.sec3-research .wpb_raw_code ul li:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-8781.svg);
    height: 123px;
    width: 123px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
}

.sec3-research .vc_col-sm-7 .vc_column-inner {
    padding-left: 60px;
}

.sec3-research .wpb_raw_code ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.sec4-research {
    padding-top: 90px !important;
    padding-bottom: 70px;
}

.sec4-research h2.vc_custom_heading {
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    font-family: 'Raphen Madam DEMO';
    margin: 0px;
}

.sec4-research .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}
.sec1-equip {
    padding-top: 170px !important;
    padding-bottom: 80px;
}

.sec1-equip h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}

.sec1-equip h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin-top: 0px;
}

.sec1-equip h2.vc_custom_heading strong {
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    font-family: 'Raphen Madam DEMO';
}

.sec1-equip .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}
.sec2-equimts {
    padding-top: 30px !important;
    padding-bottom: 60px;
}

.sec2-equimts .machnes {
    box-shadow: 0px 4px 120px 0px #0000000F;
    padding-bottom: 30px;
    border-radius: 50px 50px 20px 20px;
    height: 616px;
}

.sec2-equimts .machnes h3.aio-icon-title {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #1F251C;
    text-align: left;
    margin: 0px !important;
    padding-top: 34px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.sec2-equimts .machnes  .aio-icon-description {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    color: #141B11;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}
.sec1-partici {
    padding-top: 170px !important;
    padding-bottom: 80px;
}

.sec1-partici h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 0px;
}

.sec1-partici h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin: 0px;
}

.sec1-partici h2.vc_custom_heading strong {
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    font-family: 'Raphen Madam DEMO';
}

.sec1-partici .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}

.sec1-partici .row1 {
    box-shadow: 0px 4px 80px 0px #0000001F;
    margin-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 30px;
}


.sec1-partici .row1 .btn-green {
    margin-bottom: 0px;
}

.sec1-partici .row1 .btn-green a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
}

.sec1-partici .row1 h3.vc_custom_heading {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
}

.sec1-partici .row1 .btn-green a:hover {
    background: #1B330D !important;
}

.sec1-partici .row1 .btn-green a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}
.sec1-partici h2.vc_custom_heading:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Arrow-07.svg);
    height: 139px;
    width: 119px;
    display: block;
    position: absolute;
    left: 60%;
}
.sec-suport {
    padding-top: 170px !important;
    padding-bottom: 80px;
}

.sec-suport h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
}

.sec-suport h2.vc_custom_heading strong {
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    font-family: 'Raphen Madam DEMO';
}

.sec-suport .wpb_text_column p {
    text-align: center;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #141B11;
}

.sec-suport .vc_row {
    box-shadow: 0px 4px 40px 0px #00000014;
    border-radius: 40px;
    padding-top: 40px;
    padding-bottom: 270px;
    position: relative;
}

.sec-suport .vc_row .suuport-line {
    position: relative;
    top: 260px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.sec-suport .vc_row .suuport-line p {
    font-family: 'NewBlack Typeface';
    font-weight: 700;
    font-style: Italic;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    color: #fff;
}

.sec-suport .vc_row .suuport-line p strong {
    color: #C8DBBF;
}
.sec-suport .imag {
    position: absolute;
    bottom: -41%;
    width: 100%;
    left: 0px;
    z-index: -1;
}

.sec-suport .vc_row {
    overflow: hidden;
}

.sec-suport .imag .vc_figure {
    width: 100%;
}

.sec-suport .imag img {
    width: 100%;
}

.sec-suport .imag .vc_single_image-wrapper {
    width: 100%;
}
.sec-suport .vc_row .btn-green a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 30px;
    padding-left: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
}

.sec-suport .vc_row .btn-green a:hover {
    background: #1B330D !important;
}

.sec-suport .vc_row .btn-green a:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-4-1.svg);
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    top: 13px;
    left: 23px;
}
.sec-cntct {
    padding-top: 170px !important;
    padding-bottom: 80px;
}

.sec-cntct h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin: 0px;
}

.sec-cntct h2.vc_custom_heading strong {
    font-family: 'Raphen Madam DEMO';
}

.sec-cntct .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.sec-cntct .cnct-bx {
    border-top: 1px solid #0000004D;
    border-bottom: 1px solid #0000004D;
    padding-top: 40px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.sec-cntct .cnct-bx h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
    padding-bottom: 30px;
    width: 100%;
    flex: 0 0 100%;
}

.sec-cntct .cnct-bx .imag {
    width: 28%;
    flex: 0 0 28%;
}

.sec-cntct .cnct-bx .detls {
    padding-left: 30px;
    width: 68%;
    flex: 0 0 68%;
}

.sec-cntct .cnct-bx .detls h5 {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.sec-cntct .cnct-bx .detls p {
    margin-bottom: 10px;
    font-family: 'NewBlack Typeface';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1F251C;
}

.sec-cntct .cnct-bx .detls p strong {
    color: #3F7D20;
    font-weight: 600;
}

.sec-cntct .cnct-bx .detls ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 6px;
}

.sec-cntct .cnct-bx .detls ul li {
    padding-top: 10px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1F251C;
}

.sec-cntct .cnct-bx .detls ul li a {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1F251C;
}

.sec-cntct .cnct-bx .detls ul li a:hover {
    text-decoration: none;
    color: #3F7D20;
}

.sec-cntct .smm ul {
    display: flex;
    justify-content: center;
    padding-left: 0px;
    list-style: none;
    flex-wrap: wrap;
    padding-top: 14px;
}

.sec-cntct .smm ul li {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 90px;
    box-shadow: 0px 4px 40px 0px #00000014;
}

.sec-cntct .smm ul li a {
     font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    position: relative;
    color: #1F251C;
}

.sec-cntct .smm ul li a img {
    margin-right: 20px;
}

.sec-cntct .smm ul li a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-2.svg);
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0px;
}

.sec-cntct:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Ellipse-6.png);
    height: 1600px;
    width: 1400px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.sec-cntct .smm h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
    padding-bottom: 8px;
}
.sec-cntct .lcatns h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
}

.sec-cntct .lcatns {
    border-top: 1px solid #0000004D;
    padding-top: 40px;
    margin-top: 28px;
}

.sec-cntct .lcatns h5 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    padding-top: 20px;
    color: #1F251C;
}

.sec-cntct .lcatns p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #141B11;
}
.sec-cntct .cntct-form {
    margin-left: 60px;
    box-shadow: 0px 4px 40px 0px #00000014;
    background: #fff;
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sec-cntct .cntct-form h3 {
    margin-top: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
}

.sec-cntct .cntct-form label {
    width: 100%;
}

.sec-cntct .cntct-form input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #C0C5BA;
    margin-bottom: 24px !important;
    padding-left: 20px;
    font-family: 'NewBlack Typeface';
    font-size: 16px;
}

.sec-cntct .cntct-form textarea {
    border-radius: 20px;
    resize: none;
    border: 1px solid #C0C5BA;
    padding-top: 16px;
    padding-left: 20px;
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    height: 180px;
}

.sec-cntct .cntct-form .row1 {
    padding-top: 30px;
}

.sec-cntct .cntct-form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #59971f;
}

.sec-cntct .cntct-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #59971f;
}

.sec-cntct .cntct-form .row1 .btn-subt:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 33%;
}

.sec-cntct .cntct-form .row1 .btn-subt .wpcf7-submit {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px !important;
    background: #3F7D20;
    border: solid 1px #3F7D20;
}

.sec-cntct .cntct-form .row1 .btn-subt span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    bottom: 12px;
}

.sec-cntct .cntct-form .row1 .btn-subt .wpcf7-submit:hover {
    background: #1b330d;
}
.sec-careerbnr {
    padding-top: 170px !important;
    padding-bottom: 80px;
    overflow: visible !important;
}

.sec-careerbnr:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Ellipse-6.png);
    height: 1600px;
    width: 1400px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.sec-careerbnr .imag {
    position: absolute;
    right: 0px;
}

.sec-careerbnr h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
	margin: 0px;
}

.sec-careerbnr h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0px;
}

.sec-careerbnr h2.vc_custom_heading strong {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
}

.sec-careerbnr .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
    color: #141B11;
}
.sec-careerbnr .imag img {
    height: 530px;
    width: 100%;
    object-fit: contain;
}

.sec2-career {
    padding-top: 100px;
    padding-bottom: 80px;
}

.sec2-career .row1 {
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 40px;
}

.sec2-career .row1 h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
    margin: 0px;
}

.sec2-career .row1 .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.sec2-career .row2 {
    padding-top: 50px;
}

.sec2-career .row2 h3.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-align: center;
    text-transform: capitalize;
    margin: 0px;
}

.sec2-career .row2 div#jobs-list {
    padding-top: 40px;
}

.sec2-career .row2 div#jobs-list .job-item {
    background: #F2F6F2;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 40px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec2-career .row2 div#jobs-list .job-item h2 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 0px;
    color: #1B330D;
}

.sec2-career .row2 div#jobs-list .job-item .job-title {
    width: 86%;
    flex: 0 0 86%;
}

.sec2-career .row2 div#jobs-list .job-item .job-apply {
    width: 14%;
    flex: 0 0 14%;
    text-align: right;
}

.sec2-career .row2 div#jobs-list .job-item .job-title p.lctn {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #929A8F;
}

.sec2-career .row2 div#jobs-list .job-item .job-apply a.apply-btn {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 125, 32);
    border-image: initial;
    background: rgb(63, 125, 32);
    color: #fff;
    border-radius: 30px;
}

.sec2-career .row2 div#jobs-list .job-item .job-apply a.apply-btn:hover {
    background: #1b330d;
    text-decoration: none;
}
section.singlejob-top {
	padding-left: 30px;
	padding-right: 30px;
}

.single-jobs div#content {
    padding: 0px !important;
}

section.singlejob-top .bcktobtn a {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A2017;
}

section.singlejob-top .bcktobtn a img {
    margin-right: 10px;
    position: relative;
    top: -1px;
    height: 20px;
}

section.singlejob-top .bcktobtn a:hover {
    text-decoration: none;
}

section.singlejob-top .title-nme {
    padding-top: 55px;
}

section.singlejob-top .title-nme h4 {
    margin: 0px;
    background: #E6F2E2;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    color: #1B330D;
}

section.singlejob-top .title-nme h1 {
    font-weight: 400;
    font-size: 68px;
    line-height: 100%;
    text-transform: capitalize;
    font-family: 'Raphen Madam DEMO';
    color: #1B330D;
    margin: 0px;
    padding-top: 14px;
}

section.singlejob-top .excrpt ul {
    padding-left: 0px;
    list-style: none;
    padding-top: 12px;
}

section.singlejob-top .excrpt ul li {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

section.singlejob-top .excrpt ul li img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.job-singl header.entry-header {
    display: none;
}

.job-singl footer.entry-footer {
    display: none;
}
.sec-jobsingle {
    padding-top: 40px;
    padding-bottom: 80px;
}

.sec-jobsingle .vc_row {
    border-top: solid 1px #DADADA;
}

.sec-jobsingle .vc_row .sidbr {
    padding-top: 20px;
}

.sec-jobsingle .vc_row .sidbr h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #1B330D;
    margin: 0px;
    padding-bottom: 10px;
}

.sec-jobsingle .vc_row .sidbr p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #141B11;
    padding-right: 24px;
}

.sec-jobsingle .vc_row .sidbr .deadlne {
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    padding-top: 30px;
}

.sec-jobsingle .vc_row .sidbr .loctn {
    padding-top: 30px;
}

.sec-jobsingle .vc_row .sidbr .date {
    padding-top: 30px;
}

.sec-jobsingle .vc_row .sidbr .duratn {
    padding-top: 30px;
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
}

.sec-jobsingle .vc_row .sidbr .btn {
    padding: 0px;
    width: 100%;
    margin-top: 60px;
	text-align: left;
}

.sec-jobsingle .vc_row .sidbr .btn a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 125, 32);
    border-image: initial;
    background: rgb(63, 125, 32);
    color: #fff;
    border-radius: 30px;
    width: 100%;
}

.sec-jobsingle .vc_row .sidbr .btn a:hover {
    background: #1b330d;
    text-decoration: none;
}
.sec-jobsingle .tabs-jobs {
    padding-top: 40px;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab.vc_active a {
    background: transparent;
    border: 0px;
    padding: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1B330D;
    text-decoration: underline;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab a {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #B3BEB3;
    padding: 0px;
    background: transparent !important;
    border: 0px !important;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab {
    margin-right: 30px;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab.vc_active a:hover {
    background: transparent !important;
    border: 0px !important;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container {
    padding-top: 30px;
    background: transparent;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panels {
    background: transparent !important;
    border: 0px !important;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body {
    padding: 0px;
}

.sec-jobsingle .vc_col-sm-9 {
    border-left: solid 1px #DADADA;
    padding-right: 30px;
}

.sec-jobsingle .vc_col-sm-3 {
	padding-left: 30px;
}

.sec-jobsingle .vc_col-sm-3 .vc_column-inner {
    padding: 0px;
}

.sec-jobsingle .vc_col-sm-9 .vc_column-inner {
    padding-left: 50px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #141B11;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #141B11;
    position: relative;
    padding-left: 18px;
    padding-bottom: 5px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul {
    padding-left: 0px;
    position: relative;
    list-style: none;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li:before {
    content: '';
    background: #3F7D20;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 30px;
    top: 9px;
    left: 0px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body h3.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1B330D;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li a {
    color: #141B11;
    text-decoration: underline;
}

.carer-form h3 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #1B330D;
    margin: 0px;
    padding-bottom: 20px;
}

.carer-form input {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #C0C5BA;
    margin-bottom: 24px !important;
    padding-left: 20px;
    font-family: 'NewBlack Typeface';
    font-size: 16px;
}

.carer-form textarea {
    border-radius: 20px;
    resize: none;
    border: 1px solid #C0C5BA;
    padding-top: 16px;
    padding-left: 20px;
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    height: 180px;
    margin-bottom: 24px !important;
}

.carer-form .codedropz-upload-handler {
    margin-bottom: 30px !important;
}

.carer-form .codedropz-upload-handler a.cd-upload-btn {
    color: #3F7D20;
}

.carer-form .btn-sbmt .wpcf7-submit {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px !important;
    background: #3F7D20;
    border: solid 1px #3F7D20;
    height: 55px;
}

.carer-form .btn-sbmt {
    width: 100%;
    position: relative;
}

.carer-form .btn-sbmt:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    bottom: 14px;
    right: 39%;
}

.carer-form .btn-sbmt .wpcf7-submit:hover {
    background: #1b330d;
}

.carer-form .btn-sbmt span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    bottom: 12px;
}

.carer-form input:focus, .carer-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #59971f;
}
.box-career {
    background: #fff;
    margin-top: 170px;
    padding-top: 60px;
    border-radius: 40px;
    margin-bottom: 80px;
}

.single-jobs {
    background: #e6f2e287;
}
.sec-teambanr {
    padding-top: 170px;
    padding-bottom: 70px;
}

.sec-teambanr h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}

.sec-teambanr h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sec-teambanr h2.vc_custom_heading strong {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
}
.sec-teambanr .linkdin-imag {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.sec-teambanr  .drbio {
    background: linear-gradient(109.34deg, #dff2d9 1.1%, rgb(246 255 243) 82.04%);
    padding-top: 42px;
    padding-bottom: 45px;
    border-radius: 30px;
    padding-left: 45px;
    padding-right: 55px;
}

.sec-teambanr .drbio h1 {
    margin: 0px;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 68px;
    line-height: 74px;
    text-transform: capitalize;
    color: #1B330D;
    padding-bottom: 0px;
}

.sec-teambanr .drbio h1 strong {
    color: #3F7D20;
    font-weight: 400;
}

.sec-teambanr .drbio h3 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    background: #3F7D20;
    width: fit-content;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 12px;
    border-radius: 30px;
}

.sec-teambanr .drbio p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #141B11;
}

.sec-teambanr .drbio ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: solid 1px #141B1133;
    padding-top: 35px;
    margin-bottom: 0px;
}

.sec-teambanr .drbio ul li a {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #1F251C;
}

.sec-teambanr .drbio ul li a:hover {
    text-decoration: none;
}

.sec-teambanr .drbio ul li {
    margin-right: 40px;
    margin-bottom: 20px;
}

.sec-teambanr .drbio ul li:last-child {
    margin-bottom: 0px;
}

.sec-teambanr:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Ellipse-6.png);
    height: 1600px;
    width: 1400px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.sec-sciencebnr {
    padding-top: 170px;
    padding-bottom: 80px;
    overflow: visible !important;
}

.sec-sciencebnr h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
}

.sec-sciencebnr h2.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 65px;
    line-height: 78px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.sec-sciencebnr h2.vc_custom_heading strong {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
}

.sec-sciencebnr  .wpb_text_column {
    margin-bottom: 0px;
}

.sec-sciencebnr .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    color: #121D0D;
}

.sec-sciencebnr:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Ellipse-6.png);
    height: 1600px;
    width: 1400px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.sec-teamsec2 {
    padding-top: 80px !important;
    padding-bottom: 20px;
}

.sec-teamsec2 h2.vc_custom_heading {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    text-transform: capitalize;
}

.sec-teamsec2 h2.vc_custom_heading strong {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
}

div#our_team {
    padding-top: 40px;
}

div#our_team .our-team-s {
    padding-bottom: 40px;
}

div#our_team .our-team-s img.membr-pic {
    height: 350px;
    object-fit: cover;
    border-radius: 25px;
	width: 100%;	
}

div#our_team .our-team-s h2 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    color: #1F251C;
	margin-bottom: 0px;
}

div#our_team .our-team-s p {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
div#our_team .our-team-s .crtfict  {
    position: absolute;
    bottom: 110px;
    width: 92%;
    visibility: hidden;
    margin-left: 14px;
    background: #1B330D;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
}

div#our_team .our-team-s .crtfict ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

div#our_team .our-team-s {
    position: relative;
}

div#our_team .our-team-s:hover .crtfict {
    visibility: visible;
    bottom: 175px;
    transition: 0.4s;
}

div#our_team .our-team-s .crtfict li a {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

div#our_team .our-team-s .crtfict li {
    padding-bottom: 10px;
}

div#our_team .our-team-s .crtfict li a img {
    margin-right: 8px;
}

 div#our_team .our-team-s .crtfict li:last-child {
    padding-bottom: 0px;
}

div#our_team .our-team-s .crtfict li a:hover {
    text-decoration: none;
}
.assciates-sec {
    padding-top: 80px !important;
    padding-bottom: 20px;
}

.assciates-sec h2.vc_custom_heading {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    text-transform: capitalize;
}

.assciates-sec h2.vc_custom_heading strong{
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
}
.sec-sciencebnr .image-abt img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 500px;
    object-fit: contain;
}
.abt-sec2 {
    padding-top: 130px !important;
    padding-bottom: 70px;
    background: #fff;
}

.abt-sec2 h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    padding-left: 36px;
    margin: 0px;
}

.abt-sec2 h4.vc_custom_heading:before {
    content: "";
    height: 36px;
    width: 28px;
    position: absolute;
    left: 0px;
    top: -12px;
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Vector.svg) 0% 0% / cover;
}

.abt-sec2 h2.vc_custom_heading {
    font-family: "Raphen Madam DEMO";
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.abt-sec2 .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.projects-sec {
    padding-top: 0px;
    padding-bottom: 80px;
}

.projects-sec ul#projectsTab {
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
}
.projects-sec ul#projectsTab li.nav-item:first-child a{
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.projects-sec ul#projectsTab li .active {
    border: 0px;
    background: #1B330D;
    color: #fff;
    border-width: 1px;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 44px;
    text-align: center;
    text-transform: capitalize;
}

.projects-sec ul#projectsTab li.nav-item {
    width: 50%;
    flex: 0 0 50%;
}

.projects-sec ul#projectsTab .nav-link {
    border: 0px;
    background: #D1D7CF;
    color: #6F7D6A;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 44px;
    text-align: center;
    text-transform: capitalize;
    border-width: 1px;
}
.projects-sec ul#projectsTab li.nav-item:last-child a{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.projects-sec div#projectsTabContent {
    background: #fff;
    margin-top: 32px !important;
    border-radius: 30px;
}

.projects-sec .card {
    border: 0px;
}

.projects-sec div#projectsTabContent .card {
    flex-direction: unset;
    border-bottom: 1px solid #BCBDBC;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.projects-sec div#projectsTabContent .card .card-body {
    width: 70%;
    flex: 0 0 70%;
    padding: 0px;
}

.projects-sec div#projectsTabContent .card .imag {
    width: 30%;
    flex: 0 0 30%;
}

.projects-sec div#projectsTabContent .card .card-body h5.card-title a {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 56px;
    line-height: 74px;
    text-transform: capitalize;
    color: #1B330D;
}

.projects-sec div#projectsTabContent .card .card-body h5.card-title a:hover {
    text-decoration: none;
}

.projects-sec div#projectsTabContent .card .card-body p.card-text {
    width: 80%;
	font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #141B11;
}

.projects-sec div#projectsTabContent .card .card-body a.btn {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 125, 32);
    border-image: initial;
    background: rgb(63, 125, 32);
    color: #fff;
    border-radius: 30px;
}

.projects-sec div#projectsTabContent .card .card-body a.btn:hover {
    background: #1b330d;
    text-decoration: none;
}

.projects-sec div#projectsTabContent .row .col-md-12:last-child .card {
    border-bottom: 0px;
}

.projects-sec div#projectsTabContent .tab-pane {
    background: #fff;
    box-shadow: 0px 4px 120px 0px #0000000F;
    border-radius: 30px;
}
.research_projects .post-thumbnail {
    display: none;
}

.research_projects header.entry-header {
    display: none;
}

.bnr-rp {
    margin-top: 100px;
    background-size: 100% 100%;
    padding-top: 123px !important;
    padding-bottom: 125px;
    border-left: solid 30px #fff;
    border-right: solid 30px #fff;
}

.bnr-rp h4.vc_custom_heading {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
    position: relative;
    padding-left: 32px;
}

.bnr-rp h2.vc_custom_heading {
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    font-family: 'NewBlack Typeface';
    margin: 0px;
    padding-top: 16px;
}

.bnr-rp  .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.bnr-rp h4.vc_custom_heading:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2026/01/Frame-19.svg);
    height: 24px;
    width: 24px;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -3px;
}
.bnr-rp .wpb_single_image img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.bnr-rp .wpb_single_image {
    margin-bottom: 0px !important;
}
.bnr-rp .vc_col-sm-6:last-child {
    position: unset;
}
.bnr-rp .wpb_text_column {
    margin-bottom: 0px;
}
.sec-rp {
    padding-top: 100px !important;
    padding-bottom: 60px;
}

.sec-rp h2.vc_custom_heading {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 60px;
    line-height: 74px;
    text-transform: capitalize;
}

.sec-rp .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.sec-rp .row1 {
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 50px;
    margin-bottom: 76px;
    border-top: solid 1px #BCBDBC;
    padding-top: 76px;
    margin-top: 50px;
}

.sec-rp .row1:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.sec-rp .row1:first-child {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.sec-rp:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Adobe-Express-file-1-2.png);
    height: 180px;
    width: 103px;
    background-size: cover;
    position: absolute;
    right: 40px;
    top: 18%;
}

.sec-rp:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Adobe-Express-file-1-1-1.png);
    height: 262px;
    width: 150px;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 38%;
}
.sec-publictns .pub-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.sec-publictns .pub-wrapper .pub-content {
    width: 75%;
    flex: 0 0 75%;
    padding-right: 70px;
}

.sec-publictns .pub-wrapper .pub-sidebar {
    width: 25%;
    flex: 0 0 25%;
}
.sec-publictns .pub-wrapper .sdebr{
	background: #F2F6F2;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec-publictns .pub-wrapper .pub-content h2.pub-year {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 56px;
    line-height: 60px;
    text-transform: capitalize;
    color: #1B330D;
    margin-top: 0px;
}

.sec-publictns .pub-wrapper .pub-content  article.pub-item {
    border-bottom: 1px solid #0000004D;
    padding-bottom: 30px;
    margin-bottom: 48px !important;
    margin-top: 40px;
}

.sec-publictns .pub-wrapper .pub-content article.pub-item h3 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    color: #141B11;
}

.sec-publictns .pub-wrapper .pub-content article.pub-item p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #141B11;
    margin-bottom: 10px;
}

.sec-publictns .pub-wrapper .pub-content article.pub-item .pub-meta {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

.sec-publictns .pub-wrapper .pub-content article.pub-item:last-child {
    border-bottom: 0px;
}

.sec-publictns .pub-wrapper .pub-sidebar h4 {
    margin-top: 0px;
    padding-bottom: 20px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1B330D;
}

.sec-publictns .pub-wrapper .pub-sidebar form#year-filter {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #121D0D;
}

.sec-publictns .pub-wrapper .pub-sidebar form#year-filter label {
    width: 100%;
    border-bottom: 1px solid #1F251C1F;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sec-publictns {
    padding-bottom: 70px;
    padding-top: 40px;
}
.sec-publictns .pub-wrapper .pub-sidebar form#year-filter label input[type="checkbox"] {
    position: absolute;
    right: 4px;
    top: 10px;
}

.sec-publictns .pub-wrapper .sdebr {
    position: relative;
}

.sec-publictns .pub-wrapper .pub-sidebar form#year-filter label {
    position: relative;
}
.sec3-abt {
    background-size: cover;
    border-left: solid 20px #fff;
    border-right: solid 20px #fff;
    padding-top: 87px !important;
    padding-bottom: 82px;
    margin-bottom: 30px;
}

.sec3-abt h2.vc_custom_heading {
    margin: 0px;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
}

.sec3-abt .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.sec3-abt .wpb_single_image img {
    right: 0px;
    border-top-left-radius: 130px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px;
    top: 0px;
    height: 500px;
    object-fit: cover;
}

.sec3-abt .vc_col-sm-6:last-child{
    position: unset;
}

.sec3-abt .btn-green a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec3-abt .btn-green a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}

.sec3-abt .btn-green a:hover {
    background: #1B330D !important;
}
section.vc_section.sec4-abt.vc_custom_1768142537502.vc_section-has-fill {}

.sec4-abt {
    background-size: cover;
    border-left: solid 20px #fff;
    border-right: solid 20px #fff;
    padding-top: 91px !important;
    padding-bottom: 84px;
    margin-bottom: 0px;
}

.sec4-abt h2.vc_custom_heading {
    margin: 0px;
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
}

.sec4-abt .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #141B11;
}

.sec4-abt .wpb_single_image img {
    left: 0px;
    height: 500px;
    object-fit: cover;
    border-top-left-radius: 130px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 100px;
    opacity: 1;
    top: 0px;
}

.sec4-abt .vc_col-sm-6:first-child{
    position: unset;
}

.sec4-abt .btn-green a {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 56px;
    background: #3f7d20 !important;
    transition: 0.4s;
    border: solid 1px #3f7d20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sec4-abt .btn-green a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Frame-13.svg);
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
}

.sec4-abt .btn-green a:hover {
    background: #1B330D !important;
}
.sec5-abt {
    padding-top: 70px !important;
    padding-bottom: 50px;
}
.sec5-abt ul {
    padding-left: 0px;
    list-style: none;
    text-align: center;
}

.sec5-abt ul li {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #141B11;
    padding-bottom: 16px;
}
.sec5-abt h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 32px;
}
.sec5-abt .bx .imag {
    width: 100%;
    flex: 0 0 100%;
}
.sec5-abt .bx {
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    min-height: 445px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec5-abt .bx p {
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #1F251C;
    width: 100%;
    flex: 0 0100%;
}
.sec6-abt {
    padding-top: 60px;
    padding-bottom: 70px;
}

.sec6-abt h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 68px;
    line-height: 78px;
    text-transform: capitalize;
    margin: 0px;
}

.sec6-abt .wpb_text_column p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #141B11;
}

.sec6-abt .bx {
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 20px;
}

.sec6-abt .vc_col-sm-8 {
    padding-left: 65px;
}

.sec6-abt .bx h3.aio-icon-title {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #1F251C;
}

.sec6-abt .bx .aio-icon-description {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.sec6-abt .bx:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.sec6-abt:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2026/01/Vector-3.svg);
    height: 984px;
    width: 700px;
    position: absolute;
    left: 0px;
    top: 16%;
}
.logn-sec {
    height: 100vh;
}

.logn-sec .vc_row {
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.logn-sec .vc_row .custom-login-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 50px;
    padding: 50px;
}

.logn-sec .vc_row .custom-login-form h2 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    line-height: 60px;
    font-size: 56px;
    text-transform: capitalize;
    color: #1b330d;
    margin: 0px;
    padding-bottom: 10px;
}

.logn-sec .vc_row .custom-login-form p.description {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.logn-sec .vc_row .custom-login-form input[type="text"] {
    width: 100%;
    border: 1px solid #C0C5BA;
    border-radius: 30px;
    height: 55px;
    padding-left: 30px;
    margin-bottom: 20px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    padding-right: 54px;
}

.logn-sec .vc_row .custom-login-form input[type="password"] {
    width: 100%;
    border: 1px solid #C0C5BA;
    border-radius: 30px;
    height: 55px;
    padding-left: 30px;
    margin-bottom: 20px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    padding-right: 54px;
}

.logn-sec .vc_row .custom-login-form input[type="submit"] {
    width: 100%;
    border-radius: 30px;
    background: #3F7D20;
    border: solid 1px #3F7D20;
    color: #fff;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    height: 55px;
    margin-top: 20px;
    transition: 0.4s;
}

.logn-sec .vc_row .custom-login-form input[type="submit"]:hover {
    background: #1B330D;
}

.logn-sec  .bckto {
    position: absolute;
    top: -28%;
}

.logn-sec .bckto a {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.logn-sec .bckto a img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.logn-sec .bckto a:hover {
    text-decoration: none;
}
.logn-sec img.usrn {
    position: absolute;
    right: 38px;
    top: 14px;
}

.logn-sec img.passwrd {
    position: absolute;
    right: 38px;
    top: 14px;
}

.logn-sec img.btn-icn {
    position: absolute;
    right: 34%;
    top: 33px;
}
header.membr-port {
    background: linear-gradient(0deg, rgb(63 125 32 / 28%) 0%, rgba(87, 199, 133, 0) 100%);
    padding-top: 15px;
    padding-bottom: 20px;
}

header.membr-port .col-md-4 a img {
    width: 330px;
}

header.membr-port .row {
    justify-content: space-around;
    align-items: center;
}

header.membr-port .row .col-md-8 {
    text-align: right;
}

header.membr-port .row p.btn-logout {
    margin-bottom: 0px;
}

header.membr-port .row p.btn-logout a {
    background: #1B330D;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    border: solid 1px #1B330D;
    transition: 0.4s;
}

header.membr-port .row p.btn-logout a:hover {
    text-decoration: none;
    background: transparent;
    color: #1B330D;
}

section.dashbrd {
    padding-top: 80px;
    padding-bottom: 60px;
}

section.dashbrd h2 {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    font-family: 'Raphen Madam DEMO';
    color: #1B330D;
    margin: 0px;
}

section.dashbrd h2 strong {
    font-weight: 400;
    font-family: 'NewBlack Typeface';
}

section.dashbrd h2 span {
    font-family: 'NewBlack Typeface';
    color: #3F7D20;
}

section.dashbrd p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    width: 60%;
    color: #141B11;
}
section.dashbrd:before {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2026/01/Frame-8948.png);
    height: 850px;
    width: 742px;
    position: absolute;
    right: 0px;
    display: block;
    top: 16%;
}

section.dashbrd .row2 {
    margin-top: 65px;
}

section.dashbrd  .bx {
    border-radius: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
    height: 320px;
}

section.dashbrd .bx h3 {
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 18px;
}

section.dashbrd .bx  p {
    width: 66%;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

section.dashbrd .bx .imag img {
    position: absolute;
    right: 50px;
    top: 50px;
}

section.dashbrd .bx .btn-cta a {
    background: #3F7D20;
    color: #fff;
    font-family: 'NewBlack Typeface';
    font-size: 18px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    transition: 0.4s;
    border: solid 1px #3F7D20;
}

section.dashbrd .bx .btn-cta {
    margin-top: 50px;
}

section.dashbrd .bx .btn-cta a:hover {
    background: transparent;
    text-decoration: none;
    border-color: #fff;
}
.sec2-extract {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.sec2-extract .bx {
    border-radius: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.sec2-extract .bx h3 {
    color: #fff;
    margin: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 62px;
    line-height: 40px;
    text-transform: capitalize;
}

.sec2-extract .bx  h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    padding-top: 100px;
    color: #fff;
    margin-bottom: 0px;
}

.sec2-extract .bx p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    width: 74%;
    margin-bottom: 0px;
}

.sec2-extract .bx  img {
    position: absolute;
    right: 32px;
    top: 32px;
}

.sec2-extract .bx h4 strong {
    font-weight: 400;
    color: #72B01D;
}

.sec2-extract  .wpb_single_image {
    background: #FFFFFF;
    border-radius: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border: solid 1px #BCBDBC;
}
.sec3-extract {
    padding-bottom: 80px;
}

.sec3-extract h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 52px;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 70px;
}

.sec3-extract .vc_row {
    background: #fff;
    border: solid 1px #BCBDBC;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}
section.bckbtn {
    padding-top: 40px;
}

section.bckbtn .bckto {
    display: flex;
    align-items: center;
}

section.bckbtn .bckto a.back-to-home img {
    position: relative;
    top: -2px;
}


section.bckbtn .bckto a.curnt {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1B330D;
    position: relative;
    padding-left: 45px;
}

section.bckbtn .bckto a.curnt:before {
    width: 13px;
    height: 12px;
    opacity: 1;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    content: '';
    position: absolute;
    left: 18px;
    background: #CDD2CB;
    top: 4px;
}

section.bckbtn .bckto a.curnt:hover {
    text-decoration: none;
}
section.sec2safety {
    padding-top: 65px;
    padding-bottom: 70px;
}

section.sec2safety h2 {
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1B330D;
    font-family: 'Raphen Madam DEMO';
    margin: 0px;
}
section.sec2safety .nav-tabs {
    border-bottom: solid 1px #BCBDBC;
    margin-top: 40px;
    margin-bottom: 50px;
}

section.sec2safety .nav-tabs li.nav-item {
    margin-right: 32px;
    margin-bottom: 0px;
}

section.sec2safety .nav-tabs li.nav-item .nav-link {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #8E9E8E;
    background: transparent;
}

section.sec2safety .nav-tabs li.nav-item .nav-link.active {
    color: #1B330D;
    border-bottom: solid 3px #3F7D20 !important;
}

section.sec2safety .nav-tabs li.nav-item .nav-link:hover {
    background: transparent;
    border-bottom: solid 3px #ff000000;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .txt {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 60px !important;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card {
    border: 0px;
    border-bottom: solid 1px #BCBDBC;
    border-radius: 0px;
    padding-bottom: 46px;
    background: transparent;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .row .col-md-8 {
    padding: 0px !important;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .col-md-12 {
    padding-bottom: 30px;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .cntnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .cntnt .imag {
    width: 16%;
    flex: 0 0 16%;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .cntnt .titl {
    width: 84%;
    flex: 0 0 84%;
    padding-left: 40px;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .cntnt .titl p {
    width: 56%;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #141B11;
    margin-bottom: 0px;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .col-md-12:last-child .card {
    border-bottom: 0px;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card h5 {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 20px;
    color: #1B330D;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .right-txt {
    text-align: right;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .right-txt a.btn-green {
    background: #3F7D20;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: 0.4s;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .right-txt a.btn-green img {
    position: relative;
    top: -1px;
}

section.sec2safety div#formCategoryTabsContent .tab-pane .card .right-txt a.btn-green:hover {
    text-decoration: none;
    background: #1b330d;
}
section.sec2manuals {
    padding-top: 65px;
    padding-bottom: 70px;
}
section.sec2manuals h2 {
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1B330D;
    font-family: 'Raphen Madam DEMO';
    margin: 0px;
}
section.sec2manuals .nav-tabs {
    border-bottom: solid 1px #BCBDBC;
    margin-top: 40px;
    margin-bottom: 50px;
}

section.sec2manuals .nav-tabs li.nav-item {
    margin-right: 20px;
    margin-bottom:15px;
}

section.sec2manuals .nav-tabs li.nav-item .nav-link {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 0px;
    padding-bottom: 10px;
    color: #8E9E8E;
}

section.sec2manuals .nav-tabs li.nav-item .nav-link.active {
    color: #1B330D;
    border-bottom: solid 3px #3F7D20 !important;
    background: transparent;
}

section.sec2manuals .nav-tabs li.nav-item .nav-link:hover {
    background: transparent;
    border-bottom: solid 3px #ff000000;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .txt {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 60px !important;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx {
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
    padding-bottom: 40px;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx:first-child {
    padding-top: 0px !important;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx:first-child {
    padding-top: 0px;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx .card {
    text-align: left;
    border: 0px;
    background: transparent;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx .card a.absot-imag {
    position: absolute;
    top: 62%;
    right: 20px;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx .card .card-body {
    padding: 0px;
}

section.sec2manuals div#manualsCategoryTabsContent .tab-pane .bx .card .card-body h5.card-title {
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: #1F251C;
}
p.txt-fd {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #5e9c1e;
}
section.trending-press {
    background: #d3decf;
    padding-top: 70px;
    padding-bottom: 70px;
}

section.trending-press h3 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
}

section.trending-press .bx {
    padding-bottom: 30px;
}

section.trending-press .row {
    padding-top: 30px;
}

section.trending-press .bx a {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #121D0D;
    text-transform: capitalize;
}
section.trending-press .bx h4 {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #121D0D;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
}

section.trending-press .bx p {
    font-size: 16px;
    color: #00000069;
}

section.trending-press .bx a:hover {
    text-decoration: none;
}
.research-f {
    padding-top: 170px;
}
.research-f:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2025/12/Ellipse-6.png);
    height: 1600px;
    width: 1400px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
section.research-hero .hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.research-hero .hero-content .hero-text {
    width: 50%;
    flex: 0 0 50%;
    padding-right: 112px;
}

section.research-hero .hero-content .hero-image {
    width: 50%;
    flex: 0 0 50%;
}

section.research-hero .hero-content .hero-text span.badge {
    font-size: 16px;
    color: #000000c4;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
}

section.research-hero .hero-content .hero-text h2 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 50px;
    text-align: left;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
    line-height: 56px;
	padding-top: 10px;
}

section.research-hero .hero-content .hero-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 40px;
}

section.research-hero .hero-content .hero-text p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #121D0D;
    margin-bottom: 46px;
}

section.research-hero .hero-content a.btn-read {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 125, 32);
    border-image: initial;
    background: rgb(63, 125, 32);
    color: #fff;
    border-radius: 30px;
}

section.research-hero .hero-content a.btn-read:hover {
    background: #1b330d;
    text-decoration: none;
}
section.research-hero .hero-content span.dat {
    font-size: 16px;
    color: #000000c4;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    position: relative;
    padding-left: 18px;
}

section.research-hero .hero-content span.dat:before {
    content: '';
    background: #afafaf;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0px;
    border-radius: 30px;
    top: 7px;
}
section.research-hero .hero-content .hero-image span {
    position: absolute;
    top: 30px;
    left: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000000c4;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    background: rgb(255 255 255);
}

section.research-hero .hero-content .hero-image {
    position: relative;
}
section.latest-press {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.latest-press .section-header {
    padding-bottom: 40px;
}

section.latest-press .section-header h3 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    text-align: left;
    text-transform: capitalize;
    color: #1B330D;
    margin: 0px;
}
section.latest-press .press-grid {
    padding-bottom: 50px;
}

section.latest-press .press-grid .press-card .imag img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

section.latest-press .press-grid .press-card  .cntnt {
    padding-top: 20px;
}

section.latest-press .press-grid .press-card .cntnt span {
    font-size: 16px;
    color: #000000c4;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
}

section.latest-press .press-grid .press-card .cntnt h4 {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #121D0D;
    text-transform: capitalize;
}

section.latest-press .press-grid .press-card .cntnt h4 a {
    color: #121D0D;
}

section.latest-press .press-grid .press-card .cntnt h4 a:hover {
    text-decoration: none;
}
.sec2feedbck p {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #141B11;
    width: 80%;
}
.feedback-box form .question {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.feedback-box form .scale {
    display: flex;
    width: 45%;
    flex: 0 0 42%;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.feedback-box form .scale input {
    display: none;
}

.feedback-box form .scale span {
    width: 16px;
    height: 16px;
    border: 1px solid #cbd5c0;
    border-radius: 50%;
    display: block;
    padding: 5px;
}

.scale input:checked + span {
    background: #5a8f3c;
    border-color: #5a8f3c;
}
.feedback-box form .pill-group {
    margin-top: 10px;
}

.feedback-box form .pill {
    border: 1px solid #e2e6dd;
    padding: 16px 16px;
    cursor: pointer;
}

.feedback-box form .pill input {
    display: none;
}

.feedback-box form .pill input:checked + span {
    background: #e7f1e2;
    border-radius: 30px;
    display: block;
    color: #3f6a2a;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.feedback-box form .submit-btn {
    margin-top: 30px;
    background: #5a8f3c;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    cursor: pointer;
}

.feedback-box form .success {
    color: green;
    margin-bottom: 20px;
}

.feedback-box form {
    background: #fff;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 50px;
    margin-top: 40px;
    border-radius: 50px;
    padding-bottom: 80px;
}

.feedback-box form h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 34px;
    text-transform: capitalize;
    color: #1B330D;
    width: 50%;
    flex: 0 0 50%;
	line-height: 1.2;
}
.feedback-box form .question.brdr {
    border-top: solid 1px #BCBDBC;
    margin-top: 4px;
    padding-top: 35px;
}
.feedback-box form .section {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #BCBDBC;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-box form h4 strong {
    color: #5a8f3c;
    font-weight: 400;
}

.feedback-box form .question {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 22px;
    line-height: 37px;
    width: 100%;
    flex: 0 0 100%;
}


.feedback-box form .scale label {
    flex: 0 0 17%;
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.feedback-box form .scale .rate span {
    position: absolute;
    top: 0px;
}

.feedback-box form .scale .nmbrs {
    position: absolute;
    top: -46px;
    right: 5px;
    font-size: 18px;
}
.sec2-field {
    padding-top: 30px;
    border-bottom: solid 1px #BCBDBC;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
}

.quests {
    width: 70%;
    flex: 0 0 70%;
}

.pill-group {
    width: 50%;
    flex: 0 0 30%;
    display: flex;
    flex-wrap: wrap;
}

.pill-group label.pill {
    width: 100%;
    flex: 0 0 100%;
    font-family: 'NewBlack Typeface';
    border-radius: 50px;
    margin-bottom: 15px;
}
.seccmnts {
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccmnts textarea {
    height: 322px;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    margin-top: 18px;
    font-family: 'NewBlack Typeface';
    font-size: 18px;
    background: #F0F5EF;
    border: solid 1px #F0F5EF;
    resize: none;
}

.btn-sbmt {
    text-align: right;
    font-family: 'NewBlack Typeface';
    font-size: 18px;
    text-transform: capitalize;
}

.btn-sbmt .submit-btn {
    text-transform: capitalize;
}

.btn-sbmt .submit-btn:hover {
    background: #1b330d;
}
.feedback-box form .scale label {
    cursor: pointer;
}
.sec3-home .imag img {
    border-radius: 40px;
}
.explor-more-sec {
    padding-top: 70px !important;
    padding-bottom: 40px;
}

.explor-more-sec h4.vc_custom_heading {
    background: #E6F2E2;
    width: max-content;
    font-family: Bomstad Display;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
    margin-top: 0px;
    margin-bottom: 26px;
}

.explor-more-sec .bx {
    border-bottom: solid 1px #BCBDBC;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 90px;
}

.explor-more-sec .bx .aio-icon-header {
    text-align: left;
}

.explor-more-sec .bx .aio-icon-header h3.aio-icon-title {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline;
    color: #1B330D;
}

.explor-more-sec .bx .aio-icon-description {
    text-align: left;
    font-family: Bomstad Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

.explor-more-sec .bx:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2026/01/Frame-8604.svg);
    height: 81px;
    width: 81px;
    position: absolute;
    right: 0px;
    display: block;
    bottom: -40px;
    background-color: #fff;
}
.sec-logos h2.vc_custom_heading {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 76px;
    line-height: 78px;
    text-transform: capitalize;
}

.sec-logos img.skip-lazy {
    height: 100px;
    object-fit: contain;
}
ul.sub-menu.mega-menu-shortcode-wrap {
    position: absolute;
    left: -830px;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 30px 36px;
    width: 1392px;
    top: 72px;
    border-radius: 0px;
    border-top: 1px solid #E0E0E0;
}

ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl {
    text-align: left;
    list-style: none;
    padding-left: 0px;
}

ul.sub-menu.mega-menu-shortcode-wrap {
    list-style: none;
}

ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl li a {
    font-family: NewBlack Typeface;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #1B330D;
    line-height: 1.2;
    transition: 0.5s;
}

header#masthead ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl li {
    padding-bottom: 20px;
    border-bottom: 1px solid #0000004D;
    padding-top: 20px;
    position: relative;
    padding-left: 30px !important;
}

ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl li a:before {
    content: '';
    background: #1B330D;
    position: absolute;
    left: 0px;
    top: 27px;
    width: 13px;
    height: 12px;
    opacity: 1;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

header#masthead ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl li a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2026/03/Frame-5.svg);
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0px;
    top: 20px;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm {
    padding-left: 0px;
    list-style: none;
    text-align: left;
    padding-left: 20px;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li a {
    font-family: NewBlack Typeface;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #1B330D;
    line-height: 40px;
    text-decoration: underline;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li span {
    transition: 0.5s;
    display: none;
    font-family: Bomstad Display;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: none;
    text-align: left;
    padding-right: 20px;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li:hover span {
    display: block;
}

header#masthead ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px !important;
    position: relative;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li:hover a {
    text-decoration: none;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li a:before {
    content: '';
    background: #1B330D;
    position: absolute;
    left: 0px;
    top: 22px;
    width: 13px;
    height: 12px;
    opacity: 1;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

ul.sub-menu.mega-menu-shortcode-wrap ul.popupm li a:after {
    content: '';
    background: url(https://dla-dev.com/ethnopharmacology/wp-content/uploads/2026/03/Frame-5.svg);
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0px;
    top: 14px;
}

ul.sub-menu.mega-menu-shortcode-wrap .menu1 ul.simpl li a:hover {
    padding-left: 14px;
    text-decoration: none;
}

ul.sub-menu.mega-menu-shortcode-wrap .col-md-4:last-child {
    background: #f3f9f0;
    text-align: left;
    border-left: solid 1px #E0E0E0;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
}

ul.sub-menu.mega-menu-shortcode-wrap .col-md-4:last-child h4 {
    font-family: 'Raphen Madam DEMO';
    font-weight: 400;
    font-size: 54px;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0px;
    color: #1B330D;
}

ul.sub-menu.mega-menu-shortcode-wrap .col-md-4:last-child p {
    font-family: NewBlack Typeface;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2%;
}

ul.sub-menu.mega-menu-shortcode-wrap .wpb_raw_code.wpb_content_element {
    margin-bottom: 0px;
}
.mega-menu-shortcode-wrap {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

#mega-menu-item-19:hover .mega-menu-shortcode-wrap {
    opacity: 1;
    visibility: visible;
}
#mega-menu-item-21:hover .mega-menu-shortcode-wrap {
    opacity: 1;
    visibility: visible;
}
#mega-menu-item-21 .mega-menu-shortcode-wrap {
    left: -1016px;
}
#mega-menu-item-20:hover .mega-menu-shortcode-wrap {
    opacity: 1;
    visibility: visible;
}
#mega-menu-item-20 .mega-menu-shortcode-wrap {
    left: -928px;
}
.page-id-277 ul.lnks {
	list-style: none;
    background: linear-gradient(90deg, #E2EDDD 0%, #E2EDDD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #3f7d20;
    width: max-content;
    margin-left: auto;
}

.page-id-277 ul.lnks li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.page-id-277 ul.lnks li a {
    background: #fff;
    font-family: Bomstad Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    color: #1B330D;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 34px;
    padding-right: 34px;
    border-radius: 30px;
}

.page-id-277 ul.lnks li a:hover {
    background: #1B330D;
    color: #fff;
    text-decoration: none;
}
html.js_active.vc_desktop.vc_transform.vc_transform.lenis {
    scroll-behavior: smooth;
}
.sec4-home .vc_col-sm-4:last-child .bx {
    border-right: 0px;
}
.sec-cntct .lcatns p.lne {
    border-bottom: solid 1px #1F251C33;
    padding-bottom: 30px;
    line-height: 1.2;
}

.sec-cntct .lcatns p.lne:last-child {
    border: 0px;
}
p.eror {
    font-family: 'NewBlack Typeface';
}
.upload-section form {
    text-align: right;
}

.upload-section form button {
    background: #1B330D;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: 0.4s;
    border: solid 1px #1B330D;
}

.upload-section form button:hover {
	background: #3f7d20;
    color: #fff;
    border: solid 1px #3f7d20;
}

.upload-sec h3 {
    font-weight: 400;
    font-size: 52px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1B330D;
    font-family: 'Raphen Madam DEMO';
    margin-bottom: 56px;
}

.upload-sec  .card {
    border-radius: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.upload-sec .card strong {
    font-family: 'NewBlack Typeface';
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    color: #1B330D;
    line-height: 1.2;
}

.upload-sec .card  .btn-success {
    background: #3F7D20;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    transition: 0.4s;
}

.upload-sec .card .btn-success:hover {
    background: #1b330d;
}

.upload-sec .card .btn-success:focus {
    outline: none;
    box-shadow: none !important;
}
.upload-sec p {
    font-family: 'NewBlack Typeface';
}
.upload-section form input[type="file"] {
    border: solid 1px #1b330d;
    padding: 18px;
    margin-bottom: 20px;
    color: #1b330d;
    font-family: 'NewBlack Typeface';
    border-radius: 30px;
    padding-left: 30px;
}
.sec7-home .row-press .col-md-5 .project-item.bg:before {
    content: '';
    background: #00000080;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 25px;
    z-index: -1;
}

.sec7-home .row-press .col-md-5 .project-item.bg {
    position: relative;
    z-index: 9;
}

.sec7-home .row-press .col-md-5 .project-item.bg h4 {
    z-index: 9;
}

.sec7-home .row-press .col-md-3 .project-item.bg {
    position: relative;
    z-index: 9;
}

.sec7-home .row-press .col-md-3 .project-item.bg:before {
    content: '';
    background: #00000080;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 25px;
    z-index: -1;  
}
section.research-hero .hero-content .hero-text h2 {
    height: 300px;
    overflow: hidden;
}

section.latest-press .press-grid .press-card .cntnt h4 {
    height: 78px;
    overflow: hidden;
}
.home-bnr .headng1 strong {
    color: #58961e;
}
section.trending-press .bx ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

section.trending-press .bx ul li {
    margin-right: 35px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

section.trending-press .bx ul li:first-child:before {
    content: '';
    background: #1B330D33;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -24px;
    top: 14px;
    border-radius: 30px;
}

section.trending-press .bx ul li:first-child {
    position: relative;
}
section.research-hero .hero-content .hero-text ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

section.research-hero .hero-content .hero-text ul li {
    margin-right: 35px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

section.research-hero .hero-content .hero-text ul li:first-child::before {
    content: '';
    background: #1B330D33;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -24px;
    top: 14px;
    border-radius: 30px;
}

section.research-hero .hero-content .hero-text ul li:first-child {
    position: relative;
}

section.latest-press .press-grid .press-card .cntnt ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

section.latest-press .press-grid .press-card .cntnt ul li {
    margin-right: 35px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #929A8F;
}

section.latest-press .press-grid .press-card .cntnt ul li:first-child::before {
    content: '';
    background: #1B330D33;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -24px;
    top: 14px;
    border-radius: 30px;
}

section.latest-press .press-grid .press-card .cntnt ul li:first-child {
    position: relative;
}
section.trending-press .bx {
    border-bottom: 1px solid #0000004D;
    margin-bottom: 28px !important;
}
section.latest-press .row2 article.press-crd .artclbx {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background-size: cover !important;
    border-radius: 25px;
    padding-top: 220px;
    padding-bottom: 30px;
}

section.latest-press .row2 article.press-crd .artclbx .cntnt {
    width: 100%;
    z-index: 1;
}

section.latest-press .row2 article.press-crd .artclbx h4 a {
    font-weight: 400;
    font-size: 44px;
    line-height: 46px;
    letter-spacing: 0%;
    font-family: 'Raphen Madam DEMO';
    color: #fff;
}

section.latest-press .row2 article.press-crd .artclbx ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

section.latest-press .row2 article.press-crd .artclbx ul li {
    margin-right: 35px;
    font-family: 'NewBlack Typeface';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
}

section.latest-press .row2 article.press-crd .artclbx ul li:first-child::before {
    content: '';
    background: #ffffff;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -24px;
    top: 14px;
    border-radius: 30px;
}

section.latest-press .row2 article.press-crd .artclbx ul li:first-child {
    position: relative;
}

section.latest-press .row2 article.press-crd .artclbx:before {
    content: '';
    background: #00000066;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 25px;
}

section.latest-press .row2 article.press-crd .artclbx h4 a:hover {
    text-decoration: none;
}

section.latest-press .row2 .col-md-6 article.press-card {
    border-bottom: solid 1px #0000004D;
    padding-bottom: 34px;
}

section.latest-press .row2 .col-md-6 article.press-card:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
section.latest-press .row1 {
    border-bottom: 1px solid #BCBDBC;
    margin-bottom: 65px;
}
section.latest-press .row2 article.press-crd .artclbx h4 {
    height: 96px;
    overflow: hidden;
}
.sec2-field h5 {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
}
.feedback-box form .radio-btn .scale {
    position: relative;
    top: 44px;
}
.feedback-box form .radio-btn2 .scale {
    position: relative;
    top: 26px;
}
.feedback-box .brdnone {
    border: 0px !important;
}
button#loadMorePress {
    font-family: 'NewBlack Typeface';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.4s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 125, 32);
    border-image: initial;
    background: rgb(63, 125, 32);
    color: #fff;
    border-radius: 30px;
}

button#loadMorePress:hover {
    background: #1f251c;
}
.feedback-box form .txt input {display: block;}
/* -------footer css------- */
div#footer-widget {
    background: #1F251C !important;
/*     border-radius: 60px 60px 0px 0px; */
    overflow: visible;
    position: relative;
    padding-top: 90px;
    padding-bottom: 50px;
}

div#footer-widget section#text-2 p {
    font-family: 'NewBlack Typeface';
    font-size: 22px;
    text-align: left;
    color: #929A8F;
    text-align: center;
}

div#footer-widget section#text-2 ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

div#footer-widget section#text-2 ul li {
    margin-right: 10px;
}

div#footer-widget section#text-2 ul li img {
    height: 46px;
    transition: 0.4s;
}

div#footer-widget section#text-2 ul li img:hover {
    margin-top: -4px;
}

section#media_image-2 img {
    width: 100%;
}

div#footer-widget .col-md-6 {
    padding-right: 200px;
}

div#footer-widget h3.widget-title {
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    margin: 0px;
    padding-bottom: 26px;
}

div#footer-widget .menu li a {
    padding: 0px;
    font-family: 'NewBlack Typeface';
    font-weight: 300;
    font-size: 16px;
    color: #99A396;
    transition: 0.4s;
}

div#footer-widget .menu li {
    padding-top: 6px;
    padding-bottom: 6px;
}

div#footer-widget .menu li a:hover {
    background: transparent;
    color: #3f7d20;
    padding-left: 5px;
}
footer#colophon {
    background: #1F251C !important;
}

footer#colophon .site-info {
    border-top: solid 1px #D7E3D329;
    padding-top: 20px;
    font-family: 'NewBlack Typeface';
    color: #788770;
}

footer#colophon .site-info .row {
    justify-content: space-between;
}

footer#colophon .site-info .row ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

footer#colophon .site-info .row ul li {
    margin-left: 5px;
    margin-right: 5px;
}

footer#colophon .site-info .row .col-md-4:last-child {
    text-align: right;
}

footer#colophon .site-info a {
    text-decoration: underline;
}

footer#colophon .site-info p {
    margin-bottom: 0px;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* ---------media query------------ */
@media screen and (max-width: 1536px){
.container {
    max-width: 1340px;
}
div#mega-menu-wrap-primary {
    width: 50%;
}

.home-bnr {
    padding-top: 220px !important;
    padding-bottom: 30px;
}

.home-bnr .img1 {
    top: 19%;
}

.home-bnr .headng1 {
    font-size: 120px;
}

.home-bnr .headng2 {
    font-size: 120px;
}

.home-bnr .img2 img {
    width: 440px;
}

.home-bnr .img2 {
    bottom: 15%;
}

.home-bnr .img1 img {
    width: 420px;
    object-fit: contain;
}

.home-bnr .wpb_text_column p {
    font-size: 26px;
}

.sec2-home .info .cntent h2 {
    line-height: 36px;
    font-size: 40px;
}

.sec2-home .info .cntent .bio {
    margin-top: 10px;
	font-size:14px;
}

.sec7-home h2.vc_custom_heading {
    font-size: 60px;
    line-height: 60px;
}

.sec7-home .project-col.col-md-4 .project-item h4 {
    font-size: 18px;
    line-height: 27px;
}

.sec7-home .row-press .col-md-5 .project-item.bg h4 {
    font-size: 32px;
}

.sec-logos h2.vc_custom_heading {
    font-size: 60px;
    line-height: 60px;
}

.sec2-home h2.vc_custom_heading {
    font-size: 60px;
    line-height: 60px;
}

.sec2-home .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec3-home .nmbrs h3 {
    font-size: 74px;
}

.sec3-home .nmbrs p {
    font-size: 16px;
    line-height: 26px;
}

.sec4-home .bx h3.aio-icon-title {
    font-size: 80px;
}

.sec4-home .bx .aio-icon-description {
    font-size: 18px;
    line-height: 25px;
}

.sec5-home .wpb_text_column p {
    font-size: 18px;
    line-height: 26px;
}

.sec5-home h2.vc_custom_heading {
    font-size: 60px;
    line-height: 65px;
}

.lst-sec h2.vc_custom_heading {
    font-size: 50px;
}

.lst-sec .wpb_text_column p {
    font-size: 20px;
}

#content.site-content {
    padding: 0px !important;
}

.entry-content {
    margin: 0px;
}
.sec-sciencebnr h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.sec-sciencebnr .wpb_text_column p {
    font-size: 20px;
    line-height: 28px;
}

.abt-sec2 h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.abt-sec2 .wpb_text_column p {
    font-size: 16px;
    line-height: 24px;
}

.sec3-abt h2.vc_custom_heading {
    font-size: 50px;
}

.sec3-abt .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec3-abt {
    padding-top: 65px !important;
    padding-bottom: 60px;
}

.sec4-abt h2.vc_custom_heading {
    font-size: 50px;
}

.sec4-abt .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec4-abt {
    padding-top: 65px !important;
    padding-bottom: 60px;
}

.sec5-abt h2.vc_custom_heading {
    font-size: 50px;
}

.sec5-abt .bx p {
    font-size: 18px;
    line-height: 25px;
}

.sec6-abt h2.vc_custom_heading {
    font-size: 50px;
    line-height: 55px;
}

.sec6-abt .wpb_text_column p {
    font-size: 18px;
    line-height: 25px;
}

.sec6-abt .bx h3.aio-icon-title {
    font-size: 28px;
    line-height: 35px;
}

.sec6-abt .bx .aio-icon-description {
    font-size: 18px;
    line-height: 26px;
}

.explor-more-sec .bx .aio-icon-header h3.aio-icon-title {
    font-size: 35px;
}

.explor-more-sec .bx:after {
    height: 55px;
    width: 55px;
    background-size: cover;
    bottom: -26px;
}
.sec5-abt .bx {
    min-height: 350px;
}
.sec3-abt .wpb_single_image img {
    height: 428px;
}

.sec4-abt .wpb_single_image img {
    height: 428px;
}
.bnr-ethno h2.vc_custom_heading {
    font-size: 50px;
}

.bnr-ethno .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec1-ethno h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.sec1-ethno .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}
ul.sub-menu.mega-menu-shortcode-wrap {
    left: -742px;
}

#mega-menu-item-20 .mega-menu-shortcode-wrap {
    left: -842px;
}

#mega-menu-item-21 .mega-menu-shortcode-wrap {
    left: -938px;
}
section.research-hero .hero-content .hero-text h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0px;
    height: 176px;
}

section.research-hero .hero-content .hero-image img {
    height: 500px;
}

section.latest-press .section-header h3 {
    font-size: 30px;
    line-height: 30px;
}

section.trending-press h3 {
    font-size: 30px;
    line-height: 30px;
}

section.latest-press .press-grid .press-card .cntnt h4 {
    font-size: 18px;
    line-height: 24px;
}
.fundr-sec1 h2.vc_custom_heading {
    font-size: 34px;
}

.fundr-sec1 .bxs h3 {
    font-size: 18px;
}
.sec-teambanr h2.vc_custom_heading {
    font-size: 50px;
    line-height: 58px;
}

.sec-teambanr .drbio h1 {
    font-size: 40px;
}

.sec-teambanr .drbio p {
    font-size: 18px;
}

.sec-teambanr .drbio ul li a {
    font-size: 16px;
}

.sec-teambanr .drbio ul li {
    margin-bottom: 0px;
}

.sec-teamsec2 h2.vc_custom_heading {
    font-size: 35px;
}

.sec-teamsec2 ul.lnks li a {
    padding-left: 20px;
    padding-right: 20px;
}

div#our_team .our-team-s h2 {
    font-size: 16px;
    line-height: 28px;
}

div#our_team .our-team-s p {
    font-size: 15px;
}

.assciates-sec h2.vc_custom_heading {
    font-size: 36px;
}
.dr-bnr h2.vc_custom_heading {
    font-size: 80px;
    line-height: 75px;
}

.dr-bnr .wpb_text_column p {
    font-size: 20px;
}

.dr-bnr {
    padding-top: 170px !important;
    padding-bottom: 146px;
    background-size: cover;
}
.sec1-dr h2.vc_custom_heading {
    font-size: 40px;
}

.sec1-dr .awrds h3 {
    font-size: 25px;
}

.sec1-dr .awrds ul li {
    font-size: 18px;
    line-height: 22px;
}

.sec1-dr .awrds ul li:before {
    height: 54px;
    width: 56px;
    background-size: cover;
}

.sec1-dr .appmt h3 {
    font-size: 26px;
}

.sec1-dr h3.vc_custom_heading {
    font-size: 40px;
}

.sec1-dr .wpb_text_column ul li:before {
    top: 24px;
}

.sec1-dr h4.vc_custom_heading {
    font-size: 30px;
}
.sec-careerbnr h2.vc_custom_heading {
    font-size: 50px;
    line-height: 56px;
}
.sec-careerbnr .wpb_text_column p {
    font-size: 16px;
    line-height: 28px;
}

.sec-careerbnr .imag img {
    height: 446px;
}

.sec2-career .row1 h2.vc_custom_heading {
    font-size: 40px;
    line-height: 60px;
}

.sec2-career .row1 .wpb_text_column p {
    font-size: 16px;
    line-height: 24px;
}

.sec2-career .row2 h3.vc_custom_heading {
    font-size: 50px;
    line-height: 50px;
}

.sec2-career .row2 div#jobs-list .job-item h2 {
    font-size: 30px;
}

.sec2-career .row2 div#jobs-list .job-item .job-title p.lctn {
    font-size: 20px;
}
section.singlejob-top .title-nme h1 {
    font-size: 40px;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab.vc_active a {
    font-size: 30px;
}

.sec-jobsingle .tabs-jobs .vc_tta-tabs-container li.vc_tta-tab a {
    font-size: 30px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body h3.vc_custom_heading {
    font-size: 26px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column p {
    font-size: 16px;
}

.sec-jobsingle .tabs-jobs .vc_tta-panels-container .vc_tta-panel-body .wpb_text_column ul li {
    font-size: 16px;
}

.sec-jobsingle .vc_row .sidbr h4 {
    font-size: 18px;
}

.sec-jobsingle .vc_row .sidbr p {
    font-size: 16px;
}
.projects-sec ul#projectsTab li .active {
    font-size: 30px;
}

.projects-sec ul#projectsTab .nav-link {
    font-size: 30px;
}

.projects-sec div#projectsTabContent .card .card-body h5.card-title a {
    font-size: 40px;
    line-height: 50px;
}
.bnr-rp h2.vc_custom_heading {
    font-size: 58px;
    line-height: 68px;
}

.bnr-rp .wpb_text_column p {
    font-size: 18px;
}

.bnr-rp .wpb_single_image img {
    width: 54%;
}

.sec-rp h2.vc_custom_heading {
    font-size: 40px;
    line-height: 50px;
}

.sec-rp .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}
.sec2-research h2.vc_custom_heading {
    font-size: 50px;
    line-height: 58px;
}

.sec2-research .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec3-research h2.vc_custom_heading {
    font-size: 45px;
    line-height: 60px;
}

.sec3-research .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec3-research .wpb_raw_code ul li strong {
    font-size: 30px;
}

.sec3-research .wpb_raw_code ul li {
    font-size: 16px;
    line-height: 26px;
}

.sec4-research h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.sec4-research .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}
.sec1-equip h2.vc_custom_heading strong {
    font-size: 50px;
    line-height: 60px;
}

.sec1-equip h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.sec1-equip .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec2-equimts .machnes h3.aio-icon-title {
    font-size: 20px;
}

.sec2-equimts .machnes {
    height: 550px;
}

.sec2-equimts .machnes .aio-icon-description {
    font-size: 16px;
    line-height: 20px;
}
.sec-publictns .pub-wrapper .pub-content article.pub-item h3 {
    font-size: 30px;
}

.sec-publictns .pub-wrapper .pub-content article.pub-item p {
    font-size: 16px;
    line-height: 22px;
}

.sec-publictns .pub-wrapper .pub-content h2.pub-year {
    margin-bottom: 0px;
    font-size: 46px;
}

.sec-publictns .pub-wrapper .pub-sidebar h4 {
    font-size: 26px;
}
.sec1-partici h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.sec1-partici h2.vc_custom_heading strong {
    font-size: 50px;
    line-height: 60px;
}

.sec1-partici .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}

.sec1-partici .row1 h3.vc_custom_heading {
    font-size: 26px;
    line-height: 36px;
}
.sec-cntct h2.vc_custom_heading {
    font-size: 50px;
    line-height: 50px;
}

.sec-cntct .wpb_text_column p {
    font-size: 16px;
}

.sec-cntct .cntct-form h3 {
    font-size: 26px;
    line-height: 30px;
}

.sec-cntct .cnct-bx h4 {
    font-size: 26px;
}

.sec-cntct .cnct-bx .detls h5 {
    font-size: 26px;
    line-height: 26px;
}

.sec-cntct .smm h4 {
    font-size: 26px;
    line-height: 26px;
}

.sec-cntct .lcatns h5 {
    font-size: 22px;
    line-height: 26px;
}
.sec-suport h2.vc_custom_heading {
    font-size: 50px;
    line-height: 60px;
}

.sec-suport h2.vc_custom_heading strong {
    font-size: 50px;
    line-height: 60px;
}

.sec-suport .wpb_text_column p {
    font-size: 16px;
    line-height: 28px;
}

.sec-suport .vc_row .suuport-line p {
    font-size: 24px;
    line-height: 36px;
}
.sec-suport .vc_row {
    padding-bottom: 368px;
}
}

@media screen and (max-width: 460px){
.upload-section form input[type="file"] {
    width: 100%;
}
section.dashbrd p {
    width: 100%;
}
section.dashbrd .row2 .col-md-4 {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 50% !important;
    margin-bottom: 20px;
}
div#mega-menu-wrap-primary {
  position: static;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block;
    top: 0px;
    left: -32px;
    transform: translateX(-392px);
    transition: all 0.5s ease-in-out !important;
    height: 100vh;
    width: 390px;
    padding-top: 30px;
    padding-bottom: 30px !important;
    overflow: scroll;
    background: #1f251c !important;
 }

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    margin: 0;
    transform: none;
    left: 0px !important;
    width: 100% !important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    top: -20px;
    right: 0px;
    background: #1b330d !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header {
  margin-left: 17px !important;
  margin-right: 20px;
  margin-top: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.btn-header a {
  text-align: center !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
}

ul.sub-menu.mega-menu-shortcode-wrap {
    display: none;
}
	
#mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
    position: absolute;
    right: -70px;
    background: #5c9a1e;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding-top: 50px;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #fff !important;
}
	.sec2-home .newinfo .imag img {
    height: 360px;
}
button.navbar-toggler {
    display: none;
}

.headr-social {
    display: none;
}

div#mega-menu-wrap-primary {
    position: absolute;
    width: 13%;
    right: 0px;
}

header#masthead .navbar-brand img {
    width: 258px;
}

.home-bnr .img1 img {
    width: 168px;
    height: 108px;
}

.home-bnr .img2 img {
    width: 170px;
}

.home-bnr .headng2 {
    font-size: 75px;
}

.home-bnr .headng1 {
    font-size: 75px;
}

.home-bnr .img2 {
    bottom: 28%;
}

.home-bnr {
    padding-top: 124px !important;
}

.home-bnr .wpb_text_column {
    padding-top: 10px;
}

.home-bnr .wpb_text_column p {
    font-size: 23px;
}

.home-bnr .wpb_text_column a.btn-bnr {
    display: none;
}

.sec2-home .info .imag img {
    height: 116px;
}

.sec2-home .info .cntent h2 {
    line-height: 28px;
    font-size: 30px;
}

.sec2-home .wpb_text_column .quot {
    font-size: 18px;
    line-height: 25px;
}

.sec7-home h2.vc_custom_heading {
    margin: 0px;
}

.sec7-home h2.vc_custom_heading {
    font-size: 40px;
    line-height: 48px;
}

.sec7-home .row-press .col-md-5 .project-item.bg {
    height: 300px;
    margin-bottom: 30px !important;
    padding-top: 120px;
    margin-top: 30px;
}

.sec7-home .row-press .col-md-5 .project-item.bg span.date {
    color: #fff;
}

.sec7-home .row-press .col-md-3 .project-item.bg {
    height: 300px;
    margin-bottom: 30px !important;
    padding-top: 118px;
    padding-left: 30px;
    padding-right: 30px;
}

.sec7-home .row-press .col-md-3 .project-item.bg h4 {
    font-size: 24px;
}

.sec7-home .row-press .col-md-5 .project-item.bg h4 {
    font-size: 24px;
}

.sec7-home .row-press .col-md-3 .project-item.bg span.date {
    color: #ffffff;
}

.sec-logos h2.vc_custom_heading {
    margin-top: 0px;
    font-size: 40px;
}

.sec2-home h2.vc_custom_heading {
    font-size: 40px;
    line-height: 45px;
}

.sec2-home .rotateimg img {
    height: 130px;
    width: 130px;
}

.sec2-home .rotateimg {
    left: 35px;
}

.sec3-home {
    background: #20261d;
    background-image: none !important;
    padding-top: 60px !important;
    padding-bottom: 0px;
}

.sec3-home h2.vc_custom_heading {
    font-size: 28px;
}

.sec3-home .nmbrs h3 {
    font-size: 50px;
}

.sec4-home .bx {
    border: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.sec4-home {
    background: #c8d4c4;
    background-image: none !important;
    padding-bottom: 40px;
}

.sec4-home .bx h3.aio-icon-title {
    font-size: 50px;
}

.sec3-home .nmbrs {
    padding-bottom: 34px;
    margin-bottom: 30px;
}

.sec3-home h4.vc_custom_heading {
    font-size: 18px;
}

.sec2-home h4.vc_custom_heading {
    font-size: 18px;
}

.home-bnr .img1 {
    top: 24%;
}

.sec5-home .vc_row:before {
    height: 118px;
    width: 118px;
    background-size: cover;
}

.sec5-home h2.vc_custom_heading {
    font-size: 40px;
    line-height: 40px;
}

.sec5-home .wpb_text_column p {
    width: 100%;
}

.lst-sec ul li {
    width: 100%;
    flex: 0 0 100%;
}

.lst-sec {
    padding-top: 54px !important;
    padding-bottom: 60px;
}

.lst-sec h2.vc_custom_heading {
    font-size: 40px;
    line-height: 45px;
}

.lst-sec .wpb_text_column p {
    font-size: 16px;
    line-height: 24px;
}

.lst-sec ul {
    padding-top: 0px;
}

div#footer-widget .col-md-6 {
    padding-right: 0px;
}

div#footer-widget h3.widget-title {
    text-align: center;
}

div#footer-widget section#text-2 ul {
    margin-bottom: 40px;
}

div#footer-widget .menu li {
    text-align: center;
}

div#footer-widget .menu {
    margin-bottom: 40px;
}

section#media_image-2 img {
    width: 78%;
}

section#media_image-2 {
    text-align: center;
}

div#footer-widget {
    padding-top: 56px;
    padding-bottom: 0px;
}

footer#colophon .site-info .row {
    align-items: center;
    justify-content: center;
    text-align: center;
}

footer#colophon .site-info p {
    text-align: center;
    font-size: 14px;
}

footer#colophon .site-info {
    font-size: 14px;
}

footer#colophon .site-info .col-md-4 {
    margin-top: 10px;
}
.sec-sciencebnr h2.vc_custom_heading {
    font-size: 35px;
    line-height: 46px;
}

.sec-sciencebnr .image-abt img {
    position: relative;
    top: 66px;
}

.sec-sciencebnr h2.vc_custom_heading {
    margin-bottom: 30px;
}

.abt-sec2 {
    padding-top: 70px !important;
    padding-bottom: 30px;
}

.abt-sec2 h4.vc_custom_heading {
    font-size: 18px;
}

.abt-sec2 h2.vc_custom_heading {
    font-size: 40px;
    line-height: 48px;
}

.sec3-abt {
    border: 0px;
    background-image: none !important;
    background: #262c23;
    margin-bottom: 0px;
}

.sec3-abt .btn-green {
    margin-bottom: 50px;
}

.sec3-abt h2.vc_custom_heading {
    font-size: 40px;
    line-height: 46px;
}

.sec4-abt {
    background: #cfdbcb;
    background-image: none !important;
    border: 0px;
}

.sec4-abt h2.vc_custom_heading {
    font-size: 40px;
    line-height: 46px;
    margin-top: 40px;
}

.sec5-abt {
    padding-top: 30px !important;
    padding-bottom: 0px;
}

.sec5-abt h2.vc_custom_heading {
    font-size: 40px;
    line-height: 46px;
    padding-bottom: 18px;
}

.sec5-abt .bx {
    padding-left: 20px;
    padding-right: 20px;
    min-height: unset;
}

.sec6-abt .vc_col-sm-4 .vc_column-inner {
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
}

.sec6-abt .vc_col-sm-8 {
    padding-left: 0px;
}

.sec6-abt .bx h3.aio-icon-title {
    font-size: 22px;
    line-height: 26px;
}

.sec6-abt .bx .aio-icon-description {
    font-size: 16px;
    line-height: 20px;
}

.sec6-abt .bx .aio-icon-img img {
    height: 60px;
    width: 60px;
}

.sec6-abt .bx .aio-icon-img {
    font-size: 74px !important;
}

.sec6-abt {
    padding-top: 36px;
    padding-bottom: 35px;
}

.sec6-abt h2.vc_custom_heading {
    font-size: 40px;
    line-height: 40px;
}

.sec6-abt .wpb_text_column p {
    font-size: 16px;
    line-height: 22px;
}

.explor-more-sec .bx .aio-icon-header h3.aio-icon-title {
    margin-top: 0px;
    font-size: 25px;
}

.explor-more-sec .bx {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.explor-more-sec h4.vc_custom_heading {
    font-size: 18px;
}
.bnr-ethno {
    padding-top: 130px !important;
}

.sec1-ethno h2.vc_custom_heading {
    font-size: 35px;
    line-height: 40px;
}

.sec1-ethno:before {
    top: 44%;
    height: 160px;
    width: 120px;
    background-size: cover;
}

.sec1-ethno {
    padding-bottom: 38px;
}
.bnr-ethno h2.vc_custom_heading {
    font-size: 40px;
}
.fundr-sec1 {
    padding-top: 0px !important;
    padding-bottom: 28px;
}

.fundr-sec1 .bxs {
    padding: 25px;
}

.fundr-sec1 .bxs img.icon {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.fundr-sec1 .bxs img.logo {
    width: 200px;
}

.fundr-sec1 .bxs h3 {
    padding-top: 50px;
}
.page-id-288 .vc_custom_1773955004785 {
    padding-top: 20px !important;
	padding-bottom: 30px !important;
}
.sec-cntct .cntct-form {
    margin-left: 0px;
    padding: 20px;
}

.sec-cntct .vc_col-sm-6:last-child .vc_column-inner {
    position: relative !important;
    top: 0px !important;
}

.sec-cntct {
    padding-top: 150px !important;
    padding-bottom: 40px;
}

.sec-cntct h2.vc_custom_heading {
    font-size: 40px;
}

.sec-cntct .cnct-bx .imag {
    flex: 0 0 100%;
}

.sec-cntct .cnct-bx .detls {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-top: 30px;
}

.sec-cntct .smm ul li a:after {
    display: none;
}
.sec-teambanr h2.vc_custom_heading {
    font-size: 40px;
    line-height: 1.2;
}

.sec-teambanr h2.vc_custom_heading br {
    display: none;
}

.sec-teambanr .drbio h1 {
    line-height: 1.2;
}

.sec-teambanr .drbio h1 br {
    display: none;
}

.sec-teambanr .drbio ul li {
    padding-top: 10px;
}

.sec-teamsec2 {
    padding-top: 0px !important;
}

.page-id-277 ul.lnks {
    overflow-y: scroll;
    flex-wrap: nowrap;
}

div#our_team .our-team-s h2 {
    font-size: 18px;
}
.dr-bnr h2.vc_custom_heading {
    font-size: 60px;
    line-height: 1.2;
}

.dr-bnr {
    padding-bottom: 70px;
}

.sec1-dr .wpb_text_column ul li {
    font-size: 16px;
    line-height: 1.2;
}

.sec1-dr .wpb_text_column ul li:before {
    top: 6px;
}

.sec1-dr {
    padding-bottom: 20px;
}
}