/*******************Mavigation Css****************/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #e4fcfa;
}
::-webkit-scrollbar-thumb {
  background: #076962;
}
::-webkit-scrollbar-thumb:hover {
  background: #04312e;
}
.home ::-webkit-scrollbar {
  width: 0px;
}

.closeNav {
  top: 0;
  right: 0;
  z-index: 4;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  font-size: 24px;
  color: #076962;
  transition: 0.6s;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #a5c3bc;
  border: 1px solid #a5c3bc;
  border-radius: 5px 0 5px 5px;
}
.closeNav:hover {
  color: #076962;
  background-color: #fff;
}
/* menu */
.overlay {
  top: 0;
  left: 0;
  height: 0%;
  opacity: 0;
  z-index: 110;
  width: 100%;
  max-width: 600px;
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 70px #a5c3bc;
  background-color: rgba(255, 255, 255, 1);
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.overlay.open ul {
  width: 100%;
  height: 100%;
}

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.subMenu {
  display: flex;
  cursor: pointer;
  transition: 0.6s;
  margin-bottom: 0 !important;
  justify-content: space-between;
}
.subMenu.open .fa-plus:before {
  content: "\f068";
}
.subMenu + ul {
  display: none;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
  animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(6) {
  animation-delay: 1s;
}

.overlay.open li:nth-of-type(7) {
  animation-delay: 1.1s;
}

.overlay.open li:nth-of-type(8) {
  animation-delay: 1.2s;
}

.overlay.open li:nth-of-type(9) {
  animation-delay: 1.3s;
}

.overlay.open li:nth-of-type(10) {
  animation-delay: 1.4s;
}

.overlay.open li:nth-of-type(11) {
  animation-delay: 1.5s;
}

.overlay.open li:nth-of-type(12) {
  animation-delay: 1.6s;
}

.overlay.open li:nth-of-type(13) {
  animation-delay: 1.6s;
}

.overlay.open li:nth-of-type(14) {
  animation-delay: 1.7s;
}

.overlay.open li:nth-of-type(15) {
  animation-delay: 1.6s;
}

.overlay.open li:nth-of-type(16) {
  animation-delay: 1.7s;
}

.overlay.open li:nth-of-type(17) {
  animation-delay: 1.6s;
}

.overlay.open li:nth-of-type(18) {
  animation-delay: 1.7s;
}

.overlay.open li:nth-of-type(19) {
  animation-delay: 1.7s;
}

.overlay.open li:nth-of-type(20) {
  animation-delay: 1.7s;
}

.overlay nav {
  position: relative;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  overflow: auto;
  height: 100%;
}

/* .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 50px;
    padding-bottom: 0px;
    column-count: 3;
    padding-top: 20px;
} */

.overlayMainUl {
  width: 100%;
  /* display: flex; */
  flex-wrap: wrap;
  overflow-x: hidden;
  padding: 70px 15px 30px;
  justify-content: space-between;
}

.overlayMainUl > .hasChild:not(:last-child) {
  margin-bottom: 30px;
}

.overlayMainUl .hasChild .subMenu {
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #229e82;
  margin-bottom: 10px !important;
}

.overlayMainUl > li {
  width: 100%;
  position: relative;
}

.overlayMainUl ul ul {
  padding-top: 20px;
  padding-left: 20px;
}

.menutoggleBtn {
  top: 50%;
  z-index: 1;
  right: 15px;
  cursor: pointer;
  position: absolute;
  transition: all 0.5s;
  transform: translateY(-50%);
  /* background-color: #d6faf2; */
}
.menutoggleBtn + ul {
  display: none;
}

.overlayMainUl ul .menutoggleBtn {
  right: 0;
  top: 16px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  color: #0f5e58;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}
.menutoggleBtn .fa {
  transition: 0.6s;
}
.menutoggleBtn.active .fa-chevron-down:before {
  content: "\f077";
}

.dnLink {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* .dnLink::after{
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f019";
    font-family: FontAwesome;
    transform: translateY(-50%);
    font-size: 14px;
  } */
.overlay ul li:not(:last-child) {
  margin-bottom: 10px;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  text-align: left;
}

.overlay ul.overlayMainUl > li > ul > li > a {
  font-size: 20px;
  border-radius: 20px;
  padding: 15px 20px 10px 20px;
  background: rgb(204, 251, 232);
  background: linear-gradient(
    90deg,
    rgba(204, 251, 232, 0.8) 0%,
    rgba(153, 199, 198, 0.8) 100%
  );
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #229e82;
  text-decoration: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 20px;
  transition: 0.8s all;
  background-color: #fff;
  font-weight: 600;
  box-shadow: 0px 0px 6px -2px #cecece;
  display: flex;
}
.overlay ul.overlayMainUl > li > ul > li > a:hover{
  color: #f78f35 !important;
}
.overlay ul li a span {
  z-index: 12;
  position: relative;
}

/* .overlay .menutoggleBtn + ul li a::before {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #f19015;
    transition: 1s;
    z-index: 0;
} */
.overlay .menutoggleBtn + ul li a {
  border-radius: 20px;
  border-left: 3px solid #f19015;
}
.overlay .menutoggleBtn + ul li a::after {
  transform: translateY(0) !important;
  top: inherit !important;
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #f19015;
  transition: 1s;
  z-index: 0;
}

.overlay .menutoggleBtn + ul li a:hover:after,
.overlay .menutoggleBtn + ul li a:focus:after,
.overlay .menutoggleBtn + ul li a:active:after {
  width: 100%;
}
.overlay .menutoggleBtn + ul li span,
.overlay .menutoggleBtn + ul li span,
.overlay .menutoggleBtn + ul li span {
  transition: 0.6s;
  position: relative;
}
.overlay .menutoggleBtn + ul li a:hover span,
.overlay .menutoggleBtn + ul li a:focus span,
.overlay .menutoggleBtn + ul li a:active span {
  color: #fff;
}
/* .overlay ul li a:hover{
    color: #fff;
  } */
.overlay-menu {
  overflow: auto;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

.sub_menu ul {
  padding-top: 0px;
}

.sub_menu ul li ul {
  column-count: 1;
  padding: 10px 0;
  padding-right: 5px;
}

/* header part */

.header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 99;
}
.innerHeader {
  position: static;
}

.header .container-fluid {
  padding-left: 0;
}

.headerInn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headLogo {
  /* width: 350px; */
  width: 20%;
  height: auto;
}

.headLogo img {
  width: 350px;
  height: auto;
}

.headMid {
  width: 60%;
  text-align: center;
}

.headMid p {
  font-size: 20px;
  font-style: normal;
  line-height: 15px;
}

.headerDwnldBtn {
  background-color: #fff;
  min-width: 48px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 5px #f19015;
  border-radius: 50%;
  display: flex;
  transition: 0.6s;
  justify-content: center;
  align-items: center;
}
.is-sticky .headerDwnldBtn {
  min-width: 32px;
  width: 32px;
  height: 32px;
}

.headerDwnldBtn img {
  width: 28px;
  height: auto;
  object-fit: contain;
}

.headRight {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 30px;
}

.headRightimg {
  min-width: 48px;
  width: 48px;
  height: 48px;
  margin-left: 10px;
}

.headRightimg img {
  width: 100%;
  height: 100%;
}

/* sticky header */

.is-sticky .header {
  position: fixed;
  backdrop-filter: blur(3px);
  background-color: #fff;
  box-shadow: 0px -3px 18px 1px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.35s ease-out;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.is-sticky .header .headLogo img {
  width: 200px;
}

.is-sticky .headRightimg {
  min-width: 32px;
  width: 32px;
  height: 32px;
}

.is-sticky .headerDwnldBtn img {
  width: 18px;
}

.is-sticky .headRight {
  padding-right: 0;
  gap: 10px;
}

.is-sticky .headMid p {
  font-size: 18px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

/* breadcrumb */

.breadcrumbSec {
  /* margin-top: 150px; */
  background: rgb(31, 159, 106);
  background: linear-gradient(
    90deg,
    rgba(31, 159, 106, 1) 0%,
    rgba(5, 99, 98, 1) 100%
  );
  background: rgb(255, 202, 67);
  background: linear-gradient(
    90deg,
    rgba(255, 202, 67, 0.2) 0%,
    rgb(247, 144, 53, 0.3) 100%
  );
}

.breadcrumb {
  gap: 22px;
  justify-content: center;
  margin-bottom: 0 !important;
  background-color: transparent;
}

.breadcrumb-item.active {
  background-color: #229e82;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
  position: relative;
}

.breadcrumb-item {
  min-width: 200px;
  background-color: #f78f35;
  color: #fff;
  border-radius: 50px 0px 0px 50px;
  /* padding: 5px 15px; */
  text-align: center;
}

.breadcrumb-item + .breadcrumb-item,
.breadcrumb-item {
  padding: 5px 15px;
}

.breadcrumb-item a,
.breadcrumb-item span {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
}

.breadcrumb-item.active::after {
  display: inline-block;
  padding-right: 0;
  color: #8f8f8f;
  content: "\f101";
  font-family: fontawesome;
  position: absolute;
  left: -19px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

/* footer part */

.footer {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
}

.footerimg {
  width: 100%;
  height: 570px;
  margin: 0;
}

.footerimg img {
  width: 100%;
  height: 100%;
}

.footerInn {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 60px;
}

.footerLeft {
  width: 40%;
  position: relative;
}

.footerleftCont {
  width: 100%;
  max-width: 340px;
  position: absolute;
  right: 100px;
  top: 180px;
}

.footerLogo {
  width: 320px;
  height: auto;
  margin: 0px auto;
}

.footerLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footerleftTxt {
  padding-top: 18px;
}

.footerleftTxt h5 {
  margin-bottom: 25px;
}

.footerLeftAdd {
  display: flex;
  gap: 15px;
}

.footerLeftAdd:not(:last-child) {
  margin-bottom: 12px;
}

.footIcon {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0f5e58;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footIcon img {
  width: 24px;
  height: auto;
  object-fit: contain;
}

.footAdd p {
  color: #000;
  font-size: 18px;
  font-style: normal;
}

.footerRight {
  padding-right: calc((100% - 1380px) / 2);
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 25px; */
}

.footerCard {
  padding: 16px;
  transition: 0.6s;
  position: relative;
  border-radius: 20px;
  margin-bottom: 25px;
  width: calc(50% - 15px);
  border: 5px solid #faa81a;
  background-color: #faa81a;
}
.footerCard:hover {
  background-color: #fff;
}
.footerCard:nth-child(3),
.footerCard:nth-child(4) {
  margin-bottom: 0 !important;
}

.footerCardFig {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerCardFig img {
  width: 35px;
  height: auto;
  object-fit: contain;
}

.footerCard p {
  color: #000;
  font-size: 27px;
  line-height: 37px;
  padding-right: 40px;
  padding-top: 20px;
}

/* Responsive */

@media (max-width: 1738px) {
  /* header */

  .headLogo {
    width: 200px;
  }
  .headRight {
    width: auto;
  }

  /* footer */

  .footerLeft {
    width: 42%;
  }

  .footerleftCont {
    right: 85px;
  }

  .footerLogo {
    width: 300px;
  }
}
@media (max-width: 1600px) {
  /* footer */
  .footerLeft {
    width: 45%;
  }
  .footerCard {
    width: 48%;
  }
  .footerInn {
    gap: 50px;
  }
  .footerCard p {
    font-size: 25px;
  }
  .footerleftCont {
    right: 80px;
  }
  .footerLogo {
    width: 260px;
  }
}
@media (max-width: 1440px) {
  /* header */
  .headLogo img {
    width: 300px;
  }
  /* footer */
  .footerInn {
    gap: 30px;
  }
  .footerLeft {
    width: 42%;
  }
  .footerRight {
    padding-right: calc((100% - 1140px) / 2);
    width: 58%;
  }
  .footerleftCont {
    right: 65px;
  }
  .footerLogo {
    width: 200px;
  }
  .footerCard p {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .headRight {
    padding-right: 20px;
  }
  .overlay {
    max-width: 360px;
  }
  .overlayMainUl .hasChild .subMenu {
    font-size: 20px;
  }
  .overlay ul.overlayMainUl > li > ul > li > a {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 15px 10px 15px;
  }
  .overlayMainUl ul .menutoggleBtn {
    top: 10px;
    right: 10px;
    transform: rotate(-90deg);
  }
  .overlay ul.overlayMainUl > li > ul > li > a {
    font-weight: 500;
  }
  .footerInn {
    gap: 0;
  }
  .footerLeft {
    width: 38%;
    background: #fff;
    padding: 40px 30px 40px 40px;
  }
  .footerimg {
    display: none;
  }
  .footerleftCont {
    position: static;
  }
  .footerRight {
    width: 62%;
    padding-left: 30px;
    padding-right: 40px;
  }
  .footerCard p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 900px) {
  .footerRight {
    flex-direction: column;
  }
  .footerCard {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .footerCard:nth-child(3) {
    margin-bottom: 10px !important;
  }
  .footerCard p {
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 55px;
  }
  .footerCardFig {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .headLogo {
    width: 150px;
  }
  .headMid {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 250px);
  }
  .headRight {
    width: 100px;
  }

  .footer {
    border-top: 5px solid #076962;
  }
  .footerInn {
    flex-direction: column;
  }
  .footerLeft {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
  .footerleftCont {
    max-width: 100%;
  }
  .footerRight {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .downLoadTxt {
    display: none;
  }

  .header {
    position: static;
  }
  .bannerImg video {
    object-position: 86% !important;
  }
  .headLogo {
    width: 160px;
  }
  .headRightimg {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .headRight {
    padding-right: 0px;
    gap: 2px;
  }

  .headerDwnldBtn {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .headerDwnldBtn img {
    width: 20px;
    height: auto;
    object-fit: contain;
  }
  .chairmanImg figure {
    height: 500px;
  }
  .fz_55 {
    font-size: 36px;
  }
  .homeSec4 .swiper-pagination {
    position: absolute;
    top: auto;
    transform: translateY(-50%);
    right: auto;
    display: flex;
    flex-direction: row;
    z-index: 2;
    width: auto;
    left: auto;
    bottom: 40px;
    gap: 10px;
    left: 0;
  }
  .managementLlt .profileWrap .profileImg figure {
    border-bottom: none;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .managementContentTxt {
    width: 100%;
    padding: 30px;
    background: linear-gradient(
      180deg,
      rgba(31, 159, 106, 1) 0%,
      rgba(5, 99, 98, 1) 100%
    );
    position: relative;
    margin-top: -200px;
  }
  .homeSec4 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .slide-inner {
    padding: 0 15px;
  }
  .sliderImg::before {
    background: linear-gradient(
      to bottom,
      rgb(29 26 26 / 63%),
      rgb(0 0 0 / 75%)
    );
  }
  .businessSlider {
    height: 450px;
    overflow: hidden;
  }
  .businessImg figure {
    height: 360px;
    overflow: hidden;
    border-radius: 30px;
  }
  .businessSlider .fz_55 {
    font-size: 20px !important;
  }
  .button-1 {
    height: 50px;
    margin-top: 0px;
    padding: 0px 20px;
    padding-right: 10px;
  }
  .button-1 i {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #035c57;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .subH {
    border-radius: 0 30px 30px 0;
    padding: 7px 13px;
    padding-right: 23px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .headingWrap .fz_18 {
    font-size: 16px !important;
    margin-top: 10px;
  }
  .esg2Slider .slick-slide {
    margin-right: 0px;
    margin: 0 10px;
  }
  .eachNumBlockInner h2 {
    font-size: 30px;
  }

  .header {
    position: static;
  }

  .headLogo {
    width: 160px;
  }
  .headRightimg {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .headRight {
    padding-right: 0px;
    gap: 2px;
  }
  .headerDwnldBtn img {
    width: 20px;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .headerDwnldBtn {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 400px) {
  .footerCard {
    height: 70px;
    display: flex;
    align-items: center;
  }
  .footerCard a {
    display: flex;
    align-items: center;
  }
  .footerCard p {
    font-size: 18px;
    line-height: 1.2;
  }
}
