* {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

/* end-edit */
html.has-scroll-smooth {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body.no-scroll {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}

.custom_container {
  padding: 0 8%;
  z-index: 1;
  position: relative;
}
p {
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b715a;
  border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3b715a;
}

/* common style */
.read_more {
  color: rgba(38, 41, 45, 1);
  cursor: pointer;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  display: inline-flex;
  text-decoration: none !important;
  background: #ffffff;
  z-index: 1;
  border-radius: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  margin-top: 20px;
}
.read_more svg {
  width: 15px;
  margin-left: 10px;
  transition: 0.5s;
}
.btn_resco {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 15px;
  position: relative;
  text-transform: capitalize;
  display: inline-flex;
  text-decoration: none !important;
  background: rgb(104, 144, 48);
  z-index: 1;
  border-radius: 40px;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}
.btn_resco:hover {
  box-shadow: inset 0 -4em 0 0 rgb(88 122 39);
  color: #fff;
}

.title h4 {
  font-weight: 600;
  font-size: 56px;
  color: rgb(16, 39, 29);
  text-transform: capitalize;
}
.title span {
  font-weight: 600;
  font-size: 16px;
  color: rgb(16, 39, 29);
}
.title p {
  font-weight: 400;
  color: rgb(84, 101, 94);
  font-size: 18px;
}
.title ul {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: rgba(95, 95, 95, 1);
}
.section {
  padding: 60px 0;
  position: relative;
}

.about {
  background: #fff;
}

.navbar-animation {
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

header nav .navbar-brand img {
  width: 120px;
  object-fit: contain;
  height: auto;
  transition: 0.5s all;
}
header .custom_container {
  padding: 0px 5%;
}
header {
  width: 100%;
  transition: 0.5s all;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding: 16px 0;
}
header.sticky {
  background: #d6e2d9;
  padding: 6px 0;
}
header.sticky .navbar-brand img {
  width: 80px;
}
header.sticky .menu a {
  font-size: 16px;
}
header .navbar-brand span {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin-left: 10px;
}
.menu {
  display: inline-flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.menu a {
  display: block;
  color: #10271d;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 18px;
  transition: 0.6s;
  font-weight: 500;
  text-transform: capitalize;
}
.menu_animation:before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform-origin: right;
  transform: scaleX(0);
  background: rgb(16, 39, 29);
  transition: transform 0.5s ease;
  z-index: 1;
}
.menu_animation:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

.menu a:hover {
  color: rgb(16, 39, 29);
}
.menu li {
  position: relative;
}
.menu li:last-child {
  margin-right: 0;
}

.side_bar {
  display: none;
  padding: 25px 35px;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  z-index: 10;
  width: 100px;
  height: 75px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.side_bar span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.side_bar span:nth-child(1) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.side_bar span:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.side_bar span:nth-child(3) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.side_bar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-1px, -3px);
  -moz-transform: rotate(45deg) translate(-1px, -3px);
  -o-transform: rotate(45deg) translate(-1px, -3px);
  transform: rotate(45deg) translate(-1px, -3px);
  top: 0%;
  left: 0;
}
.side_bar.open span {
  background: #fff;
}
.side_bar.open:before {
  border: 3px solid #fff;
}
.side_bar.open span:nth-child(2) {
  /*width: 0%;*/
  opacity: 0;
}
.side_bar.open span:before {
  content: unset;
}
.side_bar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}

.header_links {
  display: flex;
  display: -webkit-flex;
  column-gap: 15px;
  -webkit-column-gap: 15px;
  align-items: center;
}

.title_head {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.title_head:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ababab;
  transition: 3s;
  top: 50%;
  transform: translateY(-50%);
}
.title.animation .title_head:before {
  width: 100%;
  transition-delay: 0.2s;
}

header nav .main_menu .right-menu {
  margin-left: 6%;
  display: inline-flex;
  align-items: center;
  width: 60%;
}

/* home page */

section.main_bnner {
  width: 100%;
  position: relative;
}
.bg_baner {
  height: 100vh;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
section.main_bnner .banner_item {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0 8%;
}
.main_bnner .banner_item:before {
  content: "";
  position: absolute;
  width: 50%;
  background: #d6e2d9;
  height: 100%;
  right: 0;
  z-index: 2;
}

section.main_bnner .banner_img img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: 1s;
  transform: translateX(100%);
}
section.main_bnner .swiper-slide-active .banner_img img {
  transform: translateX(0%);
}

section.main_bnner .banner_img {
  width: 50%;
  position: relative;
  height: 100%;
  z-index: 2;
}
section.main_bnner .banner_item .banner_content {
  width: 50%;
  color: #fff;
  transform: translateY(100%);
  transition: 1s;
  padding-right: 80px;
}
section.main_bnner .swiper-slide-active .banner_item .banner_content {
  transform: translateY(0%);
}
section.main_bnner .banner_item .banner_content h2 {
  font-size: 68px;
  color: rgb(16, 39, 29);
  font-weight: 600;
}
section.main_bnner .banner_item .banner_content h2 span {
  font-weight: 700;
}
section.main_bnner .banner_item .banner_content p {
  margin-bottom: 20px !important;
  color: rgb(84, 101, 94);
  font-size: 18px;
}

.about .about_img {
  width: 80%;
  height: 650px;
  overflow: hidden;
  border-radius: 20px;
}
.about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_content {
  padding: 40px;
  background-image: url(../img/section_bg_2.webp);
  border-radius: 10px;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 50%;
  color: #fff;
}
.about_content h3 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
}
.about_left {
  position: relative;
}
.about .title {
  padding-left: 40px;
}

.business {
  background: #fff;
}
.business .title {
  padding: 0 8%;
  margin-bottom: 60px;
}

#business_slider {
  padding: 0 8%;
}

.new_item {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}
.new_item img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  object-fit: cover;
}
.new_item:hover img {
  transform: scale(1.1);
}
a.new_list {
  color: #fff;
  text-decoration: none;
}
.new_content {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  overflow: hidden;
}
.new_content h4 {
  font-size: 24px;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #1f242e;
  transform: translateX(-101%);
  transition: all 0.6s;
  display: inline-block;
}
.new_item:hover .new_content h4 {
  transform: translateX(0%);
}
.new_item .new_content p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  padding: 12px 16px;
  background-color: #323641;
  transform: translateX(-101%);
  transition: all 0.6s;
  display: inline-block;
}

.new_item:hover .new_content p {
  transition-delay: 0.2s;
  transform: translateX(0%);
}

.investor {
  background: #3b715a;
  padding-top: 200px;
  margin-top: -200px;
}
.investor .title h4 {
  color: #fff;
  margin-bottom: 40px;
}
.investor .invest_img {
  width: 80%;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
}
.invest_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invest_content {
  padding: 40px;
  background-image: url(../img/section_bg_2.webp);
  border-radius: 10px;
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 50%;
  color: #fff;
}
.invest_content h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
}
.investor .title span {
  color: #fff;
}
.invest_left {
  position: relative;
}
.investor .title p {
  color: #fff;
}

.inves_img {
  width: 40%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.inves_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor .invest_card {
  background: #fff;
  height: 100%;
  padding: 0;
  border-radius: 20px;
}

.investor .invest_title {
  padding: 20px;
  width: 100%;
}
.investor .invest_title h4 {
  font-size: 22px;
  font-weight: 700;
}
.investor .col-md-6 {
  margin-bottom: 20px;
}

footer {
  background: #13190a;
  color: #fff;
  padding: 60px 0;

  /* position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1; */
}

footer .footer_list h4 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

footer .first_sec .footer_list a img {
  height: 15px;
  margin-right: 10px;
}
footer .menu_sec img {
  height: 40px;
  object-fit: contain;
  filter: invert(1) brightness(100);
}

.menu_sec {
  border-bottom: 1px solid #ffffff30;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

footer .add_sec {
  margin-bottom: 60px;
}
footer .add_sec .footer_list {
  width: 25%;
}
footer .add_sec p {
  font-size: 18px;
}
.footer_list p {
  opacity: 0.4;
}

ul.social {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin: 0;
  list-style: none;
}
footer ul.social li a {
  text-decoration: none;
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  display: flex;
  align-items: center;
  background: #1e2710;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  justify-content: center;
}
footer .footer_list .menu a {
  color: #fff;
}
footer .second_sec .footer_list ul li {
  margin-bottom: 0;
}
ul.social_link li a {
  background: #36393e;
  width: 42px;
  height: 42px;
  justify-content: center;
  font-size: 18px !important;
  border-radius: 50%;
}
ul.social_link li a:hover {
  background: #1490e9;
}

.modal-body {
  padding: 20px;
}
.close {
  position: absolute;
  right: 12px;
  opacity: 0;
  top: 0;
  background: transparent;
  border: none;
  font-size: 28px;
}

@media (max-width: 992px) {
  /*.navbar-brand.logo {*/
  /*    padding: 10px 15px;*/
  /*}*/
  .custom_container {
    padding: 0 4%;
  }
  .section {
    padding: 25px 0;
  }
  header .btn-pop {
    display: none;
  }

  .header_right .custom-logo-link img {
    width: 80px;
  }
  .side_bar {
    margin-right: 10px;
    padding: 10px 14px;
    height: 40px;
    width: 55px;
    display: inline-flex;
  }

  header nav .main_menu {
    right: 0;
    top: 0;
    position: fixed;
    /*text-align: right;*/
    width: 100%;
    /*padding: 3%;*/
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 9;
    overflow: visible;
    opacity: 0;
    background-color: rgb(1 37 110);
    transition: 0.9s all cubic-bezier(1, -0.06, 0.28, 1.03) !important;
    box-shadow: -10px 0px 20px #0000005e;
    transform: translateY(-100%);
  }
  header nav .main_menu {
    text-align: center;
    justify-content: center;
  }

  header nav .main_menu.kk {
    opacity: 1;
    transform: translateY(0);
    /*overflow-y: scroll;*/
  }
  .menu a {
    font-size: 22px;
  }
  .menu li {
    margin: 25px;
  }
  header {
    padding: 8px 0;
  }
  header nav .main_menu .menu-header-menu-container {
    width: 90%;
  }
  header nav .main_menu ul {
    display: block;
    right: 100%;
    list-style: none;
    padding: 0;
    top: -50px;
  }
  .btn_nddb {
    padding: 8px 15px;
    min-width: 160px;
    font-size: 14px;
  }
  .btn_nddb2 {
    padding: 8px 15px;
    min-width: 160px;
    font-size: 14px;
  }
  footer .second_sec {
    padding: 10px 0;
    margin: 10px 0 0;
    flex-wrap: wrap;
  }
  footer .third_sec {
    padding: 10px 0;
    flex-wrap: wrap;
  }
  footer .footer_list {
    min-width: 100% !important;
    margin-bottom: 15px;
    text-align: center;
  }
  .title h4 {
    font-size: 26px;
    font-weight: 600;
  }
  .subscribe_form {
    width: 100%;
  }
  ul.social {
    margin-top: 20px;
  }
  footer ul.social li a {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  footer {
    padding: 20px 0;
  }

  section.main_bnner .banner_item .banner_content {
    width: 100%;
    padding-right: 0px;
  }
  section.main_bnner .banner_item .banner_content h2 {
    font-size: 26px;
  }
  section.main_bnner .banner_item .banner_content p {
    font-size: 14px;
  }
  section.main_bnner .banner_item {
    padding: 0 4%;
    flex-wrap: wrap;
    height: auto;
    min-height: 100vh;
    text-align: center;
    flex-direction: column;
    gap: 40px;
  }
  section.main_bnner .banner_img {
    width: 100%;
    position: relative;
    height: 220px;
    order: -1;
  }
}

@media only screen and (max-width: 760px) {
}

/* for small mobile devices like Iphone SE */
@media only screen and (max-width: 450px) and (max-height: 700px) {
}
.investor_tabs button {
  background-color: #dddddd !important;
  color: #000;
  /* font-weight: 700; */
  font-family: "DM Sans", sans-serif;
  padding: 1rem 0.5rem !important;
}
.investor_tabs button:hover,
.investor_tabs button.active {
  background-color: #3b715a !important;
  color: #fff; 
}
.pdf_icon{
    height: 2.25rem;
}
.tabs_content button{
    /* font-weight: 700; */
    color: #000;
}
.tabs_content button:hover,
.tabs_content button.active{
    color: #fff !important;
    background-color: #689030 !important;
}
.tab-pane a{
    text-decoration: none;
    color: #000;
}
.address_box{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
p{
text-align:justify;
}