@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff2") format("woff2"),
    url("../font/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../font/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #284967;
  --primary-color2: #C46737;
  --black-color: #000000;
  --white-color: #fff;
}

body {
  /* font-family: 'Proxima Nova Rg'; */
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Plus Jakarta Sans';
}

p,
span,
a,
li {
 font-family: 'Plus Jakarta Sans';
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 12px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

a {
  text-decoration: none;
}

.own_container {
  width: 85%;
  margin: auto;
}

p {
    font-size: 15px;
    font-style: normal;
    line-height: 23px;
}
.bg-light {
    background-color: #f5f5f5 !important;
}
.heading2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
}
/* bhumi menu  */

.dropdown-menu {
    border-radius: 0px;
    padding: 0;
        border: none;
}
.dropdown-menu li {
    padding: 0px 10px;
  
}
.dropdown-menu li:last-child a{
    border-bottom: none;
}
.dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
      border-bottom: 1px solid #dadada;
          padding: 15px;
}
.dropdown-menu li:hover {
    background: linear-gradient(90deg, #88321B 0%, #FDC989 100%);
    color: #fff;
}
.dropdown-menu li:hover a{
  border-bottom: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}
.desktop_logo a {
  display: block;
  width: 100px;
  padding: 0 !important;
}

.desktop_logo a img {
  width: 100%;
}

/* navbar styling */

.top_header {
  background-color: var(--primary-color);
  padding: 5px 0;
}

.top_header_marquee {
  color: var(--white-color);
  width: 100%;
  font-size: 16px;
}

/* menu css start  */

.menu_img {
  width: 100%;
  border-radius: 15px;
}

.menu_img img {
  width: 100%;
  border-radius: 15px;
}

.nav_dropdown_ul ul li:hover {
  color: var(--primary-color);
}

.nav_dropdown_ul ul li::after {
  display: block;
  content: "";
  border-bottom: solid 2px var(--primary-color);
  transform: scaleX(0);
  transition: transform 500ms ease-in-out;
}

.nav_dropdown_ul ul li::after {
  transform-origin: 0% 20%;
}

.nav_dropdown_ul ul li:hover::after {
  transform: scaleX(1);
}

.nav_dropdown_ul ul {
  padding: 0px;
}

.nav_dropdown_ul ul > li {
  /* display: inline-block; */
  padding: 10px 5px;
  list-style: none;
  width: fit-content;
}

.nav_dropdown_ul ul > li > a {
  padding: 0px;
  color: var(--black-color);
  font-size: 15px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 500;
  padding-bottom: 5px;
}

.nav_dropdown_ul ul > li > a.active {
  color: var(--primary-color);
}

.nav_dropdown_ul ul > li > a:hover {
  color: var(--primary-color);
}

.nav-menu .header-btn a {
    background: linear-gradient(90deg, #88321B 0%, #FDC989 100%);
    color: #fff !important;
    border-radius: 50px;
    padding-left: 33px !important;
    padding-right: 35px !important;
        font-weight: 500;
}



.arti-cont p {
    margin-bottom: 0;
}
.mobile_logo {
  display: none;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  line-height: 0;
  top: 0px;
  position: relative;
  width: 110px;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  padding: 0px;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 0px;
  color: var(--black-color);
  font-size: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li > a.active {
  color: var(--primary-color);
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: var(--primary-color);
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  /* position: relative; */
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\f0d7";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  /* -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25); */
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: var(--white-color);
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  /* content: " "; */
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: var(--white-color);
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: var(--black-color);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: var(--primary-color);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
  border-bottom: 1px solid #e9e9e9;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:first-child
  > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:last-child
  > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 15px 20px;
  display: block;
  text-transform: uppercase;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: var(--primary-color);
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: var(--primary-color);
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--primary-color);
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: var(--primary-color);
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child
  > a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.has-children
  > a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a:hover {
  color: #fff !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.active
  a {
  color: #fff;
}



.hero_section {
  background-image: url("../images/home-banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px 50px 0px;
}

.hero_content {
  position: relative;
}

.hero_content h1 {
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
  font-size: 45px;
  text-transform: uppercase;
}

.hero_img {
  width: 100%;
}

.hero_img img {
  width: 100%;
}

.hero_sub_content {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -28%);
  text-align: center;
}

.hero_sub_content h2 {
  font-size: 2rem;
}

.hero_sub_content p {
  font-size: 20px;
}

/* hero section css end */

/* footer css  */

.footer_sec {
  background-color: var(--white-color);
  padding: 40px 0px 0px 0px;
}

.footer_sec .footer_li span {
  font-size: 18px !important;
  color: var(--black-color);
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer_sec .footer_li ul {
  padding: 0px;
}

.footer_sec .footer_li ul li {
  list-style: none;
  padding: 5px 0px;
}

.footer_sec .footer_li ul li a {
  color: var(--black-color);
}

.footer_logo_row {
  border-bottom: 1px solid #d0d0d0;
}
.form-floating>.form-select {
    padding-top: .625rem;
}
.footer_logo {
  width: 90px;
}

.footer_contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.footer_contact{
  padding-bottom: 15px;
}

.footer_contact span {
  font-size: 14px;
}

.footer_contact span a {
  color: var(--black-color);
}

.footer_contact span i {
  font-size: 18px;
}

.social_media ul {
  padding: 0px;
  display: flex;
  margin: 0;
}

.social_media ul li {
  list-style: none;
  padding: 0px 8px;
}

.social_media ul li a img {
  width: 100%;
}

.bottom_footer {
  padding: 20px 0px;
}

.footer_bottom_row {
  border-top: 1px solid #d0d0d0;
}

.copy_right p {
  color: var(--black-color);
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}
.copy-right .own_container {
    border-top: 1px solid #d0d0d0;
}
.copy_right p a {
  color: var(--black-color);
}

.bottom_footer_row {
  padding: 25px 0px;
  margin-top: 30px;
}

.bottom_footer ul {
  display: flex;
  justify-content: end;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.bottom_footer ul li {
  list-style: none;
  padding: 10px 20px;
}

.bottom_footer ul li a {
  color: var(--black-color);
  /* font-weight: 500; */
  font-size: 14px;
}

.btn-outline-success {
    border-color: var(--primary-color2);
    color: var(--primary-color2);
}
.btn-outline-success:hover {
    background: transparent;
    border-color: var(--primary-color2);
    color: var(--primary-color2);
}
.btn-outline-success.active {
    border-color: var(--primary-color2);
    background: var(--primary-color2);
    color: var(--white-color);
}
.btn-outline-success.active:focus {
    box-shadow: none;
}

/* footer css */

/* latest_news css  */

#blog-carousel .owl-dots {
  display: block;
}

#blog-carousel .owl-dots .owl-dot.active span,
#blog-carousel .owl-dots .owl-dot:hover span {
  background: #f78932;
  width: 20px;
}

.latest_news_sec {
  padding: 50px 0px;
}

.news_box {
  width: 90%;
  position: relative;
}

.news_box .news_box_img {
  width: 100%;
  margin-bottom: 20px;
  /* min-height: 238px; */
  border-radius: 20px;
}

.news_box .news_box_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.news_box .news_content h3 {
  font-size: 20px;
  /* line-height: 25px; */
}

.news_box .news_content a {
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 18px;
}

.news_strip {
  position: absolute;
  top: 0px;
  left: 0px;
}

.news_strip span {
    background: linear-gradient(90deg, #9b4b2d 5%, #f2bb7e 100%);
    padding: 9px 18px;
    color: var(--white-color);
    display: inline-block;
    border-radius: 19px 0 19px;
    font-size: 12px;
    font-weight: 600;
}

.gird-wrper {
    display: flex;
}
.gird-wrper .image-wrper {
    flex: 1;
    display: flex;
    align-items: center;
}
.gird-wrper .right-side2 {
    flex: 1;
    padding: 50px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.apson_sec_heading h4 {
  text-transform: uppercase;
}

.product_tab_sec {
  padding: 50px 0px 50px 0px;
}

.product_tab {
  display: flex;
  justify-content: space-between;
}

.product_tab a {
  padding: 15px 70px;
  border-radius: 50px;
  background: #f5f5f5;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 15px;
  transition: 0.3s all;
}

.product_tab a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.certificate_sec {
  padding: 80px 0px;
}

.certificate_box {
  display: flex;
  align-items: center;
}

.certificate_img {
  width: 40%;
}

.certificate_content {
  width: 60%;
}

.certificate_content span {
  color: #000;
  font-size: 45px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.certi_border_right {
  border-right: 1px solid #ccc;
}

/* latest news css  */



/* about css  */

.about_apsom {
  background-color: var(--primary-color2);
  padding: 100px 0px;
  position: relative;
}

.about_content {
  color: var(--black-color);
  background: url(../images/bg-map.webp);
      background-size: cover;
    background-repeat: no-repeat;
}


.about_content p {
  margin-bottom: 25px;
}

.about_bhumi_img {
  width: 100%;
  margin: auto;
  padding: 20px;
}

.about_bhumi_img img {
  width: 100%;
}

.about_bhumi_img_box {
  position: relative;
}
.bhumi_btn {
    background: linear-gradient(90deg, #88321B 0%, #FDC989 100%);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-transform: uppercase;
}
   .bhumi_btn {
      background: linear-gradient(90deg, #88321B, #FDC989, #88321B);
      background-size: 300% 100%;
      background-position: 0% 50%;
      color: #fff;
      padding: 15px 35px;
      border-radius: 50px;
      text-transform: uppercase;
      display: inline-block;
      border: none;
      cursor: pointer;
      transition: background-position 1s linear;
    }

    .bhumi_btn:hover {
      background-position: 100% 50%;
       color: #fff;
    }



.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_bhumi_img_box::after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    z-index: 1;
    border-radius: 50%;
    border: 10px solid transparent;
    /* border-top-color: black; */
    animation: rotateBorder 5s linear infinite;
    background: url(../images/circl.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.about_bhumi .custom-box {
    background: #f5f5f5;
    padding: 68px 40px;
    border-radius: 30px;
    position: relative;
    margin: 0 10px;
}
.about_bhumi .custom-box .icon-box {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
}

/* Animation keyframes */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about_bhumi .custom-box h4 {
    font-size: 50px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.about_bhumi .custom-box h4 span {
    font-size: 22px;
}
.about_bhumi .custom-box p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.sub-heading {
    color: var(--primary-color2);
    font-weight: 600;
    margin-bottom: 15px !important;
}
.about_bhumi .custom-box:before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/layer-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
     transform: scale(1);
     transition: transform 0.5s ease, opacity 0.5s ease;
}
.about_bhumi .custom-box:hover:before {
    transform: scale(1.1);
    opacity: 1;
}
.about_bhumi .custom-box:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/layer-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
     transform: scale(1);
     transition: transform 0.5s ease, opacity 0.5s ease;
}
.about_bhumi .custom-box:hover:after {
    transform: scale(1.1);
    opacity: 1;
}

/* about css  */

/* product home css  */
.box-image .product-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: uppercase;
    color: #ffff;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 0;
}
.box-image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.box-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, black, transparent);
}
.box-content {
    padding: 20px;
}
.box-content a{
  color: var(--primary-color2);
}
/* end product home css  */

/*  leadership home css  */

.leader_box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 16px 0px #00000026;
}
.leader_content {
    padding: 20px;
}
.leader_sec .owl-stage {
    padding: 15px 0;
}
.leader_box_img img {
    border-radius: 30px 30px 0px 0px;
}
.leader_content h4 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}
.leader_content  p {
    color: var(--primary-color2);
    font-weight: 500;
}
.leader_sec .owl-nav {
    display: flex !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: -82px;
}

.leader_sec .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-left.png) !important;
}
.leader_sec .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: url(../images/arrow-right.png) !important;
}
.leader_sec .owl-nav .owl-prev span {
    visibility: hidden;
    opacity: 0;
}
.leader_sec .owl-nav .owl-next span {
    visibility: hidden;
    opacity: 0;
}
.leader_sec.section .owl-dots {
    display: none;
}

/* end leadership home css  */

/* video section css  */
    .video-section {
      position: relative;
      width: 100%;
      height: 60vh;
      overflow: hidden;
      color: #fff;
    }

    .video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: 1;
      object-fit: cover;
    }

    .video-overlay {
      position: relative;
      z-index: 2;
      background: linear-gradient(269.67deg, rgba(5, 130, 199, 0) 0.29%, #0582C7 99.71%); 
      height: 100%;
      display: flex;
      align-items: center;
    }
/* end video section css  */

/* end artical section css  */
    .box {
       padding: 30px;
        border-radius: 30px;
        display: grid;
        align-items: end;
            position: relative;
    overflow: hidden;
    }

  .full-height {
      height: 100%;
    }

    .half-height {
      height: 50%;
    }

.four-box {
  margin: -10px; 
}

.four-box .custom-gap {
  padding: 10px; 
}

.four-box .custom-gap .box {
  height: 100%;
box-shadow: 0px 0px 20px 0px #00000026;
  border-radius: 30px;
}
.arti-wrp {
    min-height: 600px;
}
.arti-cont h5 {
    color: var(--white-color);
}
.arti-cont a {
    color: var(--primary-color2);
}
.box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000bd, transparent);
}
.arti-cont {
    position: relative;
    z-index: 1;
}
.artical_sec video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}
.artical_sec {
    position: relative;
        overflow: hidden;
}

/* end blog section css  */

/* slider css  */

.slider_container {
    position: relative;
}

.slider-container {
  position: relative;
  max-width: 100%;
  overflow-x: clip;
}

.slider-wrapper {
  display: flex;
  transition: transform 1s ease;
}

.slider {
  flex: 0 0 100vw;
  width: 100vw;
  height: 800px; /* or any height you need */
  box-sizing: border-box;
}



.slider-content h2 {
  text-transform: uppercase;
}


.banner-text {
    position: absolute;
    top: 40%;
    width: 100%;
}

.slider_background {
  position: relative;
  /* padding-top: 200px; */
}

.navigation_content {
  text-align: center;
  margin-bottom: 70px;
}

.navigation_content h2 {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 40px;
}

.navigation_content_box {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.slider-navigation {
  width: 100%;
  display: flex;
  justify-content: left;
  z-index: 1;
  flex-wrap: wrap;
}
.slider-navigation .slider-nav-item:first-child {
    display: none;
}

.slider-nav-item {
  margin: 0 60px 0 0;
  cursor: pointer;
  font-size: 22px;
  color: var(--white-color);
   border-bottom: 2px solid var(--white-color);
}

.slider-nav-item:hover {
  color: #ddd;
}

.slider-content {
    width: 100%;
    height: 100%;
position: relative;
}
.content-section {
  display: flex;
}


.banner-text h2 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 20px;
}
.banner-text p {
    color: #fff;
    font-size: 34px;
    line-height: 35px;
}
.slider_img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, black, transparent);
}
.active {
  opacity: 1 !important;
}

.inactive {
  opacity: 0.8 !important;
}

.slider-active {
  opacity: 1;
}

.slider-inactive {
  opacity: 0.8;
}

.slider_img {
    width: 100%;
    height: 100%;
    margin: auto;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
        position: relative;
}

.slider-nav-item.nav_active{
  color: var(--primary-color2);
}

.slider-nav-item.nav_active {
  border-bottom: 2px solid var(--primary-color2);
}

.slider-navigation2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.slider-navigation2 button {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.slider-navigation2 {
    display: none;
}
/* slider css  */

/* our_partner css start */

.our_partner {
  padding: 100px 0px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 5));
    transform: translateX(calc(-250px * 5));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 5));
    transform: translateX(calc(-250px * 5));
  }
}

.client-slider {
  background: white;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.client-slider::before,
.client-slider::after {
  /* background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.client-slider::before {
  left: 0;
  top: 0;
}

.client-slider .client-slide-track {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}

.client-slider .client-slide {
  height: 100px;
  width: 320px;
}

/* our_partner css End  */

/* event_sec css Start  */

#event-carousel .owl-dots {
  /* display: block; */
}

#event-carousel .owl-dots .owl-dot.active span,
#event-carousel .owl-dots .owl-dot:hover span {
  background: #f78932;
  /* width: 20px; */
}

.event_sec {
  background-image: url(../images/apsom-product-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
}

.event_card {
  background: var(--primary-color2);
  border-radius: 10px;
  position: relative;
}

.event_card .event_img {
  width: 100%;
  border-radius: 10px;
}

.event_card .event_img img {
  width: 100%;
  border-radius: 10px;
}

.event_content {
  width: 100%;
  padding: 20px 20px;
  color: var(--white-color);
}

.event_content a {
  color: var(--primary-color);
}

.event_content span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #c2c2c2;
}

.event_content h4 {
  margin: 0px;
  font-size: 1.2rem;
  font-weight: 600;
}

.event_content p {
  margin: 0;
}

.event_card .event_date {
  position: absolute;
  top: 0;
  left: 2em;
  background: var(--primary-color);
  color: #fff;
  padding: 0em 1em;
  padding-bottom: 0;
  border-radius: 0;
  text-align: center;
}

.event_card .event_date::before,
.event_card .event_date::after {
  content: "";
  position: absolute;
  top: 100%;

  width: 50%;
  height: 30px;
}

.event_card .event_date::before {
  left: 0;
  border-left: solid 2em var(--primary-color);
  border-top: solid 15px var(--primary-color);
  border-bottom: solid 15px transparent;
  border-right: solid 2em transparent;
}

.event_card .event_date::after {
  right: 0;
  border-right: solid 2em var(--primary-color);
  border-top: solid 15px var(--primary-color);
  border-bottom: solid 15px transparent;
  border-left: solid 2em transparent;
}

.event_card .event_date span {
  font-size: 1.3rem;
  font-weight: 600;
}

.event_card .event_date p {
  font-size: 1rem;
  margin: 0px;
}

/* event_sec css End  */







/* product ap - 640 cs start  */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 4));
    transform: translateX(calc(-250px * 4));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 4));
    transform: translateX(calc(-250px * 4));
  }
}



/* blog detail css start  */

.blog_detail_sec {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gray-bg {
  background-color: #f5f5f5;
}

.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-grid .blog-img {
  position: relative;
}

.blog-grid .blog-img .date {
  position: absolute;
  background: var(--primary-color);
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}

.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
}

.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}

.blog-grid .blog-info {
  padding: 20px;
}

.blog-grid .blog-info h5 {
  font-size: 22px;
  margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
  color: #20247b;
}

.blog-grid .blog-info p {
  margin: 0;
}

.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.blog-aside .widget {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.product_save_col {
  position: sticky;
  top: 30px;
  z-index: 1;
}

.blog-aside .widget-body {
  padding: 15px;
}

.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.blog-aside .widget-title h3 {
  font-size: 24px;
  color: var(--black-color);
  margin: 0;
  font-weight: 600;
}

.blog-aside .post-aside {
  margin-bottom: 15px;
}

.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}

.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
}

.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}

.blog-aside .post-aside .post-aside-meta a {
  color: #6f8ba4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}

.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}

.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
      width: 80%;
}

.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
  color: var(--black-color);
  font-size: 16px;
}

.blog-aside .latest-post-aside .lpa-meta a {
  color: #6f8ba4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.latest-post-aside.media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_box {
  background: #f5f5f5;
  border-radius: 20px;
  height: 100%;
}
.news_content {
    padding: 0px 20px 20px;
}
img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}

.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
}

.contact-name p {
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}

.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}

.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}

.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}

.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}

.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}

.contact-form .send {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}

.section-title {
  padding-bottom: 45px;
}

.contact-form .send {
  margin-top: 20px;
}



/* blog detail css End  */

/* contact us css start  */

.contact_form_sec {
  /* background-color: #f5f5f5; */
  padding: 80px 0px;
  background-image: url(../images/map.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_form_cont {
  /* text-align: center; */
  margin-bottom: 20px;
}

.contact_info_box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.contact_info_icon {
  border: 2px solid #284967;
  /* padding: 20px; */
  border-radius: 50px;
  width: 60px;
  display: flex;
  height: 60px;
  align-items: center;
  font-size: 21px;
  justify-content: center;
  color: var(--white-color);
  background: var(--primary-color2);
}

.contact_info_content {
  margin-left: 20px;
  width: 70%;
}

.contact_info_content span {
  display: block;
  font-size: 18px;
}

.contact_info_content a {
  font-size: 16px;
  color: #292626;
}


/* contact us css end  */

/* privacy policy css start  */

.privacy_policy_sec {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.privacy_policy_content h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* privacy policy css end  */

/* gallery css start  */

.gallery_sec {
  padding: 80px 0px;
  background-color: #f5f5f5;
}

.gallery_tab #myTab {
  justify-content: center;
  border: none;
}

.gallery_tab #myTab .nav-link.active {
  border: none;
  border-bottom: 2px solid #f78932;
  color: #f78932;
  opacity: 1;
}

.gallery_tab #myTab .nav-link {
  color: #000;
  font-size: 16px;
}

.galley_img {
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.galley_img img {
  width: 100%;
  border-radius: 5px;
}

.gallery_item_tag {
  position: absolute;
  top: 0px;
  background: #f78932;
  color: #fff;
  padding: 8px 30px;
  border-radius: 0px 30px 30px 0px;
  left: 0px;
  font-size: 16px;
}

.gallery_video {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.gallery_video iframe {
  width: 100%;
  border-radius: 10px;
}

.gallery_video_tag {
  position: absolute;
  bottom: 0px;
  background: #f78932;
  color: #fff;
  padding: 8px 30px;
  border-radius: 0px 0px 10px 10px;
  left: 0px;
  font-size: 16px;
  width: 100%;
}

/* gallery css End  */


.telecrm-chat-widget-main-container {
  bottom: 77px !important;
  right: 16px !important;
}

.scroll-button a {
  position: fixed;
  bottom: 80px;
  right: 33px;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 12px;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15);
  /* display: none; */
}

section#about_bhumi {
    overflow: hidden;
}
.navbar-brand img {
    width: 80px;
}


/* start about page css */
.bg {
  width: 100%;
  min-height: 700px;
  background-image: url('../images/about/banner.webp'); 
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}

.bg.contact {
  background-image: url('../images/about/contact-bg.webp'); 
}

.banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-content {
    max-width: 730px;
}

.vision-section {
    background-image: url('../images/about/bg2.webp'); 
    background-size: cover;
    background-position: center right;
    min-height: 700px;
    display: flex;
    align-items: center;
    color: #fff;
        position: relative;
}
.vision-section .container {
    z-index: 1;
}

.box-wrp {
    display: flex;
    height: auto;
    flex-wrap: wrap;
}

.left-side {
    flex: 1;
     background-image: url('../images/about/frame-1027.webp');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.right-side {
    flex: 1;
    background-color: #C05E2E;
    color: #fff;
    position: relative;
    padding-top: 175px;
    padding-bottom: 175px;
    padding-left: 80px;
    padding-right: 162px;
    box-sizing: border-box;
    justify-items: center;
    /* align-items: center; */
    align-content: end;
}
.right-side .sticky-image {
    position: absolute;
    top: 0px;
    right: 0;
    float: right;
    width: 150px;
    z-index: 1;
}
.value-card {
    background-color:#fff;
    border-radius: 16px;
    padding: 40px 20px;
        min-height: 190px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.value-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.value-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.join-section {
    background-image: url(../images/about/join.webp);
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    background-position: center center;
}
.bhumi_btn.bg-dark {
    background: #000000;
}
/* end about page css */

/* start leadership page css */

.leadership-banner {
  background-image: url('../images/team/leadership.webp'); 
}
.leader-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}
.plus-btn {
    background-color: #C46737;
    /* border-radius: 50%; */
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    font-size: 33px;
    cursor: pointer;
    margin-bottom:-25px;
}
.card-footer {
    background: #fff;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#leaderModal h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: var(--black-color);
}
#leaderModal p#modalDesignation {
color: var(--primary-color2) !important;
}
div#leaderModal img#modalImg {
    border-radius: 12px;
}
div#leaderModal .modal-body {
    padding: 40px;
}
button.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 999;
}
.modal-info-scroll {
    max-height: 410px;
    overflow-y: auto;
    padding-right: 15px;
}
.modal-info-scroll p {
    text-align: justify;
}
.modal-info-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;

}

.modal-info-scroll::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.modal-info-scroll::-webkit-scrollbar-thumb
{
	background-color: var(--primary-color2);
	border: 2px solid  var(--primary-color2);
  
}
.footer_li a#openModalBtn {
    cursor: pointer;
}

.content {
    max-width: 640px;
}


/* end leadership page css */

/* Responsive Media Queries */
@media only screen and (max-width: 1366px) {
.about_bhumi .custom-box h4 {
    font-size: 30px;
}
.about_bhumi .custom-box h4 span {
    font-size: 15px;
}
.about_bhumi .custom-box p {
    font-size: 16px;
}
.about_bhumi .custom-box .icon-box {
    width: 52px;
}
.vision-section {
    min-height: 565px;
    background-position: center;

}
.crd-box .icon {
    width: 40px !important;
}
.bg {
    min-height: 415px;
}
.mines-tre-box .value-card {
    min-height: 410px !important;
}
}


@media only screen and (max-width: 1199px) {
.side-nav {
  position: fixed;
  top: 0;
  left: -330px;
  width: 330px;
  height: 100%;
  background: #f8f9fa;
  transition: left 0.4s ease;
  z-index: 1040;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.side-nav.show {
  left: 0;
}

.navbar-toggler {
  z-index: 1050; 
}
.toggler-icon {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.about_bhumi .custom-box {
    padding: 68px 10px;
}
.slider-nav-item {
    margin: 0 50px 0 0;
    font-size: 17px;
}
.nav-menu .header-btn a {
    width: auto !important;
}
}


@media only screen and (max-width: 1024px){
.arti-wrp {
    min-height: 470px;
}
.arti-cont h5 {
    font-size: 18px;
}
}
@media only screen and (max-width: 991px){
    .left-side-gap {
    padding-left: 15px;
}
.right-side-gap {
    padding-right: 15px;
}
.section-gap-right .region-image {
    margin-bottom: 30px;
}
.mines-tre-box .value-card {
    min-height: 409px;
}
}


@media only screen and (max-width: 768px){
  .slider {
    height: 500px;
}
.banner-text h2 {
    font-size: 30px;
    line-height: 30px;
}
.banner-text p {
    font-size: 16px;
    line-height: 25px;
}
    .slider-nav-item {
        margin: 0 30px 0 0;
    }
    .footer_contact {
    margin-top: 0px;
    padding-bottom: 0px !important;
}
.bg {
    min-height: 550px;
}
.banner-content h1 {
    font-size: 28px;
}
.box-wrp {
    display: grid;
}
.right-side {
    padding: 50px 15px;
}
.left-side {
    min-height: 365px;
}
.join-section img {
    width: 70%;
}
.gird-wrper {
    display: block;
}
}
@media only screen and (max-width: 767px){
.slider-nav-item {
    margin: 0 20px 0 0;
    font-size: 14px;
}
.slider {
    height: 390px;
}
.banner-text {
    top: 34%;
}
.navbar-brand img {
    width: 80px;
}
.navigation-portrait {
    height: 96px !important;
}
.side-nav.show {
        left: 60px;
    }
    .box.full-height {
    min-height: 300px;
}
.four-box {
    margin-top: 12px;
}
    .bg {
        min-height: 420px;
    }
    .section {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .vision-section {
        min-height: 400px;
        background-position: center right;
    }
    .gird-wrper .right-side2 {
    padding: 36px;
}
.mines-tre-box .value-card {
    min-height: auto;
}
}

@media only screen and (max-width: 480px){
.heading2 {
    font-size: 27px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.side-nav.show {
        left: 0px;
    }
    .four-box .col-6 {
    width: 100%;
    padding: 0;
}
.four-box {
    margin: 12px 0;
}
    .arti-wrp {
        min-height: auto;
    }
    .half-height {
    height: auto;
}
.four-box .custom-gap .box {
    height: 300px;
    margin-bottom: 10px;
}
.video-section {
    height: 35vh;
}
.slider-nav-item {
    margin: 0 20px 10px 0;
}
.slider-navigation2 {
    display: block;
}
.navigation_content_box {
    display: none !important;
}
    .bg {
        min-height: 300px;
    }
        .banner-content h1 {
        font-size: 24px;
    }
    .mines-tre-box .value-card {
    min-height: auto !important;
}
}


 /* ********************* Mining***************************** */

    .miningbg {
  width: 100%;
   background-image: url('../images/mining/bg.webp'); 
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  /* padding-left: 100px; */
  color: #fff;
}



.banner-content h1 {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-content p {
  font-size: 18px;
  line-height: 1.5;
}

/* Responsive for tablets */
@media (max-width: 1024px) {
  .banner {
    height: 600px;
    padding-left: 50px;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .banner-content p {
    font-size: 18px;
  }
}




/* Responsive for mobile */
@media (max-width: 768px) {
  .banner {
    height: 400px;
    padding: 20px;
    justify-content: center;
    text-align: center;
  }

  .banner-content {
    max-width: 100%;
  }

  .banner-content h1 {
    font-size: 28px;
  }

  .banner-content p {
    font-size: 16px;
  }
}


/* about */

.region-table {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
    .region-table td,
    .region-table th {
      vertical-align: middle;
    }
    .region-table-icon {
      width: 32px;
      height: 32px;
      object-fit: contain;
      margin-right: 10px;
    }
    .region-image {
      width: 100%;
      border-radius: 16px;
      object-fit: cover;
    }
    @media (max-width: 767px) {
      .region-table-wrapper {
        margin-bottom: 2rem;
      }
    }


    /* galery */
     .business-section img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      height: 100%;
      box-shadow: #555;
    }
    .business-img {
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }


.copperbg{
background-image: url('../images/product/copper/copper.webp'); 
}
    

/* application */
   .applications-section {
      padding: 60px 0;
    }

    .scroll-container {
      display: flex;
      overflow-x: hidden;
      gap: 20px;
      padding-bottom: 10px;
      scroll-behavior: smooth;
    }

    .cardapplication {
      min-width: 250px;
      flex-shrink: 0;
      border: none;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      /* height: 100px !important; */
    }

    .card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 0px;
    }

    .card-title-overlay {
      position: absolute;
      bottom: 0;
      background: linear-gradient(to top, rgb(192 94 46), #00000000);
      color: white;
      width: 100%;
      padding: 10px 12px;
      /* font-weight: 500; */
      font-size: 1.6rem;
    }

    .drag-track {
      width: 100%;
      height: 8px;
      background-color: #ddd;
      border-radius: 4px;
      position: relative;
      margin-top: 20px;
    }

    .drag-thumb {
      position: absolute;
      height: 50px;
      width: 100px;
      background-color: #c05e2e;
      color: white;
      font-weight: bold;
      border-radius: 999px;
      top: -25px;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      user-select: none;
      cursor: grab;
      transition: background 0.2s;
    }

    .drag-thumb:active {
      cursor: grabbing;
      background-color: #a74e1e;
    }


.nav-menu > li .d-flex a {
    height: 50px;
    padding: 14px 17px !important;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    color: var(--black-color);
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-weight: 600;
}

.navbar .dropdown-toggle-split {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.nav-item.dropdown > .d-flex > .nav-link {
  padding-right: 0.3rem;
}
.nav-item.dropdown .dropdown-toggle-split {
    padding-left: 0px !important;
}
.nav-menu > li .d-flex a:first-child {
    padding-right: 8px !important;
}

.cobaltbg{
background-image: url('../images/product/cobalt/cobaltbg.webp'); 
}
.nikelbg {
background-image: url('../images/product/nickel/nickelbg.webp'); 
}

/* Show dropdown on hover of parent .nav-item */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.hmsplant{
    background-image: url('../images/product/hmsplant/hpplant.webp'); 
}
.item-list {
    padding-left: 19px;
}
.item-list li {
    padding-bottom: 7px;
}
.right-side-gap {
    padding-right: 50px;
}
.left-side-gap {
    padding-left: 50px;
}
.plant-page .bg-light {
    background: #fff !important;
}

.mines-bg{
    background-image: url('../images/product/mines/mines-bg.webp'); 
}

.crd-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 16px;
    padding: 12px;
}
.crd-box .card-title {
    font-weight: 600;
}
.mines-tre-box .value-card {
    background: #f5f5f5;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.08);
    min-height: 370px;
}
.mines-tre-box .value-card p {
    margin-bottom: 0;
}
.mines-tre-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.crd-box .icon {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}
.investor-sec .value-card {
    display: grid;
    align-items: center;
    align-content: center;
}

.investor-sec .value-card .text-decoration-none {
    color: #000;
}
.investor-bg{
    background-image: url('../images/about/investor-bg.webp'); 
}
