@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary-font-family: "Roboto", sans-serif;
  --secoundry-font-family: "Barlow", sans-serif;
  --text-color: #000;
  --bg-color: #fafafa;
}

* {
  margin: 0px;
  padding: 0px;
}
body {
  scroll-snap-type: none;
  padding: 0px;
  margin: auto;
  overflow-x: hidden;
  font-family: var(--primary-font-family) !important;
  color: var(--text-color);
  font: 14px;
}

body,
html {
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.icon-list {
  list-style-type: none;
  padding: 0;
}
.icon-list li::before {
  content: url("../image/rightarrow.svg");
  margin-right: 10px;
  display: inline-block;
  height: 0.5em;
  vertical-align: text-top;
  padding-top: 2px;
  font-family: "Roboto", sans-serif;
  color: #575152;
}

.icon-list li {
  padding-top: 10px;
  color: #575152;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  /* flex-direction: column; */
  align-items: start;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

img {
  max-width: 100%;
}

/*header css*/

.header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar__menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.navbar__menu ul li {
  margin-right: 38px;
}

.navbar__menu ul li a {
  text-transform: uppercase;
  display: block;
  font-size: 17px;
  font-family: var(--primary-font-family);
  text-decoration: none;
  color: black;
}
.navbar__menu ul li a:hover {
  color: #27aae1;
}
header {
  padding: 20px 20px;
  background: #fff;
  z-index: 9999;
  position: relative;
}

img.close__menu {
  display: none;
}

.navbar__menu ul li:last-child {
  /* margin-right: 38px; */
}

.navbar__menu ul li.active a {
  color: #27aae1;
}

.toggle__menu {
  cursor: pointer;
  display: none;
}

/*header css*/

/*hero css*/

.hero__right {
  position: relative;
}

.thumbImg img {
  height: 85px;
  width: 110px;
  object-fit: cover;
}

.hero__thumb .slick-current.slick-active img {
  border: 2px solid #6ffff6;
}

.thumbImg {
  display: flex;
  align-items: center;
}

.thumbImg p {
  margin: 0px;
  width: 144px;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}

.hero__thumb .slick-current.slick-active p {
  color: #6ffff6;
}

.hero__slider .slider-banner-image img {
  height: 707px;
  width: 100%;
  object-fit: cover;
}

.slider-project {
  right: 50px;
}
.hero__thumb__navigation {
  position: absolute;
  right: 0px;
  width: 40%;
  height: 707px;
  top: 0px;
  padding-top: 9vh;
  background: linear-gradient(to left, rgba(0 0 0/70%), transparent);
  padding-left: 15%;
}

.thumbnail-image {
  margin: 5px 0px;
}

.hero__row {
  display: flex;
  flex-wrap: wrap;
}

.left {
  width: 35%;
  background: url(../image/banner__image2.png);
  background-size: cover;
  background-position: left;
  height: 707px;
  padding-left: 8%;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #fff;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
}
.overlay-text h5 {
  font-size: 40px;
}
.feature-card {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 20px;
}
.right {
  width: 65%;
}

.left h2 {
  font-size: 70px;
  font-family: var(--secoundry-font-family);
  font-weight: 600;
}

/*hero css*/

.project__right {
  position: relative;
  height: 400px;
  padding: 50px 0;
}

.project__right .swiper {
  width: 100%;
  height: 100%;
}

.project__right .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  align-items: center;
}

.project__right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.who__we__are__section {
  margin-top: -50px;
  position: relative;
}

.pd__common {
  padding: 0px 8%;
}

.project__right h2 {
  font-size: 70px;
  color: #27aae1;
  font-weight: 500;
  opacity: 0;
  transition: 0.4s all ease;
}
.project__right .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  transition: 0.4s all ease;
}

.project__right p {
  font-size: 24px;
  font-weight: 300;
  opacity: 0;
  transition: 0.4s all ease;
}

.project__right .swiper-slide.swiper-slide-active p {
  opacity: 1;
  transition: 0.4s all ease;
}

.project__right {
  background: transparent;
}

.project__left h5 {
  font-size: 22px;
  color: #8d8d8d;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.project__left h5:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 3px;
  background: #27aae1;
  bottom: 0px;
}

.project__left h2 {
  font-size: 50px;
  color: #134186;
  margin-bottom: 32px;
}

.project__left p {
  font-size: 18px;
  color: #575152;
  font-weight: 400;
  line-height: 178%;
}

section.who__we__are__section .row {
  padding: 100px;
  background-color: #fff;
  background-image: url(../image/who__bg.png);
  background-size: cover;
  background-position: center;
  margin: 0px;
  box-shadow: -1px 7px 15px rgba(0 0 0/20%);
}

.project__right .swiper-button-prev:after {
  content: "";
}

.project__right .swiper-button-prev {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/top-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  background-position: center;
}

.project__right .swiper-button-next:after {
  content: "";
}

.project__right .swiper-button-next {
  top: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/bottom-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  background-position: center;
}

.project__right span.swiper-pagination-bullet {
  background: #d9d9d9;
  margin: 10px 0px !important;
  opacity: 1;
}

.project__right span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #27aae1;
}

.mg__section {
  margin: 100px 0px;
}

.heading__text h5 {
  font-size: 22px;
  color: #8d8d8d;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.heading__text h5:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 3px;
  background: #27aae1;
  bottom: 0px;
}

.heading__text h2 {
  font-size: 50px;
  color: #134186;
  margin-bottom: 32px;
}

.mg__section .row {
  margin: 0px;
}

.tab__content ul#pills-tab {
  justify-content: space-between;
}

.tab__content ul#pills-tab li button {
  color: #134186 !important;
  font-size: 19px;
  padding: 0px;
  background: transparent !important;
  position: relative;
  padding-bottom: 1px;
}

.tab__content ul#pills-tab li button.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #27aae1 !important;
  bottom: 0px;
}

.tab__content ul#pills-tab li button.active {
  color: #27aae1 !important;
}

section.bussness__section.pd__common.mg__section .row,
section.bussness__section.pd__common.mg__section .row .col-md-12 {
  margin: 0px;
  padding: 0px;
}

.slider__row {
  display: flex;
  flex-wrap: wrap;
}

.slider__left {
  width: 33%;
  background: #27aae1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  color: #fdf5cf;
  height: 90vh;
}

.tab__slider {
  width: 67%;
}

.slider__right {
  flex: 1;
  object-fit: fill;
  height: 90vh;
}

.slider__left h2 {
  font-size: 40px;
  font-weight: 400;
  color:#fff;
  margin-bottom: 15px;
}

.slider__left p {
  font-size: 16px;
  font-weight: 300;
  line-height: 178%;
  color:#fff;
  /* margin-bottom: 25px; */
}

.read__more a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 40px;
  padding: 5px 40px;
  transition: 0.5s;
  text-decoration: none;
}

.read__more a:hover {
  background: #134186;
  color: #fff;
  border-color: #134186;
}
.read__more_btn {
  margin-top: 28px;
}

.read__more_btn a {
  font-size: 12px;
  color: black;
  display: inline-block;
  border: 1px solid #134186;
  line-height: 50px;
  padding: 0px 40px;
  transition: 0.5s;
  text-decoration: none;
}
.home-page-our-business-btn{
  
}
.read__more_btn a:hover {
  background: #134186;
  color: #fff;
  border-color: #134186;
}

.tab__slider .owl-nav {
  position: absolute;
  /* right: 25px;
  bottom: 25px; */
  right: 4rem;
  bottom: 11rem;
  z-index: 99;
}

.tab__slider .owl-nav button span {
  display: none;
}

.tab__slider .owl-nav button {
  width: 54px;
  height: 24px;
}

/* .tab__slider .owl-nav button.owl-prev {
  background: url(../image/right-arrow.png) !important;
  background-size: contain !important;
  background-position: center !important;
  margin-right: 20px;
} */

/* .tab__slider .owl-nav button.owl-next {
  background: url(../image/left-arrow.png) !important;
  background-size: contain !important;
  background-position: center !important;
  margin-right: 10px;
} */
/* background: url(../image/right-arrow.png) !important; */

.tab__slider__main {
  box-shadow: 10px 7px 10px rgba(0 0 0/20%);
  margin-top: 35px;
}

.slider__right img {
  height: 100%;
  object-fit: cover;
}

.sustaniablity__left {
  padding-right: 10%;
  margin-top: 70px;
}

.sustaniablity__left h2 {
  color: #1aa4ad;
}

.sustaniablity__right button.accordion-button:after {
  display: none;
  background: transparent !important;
}

.sustaniablity__right .accordion-header {
  background: transparent !important;
}

.sustaniablity__right button.accordion-button {
  background: transparent !important;
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 15px;
  color: #d9d9d9 !important;
  font-weight: 500;
}

.sustaniablity__right div#accordionExample {
  border: 1px solid transparent !important;
}

.sustaniablity__right .accordion-item {
  border: transparent !important;
}

.sustaniablity__right .accordion-body {
  padding-top: 0px !important;
  display: flex;
}

.sustaniablity__right .accordion__left {
  flex: 1;
  font-size: 18px;
  color: #231f20 !important;
  font-weight: 300;
  padding-right: 10px;
}

.sustaniablity__right .accordion__right img {
  border-radius: 50%;
}

.sustaniablity__right button.accordion-button[aria-expanded="true"] {
  color: #27aae1 !important;
}

.sustaniablity__right .accordion-item {
  padding-left: 32px;
}

.sustaniablity__right .accordion-item {
  position: relative;
}

.sustaniablity__right .accordion-item:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  left: 0px;
  top: 20px;
  border: 2px solid #d9d9d9;
}
.accordion-body {
  height: 30px;
}
.sustaniablity__right .accordion-item:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 5px;
  top: 25px;
  background: #d9d9d9;
}

.sustaniablity__right .accordion-item {
  position: relative;
}

.sustaniablity__right {
  position: relative;
}

.sustaniablity__right .accordion-item {
  background: transparent;
}

.sustaniablity__right {
  display: flex;
}

.sustaniablity__right .accordion-body {
  padding-right: 0px;
}

section.team__section.mg__section {
  padding-left: 8%;
}

.team__section .heading__text {
  padding-right: 33%;
}

.explore__btn a {
  font-size: 12px;
  color: #000000;
  display: inline-block;
  border: 1px solid #000000;
  line-height: 50px;
  padding: 0px 40px;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
}

.team__block {
  position: relative;
}

.team__block img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}

.overlay__team {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 22px;
  background: linear-gradient(to top, black, transparent);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.overlay__team p {
  margin-top: auto;
  color: #fff;
  font-size: 18px;
}
.customPrevBtn {
  background: url(../image/left-arrow.png) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  margin-right: 20px;
}

.customNextBtn {
  background: url(../image/right-arrow.png) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.owl-nav.navigation__team div {
  width: 53px;
  height: 24px;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.owl-nav.navigation__team {
  display: flex;
  margin-top: 24px;
}

.owl-nav.navigation__team.mobile__view {
  display: none;
}

.leftside_h4 {
  position: relative;
  bottom: 9px;
}
.sustainability_img {
  width: 430px;
  padding-top: 20px;
}
.heading__text.text-center h5 {
  display: inline-block;
  margin-bottom: 25px;
}

.heading__text.text-center h5:before {
  left: 50%;
  transform: translateX(-50%);
}

section.map__section.pd__common.mg__section .row {
  margin: 0px !important;
}

section.blog__section.pd__common {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #27aae1;
  background-image: url(../image/bg__blog.png);
  background-size: cover;
  background-position: center;
  display: none;
}
.sldiernmore {
  display: inline-block;
}
.map__row img {
  transition: 0.5s;
}

.map__row img:hover {
  transform: scale(1.1);
}

section.blog__section.pd__common h5,
section.blog__section.pd__common h2 {
  color: #fff;
}

section.blog__section.pd__common h5:before {
  background: #fff;
}

.blog__left h5,
.blog__right ul li a h5 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.blog__left p,
.blog__right ul li a p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.blog__video {
  position: relative;
  margin-bottom: 30px;
}

a.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__left h5 span,
.blog__right ul li a h5 span {
  color: #fdf5cf;
}

.blog__right {
  padding-left: 10%;
}

.blog__right ul li {
  margin-bottom: 109px;
}

.blog__right ul li:last-child {
  margin-bottom: 0px;
}

section.blog__section.pd__common .row {
  margin: 0px;
}

img.block__main__image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

footer.pd__common {
  padding-top: 60px !important;
  padding-bottom: 35px;
  background-color: #231f20;
  color: #fff;
  background-image: url(../image/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: hidden;
}

footer.pd__common .row {
  margin: 0px;
}

section.copyright__section {
  background: #27aae1;
  padding: 10px 0px;
}

section.copyright__section p {
  margin: 0px;
  color: #fff;
  font-weight: 300;
}

.footer__content p {
  font-size: 15px;
  font-weight: 300;
}

.footer__content img {
  margin-bottom: 40px;
  position: relative;
  max-width: 400px;
  height: auto;
  right: 150px;
  padding-right: 40px;
}

.footer__content p strong {
  font-weight: 500;
}

.footer__content.link__color {
  display: flex;
  flex-wrap: wrap;
}

.footer__content.link__color ul {
  width: 50%;
}

.footer__content ul li a {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  transition: 0.5s;
}

.footer__content ul li a:hover {
  letter-spacing: 3px;
  color: #27aae1;
}

.footer__content.link__color ul li a {
  color: #27aae1;
}

.footer__content.link__color ul li a:hover {
  color: #fff;
}

.footer__row h4 {
  color: #27aae1;
  font-size: 16px;
}

.footer__row a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  transition: 0.5s;
}

.footer__row a:hover {
  color: #27aae1;
}
.footer__row .footer_email:hover {
  color: green !important;
}

.footer__bt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer__row:nth-child(2) {
  margin-top: auto;
}

.social__icons {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.social__icons ul {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}

.social__icons ul li {
  margin-right: 10px;
}

.social__icons ul li a {
  background: #27aae1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  border-radius: 50%;
  height: 34px;
  color: #fff;
  transition: 0.5s;
}

.social__icons ul li a:hover {
  background: #000;
}

.flex__bt {
  display: flex;
  flex-wrap: wrap;
}

.flex__bt .footer__bt {
  width: 50%;
}

.flex__bt a {
  display: block;
  line-height: 31px;
}

.footer__row.email {
  padding-left: 30px;
}

.footer__row.email h4 {
  position: relative;
}

.footer__row.email h4:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  left: -29px;
}

.footer__row.location {
  padding-left: 30px;
}

.footer__row.phone {
  padding-left: 30px;
}

.footer__row.location h4 {
  position: relative;
}

.footer__row.location h4:before {
  content: "\f041 ";
  font-family: "FontAwesome";
  position: absolute;
  left: -17px;
}

.footer__row.phone a {
  position: relative;
  line-height: 100%;
  display: flex;
  flex-direction: row;
}

.footer__row.phone a:before {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  left: -18px;
  color: #27aae1;
}

a#button {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: none;
  z-index: 9999;
}

a#button.show {
  display: block;
}

div#accordionExample {
  flex: 1;
}

.mollion__row {
  display: flex;
  align-items: center;
}

.project__left {
  flex: 1;
  text-align: left;
}

.mollion__row .text-center {
  width: 40%;
}

#mobile__view button.accordion-button {
  border: 2px solid #134186 !important;
  border-radius: 0px !important;
}

#mobile__view button.accordion-button {
  color: #134186 !important;
  font-weight: 500;
  margin-bottom: 10px;
}

#mobile__view .accordion-collapse {
  margin-bottom: 10px !important;
}

#mobile__view div#accordionExample {
  border: transparent !important;
}

#mobile__view .accordion-item {
  border: transparent !important;
}

#mobile__view .accordion-button::after {
  transform: rotate(-90deg);
}

#mobile__view button.accordion-button {
  outline: none !important;
  box-shadow: none;
}

#mobile__view button.accordion-button[aria-expanded="true"] {
  background: #134186 !important;
  color: #fff !important;
}
#mobile__view button.accordion-button[aria-expanded="true"]::after {
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
}
div#mobile__view {
  display: none;
}

.sliderineer {
  position: relative;
}
.businesscontent h3 {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 119.5%;
}
.businesscontent h1 {
  color: #fff;
  font-family: var(--secoundry-font-family);
  font-size: 60px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 119.5%;
  margin-bottom: 0;
  letter-spacing: 1.4px;
}
.businesscontent {
  position: absolute;
  top: 0;
  width: 100%;
}
.businesscontent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.Aboutswiper span.swiper-pagination-bullet {
  height: 3px;
  width: 41px;
  border-radius: 0;
  opacity: 1;
  background: #ffffff;
}
.Aboutswiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2ea6ff;
}
.Aboutswiper
  .swiper-pagination.pd__common.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  bottom: 60px;
}
.business_hero {
  margin-top: -119px;
}

.businessfect h2 {
  color: #134186;
  font-family: var(--primary-font-family);
  font-size: 45px;
  font-style: normal;
  display: inline-block;
  line-height: 140%;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.flexrepeat {
  margin-top: 30px;
}
.project_sec {
  padding: 100px 0;
}

.project_sec .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 2fr));
  gap: 13rem; /* Adjust the gap as needed */
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .project_sec .container {
    display: block;
    width: 355px;
    /* grid-template-columns: repeat(2, minmax(0px, 2fr));
    gap: 11rem; 
    width: 50rem; */
    /* background-color: red; */
  }
}
.flexrepeat .mainrepeat:nth-child(even) {
  flex-direction: row-reverse;
}

.flexrepeat .mainrepeat:last-child {
  margin-bottom: 0;
}
.leftportion h3 {
  color: #27aae1;
  font-family: var(--primary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.35px;
  margin-bottom: 30px;
}
.leftportion p {
  color: #575152;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.mainrepeat {
  display: flex;
  margin-bottom: 60px;
  box-shadow: 17px 18px 21px 0px rgba(0, 0, 0, 0.22);
}
.mainrepeat > div {
  width: 50%;
}
.leftportion {
  background: #f9f9f9 url(../image/leftcureve.png) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px;
  background-size: 100% 100%;
  background-position: center center;
}
.flexrepeat .mainrepeat:nth-child(even) .leftportion {
  background: #f9f9f9 url(../image/rightcureve.png) no-repeat center center;
  background-size: 100% 100%;
}
.businessfect p {
  color: #575152;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%; /* 35.6px */
  letter-spacing: 0.6px;
}
a.knwbtn {
  color: #134186;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 244%;
  letter-spacing: 2.46px;
  border: 1px solid #134186;
  display: inline-block;
  max-width: 154px;
  padding: 11px 0px;
  margin-top: 60px;
}
a.knwbtn:hover {
  background: #134186;
  color: #ffffff;
}
.countbg {
  background: url(../image/countbg.png) no-repeat center center;
  position: relative;
  padding: 120px 0;
}
.countbg::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(39, 170, 225, 0.92);
  height: 100%;
}
.countcontent img {
  margin-bottom: 15px;
}
.countcontent h4 {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.188%; /* 41.456px */
  letter-spacing: 0.9px;
  margin: 0;
}
.countcontent h3 {
  color: #ffe607;
  font-family: var(--primary-font-family);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.188%; /* 64.453px */
  letter-spacing: 1.65px;
}
.countcontent {
  z-index: 1;
  position: relative;
}

.text-slider img {
  width: 100%;
  border-radius: 8px;
  height: 183px;
  width: 333px;
  margin: 0 60px;
}
.swiper-slide.swiper-slide-prev {
  text-align: right;
}

.swiper-slide.swiper-slide-next {
  text-align: left;
}
.text-slider p {
  color: #2ea6ff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 153%; /* 36.72px */
  letter-spacing: 0.48px;
  display: none;
  margin: 0px 0 0;
  position: absolute;
}
.Projectswiper .swiper-wrapper {
  align-items: center;
}
.Projectswiper .swiper-slide.swiper-slide-active .text-slider p {
  display: block;
  top: 18rem;
  right: 1rem;
}
.Projectswiper .swiper-slide {
  transition: all 200ms linear;
}
.Projectswiper .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}
.Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
  height: 480px;
  width: 100%;
  margin: 0 0;
  object-fit: contain;
  /* transform: scale(1.2); */
}
.Projectswiper .swiper-button-next,
.Projectswiper .swiper-button-prev {
  width: 53px;
  height: 53px;
}
.Projectswiper {
  padding-bottom: 220px;
}
.Projectswiper .swiper-button-next:after {
  background: url(../image/rightarrow.png);
}
.Projectswiper .swiper-button-prev:after {
  background: url(../image/leftarrow.png);
}
.Projectswiper .swiper-button-next:after,
.Projectswiper .swiper-button-prev:after {
  width: 53px;
  font-size: 0;
  height: 53px;
}
.mainformsec {
  display: flex;
}
.formleft {
  background: #27aae1;
}
.mainformsec > div {
  width: 50%;
}
.paddingdiv {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 16% 40px 16%;
}
.paddingdiv h2 {
  color: #ffffff;
  font-family: var(--primary-font-family);
  font-size: 45px;
  font-style: normal;
  line-height: 150%; /* 75px */
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
.paddingdiv h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 4px;
  background: #ffffff;
}
.paddingdiv h3 {
  color: #575152;
  font-family: var(--primary-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 100%; /* 30px */
  letter-spacing: 0.6px;
}
.paddingdiv p {
  color: #ffffff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%; /* 32.04px */
  letter-spacing: 0.54px;
  margin-bottom: 20px;
}
.formarea input:is(:hover, :focus),
.formarea textarea:is(:hover, :focus) {
  outline: none;
  box-shadow: none;
  border-color: #134186;
  background: rgba(255, 255, 255, 0.7);
}
.formarea input {
  border: 1px solid #134186;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  height: 76px;
}
.formarea textarea {
  border: 1px solid #134186;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
}
.formarea .btn-submit {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #fff;
  background: #134186;
  width: 153px;
  height: 52px;
  line-height: 244%; /* 34.16px */
  letter-spacing: 0.7px;
  transition: 0.4s all;
  text-transform: uppercase;
}
.formarea .btn-submit:hover {
  background: transparent;
  color: #575152;
  border-color: #575152;
  transition: 0.4s all;
}
.mobilehide {
  display: block;
}
.desktophide {
  display: none;
}
.rightportion,
.rightimg {
  overflow: hidden;
}
.rightportion img,
.rightimg img {
  transition: all 0.4s;
}
.rightportion img:hover,
.rightimg img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.maincontactifno {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
}
.leftinfocont p {
  margin-bottom: 30px;
  padding-left: 32px;
}
.leftinfocont p,
.leftinfocont a {
  color: #575152;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 195%; /* 39px */
  position: relative;
  letter-spacing: 0.6px;
}
.leftinfocont .address p::before {
  content: "";
  width: 22px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../image/location.svg) no-repeat center center;
}
.leftinfocont .call p::before {
  content: "";
  width: 22px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../image/call.svg) no-repeat center center;
}
.leftinfocont .email p::before {
  content: "";
  width: 22px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../image/message.svg) no-repeat center center;
}
.leftinfocont a:hover {
  color: #134186;
}
section.contactform {
  background: #f3fcff;
  padding: 75px 0;
}
.mycustomtabs ul li button {
  border: 1px solid #575152 !important;
  border-radius: 0 !important;
  background: rgba(217, 217, 217, 0);
}
.mycustomtabs ul li:not(:first-child) {
  margin-left: 19px;
}
.mycustomtabs ul li button {
  color: #575152;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 244%;
  letter-spacing: 0.72px;
  width: 375px;
  text-transform: uppercase;
  height: 101px;
}
.mycustomtabs {
  margin-top: 25px;
}
.mycustomtabs ul#myTab {
  border: none;
  justify-content: center;
}
.comanformcontent {
  max-width: 89%;
  margin: 0 auto;
}
.comanformcontent h4 {
  color: #134186;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  margin: 125px 0 55px 0;
  line-height: 150%; /* 37.5px */
  letter-spacing: 0.75px;
}
.mycustomtabs ul li button.active,
.mycustomtabs ul li button:hover {
  background: #27aae1 !important;
  color: #ffffff !important;
  border-color: #27aae1 !important;
}
footer.pd__common.contactfooter {
  background-color: #134186 !important;
  background-image: none !important;
}
footer.pd__common.contactfooter .social__icons {
  margin-top: 0px;
  height: auto;
}
footer.pd__common.contactfooter .footer__row h4 {
  color: #fff;
  font-size: 16px;
}
footer.pd__common.contactfooter .footer__row.phone a:before {
  color: #fff;
}

.mydeskvisible {
  display: block;
}
.mymobilevisible {
  display: none;
}

.left_side_line {
  width: 20px;
  height: 3px;
  background-color: green;
  position: relative;
  top: 17px;
  /* right: 20px; */
}
.right_side_line {
  width: 20px;
  height: 3px;
  background-color: green;
  position: relative;
  bottom: 17px;
  left: 400px;
}

.sustaniablity_mission {
  margin-left: 100px;
}

/* .sustaniablity__right_content{
  margin-right: 150px;
} */
.sustaniablity_text_img {
  width: 270px;
  height: 100px;
  position: relative;

  left: 90px;
}
.sustaniablity_globe_img {
  width: 250px;
  height: 250px;
  position: relative;
  left: 100px;
  bottom: 50px;
}
.sustaniablity_arch_img {
  position: relative;
  bottom: 170px;
  left: 105px !important;
  width: 300px;
  height: 160px;
}
.sustaniablity_round_first_img {
  position: relative;
  bottom: 85px;
  right: 350px;
  /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
}
.sustaniablity_round_second_img {
  position: relative;
  bottom: 180px;
  left: 150px;
  /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
}
.sustaniablity_round_third_img {
  position: relative;
  bottom: 280px;
  left: 170px;
  cursor: pointer;
  /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
}

/* .sustaniablity_round_first_img:hover,
.sustaniablity_round_second_img:hover,
.sustaniablity_round_third_img:hover{
  transform: scale(2.3) !important;
  z-index: 2 !important;
} */

.para-text {
  font-size: 15px;
  font-weight: bold;
  /* width: 400px; */
}
@media (max-width: 1824px) {
  #sustaniablity_img_container {
    width: 250px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 350px;
    height: 100px;
    position: relative;

    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 180px;
    height: 180px;
    position: relative;
    left: 130px !important;
    /* bottom: 50px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 140px;
    left: 95px;
    width: 300px !important;
    height: 150px !important;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 215px !important;
    left: 30px;
    width: 100px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 140px !important;
    left: 60px;
    width: 100px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 310px !important;
    left: 300px;
    width: 100px;
  }
  .videosec video {
    object-fit: fill;
  }
}
@media (max-width: 1799px) {
  .mycustomtabs ul li button {
    width: auto;
    padding: 20px 120px;
    height: auto;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 500px;
    height: 100px;
    position: relative;
    bottom: 10px;
    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 270px;
    height: 270px;
    position: relative;
    left: 130px !important;
    bottom: 60px;
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 145px;
    left: 95px;
    width: 500px !important;
    height: 150px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 220px;
    left: 10px;
    width: 150px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 150px;
    left: 30px;
    width: 150px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 375px !important;
    left: 390px;
    width: 150px;
  }
  .videosec video {
    object-fit: fill;
  }
}
@media (max-width: 1599px) {
  .text-slider p {
    font-size: 20px;
  }
  .videosec video {
    object-fit: fill;
  }
  .footer__content img {
    right: 120px;
  }
  .mycustomtabs ul li button {
    width: auto;
    padding: 20px 100px;
  }
  .leftinfocont p br {
    display: none;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 500px;
    height: 100px;
    position: relative;
    bottom: 10px;
    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 270px;
    height: 270px;
    position: relative;
    left: 130px !important;
    bottom: 60px;
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 145px;
    left: 95px;
    width: 500px !important;
    height: 150px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 215px !important;
    left: 40px !important;
    width: 150px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 144px !important;
    left: 110px !important;
    width: 150px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 210px !important;
    left: 180px !important;
    width: 150px;
  }
}

@media (max-width: 1567px) {
  .left h2 {
    font-size: 63px;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 500px;
    height: 100px;
    position: relative;
    bottom: 10px;
    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 270px;
    height: 270px;
    position: relative;
    left: 130px !important;
    bottom: 60px;
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 145px;
    left: 95px;
    width: 500px !important;
    height: 150px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 220px !important;
    left: 10px !important;
    width: 150px !important;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 150px !important;
    left: 30px !important;
    width: 150px !important;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 375px !important;
    left: 390px !important;
    width: 150px !important;
  }
}
@media (max-width: 1499px) {
  .text-slider img {
    width: 100%;
    border-radius: 8px;
    height: 163px;
    width: 303px;
  }
  .videosec video {
    object-fit: fill;
    height: 550px;
  }
  .contactppage .businesscontent h1 {
    font-size: 50px;
  }
  .mycustomtabs ul li button {
    padding: 20px 90px;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 500px;
    height: 100px;
    position: relative;
    bottom: 10px;
    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 270px;
    height: 270px;
    position: relative;
    left: 130px !important;
    bottom: 60px;
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 145px;
    left: 95px;
    width: 500px !important;
    height: 150px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 220px;
    left: 10px;
    width: 150px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 150px;
    left: 30px;
    width: 150px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 375px;
    left: 390px;
    width: 150px;
  }
}

@media (max-width: 1480px) {
  .navbar__menu ul li a {
    font-size: 14px;
  }

  .logo img {
    height: 65px;
  }

  .left h2 {
    font-size: 52px;
  }

  .project__right h2 {
    font-size: 40px;
    padding-right: 20px;
  }

  .project__right p {
    font-size: 20px;
    /* justify-content: center; */
    padding-right: 20px;
  }

  .project__left h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .project__left h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .project__left h5:before {
    width: 50px;
  }

  .project__left p {
    font-size: 16px;
  }

  section.who__we__are__section .row {
    padding: 75px;
  }

  .heading__text h2,
  .mollion__row .project__left h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .heading__text h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 500px;
    height: 100px;
    position: relative;
    bottom: 10px;
    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 270px;
    height: 270px;
    position: relative;
    left: 130px !important;
    bottom: 60px;
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 145px;
    left: 95px;
    width: 500px !important;
    height: 150px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 220px;
    left: 10px;
    width: 150px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 150px;
    left: 30px;
    width: 150px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 375px;
    left: 390px;
    width: 150px;
  }
}
@media (max-width: 1399px) {
  .leftportion h3 {
    font-size: 35px;
  }
  .leftportion p,
  .businessfect p {
    font-size: 16px;
  }
  /* .text-slider img {
    width: auto;
} */
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    height: 420px;
  }
  .text-slider p {
    font-size: 18px;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 500px !important;
    height: 100px !important;
    position: relative;
    bottom: 10px !important;
    left: 100px !important;
  }
  .sustaniablity_globe_img {
    width: 270px !important;
    height: 270px !important;
    position: relative;
    left: 130px !important;
    bottom: 60px !important;
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 145px !important;
    left: 95px !important;
    width: 500px !important;
    height: 150px !important;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 220px !important;
    left: 10px !important;
    width: 150px !important;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 150px !important;
    left: 30px !important;
    width: 150px !important;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 375px !important;
    left: 390px !important;
    width: 150px !important;
  }
}
@media (max-width: 1280px) {
  .navbar__menu ul li {
    margin-right: 25px;
  }
  .mycustomtabs ul li button {
    width: auto;
    padding: 20px 80px;
  }
  .hero__thumb__navigation {
    width: 43%;
  }

  .tab__content ul#pills-tab li button {
    font-size: 16px;
  }
  #sustaniablity_img_container {
    width: 350px;
    margin-top: 50px;
    translate: 1s;
  }
  .sustaniablity_text_img {
    width: 350px !important;
    height: 100px !important;
    position: relative;

    left: 100px !important;
  }
  .sustaniablity_globe_img {
    width: 210px !important;
    height: 210px !important;
    position: relative;
    left: 165px !important;
    /* bottom: 50px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 135px !important;
    left: 140px !important;
    width: 250px !important;
    height: 140px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 200px !important;
    left: 80px !important;
    width: 90px !important;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 140px !important;
    left: 125px !important;
    width: 90px !important;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 202px !important;
    left: 170px !important;
    width: 90px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
  }

  /* .sustaniablity_round_third_img:hover{
  transform: scale(3.3) !important;
  z-index: 3 !important;
} */
}
@media (max-width: 1199px) {
  .business_hero {
    margin-top: 0;
  }
  .businesscontent h1 {
    font-size: 50px;
  }
  .businesscontent h3 {
    font-size: 16px;
  }
  .countcontent h4 {
    font-size: 22px;
  }
  .countcontent h3 {
    font-size: 35px;
  }
  .paddingdiv {
    padding: 40px 16%;
  }
  .leftportion {
    padding: 40px 40px;
  }
  .mycustomtabs ul li button {
    padding: 20px 50px;
  }
  #sustaniablity_img_container {
    width: 250px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 350px;
    height: 100px;
    position: relative;

    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 180px !important;
    height: 180px !important;
    position: relative;
    left: 130px !important;
    /* bottom: 50px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    /* bottom: 170px; */
    left: 105px !important;
    width: 250px !important;
    height: 140px !important;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 205px !important;
    left: 40px !important;
    width: 100px !important;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 134px !important;
    left: 60px !important;
    width: 100px !important;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 300px !important;
    left: 300px !important;
    width: 100px !important;
  }
}

@media (max-width: 1024px) {
  .navbar__menu {
    position: absolute;
    top: -100vh;
    left: 0px;
    width: 100%;
    background: rgba(0 0 0/30%);
    height: 100vh;
    transition: 0.5s;
  }

  .toggle__menu {
    display: block;
  }

  .navbar__menu ul {
    flex-direction: column;
    background: #fff;
    width: 220px;
    height: 100vh;
    padding: 37px;
    overflow-y: scroll;
    max-height: 100%;
    float: right;
  }

  .navbar__menu ul li {
    width: 100%;
    margin-right: 0px;
  }

  .navbar__menu ul li a {
    padding: 15px 0px;
  }

  img.close__menu {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    display: block;
  }

  .navbar__menu.active {
    top: 0px;
  }

  .left h2 {
    font-size: 39px;
  }

  .hero__thumb__navigation {
    width: 48%;
  }

  .project__right h2 {
    font-size: 55px;
  }

  .project__right p {
    font-size: 16px;
  }

  .project__left h5 {
    font-size: 15px;
  }

  section.who__we__are__section .row {
    padding: 35px;
  }

  .heading__text h5 {
    font-size: 15px;
  }

  .tab__content ul#pills-tab li button {
    margin-bottom: 8px;
    padding: 0px 7px;
  }

  .sustaniablity__right .accordion__right img {
    height: 160px;
    width: 160px;
  }

  .blog__right ul li {
    margin-bottom: 45px;
  }

  img.block__main__image {
    height: auto;
  }
  #sustaniablity_img_container {
    width: 250px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 350px;
    height: 100px;
    position: relative;

    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 180px;
    height: 180px;
    position: relative;
    left: 130px !important;
    /* bottom: 50px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    /* bottom: 170px; */
    left: 95px;
    width: 250px;
    height: 180px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 250px;
    left: 30px;
    width: 100px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 170px;
    left: 60px;
    width: 100px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 345px;
    left: 300px;
    width: 100px;
  }
}
@media (max-width: 991px) {
  .mainrepeat {
    flex-direction: column;
  }
  .mainrepeat > div {
    width: 100%;
  }
  .videosec video {
    object-fit: fill;
    height: 400px;
  }
  .flexrepeat .mainrepeat:nth-child(even) {
    flex-direction: column;
  }

  .mainformsec > div {
    width: 100%;
  }
  .mainformsec {
    flex-direction: column-reverse;
  }
  .text-slider p {
    display: block;
  }
  .text-slider img {
    height: 165px;
    width: auto;
  }
  .Projectswiper .swiper-button-next,
  .Projectswiper .swiper-button-prev {
    width: 53px;
    height: 53px;
    top: 85%;
  }
  .Projectswiper .swiper-button-next {
    right: 40%;
  }

  .Projectswiper .swiper-button-prev {
    left: 40%;
  }
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    height: auto;
  }
  .paddingdiv {
    padding: 40px 8%;
  }
  .maincontactifno {
    grid-template-columns: 1fr;
  }
  .mycustomtabs ul li:not(:first-child) {
    margin-left: 0;
  }
  .mycustomtabs ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .mycustomtabs ul li button {
    width: 100%;
  }
  .mycustomtabs ul#myTab {
    flex-direction: column;
    width: 100%;
  }
  .comanformcontent {
    max-width: 100%;
    margin: 0 auto;
  }
  #sustaniablity_img_container {
    width: 250px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 350px;
    height: 100px;
    position: relative;

    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 180px;
    height: 180px;
    position: relative;
    left: 130px !important;
    /* bottom: 50px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 135px !important;
    left: 95px;
    width: 250px;
    height: 150px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 205px;
    left: 30px;
    width: 100px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 140px;
    left: 60px;
    width: 100px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 300px;
    left: 300px;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .hero__row {
    flex-direction: column-reverse;
  }

  .left {
    min-height: 285px;
    height: auto;
    padding: 24px;
    justify-content: left;
  }

  .left h2 {
    font-size: 28px;
  }

  .hero__slider .slider-banner-image img {
    height: 415px;
  }

  .hero__thumb__navigation {
    width: 100%;
    height: auto;
    padding-top: 0px;
    right: auto;
    padding-left: 0px;
  }

  .hero__thumb__navigation {
    top: 248px;
  }

  .thumbImg {
    flex-direction: column-reverse;
  }

  .thumbImg p {
    width: 110px;
    text-align: left;
    padding-right: 0px;
  }

  .hero__thumb__navigation {
    background: linear-gradient(to top, rgba(0 0 0/70%), transparent);
  }

  section.who__we__are__section {
    margin-top: 0px;
  }

  .pd__common {
    padding: 0px;
    /* line-height: 2px; */
  }

  .left {
    padding: 25px 15px;
  }

  .project__right {
    padding: 0px;
  }

  section.who__we__are__section .row {
    padding: 15px 0px;
    background-image: none;
  }

  .project__right {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  section.bussness__section.pd__common.mg__section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .busnessinner .pd__common {
    padding: 0 30px;
  }
  .overlay-text h5 {
    font-size: 10px;
    margin-left: 30px;
  }

  .green_content {
    font-size: 1px;
    /* margin-left: 30px; */
  }
}

@media (max-width: 767px) {
  .mg__section {
    margin: 50px 0px;
  }
  .videosec video {
    height: auto;
  }
  .contactppage .businesscontent h1 {
    font-size: 22px;
  }
  .slider__left {
    width: 100%;
    height: 70vh;
  }

  .slider__right {
    /* width: 100%; */
    /* flex: auto; */
    height: 50vh;
  }
  .tab__slider .owl-nav button.owl-prev {
    /* background: yellow !important; */
  }

  footer.pd__common {
    padding-top: 40px;
    padding-bottom: 4px !important;
    height: 600px;
    /* background-image: url(../image/footer-bg.png); */
  }
  .pd__common.contactfooter {
    /* Your CSS styles here */
    line-height: 1 !important;
  }
  .footer__content img {
    margin-left: 100px;
  }
  .project__right p {
    padding-bottom: 15px;
    text-align: center;
  }
  #sustaniablity_img_container {
    width: 250px;
    margin-top: 50px;
  }
  .sustaniablity_text_img {
    width: 350px;
    height: 100px;
    position: relative;

    left: 100px;
  }
  .sustaniablity_globe_img {
    width: 180px;
    height: 180px;
    position: relative;
    left: 130px !important;
    /* bottom: 50px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    /* bottom: 170px; */
    left: 95px;
    width: 250px;
    height: 140px;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 199px;
    left: 30px;
    width: 100px;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 137px;
    left: 60px;
    width: 100px;
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 295px;
    left: 300px;
    width: 100px;
  }
  /* .footer__row.location {
    line-height: 1 !important;
    
  }
  .footer__row.phone {
    line-height: 1 !important;
  
  }
  .footer__row {
    line-height: 1 !important;
    
  } */
  .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    /* background: rgba(249, 161, 161, 0.8);  */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    /* opacity: 10;  */
    transition: opacity 0.5s;
  }

  .loader img {
    /* width: 100%; 
    height: 100%; */
    border-radius: 50%;
    width: 450px !important;
    height: 340px !important;
    /* align-items: center; */
    margin-left: 30px !important;
    margin-top: 50px !important;
  }
  .loader.show {
    opacity: 10;
  }
  #footer__row_contact_id {
    line-height: 1 !important;
    position: relative;
    bottom: 40px;
  }
  #footer__row_id {
    line-height: 1 !important;
    position: relative;
    bottom: 40px;
  }
  #footer__row_email_1_id {
    line-height: 1 !important;
    position: relative;
    bottom: 40px;
    color: blue !important;
  }

  #footer__row_email_2_id {
    line-height: 1 !important;
    position: relative;
    bottom: 70px;
  }
  .sustaniablity__right {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .sustaniablity__right:before {
    display: none;
  }

  .sustaniablity__right .accordion-item:before {
    display: none;
  }

  .sustaniablity__right .accordion-item:after {
    display: none;
  }

  .sustaniablity__right .accordion-item {
    padding-left: 0px;
  }

  .sustaniablity__right .accordion__right img {
    height: 300px;
    width: 300px;
    margin: 0 auto;
  }

  .accordion__right {
    display: flex;
    margin-bottom: 20px;
    margin-right: 50px;
  }

  .sustaniablity__right button.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sustaniablity__right .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sustaniablity__right .accordion__left {
    font-size: 16px;
  }

  .sustaniablity__right button.accordion-button {
    font-size: 22px;
  }

  .owl-nav.navigation__team.mobile__view {
    display: flex;
    justify-content: center;
  }

  .owl-nav.navigation__team.dectop__view {
    display: none;
  }

  .team__section .heading__text {
    padding-right: 0px;
    margin-bottom: 38px;
  }

  .blog__right {
    padding-left: 0px;
    margin-top: 25px;
  }

  .blog__right ul li {
    margin-bottom: 35px;
  }

  .blog__left p,
  .blog__right ul li a p {
    font-size: 16px;
  }

  .blog__left h5,
  .blog__right ul li a h5 {
    font-size: 12px;
  }

  .footer__row {
    margin-bottom: 15px;
  }

  .footer__content ul li a {
    padding: 5px 0px;
  }

  .tab__slider {
    width: 100%;
  }

  div#desktop__view {
    display: none;
  }

  div#mobile__view {
    display: block;
  }
  .Aboutswiper
    .swiper-pagination.pd__common.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    bottom: 20px;
  }
  .businessfect h2 {
    font-size: 40px;
  }
  .countbg {
    background-size: cover;
  }

  .countcontent {
    margin-bottom: 50px;
  }
  .Projectswiper .swiper-button-prev {
    left: 35%;
  }
  .Projectswiper .swiper-button-next {
    right: 35%;
  }
  .sustainablity-img-new-section {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .sliderineer img {
    height: 500px;
    width: 100%;
  }
  .sustaniablity__right .accordion__right img {
    height: 250px;
    width: 250px;
    margin: 0 auto;
  }
  .businesscontent h3 {
    font-size: 12px;
    padding: 70px 10px 0;
  }
  .businesscontent h1 {
    font-size: 43px;
    padding: 0 10px;
  }
  .businesscontent {
    justify-content: flex-start;
  }
  .Aboutswiper
    .swiper-pagination.pd__common.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    bottom: 60px;
  }
  .mobilehide {
    display: block;
  }
  .mydeskvisible {
    display: none;
  }
  .mymobilevisible {
    display: block;
  }
  .desktophide {
    display: none;
  }
  .formarea .btn-submit {
    width: 151px;
    height: 48px;
  }
  .busnessinner .pd__common {
    padding: 0 10px;
  }
  .businessfect h2 {
    font-size: 32px;
  }
  .leftportion p,
  .businessfect p {
    font-size: 16px;
  }
  .leftinfocont p,
  .leftinfocont a {
    font-size: 16px;
  }
  .leftportion {
    padding: 40px 20px;
  }
  .countbg {
    background: url(../image/countbgmobile.png);
    padding: 50px 0;
  }
  .contactppage .businesscontent h1 {
    font-size: 32px;
  }
  .countcontent img {
    margin-bottom: 15px;
    width: 60px;
  }
  .countcontent h4 {
    font-size: 20px;
  }
  .countcontent {
    padding: 0 10px;
  }
  .project_sec {
    padding: 50px 0;
  }
  .flexrepeat {
    margin-top: 0;
  }
  .leftportion h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mainrepeat {
    margin-bottom: 30px;
  }
  .Projectswiper .swiper-button-prev {
    left: 30%;
  }
  .Projectswiper .swiper-button-next {
    right: 30%;
  }
  .paddingdiv {
    padding: 40px 4%;
  }
  .paddingdiv h2 {
    font-size: 35px;
    margin-bottom: 18px;
  }
  .paddingdiv h3 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .paddingdiv p {
    margin-bottom: 16px;
  }
  .formarea input {
    height: 50px;
  }
  .videosec video {
    object-fit: fill;
    height: auto;
  }
  .maincontactifno {
    margin-top: 55px;
  }
  section.contactform {
    background: #f3fcff;
    padding: 45px 0;
  }
  .mycustomtabs {
    margin-top: 15px;
  }
  .mycustomtabs ul li button {
    width: 100%;
    margin: 0 auto;
    height: 68px;
    padding: 0;
    font-size: 20px;
  }
  .comanformcontent h4 {
    font-size: 20px;
    margin: 25px 0 25px 0;
  }
  .sustaniablity__right .accordion-body {
    flex-direction: column-reverse;
  }
}
@media (max-width: 500px) {
  .slider__right img {
    height: 420px;
  }
  /* .footer__row.phone {
    
    line-height: 1 !important;
  }
  .footer__row.location {
    line-height: 1 !important;
    
  }
  .footer__row {
    line-height: 1 !important;
    
  } */

  .bussness__section .tab__content ul li {
    width: 50%;
    text-align: center;
  }

  .bussness__section .tab__content ul li button {
    width: 100%;
    font-size: 13px !important;
  }

  .tab__content ul#pills-tab li button.active:before {
    left: 0px;
  }

  .mollion__row {
    flex-wrap: wrap;
  }

  .project__left {
    width: 100%;
    flex: auto;
  }

  .mollion__row .text-center {
    width: 100%;
  }

  .mollion__row .text-center {
    padding-top: 93px;
  }

  .slider__left {
    padding: 20px;
  }

  .project__right .swiper-pagination {
    display: none;
  }

  .slider__left h2 {
    font-size: 34px;
  }

  .project__right {
    height: 285px;
  }

  .project__right p {
    margin-bottom: 0px;
  }
  #sustaniablity_img_container {
    width: 270px;
  }
  .sustaniablity_text_img {
    width: 270px;
    height: 70px;
    position: relative;

    left: 50px !important;
  }
  .sustaniablity_globe_img {
    width: 200px !important ;
    height: 200px !important;
    position: relative;
    left: 75px !important;
    bottom: 35px;
    /* top:1px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 80px !important;
    left: 56px !important;
    width: 300px !important;
    height: 100px !important;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 125px !important;
    left: 3px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
    width: 85px !important;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 80px !important;
    left: 40px !important;
    width: 85px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 212px !important;
    left: 270px !important;
    cursor: pointer;
    width: 85px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
  }
}
@media (max-width: 374px) {
  .contactppage .businesscontent h1 {
    font-size: 25px;
  }
  .leftinfocont p,
  .leftinfocont a {
    word-break: break-word;
  }
  .businessfect h2 {
    font-size: 28px;
  }
  .mycustomtabs ul li button {
    width: 289px;
  }
  #sustaniablity_img_container {
    width: 200px;
  }
  .sustaniablity_text_img {
    width: 270px !important;
    height: 70px !important;
    position: relative;

    left: 50px !important;
  }
  .sustaniablity_globe_img {
    width: 140px !important;
    height: 140px !important;
    position: relative;
    left: 75px !important;
    bottom: 35px !important;
    /* top:1px; */
  }
  .sustaniablity_arch_img {
    position: relative;
    bottom: 70px !important;
    left: 56px !important;
    width: 400px !important;
    height: 70px !important;
  }
  .sustaniablity_round_first_img {
    position: relative;
    bottom: 115px !important;
    left: 3px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
    width: 70px !important;
  }
  .sustaniablity_round_second_img {
    position: relative;
    bottom: 70px !important;
    left: 32px !important;
    width: 70px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
  }
  .sustaniablity_round_third_img {
    position: relative;
    bottom: 178px !important;
    left: 210px !important;
    cursor: pointer;
    width: 70px !important;
    /* transition: transform 0.6s ease, z-index 0.6s ease !important; */
  }
}

.sustaniablity__right .accordion-item.active button.accordion-button {
  color: #27aae1 !important;
}
/* @media (max-width: 768px) {
  
} */

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  /* background: rgba(249, 161, 161, 0.8);  */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
  /* opacity: 10;  */
  transition: opacity 0.5s;
}

.loader img {
  /* width: 40% !important; 
  height: 40% !important; */
  align-items: center;
  margin-left: 440px;
  margin-top: 100px;

  border-radius: 50%;
  width: 400px;
  height: 350px;
}

/* //////////////// */
/* Styles for the loader container */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Make sure it's above other elements */
  display: none; /* Initially hidden */
}

/* Styles for the loader image */
.loader_img {
  /* border: 4px solid #f3f3f3; */
  /* border-top: 4px solid #3498db; */
  border-radius: 50%;
  width: 100%;
  height: 70%;
  animation: spin 2s linear infinite;
}

/* @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */
.videosec {
  background: url(../carousel-Img/Loading.gif) no-repeat center center/contain;
  /* height: 800px; */
}

.svgMap-map-wrapper .svgMap-country:hover {
  stroke: #fff !important;
  stroke-width: 1.5 !important;
}
#chartdiv {
  width: 100%;
  height: 500px;
  margin-top: 30px;
  display: inline-block;
}
/* #map_text{
  position: relative;
  bottom: 350px;
} */
.map_footprint {
  margin-bottom: 30px !important;
}
.our_businnes_carousel {
  font-size: 32px !important;
}
@media (max-width: 575px) {
  #chartdiv {
    height: auto;
    left: 0;
  }
}
.project__right .swiper-button-disabled {
  display: none;
}
/* 
.sustaniablity_new_text{
  text-align: center;
} */

.mylineafter h2 {
  position: relative;
  padding-bottom: 5px;
}
.mylineafter .csr-heading-text {
  position: relative;
  padding-bottom: 30px;
}
.mylineafter h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 4px;
  background: #27aae1;
}
.business_counternew {
  background: url(../image/newcounterbg.png) no-repeat;
}
.business_counternew1 {
  background: url(../image/Key\ Points\ Banner.png) no-repeat;
}
.innercontentcounternew {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 544px;
}
.innercontentcounternew h4 {
  color: #134186;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  min-height: 62px;
  line-height: 117.188%; /* 60.938px */
  letter-spacing: 1.56px;
}
.innercontentcounternew p {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.188%; /* 41.456px */
  letter-spacing: 0.9px;
  min-height: 125px;
  margin: 0;
}
.innercontentcounternew img {
  min-height: 90px;
}
.Aboutnewswiper .swiper-button-prev::after {
  background: url(../image/whiteleft.png) no-repeat;
  font-size: 0;
  background-size: contain;
  padding: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.Aboutnewswiper .swiper-button-prev,
.Aboutnewswiper .swiper-button-prev.swiper-button-disabled {
  width: 54px;
  opacity: 1;
  height: 25px;
}
.Aboutnewswipercard .swiper-button-prev,
.Aboutnewswipercard .swiper-button-prev.swiper-button-disabled {
  width: 54px;
  opacity: 1;
  height: 25px;
}
.Aboutnewswiper .swiper-button-next::after {
  background: url(../image/whiteright.png) no-repeat;
  font-size: 0;
  background-size: contain;
  padding: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.Aboutnewswiper .swiper-button-next,
.Aboutnewswiper .swiper-button-next.swiper-button-disabled {
  width: 54px;
  opacity: 1;
  height: 25px;
}
.Aboutnewswipercard .swiper-button-next,
.Aboutnewswipercard .swiper-button-next.swiper-button-disabled {
  width: 54px;
  opacity: 1;
  height: 25px;
}
.paddingmainboth {
  padding: 0 70px;
}
.lineaddafter h2 {
  position: relative;
  padding-bottom: 5px;
}
.lineaddafter h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 68px;
  height: 4px;
  background: #27aae1;
  transform: translate(-50%, 0px);
}
.text-slider {
  position: relative;
}
.showsome.swiper-button-lock {
  display: flex;
}
.toggle-text {
  display: none;
}
.showsome {
  top: 34%;
}
@media (max-width: 1699px) {
  .Projectswiper .swiper-button-next:after,
  .Projectswiper .swiper-button-prev:after {
    position: relative;
    top: 50px;
  }
  .showsome {
    top: 23%;
  }
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    height: 400px;
  }
  .text-slider p {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .innercontentcounternew h4 {
    /* font-size: 42px; */
    font-size: 35px;
    margin-right: 0rem;
  }
  .innercontentcounternew p {
    font-size: 18px;
  }

  .Projectswiper .swiper-slide.swiper-slide-active {
    margin-right: 0 !important;
  }
}
@media (max-width: 1499px) {
  .leftportion h3 {
    font-size: 30px;
  }
  .showsome {
    top: 21%;
  }
  a.knwbtn {
    margin-top: 40px;
  }
  .text-slider p {
    font-size: 18px;
  }
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    height: 340px;
  }

  a.sustain-readmore {
    margin-top: 40px;
  }
}
@media (max-width: 1399px) {
  .text-slider img {
    width: 273px;
  }
}
@media (max-width: 1199px) {
  .paddingmainboth {
    padding: 0 40px;
  }
  .innercontentcounternew p {
    font-size: 18px;
  }
  .innercontentcounternew h4 {
    font-size: 32px;
  }
  .Projectswiper .swiper-button-next:after,
  .Projectswiper .swiper-button-prev:after {
    top: 20px;
    position: relative;
  }
  .showsome {
    top: 26%;
  }
  .text-slider p {
    position: relative;
    max-width: 70%;
    margin: 30px auto 0 auto;
    font-size: 18px;
  }
  .Projectswiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .Projectswiper .swiper-slide.swiper-slide-active {
    margin-right: 60px !important;
  }
  .text-slider img {
    width: auto;
    height: 350px;
  }
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    height: auto;
    max-height: 350px;
    margin-bottom: 28px;
  }
  .Projectswiper {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    height: 450px;
    max-height: inherit;
    margin-bottom: 28px;
  }
  .innercontentcounternew h4 {
    min-height: 35px;
  }
  .text-slider img {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    transform: none;
  }
  .Projectswiper .swiper-slide.swiper-slide-active {
    transform: none;
  }
  .text-slider {
    position: relative;
    text-align: center;
  }
  .text-slider img {
    width: 100%;
    height: 450px;
  }
  .Projectswiper .swiper-slide.swiper-slide-active .text-slider img {
    transform: none;
    object-fit: unset;
  }
  .swiper-slide.swiper-slide-prev {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .paddingmainboth {
    padding: 0 10px;
  }
  .innercontentcounternew {
    padding: 0 0;
    justify-content: center;
  }
  .innercontentcounternew h4 {
    font-size: 32px;
  }
  .innercontentcounternew p {
    font-size: 20px;
  }
  .innercontentcounternew {
    height: 354px;
  }
  .Projectswiper {
    padding-bottom: 160px;
  }
  .Projectswiper .swiper-button-next:after,
  .Projectswiper .swiper-button-prev:after {
    top: 20;
    position: relative;
  }
}

/* About Css */
.linkall {
  display: flex;
  grid-gap: 73px;
  position: relative;
  bottom: -180px;
  left: 50px;
}
.linkall a {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: 0.63px;
}
.linkall a:hover {
  color: #27aae1;
}
.businessfect.smallthing h2 {
  font-size: 22px;
  color: #8d8d8d;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.myaduslider {
  border-radius: 20px;
  border: 1px solid #95e0ff;
  background: #fff;
  display: flex;
  align-items: center;
  height: 172px;
  justify-content: center;
  grid-gap: 30px;
  padding: 30px 30px;
}
.myaduslider h4 {
  color: #134186;
  font-family: var(--primary-font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 117.188%; /* 46.875px */
  letter-spacing: 1.2px;
}
.myaduslider p {
  color: #27aae1;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 138.188%; /* 34.547px */
  letter-spacing: 0.75px;
}
.bordiner {
  margin-right: 0;
  width: 400px;
}
.mystack::after {
  display: none;
}
.maxjagya {
  margin-top: 50px;
}
.maxjagya .swiper-slide.swiper-slide-active .bordiner {
  margin-left: auto;
}
.maxjagya .swiper-slide.swiper-slide-next .bordiner {
  margin: 0 auto;
}

.fullimgseccoman {
  background: #f3f3f3 url(../image/Aboutpage/milestoneimage.png) no-repeat
    center center;
  background-size: cover;
  height: 885px;
}
.comawidthauto {
  margin-top: 90px;
  max-width: 611px !important;
}
.visionabout {
  background: #f3f3f3 url(../image/Aboutpage/visionaboutbg.png) no-repeat center
    center;
  height: 854px;
  position: relative;
  overflow: hidden;
}
.viscard {
  max-width: 1085px;
  margin: 158px auto 0 auto;
  border-radius: 22px;
  border: 2px solid #2ea6ff;
  background: #fff;
  padding: 55px 161px;
}
.visionabout::before {
  width: 100%;
  content: "";
  position: absolute;
  background: url(../image/Aboutpage/visionavtar.png) no-repeat center center;
  left: 610px;
  bottom: 0px;
  height: 696px;
  z-index: 1;
}
.viscard h2 {
  color: #134186;
  font-family: var(--primary-font-family);
  font-size: 50px;
  font-style: normal;
  line-height: 150%; /* 75px */
  letter-spacing: 1.5px;
  margin-bottom: 44px;
}
.viscard h4 {
  color: #27aae1;
  font-family: var(--primary-font-family);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 43px;
  position: relative;
  line-height: 132%;
}
.viscard h4::before {
  content: "";
  position: absolute;
  left: -74px;
  top: -41px;
  background: url(../image/Aboutpage/leftcoma.png) no-repeat center center;
  width: 98px;
  height: 81px;
}
.viscard h4::after {
  content: "";
  position: absolute;
  right: 70px;
  bottom: 0;
  background: url(../image/Aboutpage/rightcoma.png) no-repeat center center;
  width: 98px;
  height: 81px;
}
.viscard h5 {
  color: #134186;
  font-family: var(--primary-font-family);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%; /* 26.88px */
  letter-spacing: 0.84px;
}
.viscard h6 {
  color: #575152;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: 0.6px;
}
.abouttabs {
  background: #f3f3f3 url(../image/Aboutpage/Board-of-Directors-bg.jpg)
    no-repeat center center;
  background-size: cover;
  height: 958px;
}
.comannewtbas {
  max-width: 1405px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
.comannewtbas ul#pills-tab {
  gap: 20px;
  justify-content: center;
}
.comannewtbas li.nav-item .nav-link {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.08px;
  padding: 0;
  border-bottom: 1px solid #fce3e3;
  border-radius: 0;
  padding: 0 0px;
}
.comannewtbas li.nav-item .nav-link.active {
  background: transparent;
  color: #27aae1;
  font-weight: 500;
  border-color: #27aae1;
}
.comannewtbas div#pills-tabContent {
  margin-top: 66px;
}

.abtbx {
  background: #fff;
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.21);
}
.cardmaininenrabt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 35px;
}
.abtbx .contentinerabt {
  border-top: 7px solid #5fc0df;
  padding: 20px 17px 25px 17px;
}
.abtbx h4 {
  color: #1e4384;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 45.5px */
  letter-spacing: 0.78px;
  margin: 0;
}
.abtbx p {
  color: rgba(29, 29, 29, 0.83);
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  margin: 5px 0 0 0;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.tabbtn {
  text-align: center;
}
.tabknw {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: 2.46px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 39px;
  margin-top: 65px;
}
.tabknw:hover {
  color: #fff;
  background: #1e4384;
  text-decoration: none;
}
.vcrdiner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 76px;
  grid-row-gap: 59px;
}
.contcardabt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f9f9f9;
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.21);
}
.profilediv {
  border: 2px solid #27aae1;
  background: #c1edff;
  width: 158px;
  text-align: center;
  height: 154px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 158px;
}
.prcontent {
  padding: 0 22px;
}
.prcontent h4 {
  color: #1e4384;
  text-align: left;
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 45.5px */
  letter-spacing: 0.78px;
  margin: 0;
}
.prcontent p {
  color: rgba(29, 29, 29, 0.83);
  font-family: var(--primary-font-family);
  font-size: 20px;
  font-style: normal;
  text-align: left;
  margin: 5px 0 0 0;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
}
.abtbx img {
  width: 100%;
}
.extrmg {
  margin-top: 98px;
}
.abtcmncent {
  text-align: center;
  max-width: 1251px;
  margin: 54px auto;
}
.abtcmncent h2::before {
  left: 50%;
  transform: translate(-50%, 0);
}
.ourvaluesabt video {
  object-fit: fill;
}
.groupcompnyabt {
  background: #f3f3f3 url(../image/Aboutpage/Group-Companies-bg.jpg) no-repeat
    center center;
  background-size: cover;
  height: 777px;
}
.sliderinneradbt {
  padding-top: 203px;
  padding-bottom: 216px;
}
.tightcotntent h3 {
  color: #27aae1;
  margin-bottom: 25px;
  font-family: var(--primary-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 50.4px */
  letter-spacing: 1.08px;
}
.tightcotntent p {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 134%; /* 37.52px */
  letter-spacing: 0.84px;
}
.tightcotntent {
  text-align: left;
  padding-right: 120px;
}
.sliderinneradbt .swiper {
  height: 100%;
}
.fcihrihh {
  height: 360px;
  position: relative;
}
.flexcr {
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-gap: 182px;
  align-items: center;
}
.myAbthrSwiper .swiper-button-prev::after {
  background: url(../image/Aboutpage/topwhitearrow.png) no-repeat center center;
  height: 93px;
  font-size: 0;
  width: 93px;
}
.myAbthrSwiper .swiper-button-next::after {
  background: url(../image/Aboutpage/bottomwhitraroow.png) no-repeat center
    center;
  height: 93px;
  font-size: 0;
  width: 93px;
}
.myAbthrSwiper .swiper-button-prev {
  right: 0;
  left: inherit;
  top: 118px;
}
.myAbthrSwiper .swiper-button-next {
  right: 0;
  top: 240px;
  left: inherit;
}
.sliderinneradbt {
  position: relative;
}
.sliderinneradbt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/Aboutpage/beforecard.png) no-repeat center center;
  width: 450px;
  height: 159px;
  filter: brightness(0) invert(1);
}
.sliderinneradbt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../image/Aboutpage/aftercard.png) no-repeat center center;
  width: 450px;
  height: 159px;
  filter: brightness(0) invert(1);
}
.grutitle h2 {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 45px;
  font-style: normal;
  line-height: 150%; /* 75px */
  letter-spacing: 1.5px;
  position: relative;
  margin: 0;
}
.grutitle h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 4px;
  background: #27aae1;
}
.grutitle {
  position: absolute;
  left: 630px;
  top: -139px;
}
.titleaward{
  margin-top: 100px;
}
.titleaward h2 {
  color: #134186;
  font-size: 64px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 1.92px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
.titleaward h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 4px;
  background: #27aae1;
}
.titleaward h2 span {
  color: #2ea6ff;
}
.awaerdgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 110px;
}
.contentaward ul li {
  color: #575152;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 33.6px */
  letter-spacing: 0.63px;
  margin-bottom: 29px;
  position: relative;
  padding-left: 63px;
}
.contentaward ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 52px;
  background: url(../image/Aboutpage/award-icon.png) no-repeat center center;
}
.awardbtn .tabknw {
  color: #134186;
  border: 1px solid #134186;
  margin-top: 25px;
}
.awardbtn .tabknw:hover {
  color: #ffffff;
}
.awdabtscr {
  margin: 135px 0;
}

.girdvalue .box-main-service {
  height: 420px;
  overflow: hidden;
  position: relative;
  transition: 0.4s all;
}
.girdvalue .image-sec-and-title {
  position: relative;
  display: inline-block;
  width: 100%;
}
.girdvalue .swipe-div {
  position: absolute;
  bottom: 420px;
  left: 0;
  width: 100%;
  transition: 0.4s all;
  background: rgba(38, 158, 210, 0.9);
  height: 420px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.girdvalue .image-sec-and-title img {
  height: 420px;
  display: inline-block;
  object-fit: cover;
  width: 100%;
}
.girdvalue .image-sec-and-title h4 {
  text-align: left;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  letter-spacing: 0.6px;
  margin: 0;
  text-decoration: none;
  position: absolute;
  width: 100%;
  left: 40px;
  bottom: 40px;
  transition: 0.4s all;
}
.girdvalue .title-swiper-sec p {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.6px;
}
.girdvalue .box-main-service:hover .swipe-div {
  bottom: 0;
  transition: 0.4s all;
}
.girdvalue {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px;
  margin-bottom: 160px;
}
.girdvalue .title-swiper-sec h4 {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 30px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 20px */
  letter-spacing: 0.6px;
  margin: 0;
  text-decoration: none;
}
.girdvalue .title-swiper-sec p {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 145%;
  letter-spacing: 0.6px;
}
.girdvalue .title-swiper-sec {
  padding: 40px;
}
.girdvalue .box-main-service:hover .image-sec-and-title h4 {
  bottom: -100%;
  transition: 0.4s all;
}
.girdvalue .title-swiper-sec a {
  text-decoration: none;
}

.awardmainbanner {
  background: #27aae1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
}
.awardmainbanner h2 {
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 54px */
  letter-spacing: 1.08px;
  margin: 20px 0 0 0;
  position: relative;
}
.awardmainbanner h2::before {
  content: "";
  width: 68px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -90px;
  top: 29px;
}
.awardmainbanner h2::after {
  content: "";
  width: 68px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -90px;
  top: 29px;
}
.bigboxaward {
  /* background: #f9f9f9;
  box-shadow: 4px 6px 13px -3px rgba(0, 0, 0, 0.1); */
  max-width: 756px;
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 60px;
  position: relative;
  margin: 0 auto;
}
.bigboxaward::before {
  content: "";
  width: 146px;
  height: 294px;
  top: 50px;
  left: -50px;
  background: url(../image/AwardPage/beforeaward.png) no-repeat center center;
  background-size: contain;
  position: absolute;
}
.bigboxaward::after {
  content: "";
  width: 146px;
  height: 294px;
  top: 50px;
  right: -50px;
  background: url(../image/AwardPage/afteraward.png) no-repeat center center;
  background-size: contain;
  position: absolute;
}
.bigboxaward h2 {
  max-width: 90%;
  margin: 20px auto 0 auto;
}
.bigboxaward p {
  max-width: 90%;
  margin: 0 auto;
}
.bigboxaward h2 {
  color: #134186;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 36.8px */
  letter-spacing: 0.69px;
  margin-top: 20px;
}
.bigboxaward p {
  color: #575152;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.5%; /* 34.125px */
  letter-spacing: 0.75px;
}
.comamaximu {
  max-width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 74px;
}
.rightportion {
  background: #f9f9f9;
}
.rightportion img {
  max-height: 590px;
  /* object-fit: contain; */
  object-position: top right;
  background: #f9f9f9;
}

.milestonebanner {
  height: 400px;
  background: url(../image/MilestonePage/milestonebanner.png) no-repeat center
    center;
  background-size: cover;
}

.milestonemaintime {
  max-width: 80%;
  margin: 0 auto 130px auto;
  overflow: hidden;
  position: relative;
}

.milestoneonepart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentmile h3 {
  color: #9f9f9f;
  font-family: var(--primary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  transition: 0.4s all;
  line-height: normal;
}
.contentmile p {
  color: #9f9f9f;
  font-family: var(--primary-font-family);
  font-size: 22px;
  font-style: normal;
  margin: 10px 0 40px 0;
  font-weight: 400;
  transition: 0.4s all;
  line-height: 146.187%;
}
.timepartmile .circlearea {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: #c9c9c9;
  transition: 0.4s all;
  border-radius: 50%;
}
.timepartmile {
  display: flex;
  grid-gap: 46px;
}
.milestoneonepart {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 92px;
  margin-top: 130px;
}
.mileleft {
  min-width: 656px;
}
.mileright {
  z-index: 1;
}
.milestoneonepart::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 95.8%;
  left: 50%;
  top: 80px;
  transform: translate(-50%, 0);
  border-left: 2px dashed #27aae1;
}
.tirdenth2 {
  text-align: center;
  padding: 0px 0 104px 0;
  margin-top: 80px;
}
.contentmile {
  min-width: 705px;
}
.tirdenth2 h2 {
  color: #134186;
  font-family: var(--primary-font-family);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  line-height: 140%;
  letter-spacing: 1.5px;
  margin: 0;
  position: relative;
  padding-bottom: 5px;
  background: #fff;
  z-index: 1;
}
.tirdenth2 h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 68px;
  height: 4px;
  background: #27aae1;
}

.evenpart {
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (max-width: 1799px) {
  .linkall {
    grid-gap: 63px;
  }
  .maxjagya .swiper-slide {
    margin-right: 2px;
  }
  .linkall {
    grid-gap: 33px;
  }
  .evenpart {
    grid-gap: 0;
  }
  .mileleft {
    min-width: 597px;
  }
  .milestoneonepart {
    grid-gap: 107px;
  }
  .timepartmile {
    display: flex;
    grid-gap: 0;
  }
  .milestonemaintime .milestoneonepart:nth-child(odd) .contentmile {
    padding-left: 20px;
  }
}
@media (max-width: 1699px) {
  .linkall {
    bottom: -110px;
    grid-gap: 43px;
  }
  .bordiner {
    width: 360px;
  }
  .myaduslider p {
    margin-top: 10px;
  }

  .viscard {
    max-width: 56%;
    padding: 55px 161px 55px 91px;
  }
  .visionabout::before {
    left: 390px;
  }
  .viscard h4 {
    font-size: 35px;
  }
  .viscard h4::before {
    left: -48px;
    top: -21px;
    width: 58px;
    height: 41px;
    background-size: contain;
  }
  .viscard h4::after {
    width: 58px;
    right: 380px;
    height: 41px;
    background-size: contain;
  }
  .tightcotntent p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tightcotntent h3 {
    font-size: 28px;
  }
  .girdvalue .title-swiper-sec p {
    font-size: 18px;
  }
  .comamaximu {
    grid-column-gap: 0px;
    grid-row-gap: 0;
  }
  .bigboxaward p,
  .bigboxaward h2 {
    font-size: 18px;
  }
  .bigboxaward::before {
    left: 0;
  }
  .bigboxaward::after {
    right: 0;
  }
  .bigboxaward p {
    max-width: 70%;
    margin: 0 auto;
  }
  .mileleft {
    min-width: 545px;
  }
  .milestoneonepart {
    grid-gap: 107px;
  }
  .contentmile {
    min-width: auto;
  }
}
@media (max-width: 1679px) {
  .mileleft {
    min-width: 513px;
  }
  .milestoneonepart::before {
    height: 95.5%;
  }
}
@media (max-width: 1599px) {
  .linkall {
    bottom: -100px;
    grid-gap: 32px;
  }
  .bordiner {
    width: 320px;
  }
  .myaduslider {
    padding: 30px 15px;
  }
  .myaduslider p {
    font-size: 18px;
  }
  .viscard h4::after {
    right: 350px;
  }
  .mileleft {
    min-width: 494px;
  }
}
@media (max-width: 1499px) {
  .linkall {
    bottom: -90px;
    grid-gap: 22px;
  }
  .viscard h4::after {
    right: 50px;
  }
  .visionabout::before {
    left: 310px;
  }
  .viscard {
    padding: 55px 201px 55px 91px;
  }
  .viscard h4 {
    font-size: 32px;
  }
  .viscard h5 {
    font-size: 22px;
  }
  .viscard h6 {
    font-size: 16px;
  }
  .comannewtbas {
    max-width: 80%;
  }
  .abtbx h4 {
    font-size: 20px;
  }
  .abtbx p {
    font-size: 18px;
  }
  .profilediv {
    min-width: 118px;
    width: 118px;
    height: 134px;
  }
  .prcontent h4 {
    font-size: 18px;
    line-height: normal;
  }
  .prcontent p {
    font-size: 16px;
  }
  .tightcotntent {
    text-align: left;
    padding-right: 60px;
  }
  .titleaward h2 {
    font-size: 55px;
  }
  .contentaward ul li {
    font-size: 18px;
  }
  .girdvalue .image-sec-and-title h4,
  .girdvalue .title-swiper-sec h4 {
    font-size: 22px;
  }
  .girdvalue .title-swiper-sec p {
    font-size: 16px;
  }
  .contentmile p {
    font-size: 20px;
  }
  .contentmile h3 {
    font-size: 35px;
  }
  .timepartmile .circlearea {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .milestoneonepart {
    grid-gap: 74px;
  }
  .mileleft {
    min-width: 481px;
  }
  .milestoneonepart {
    margin-top: 90px;
  }
}
@media (max-width: 1430px) {
  .mileleft {
    min-width: 465px;
  }
}
@media (max-width: 1399px) {
  .linkall {
    bottom: -70px;
    grid-gap: 18px;
  }
  .bordiner {
    width: 300px;
  }
  .myaduslider h4 {
    font-size: 20px;
  }
  .myaduslider p {
    font-size: 14px;
  }
  .viscard {
    padding: 55px 201px 55px 71px;
  }
  .viscard h4::after {
    right: -10px;
  }
  .cardmaininenrabt {
    grid-gap: 15px;
  }
  .flexcr {
    grid-gap: 100px;
  }
  .grutitle {
    left: 550px;
  }
  .linkall a {
    font-size: 16px;
  }
  .bigboxaward p {
    font-size: 20px;
  }
  .bigboxaward {
    padding: 0 40px;
  }
  .maxjagya .customNextBtn {
    background-repeat: no-repeat !important;
    width: 34px !important;
  }
  .maxjagya .customPrevBtn {
    background-repeat: no-repeat !important;
    width: 34px !important;
  }
  .tightcotntent h3 {
    font-size: 26px;
  }
  .tightcotntent p {
    font-size: 18px;
  }
  .milestoneonepart {
    grid-gap: 44px;
  }
  .mileleft {
    min-width: 481px;
  }
}
@media (max-width: 1350px) {
  .milestoneonepart {
    grid-gap: 58px;
  }
}
@media (max-width: 1299px) {
  .linkall {
    bottom: -60px;
    grid-gap: 23px;
  }
  .visionabout::before {
    left: 240px;
  }
  .viscard {
    padding: 55px 261px 55px 71px;
  }
  .viscard h4 {
    font-size: 25px;
  }
  .viscard h4::after {
    right: -24px;
    bottom: -9px;
  }
  .abtbx h4 {
    font-size: 18px;
  }
  .abtbx p {
    font-size: 16px;
  }
  .flexcr {
    grid-gap: 50px;
  }
  .grutitle {
    left: 500px;
  }
  .mileleft {
    min-width: 441px;
  }
  .milestoneonepart {
    grid-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .linkall a {
    font-size: 14px;
  }
  .linkall {
    bottom: -70px;
    grid-gap: 8px;
  }
  .maxjagya .swiper-slide.swiper-slide-next .bordiner {
    margin: 0 auto 0 0;
  }
  .maxjagya .swiper-slide {
    margin-right: 15px;
  }
  .viscard {
    padding: 55px;
    max-width: 90%;
    margin: 80px auto 0 auto;
  }
  .viscard h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .viscard h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .viscard h4::before {
    left: -38px;
    top: -21px;
    width: 58px;
    height: 41px;
    background-size: contain;
  }
  .visionabout::before {
    left: 0;
    bottom: 0px;
    background-size: contain;
    height: 403px;
  }
  .visionabout {
    height: 900px;
  }
  .comannewtbas {
    max-width: 90%;
    padding: 50px 0 50px 0;
  }
  .abtbx .contentinerabt {
    border-top: 7px solid #5fc0df;
    padding: 20px 7px 25px 7px;
  }
  .vcrdiner {
    grid-template-columns: repeat(2, 1fr);
  }
  .abouttabs {
    height: auto;
  }
  .grutitle h2 {
    font-size: 40px;
  }
  .tightcotntent h3 {
    font-size: 20px;
    line-height: normal;
  }
  .tightcotntent p {
    font-size: 18px;
    line-height: normal;
  }
  .girdvalue {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
  }
  .comamaximu {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
  }
  .milestoneonepart {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .evenpart {
    flex-direction: column;
    justify-content: flex-start;
  }
  .milestoneonepart::before {
    left: 11px;
    top: 70px;
  }
  .tirdenth2 {
    text-align: left;
    padding: 0 !important;
    margin: 28px 0 0 0;
  }
  .tirdenth2 h2::before {
    left: 0;
    transform: none;
  }
  .milestoneonepart {
    padding: 33px 0 0 33px;
  }
  .timepartmile {
    display: flex;
    grid-gap: 0;
  }
  .contentmile h3 {
    font-size: 25px;
  }
  .contentmile p {
    font-size: 16px;
    margin: 10px 0 26px 0;
  }
  .milestoneonepart {
    margin-top: 46px;
  }
  .timepartmile .circlearea {
    width: 18px;
    min-width: 18px;
    height: 18px;
    position: relative;
    left: -31px;
    top: 8px;
  }
  .milestonemaintime {
    max-width: 90%;
    margin: 0 auto 90px auto;
    position: relative;
  }
  .singleport .evenpart {
    flex-direction: row;
  }
  .milestoneonepart {
    grid-gap: 28px;
  }
  .milestoneonepart::before {
    height: 98.3%;
  }
  .milestonemaintime .milestoneonepart:nth-child(odd) .contentmile {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .linkall {
    display: none;
  }
  .cardmaininenrabt {
    grid-template-columns: 1fr 1fr;
  }
  .sliderinneradbt::before,
  .sliderinneradbt::after {
    display: none;
  }
  .flexcr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .groupcompnyabt {
    height: 943px;
  }
  .fcihrihh {
    height: 680px;
  }
  .tightcotntent {
    padding: 0 0 0px 0;
  }
  .grutitle {
    left: 0;
  }
  .myAbthrSwiper .swiper-slide {
    margin-bottom: 0px;
  }
  .tightcotntent h3 {
    font-size: 28px;
    line-height: normal;
  }
  .tightcotntent p {
    font-size: 20px;
    line-height: normal;
  }
  .comamaximu {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .bigboxaward {
    padding: 0 20px;
  }
  .bigboxaward h2 {
    font-size: 20px;
  }
  .bigboxaward p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .maxjagya .swiper-slide.swiper-slide-active .bordiner {
    margin: 0 auto !important;
  }
  .bordiner {
    width: 440px;
  }
  .myaduslider p {
    font-size: 20px;
  }
  .maxjagya .swiper-slide {
    margin-right: 0;
  }
  .comannewtbas li.nav-item .nav-link {
    font-size: 19px;
  }
  .abtbx h4 {
    font-size: 24px;
  }
  .abtbx p {
    font-size: 18px;
  }
  .cardmaininenrabt {
    grid-gap: 35px;
  }
  .prcontent p {
    font-size: 18px;
  }
  .prcontent h4 {
    font-size: 24px;
  }
  .comannewtbas div#pills-tabContent {
    margin-top: 46px;
  }
  .extrmg {
    margin-top: 58px;
  }
  .vcrdiner {
    grid-gap: 45px;
  }
  .awaerdgrid {
    grid-template-columns: 1fr;
    grid-gap: 55px;
  }
  .awardbtn {
    text-align: center;
  }
  .contentaward ul li {
    font-size: 16px;
  }

  .awdabtscr {
    margin: 100px 0;
  }
  .titleaward h2 {
    font-size: 35px;
  }
  .titleaward h2 br {
    display: none;
  }
  .girdvalue {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
  }
  .awardm p br {
    display: none;
  }
  .comamaximu {
    max-width: 90%;
  }
}
@media (max-width: 800px) {
  .viscard h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .businesscontent h1 {
    font-size: 40px;
  }
  .bordiner {
    width: 320px;
  }
  .visionabout {
    height: 970px;
  }
  .comannewtbas li.nav-item .nav-link {
    padding: 0 0px;
  }
  .cardmaininenrabt {
    grid-gap: 35px;
    grid-template-columns: 1fr;
  }
  .vcrdiner {
    grid-gap: 25px;
    grid-template-columns: 1fr;
  }
  .contcardabt {
    flex-direction: column;
  }
  .profilediv {
    min-width: 100%;
    width: 100%;
    height: 312px;
  }
  .profilediv img {
    width: 50%;
  }
  .prcontent {
    padding: 20px 7px 25px 7px;
    width: 100%;
  }
  .prcontent h4,
  .prcontent p {
    text-align: center;
  }
  .comannewtbas ul#pills-tab {
    flex-wrap: nowrap;
  }
  .awdabtscr {
    margin: 60px 0;
  }

  .girdvalue .image-sec-and-title h4 br,
  .girdvalue .title-swiper-sec h4 br {
    display: none;
  }
  .girdvalue .title-swiper-sec {
    padding: 20px;
  }
  .groupcompnyabt {
    height: 1003px;
  }
  .fcihrihh {
    height: 770px;
  }
  .milestoneonepart::before {
    height: 98%;
  }
  .titleaward{
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .bordiner {
    width: 68%;
  }
  .comawidthauto {
    padding: 0 32px;
    margin-top: 40px;
  }
  .fullimgseccoman {
    background: #f3f3f3 url(../image/Aboutpage/milstionemobile.png) no-repeat;
    background-size: cover;
    height: 750px;
    background-position: 0px 230px;
  }
  .viscard {
    padding: 55px 30px;
  }
  .viscard h4::before {
    left: -20px;
    top: -21px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .viscard h4::after {
    right: -4px;
    bottom: -10px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .myAbthrSwiper .swiper-button-prev {
    left: 50%;
    right: inherit;
    top: inherit;
    transform: rotate(270deg);
    position: relative;
    bottom: 10px;
    display: none;
  }
  .myAbthrSwiper .swiper-button-next {
    left: 50%;
    right: inherit;
    display: none;
    top: inherit;
    transform: rotate(270deg);
    bottom: 10px;
    position: relative;
  }
  .abtcmncent {
    max-width: 90%;
  }
  .groupcompnyabt {
    padding: 0 20px;
  }
  .awaerdgrid {
    padding: 0 20px;
  }
  .girdvalue {
    padding: 0 12px;
  }
  .bigboxaward {
    height: 412px;
  }
  .mileleft {
    min-width: 100%;
  }
  .milestonebanner {
    height: 314px;
  }
  .bigboxaward {
    padding: 0 80px;
  }
  .comamaximu {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .maxjagya .customPrevBtn {
    background-repeat: no-repeat !important;
    width: 32px !important;
  }
  .maxjagya .customNextBtn {
    background-repeat: no-repeat !important;
    width: 32px !important;
  }
  .myaduslider img {
    width: 30%;
  }
  .visionabout {
    height: 1040px;
  }
  .myaduslider h4 {
    font-size: 20px;
  }
  .myaduslider p {
    font-size: 16px;
  }
  .fullimgseccoman {
    background-position: 0px 290px;
  }
  .viscard h4 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .visionabout {
    height: 970px;
  }
  .visionabout::before {
    height: 350px;
  }
  .profilediv img {
    width: 80%;
  }
  .myaduslider {
    grid-gap: 10px;
  }
  .girdvalue .title-swiper-sec p {
    margin-top: 20px;
  }
  .awardmainbanner h2 {
    font-size: 25px;
  }
  .awardmainbanner h2::before {
    content: "";
    width: 48px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -70px;
    top: 19px;
  }
  .awardmainbanner h2::after {
    content: "";
    width: 48px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: -70px;
    top: 19px;
  }
}
@media (max-width: 389px) {
  .comannewtbas li.nav-item .nav-link {
    font-size: 16px;
  }
  .profilediv img {
    width: 95%;
  }
  .grutitle h2 {
    font-size: 30px;
  }
  .grutitle {
    top: -110px;
  }
  .sliderinneradbt {
    padding-top: 153px;
    padding-bottom: 216px;
  }
  .girdvalue .image-sec-and-title h4 {
    left: 20px;
    bottom: 20px;
  }
  .girdvalue .title-swiper-sec {
    padding: 20px;
  }
  .girdvalue .title-swiper-sec p {
    font-size: 15px;
  }
  .girdvalue .title-swiper-sec p {
    margin-top: 10px;
  }
  .tightcotntent h3 {
    font-size: 24px;
    line-height: normal;
  }
  .tightcotntent p {
    font-size: 18px;
    line-height: normal;
  }
  .fcihrihh {
    height: 720px;
  }
  .groupcompnyabt {
    height: 923px;
  }
  .bigboxaward {
    height: auto;
    margin: 30px 0;
  }
  .bigboxaward::before {
    display: none;
  }
  .bigboxaward::after {
    display: none;
  }
  .bigboxaward {
    padding: 0 0px;
  }
}
@media (max-width: 374px) {
  .visionabout::before {
    height: 310px;
  }
}
.boxContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 1000px; */
  padding: 2rem;
  /* margin: 0rem 1rem 0rem 4rem; */
  width: 100%;
}
.outerboxgrid {
  margin: 0;
  margin-top: 50px;
  background-image: url("../image/blue-bg.jpg");
}
.outerboxheader {
  color: white;
  font-size: small;
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
}

.sec {
  color: #575152;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  justify-content: center;
  padding: 20px 0;
}

.box {
  width: 28rem;
  height: 17rem;
  border: 1px solid #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 55px;
  padding-right: 35px;
  position: relative;
  color: #575152;
  background-color: white;
  font-family: "Roboto", sans-serif;
}

.box img {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
  max-height: 50%;
  height: 5rem;
}

@media only screen and (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .box {
    width: 100%;
    height: auto;
    text-align: center;
    top: 0rem;
    right: 4rem;
    left: 0rem;
  }
  .box:last-child {
    min-height: 150px;
    margin-bottom: 20px;
  }
  .outerboxgrid {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .outerboxheader {
    padding-top: 10px;
    font-size: 16px;
  }

  .box img {
    left: 4%;
    transform: translateX(-50%);
    max-height: 50%;
    height: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  /* Styles for tablets and smaller screens */
  #new_content_img {
    max-width: 600px;
    /* height: auto; */
    margin-left: 750px;
    margin-top: 400px;
  }
  #new_content {
    /* min-height: 100vh; */
  }
  #blur-bg-image {
    padding-top: 20px !important;
  }
  #inside-blur-bg-image {
    padding-left: 0px !important;
    /* margin-bottom: 0px; */
    max-width: 100% !important;
  }
  .innercontentcounternew-manufaturing h4 {
    line-height: 90.188% !important;
    /* margin-bottom: 150px; */
  }
  #blur-bg-text-id {
    margin-top: 0px !important;
    /* margin-right: 2px; */
    position: relative;
    bottom: 40px;
  }
}
@media only screen and (max-width: 390px) {
  #blur-bg-image {
    padding-top: 20px !important;
  }
  #inside-blur-bg-image {
    padding-left: 0px !important;
    /* margin-bottom: 0px; */
    max-width: 100% !important;
  }
}

#blur-bg-image {
  background-image: url("../image/blue-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  background-size: 100% 100%;
  max-width: 100%;
  height: auto;
}
#inside-blur-bg-image {
  max-width: 95%;
  padding-left: 60px;
  margin-bottom: 50px;
  transition: transform 0.3s;
}

#inside-blur-bg-image:hover {
  transform: scale(1.1);
}

.blur-bg-text {
  color: white !important;
  font: 30px !important;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
}
.slider-card {
  padding: 0px 0px;
  margin: 50px 15px 145px 15px;

  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  transition: all 0.3s;
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  font-size: 30px !important;
  z-index: 1;
  display: hidden;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  font-size: 30px !important;
  z-index: 1;
  display: hidden;
}

.slider-card {
  border: 3px solid;
  border-image: linear-gradient(to right, rgb(31, 230, 31), rgb(20, 191, 226)) 1;
  border-radius: 0;
}

.slider-card img {
  max-width: 100%;
  border-radius: 0;
}

.slider-card {
  position: relative;
}

.image-description {
  margin-top: 10px;
  position: absolute;
  bottom: 80;
  left: 10;
  right: 10;
  width: 100%;
  padding: 10px;
  color: #575152;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-description p {
  font-size: 15px;
  line-height: 1.5;
  color: #575152;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 1rem;
  text-align: center;
}
.landmark .owl-nav .owl-prev,
.landmark .owl-nav .owl-next {
  top: 34%;
}

.error-message {
  color: rgb(243, 51, 51);
  margin-top: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.thanks-message {
  color: rgb(18, 30, 41);
  margin-top: 5px;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.power-plant-new-section h2 {
  color: #27aae1;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 39px */
  letter-spacing: 0.9px;
  margin-top: 10px;
  white-space: nowrap;
}

.power-plant-new-section p {
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 32px */
  letter-spacing: 0.6px;
  margin: 0;
  padding: auto;
  white-space: nowrap;
}

.power-plant-new-section {
  margin-bottom: -70px; /* Adjust the value as needed */
  margin-top: -80px;
}

.bg-primary1 {
  background-color: #1aa4ad; /* Choose your desired background color */
  color: #fff; /* Choose your desired text color */
  border: 1px solid #000; /* Add your desired border color */
}

.power-plant-report-p {
  margin-top: 40px;
  text-transform: uppercase;
}

.biomass-poew-plant {
  color: #27aae1;
  font-size: 20px;
  margin-top: 80px;
}
.biomass-poew-plant-p {
  color: #231f20;
  font-size: 15px !important;
}

.inverted-comma {
  width: 50px;
}
.inverted-comma-start {
  position: relative;
  top: 20px;
  left: 40px;
}
.inverted-comma-end {
  position: relative;
  bottom: 35px;
  left: 525px;
}

.sustainability-report-human-text-box {
  border: 2px solid #2ea6ff;
  width: 35rem;
  height: 18rem;
  position: relative;
  right: 0rem;
  border-radius: 10px;
  bottom: 12rem;
}

.text-content {
  position: absolute;
  bottom: 0; /* Adjust this value as needed to control the distance from the bottom */
  width: 100%; /* Make sure the text content spans the entire width */
  padding: 20px; /* Adjust the padding as needed */
  background-color: #fff; /* Optional: Add a background color */
}

.power-plant-new-section-img {
  max-width: 100%;
  height: auto;
}

.biomass-poew-plant-p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .mobilehide {
    display: none;
  }
  .desktophide {
    display: block;
  }
}

.newbox {
  height: 10rem;
  padding: 0rem 10rem;
  margin: 0rem;
}

.entirebox {
  background-image: url(../public/Rectangle\ 159.png);
  background-size: cover;
  background-position: center;
  margin: 1rem;
  padding: 100px;
  height: 25rem;
  background-color: #f3f3f3;
}
.image-container {
  position: relative;
  display: inline-block;
}

.border-image {
  position: absolute;
  width: 100%; /* Adjust as needed */
  height: 100%; /* Adjust as needed */
  top: 0;
  left: 0;
  z-index: -1; /* Ensure the border image is behind the human image */
}
.human-section {
  position: relative;
  background-image: url("../image/sustainiablity/Rectangle 159.png");
  background-size: cover;
  background-position: center bottom;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  transition: height 0.5s ease, background-position 0.5s ease;
}

.human-section.expanded {
  height: 60rem; /* Set the increased height from the bottom */
  background-position: center bottom; /* Reset background position */
}

.human-image {
  /* display: block;
  margin-top: 2rem;
  width: 400px !important;
  height: 190px; */
  height: 220px;
  width: 250px;
}

.human-box {
  border: 2px solid rgb(46, 166, 255);
  height: 14rem;
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(190, 216, 255);
  margin: 42px;
  /* padding: 28px; */
  margin-bottom: 18rem;
}

.human-box.expanded {
  margin-bottom: 31rem;
}

.container-box {
  width: 600px;
  height: 380px;
  flex-shrink: 0;
  margin-left: 0rem;
  border-radius: 22px;
  position: relative;
  margin-top: 0rem;
  margin-bottom: 8rem;
}

.inner-container {
  position: absolute;
  top: 25px;
  right: 21px;
  bottom: 84px;
  left: 80px;
  border-radius: 18px;
  /* background: #fff; */
  padding: 0px;
}

.inner-container p {
  letter-spacing: 0.6px;
  color: #575152;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.6px;
  margin-left: 0rem;
}

.inner-container .readmore {
  color: #134186;
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  margin-top: -2rem;
}

.quotes_img_new {
  display: none;
}
.quotes_img {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  width: 45px;
  right: 30rem;
}
.quotes_img.expanded {
  margin-top: -8rem;
}

.hidden-content {
  display: none;
}

.hidden-content.show {
  display: block;
}
.inner-container.expanded {
  margin-top: -8rem;
}

.title-header {
  margin-top: -10px;
}

.title-header p {
  white-space: pre-line;
  margin-bottom: 5px;
}

.title-header .header-one {
  color: #134186;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
  letter-spacing: 0.84px;
  margin-top: 0px;
}

a.sustain-readmore {
  color: #134186;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 244%;
  letter-spacing: 2.46px;
  border: 1px solid #134186;
  display: inline-block;
  margin-top: 20px;
  width: 9rem;
  margin-right: 76rem;
  font-size: 12px;
  display: inline-block;
  line-height: 50px;
  padding: 0px 20px;
  transition: 0.5s;
  text-decoration: none;
}

a.sustain-readmore:hover {
  background: #134186;
  color: #ffffff;
}

a.sustain-readmore-below {
  color: #134186;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 244%;
  letter-spacing: 2.46px;
  border: 1px solid #134186;
  display: inline-block;

  margin-top: 30px;
  width: 9rem;
  margin-right: 76rem;

  font-size: 12px;
  /* color: #fdf5cf; */
  display: inline-block;
  /* border: 1px solid #fdf5cf; */
  line-height: 40px;
  padding: 0px 20px;
  transition: 0.5s;
  text-decoration: none;
}

a.sustain-readmore-below:hover {
  background: #134186;
  color: #ffffff;
}
/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  a.sustain-readmore.expanded p {
    /* background-color: red; */
    margin-top: 10px;
  }

  .hello_sub {
    width: 50px;
    height: 100px;
    margin-top: 7rem;
    margin-left: -22rem;
  }

  .quotes_img_new {
    display: inline-block;
    margin-left: 25px;
    margin-top: 23px;
  }

  .quotes_img_new.expanded {
    margin-top: 55px;
    /* margin-right: -30px; */
    margin-left: 25px;
  }

  a.sustain-readmore-below {
    margin-left: -21rem;
  }

  .sustainability_headerone {
    /* background-color: red !important; */
    margin-top: 27px;
    margin-right: 29px;
  }

  .footer_new {
    display: none;
  }
  .main-container {
    display: flex;
    flex-direction: column-reverse; /* Change the direction for mobile view */
  }

  .container-box {
    width: 0%;
    height: 380px;
    flex-shrink: 0;
    margin-left: 0rem;
    border-radius: 22px;
    position: relative;
    margin-top: -12rem;
    margin-bottom: 8rem;
  }
  .container-box.expanded {
    width: 0%;
    height: 380px;
    flex-shrink: 0;
    margin-left: 0rem;
    border-radius: 22px;
    position: relative;
    margin-top: -2rem;
    margin-bottom: 8rem;
    background-color: red;
  }

  .inner-container {
    position: static;
    width: 100%;
    border-radius: 0;
    /* margin: 1rem 0; Adjust margin as needed */
    padding: 20px; /* Adjust padding as needed */
    margin-left: -10px;
  }

  .human-box {
    width: 74%;
    /* padding: 20px; */
    /* margin-top: -29rem; */
    margin-bottom: 35rem;
    margin-top: -3rem;
    height: 30%;
    margin-left: 2rem;
  }

  .human-section img {
    width: 100%;
    margin-bottom: -25px;
    height: 15rem;
  }
  .human-box {
    /* height: rem; */
    width: 16rem;

    /* margin: 42px; */
    /* padding: 28px; */
    /* margin-bottom: 18rem; */
  }
  .human-image {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .inner-container p {
    margin-left: -22rem;
    margin-top: 0rem;
    padding: -20rem;
    padding: 15px;
  }
  .inner-containers p {
    margin-top: 0rem;
    padding: 10px;
  }

  .viewMore {
    margin-left: -23rem !important;
  }
  .human-section {
    height: 60rem !important;
  }
  .button-container {
    width: 305px;

    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 54px;
    padding-right: 53px;
    padding-bottom: 36px !important;
    margin-top: 0rem !important;
  }

  .title-header .header-one {
    margin-top: -3rem;
  }
  .title-header p {
    margin-top: -2rem;
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-content {
    display: none;
  }

  .hidden-content.show {
    display: block;
    margin-top: -20px;
  }

  .human-section.expanded {
    padding-bottom: 76rem !important;
    padding-top: 20rem !important;
  }
  .human-box.expanded {
    height: 15rem;
    margin-top: 10rem;
  }
  .human-image.expanded {
    margin-top: 6px !important;
    height: 13rem;
  }

  .inner-container.expanded {
    margin-top: 2rem;
  }

  .inner-containers.expanded {
    margin-top: 4rem;
  }

  .quotes_img {
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    width: 10% !important;
    right: 30rem;
    z-index: 2;
  }

  .quotes_img.expanded {
    position: absolute;
    top: 0px;
    transform: translateY(-50%);
    width: 45px;
    right: 30rem;
  }

  #power-plantn-new-scetion-bg-image {
    background-image: url("../../public/image/sustainiablity/Rectangle 159.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
  }
}

@media screen and (min-width: 769px) {
  #power-plantn-new-scetion-bg-image {
    background-image: url("../../public/image/sustainiablity/Rectangle 159.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    height: 65rem !important;
  }
}

/* #power-plantn-new-scetion-bg-image {
  background-image: url("../../public/image/sustainiablity/Rectangle 159.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  height: 50rem !important; 
} */

@media (max-width: 1499px) {
  a.viewMore {
    margin-top: 40px;
    height: 5rem;
  }
}
a.viewMore {
  color: #134186;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2.46px;
  border: 1px solid #134186;
  display: inline-block;
  max-width: 254px;
  padding: 16px 38px;
  margin-top: 20px;
  height: 3rem;
}
a {
  text-decoration: none;
  color: var(--text-color);
}

.pdf-section {
  position: relative;
  bottom: 80px;
}
.pdf-div {
  position: relative;
  bottom: 50px;
}

.pdf-container {
  margin-top: 20px;
}

.pdf-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subcolumn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.report-pdf-div {
  position: relative;
  padding: 0px 15px 15px 10px;
  justify-items: center;
  margin-bottom: 5px;
}

.dot-line {
  width: 60rem;
  border-top: 1px dashed #7b7878;
  top: 0rem;
  transform: translateY(-50%);
  margin-left: 3rem;
}

.dot-line.top {
  top: 0;
}

.dot-line.bottom {
  bottom: 0;
}

.img-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.view-button {
  position: absolute;
  color: #134186;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2.46px;
  border: 1px solid #134186;
  display: inline-block;
  padding: 5px 50px;
  top: 1rem;
  height: 3rem;
  left: 55rem;
  background-color: #ffff;
}

.imagepdf {
  margin-top: 20px;
  margin-right: 50rem;
  width: 35px;
}

.pdf-innercontainer {
  margin-right: 10rem;
  margin-top: 4rem;
}

.power-plant-report-p {
  margin: 10px 0;
  align-items: baseline;
  text-align: left;
  font-size: 15px;
  margin-left: 150px;
  margin-top: -25px;
  color: #27aae1;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 768px) {
  .pdf-div {
    bottom: 0; /* Adjust the positioning for mobile */
  }

  .pdf-innercontainer {
    margin-right: 0; /* Remove right margin for mobile */
    margin-top: 2rem; /* Adjust top margin for mobile */
  }

  .report-pdf-div {
    padding: 0; /* Remove padding for mobile */
    text-align: center; /* Center text for mobile */
  }

  .dot-line {
    margin-left: 0; /* Remove left margin for mobile */
    width: 100%; /* Make the dashed line span the full width for mobile */
  }

  .imagepdf {
    margin-top: 10px; /* Adjust margin for mobile */

    width: 25px; /* Adjust width for mobile */
    margin-right: 19rem;
  }

  .power-plant-report-p {
    text-align: left;
    margin: 10px 0;
    margin-left: 75px;
    margin-top: -29px;
  }

  .view-button {
    position: static;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-right: 10rem;
    width: 10px;
    text-align: left;
    padding-left: 27px;
    height: 30px;
  }
}

.space-between-sections {
  height: 100px; /* Adjust the height as needed */
}

.foot_container {
  padding: 2rem;
  margin-left: 10rem;
}

.foot_container li a {
  color: #2ea6ff;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.icon-list-career-wellness li::before {
  content: url("../image/iconwellness.svg");
  margin-right: 5px;
  display: inline-block;
  height: 0.5em;
  vertical-align: text-top;
  font-family: "Roboto", sans-serif;
  color: #575152;
}

.icon-list-career-wellness li {
  padding-top: 10px;
  color: #575152;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.view_Btn {
  color: #134186;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2.46px;
  border: 1px solid #134186;
  display: inline-block;
  padding: 5px 50px;
  top: 0rem;
  height: 3rem;
  left: 55rem;
  margin-left: 20rem;
  white-space: nowrap;
}

.view_Btn:hover {
  background: #134186;
  color: #fff;
  border-color: #134186;
}

.businesscontent-heading h1 {
}

.sliderineers {
  position: relative;
  text-align: center;
}

.sliderineers img {
  /* width: 100%; /* Ensure the image takes the full width of its container 
    
    color: #FFFFFF;
       
    

*/
  height: 30rem;
}

.businesscontent-heading h1 {
  position: absolute;
  top: 63%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  opacity: 2;
}

.sustainability-banner-text-container {
  position: relative;
  right: 12px;
  top: 100px;
}
.sustainiablity-banner-new-text-main-ul {
  position: relative;
  right: 20px;
}
.h11 {
  /* position: absolute;
  top: 33%;
  left: 18%;
  transform: translate(-50%, -50%); */
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  margin-top: 110px;
  position: relative;
  opacity: 2;
}

.sustainiablity-banner-new-text {
  color: white;
  line-height: 35px;
  font-size: 20px;
}

.sustainiablity-banner-new-number {
  color: white;
  line-height: 36px;
  font-size: 20px;
}
.sustainiablity-banner-new-number2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .h11 {
    /* position: absolute;
    top: 33%;
    left: 18%;
    transform: translate(-50%, -50%); */
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 33px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    opacity: 2;
  }
  .sustainiablity-banner-new-text-main-ul {
    position: relative !important;
    right: 0px !important;
  }
  .sustainability-banner-heading-text {
    font-size: 20px !important;
  }
  .sustainiablity-banner-new-text {
    color: white;
    line-height: 33px;
    font-size: 20px;
    margin-top: 4px;
  }

  .sustainiablity-banner-new-number {
    color: white;
    line-height: 24px;
    font-size: 20px;
    margin-right: 30px;
    margin-top: 4px;
  }
  .sustainiablity-banner-new-number2 {
    margin-top: 30px;
  }
}
.footerNavbar a {
  color: #27aae1;
}

.footerNavbar a.active {
  color: rgb(116, 184, 236);
}

/* @media (max-width: 768px) { */
.button-container {
  /* position: relative;
  z-index: 1;
  margin-bottom: -7rem; */
  margin-top: -10rem;
}

/* @media (max-width: 768px) {
  

  } */

.left-align {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .power-plant-new-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .power-plant-new-section img {
    margin-bottom: 10px;
  }

  .power-plant-new-section h2 {
    text-align: left;
    margin-left: 0px; /* Adjust this value as needed */
  }

  .power-plant-new-section p {
    text-align: left;
    margin-left: 0px; /* Use the same value as h2 */
  }
}

.tenats-container {
  display: flex;
  flex-wrap: wrap;
  width: 70rem;
  align-items: center;
  gap: 25px;
  padding: 20px;
  justify-content: center;
}

.box1 {
  width: calc(25% - 20px);
  margin: 10px;
  /* background-color: red; */
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  height: 8rem;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url(../image/sustainiablity/sustainability_blueboxes/background_box.svg);
  background-color: #27aae1;
  opacity: 0.5;
}

.box1 i {
  font-size: 2rem; /* Adjust the icon size */
  color: #fff; /* Adjust the icon color */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Background image for all boxes */

/* Different icons for each box */
.box1:nth-child(1) i {
  /* Add styles for the first icon */
  content: "Icon 1";
}

.box1:nth-child(2) i {
  /* Add styles for the second icon */
  content: "Icon 2";
}

/* Repeat for other boxes */

/* Custom styles for mobile responsiveness */
@media (max-width: 767px) {
  .pd__common {
    padding: 0 5%; /* Adjust the padding for smaller screens */
  }

  .businessfect h2 {
    font-size: 30px; /* Adjust the font size for smaller screens */
  }

  .businessfect p {
    font-size: 14px; /* Adjust the font size for smaller screens */
  }

  .power-plant-new-section {
    margin-bottom: 0; /* Remove negative margin for smaller screens */
    margin-top: 0; /* Remove negative margin for smaller screens */
  }

  .biomass-poew-plant {
    font-size: 18px; /* Adjust the font size for smaller screens */
    margin-top: 40px; /* Adjust the margin for smaller screens */
  }

  .biomass-poew-plant-p {
    font-size: 12px; /* Adjust the font size for smaller screens */
  }
  .para {
    margin-left: 10px;
  }
  /* Add any additional styles or adjustments for smaller screens */
}

/* You can add more media queries for specific screen sizes if needed */

/* abdul career code  */

#new_content {
  background-image: url("../image/blue-bg.jpg");
  /* background-color: yellow; */
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  /* margin-top: 140px; */
  position: relative;
  top: 60px;
  /* Make the background image responsive */
  background-size: 100% 100%;
  /* Add Bootstrap img-fluid class */
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
}

#new_content_img {
  margin-top: 50px;
  padding-left: 50px;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}
#new_content_img:hover {
  transform: scale(1.1); /* Increase the scale on hover */
}
#new_content_two {
  margin-top: 150px;
}
.new_content_p {
  /* color:#FFFFFF ; */
  position: relative;
  bottom: 60px;
  color: white;
  font-size: 17px;
}

.manufacturing_new_images {
  width: 350px;
  height: 300px;
}
#manufacturing_new_first_image {
  padding-right: 30px;
  width: 350px;
}
#manufacturing_new_second_image {
  padding-right: 30px;
  width: 350px;
}
#manufacturing_new_third_image {
  /* padding-right: 30px; */
  width: 350px !important;
}
@media only screen and (max-width: 768px) {
  /* Styles for tablets and smaller screens */
  #new_content_img {
    max-width: 600px;
    /* height: auto; */
    margin-left: 750px;
    margin-top: 400px;
  }
  #new_content {
    /* min-height: 100vh; */
  }
  #blur-bg-image {
    padding-top: 20px !important;
  }
  #inside-blur-bg-image {
    padding-left: 0px !important;
    /* margin-bottom: 0px; */
    max-width: 100% !important;
  }
  .innercontentcounternew-manufaturing h4 {
    line-height: 90.188% !important;
    /* margin-bottom: 150px; */
  }
  #blur-bg-text-id {
    margin-top: 0px !important;
    /* margin-right: 2px; */
    position: relative;
    bottom: 40px;
  }
  .manufacturing-achivements-new-img-div {
    /* padding-top: 40px; */
  }
  .color-box {
    margin-bottom: 0px !important;
  }
  #sustainability-report-three-div {
    margin-bottom: 100px;
  }
  .pdf-section {
    margin-top: 100px;
  }
  .biomass-poew-plant {
    margin-top: 0px !important;
  }
  .power-plant-new-section-img {
    max-width: 100%;
    height: auto;
    /* padding-left: 38px; */
    padding-bottom: 90px;
  }

  .biomass-poew-plant-p {
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media only screen and (max-width: 390px) {
  #blur-bg-image {
    padding-top: 20px !important;
  }
  #inside-blur-bg-image {
    padding-left: 0px !important;
    /* margin-bottom: 0px; */
    max-width: 100% !important;
  }
  .achivements-section {
    margin-bottom: 20px !important;
  }
  /* #new-section {
    display: flex !important;
    flex-direction: column !important;
  } */
  #viscard1-container {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdf-div {
    position: relative !important;
    bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdf-img {
    max-width: 300% !important;
    height: 300% !important;
  }
  .power-plant-new-section-img {
    padding-bottom: 0px;
  }
}

#biomass_new_section {
  display: flex;
  flex-direction: column-reverse;
}

.image-text1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.image-text2 {
  position: relative;
  bottom: 200px;
  left: 30px;
  right: 0;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}
.image-text3 {
  position: relative;
  bottom: 0;
  left: 30px;
  right: 0;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

#achivment_section {
  position: relative;
  top: 50px;
}

#blur-bg-image {
  background-image: url("../image/blue-bg.jpg");
  /* background-color: yellow; */
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  background-size: 100% 100%;
  /* Add Bootstrap img-fluid class */
  max-width: 100%;
  height: auto;
}
#inside-blur-bg-image {
  max-width: 95%;
  /* margin-left: 50px; */
  padding-left: 60px;
  margin-bottom: 50px;
  transition: transform 0.3s;
}

#inside-blur-bg-image:hover {
  transform: scale(1.1);
}

.blur-bg-text {
  color: white !important;
  font: 30px !important;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.achievements-img {
  position: relative;
  display: inline-block;
}

.achievements-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the background color and opacity */
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* opacity: 0; */
  transition: opacity 0.3s;
}
.achievements-image-overlay2 {
  position: absolute;
  top: 3650px;
  left: 455px;
  width: 28%;
  height: 46%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* opacity: 0; */
  transition: opacity 0.3s;
  /* background-color: yellow; */
}
.achievements-image-overlay3 {
  position: absolute;
  top: 3637px;
  left: 834px;
  width: 28%;
  height: 48%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* opacity: 0; */
  /* transition: opacity 0.3s; */
  /* background-color: yellow; */
}
@media (max-width: 767px) {
  .achievements-image-overlay2,
  .achievements-image-overlay3 {
    /* Adjust styles for mobile view */
    /* position: absolute;
    top: 100vh; */
  }
}

.achievements-img .achievements-image-overlay {
  opacity: 5;
}
.achievements-img .achievements-image-overlay2 {
  opacity: 5;
}
.manufacturing-gallery-first-img {
  opacity: 5;
}
.image-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 20px;
}
.achivements-section {
  margin-bottom: 100px;
}

.counter-font-siz {
  font-size: 30px;
}

.counter-font-siz span {
  font-size: 28px;
}

.slider-p {
  font-size: 20px !important;
}
.innercontentcounternew-manufaturing h4 {
  line-height: 60.188%;
}

/* sustaniablity css */

/* #new-section {
  display: flex;
  flex-direction: row;
  margin-right: 70px;
} */
.power-plant-new-section {
  margin-bottom: 20px;
  /* background-color: red; */
}

@media only screen and (max-width: 768px) {
  .power-plant-new-section {
    margin-bottom: 20px;
    /* width: 269px; */
    width: 88%;
    margin-left: 15px;
  }
  /* .power-plant-new-section-img {
    max-width: 80%;
    height: auto;
  } */
}

/* .power-plant-new-section-img {
  max-width: 100%;
  height: auto;
} */

.color-box {
  text-align: center;
  /* padding: 1rem; */
  padding: 10px 40px 10px 40px;
  border: 1px solid #000; /* Add your desired border color */
  margin-bottom: 10rem;
  justify-content: center;
}

.bg-primary1 {
  background-color: #1aa4ad; /* Choose your desired background color */
  color: #fff; /* Choose your desired text color */
  border: 1px solid #000; /* Add your desired border color */
}

.row {
  /* display: flex; */
  justify-content: center;
  /* position: relative; */
  /* bottom: 150px; */
  /* background-color: yellow; */
}
#sustainability-reports-section {
  background-color: #ffffff;
}
.pdf-section {
  position: relative;
  bottom: 80px;
}
.pdf-div {
  position: relative;
  bottom: 50px;
}

.report-pdf-div {
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
  /* border: 1px solid black; */
  justify-items: center;
  background-color: #effaff;
  /* margin-bottom: 50px; */
  /* box-shadow: 50px 50px 50px #EFFAFF; */
}

.power-plant-report-p {
  margin-top: 40px;
  text-transform: uppercase;
}

.biomass-poew-plant {
  color: #27aae1;
  font-size: 20px;
  margin-top: 80px;
}
.biomass-poew-plant-p {
  color: #231f20;
  font-size: 15px;
}

.sustainability-report-human-main-div {
  display: flex;
  flex-direction: row;
  margin-bottom: 500px;
}

.sustainability-report-human-img {
  /* width: 300px; */
  position: relative;
  right: 500px;
}

.inverted-comma {
  width: 50px;
}
/* .inverted-comma-start{
 position: relative;
 top: 20px;
 left: 40px;
} */
/* .inverted-comma-end{
 position: relative;
 bottom: 35px;
 left: 525px;
} */

.sustainability-report-human-text-box {
  border: 2px solid #2ea6ff;
  width: 700px;
  height: 300px;
  position: relative;
  right: 170px;
  top: 100px;
  border-radius: 10px;
}

.sustainability-report-human-text-box-p {
  /* width: 600px; */
  /* margin-right:200px; */
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
  bottom: 650px;
  /* background-color: yellow; */
}

/* .power-plant-new-section-img {
  max-width: 100%;
  height: auto;
} */

.biomass-poew-plant-p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* Mobile styles */
  .mobilehide {
    display: none;
  }
  .desktophide {
    display: block;
  }
}

.sustainability-Prestigious-award {
  display: flex;
  flex-direction: row;
}

/* /////////////////////////////////////////// */
.visionabout1 {
  margin: 0; /* Set margin to 0 to remove default margin */
  padding: 0; /* Set padding to 0 to remove default padding */
  background-color: #f3f3f3; /* Set your desired background color */
}

#viscard1-container {
  padding: 0; /* Set padding to 0 for the container */
}

#viscard1-container {
  background-image: url(../image/Rectangle\ 159.png);
  /* background-color: #F3F3F3; */
  margin-bottom: 0px;
  width: 100%;
}

.viscard1 {
  border: 2px solid #2ea6ff;
  margin: 5% 5% 5% 10%; /* Adjust the margins for spacing */
  padding: 5%; /* Add padding for internal spacing */
  width: 100%; /* Adjust the width as needed */
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  right: 100px;
}

.viscard1 p {
  margin-bottom: 20px;
  color: #575152;
}

.viscard1-img {
  width: 50%;
  margin-top: 100px;
}

.viscard1 h5 {
  color: #134186;
}

.viscard1 h6 {
  color: #134186;
}
.viscard1 ul {
  list-style: none;
}
.viscard1 li a {
  color: #134186;
  list-style: none;
  text-decoration: underline;
}

/* Media Query for smaller screens */
@media (max-width: 992px) {
  .viscard1 {
    border: 2px solid #2ea6ff;
    margin: 5% 5% 5% 10%; /* Adjust the margins for spacing */
    padding: 5%; /* Add padding for internal spacing */
    width: 130% !important; /* Adjust the width as needed */
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    right: 130px !important;
    top: 0px !important;
  }
}
@media (max-width: 2200px) {
  .viscard1 {
    border: 2px solid #2ea6ff;
    margin: 5% 5% 5% 10%; /* Adjust the margins for spacing */
    padding: 5%; /* Add padding for internal spacing */
    width: 100%; /* Adjust the width as needed */
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    right: 200px;
    top: 50px;
  }
}
@media (max-width: 1900px) {
  .viscard1 {
    border: 2px solid #2ea6ff;
    margin: 5% 5% 5% 10%; /* Adjust the margins for spacing */
    padding: 5%; /* Add padding for internal spacing */
    width: 100%; /* Adjust the width as needed */
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    right: 200px;
    top: 50px;
  }
}
@media (max-width: 1500px) {
  .viscard1 {
    border: 2px solid #2ea6ff;
    margin: 5% 5% 5% 10%; /* Adjust the margins for spacing */
    padding: 5%; /* Add padding for internal spacing */
    width: 100%; /* Adjust the width as needed */
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    right: 200px;
    top: 50px;
  }
}
@media (max-width: 768px) {
  .viscard1 {
    margin: 5%;
  }
  .viscard1 {
    width: 100% !important;
    position: relative;
    right: 23px !important;
    top: 0px;
  }
  .pdf-img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.new-slider-img {
  width: 100% !important; /* Set the width to 100% of the parent container */
  height: auto; /* Maintain the aspect ratio */
  /* background-color: yellow; */
}
/* You may adjust the other styles as needed */

.pdf-img {
  width: 50%; /* Ensure the width is set to 100% */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove any residual space below the image */
  max-width: 100%; /* Ensure the image does not exceed its natural size */
}

.table-text {
  /* color:!important; */
}
.career-oprtunity-greater-arrow-img {
  margin-top: 30px;
}
.table-button {
  border: 1px solid black;
  background-color: #ffffff;
  padding-bottom: 3px;
  color: #27aae1;
  padding: 5px 15px;
}

.career-oppor-table-text {
  padding-top: 24px !important;
  /* font-size: 15px; */
}

@media (min-width: 768px) {
  .career-oppor-table-text-new {
    padding-top: 2.5% !important;
  }
  /* .ViewButton-sustain {
    background-color: red;
    margin-top: 10px;
  } */
}

@media (max-width: 768px) {
  .career-oppor-table-text-new {
    padding-top: 36px !important;
    font-size: 15px;
    margin-left: 10px !important;
  }
  .inner-oppor-text {
    margin-left: -35%;
  }
  .inner-oppor-text-sustain {
    /* margin-left: -52%; */
    margin-top: -4%;
  }
  .table-button {
    border: 1px solid black;
    background-color: #ffffff;
    padding-bottom: 3px;
    color: #27aae1;
    padding: 5px 15px;
  }
  .career-lif-kpil-div {
    align-items: center;
  }
}

/* /////////////////////////////////////////// */
/* ABDUL NEW CODE END*/
/* ////////////////////////////////// */

.apply-page-text {
  margin-top: 50px;
}
.apply-position-section {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.apply-page-form-input {
  width: 300px;
  border-radius: 0% !important;
}
#apply-page-form-input-second {
  position: relative;
  right: 100px;
  /* bottom: 200px !important; */
}
.apply-page-form-text-box {
  /* width:846px !important; */
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 5px;
  width: 933px !important;
}
.apply-form-h5 {
  margin-bottom: 20px;
  font-size: 16px;
}
.apply-form-button {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #134186;
  color: #ffffff;
  margin-bottom: 40px;
}

.apply-form-remove-button {
  /* position: relative;
    right: 400px; */
  background-color: #27aae1;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff;
  position: relative;
  right: 400px;
  border: none;
}
.apply-text-color {
  color: #575152;
}
.apply-paragraph-text {
  font-size: 16px;
}
/* .apply-text-color-location{
    font-weight: bold;
  } */
/* .pd__common {
    margin-bottom: 0; 
  } */

.apply-position-section {
  margin-bottom: 10px;
}

.apply-positio-below-div {
  margin-bottom: 5px;
}

.apply-text-color {
  margin-bottom: 0;
}

.blue-text-color {
  color: #27aae1;
  position: relative;
  right: 3px;
}
.apply-form-submit-reset-button {
  background-color: #134186;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff;
  margin-right: 10px;
}
#apply-form-submit-reset-button-container {
  position: relative;
  right: 170px;
  margin-bottom: 60px;
  margin-top: 50px;
}
.career-div {
  border: 1px solid black;
  text-align: center;
  width: 400px;
}

.career-box-div {
  border: 1px solid black;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 100px;
  margin-bottom: 0px;
}
#career-box-first-div {
  background-color: #134186;
  color: #ffffff;
}

.custom-btn {
  background-color: #2ea6ff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.career-banner-text {
  font-size: 56px !important;
  position: relative;
  top: 70px;
}
#career-life-kpil-section {
  position: relative;
  top: 0px;
  margin-bottom: 50px;
}
.custom-btn:hover {
  /* background-color: #007BFF; */
}
.team__main__block1 {
  width: 300%;
}
.career-image-container {
  position: relative;
}

.career-overlay-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  z-index: 100;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#career-banner-btn {
  margin-top: 110px;
}

.footer-above-ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: left;
  position: relative;
  right: 33px;
}
.career-opportunity-text {
  color: #575152;
  font-size: 16px;
}
.career-opportunity-drop-down-text {
  color: #575152;
}
.career-opportunity-bread-curm {
  list-style: none;
  display: flex !important;
  flex-direction: row !important;
  margin-bottom: 50px;
  margin-top: 50px;
}
.career-opportunity-bread-curm {
  color: #2ea6ff;
  width: 500px;
  display: flex;
  flex-direction: row;
}
.footer-above-ol1 {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 50px;
  /* margin-left: 0px; */
  position: relative;
  right: 25px;
}

.footer-above-li {
  color: #2ea6ff;
}
.investor-bread-drum {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  margin-top: 50px;
  /* margin-left: 0px; */
  position: relative;
  right: 25px;
}

.investor-bread-drum-li {
  color: #2ea6ff;
}
#breadcrumb{
  font-size: 15px;
}
@media (max-width: 768px) {
  .investor-bread-drum {
   /* display: flex; */
    flex-direction: column !important;
    /* margin-left: 0px; */
    position: relative;
    right: 0px;
  }
  
  .investor-bread-drum-li {
    color: #2ea6ff;
  }
  #breadcrumb{
    font-size: 15px;
  }
  .apply-submit-reset-btn {
    margin-top: 50px;
    position: relative;
    right: 0px;
    margin-bottom: 0px;
  }
  #apply-form-submit-reset-button-container {
    position: relative;
    right: 0px;
    /* margin-bottom: 60px; */
  }
  .apply-form-remove-button {
    position: relative !important;
    right: 0px !important;
  }
}

@media (max-width: 1100px) {
  .apply-form-remove-button {
    position: relative;
    right: 100px;
  }
}

/* career */

.card-img-top {
  width: 100%;
  max-height: 200px; /* Adjust the max-height as needed */
  object-fit: cover;
}
.card {
  width: 20rem; /* Adjust the width as needed */
  overflow: hidden; /* Add this line to hide overflowing content */
}

.card img {
  width: 100%; /* Ensure the image takes up 100% of the container width */
  height: auto; /* Maintain the image aspect ratio */
}
.owl-dots {
  display: none !important;
}
#recurit-slider-section {
  margin-bottom: 50px;
}
#prev-and-next {
  display: flex;
}
/* ../image/Group\580\\(1\).png */
#recurit-user-profil-slider {
  background-image: url(../image/Group\580\\(1\).png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  height: 300px;
}

.career-recurit-banner-text {
  position: relative;
  top: 60px;
  color: #ffffff !important;
}

#carouselExampleControls {
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0; /* Set background color */
  /* height: 300px; */
}

.carousel-inner1 {
  background: url("../image/Group\ 580\ \(1\).png") center center/cover;
  padding: 20px;
  height: 300px;
  /* Adjust padding as needed */
}
.career-learn-levate-section {
  margin-top: 90px;
}
.career-learn-leap-section {
  margin-top: 90px;
}
.career-learn-Leadership-section {
  margin-top: 90px;
  margin-bottom: 10px !important;
}
.card-body {
  background-color: #5fc0df;
}
.career-learn-last-carousel-div {
  margin-bottom: 100px !important;
}

#myCarousel {
  box-shadow: 0px 4px 8px rgba(5, 5, 5, 0.2);
  background-image: url("path/to/background-image.jpg"); /* Replace with your background image path */
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 100px;
}

.carousel-inner1 {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.icon-img {
  position: relative;
  left: 400px !important;
}
.text-div {
  margin-right: 300px !important;
}
.career-recurit-second-carousel {
  position: absolute;
  top: 350px !important;
}
.career-recurit-second-carousel1 {
  position: absolute;
  top: 350px !important;
}
.career-recurit-second-carousel-left-arrow {
  position: relative;
  left: 400px !important;
}
.career-recurit-second-carousel-right-arrow {
  position: relative;
  right: 400px !important;
}
.career-recurit-profile-card {
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 20px;
}
.second-carousel-card-img {
  margin-right: 90px;
}
.second-carousel-card-name {
  position: absolute;
  left: 190px;
  display: flex;
  flex-direction: column;
}
#prev-and-next {
  position: relative !important;
  top: 350px !important;
  left: 520px !important;
}
.csr-banner-heading-text {
  font-size: 50px !important;

}

@media (max-width: 1900px) {
  .career-recurit-profile-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #prev-and-next {
    position: relative;
    top: 350px;
    left: 540px !important;
  }
}
@media (max-width: 2200px) {
  #prev-and-next {
  }
  .second-carousel-card-img {
    margin-right: 200px !important;
  }
  .second-carousel-card-name {
    position: absolute;
    left: 390px;
    display: flex;
    flex-direction: column;
  }
  .second-carousel-card-name {
    position: absolute;
    left: 190px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .drop-down-arrow-left {
    position: relative !important;
    right: 0px !important;
    margin-left: 60px !important;
  }
  .drop-down-arrow-right {
    position: relative !important;
    left: 240px !important;
    margin-left: 60px !important;
  }
  .inner-oppor-text-sustain {
    margin-left: -52%;
    margin-top: -4%;
  }
  .inner-oppor-text-sustain1 {
    position: relative;
    right: 90px;
    /* width: 30px !important;
    padding-right: 100px !important;
    font: 10px; */
    overflow: visible;
    text-overflow: clip;
    display: block;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .card {
    width: auto; /* or remove the width property */
  }
  .owl-prev,
  .owl-next {
    /* font-size: 50px !important; */
    /* display: none !important; */
  }
  /* .owl-prev {
    left: 100px;
    top: 300px;
  }

  .owl-next {
    right: 100px;
    top: 300px;
  } */
  #prev-and-next {
    position: relative !important;
    top: 320px !important;
    left: 90px !important;
  }
  .career-recurit-second-carousel {
    position: absolute !important;
    top: 440px !important;
  }
  .career-recurit-second-carousel1 {
    position: absolute;
    top: 450px !important;
  }
  .career-recurit-second-carousel-left-arrow {
    position: relative;
    left: 70px !important;
  }
  .career-recurit-second-carousel-right-arrow {
    position: relative;
    right: 100px !important;
  }
  .career-recurit-profile-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #myCarousel {
    max-height: 500px; /* Adjust the value as needed */
  }

  .carousel-inner1 {
    height: 30% !important; /* Ensures the content takes up the full height */
  }
  .second-carousel-card-img {
    padding-right: 130px !important;
  }
  .second-carousel-card-name {
    position: absolute;
    left: 50px;
  }
  .career-lif-kpil-div {
    display: flex;
    flex-direction: column;
  }
  .caree-opportunities {
    position: relative !important;
    bottom: 100px !important;
  }
  #apply-form-submit-reset-btn {
    margin-top: 20px;
    padding-right: 50px;
  }
  .career-learn-second-carouselcard-name {
    font-size: 16px;
    font-weight: bold;
    color: #134186;
    text-align: center;
  }
  .career-learn-second-carouselcard-img {
    width: 60px;
    /* margin-right: 30px !important; */
  }
  .card {
    height: auto !important;
    overflow: visible;
  }
  .second-carousel-section {
    margin-top: 0px;
  }

  /* .drop-down-arrow-left {
    position: relative;
    left: 290px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
  } */
  /* .drop-down-arrow-right {
    position: absolute !important;
    left:200px !important;
    background-color: yellow !important;
  } */
  .drop-down-arrow-left {
    position: relative !important;
    left: 170px !important;
  }
  .drop-down-arrow-right {
    position: relative !important;
    left: 170px !important;
  }
  .news-media-breadcurm {
  }
  .career-culture-table-text {
    /* color:#575152;
    text-align: center; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #575152;
  }
  .career-culture-all-table-text-scond-phase {
    /* text-align: center; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .career-recurit-banner-text {
    position: relative;
    left: 0px;
  }
  .footer__content img {
    padding-right: 80px !important;
  }
  .footer__content {
    /* padding-right: 80px !important; */
  }
  .career-banner-text {
    font-size: 45px !important;
  }
  #career-life-kpil-section {
    position: relative !important;
    top: 0px !important;
    bottom: 1600px !important;
    margin-bottom: 0px;
  }
  .career-oppor-table-text {
    padding-top: 16px !important;
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    /* color: #575152; */
  }
  .table-text.career-oppor-table-text br,
  .table-text.career-oppor-table-text p {
    margin-top: 10px; /* Adjust the value as needed */
  }
  .career-oppor-table-btn {
    text-align: center;
    position: relative;
    bottom: 10px;
  }
  .career-oppor-table-btn-sustain {
    text-align: center;
    position: relative;
    bottom: 10px;
  }
  .career-oppor-table-btn-tr {
    padding-top: 0px !important;
    text-align: center;
  }
  .career-oppor-table-btn-tr-sustain {
    padding-top: 0px !important;
    text-align: center;
  }
  .table-button {
    display: block;
    margin-top: 10px; /* Adjust spacing as needed */
  }
  /* Default styles for larger screens */

  #career-opportunity-dna-section {
    position: relative;
    bottom: 40px;
  }
  .greate-sign {
    width: 10px;
  }
  .greate-sign-sustanability {
    width: 10px;
  }
  .csr-banner-heading-text {
    font-size: 30px !important;
    margin-top: 60px;
  }
  .csr-heading-text {
  }
}

.career-oppor-table-btn {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 50px;
  text-align: center;
}
.career-oppor-table-btn-sustain {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 50px;
  text-align: center;
}
.career-oppor-table-btn-tr {
  padding-top: 29px !important;
  text-align: center;
}
.career-oppor-table-btn-tr-sustain {
  padding-top: 29px !important;
  text-align: center;
}
.table1 {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 50px;
  border-collapse: collapse;
  text-align: center;
  position: relative;
  /* height: 20%; */
  /* bottom: 30px; */
}
.table2 {
  margin: 0 auto;
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  position: relative;
  /* height: 20%; */
  /* bottom: 30px; */
}

/* @media only screen and (min-width: 769px) { */
.table1 th,
td {
  padding: 0px;
  border-top: 1px solid #ddd;
  /* border-bottom: 2px dotted #ddd; */
  border-right: none;
  /* Remove right border for vertical lines */
  /* width: 80%; */
}

.table2 th,
.table2 td {
  padding: 8px;
  border-top: 2px dotted #ddd;
  /* border-bottom: 2px dotted #ddd; */
  border-right: none;
  /* Remove right border for vertical lines */
  /* width: 80%; */
}
/* } */
/* @media only screen and (max-width: 768px) {
  .table1 th, td {
  padding: 0px; */
/* border-top: none;
  border-bottom: none; */
/* border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
  border-right: none; 
} */

/* .table1 tr{
  padding: 0px;
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
  border-right: none;  */
/* Remove right border for vertical lines */
/* width: 80%; */
/* } */
/* } */

/* .table1 .hide-responsive th,
.table1 .hide-responsive td {
  border: none;
} */

.career-oppor-table-btn-tr {
  padding-top: 17px !important;
  text-align: right;
}

.career-oppor-table-btn-tr-sustain {
  padding-top: 17px !important;
  text-align: right;
}
/* th:last-child,
  td:last-child {
    border-right: 1px solid #ddd;
  } */

.table-text {
  text-align: left; /* Left align text in the second column */
}
.card-text {
  color: white;
  font-weight: bold;
}
.career-oppor-table-btn {
  padding: 10px 30px;
  color: #134186;
  text-transform: uppercase;
  background-color: #ffff;
  font-size: 10px;
  border: 1px solid #134186;
}
.career-oppor-table-btn-sustain {
  padding: 10px 30px;
  color: #134186;
  text-transform: uppercase;
  background-color: #ffff;
  font-size: 10px;
  border: 1px solid #134186;
}
.greate-sign {
  color: #134186 !important;
}
.greate-sign-sustanability {
  color: #134186 !important;
}

.career-life-card-text {
  margin-right: 100px !important;
  width: 100px;
  text-align: left;
}

.career-culter-table-first-row {
  background-color: #134186;
  color: #ffff;
}

.career-learn-second-carouselcard-name {
  font-size: 16px;
  font-weight: bold;
  color: #134186;
  text-align: left;
  margin-left: 5px;
  margin-top: 7px;
}
.career-learn-second-carouselcard-img {
  width: 60px;
  margin-left: 40px;
}
.career-learn-second-carouselcard-second-name {
  margin-right: 60px !important;
  position: relative;
  bottom: 10px;
}
.career-recurit-profile-card {
  margin-top: 40px;
}
.second-card-text {
  color: #575152;
  margin-top: 30px;
  font-size: 18px;
}

.card-img-top {
  /* width: 100% !important; */
  /* height:100% !important; */
  /* padding-top: 100px;
    width: 200px !important; */
}
.card {
  height: 300px;
  overflow: visible;
}
.second-carousel-section {
  margin-top: 100px;
}

/* @media (max-width: 1100px) {
    .career-learn-second-carouselcard-name{
      margin-right: 150px;
    }
    .career-learn-second-carouselcard-second-name{
      margin-right: 150px !important ;
    }
  
  } */

@media (max-width: 1490px) {
  .career-learn-second-carouselcard-img {
    margin-right: 70px !important;
  }
}
@media (max-width: 1990px) {
  .career-learn-second-carouselcard-name {
    font-size: 16px;
    font-weight: bold;
    color: #134186;
    text-align: center;
  }
  .career-learn-second-carouselcard-img {
    width: 60px;
    margin-left: 10px;
  }
  .career-learn-second-carouselcard-second-name {
    margin-left: 40px;
    position: relative;
    bottom: 10px;
  }
  .career-recurit-profile-card {
    margin-top: 40px;
  }
  #prev-and-next {
    position: relative;
    top: 370px;
    left: 510px;
    /* padding-bottom: 50px; */
  }
}

.drop-down-arrow-left {
  position: relative;
  left: 290px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
}
.drop-down-arrow-right {
  position: relative;
  left: 290px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
}
#caree-opportunities-current-vacancy-section {
  margin-top: 100px;
}
#career-culture-our-values-section {
  margin-top: 80px;
}
.career-culture-value-below-text {
  font-size: 24px;
  color: #575152;
}
.career-culture-table-text {
  color: #575152;
  text-align: center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-size: 16px !important;
}
.career-culture-all-table-text-scond-phase {
  text-align: center;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
  font-size: 16px !important;
}
#caree-opportunities-drop-down {
  margin-bottom: 80px;
}
.icon-list-career-wellness li::before {
  content: url("../image/Vector.png");
  margin-right: 5px;
  display: inline-block;
  height: 0.5em;
  vertical-align: text-top;
  font-family: "Roboto", sans-serif;
  color: #575152;
}

.icon-list-career-wellness li {
  padding-top: 10px;
  color: #575152;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}
.career-img-gallary {
  margin-top: 100px;
}
/* Add this CSS for responsiveness */
/* @media screen and (max-width: 600px) {
  .career-oppor-table-btn-tr {
    display: block;
    text-align: center;
    padding: 0px; 
  } 

  .table-button {
    font-size: 46px !important; 
    color: blue;
  }
} */

@media only screen and (max-width: 767px) {
  .greate-sign {
    /* height: 10rem; */
    width: 10%;
  }

  .greate-sign-sustanability {
    height: 10rem;
  }

  .greate-sign img {
    width: 50% !important;
    height: 50%;
    /* margin-right: 48px; */
    margin-left: -65%;
    margin-top: 4px;
  }

  .picture_img {
    /* background-color: red; */
    margin-left: -72%;
    margin-top: 9%;
  }

  .greate-sign-sustanability img {
    width: 50% !important;
    height: 50%;
    /* margin-right: 48px; */
    margin-left: -65%;
    margin-top: 4px;
  }

  .view_Btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .table-text {
    margin-bottom: 10px;
    text-align: left;
  }
  .table-button1 {
    display: none;
  }
  .table-button-new {
    display: inline-block;
    padding: 12px 44px;
    color: #134186;
    margin-top: 22.5%;
    margin-left: -14%;
    z-index: 2;
  }

  .table-button-new-sustain {
    display: inline-block;
    padding: 12px 44px;
    color: #134186;
    margin-top: 22.5%;
    margin-left: -14%;
    z-index: 2;
  }

  .hide-responsive {
    /* display: none; */
    /* border: none; */
  }
  .career-oprtunity-greater-arrow-img {
    width: 100% !important;
  }
}

@media only screen and (min-width: 767px) {
  .table-button-new {
    display: none;
  }
  .table-button-new-sustain {
    display: none;
  }
  .hide-responsive {
    display: none;
  }
}

.container_careers h5 {
  color: #575152;
}

.container_careers p {
  color: #575152;
  align-items: start;
}

/* table resposnive ESG */

.BuildingAndFactories {
  height: 420px;
}

.powerBoxContainer {
  height: 430px;
}

.railwayBoxContainer {
  height: 445px;
}

.waterBoxContainer {
  height: 425px;
}

.oilAndGas {
  height: 430px;
}

.manufacturingBoxContainer {
  height: 420px;
}

.urbanContainerBox {
  height: 400px;
}

.biomassContainerBox {
  height: 430px;
}

.sustainabilityBoxContainer {
  height: 430px;
}

.levate-p {
  color: #575152;
  font-family: var(--primary-font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: 0.6px;
}

/*//////////////////////////////////*/

/* Header New responsive Drop Down */

.header-dropdown {
  display: none;
  /* position: absolute;
  left: 170px;
  background-color:rgb(241, 239, 239);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px; */
}

.header-dropdown a {
  /* color:gray !important; */
  /* padding: 12px 16px;
  display: block; */
}

.header-dropdown a:hover {
  /* background-color: #f1f1f1; */
}
.our-businesses-drop-down-arrow {
  display: none;
}
@media (max-width: 767px) {
  .header-dropdown.active {
    display: block;
  }
  .header-new-drop-down-ol {
    list-style: none;
  }
  .header-dropdown {
    position: absolute;
    left: 100px;
    background-color: rgb(241, 239, 239);
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .our-businesses-drop-down-arrow {
    display: block;
    position: relative;
    left: 130px;
    bottom: 20px;
    width: 19px;
  }
}

/* .sustaniablity__section{
  background-image: url(../image/home-page-sustainablity-backgrd-img.png);
  height: 500px;
} */
/*//////////////////////////////////*/

/* bread crum style */
.footer-above-li1 {
  color: #2ea6ff;
}
@media (max-width: 390px) {
  .sustaniablity__section{
    background-image: url(../image/home-page-sustainablity-backgrd-img.png);
    height: 100vh;
  }
  .new-bread-crum-section {
    position: relative;
    right: 30px;
    width: 400px;
  }
  .footer-above-li1 {
    font-size: 12px;
  }

  .footer-above-li-2 {
    font-size: 12px;
  }
}
/* //////////////// */

/* ////////////////////////////////////////////////////////// */

/* Home page Hover Drop Down */

.hover-menu-content {
  display: none;
  position: absolute;
  background: url(../image/Group\ Companies.png);
  justify-content: center;
  padding: 20px;
  color: #ffff;
  /* width: 1300px; */
  width: auto;
  width: 100rem;
  /* left: 50%; */
  transform: translateX(-50%);
  height: 350px;
  margin-top: 5px;
  z-index: 1;
  padding-top:50px;
  border-bottom: 2px solid black;
   
  /* background-image: url('your-image.jpg'); */
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.dropdown:hover .hover-menu-content {
  display: flex ;
  /* display: none !important; */
  /* width: 100%; */
}
.hover-menu-list {
  line-height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  list-style: none;
  /* width: 100%; */
}
.hover-menu-content-a{
  color: white !important;
}
.hover-menu-content-a:hover{
  color: #27AAE1 !important;
  /* background-color:white; */
}
.h2-heading {
  width: 200px;
  text-align: left;
  color: #27AAE1;
}
.custom-left-align {
  text-align: left;
 
  padding-right: 100px;
}
.hover-drop-down-para {
  text-align: left;
  width: 400px;
  margin-top: 30px;
  font-family: var(--primary-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #27AAE1;
}
.hover-drop-down-para1 {
  /* text-align: left; */
  /* width: 400px; */
  margin-top: 50px;
  /* font-family: var(--primary-font-family); */
  /* font-size: 15px; */
  /* font-style: normal;
  font-weight: 400; */
  color: #27AAE1;
  width: 250px;
  text-align: left;
  /* color: #27AAE1; */
}

.hover-drop-down-values-div {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.home-drop-down-values{
  text-align: left; 
  transform: translateX(-28%);
}

.about-us-drop-down-values{
  text-align: left; 
  /* margin-left: 290px; */
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-35%);
  width: 2000px;
}
.our-businesses-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-44%);
  width: 2000px;
}
.sustainaibality-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-53%);
  width: 2000px;
}
.csr-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-60%);
  width: 2000px;
}
.investor-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-65%);
  width: 2000px;
}
.news-media-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-70%);
  width: 2000px;
}
.career-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-70%);
  /* text-align: center;
  justify-content: center;
  align-items: center; */
  width: 2000px;
}
.contact-drop-down-values{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  transform: translateX(-80%);
  width: 2000px;
}

/* @media (min-width: 1540px) {
  .hover-menu-content {
    width: 000px;
    max-width: 1300px;
  }
} */
@media only screen and (max-width: 768px) {
 
  .hover-menu-content {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
}

.career-btn-hover-menu-btn{
border: 1px solid white; 
text-align: center; 
 width: 120px; height: 50px; 
}
.career-btn-hover-menu-btn:hover{
  background-color: #134186;
  color: white;
}
/* ////////////////////////////////////////////////////////// */

/* /////////////Home page video button/////////////////////// */

.home-banar-button-container {
  position: absolute;
  bottom: 75px; 
  left: 50%;
  transform: translateX(-50%);
  
}

#home-banar-customButton {
  padding: 13px 35px;
 
  /* background:#fff ; */
  color: white;
  border: none;
  cursor: pointer;
  border: 1px solid white;
}
#home-banar-customButton:hover {
  background: #134186;
  color: #fff;
  border-color: #134186;
}

.home-mobile-banar-customButton:hover{
  background: #134186;
  color: #fff;
  border-color: #134186;
}



/* ////////////////////////////////////////////////////////// */
