#header {
  background-color: #fff;
}
#braedcrumb {
  margin-top: 120px;
}
.text-orange {
  color: #F78F35;
}
.text-green {
  color: #056262;
}
.text-greenlight {
  color: #088672;
}
.text-black {
  color: #000;
}
.fs-46 { 
  font-size:46px !important; 
  line-height: 40px;
}
.font-weight-4 {
  font-weight: 400;
}
.font-weight-6 {
  font-weight: 600;
}
.rs {
  font-family: 'RupeeForadian';
}
.light-green-clr {
  background-color: #edf6ea;
}
.digit-img-sec {
  position: relative;
  z-index: 2;
}
.digit-img-sec .digit-sec {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
}
.textline::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-33%);
  left: auto;
  right: 0px;
  width: 6px;
  height: 6px;
  background-color: #056262;
  border-radius: 100%;
}
.textline::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #056262;
}
.textline h3,
.textline h4,
.textline h5 {
  width: fit-content;
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.operational-sec {
  width: 100%;
  background-image: url(../images/green-water-texture-img.jpg);
  background-position: center center;
  background-size: cover;
}

.report-card-pg-sec .difine-sec {
  position: absolute;
  top: -10px;
  left: auto;
  right: 0px;
  width: 350px;
}
.report-card-pg-sec .difine-sec span {
  margin-right: 10px;
  font-size: 14px;
}
.report-card-pg-sec .difine-sec span > img {
  width: 100%;
  max-width: 7%;
  margin-right: 10px;
}
.corporate-identity-pg-sec .about-sec .midd-cnt-sec .left-line-sec {
  padding-left: 20px;
  position: relative;
}
.corporate-identity-pg-sec .about-sec .midd-cnt-sec .left-line-sec::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #056262;
}
.corporate-identity-pg-sec .about-sec .midd-cnt-sec .left-line-sec::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  right: 0px;
  width: 6px;
  height: 6px;
  background-color: #056262;
  border-radius: 100%;
}
.corporate-identity-pg-sec .block-sec .two-sec {
  display: flex;
}
.corporate-identity-pg-sec .block-sec .two-sec .img-sec {
  margin-right: 15px;
}
.our-diff-sec .textline h3 {
  background-color: #edf6ea;
}
.our-diff-sec .sec > a {
  color: #056262;
  font-size: 25px;
  font-weight: 600;
}
.our-diff-sec .sec > a:hover {
  color: #F78F35;
}
.physical-sec .difine-sec {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #056262;;
}
.physical-sec .difine-sec .circle-green {
  width: 25px;
  height: 25px;
  background-color: #41875b;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.physical-sec .difine-sec p {
  margin-right: 15px;
}
.physical-sec .difine-sec p i {
  color: #F78F35;
  font-size: 20px;
  margin-right: 5px;
}
.map-sec .difine-sec {
  display: flex;
  align-items: center;
}
.map-sec .difine-sec p {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
.map-sec .difine-sec p > img {
  margin-right: 7px;
}
.map-sec .difine-sec p:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 0px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #088672;
}
.map-sec .difine-sec p:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 0px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #feca44;
}
.map-sec .fy-sec .divied-sec {
  display: flex;
  align-items: center;
}
.map-sec .fy-sec .divied-sec ul {
  padding: 0px;
}
.map-sec .fy-sec .divied-sec li {
  list-style-type: none;
}
.map-sec .fy-sec .divied-sec li span {
  position: relative;
  padding-right: 10px;
}
.map-sec .fy-sec .divied-sec li span::after {
  content: attr(rel);
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  font-size: 16px;
}
.map-sec .fy-sec .divied-sec li span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: auto;
  right: 0px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
}
.map-sec .fy-sec .divied-sec li:nth-child(1) span::before {
  background-color: #088672;
}
.map-sec .fy-sec .divied-sec li:nth-child(2) span::before {
  background-color: #feca44;
}
.map-sec .fy-sec .divied-sec .fy-text {
  flex: 0 0 18%;
  margin-right: 10px;
}
.map-sec .fy-sec .divied-sec .fy-text p {
  border-top: 1px solid #0c6262;
  border-left: 1px solid #0c6262;
  border-bottom: 1px solid #0c6262;
  padding: 3px 0px 3px 7px;
  margin-bottom: 0px;
}
.map-sec .fy-sec .divied-sec .color-line {
  flex: 0 0 75%;
}
.map-sec .fy-sec .divied-sec li:nth-child(1) {
  margin-bottom: 10px;
}
.map-sec .fy-sec .divied-sec li span {
  position: relative;
  padding-right: 10px;
  display: block;
  height: 4px;
}
.map-sec .fy-sec .divied-sec li:nth-child(1) span {
  background-color: #088672;
}
.map-sec .fy-sec .divied-sec li:nth-child(2) span {
  background-color: #feca44;
}
.map-sec .fy-sec .divied-sec li span::after {
  content: attr(rel);
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  font-size: 16px;
  transform: translate(36px, -12px);
}
.map-difinesec {
  margin-top: -150px;
}
.map-difinesec .graph-metter {
  display: inline-block;
  width: 34px;
  height: 60px;
  border-left: 1px solid #088672;
  border-right: 1px solid #088672;
  border-bottom: 1px solid #088672;
  margin-top: 15px;
  position: relative;
}
.map-difinesec .graph-metter::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #088672;
}
.map-difinesec .graph-metter::after {
  content: "";
  position: absolute;
  top: 0px;
  left: auto;
  right: -2px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #088672;
}
.map-difinesec .graph-metter > span {
  display: block;
  background-color: #088672;
  width: 33px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
}
.digital-cnt-sec h3 > img {
  margin-right: 10px;
}
.digital-cnt-sec .textline::before {
  content: none;
}
.digital-cnt-sec .textline::after {
  background-color: #F78F35;
}
.digital-sec .digital-cnt-sec .list-cunter-sec {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.digital-sec .digital-cnt-sec .listsec li {
  list-style-type: none;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 50px;
  position: relative;
  color: #333;
}
.digital-sec .digital-cnt-sec .listsec li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #088672;
}
.digital-sec .digital-cnt-sec .listsec li::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #088672;
}
.digital-sec .digital-cnt-sec .list-cunter-sec .listsec {
  flex: 0 0 77%;
  padding-right: 50px;
}
.disc-list li,
.disc-list p {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  color: #333;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 400;
}
.disc-list li::before,
.disc-list p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
}
.products-services-pg-sec .sec1 ul.disc-list {
  min-height: 190px;
}
.products-services-pg-sec .sec3 .two-listsec .list:first-child,
.products-services-pg-sec .sec3 .two-listsec .list:last-child {
  min-height: 100px;
}
.products-services-pg-sec .sec1 .col-md-6:nth-child(5) ul.disc-list, .products-services-pg-sec .sec1 .col-md-6:nth-child(6) ul.disc-list {
  min-height: 0px;
}
.products-services-pg-sec .cunter-sec {
  display: flex;
  align-items: center;
}
.products-services-pg-sec .sec1 .cunter-sec .sec:last-child,
.products-services-pg-sec .sec2 .cunter-sec .sec:last-child {
  padding-left: 60px;
}
.products-services-pg-sec .sec1 .cunter-sec .sec:first-child,
.products-services-pg-sec .sec2 .cunter-sec .sec:first-child {
  border-right: 1px solid #F78F35;
  padding-right: 60px;
}
.products-services-pg-sec .products-details-sec .col-md-6,
.products-services-pg-sec .products-details-sec .col-md-4 {
  border-right: 1px solid #818285;
}
.products-services-pg-sec .products-details-sec .col-md-6:nth-child(2),
.products-services-pg-sec .products-details-sec .col-md-6:nth-child(4),
.products-services-pg-sec .products-details-sec .col-md-6:nth-child(6),
.products-services-pg-sec .products-details-sec .col-md-4:last-child {
  border-right: none;
}
.products-services-pg-sec .products-details-sec .col-md-6:nth-child(2),
.products-services-pg-sec .products-details-sec .col-md-6:nth-child(4),
.products-services-pg-sec .products-details-sec .col-md-6:nth-child(6) {
  padding-left: 30px;
}
.segment-pg-sec .quick-sec {
  padding-left: 20px;
  border-left: 1px solid #088672;
  border-bottom: 1px solid #088672;
  position: relative;
}
.segment-pg-sec .quick-sec::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #088672;
}
.segment-pg-sec .quick-sec h6 {
  width: 100%;
  min-height: 95px;
}
.segment-pg-sec .quick-sec .col-md-3 {
  border-right: 1px solid #088672;
}
.segment-pg-sec .quick-sec .col-md-3:last-child {
  border-right: none;
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .geographic-spread-pg-sec .map-sec .map-img-sec {
    margin-left: -95px;
  }
}
@media (max-width: 1300px) {
  .common-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .map-difinesec {
    margin-top: 30px;
  }
  .products-services-pg-sec .products-details-sec .col-md-6,
  .products-services-pg-sec .products-details-sec .col-md-4 {
    border-right: none;
  }
  .fs-46 {font-size: 38px !important;line-height: 40px;}
  .fs-40 {font-size: 30px !important;line-height: 24px;}
  .fs-28 {font-size: 22px !important;}
  .fs-60 {font-size: 30px !important;line-height: 30px;}
  .fs-36 {font-size: 26px !important;line-height: 30px;} 
}
@media (max-width: 767px) {
  .map-sec .fy-sec .divied-sec .fy-text {
    flex: 0 0 23%;
  }
  .map-difinesec .col-md-3 {
    flex: 0 0 25%;
  }
  .map-difinesec .col-md-3, .map-difinesec .col-md-4, .map-difinesec .col-md-2 {
    flex: 0 0 25%;
  }
  .segment-pg-sec .quick-sec h6 {
    min-height: 0px;
    margin-bottom: 10px;
  }
  .segment-pg-sec .quick-sec {
    padding-bottom: 20px;
  }
  .segment-pg-sec .quick-sec .cuntersec p {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .geographic-spread-pg-sec .digital-sec .textline h3 {
    font-size: 18px !important;
  }
  .digital-sec .digital-cnt-sec .list-cunter-sec {
    flex-wrap: wrap;
  }
  .digital-sec .digital-cnt-sec .list-cunter-sec .listsec {
    flex: 0 0 100%;
    padding-right: 0px;
  }
  .digital-sec .digital-cnt-sec .list-cunter-sec .cuntersec {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .fs-46 {font-size: 30px !important;line-height: 40px;}
}