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

body {
  color: #000;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

h1 {
  color: #00454D;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-style: normal;
  font-weight: 900;
  line-height: clamp(1.875rem, 2.125vw + 1.45rem, 4rem);
}

h2 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(1.375rem, 1.125vw + 1.15rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.563rem, 1.438vw + 1.275rem, 3rem);
  margin-bottom: 40px;
}

h3 {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(1.25rem, 0.75vw + 1.1rem, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.563rem, 0.938vw + 1.375rem, 2.5rem);
}

p {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(0.813rem, 0.188vw + 0.775rem, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  margin: 0;
}

.glb-btn {
  border-radius: 100px;
  background: #00454C;
  padding: 16px 47px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  border: 1px solid #00454C;
  min-width: 200px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.5s ease;
}
.glb-btn:hover {
  color: #00454C;
  border: 1px solid #00454C;
  background: #fff;
}

button:focus {
  outline: none !important;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: 10px 0 25px;
  transition: all 0.5s ease;
}
header .menu-area .container {
  padding: 0;
}
header .menu-area .totl_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-area .totl_head .main_logo {
  max-width: 173px;
  position: relative;
  z-index: 9;
}
header .menu-area .totl_head .main_logo img {
  width: 100%;
}
header .menu-area .totl_head .main_links {
  width: inherit;
  border-radius: 100px;
  background: rgba(0, 69, 77, 0.16);
}
header .menu-area .totl_head .main_links ul {
  padding: 12.7px 40px;
  gap: 59px;
}
header .menu-area .totl_head .main_links ul li {
  padding: 0;
}
header .menu-area .totl_head .main_links ul li a {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}
header .menu-area .totl_head .main_links ul li a::before {
  display: none;
}
header .menu-area .totl_head .main_links ul li a:hover {
  color: #00454C;
}
header.scrolled {
  position: sticky;
  background: #fff;
  padding: 18px 0 19px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}
header.scrolled .menu-area .totl_head .main_links {
  background: transparent;
}

ul.brdcm {
  display: flex;
  margin-bottom: 16px;
  gap: 16px;
  justify-content: center;
}
ul.brdcm li {
  color: #00454D;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}
ul.brdcm li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  color: #00454D;
  font-weight: 500;
}
ul.brdcm li:last-child::before {
  display: none;
}
ul.brdcm li a {
  color: #00454D;
  font-weight: 500;
}

.section-padding {
  padding: clamp(1.875rem, 5.625vw + 0.75rem, 7.5rem) 0;
}

.hero_sec {
  position: relative;
}
.hero_sec .video {
  position: relative;
  max-height: 809px;
  overflow: hidden;
}
.hero_sec .video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FFF 0.24%, rgba(255, 255, 255, 0) 86.06%);
}
.hero_sec .video video {
  max-height: 809px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero_sec .top_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_sec .top_div h1 {
  max-width: 1090px;
  margin: 0 auto 16px;
}
.hero_sec .top_div p {
  max-width: 1090px;
  color: #00454D;
  margin: 0 auto 40px;
  font-weight: 600;
  text-align: center;
}
.hero_sec .top_div .glb-btn {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.hero_sec.inner_bnnr .bg {
  width: 100%;
}
.hero_sec.inner_bnnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #FFF 0.24%, rgba(255, 255, 255, 0) 100%);
}
.hero_sec.inner_bnnr.contact .container {
  padding-bottom: 170px;
}
.hero_sec.inner_bnnr.sustain h1 {
  max-width: 860px;
}

.home_sec2 {
  text-align: center;
}
.home_sec2 h2 {
  max-width: 568px;
  margin: 0 auto 40px;
}
.home_sec2 p {
  margin: 0 auto 40px;
  max-width: 866px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.home_sec2 .glb-btn {
  margin: 0 auto;
}

.home_sec4 {
  margin: 120px 0;
}
.home_sec4 .txt_div {
  width: 100%;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.08);
  padding: clamp(1.875rem, 3.125vw + 1.25rem, 5rem) 0;
}
.home_sec4 .txt_div h2 {
  max-width: 755px;
  margin: 0 auto 32px;
  font-size: clamp(1.25rem, 1.75vw + 0.9rem, 3rem);
  line-height: clamp(1.875rem, 1.125vw + 1.65rem, 3rem);
}
.home_sec4 .txt_div p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  max-width: 866px;
  margin: 0 auto 32px;
  text-align: center;
}
.home_sec4 .txt_div .glb-btn {
  margin: 0 auto;
}

.home_sec3 {
  background: #F8F8F0;
  padding: 80px 0;
  overflow: hidden;
}
.home_sec3 h2 {
  text-align: left;
}
.home_sec3 .col-12 {
  position: relative;
}
.home_sec3 .slider_divs .swiper {
  width: 100%;
  overflow: visible;
}
.home_sec3 .slider_divs .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.home_sec3 .slider_divs .swiper .swiper-slide {
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked {
  width: 642px !important;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .para_dv, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .para_dv {
  padding: 0 80px 0 40px;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .txt, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .txt {
  transition: all 0.5s;
  bottom: 0;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .txt h2, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .txt h2 {
  font-size: clamp(1.25rem, 1.25vw + 1rem, 2.5rem);
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .txt p, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .txt p {
  opacity: 1;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre {
  left: 40px;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre:hover span.txt, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre:hover span.txt {
  padding-left: 40px;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre:hover span.rght_arrw, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre:hover span.rght_arrw {
  opacity: 0;
  right: 100px;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre:hover span.lft_arrw, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre:hover span.lft_arrw {
  opacity: 1;
  left: 0;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre span.txt, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre span.txt {
  padding-left: 0;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre span.rght_arrw, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre span.rght_arrw {
  opacity: 1;
  right: 0;
}
.home_sec3 .slider_divs .swiper .swiper-slide.next-active .focus_card .rd_mre span.lft_arrw, .home_sec3 .slider_divs .swiper .swiper-slide.active-clicked .focus_card .rd_mre span.lft_arrw {
  opacity: 0;
  left: 100px;
}
.home_sec3 .slider_divs .swiper .swiper-slide img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 22px;
}
.home_sec3 .slider_divs .navs {
  display: flex;
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
.home_sec3 .slider_divs .navs .swiper-button-next,
.home_sec3 .slider_divs .navs .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #00454C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_sec3 .slider_divs .navs .swiper-button-next img,
.home_sec3 .slider_divs .navs .swiper-button-prev img {
  width: 12px;
}
.home_sec3 .slider_divs .swiper-button-next img {
  rotate: 180deg;
}
.home_sec3 .slider_divs .swiper-button-prev,
.home_sec3 .slider_divs .swiper-button-next {
  color: #000;
  position: relative;
  overflow: hidden;
}
.home_sec3 .slider_divs .swiper-button-prev:hover::before,
.home_sec3 .slider_divs .swiper-button-next:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
}
.home_sec3 .slider_divs .swiper-button-prev:hover img,
.home_sec3 .slider_divs .swiper-button-next:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(255deg) brightness(103%) contrast(105%);
}
.home_sec3 .slider_divs .swiper-button-prev::before,
.home_sec3 .slider_divs .swiper-button-next::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #00454C;
  transition: all 0.3s ease;
}
.home_sec3 .slider_divs .focus_card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.home_sec3 .slider_divs .focus_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.2%, #000 100%);
}
.home_sec3 .slider_divs .focus_card .abs {
  position: absolute;
  inset: 0;
}
.home_sec3 .slider_divs .focus_card .para_dv {
  position: absolute;
  bottom: 112px;
  padding: 0 20px;
  overflow: hidden;
}
.home_sec3 .slider_divs .focus_card .para_dv .txt {
  transition: all 0.5s;
  position: relative;
  bottom: -180px;
}
.home_sec3 .slider_divs .focus_card .para_dv .txt h2 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  transition: all 0.5s ease-in;
}
.home_sec3 .slider_divs .focus_card .para_dv .txt p {
  font-weight: 700;
  color: #fff;
  opacity: 0;
}
.home_sec3 .slider_divs .focus_card .rd_mre {
  position: absolute;
  z-index: 99999;
  bottom: 40px;
  left: 20px;
  width: 146px;
  cursor: pointer;
  display: block;
}
.home_sec3 .slider_divs .focus_card .rd_mre:hover span.rght_arrw {
  right: 0;
  opacity: 1;
}
.home_sec3 .slider_divs .focus_card .rd_mre:hover span.lft_arrw {
  left: 100px;
  opacity: 0;
}
.home_sec3 .slider_divs .focus_card .rd_mre:hover span.txt {
  padding-left: 0;
}
.home_sec3 .slider_divs .focus_card .rd_mre span.txt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.5s ease;
  padding-left: 40px;
}
.home_sec3 .slider_divs .focus_card .rd_mre span.txt a {
  color: #fff;
}
.home_sec3 .slider_divs .focus_card .rd_mre span.rght_arrw {
  width: 44px;
  height: 32px;
  border-radius: 100px;
  border: 2px solid #FFF;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  right: 100px;
  opacity: 0;
  transition: all 0.5s ease;
}
.home_sec3 .slider_divs .focus_card .rd_mre span.rght_arrw img {
  width: 24px;
  height: 24px;
}
.home_sec3 .slider_divs .focus_card .rd_mre span.lft_arrw {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease;
}
.home_sec3 .slider_divs .focus_card .rd_mre span.lft_arrw img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(29%) hue-rotate(105deg) brightness(105%) contrast(100%);
  width: 13px;
  height: 24px;
}

footer {
  background: #F8F8F0;
  padding: 80px 0 0;
}
footer .foot_logo {
  max-width: 194px;
  margin-bottom: 16px;
}
footer h6,
footer h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
footer h5 {
  font-size: 20px;
}
footer p {
  margin-bottom: 16px;
  font-weight: 500;
}
footer .cntct_link li {
  margin-bottom: 16px;
}
footer .cntct_link li:last-child {
  margin-bottom: 0;
}
footer .cntct_link li a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .cntct_link li a:hover {
  color: #00454D;
}
footer .links_dv {
  display: flex;
  gap: 56px;
}
footer .links_dv .sub_dv:first-child {
  padding-left: 30px;
}
footer .links_dv .sub_dv h6 {
  margin-bottom: 21px;
}
footer .links_dv .sub_dv .links li {
  margin-bottom: 21px;
  position: relative;
}
footer .links_dv .sub_dv .links li:last-child {
  margin-bottom: 0;
}
footer .links_dv .sub_dv .links li img {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
footer .links_dv .sub_dv .links li a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .links_dv .sub_dv .links li a:hover {
  color: #00454D;
}
footer .links_dv .sub_dv .links li span {
  padding-left: 28px;
  display: block;
  word-break: break-word;
}
footer .links_dv .sub_dv .links li.loction span {
  max-width: 237px;
}
footer .form_dv {
  width: 100%;
  position: relative;
  margin: 24px 0;
}
footer .form_dv input:not([type=submit]) {
  width: 100%;
  padding: 12px 113px 12px 32px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px;
  background: var(--Brand-Light, #EDEDD9);
  border: none;
}
footer .form_dv input:not([type=submit])::-moz-placeholder {
  color: #646464;
}
footer .form_dv input:not([type=submit])::placeholder {
  color: #646464;
}
footer .form_dv input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 14.5px 32px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
footer .social_links {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .social_links li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #00454D;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social_links li img {
  width: 16px;
  height: 16px;
}
footer .btm_part {
  padding: 8px 0;
  background: #00454D;
  margin-top: 40px;
}
footer .btm_part p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.about_sec2 h2 {
  text-align: left;
  max-width: 630px;
}
.about_sec2 .img_dv {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  height: 480px;
}
.about_sec2 .img_dv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.about_sec2 .img_dv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_sec2 .img_dv .txt {
  padding: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_sec2 .img_dv .txt h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 16px;
}
.about_sec2 .img_dv .txt p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.about_sec2 p {
  margin-bottom: 43px;
  font-weight: 500;
}
.about_sec2 .para_dv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 16px;
  background: #006671;
  margin-bottom: 30px;
  padding: 82px 32px 32px;
}
.about_sec2 .para_dv:last-child {
  margin-bottom: 0;
}
.about_sec2 .para_dv h3 {
  color: #fff;
}
.about_sec2 .para_dv p {
  color: #fff;
  margin-bottom: 0;
}

.about_sec3 .img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.about_sec3 .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.12%, #000 100%);
}
.about_sec3 .img img {
  width: 100%;
}
.about_sec3 .row {
  align-items: center;
}
.about_sec3 h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.about_sec3 h2 {
  text-align: left;
  margin-bottom: 16px;
  font-size: clamp(1.25rem, 0.625vw + 1.125rem, 1.875rem);
  line-height: clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem);
}
.about_sec3 p {
  font-weight: 500;
  max-width: 633px;
}
.about_sec3 .row {
  margin-bottom: 64px;
}
.about_sec3 .row:last-child {
  margin-bottom: 0;
}
.about_sec3 .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.about_sec3 .heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(1.563rem, 0.938vw + 1.375rem, 2.5rem);
  line-height: clamp(2.188rem, 0.813vw + 2.025rem, 3rem);
}

.about_sec4 {
  position: relative;
  padding-bottom: 76px;
  margin-bottom: 120px;
}
.about_sec4 .img {
  width: 100%;
  position: relative;
}
.about_sec4 .img img {
  width: 100%;
}
.about_sec4 .txt_dv {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.about_sec4 .txt_dv p {
  max-width: 866px;
  margin: 0 auto;
}
.about_sec4 .txt_dv h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}
.about_sec4 .txt_dv h6 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
}

.about_sec5 .top {
  margin-bottom: 40px;
}
.about_sec5 .top h2 {
  margin-bottom: 16px;
  font-size: 48px;
}
.about_sec5 .top p {
  max-width: 866px;
}
.about_sec5 .logo {
  width: 194px;
  height: 194px;
  margin: 0 auto 16px;
  display: block;
}
.about_sec5 h5 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.about_sec5 p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 424px;
  margin: 0 auto;
}

.contact_Sec2 {
  margin-top: -243px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.contact_Sec2 .form_fulldv {
  width: 100%;
  border-radius: 32px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  padding: 48px;
}
.contact_Sec2 .form_fulldv p {
  max-width: 500px;
  font-weight: 500;
  margin-bottom: 40px;
}
.contact_Sec2 .form_fulldv .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.contact_Sec2 .form_fulldv .inputs .input {
  width: 49.3%;
}
.contact_Sec2 .form_fulldv .inputs .input.msg textarea {
  border-radius: 32px;
  padding: 24px 32px;
}
.contact_Sec2 .form_fulldv label {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}
.contact_Sec2 .form_fulldv input:not([type=submit]),
.contact_Sec2 .form_fulldv textarea {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #919191;
  padding: 16px 32px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.contact_Sec2 .form_fulldv input:not([type=submit])::-moz-placeholder, .contact_Sec2 .form_fulldv textarea::-moz-placeholder {
  color: #6D6D6D;
}
.contact_Sec2 .form_fulldv input:not([type=submit])::placeholder,
.contact_Sec2 .form_fulldv textarea::placeholder {
  color: #6D6D6D;
}
.contact_Sec2 .form_fulldv textarea {
  min-height: 152px;
  resize: none;
}
.contact_Sec2 .form_fulldv input[type=submit] {
  margin-left: auto;
  width: 200px;
}

.contact_Sec3 {
  padding-bottom: 104px;
}
.contact_Sec3 .location_card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #1F5B61;
  padding: 24px;
}
.contact_Sec3 .location_card h6 {
  position: relative;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-left: 60px;
  margin-bottom: 0;
}
.contact_Sec3 .location_card h6 span {
  display: block;
}
.contact_Sec3 .location_card h6 .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #00454C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_Sec3 .location_card h6 .icon img {
  width: 20px;
  height: 20px;
}
.contact_Sec3 .location_card p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 16px 0 8px;
}
.contact_Sec3 .location_card .cntct_link {
  display: flex;
  gap: 18px;
}
.contact_Sec3 .location_card .cntct_link li {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}
.contact_Sec3 .location_card .cntct_link li a {
  color: #FFF;
}
.contact_Sec3 .location_card .cntct_link li::before {
  content: "|";
  position: absolute;
  right: -12px;
  top: 0;
  color: #fff;
}
.contact_Sec3 .location_card .cntct_link li:last-child::before {
  display: none;
}

.techno_sec2 {
  padding-top: 80px;
}
.techno_sec2 h2 {
  text-align: center;
  margin-bottom: 16px;
}
.techno_sec2 p {
  max-width: 1090px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}

.techno_sec3 {
  background: #F8F8F0;
  padding: 80px 0;
}
.techno_sec3 span.tag {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}
.techno_sec3 .accordian li {
  border-bottom: 1px solid #E6E6E6;
}
.techno_sec3 .accordian li h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  padding: 24px 35px 24px 24px;
}
.techno_sec3 .accordian li h5::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 22px;
  right: 0;
  background-image: url("../images/cricle-round.png");
}
.techno_sec3 .accordian li .content {
  margin-top: 16px;
  display: none;
  padding: 0 24px 24px;
}
.techno_sec3 .accordian li .content p {
  color: #000;
  font-weight: 500;
  max-width: 1333px;
}
.techno_sec3 .accordian li.active h5 {
  padding: 24px 35px 0 24px;
}
.techno_sec3 .accordian li.active h5::after {
  rotate: 180deg;
}
.techno_sec3 .lft_img_dv {
  width: 100%;
  border-radius: 16px;
  position: relative;
  min-height: 652px;
}
.techno_sec3 .lft_img_dv .img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.techno_sec3 .lft_img_dv .img::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.69%, #FFF 100%);
}
.techno_sec3 .lft_img_dv .img img {
  width: 100%;
}
.techno_sec3 .lft_img_dv .txt {
  position: absolute;
  top: 227px;
  left: 0;
  padding: 0 32px;
}
.techno_sec3 .lft_img_dv .txt h2 {
  color: #000;
  font-family: Montserrat;
  font-size: clamp(1.25rem, 1.25vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(1.688rem, 1.313vw + 1.425rem, 3rem);
  text-align: left;
  margin-bottom: 24px;
}
.techno_sec3 .lft_img_dv .txt h2 span {
  display: block;
}
.techno_sec3 .txt2 p {
  font-weight: 500;
  max-width: 573px;
}
.techno_sec3 .heading {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  padding-left: 43px;
}
.techno_sec3 .heading img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.techno_sec3 .para_dv {
  padding: 24px;
  border-radius: 16px;
  border-bottom: 1px solid #E6E6E6;
  background: #FFF;
  margin-top: 24px;
}
.techno_sec3 .para_dv p {
  font-weight: 500;
  color: #000;
}

.techno_sec4 {
  background: #fff;
  padding: 120px 0;
}
.techno_sec4 .para_dv {
  background: #F8F8F0;
}

.techno_sec5 {
  padding: 80px 0;
}

.sustain_sec2 .side_img {
  border-radius: 16px;
}
.sustain_sec2 .row {
  align-items: center;
}
.sustain_sec2 h2 {
  margin-bottom: 16px;
  text-align: left;
  max-width: 600px;
}
.sustain_sec2 p {
  font-weight: 500;
}

.sustain_sec3 {
  background: #F8F8F0;
  padding: 80px 0;
  margin-bottom: 0;
}
.sustain_sec3 .social_card {
  width: 100%;
}
.sustain_sec3 .social_card img {
  border-radius: 16px;
  margin-bottom: 30px;
}
.sustain_sec3 .social_card h3 {
  margin-bottom: 16px;
}
.sustain_sec3 .social_card p {
  color: #000;
  font-weight: 500;
}

.sustain_sec4 h2 {
  text-align: center;
  margin-bottom: 40px;
}
.sustain_sec4 .prctc_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
.sustain_sec4 .prctc_cards .prctc_card {
  width: 47.5%;
}
.sustain_sec4 .prctc_cards .prctc_card img {
  border-radius: 16px;
  margin-bottom: 30px;
  width: 100%;
}
.sustain_sec4 .prctc_cards .prctc_card h3 {
  margin-bottom: 16px;
}
.sustain_sec4 .prctc_cards .prctc_card p {
  color: #000;
  font-weight: 500;
}

.sustain_sec5 {
  background: #F8F8F0;
  padding: 80px 0;
}
.sustain_sec5 .side_img {
  border-radius: 16px;
}
.sustain_sec5 .row {
  align-items: center;
}
.sustain_sec5 h2 {
  margin-bottom: 16px;
  text-align: left;
}
.sustain_sec5 p {
  font-weight: 500;
}
.sustain_sec5.sustain_sec6 {
  background: #Fff;
  padding: 120px 0;
}
.sustain_sec5.sustain_sec6 .row {
  flex-direction: row-reverse;
}

.sustain_sec7 h2 {
  max-width: 590px;
}
.sustain_sec7 .heading {
  max-width: unset;
}
.sustain_sec7 .img::before {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  margin: 15px 0 !important;
}

#integrated-waste-to-energy,
#battery-energy,
#electric-mobility {
  padding-top: 0;
}

.prvcy_policy.techno_sec2 h2 {
  text-align: left;
  font-size: 30px;
}
.prvcy_policy.techno_sec2 p {
  font-size: clamp(0.813rem, 0.188vw + 0.775rem, 1rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  margin-bottom: 20px;
  text-align: left;
  max-width: unset;
}/*# sourceMappingURL=style.css.map */