@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}

#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  counter-reset: section;
}
body.overflowhidden {
  overflow: hidden;
}

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

p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 34px;
  padding: 0px;
}
@media (max-width: 1366px) {
  p {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  list-style: none;
}

.digit {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #054694;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}
.bullets.dots li {
  padding-left: 25px;
  color: #000;
  position: relative;
}
.bullets.dots li::before {
  background: #000;
  border-radius: 100%;
  top: 13px;
  left: 5px;
  width: 6px;
  height: 6px;
}

@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
.sectionTitle {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 32px;
  }
}
@media (max-width: 1440px) {
  .sectionTitle {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .sectionTitle {
    font-size: 40px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .sectionTitle {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 40px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .sectionTitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.sectionPadding {
  padding: 80px 0px;
}
.sectionPadding.paddingtopnone {
  padding-top: 0px;
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0px;
  }
}

.whiteBtn {
  background: #fff;
  color: #054694;
  padding: 16px 32px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.whiteBtn:after, .whiteBtn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.whiteBtn:after {
  top: -8px;
  left: -8px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
.whiteBtn::before {
  bottom: -8px;
  right: -8px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}
.whiteBtn:hover {
  background: #054694;
  color: #fff;
}
.whiteBtn:hover:after, .whiteBtn:hover::before {
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-color: #fff;
}
@media (max-width: 1366px) {
  .whiteBtn {
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .whiteBtn {
    padding: 12px 25px;
  }
}

.blueBtn {
  background: #054694;
  color: #fff;
  padding: 16px 32px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: none;
}
.blueBtn.fnt18 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 18px;
  min-width: 214px;
  text-align: center;
}
.blueBtn:after, .blueBtn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blueBtn:after {
  top: -8px;
  left: -8px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
.blueBtn::before {
  bottom: -8px;
  right: -8px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}
.blueBtn:hover {
  background: #054694;
  color: #fff;
}
.blueBtn:hover:after, .blueBtn:hover::before {
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border-color: #054694;
}
@media (max-width: 1366px) {
  .blueBtn {
    padding: 12px 25px;
  }
}
@media (max-width: 1440px) {
  .blueBtn.fnt18 {
    font-size: 16px;
    min-width: 180px;
    padding: 8px 10px;
  }
}

.mainHeader {
  padding: 15px 0;
  background: #fff;
  position: fixed !important;
  width: 100%;
  -webkit-box-shadow: 0px 10px 20px #7e7b7b;
          box-shadow: 0px 10px 20px #7e7b7b;
  z-index: 9999;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
@media (max-width: 480px) {
  .mainHeader header .logo {
    max-width: 43%;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink .navbar-collapse .city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink .navbar-collapse .city {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink .navbar-collapse .city .india {
    height: 50px;
  }
}
.mainHeader header .navbarLink .india {
  margin-left: 10px;
  height: 20px;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 25px;
  padding: 15px 0px;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle::before {
  display: none;
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle .fa {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle {
    display: block;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle, .mainHeader header .navbarLink ul li.dropdown .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainHeader header .navbarLink ul li.dropdown .dropdown-toggle .fa, .mainHeader header .navbarLink ul li.dropdown .submenu .fa {
    display: block;
    margin-left: 10px;
  }
}
.mainHeader header .navbarLink ul li.static_li {
  position: inherit;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu {
    left: 0px;
    top: 45px !important;
    border: none !important;
    border-radius: 0px !important;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.6);
    margin-top: 27px !important;
    backdrop-filter: blur(10px);
    width: 104%;
    padding: 20px 30px;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li {
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li::before {
    display: none;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 19px;
    background: #000;
    width: 8px;
    height: 2px;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li a {
    padding: 11px 15px 11px 18px;
    display: inline-block;
    white-space: normal;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li:hover, .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li.active {
    background: none;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li:hover a, .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li.active a {
    color: #054694;
  }
  .mainHeader header .navbarLink ul li.static_li:hover .dropdown-menu ul li:hover, .mainHeader header .navbarLink ul li.static_li:hover .dropdown-menu ul li.active {
    background: none;
  }
  .mainHeader header .navbarLink ul li.static_li:hover .dropdown-menu ul li:hover a, .mainHeader header .navbarLink ul li.static_li:hover .dropdown-menu ul li.active a {
    color: #054694 !important;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul {
    padding: 10px 15px;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li a {
    padding: 11px 7px 11px 16px;
  }
}
@media (max-width: 1680px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 20px;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 16px;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 20px;
}
.mainHeader header .navbarLink ul li a:before {
  content: "";
  background: #054694;
  height: 0;
  width: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.7s;
  transition: all ease-in-out 0.7s;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 12px !important;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0;
  }
}
.mainHeader header .navbarLink ul li.active > a, .mainHeader header .navbarLink ul li:hover > a {
  background: none;
  border-radius: 0;
  color: #054694;
}
.mainHeader header .navbarLink ul li.active > a::before, .mainHeader header .navbarLink ul li:hover > a::before {
  height: 18px;
  bottom: -20px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active > a, .mainHeader header .navbarLink ul li:hover > a {
    color: #5E99E0;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a::before {
  display: none;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #000;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown li {
    padding-left: 0px;
  }
}
@media (max-width: 1680px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 17px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #231F20;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 1680px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 8px;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .mainHeader header .navbarLink ul li a {
    font-size: 32px !important;
    font-weight: 200;
    line-height: 40px;
  }
  .mainHeader header .navbarLink ul li ul {
    background-color: #363535;
  }
  .mainHeader header .navbarLink ul li li {
    margin-bottom: 0px;
  }
  .mainHeader header .navbarLink ul li li a {
    font-size: 28px !important;
  }
}
@media (max-width: 575px) {
  .mainHeader header .navbarLink ul li {
    margin-bottom: 0px;
  }
  .mainHeader header .navbarLink ul li a {
    white-space: normal;
    font-size: 20px !important;
    font-weight: 200;
    line-height: 1;
  }
  .mainHeader header .navbarLink ul li li {
    margin-bottom: 0px;
    padding: 0px;
  }
  .mainHeader header .navbarLink ul li li a {
    font-size: 16px !important;
  }
  .mainHeader header .navbarLink ul li.static_li .dropdown-menu ul li a {
    padding: 10px 7px 10px 16px;
  }
}

.logo img {
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .logo img {
    height: 38px;
  }
}

.homebanner {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.homebanner::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, transparent), color-stop(80%, rgba(5, 70, 148, 0.8)));
  background: linear-gradient(to left, transparent 20%, rgba(5, 70, 148, 0.8) 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerBox video {
  max-height: 96vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.homebanner .bannerBox .banner_img {
  position: relative;
  z-index: 1;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
.homebanner .bannerText .bannerDesc {
  font-size: 50px;
  line-height: 70px;
  color: #fff;
  max-width: 805px;
  margin: 0;
}
@media (max-width: 1366px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 30px;
    line-height: 42px;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 34px;
    line-height: 46px;
  }
  .homebanner .bannerBox video {
    max-height: 65vh;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 32px;
    line-height: 1.3;
  }
  .homebanner .bannerBox video {
    max-height: 85vh;
  }
}
@media (max-width: 575px) {
  .homebanner::before {
    display: none;
  }
  .homebanner .bannerText {
    position: relative;
    background: #054694;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    padding: 15px 0px;
    font-size: 18px;
    line-height: 1.4;
  }
}

.innerbanner {
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}
.innerbanner::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, transparent), color-stop(80%, rgba(5, 70, 148, 0.8)));
  background: linear-gradient(to left, transparent 20%, rgba(5, 70, 148, 0.8) 80%);
  position: absolute;
  width: 1000px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.innerbanner.bgnone::before {
  display: none;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 500;
}
.innerbanner .innerBlock .subinnertext {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  margin-top: 23px;
}
.innerbanner .innerBlock.teamsec {
  bottom: 64px;
  top: inherit;
}
@media (max-width: 1440px) {
  .innerbanner .innerBlock .innerText {
    font-size: 40px;
  }
  .innerbanner .innerBlock .subinnertext {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
  }
  .innerbanner .innerBlock .subinnertext {
    font-size: 20px;
    margin: 15px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .innerbanner img {
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 575px) {
  .innerbanner .innerBlock {
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 26px;
  }
  .innerbanner .innerBlock .subinnertext {
    font-size: 18px;
    margin: 10px 0px 0px 15px;
  }
  .innerbanner .innerBlock .innerText, .innerbanner .innerBlock .subinnertext {
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 420px) {
  .innerbanner img {
    min-height: 208px;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 24px;
  }
  .innerbanner .innerBlock .subinnertext {
    font-size: 16px;
  }
}

.hmproductSec .sectionTitle {
  text-align: center;
}
.hmproductSec .counterBox .productBox {
  text-align: center;
  position: relative;
}
.hmproductSec .counterBox .productBox .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #000;
  padding: 0;
  padding-bottom: 40px;
}
.hmproductSec .counterBox .productBox .counting {
  font-size: 40px;
  line-height: 40px;
  color: #054694;
  display: inline-block;
  margin-top: 80px;
}
.hmproductSec .counterBox .productBox span {
  font-size: 40px;
  color: #054694;
}
.hmproductSec .counterBox .productBox p {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding-top: 20px;
}
.hmproductSec .counterBox .productBox .productImage {
  position: relative;
  height: 350px;
}
.hmproductSec .counterBox .productBox::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(5, 70, 148, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(5, 70, 148, 0.5) 30%, rgba(255, 255, 255, 0.2) 70%);
  height: 357px;
  width: 357px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25%;
  border-radius: 50%;
  z-index: -1;
}
.hmproductSec .counterBox .productBox.railwaypanel::after {
  content: "";
  background: url(../images/railwayshadow.png) no-repeat;
  position: absolute;
  left: -15%;
  margin: auto;
  bottom: 14%;
  z-index: -1;
  height: 322px;
  width: 500px;
  background-size: contain;
}
@media (max-width: 1366px) {
  .hmproductSec .counterBox .productBox.railwaypanel::after {
    bottom: 11%;
    left: -25%;
  }
}
@media (min-width: 1180px) and (max-width: 1366px) {
  .hmproductSec .counterBox .productBox.railwaypanel::after {
    bottom: -5%;
    left: -8%;
    width: 302px;
  }
}
.hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
  content: "";
  background: url(../images/metro_interiorsshadow.png) no-repeat;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: -22%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: contain;
  left: 0;
}
@media (max-width: 1366px) {
  .hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
    bottom: -39%;
  }
}
@media (min-width: 1180px) and (max-width: 1366px) {
  .hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
    bottom: -31%;
  }
}
.hmproductSec .counterBox .productBox.railway_control_systemshadow::after {
  content: "";
  background: url(../images/railway_control_systemshadow.png) no-repeat;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 15%;
  z-index: -1;
  height: 145px;
  width: 315px;
  background-size: contain;
  left: 0;
}
.hmproductSec .counterBox .productBox.railwaypanel .productImage img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hmproductSec .counterBox .productBox.metro_interiorsshadow .productImage img {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
}
@media (min-width: 1180px) and (max-width: 1366px) {
  .hmproductSec .counterBox .productBox .productImage {
    position: relative;
    height: 337px;
  }
  .hmproductSec .counterBox .productBox::before {
    width: 300px;
    height: 300px;
  }
  .hmproductSec .counterBox .productBox .title {
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
  .hmproductSec .counterBox .productBox .counting {
    margin-top: 60px;
  }
  .hmproductSec .counterBox .productBox .fntinter500 {
    font-size: 32px;
  }
  .hmproductSec .counterBox .productBox p {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .hmproductSec .counterBox .productBox.railwaypanel::after {
    bottom: 13%;
    left: -46%;
    background-size: 100%;
  }
  .hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
    background-size: 100%;
    bottom: -26%;
  }
  .hmproductSec .counterBox .productBox.railway_control_systemshadow::after {
    background-size: 100%;
    bottom: 29%;
    height: 117px;
  }
  .hmproductSec .counterBox .productBox .title {
    font-size: 25px;
    line-height: 1.1;
    padding-bottom: 32px;
  }
  .hmproductSec .counterBox .productBox p {
    font-size: 22px;
    line-height: 1.1;
    padding-top: 10px;
  }
  .hmproductSec .counterBox .productBox::before {
    height: 260px;
    width: 260px;
  }
  .hmproductSec .counterBox .productBox .productImage {
    height: 244px;
  }
  .hmproductSec .counterBox .productBox .productImage img {
    max-height: 218px;
  }
  .hmproductSec .counterBox .productBox .counting {
    font-size: 35px;
    margin-top: 55px;
  }
}
@media (max-width: 991px) {
  .hmproductSec .counterBox .productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hmproductSec .counterBox .productBox::after {
    left: auto !important;
    right: auto !important;
  }
  .hmproductSec .counterBox .productBox .productImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hmproductSec .counterBox .productBox .productImage img {
    left: auto !important;
    right: auto !important;
  }
  .hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
    background-size: 100%;
    bottom: -5%;
  }
  .hmproductSec .counterBox .productBox.railway_control_systemshadow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .hmproductSec .counterBox .productBox {
    max-width: 450px;
    margin: 0px auto;
  }
  .hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
    background-size: 100%;
    bottom: -23%;
  }
  .hmproductSec .counterBox .productBox.railway_control_systemshadow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hmproductSec .counterBox .productBox .title {
    font-size: 25px;
    line-height: 1.1;
  }
  .hmproductSec .counterBox .productBox p {
    font-size: 23px;
    line-height: 1.1;
    padding-top: 11px;
  }
  .hmproductSec .counterBox .productBox .counting {
    margin-top: 60px;
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .hmproductSec .counterBox .productBox {
    max-width: 300px;
    margin: 0px auto;
    margin-bottom: 50px;
  }
  .hmproductSec .counterBox .productBox::before {
    height: 300px;
    width: 300px;
    bottom: 22%;
  }
  .hmproductSec .counterBox .productBox.railwaypanel::after {
    background-size: 100%;
    height: 234px;
    width: 100%;
    bottom: 5%;
  }
  .hmproductSec .counterBox .productBox.metro_interiorsshadow::after {
    background-size: 100%;
    bottom: -45%;
  }
  .hmproductSec .counterBox .productBox .title {
    font-size: 20px;
    line-height: 1.1;
  }
  .hmproductSec .counterBox .productBox p {
    font-size: 20px;
    line-height: 1;
    padding-top: 0px;
  }
  .hmproductSec .counterBox .productBox .counting {
    margin-top: 40px;
    font-size: 28px;
  }
  .hmproductSec .counterBox .productBox .counting span {
    font-size: 30px;
  }
  .hmproductSec .counterBox .productBox .productImage {
    height: 300px;
  }
}

.hmaboutSec {
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.hmaboutSec::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, transparent), color-stop(80%, #054694));
  background: linear-gradient(to right, transparent 15%, #054694 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
.hmaboutSec .aboutContent {
  max-width: 820px;
  margin-left: auto;
  position: relative;
}
.hmaboutSec .aboutContent .sectionTitle {
  color: #fff;
}
.hmaboutSec .aboutContent p {
  color: #fff;
}
.hmaboutSec .aboutContent .title {
  font-size: 30px;
  line-height: 40px;
}
.hmaboutSec .aboutContent .abtBtn {
  margin-top: 40px;
  margin-bottom: 70px;
}
.hmaboutSec .aboutContent .certiSection {
  position: absolute;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.hmaboutSec .aboutContent .certiSection ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 38px 50px;
}
.hmaboutSec .aboutContent .certiSection ul li img {
  margin: 0 10px;
}
@media (max-width: 1366px) {
  .hmaboutSec .aboutContent .certiSection ul {
    padding: 30px;
  }
  .hmaboutSec .aboutContent .certiSection ul li img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .hmaboutSec .aboutContent .certiSection ul li img {
    height: 75px;
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .hmaboutSec .aboutContent .certiSection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
  }
  .hmaboutSec .aboutContent .certiSection ul li img {
    margin: 10px auto;
    display: block;
    height: 75px;
  }
}
@media (max-width: 1366px) {
  .hmaboutSec::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(26%, transparent), color-stop(40%, #054694));
    background: linear-gradient(to right, transparent 26%, #054694 40%);
  }
  .hmaboutSec .aboutContent {
    max-width: 720px;
  }
  .hmaboutSec .aboutContent .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .hmaboutSec .aboutContent .abtBtn {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .hmaboutSec::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(-60%, transparent), color-stop(80%, #054694));
    background: linear-gradient(to right, transparent -60%, #054694 80%);
  }
  .hmaboutSec .aboutContent {
    max-width: 100%;
  }
  .hmaboutSec .aboutContent .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hmaboutSec .sectionTitle {
    margin-bottom: 26px;
  }
  .hmaboutSec .aboutContent .title {
    font-size: 20px;
  }
  .hmaboutSec .aboutContent .abtBtn {
    margin-top: 32px;
    margin-bottom: 45px;
  }
  .hmaboutSec .aboutContent .certiSection ul {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .hmaboutSec .aboutContent .title {
    font-size: 20px;
  }
  .hmaboutSec .aboutContent .abtBtn {
    margin-top: 32px;
    margin-bottom: 45px;
    width: 100%;
    display: block;
  }
  .hmaboutSec .aboutContent .abtBtn .whiteBtn {
    width: 100%;
    text-align: center;
  }
  .hmaboutSec .aboutContent .certiSection {
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .hmaboutSec .aboutContent .certiSection ul {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 420px) {
  .hmaboutSec .sectionTitle {
    margin-bottom: 18px;
  }
  .hmaboutSec .aboutContent .title {
    font-size: 18px;
  }
  .hmaboutSec .aboutContent .abtBtn {
    margin-top: 32px;
    margin-bottom: 45px;
  }
  .hmaboutSec .aboutContent .certiSection {
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .hmaboutSec .aboutContent .certiSection ul {
    margin-left: auto;
    margin-right: auto;
  }
  .hmaboutSec p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.hm_vistionMisstion {
  background: #DAE9FB;
  position: relative;
}
.hm_vistionMisstion .sectionTitle {
  font-size: 40px;
  margin-bottom: 40px;
}
.hm_vistionMisstion hr {
  margin: 30px 15px 30px 0px;
}
.hm_vistionMisstion .sectionPadding {
  position: relative;
  z-index: 2;
}
.hm_vistionMisstion .sectionPadding h4 {
  padding-top: 0px;
  font-weight: 700;
}
.hm_vistionMisstion .sectionPadding h4:first-child {
  padding-top: 0px;
}
.hm_vistionMisstion .sectionPadding h4.pt_0 {
  padding-top: 0px;
}
.hm_vistionMisstion .none0 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hm_vistionMisstion p.pm0 {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.hm_vistionMisstion ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}
.hm_vistionMisstion ul li:last-child {
  margin-bottom: 0px;
}
.hm_vistionMisstion ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #054694;
}
.hm_vistionMisstion ul.part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hm_vistionMisstion ul.part2 li {
  width: 50%;
}
.hm_vistionMisstion .imgbox {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 48%;
  height: 100%;
}
.hm_vistionMisstion .imgbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 36% top;
     object-position: 36% top;
  position: relative;
  z-index: 1;
}
.hm_vistionMisstion .imgbox::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(70%, #DAE9FB));
  background: linear-gradient(to left, transparent 5%, #DAE9FB 70%);
  height: 100%;
  width: 45%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 32px;
    line-height: 1.2;
    max-width: 600px;
  }
  .hm_vistionMisstion ul li {
    font-size: 20px;
    line-height: 1.3;
  }
  .hm_vistionMisstion ul.part2 {
    padding-top: 5px;
  }
}
@media (max-width: 1440px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 28px;
  }
  .hm_vistionMisstion h4 {
    font-size: 1.27rem;
    line-height: 1.1;
  }
  .hm_vistionMisstion hr {
    margin: 20px 15px 20px 0px;
  }
}
@media (max-width: 1366px) {
  .hm_vistionMisstion ul li {
    font-size: 18px;
    line-height: 1.3;
    padding-left: 16px;
  }
  .hm_vistionMisstion ul li::before {
    top: 8px;
  }
}
@media (max-width: 1024px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .hm_vistionMisstion .imgbox {
    max-width: 57%;
  }
}
@media (max-width: 991px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 30px;
  }
  .hm_vistionMisstion .imgbox {
    margin-top: 0px;
    position: relative;
    max-width: 100%;
  }
  .hm_vistionMisstion .imgbox::before {
    display: none;
  }
  .hm_vistionMisstion .imgbox img {
    -o-object-position: left top;
       object-position: left top;
  }
  .hm_vistionMisstion hr {
    margin: 20px 0px;
  }
}
@media (max-width: 767px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 26px;
  }
  .hm_vistionMisstion .sectionTitle br {
    display: none;
  }
}
@media (max-width: 420px) {
  .hm_vistionMisstion .sectionTitle {
    font-size: 24px;
  }
  .hm_vistionMisstion hr {
    margin: 15px 0px;
  }
  .hm_vistionMisstion ul li {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 7px;
  }
  .hm_vistionMisstion ul li::before {
    top: 6px;
  }
}

.hmprojectSection.padd0 {
  padding-top: 0;
}
.hmprojectSection .projectbox {
  margin-bottom: 30px;
  position: relative;
}
.hmprojectSection .projectbox img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.hmprojectSection .projectbox .bluebox {
  position: absolute;
  height: 90%;
  width: 90%;
  background: rgba(5, 70, 148, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.hmprojectSection .projectbox .bluebox p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 0px;
}
.hmprojectSection .projectbox:hover .bluebox {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hmprojectSection .projectbox:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.hmprojectSection .projectBtn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .hmprojectSection .projectbox .bluebox p {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 1366px) {
  .hmprojectSection .projectbox {
    margin-bottom: 24px;
  }
  .hmprojectSection .projectbox .minhieght232 {
    min-height: 232px;
  }
  .hmprojectSection .projectbox .bluebox p {
    font-size: 20px;
  }
  .hmprojectSection .projectBtn {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .hmprojectSection {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .hmprojectSection .projectbox .minhieght232 {
    min-height: 1px;
  }
  .hmprojectSection .projectbox .bluebox p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hmprojectSection {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .hmprojectSection .projectBtn {
    margin-top: 10px;
  }
}

.ourPresence {
  background: #DAE9FB;
}
.ourPresence .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ourPresence .col-lg-8 {
  position: relative;
}
.ourPresence .mapImg {
  padding-top: 0px;
}
.ourPresence .presenceList {
  position: relative;
  margin: 0px 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ourPresence .presenceList .presenceBox {
  margin: 20px 0;
}
.ourPresence .presenceList .presenceBox .presenceImg {
  text-align: center;
}
.ourPresence .presenceList li {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 100%;
  margin: 0 15px;
}
.ourPresence .mapBullets {
  z-index: 999;
}
.ourPresence .mapBullets li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: block;
}
@media (max-width: 1366px) {
  .ourPresence .presenceList .presenceBox .presenceImg {
    margin-bottom: 12px;
  }
  .ourPresence .mapBullets li.integra_holding {
    top: 234px;
  }
  .ourPresence .mapBullets li.integra_biosciences {
    top: 271px;
  }
  .ourPresence .mapBullets li.integra_immobilien {
    top: 320px;
  }
  .ourPresence .mapBullets li.integra_engineering {
    top: 392px;
  }
  .ourPresence .mapBullets li.integra_metering {
    top: 328px;
  }
}
@media (max-width: 1199px) {
  .ourPresence .mapBullets li.integra_holding {
    top: 248px;
    left: 18%;
  }
  .ourPresence .mapBullets li.integra_biosciences {
    top: 281px;
  }
  .ourPresence .mapBullets li.integra_immobilien {
    top: 321px;
  }
  .ourPresence .mapBullets li.integra_engineering {
    top: 382px;
    left: 72.5%;
  }
  .ourPresence .mapBullets li.integra_metering {
    top: 329px;
    left: 62.5%;
  }
  .ourPresence .presenceList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ourPresence .presenceList li {
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .ourPresence .presenceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .ourPresence .presenceList li {
    margin-left: 50px;
    margin-right: 15px;
    width: 35%;
  }
  .ourPresence .presenceList .presenceBox .presenceImg {
    text-align: center;
  }
  .ourPresence .mapBullets li.integra_holding {
    top: 79px;
    left: 18.5%;
  }
  .ourPresence .mapBullets li.integra_biosciences {
    top: 110px;
    left: 16.9%;
  }
  .ourPresence .mapBullets li.integra_immobilien {
    top: 151px;
  }
  .ourPresence .mapBullets li.integra_engineering {
    top: 212px;
    left: 73%;
  }
  .ourPresence .mapBullets li.integra_metering {
    top: 158px;
  }
}
@media (max-width: 767px) {
  .ourPresence .mapBullets li.integra_holding {
    top: 57px;
    left: 18%;
  }
  .ourPresence .mapBullets li.integra_biosciences {
    top: 80px;
    left: 16.5%;
  }
  .ourPresence .mapBullets li.integra_immobilien {
    top: 111px;
    left: 17%;
  }
  .ourPresence .mapBullets li.integra_engineering {
    top: 156px;
    left: 72.5%;
  }
  .ourPresence .mapBullets li.integra_metering {
    top: 117px;
  }
}
@media (max-width: 575px) {
  .ourPresence .mapBullets li {
    width: 5px;
    height: 5px;
  }
  .ourPresence .mapBullets li.integra_holding {
    top: 43px;
    left: 18%;
  }
  .ourPresence .mapBullets li.integra_biosciences {
    top: 62px;
    left: 17%;
  }
  .ourPresence .mapBullets li.integra_immobilien {
    top: 84px;
    left: 17.3%;
  }
  .ourPresence .mapBullets li.integra_engineering {
    top: 119px;
    left: 73%;
  }
  .ourPresence .mapBullets li.integra_metering {
    top: 88px;
  }
}
@media (max-width: 420px) {
  .ourPresence .presenceList li {
    margin-left: 5%;
    margin-right: 5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
  }
}

@-webkit-keyframes integra_holding {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(28, 48, 55, 0.4), 0px 0px 0px 0px rgba(28, 48, 55, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(28, 48, 55, 0.4), 0px 0px 0px 0px rgba(28, 48, 55, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 10px rgba(28, 48, 55, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 10px rgba(28, 48, 55, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 20px rgba(28, 48, 55, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 20px rgba(28, 48, 55, 0.3);
  }
}

@keyframes integra_holding {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(28, 48, 55, 0.4), 0px 0px 0px 0px rgba(28, 48, 55, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(28, 48, 55, 0.4), 0px 0px 0px 0px rgba(28, 48, 55, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 10px rgba(28, 48, 55, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 10px rgba(28, 48, 55, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 20px rgba(28, 48, 55, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(28, 48, 55, 0.4), 0px 0px 0px 20px rgba(28, 48, 55, 0.3);
  }
}
@-webkit-keyframes integra_biosciences {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 155, 144, 0.4), 0px 0px 0px 0px rgba(51, 155, 144, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(51, 155, 144, 0.4), 0px 0px 0px 0px rgba(51, 155, 144, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 10px rgba(51, 155, 144, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 10px rgba(51, 155, 144, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 20px rgba(51, 155, 144, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 20px rgba(51, 155, 144, 0.3);
  }
}
@keyframes integra_biosciences {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 155, 144, 0.4), 0px 0px 0px 0px rgba(51, 155, 144, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(51, 155, 144, 0.4), 0px 0px 0px 0px rgba(51, 155, 144, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 10px rgba(51, 155, 144, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 10px rgba(51, 155, 144, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 20px rgba(51, 155, 144, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(51, 155, 144, 0.4), 0px 0px 0px 20px rgba(51, 155, 144, 0.3);
  }
}
@-webkit-keyframes integra_immobilien {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(65, 149, 204, 0.4), 0px 0px 0px 0px rgba(65, 149, 204, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(65, 149, 204, 0.4), 0px 0px 0px 0px rgba(65, 149, 204, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 10px rgba(65, 149, 204, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 10px rgba(65, 149, 204, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 20px rgba(65, 149, 204, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 20px rgba(65, 149, 204, 0.3);
  }
}
@keyframes integra_immobilien {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(65, 149, 204, 0.4), 0px 0px 0px 0px rgba(65, 149, 204, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(65, 149, 204, 0.4), 0px 0px 0px 0px rgba(65, 149, 204, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 10px rgba(65, 149, 204, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 10px rgba(65, 149, 204, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 20px rgba(65, 149, 204, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(65, 149, 204, 0.4), 0px 0px 0px 20px rgba(65, 149, 204, 0.3);
  }
}
@-webkit-keyframes integra_engineering {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(35, 73, 149, 0.4), 0px 0px 0px 0px rgba(35, 73, 149, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(35, 73, 149, 0.4), 0px 0px 0px 0px rgba(35, 73, 149, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 10px rgba(35, 73, 149, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 10px rgba(35, 73, 149, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 20px rgba(35, 73, 149, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 20px rgba(35, 73, 149, 0.3);
  }
}
@keyframes integra_engineering {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(35, 73, 149, 0.4), 0px 0px 0px 0px rgba(35, 73, 149, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(35, 73, 149, 0.4), 0px 0px 0px 0px rgba(35, 73, 149, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 10px rgba(35, 73, 149, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 10px rgba(35, 73, 149, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 20px rgba(35, 73, 149, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(35, 73, 149, 0.4), 0px 0px 0px 20px rgba(35, 73, 149, 0.3);
  }
}
@-webkit-keyframes integra_metering {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(143, 58, 150, 0.4), 0px 0px 0px 0px rgba(143, 58, 150, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(143, 58, 150, 0.4), 0px 0px 0px 0px rgba(143, 58, 150, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 10px rgba(143, 58, 150, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 10px rgba(143, 58, 150, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 20px rgba(143, 58, 150, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 20px rgba(143, 58, 150, 0.3);
  }
}
@keyframes integra_metering {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(143, 58, 150, 0.4), 0px 0px 0px 0px rgba(143, 58, 150, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(143, 58, 150, 0.4), 0px 0px 0px 0px rgba(143, 58, 150, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 10px rgba(143, 58, 150, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 10px rgba(143, 58, 150, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 20px rgba(143, 58, 150, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(143, 58, 150, 0.4), 0px 0px 0px 20px rgba(143, 58, 150, 0.3);
  }
}
@-webkit-keyframes signal_integracompany {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(242, 101, 50, 0.4), 0px 0px 0px 0px rgba(242, 101, 50, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(242, 101, 50, 0.4), 0px 0px 0px 0px rgba(242, 101, 50, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 10px rgba(242, 101, 50, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 10px rgba(242, 101, 50, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 20px rgba(242, 101, 50, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 20px rgba(242, 101, 50, 0.3);
  }
}
@keyframes signal_integracompany {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(242, 101, 50, 0.4), 0px 0px 0px 0px rgba(242, 101, 50, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(242, 101, 50, 0.4), 0px 0px 0px 0px rgba(242, 101, 50, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 10px rgba(242, 101, 50, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 10px rgba(242, 101, 50, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 20px rgba(242, 101, 50, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(242, 101, 50, 0.4), 0px 0px 0px 20px rgba(242, 101, 50, 0.3);
  }
}
@-webkit-keyframes aquametro_oilmarine {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 55, 102, 0.4), 0px 0px 0px 0px rgba(0, 55, 102, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(0, 55, 102, 0.4), 0px 0px 0px 0px rgba(0, 55, 102, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 10px rgba(0, 55, 102, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 10px rgba(0, 55, 102, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 20px rgba(0, 55, 102, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 20px rgba(0, 55, 102, 0.3);
  }
}
@keyframes aquametro_oilmarine {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 55, 102, 0.4), 0px 0px 0px 0px rgba(0, 55, 102, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(0, 55, 102, 0.4), 0px 0px 0px 0px rgba(0, 55, 102, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 10px rgba(0, 55, 102, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 10px rgba(0, 55, 102, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 20px rgba(0, 55, 102, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(0, 55, 102, 0.4), 0px 0px 0px 20px rgba(0, 55, 102, 0.3);
  }
}
@-webkit-keyframes integra_sitek {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(7, 180, 205, 0.4), 0px 0px 0px 0px rgba(7, 180, 205, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(7, 180, 205, 0.4), 0px 0px 0px 0px rgba(7, 180, 205, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 10px rgba(7, 180, 205, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 10px rgba(7, 180, 205, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 20px rgba(7, 180, 205, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 20px rgba(7, 180, 205, 0.3);
  }
}
@keyframes integra_sitek {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(7, 180, 205, 0.4), 0px 0px 0px 0px rgba(7, 180, 205, 0.3);
            box-shadow: 0px 0px 0px 0px rgba(7, 180, 205, 0.4), 0px 0px 0px 0px rgba(7, 180, 205, 0.3);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 10px rgba(7, 180, 205, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 10px rgba(7, 180, 205, 0.3);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 20px rgba(7, 180, 205, 0.3);
            box-shadow: 0px 0px 0px 10px rgba(7, 180, 205, 0.4), 0px 0px 0px 20px rgba(7, 180, 205, 0.3);
  }
}
.hmclientSec .clientSlider .clientBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hmclientSec .clientSlider .clientBox img {
  margin: 0 auto;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.hmclientSec .clientSlider .clientBox:hover img {
  -webkit-filter: inherit;
          filter: inherit;
}
.hmclientSec .clientSlider .slick-prev {
  left: -45px;
}
.hmclientSec .clientSlider .slick-prev:before {
  content: "";
  background: url(../images/prevarrow.png) no-repeat;
  width: 16px;
  height: 25px;
  background-position: center;
  background-size: contain;
  position: absolute;
  opacity: 0.5;
}
.hmclientSec .clientSlider .slick-prev:hover::before {
  opacity: 1;
}
.hmclientSec .clientSlider .slick-next:before {
  content: "";
  background: url(../images/nextarrow.png) no-repeat;
  width: 16px;
  height: 25px;
  background-position: center;
  background-size: contain;
  position: absolute;
  opacity: 0.5;
}
.hmclientSec .clientSlider .slick-next:hover::before {
  opacity: 1;
}
@media (max-width: 575px) {
  .hmclientSec .clientSlider .slick-prev {
    left: 0;
  }
  .hmclientSec .clientSlider .slick-next {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .hmclientSec .clientSlider .slick-prev {
    left: -35px;
  }
  .hmclientSec .clientSlider .slick-next {
    right: -18px;
  }
}
@media (max-width: 575px) {
  .hmclientSec .clientSlider {
    max-width: 480px;
    margin: 0px auto;
  }
}
@media (max-width: 480px) {
  .hmclientSec .clientSlider {
    max-width: 90%;
    margin: 0px auto;
  }
}

.cloud9-item img {
  width: 380px;
}

.width292 .cloud9-item img {
  width: 292px;
}

.productPage {
  overflow-x: hidden;
}
.productPage .productContent p {
  font-size: 26px;
  line-height: 34px;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .productPage .productContent p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1366px) {
  .productPage .productContent p {
    font-size: 18px;
    line-height: 28px;
  }
}
.productPage .productImage {
  text-align: right;
  position: relative;
}
.productPage .productImage::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(5, 70, 148, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(5, 70, 148, 0.5) 30%, rgba(255, 255, 255, 0.2) 70%);
  height: 500px;
  width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1366px) {
  .productPage .productImage::before {
    height: 330px;
    width: 330px;
  }
}
.productPage .productImage.railwayPanelImage {
  padding-top: 13%;
}
.productPage .productImage.railwayPanelImage img {
  margin-right: -17%;
}
@media (max-width: 1366px) {
  .productPage .productImage.railwayPanelImage img {
    margin-right: -18% 25%;
  }
}
.productPage .productImage.railwayPanelImage::before {
  top: 0;
}
.productPage .productImage.railwayPanelImage.marginrightnone {
  text-align: center;
}
.productPage .productImage.railwayPanelImage.marginrightnone img {
  margin-right: 0px;
}
.productPage .productImage.railwayPanelImage.specialBox {
  padding-top: 0px;
}
.productPage .productImage.railwayPanelImage.specialBox:before {
  top: 7%;
  bottom: auto;
}
@media (max-width: 1366px) {
  .productPage .productImage.railwayPanelImage {
    max-width: 367px;
    margin-left: auto;
    margin-right: auto;
  }
  .productPage .productImage.railwayPanelImage.marginrightnone img {
    margin-left: auto;
    margin-right: auto;
  }
  .productPage .productImage.railwayPanelImage.marginrightnone::before {
    width: 367px;
    height: 367px;
  }
  .productPage .productImage.railwayPanelImage.bgsize:before {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .productPage .productImage.railwayPanelImage {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .productPage .productImage.railwayPanelImage {
    padding-top: 0px;
    margin-top: 40px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .productPage .productImage.railwayPanelImage {
    padding-top: 0px;
  }
  .productPage .productImage.railwayPanelImage.marginrightnone::before {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .productPage .productContent p {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .productPage .productContent p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .productPage .productImage.railwayPanelImage {
    margin-top: 0px;
  }
  .productPage .productImage.railwayPanelImage img {
    margin-right: 0px;
  }
  .productPage .productContent {
    padding-bottom: 20px;
  }
  .productPage .productContent p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .productPage {
    overflow-x: hidden;
  }
  .productPage .productImage {
    margin: 0px 5px;
  }
  .productPage .productImage::before {
    width: 370px;
    height: 370px;
  }
  .productPage .productContent p {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .productPage .productImage::before {
    width: 270px;
    height: 270px;
  }
  .productPage .productImage img {
    margin-right: -7%;
  }
}

.productDetailtab {
  padding-top: 0;
}
.productDetailtab .accordion-body {
  padding: 0;
}
.productDetailtab .accordion-body p {
  font-size: 26px;
  line-height: 34px;
  color: #000;
}
.productDetailtab .productimg {
  text-align: center;
}
.productDetailtab .producttitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.productDetailtab .productTablist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productDetailtab .productTablist ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.productDetailtab .productTablist ul li .productsubImage {
  text-align: center;
  cursor: pointer;
  margin: 0 25px;
}
.productDetailtab .productTablist ul li .productsubImage img {
  width: 100%;
}
.productDetailtab .productTablist ul li .productsubImage span {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 0px 0px 0px;
}
@media (max-width: 1600px) {
  .productDetailtab .accordion-body p {
    font-size: 24px;
    line-height: 32px;
  }
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .productDetailtab .accordion-body p {
    font-size: 18px;
    line-height: 28px;
  }
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .productDetailtab .accordion-body p {
    font-size: 20px;
  }
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .productDetailtab .productTablist ul li .productsubImage {
    margin: 0px 7px;
  }
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 18px;
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productDetailtab .productContent p {
    font-size: 20px;
  }
  .productDetailtab .accordion-body p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 17px;
    line-height: 1.1;
    min-height: 47px;
  }
  .productDetailtab .productContent p {
    font-size: 18px;
  }
  .productDetailtab .accordion-body {
    padding: 15px;
  }
  .productDetailtab .accordion-body p {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .productDetailtab .productTablist .accordion-body p {
    margin-bottom: 20px;
  }
  .productDetailtab .productTablist ul li .productsubImage {
    margin: 0px 5px;
  }
  .productDetailtab .productTablist ul li .productsubImage span {
    font-size: 14px;
    min-height: 56px;
  }
}
@media (max-width: 360px) {
  .productDetailtab .accordion-body p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .raliway_tab .tabStructure .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .raliway_tab .tabStructure ul.bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .raliway_tab .tabStructure ul.bullet.tab_2_li li {
    width: 50%;
  }
  .raliway_tab .ui_margin .brdright {
    border-right: 0px;
    border-bottom: #054694 solid 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .raliway_tab .ui_margin .marginleft30 {
    margin-left: 0px;
  }
  .raliway_tab .ui_margin.h3margin h3 {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .raliway_tab .ui_margin {
    margin: 30px 0px;
  }
  .raliway_tab .ui_margin.specialphone .bullet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .raliway_tab .ui_margin.specialphone .bullet li {
    width: 50%;
  }
  .raliway_tab .btn_area span {
    margin-right: 15px;
  }
  .raliway_tab .btn_area span a {
    white-space: normal;
  }
  .raliway_tab .btn_area span .blueBtn.fnt18 {
    min-width: 1px;
  }
  .raliway_tab .margin_comman {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .raliway_tab .ui_margin {
    margin: 30px 0px;
  }
  .raliway_tab .ui_margin.specialphone .bullet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .raliway_tab .ui_margin.specialphone .bullet li {
    width: 100%;
  }
  .raliway_tab .ui_margin .brdright {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .raliway_tab .btn_area span {
    margin-right: 10px;
  }
  .raliway_tab .btn_area span .blueBtn.fnt18 {
    font-size: 14px;
    padding: 7px 10px;
  }
  .raliway_tab .margin_comman {
    margin-top: 20px;
  }
  .raliway_tab .tabStructure ul.bullet.tab_2_li li {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .raliway_tab .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .raliway_tab .btn_area span {
    margin-right: 0px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .raliway_tab .btn_area span:last-child {
    margin-bottom: 0px;
  }
  .raliway_tab .btn_area span .blueBtn.fnt18 {
    width: 100%;
  }
  .raliway_tab .margin_comman {
    margin-top: 20px;
  }
}

#wrap {
  position: relative;
}

#showcase, #showcase1, #showcase4 {
  width: 100%;
  height: 460px;
  margin-top: 12px;
  visibility: hidden;
}
@media (max-width: 1366px) {
  #showcase, #showcase1, #showcase4 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #showcase, #showcase1, #showcase4 {
    height: 410px;
  }
}
@media (max-width: 575px) {
  #showcase, #showcase1, #showcase4 {
    height: 300px;
  }
}

#showcase2 {
  visibility: visible;
  width: 100%;
  height: 460px;
  margin-top: 12px;
}

.content-subproduct1, .content-subproduct2, .content-subproduct3 {
  opacity: 0;
  height: 0px;
}
.subproduct1 p, .subproduct3 p, .subproduct2 p {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .solution_slider img {
    width: 250px;
  }
}

.show {
  opacity: 1;
  height: 100%;
}

.fnt26 {
  font-size: 26px;
}
.fnt26 p {
  font-size: 26px;
}
@media (max-width: 1600px) {
  .fnt26 {
    font-size: 24px;
  }
  .fnt26 p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .fnt26 {
    font-size: 22px;
  }
  .fnt26 p {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .fnt26 {
    font-size: 20px;
  }
  .fnt26 p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .fnt26 {
    font-size: 18px;
  }
  .fnt26 p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .fnt26 {
    font-size: 18px;
  }
  .fnt26 p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .fnt26 {
    font-size: 16px;
  }
  .fnt26 p {
    font-size: 16px;
  }
}

.fnt20 {
  font-size: 20px;
  font-weight: 500;
}
.fnt20 p, .fnt20 div {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .fnt20 {
    font-size: 18px;
  }
  .fnt20 p, .fnt20 div {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .fnt20 {
    font-size: 17px;
  }
  .fnt20 p, .fnt20 div {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .fnt20 {
    font-size: 16px;
  }
  .fnt20 p, .fnt20 div {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .fnt20 {
    font-size: 15px;
  }
  .fnt20 p, .fnt20 div {
    font-size: 15px;
  }
}

.fntinter {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.fntinter500 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.h1 {
  font-size: 50px;
  line-height: 1;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .h1 {
    font-size: 42px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .h1 {
    font-size: 36px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .h1 {
    font-size: 30px;
  }
}

.h2 {
  font-size: 40px;
  line-height: 1;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-weight: 400;
}
.h2.fweigth500 {
  font-weight: 500;
}
.h2.fnt26 {
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 1600px) {
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 1440px) {
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .h2 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .h2 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .h2 {
    font-size: 19px;
  }
}

.h3 {
  font-size: 30px;
  line-height: 1.3;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .h3 {
    font-size: 25px;
  }
}
@media (max-width: 1366px) {
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .h3 {
    font-size: 20px;
  }
}

.bullet.two_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bullet li {
  position: relative;
  padding: 0px 0px 36px 18px;
  line-height: 1.4;
  color: #000;
}
.bullet li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  background: #054694;
  width: 8px;
  height: 2px;
}
.bullet li:last-child {
  padding-bottom: 0px;
}
.bullet li a {
  color: #fff;
}
.bullet li.beforenone::before {
  display: none;
}
.bullet.ulfnt20 li {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
}
.bullet.ulfnt20 li::before {
  background: #000;
  top: 13px;
}
.bullet.ulfnt20 li a {
  color: #000;
}
@media (max-width: 1440px) {
  .bullet.ulfnt20 li {
    padding: 0px 0px 14px 12px;
    font-size: 18px;
  }
  .bullet.ulfnt20 li::before {
    width: 6px;
    height: 1px;
  }
}
@media (max-width: 1600px) {
  .bullet li {
    padding: 0px 0px 30px 18px;
  }
}
@media (max-width: 1440px) {
  .bullet li {
    padding: 0px 0px 20px 12px;
    font-size: 16px;
  }
  .bullet li::before {
    width: 6px;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .bullet li {
    padding: 0px 0px 15px 12px;
  }
}
@media (max-width: 767px) {
  .bullet li::before {
    top: 12px;
  }
}
@media (max-width: 420px) {
  .bullet {
    margin-bottom: 10px;
  }
  .bullet li {
    padding: 0px 0px 10px 12px;
  }
}

.blueli li {
  background: #004d8e;
  padding: 10px !important;
  margin-bottom: 10px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.blueli li a {
  color: #fff !important;
}
.blueli li:before {
  display: none;
}
.blueli li:hover {
  background: #fff;
  color: #000;
}
.blueli li:hover a {
  color: #000 !important;
}

.ul_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ul_row.spec_between {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ul_row.spec_between ul {
  margin-right: 30px;
}
.ul_row.spec_between ul:last-child {
  margin-right: 0px;
}

.ul4 {
  padding-top: 30px;
}
.ul4 ul {
  width: 25%;
  border-right: #054694 solid 1px;
  padding: 0px 30px;
}
.ul4 ul:first-child {
  padding-left: 0px;
}
.ul4 ul:last-child {
  padding-right: 0px;
  border: none;
}

.metro_interiors_second {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .metro_interiors_second .ul4 {
    margin-bottom: -30px;
  }
  .metro_interiors_second .ul4 ul {
    width: 50%;
    margin-bottom: 30px;
  }
  .metro_interiors_second .ul4 ul:nth-child(2) {
    border-right: 0px;
  }
  .metro_interiors_second .ul4 ul:nth-child(3) {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .metro_interiors_second {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .metro_interiors_second .ul4 ul {
    padding: 0px 0px;
  }
  .metro_interiors_second .ul4 ul:nth-child(2n+2) {
    padding: 0px 0px 0px 15px;
  }
}
@media (max-width: 420px) {
  .metro_interiors_second .ul4 {
    margin-bottom: -10px;
    padding-top: 0px;
  }
  .metro_interiors_second .ul4 ul {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 0px;
    border-right: 0px;
  }
  .metro_interiors_second .ul4 ul:nth-child(2) {
    border-right: 0px;
  }
  .metro_interiors_second .ul4 ul:nth-child(3) {
    padding-left: 0px;
  }
  .metro_interiors_second .ul4 ul:nth-child(2n+2) {
    padding: 0px;
  }
}

.metro_interiors_gallery_section {
  position: relative;
  z-index: 0;
}

.video_section {
  position: relative;
  z-index: 0;
}
.video_section .videobox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video_section .videobox img {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .video_section .videobox img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.max-width1370 {
  max-width: 1372px;
  margin: 0px auto;
}
@media (max-width: 1440px) {
  .max-width1370 {
    max-width: 1170px;
  }
}

.brdright {
  border-right: #054694 solid 1px;
}

.ui_margin {
  margin: 40px 0px;
}

.marginleft30 {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .marginleft30 {
    margin-left: 15px;
  }
}

.h3margin h3 {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .h3margin h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .h3margin h3 {
    margin-bottom: 18px;
  }
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btn_area span {
  margin-right: 30px;
}
.btn_area span:last-child {
  margin-right: 0px;
}

.margin_comman {
  margin: 70px 0px 0px 0px;
}

.marginbtmnone {
  margin-bottom: 0px !important;
}

.marginhtop30 {
  margin-top: 30px;
}

.marginhtop20 {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .metro_interiors_gallery_section .max-width1370 {
    max-width: 90%;
    margin: 0px auto;
  }
}

.bgblue {
  background: #D9E9FB;
}

.text34 {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
}

.maxwidth1264 {
  max-width: 1264px;
  margin: 0px auto;
}

.tital26 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 20px;
  margin: 0px;
}
@media (max-width: 1199px) {
  .tital26 {
    font-size: 23px;
    padding-bottom: 15px;
  }
}

.ul_line {
  margin-bottom: 20px;
}
.ul_line li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.002);
  padding: 5px 0px;
}
.ul_line li:last-child {
  border: none;
}

.margintop30 {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .max350 img {
    max-width: 350px;
  }
}

.modal_modifay .modal-dialog {
  max-width: 950px;
}
.modal_modifay .modal-content {
  padding: 0px;
}
.modal_modifay .modal-content .modal-header {
  background: #003766;
  color: #fff;
}
.modal_modifay .modal-content .modal-header .modal-title {
  font-size: 28px;
}
.modal_modifay .modal-content .modal-header .btn-close {
  background: url(../images/close.svg) no-repeat center center;
  background-size: 16px;
}
.modal_modifay .modal_padd {
  padding: 30px;
}
@media (max-width: 1366px) {
  .modal_modifay .modal-content .modal-header {
    padding: 10px 1rem;
  }
}

.environmentSec .environmentContent .environmentdetail {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 40px;
}
.environmentSec .environmentContent p {
  font-weight: 500;
}
.environmentSec .environmentContent p:last-child {
  margin-bottom: 0px;
}
.environmentSec .environmentimg {
  text-align: center;
}
@media (max-width: 1366px) {
  .environmentSec .environmentContent .environmentdetail {
    font-size: 18px;
    line-height: 28px;
  }
  .environmentSec .environmentContent p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .environmentSec .environmentContent .environmentdetail {
    font-size: 24px;
    line-height: 1.1;
  }
  .environmentSec .environmentContent .environmentimg.max350 img {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .environmentSec .environmentContent .environmentdetail {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .environmentSec .environmentimg {
    margin-top: 20px;
  }
  .environmentSec .environmentimg.spcial1_img {
    float: none;
    max-width: 100%;
  }
  .environmentSec .environmentContent .environmentdetail {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .environmentSec .environmentContent .environmentdetail {
    font-size: 22px;
    line-height: 1.3;
  }
  .environmentSec .environmentimg.max350 img {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  .environmentSec .environmentContent .environmentdetail {
    font-size: 18px;
  }
}

.health_section1 .col-lg-4 .boxImg {
  margin-bottom: 27px;
}
.health_section1 .col-lg-4 .boxImg:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .health_section1 .col-lg-4 .boxImg {
    margin-bottom: 12px;
  }
  .health_section1 .col-lg-4 .boxImg:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .health_section1 .col-lg-4 .boxImg:last-child {
    margin-bottom: 20px;
  }
  .health_section1 .special_imglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .health_section1 .special_imglist .boxImg {
    margin-right: 24px;
  }
  .health_section1 .special_imglist .boxImg:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .health_section1 .special_imglist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .health_section1 .special_imglist .boxImg {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .health_section1 .special_imglist .boxImg:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.health_section2 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.health_section2 .text34 {
  margin-left: 75px;
}
.health_section2 .middal_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1366px) {
  .health_section2 .text34 {
    margin-left: 45px;
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .health_section2 .text34 {
    margin-left: 30px;
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .health_section2 .text34 {
    margin-left: 0px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .health_section2 .imgBox {
    margin-bottom: 15px;
  }
  .health_section2 .text34 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .health_section2 .text34 {
    font-size: 20px;
  }
}

.health_section3 .h2 {
  margin-bottom: 30px;
}
.health_section3 .contact_text {
  max-width: 477px;
}
.health_section3 .box_list .boxtext strong {
  display: block;
  font-size: 130px;
  color: #000;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0px;
}
.health_section3 .box_list .boxtext strong i {
  font-size: 60px;
  font-weight: 500;
  margin-left: -26px;
}
.health_section3 p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .health_section3 .box_list .boxtext strong {
    font-size: 100px;
  }
  .health_section3 .box_list .boxtext strong i {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .health_section3 .h2 {
    margin-bottom: 20px;
  }
  .health_section3 .box_list .boxtext strong {
    font-size: 70px;
  }
  .health_section3 .box_list .boxtext strong i {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .health_section3 .milestoneSlider {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .health_section3 .h2 {
    margin-bottom: 0px;
  }
  .health_section3 .contact_text {
    padding: 30px 0px 0px 0px;
  }
  .health_section3 .margintop30 {
    margin-top: 15px;
  }
  .health_section3 .milestoneSlider.comman_slider .slick-slide {
    margin: 0px;
  }
  .health_section3 .box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .health_section3 .box_list .boxtext {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .health_section3 .box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .health_section3 .box_list .boxtext {
    width: 100%;
    padding-bottom: 10px;
  }
  .health_section3 .box_list .boxtext:last-child {
    padding-bottom: 0px;
  }
  .health_section3 .box_list .boxtext strong {
    font-size: 56px;
    margin-bottom: 5px;
  }
  .health_section3 .box_list .boxtext strong i {
    font-size: 30px;
    margin-left: -20px;
  }
}

@media (max-width: 991px) {
  .safety_section .marginhtop20 {
    margin-top: 0px;
  }
}

.societyengagementSlider .slick-dots {
  text-align: end;
}
.societyengagementSlider .slick-dots li {
  margin: 0;
}
.societyengagementSlider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #d9e9fb;
}
.societyengagementSlider .slick-dots li.slick-active button {
  background: #004D8F;
}

.comman_slider .slick-list {
  margin: 0px -15px;
}
.comman_slider .slick-slide {
  margin: 0px 15px;
}
.comman_slider .slick-slide img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comman_slider .slick-arrow {
  top: auto;
  bottom: -50px;
  z-index: 2;
  width: 38px;
  height: 20px;
  background-size: 38px;
}
.comman_slider .slick-arrow.slick-disabled {
  opacity: 0.7;
}
.comman_slider .slick-arrow::before {
  display: none;
}
.comman_slider .slick-arrow.slick-next {
  right: 0px;
  background: url(../images/arrow_next.png) no-repeat center center;
}
.comman_slider .slick-arrow.slick-prev {
  left: 0px;
  background: url(../images/arrow_prev.png) no-repeat center center;
}
.comman_slider .slick-dots {
  bottom: -10px;
  font-size: 0px;
  right: auto;
  left: auto;
  height: 8px;
  width: calc(100% - 0px);
  text-align: center;
}
.comman_slider .slick-dots li {
  margin: 0px 6px;
  width: 8px;
  height: 8px;
}
.comman_slider .slick-dots li button {
  width: 13px;
  height: 13px;
  font-size: 0px;
  background-color: rgba(5, 70, 148, 0.005);
  padding: 0px;
  border-radius: 100%;
}
.comman_slider .slick-dots li button:before {
  display: none;
}
.comman_slider .slick-dots li.slick-active button {
  background: #054694;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .comman_slider .slick-arrow {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-list {
    margin: 0px;
  }
  .comman_slider .slick-arrow {
    bottom: -35px;
  }
  .comman_slider .slick-arrow.slick-next {
    right: 15px;
  }
  .comman_slider .slick-arrow.slick-prev {
    left: 15px;
  }
}

.safety_section h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .safety_section.sectionPadding {
    padding-bottom: 50px;
  }
}

.spcial1_img {
  float: right;
  max-width: 50%;
}
@media (max-width: 1680px) {
  .spcial1_img img {
    margin-bottom: 100px;
  }
}
@media (max-width: 1440px) {
  .spcial1_img img {
    margin-bottom: 20px;
  }
}

.li_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.li_3 li {
  padding-right: 50px;
}
.li_3 li:nth-child(1) {
  width: 23%;
}
.li_3 li:nth-child(2) {
  width: 30%;
}
.li_3 li:last-child {
  padding-right: 0px;
}
.li_3 li a {
  color: #212529;
}
.li_3 li a:hover {
  color: #5E99E0;
}

.policies_section {
  padding: 50px 0px 0px 0px;
}
@media (max-width: 1366px) {
  .policies_section .li_3 li {
    padding-right: 15px;
  }
  .policies_section .li_3 li:nth-child(1) {
    width: 30%;
  }
  .policies_section .li_3 li:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .policies_section .li_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .policies_section .li_3 li {
    padding-right: 0px;
    width: 100%;
  }
  .policies_section .li_3 li:nth-child(1), .policies_section .li_3 li:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .policies_section {
    padding-top: 30px;
  }
}

.image1 {
  background-image: url(../images/environmentexcellence.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.image2 {
  background-image: url(../images/water_conversation.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.image3 {
  background-image: url(../images/waste_reecovery.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.image4 {
  background-image: url(../images/solar_img.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.environmentexcellence {
  position: relative;
}
.environmentexcellence:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(53%, #054694));
  background: linear-gradient(to right, transparent 20%, #054694 53%);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
.environmentexcellence .environmentinfo {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}
.environmentexcellence .environmentinfo .environmenttitle {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
  padding-bottom: 0;
}
.environmentexcellence .environmentinfo .environmentsubtitle {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.environmentexcellence .environmentinfo p {
  color: #fff;
  padding-bottom: 20px;
}
.environmentexcellence .environmentinfo ul li {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.environmentexcellence .environmentinfo ul li:last-child {
  border: none;
}
@media (max-width: 991px) {
  .environmentexcellence:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(-80%, transparent), to(#054694));
    background: linear-gradient(to right, transparent -80%, #054694 100%);
  }
}

.human_Section1 .marginminas {
  margin-top: 0px;
}
.human_Section1 .human_rightimg {
  width: 47%;
}
@media (max-width: 991px) {
  .human_Section1 .marginminas {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .human_Section1 .environmentContent .environmentimg.max350 img {
    max-width: 100%;
  }
  .human_Section1 .human_rightimg {
    width: 100%;
    float: none;
    margin: 0px auto;
  }
}

.bg_human {
  background: url(../images/human_bule_bg.jpg) !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.environmentexcellence.human_Section2 .environmenttitle {
  margin-bottom: 30px;
}
.environmentexcellence.human_Section2 .environmentinfo p {
  padding-bottom: 0px;
  margin-bottom: 25px;
}
.environmentexcellence.human_Section2 .environmentinfo p.environmentsubtitle {
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px;
}
.environmentexcellence.human_Section2 .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.environmentexcellence.human_Section2 .bullet li {
  border: none;
  font-size: 20px;
  padding: 0px 10px 1px 18px;
  width: 60%;
  margin: 0px;
}
.environmentexcellence.human_Section2 .bullet li:nth-child(2n+2) {
  width: 40%;
  padding-right: 0px;
}
.environmentexcellence.human_Section2 .bullet li::before {
  background-color: #fff;
}
.environmentexcellence.human_Section2 .bullet li a {
  color: #fff;
}
.environmentexcellence.human_Section2 ul li {
  border-bottom: none !important;
}
@media (max-width: 1440px) {
  .environmentexcellence.human_Section2 .environmentinfo {
    max-width: 100%;
  }
  .environmentexcellence.human_Section2 .bullet li, .environmentexcellence.human_Section2 .environmentinfo p {
    font-size: 18px;
  }
  .environmentexcellence.human_Section2 p.environmentsubtitle {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .environmentexcellence.human_Section2 .bullet li, .environmentexcellence.human_Section2 .environmentinfo p {
    font-size: 16px;
    line-height: 24px;
  }
  .environmentexcellence.human_Section2 .environmentinfo p.environmenttitle {
    font-size: 24px;
    line-height: 1.3;
  }
  .environmentexcellence.human_Section2 p.environmentsubtitle {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .environmentexcellence.human_Section2 .bullet li, .environmentexcellence.human_Section2 .environmentinfo p {
    font-size: 16px;
  }
  .environmentexcellence.human_Section2 .environmentinfo p.environmenttitle {
    font-size: 24px;
    line-height: 1.3;
  }
  .environmentexcellence.human_Section2 p.environmentsubtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .environmentexcellence.human_Section2 .environmentinfo p.environmentsubtitle {
    padding-top: 0;
  }
  .environmentexcellence.human_Section2 .bullet li {
    line-height: 1.3;
    width: 57%;
    padding-bottom: 10px;
    padding-left: 12px;
  }
  .environmentexcellence.human_Section2 .bullet li::before {
    top: 8px;
  }
  .environmentexcellence.human_Section2 .bullet li:nth-child(2n+2) {
    width: 43%;
  }
}
@media (max-width: 480px) {
  .environmentexcellence.human_Section2 .environmentinfo p.environmenttitle {
    font-size: 22px;
    line-height: 1.3;
  }
  .environmentexcellence.human_Section2 p.environmentsubtitle {
    font-size: 22px;
    padding-bottom: 15px !important;
  }
  .environmentexcellence.human_Section2 .bullet li {
    width: 100%;
  }
  .environmentexcellence.human_Section2 .bullet li:nth-child(2n+2) {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .environmentexcellence.human_Section2 .environmentinfo p.environmenttitle {
    font-size: 20px;
  }
  .environmentexcellence.human_Section2 p.environmentsubtitle {
    font-size: 20px;
  }
}

.grievance_mechanism_section.sectionPadding {
  padding-bottom: 120px;
}
.grievance_mechanism_section p {
  font-weight: 500;
}
.grievance_mechanism_section a {
  color: #212529;
}
.grievance_mechanism_section .col-lg-6 p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .grievance_mechanism_section.sectionPadding {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .grievance_mechanism_section.sectionPadding {
    padding-bottom: 50px;
  }
}

.policysecpdf.sectionPadding {
  padding: 30px 0;
  padding-bottom: 0;
}
.policysecpdf .environmentsubtitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.policysecpdf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.policysecpdf ul li {
  background: #004d8e;
  color: #fff;
  padding: 15px !important;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  text-align: center;
}
.policysecpdf ul li:before {
  display: none;
}
.policysecpdf ul li:hover {
  -webkit-box-shadow: 0px 10px 20px #ccc;
          box-shadow: 0px 10px 20px #ccc;
  background: #fff;
  color: #000;
}
.policysecpdf ul li:hover a {
  color: #000;
}
@media (max-width: 1366px) {
  .policysecpdf ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}
@media (max-width: 1199px) {
  .policysecpdf ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 10px;
  }
}

.employee_engagement_section {
  position: relative;
  z-index: 0;
}
.employee_engagement_section::after, .employee_engagement_section::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 10%;
  background: #fff;
  top: 0px;
  left: 0px;
  min-height: 90px;
}
.employee_engagement_section::before {
  top: auto;
  bottom: 0px;
  height: 30%;
}
.employee_engagement_section .container {
  position: relative;
  z-index: 2;
}
.employee_engagement_section .container h2 {
  font-weight: 500;
}
.employee_engagement_section .container p {
  font-weight: 500;
}
.employee_engagement_section .container p:last-child {
  margin-bottom: 0px;
}
.employee_engagement_section .event_list_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -70px 0px;
}
.employee_engagement_section .list_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 650px;
  margin: 0px -12px;
  margin-bottom: -20px;
}
.employee_engagement_section .list_event .box_divistion {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px 12px;
  width: calc(50% - 24px);
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  margin-top: -50px;
}
.employee_engagement_section .list_event .box_divistion:nth-child(2n+2) {
  margin-top: 0px;
}
.employee_engagement_section .list_event .box_divistion .img_box {
  position: relative;
  z-index: 1;
  max-height: 402px;
  text-align: center; /*min-height: 270px;*/
  overflow: hidden;
}
.employee_engagement_section .list_event .box_divistion .img_box img {
  max-width: 100%;
}
.employee_engagement_section .list_event .box_divistion .img_box::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.71%, #054694), to(rgba(5, 70, 148, 0)));
  background: linear-gradient(0deg, #054694 6.71%, rgba(5, 70, 148, 0) 100%);
  opacity: 0.9;
  height: 192px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.employee_engagement_section .list_event .box_divistion .text_box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  height: 56px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0px 10px 0px 10px;
  text-align: center;
}
.employee_engagement_section .list_event .box_divistion .text_box h3 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.employee_engagement_section .list_event .box_divistion .text_box .btn_product {
  opacity: 0;
  padding-top: 15px;
}
.employee_engagement_section .list_event .box_divistion .text_box .btn_product p {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
.employee_engagement_section .list_event .box_divistion:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.employee_engagement_section .list_event .box_divistion:hover .img_box::after {
  background-color: rgba(5, 70, 148, 0.009);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.employee_engagement_section .list_event .box_divistion:hover .text_box {
  height: 100%;
  background-color: rgba(5, 70, 148, 0.8196078431);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.employee_engagement_section .list_event .box_divistion:hover .text_box .btn_product {
  opacity: 1;
}
@media (max-width: 1440px) {
  .employee_engagement_section .list_event .box_divistion .text_box {
    height: 47px;
  }
  .employee_engagement_section .list_event .box_divistion .text_box h3 {
    font-size: 17px;
    height: 42px;
  }
  .employee_engagement_section .list_event .box_divistion .text_box .btn_product p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .employee_engagement_section .list_event .box_divistion .text_box {
    height: 47px;
  }
  .employee_engagement_section .list_event .box_divistion .text_box h3 {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .employee_engagement_section .list_event .box_divistion .text_box h3 {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 1366px) {
  .employee_engagement_section::before {
    height: 20%;
  }
  .employee_engagement_section::after {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .employee_engagement_section::before {
    height: 17%;
  }
  .employee_engagement_section::after {
    height: 12%;
    min-height: 1px;
  }
  .employee_engagement_section .event_list_section {
    margin: 21px 0px 0px 0px;
  }
  .employee_engagement_section .event_list_section .box_divistion .text_box h3 {
    min-height: 33px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
  }
  .employee_engagement_section .event_list_section .box_divistion .text_box .btn_product p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .employee_engagement_section::after {
    display: none;
  }
  .employee_engagement_section::before {
    height: 10%;
  }
  .employee_engagement_section.sectionPadding {
    padding: 0px;
  }
  .employee_engagement_section .event_list_section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .employee_engagement_section .event_list_section .box_divistion .text_box h3 {
    min-height: 33px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
  }
  .employee_engagement_section .event_list_section .box_divistion .text_box .btn_product p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .employee_engagement_section .event_list_section {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .employee_engagement_section .event_list_section {
    margin: 0px;
  }
  .employee_engagement_section .list_event {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
  .employee_engagement_section .list_event .box_divistion {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .employee_engagement_section .list_event .box_divistion .text_box h3 {
    font-weight: 600;
  }
}

.society_engagement_section .society_box {
  position: relative;
  margin-bottom: 0px;
  margin-top: 35px;
}
.society_engagement_section .society_box .imgbox {
  position: relative;
  z-index: 1;
}
.society_engagement_section .society_box .textbox {
  position: relative;
  z-index: 2;
  left: 50px;
  top: 0;
  margin-top: -50px;
  width: 100%;
  max-width: 905px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.society_engagement_section .society_box .textbox h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
}
.society_engagement_section .society_box .textbox p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .society_engagement_section.sectionPadding {
    padding-top: 0px;
  }
  .society_engagement_section .society_box {
    margin-top: 20px;
  }
  .society_engagement_section .society_box .textbox {
    max-width: 88%;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .society_engagement_section.sectionPadding {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .society_engagement_section .society_box .textbox {
    left: 0px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .society_engagement_section .society_box .textbox h3 {
    font-size: 20px;
  }
  .society_engagement_section .society_box .imgbox img {
    min-height: 206px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .society_engagement_section.sectionPadding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .society_engagement_section .society_box {
    margin-top: 0px;
  }
  .society_engagement_section .society_box .textbox {
    padding: 10px;
    margin: 0px;
  }
  .society_engagement_section .society_box .textbox h3 {
    font-size: 18px;
  }
  .society_engagement_section .society_box .imgbox img {
    min-height: 145px;
  }
}

.certi_img_section {
  margin-left: 23px;
}

.diversity_culture_integra_section.new_diversity .boxContent {
  padding: 100px 68px 30px 68px;
}
@media (max-width: 1600px) {
  .diversity_culture_integra_section.new_diversity .boxContent {
    padding: 50px 0px 50px 30px;
  }
}
@media (max-width: 991px) {
  .diversity_culture_integra_section.new_diversity .boxContent {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .diversity_culture_integra_section.new_diversity .boxContent {
    padding: 25px 5px;
  }
}
.diversity_culture_integra_section .max_width1920 {
  max-width: 1920px;
  margin: 0px auto;
}
.diversity_culture_integra_section .max_width1920 .paddnoneleftright {
  padding: 0px;
}
.diversity_culture_integra_section .boxImg {
  position: relative;
  z-index: 1;
}
.diversity_culture_integra_section .boxContent {
  padding: 0px 0px 0px 0px;
}
.diversity_culture_integra_section .boxContent p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.diversity_culture_integra_section .box_wite_list {
  background: #fff;
  padding: 30px 15px;
  position: relative;
  z-index: 2;
  margin-left: -10%;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.diversity_culture_integra_section .box_wite_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.diversity_culture_integra_section .box_wite_list ul li {
  width: 25%;
  text-align: center;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0px 7px;
}
.diversity_culture_integra_section .box_wite_list ul li:last-child {
  border-right: 0px;
}
.diversity_culture_integra_section .box_wite_list ul li strong {
  display: block;
  font-size: 50px;
  color: #054694;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}
.diversity_culture_integra_section .box_wite_list ul li p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}
.diversity_culture_integra_section .two_list_Section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 400px) {
  .diversity_culture_integra_section .two_list_Section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1600px) {
  .diversity_culture_integra_section .boxContent {
    padding: 0px 0px 0px 0px;
  }
  .diversity_culture_integra_section .box_wite_list {
    padding: 20px 10px;
  }
  .diversity_culture_integra_section .box_wite_list ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .diversity_culture_integra_section .boxImg {
    height: 100%;
  }
  .diversity_culture_integra_section .boxImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .diversity_culture_integra_section .box_wite_list {
    margin-bottom: 30px;
  }
  .diversity_culture_integra_section .box_wite_list ul li strong {
    font-size: 45px;
  }
}
@media (max-width: 1366px) {
  .diversity_culture_integra_section .box_wite_list ul li p {
    font-size: 13px;
  }
  .diversity_culture_integra_section .box_wite_list ul li strong {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .diversity_culture_integra_section .box_wite_list {
    padding: 20px 10px;
    width: 114%;
  }
  .diversity_culture_integra_section .box_wite_list ul li p {
    font-size: 12px;
    font-weight: 600;
  }
  .diversity_culture_integra_section .box_wite_list ul li strong {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .diversity_culture_integra_section .box_wite_list {
    width: calc(100% - 20px);
    margin: 0px auto 30px auto;
  }
  .diversity_culture_integra_section .box_wite_list ul li p {
    font-size: 13px;
  }
  .diversity_culture_integra_section .box_wite_list ul li strong {
    font-size: 40px;
  }
  .diversity_culture_integra_section .boxContent {
    padding: 0px 15px;
  }
  .diversity_culture_integra_section .max_width1920 .row {
    max-width: 540px;
    margin: 0px auto;
  }
}
@media (max-width: 767px) {
  .diversity_culture_integra_section .boxContent {
    padding: 0px 5px;
  }
}
@media (max-width: 575px) {
  .diversity_culture_integra_section .box_wite_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diversity_culture_integra_section .box_wite_list ul li {
    width: calc(50% - 14px);
    padding-bottom: 30px;
  }
  .diversity_culture_integra_section .box_wite_list ul li:nth-child(2n+2) {
    border-right: 0px;
  }
  .diversity_culture_integra_section .max_width1920 .row {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }
  .diversity_culture_integra_section .max_width1920 .row .col-lg-6 {
    padding: 0px;
  }
  .diversity_culture_integra_section .max_width1920 .row .boxContent {
    padding: 0px 0px;
  }
  .diversity_culture_integra_section .bullet.ulfnt20 li {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .diversity_culture_integra_section .bullet.ulfnt20 li::before {
    top: 10px;
  }
}
@media (max-width: 480px) {
  .diversity_culture_integra_section .certi_img_section {
    width: 36%;
  }
}
@media (max-width: 400px) {
  .diversity_culture_integra_section .box_wite_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diversity_culture_integra_section .box_wite_list ul li {
    width: 100%;
    padding: 0px;
    border: 0px;
    padding: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.002);
    text-align: center;
  }
  .diversity_culture_integra_section .box_wite_list ul li:nth-child(2n+2) {
    border-right: 0px;
  }
  .diversity_culture_integra_section .box_wite_list ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .diversity_culture_integra_section .certi_img_section {
    width: 50%;
  }
}

.cor000 {
  color: #000 !important;
  font-weight: 500;
}

.bg_supplier {
  background-image: url(../images/supplier_sustainability.jpg) !important;
}

.supplier_section1 .max_width1180 {
  max-width: 1180px;
  margin: 0px auto;
}
.supplier_section1 .list_supplier {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.supplier_section1 .list_supplier .boxSupplier {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  width: 25%;
}
.supplier_section1 .list_supplier .boxSupplier div {
  height: 60px;
  margin-bottom: 30px;
}
.supplier_section1 .list_supplier .boxSupplier h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  padding: 0px 0px 22px 0px;
}
.supplier_section1 .list_supplier .boxSupplier ul li {
  position: relative;
  padding: 0px 0px 13px 18px;
  line-height: 1.4;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.supplier_section1 .list_supplier .boxSupplier ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  background: #000;
  width: 8px;
  height: 2px;
}
.supplier_section1 .list_supplier .boxSupplier ul li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 1600px) {
  .supplier_section1 .list_supplier .boxSupplier ul li {
    padding: 0px 0px 30px 18px;
  }
}
@media (max-width: 1440px) {
  .supplier_section1 .list_supplier .boxSupplier ul li {
    padding: 0px 0px 20px 12px;
  }
  .supplier_section1 .list_supplier .boxSupplier ul li::before {
    width: 6px;
    height: 1px;
  }
}
.supplier_section1 .brdright {
  border-right: solid 1px rgba(0, 0, 0, 0.003);
}
.supplier_section1 .supplier_row {
  padding: 60px 0px 0px 0px;
}
.supplier_section1 .supplier_row p {
  padding: 0px;
  margin: 0px;
}
.supplier_section1 .supplier_row .row {
  margin: 0px -30px;
}
.supplier_section1 .supplier_row .col-lg-6 {
  padding: 0px 30px;
}
@media (max-width: 1600px) {
  .supplier_section1 .list_supplier .boxSupplier {
    padding: 30px;
  }
  .supplier_section1 .list_supplier .boxSupplier h3 {
    font-size: 26px;
    padding-bottom: 16px;
  }
  .supplier_section1 .list_supplier .boxSupplier ul li {
    font-size: 20px;
    padding: 0px 0px 20px 15px;
  }
  .supplier_section1 .bg_supplier .suplier_list ul li strong {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .supplier_section1 .bg_supplier .suplier_list ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .supplier_section1 .list_supplier .boxSupplier h3 {
    font-size: 21px;
    padding-bottom: 16px;
  }
  .supplier_section1 .list_supplier .boxSupplier ul li {
    font-size: 17px;
    padding: 0px 0px 12px 15px;
  }
  .supplier_section1 .list_supplier .boxSupplier ul li::before {
    top: 11px;
  }
  .supplier_section1 .bg_supplier .suplier_list ul li strong {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .supplier_section1 .bg_supplier .suplier_list ul li p {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .supplier_section1 .list_supplier .boxSupplier {
    padding: 20px 15px;
  }
  .supplier_section1 .list_supplier .boxSupplier div {
    margin-bottom: 20px;
  }
  .supplier_section1 .list_supplier .boxSupplier h3 {
    font-size: 19px;
  }
  .supplier_section1 .list_supplier .boxSupplier ul li {
    font-size: 16px;
    padding: 0px 0px 8px 15px;
  }
}
@media (max-width: 1024px) {
  .supplier_section1 .list_supplier {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .supplier_section1 .list_supplier .boxSupplier {
    padding: 20px 15px 30px 15px;
    width: 50%;
  }
  .supplier_section1 .list_supplier .boxSupplier div {
    margin-bottom: 20px;
  }
  .supplier_section1 .list_supplier .boxSupplier h3 {
    font-size: 19px;
  }
  .supplier_section1 .list_supplier .boxSupplier ul li {
    font-size: 16px;
    padding: 0px 0px 8px 15px;
  }
}
@media (max-width: 767px) {
  .supplier_section1 .list_supplier .boxSupplier {
    padding: 20px 10px 30px 15px;
  }
  .supplier_section1 .list_supplier .boxSupplier h3 {
    font-size: 18px;
  }
  .supplier_section1 .supplier_row .row {
    margin: 0px;
  }
  .supplier_section1 .supplier_row .row .col-lg-6 {
    padding: 0px;
  }
  .supplier_section1 .supplier_row .row .col-lg-6.brdright {
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.003);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .supplier_section1 .list_supplier .boxSupplier {
    padding: 20px 10px 30px 15px;
    width: 100%;
  }
  .supplier_section1 .list_supplier .boxSupplier h3 {
    font-size: 18px;
  }
}

.bg_supplier {
  background: url(../images/supplier_sustainability_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.bg_supplier .suplier_list {
  padding: 22px 0px 0px 0px;
}
.bg_supplier .suplier_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0px -10px;
}
.bg_supplier .suplier_list ul li {
  width: calc(25% + 14px);
  text-align: left;
  border-right: solid 1px rgba(0, 0, 0, 0.002);
  padding: 0px 10px;
  border: none;
  margin: 0px;
}
.bg_supplier .suplier_list ul li:last-child {
  border-right: 0px;
}
.bg_supplier .suplier_list ul li strong {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 31px;
}
.bg_supplier .suplier_list ul li p {
  padding: 0px;
  margin: 0px !important;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.bg_supplier .suplier_list ul li p:last-child {
  border: none;
}
@media (max-width: 767px) {
  .bg_supplier .suplier_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bg_supplier .suplier_list ul li {
    width: calc(47% + 14px);
  }
}
@media (max-width: 480px) {
  .bg_supplier {
    padding-top: 15px;
  }
  .bg_supplier .suplier_list ul li {
    width: calc(100% + 14px);
    margin-bottom: 20px;
  }
  .bg_supplier .suplier_list ul li strong {
    margin-bottom: 5px;
  }
}

.bg_img_show {
  position: relative;
}
.bg_img_show .max_width1920 {
  position: relative;
}
.bg_img_show .max_width1920::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(125, 185, 232, 0)), color-stop(49%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 29%, rgb(255, 255, 255) 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.bg_img_show .max_width1920 .row {
  position: relative;
  z-index: 2;
}
.bg_img_show .max_width1920 p {
  line-height: 1.3;
}
.bg_img_show .boxContent {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .bg_img_show .max_width1920::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(-90%, rgba(125, 185, 232, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(125, 185, 232, 0) -90%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
}
@media (max-width: 991px) {
  .bg_img_show .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 575px) {
  .bg_img_show .imgBox {
    margin: 0px auto 20px auto;
    max-width: 300px;
  }
}

.about_us_section1 .img_left_set .boxImg {
  float: left;
  width: 40%;
  min-height: 832px;
}
.about_us_section1 p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .about_us_section1 .img_left_set .boxImg {
    min-height: 1px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .about_us_section1 .img_left_set .boxImg {
    margin-bottom: 30px;
  }
}

.facts_and_figures_section .boxabout {
  position: relative;
  background: url(../images/bg_bule_img.png) no-repeat center top;
  min-height: 474px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 0px 36px;
  padding-top: 138px;
}
.facts_and_figures_section .boxabout strong {
  display: block;
  font-size: 45px;
  line-height: 1;
  font-weight: 500;
  margin: 20px 0px 12px 0px;
}
.facts_and_figures_section .boxabout p {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1680px) {
  .facts_and_figures_section .boxabout {
    background-size: 100%;
    min-height: 409px;
    padding: 0px 12%;
    padding-top: 38%;
  }
}
@media (max-width: 1366px) {
  .facts_and_figures_section .boxabout {
    padding-top: 41%;
    min-height: 345px;
  }
  .facts_and_figures_section .boxabout div {
    max-width: 50px;
  }
  .facts_and_figures_section .boxabout strong {
    font-size: 38px;
    margin: 15px 0px 15px 0px;
  }
  .facts_and_figures_section .boxabout p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .facts_and_figures_section .boxabout {
    padding-top: 38%;
    min-height: 287px;
  }
  .facts_and_figures_section .boxabout strong {
    font-size: 28px;
    margin: 15px 0px 10px 0px;
  }
  .facts_and_figures_section .boxabout p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .facts_and_figures_section .boxabout {
    padding-top: 47%;
    min-height: 474px;
    background-size: 357px;
  }
  .facts_and_figures_section .boxabout div {
    max-width: 60px;
  }
  .facts_and_figures_section .boxabout strong {
    font-size: 38px;
    margin: 15px 0px 10px 0px;
  }
  .facts_and_figures_section .boxabout p {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .facts_and_figures_section .boxabout {
    padding-top: 40%;
    min-height: 327px;
    background-size: 100%;
  }
  .facts_and_figures_section .boxabout strong {
    font-size: 28px;
    margin: 15px 0px 10px 0px;
  }
  .facts_and_figures_section .boxabout p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .facts_and_figures_section .boxabout {
    padding-top: 160px;
    min-height: 474px;
    background-size: 357px;
  }
  .facts_and_figures_section .boxabout div {
    max-width: 60px;
  }
  .facts_and_figures_section .boxabout strong {
    font-size: 38px;
    margin: 15px 0px 10px 0px;
  }
  .facts_and_figures_section .boxabout p {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 360px) {
  .facts_and_figures_section .boxabout {
    padding-top: 128px;
    min-height: 370px;
    background-size: 280px;
  }
  .facts_and_figures_section .boxabout div {
    max-width: 60px;
  }
  .facts_and_figures_section .boxabout strong {
    font-size: 28px;
    margin: 15px 0px 10px 0px;
  }
  .facts_and_figures_section .boxabout p {
    font-size: 16px;
    line-height: 1.3;
  }
}

.holding_group_section .client_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0px 0px 0px;
}
.holding_group_section .client_logo li {
  width: 25%;
  border-right: solid 1px rgba(147, 146, 146, 0.003);
  border-bottom: solid 1px rgba(147, 146, 146, 0.003);
}
.holding_group_section .client_logo li .imgBox {
  text-align: center;
  height: 162px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.holding_group_section .client_logo li .imgBox:hover {
  background: #fff;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.holding_group_section .client_logo li .imgBox img {
  height: 70px;
}
.holding_group_section .client_logo li.brdbtmnone {
  border-bottom: none;
}
.holding_group_section .client_logo li.brdrightnone {
  border-right: 0px;
}
@media (max-width: 1199px) {
  .holding_group_section .client_logo li .imgBox {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .holding_group_section .client_logo {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .holding_group_section .client_logo {
    margin-top: 0px;
  }
  .holding_group_section .client_logo li .imgBox {
    padding: 15px;
    height: 82px;
  }
}
@media (max-width: 480px) {
  .holding_group_section .client_logo {
    margin-top: 0px;
  }
  .holding_group_section .client_logo li {
    width: 50%;
  }
  .holding_group_section .client_logo li:nth-child(2n+2) {
    border-right: 0px;
  }
  .holding_group_section .client_logo li.brdbtmnone {
    border-bottom: solid 1px rgba(147, 146, 146, 0.003);
  }
  .holding_group_section .client_logo li.brdbtmnone.lastbrd {
    border-bottom: none;
  }
}

.commonbtn.sectionPadding {
  padding-bottom: 50px;
}
.commonbtn a {
  margin-right: 20px;
}

.investor_relationship_section.sectionPadding {
  padding-top: 0;
}
.investor_relationship_section h3 span {
  font-size: 22px;
  display: block;
  padding-top: 10px;
}
.investor_relationship_section .invester_box {
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
}
.investor_relationship_section .invester_box a {
  color: #212529;
}
.investor_relationship_section .invester_box a:hover {
  color: #003766;
}
.investor_relationship_section .invester_box .fntinter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.investor_relationship_section .invester_box ul li {
  margin: 0px 0px 30px 0px;
}
.investor_relationship_section .invester_box ul li:last-child {
  margin-bottom: 0px;
}
.investor_relationship_section .invester_box ul li span {
  display: block;
  margin-bottom: 13px;
}
@media (max-width: 1680px) {
  .investor_relationship_section .invester_box .h3 {
    font-size: 26px;
    line-height: 1.1;
  }
  .investor_relationship_section .invester_box .h3 span {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .investor_relationship_section .invester_box {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .investor_relationship_section .invester_box .h3 {
    font-size: 24px;
  }
  .investor_relationship_section .invester_box .h3 span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .investor_relationship_section .invester_box {
    padding: 20px 15px;
  }
  .investor_relationship_section .invester_box .h3 {
    font-size: 22px;
  }
  .investor_relationship_section .invester_box .h3 span {
    font-size: 14px;
    font-weight: 500;
  }
  .investor_relationship_section .invester_box ul li {
    margin-bottom: 20px;
  }
  .investor_relationship_section .invester_box ul li span {
    margin-bottom: 6px;
  }
}
@media (min-width: 880px) and (max-width: 1024px) {
  .investor_relationship_section .invester_box {
    padding: 20px 15px;
  }
  .investor_relationship_section .invester_box.fnt20 {
    font-size: 15px;
  }
  .investor_relationship_section .invester_box.fnt20 p {
    font-size: 15px;
    line-height: 1.4;
  }
  .investor_relationship_section .invester_box .h3 {
    font-size: 22px;
  }
  .investor_relationship_section .invester_box .h3 span {
    font-size: 14px;
    font-weight: 500;
  }
  .investor_relationship_section .invester_box ul li {
    margin-bottom: 18px;
  }
  .investor_relationship_section .invester_box ul li p {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .investor_relationship_section .invester_box {
    margin-bottom: 30px;
    height: auto;
  }
}

.career_page .career_section {
  padding-bottom: 0;
}
.career_page .career_section .boxImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.career_page .career_section .boxImg img {
  width: 100%;
}
.career_page .career_section .certi_area {
  margin-top: 30px;
}
.career_page .career_section .certi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
.career_page .career_section .certi_area ul li {
  padding: 0px 15px;
}
.career_page .career_section .certiBox {
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.career_page .career_section1 .boxapplynow {
  padding: 50px 30px;
  color: #000;
}
.career_page .career_section1 .boxapplynow.padding0 {
  padding: 0;
}
.career_page .career_section1 .boxapplynow .jobdescriptionsec {
  margin-bottom: 15px;
}
.career_page .career_section1 .boxapplynow .jobdescriptionsec .descriptionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.career_page .career_section1 .boxapplynow .jobdescriptionsec .descriptionlist li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin-right: 10px;
  font-size: 15px;
  padding: 0px 0px 16px 12px;
  line-height: 25px;
}
@media (max-width: 1024px) {
  .career_page .career_section1 .boxapplynow .jobdescriptionsec .descriptionlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .career_page .career_section1 .boxapplynow .jobdescriptionsec .descriptionlist li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.career_page .career_section1 .boxapplynow .jobdescriptionsec .descriptionTitle {
  font-weight: 700;
  margin-bottom: 15px;
}
.career_page .career_section1 h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .career_page .career_section1 h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.career_page .career_section1 ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.career_page .career_section1 ul li {
  list-style: none;
  position: relative;
  font-size: 24px !important;
  line-height: 34px !important;
  max-width: 100% !important;
  padding-left: 25px !important;
}
.career_page .career_section1 ul li::before {
  content: "";
  position: absolute;
  width: 12.5px;
  background: #054694;
  height: 3px;
  left: 0;
  top: 9px;
}
.career_page .career_section1 ul li span {
  font-weight: 600;
}
@media (max-width: 1366px) {
  .career_page .career_section1 ul li {
    font-size: 15px !important;
    line-height: 24px !important;
  }
}
.career_page .career_section1 .qucation_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 23px 0px 30px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.career_page .career_section1 .qucation_li li {
  font-size: 22px;
  font-weight: 500;
  padding: 0px 35px 0px 0px;
  padding-left: 0px !important;
}
.career_page .career_section1 .qucation_li li:last-child {
  padding-right: 0px;
}
.career_page .career_section1 .qucation_li li.fntinter {
  font-weight: 400;
}
.career_page .career_section1 .qucation_li li::before {
  display: none;
}
.career_page .career_section1 h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .career_page .career_section1 h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media (max-width: 1680px) {
  .career_page .career_section1 .boxapplynow .qucation_li li {
    font-size: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 1366px) {
  .career_page .career_section1 .boxapplynow {
    padding: 40px 30px;
  }
  .career_page .career_section1 .boxapplynow .qucation_li {
    padding: 12px 0px 24px 0px;
  }
  .career_page .career_section1 .boxapplynow .qucation_li li {
    font-size: 17px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .career_page .career_section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .career_page .career_section .boxImg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  .career_page .career_section .name_p {
    margin-bottom: 5px;
  }
  .career_page .career_section1 {
    padding-top: 20px;
  }
  .career_page .career_section1 .boxapplynow {
    padding: 30px;
  }
  .career_page .career_section1 .boxapplynow .qucation_li {
    margin-bottom: -5px;
  }
  .career_page .career_section1 .boxapplynow .qucation_li li {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .career_page .career_section h3 + br {
    display: none;
  }
  .career_page .career_section .boxImg {
    max-width: 200px;
  }
  .career_page .career_section .certi_area ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .career_page .career_section .certi_area ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
  }
  .career_page .career_section .certi_area ul li {
    width: auto;
    margin-bottom: 35px;
  }
  .career_page .career_section .certi_area ul li:last-child {
    margin-bottom: 0px;
  }
  .career_page .career_section1 .boxapplynow {
    padding: 20px 15px;
  }
}
@media (max-width: 420px) {
  .career_page .career_section1 .boxapplynow h2.fnt26 {
    font-weight: 600;
  }
  .career_page .career_section1 .boxapplynow .qucation_li li {
    width: 100%;
    padding-right: 0px;
  }
  .career_page .career_section1 .btn_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career_page .career_section1 .btn_area span {
    margin-right: 15px;
    width: calc(50% - 15px);
    display: block;
  }
  .career_page .career_section1 .btn_area .blueBtn.fnt18 {
    min-width: 166px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .career_page .career_section1 .btn_area span {
    margin-right: 0px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .career_page .career_section1 .btn_area span:last-child {
    margin-bottom: 0px;
  }
}
.career_page .collage {
  margin-bottom: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(5, 70, 148, 0.8)), color-stop(39%, rgba(5, 70, 148, 0.5)), to(rgba(255, 255, 255, 0.1))), url("../images/collage.jpg");
  background: linear-gradient(90deg, rgba(5, 70, 148, 0.8) 0%, rgba(5, 70, 148, 0.5) 39%, rgba(255, 255, 255, 0.1) 100%), url("../images/collage.jpg");
  width: 100%;
  height: 100%;
}
.career_page .collage .collagetext {
  max-width: 54%;
}
.career_page .collage .collagetext h4 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.career_page .collage .collagetext p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .career_page .collage .collagetext h4 {
    font-size: 25px;
    line-height: 33px;
  }
  .career_page .collage .collagetext p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .career_page .collage .collagetext h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .career_page .collage .collagetext p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .career_page .collage {
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(5, 70, 148, 0.7)), color-stop(39%, rgba(5, 70, 148, 0.5)), to(rgba(255, 255, 255, 0.1))), url("../images/collage.jpg");
    background: linear-gradient(90deg, rgba(5, 70, 148, 0.7) 100%, rgba(5, 70, 148, 0.5) 39%, rgba(255, 255, 255, 0.1) 100%), url("../images/collage.jpg");
  }
  .career_page .collage .collagetext {
    max-width: 100%;
  }
  .career_page .collage .collagetext h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .career_page .collage .collagetext p {
    font-size: 16px;
    line-height: 24px;
  }
}

.contactform .forminput {
  height: 55px;
  border-radius: 6px !important;
}
@media (max-width: 1366px) {
  .contactform .forminput {
    height: 45px;
    line-height: 1;
  }
}
.contactform .messageinput {
  height: 150px !important;
  resize: none;
  margin-bottom: 20px;
  border-radius: 6px;
  padding-top: 15px;
}
.contactform label {
  color: #969697;
  font-size: 22px;
  line-height: 20px;
  left: 10px;
}
@media (max-width: 991px) {
  .contactform {
    padding: 0px 15px;
  }
  .contactform .roboto .pull-left img {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .contactform {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .contactform .roboto .pull-left img {
    height: 39px;
  }
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-align: left;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../images/info.png) !important;
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../images/success.png) !important;
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../images/exclamation.png) !important;
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../images/error.png) !important;
}

.formComman .form-group {
  margin-bottom: 22px;
  position: relative;
}
.formComman .form-group .form-control, .formComman .form-group input:-internal-autofill-selected {
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 18px;
  line-height: 20px;
  background: #e2efff !important;
  font-weight: 500;
  color: #000;
}
.formComman .form-group .form-control:focus, .formComman .form-group input:-internal-autofill-selected:focus {
  border-color: #064096;
  background: rgba(6, 64, 150, 0.2) !important;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.formComman .form-group .form-control:focus::-webkit-input-placeholder, .formComman .form-group input:-internal-autofill-selected:focus::-webkit-input-placeholder {
  color: #000;
}
.formComman .form-group .form-control:focus::-moz-placeholder, .formComman .form-group input:-internal-autofill-selected:focus::-moz-placeholder {
  color: #000;
}
.formComman .form-group .form-control:focus:-ms-input-placeholder, .formComman .form-group input:-internal-autofill-selected:focus:-ms-input-placeholder {
  color: #000;
}
.formComman .form-group .form-control:focus::-ms-input-placeholder, .formComman .form-group input:-internal-autofill-selected:focus::-ms-input-placeholder {
  color: #000;
}
.formComman .form-group .form-control:focus::placeholder, .formComman .form-group input:-internal-autofill-selected:focus::placeholder {
  color: #000;
}
.formComman .form-group .form-control.number, .formComman .form-group input:-internal-autofill-selected.number {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}
.formComman .forminput.Email {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}
.formComman ::-webkit-input-placeholder {
  color: #231F20;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
.formComman ::-moz-placeholder {
  color: #231F20;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
.formComman :-ms-input-placeholder {
  color: #231F20;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
.formComman ::-ms-input-placeholder {
  color: #231F20;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
.formComman ::placeholder {
  color: #231F20;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
.formComman .form-control:disabled, .formComman .form-control[readonly] {
  background-color: #fff;
}
.formComman .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-style: italic;
}
.formComman .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-style: italic;
}
.formComman .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-style: italic;
}
.formComman .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-style: italic;
}
.formComman .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1366px) {
  .formComman .form-control::-webkit-input-placeholder {
    font-size: 18px;
  }
  .formComman .form-control::-moz-placeholder {
    font-size: 18px;
  }
  .formComman .form-control:-ms-input-placeholder {
    font-size: 18px;
  }
  .formComman .form-control::-ms-input-placeholder {
    font-size: 18px;
  }
  .formComman .form-control::placeholder {
    font-size: 18px;
  }
}
.formComman .uploadresume .btn-file {
  position: absolute;
  right: 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  height: 100%;
  background: #064096;
  border-radius: 6px;
}
.formComman .uploadresume .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.formComman .uploadresume input[readonly] {
  background-color: rgba(6, 64, 150, 0.13) !important;
  cursor: text !important;
}
.formComman .capcha_coad_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
}
.formComman .capcha_coad_area .form-control {
  max-width: 100%;
  border-radius: 10px 0px 0px 10px !important;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}
.formComman .capcha_coad_area .pull-right {
  margin-bottom: 0px !important;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
}
.formComman .capcha_coad_area img {
  max-height: 54px;
}
.formComman label.error {
  color: #ff0000 !important;
  text-align: left;
  position: absolute;
  display: block;
  font-size: 15px !important;
  left: 0px;
  bottom: -20px;
}
@media (max-width: 1600px) {
  .formComman .form-group .form-control {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1366px) {
  .formComman .forminput {
    height: 50px;
  }
  .formComman .form-group .form-control {
    font-size: 18px;
    line-height: 18px;
  }
  .formComman .messageinput {
    height: 127px !important;
  }
  .formComman .capcha_coad_area img {
    max-height: 50px;
  }
}

.contact_us_section .fullheight {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact_us_section .conact_left {
  max-width: 500px;
}
.contact_us_section .conact_left.sectionPadding {
  padding-bottom: 0px !important;
}
.contact_us_section .invester_box h3 span {
  font-size: 22px;
  display: block;
  padding-top: 10px;
}
.contact_us_section .invester_box a {
  color: #212529;
}
.contact_us_section .invester_box a:hover {
  color: #003766;
}
.contact_us_section .invester_box .fntinter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.contact_us_section .invester_box ul li {
  margin: 0px 0px 30px 0px;
}
.contact_us_section .invester_box ul li:last-child {
  margin-bottom: 0px;
}
.contact_us_section .invester_box ul li span {
  display: block;
  margin-bottom: 13px;
}
.contact_us_section .invester_box ul li b {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.contact_us_section .conact_right {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 60px 45px;
  height: 100%;
}
.contact_us_section .conact_right p {
  font-weight: 500;
}
.contact_us_section .conact_right .max150 {
  min-width: 150px;
}
@media (max-width: 1600px) {
  .contact_us_section .invester_box h3 span {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .contact_us_section .invester_box h3 span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .contact_us_section .h3 {
    font-weight: 600;
  }
  .contact_us_section .h3 span {
    font-weight: 500;
  }
  .contact_us_section .conact_right {
    margin-top: 50px;
    padding: 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .contact_us_section .conact_right {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .contact_us_section .conact_right .contactform {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .contact_us_section .conact_right .contactform .blueBtn {
    width: 100%;
  }
}

.sustainable_development_section1 {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
  overflow-x: hidden;
  z-index: 0;
}
.sustainable_development_section1::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -100px;
  top: -50px;
  width: 100%;
  height: 100%;
  background: url(../images/bg_img1.png) no-repeat right top;
}
.sustainable_development_section1 .container {
  position: relative;
  z-index: 2;
}
.sustainable_development_section1 .list_sustainable_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable {
  position: relative;
  width: calc(16.67% - 8px);
  margin: 0px 3px 6px 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box {
  position: relative;
  z-index: 1;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box div {
  position: relative;
  z-index: 1;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box div img {
  width: 100%;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box span {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box span img {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding: 5px;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box p {
  margin: 0px;
  padding: 0px;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box .btn_read_more {
  display: block;
  text-align: center;
  padding: 40px 0px 0px 0px;
  line-height: 1;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box .btn_read_more a {
  color: #fff;
  cursor: pointer;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_pink {
  background: rgba(229, 35, 61, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_yallow1 {
  background: rgba(221, 167, 58, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_green1 {
  background: rgba(76, 161, 70, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_red {
  background: rgba(199, 33, 47, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_orange {
  background: rgba(239, 64, 45, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_blue1 {
  background: rgba(39, 191, 230, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_yallow2 {
  background: rgba(251, 196, 18, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_pupal1 {
  background: rgba(163, 28, 68, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_orang2 {
  background: rgba(242, 106, 46, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_pink1 {
  background: rgba(224, 20, 131, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_yallow4 {
  background: rgba(248, 157, 42, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_yallow5 {
  background: rgba(191, 141, 44, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_green2 {
  background: rgba(64, 127, 70, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_blue2 {
  background: rgba(31, 151, 212, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_green3 {
  background: rgba(89, 186, 71, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_blue3 {
  background: rgba(19, 106, 159, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box.bg_blue4 {
  background: rgba(20, 73, 107, 0.85);
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable:hover .img_box span img {
  opacity: 1;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainable_development_section1 .list_sustainable_section .boxSustainable:hover .conent_box {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  .sustainable_development_section1 .list_sustainable_section .boxSustainable .conent_box p {
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  .sustainable_development_section1 .list_sustainable_section .boxSustainable {
    width: calc(20% - 8px);
  }
}
@media (max-width: 991px) {
  .sustainable_development_section1 .list_sustainable_section .boxSustainable {
    width: calc(25% - 8px);
  }
}
@media (max-width: 767px) {
  .sustainable_development_section1 .list_sustainable_section .boxSustainable {
    width: calc(33.33% - 8px);
  }
  .sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box span {
    display: block;
    max-width: 90px;
  }
  .sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box span img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sustainable_development_section1 .list_sustainable_section .boxSustainable {
    width: calc(50% - 8px);
  }
  .sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box span {
    display: block;
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  .sustainable_development_section1 .list_sustainable_section .boxSustainable .img_box span {
    max-width: 80px;
  }
}

.modal-backdrop.show {
  opacity: 0.85;
}

.popup_sustainable.modal {
  text-align: center;
}
.popup_sustainable.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.popup_sustainable.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.popup_sustainable .modal-dialog {
  max-width: 690px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
}
.popup_sustainable .modal-header {
  position: relative;
  border-color: #ada8a8;
}
.popup_sustainable .modal-header .modal-title {
  font-size: 22px;
  line-height: 1.3;
  padding-right: 11px;
}
.popup_sustainable .btn-close {
  position: absolute;
  right: -7px;
  top: -7px;
  margin: 0px;
  padding: 0px;
  background: #136A9F;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup_sustainable .btn-close img {
  max-width: 15px;
}
.popup_sustainable .modal-content .modal_content ul li {
  position: relative;
  padding: 0px 0px 15px 18px;
  line-height: 1.4;
  font-weight: 500;
}
.popup_sustainable .modal-content .modal_content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  background: #000;
  width: 8px;
  height: 2px;
}
.popup_sustainable .modal-content .modal_content ul li:last-child {
  padding-bottom: 0px;
}
.popup_sustainable.bg_pink .modal-content {
  background: #e5233d;
}
.popup_sustainable.bg_yallow1 .modal-content {
  background: #dda73a;
}

.csrsection.sectionPadding {
  padding-bottom: 0;
}
.csrsection .breadcrums.sectionPadding {
  padding-top: 0;
  padding-bottom: 80px;
}
.csrsection .csrcontent .csrdetail {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .csrsection .csrcontent .csrdetail {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .csrsection .csrcontent .csrdetail {
    margin-bottom: 20px;
  }
}
.csrsection .csrcontent p {
  font-weight: 500;
}
@media (max-width: 1366px) {
  .csrsection .csrcontent p {
    font-size: 16px;
    line-height: 26px;
  }
}
.csrsection .csrimg {
  text-align: center;
}
@media (max-width: 1366px) {
  .csrsection .csrimg img {
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.csractivitysec.sectionPadding {
  padding-top: 0;
}
@media (max-width: 1199px) {
  .csractivitysec.sectionPadding {
    padding-top: 15px;
  }
}
.csractivitysec .csractivity p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .csractivitysec .csractivity p {
    font-size: 22px;
    line-height: 30px;
  }
}
.csractivitysec .csractivity ul li {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1366px) {
  .csractivitysec .csractivity ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .csractivitysec .csractivity ul li {
    margin-bottom: 20px;
  }
}

.csrmemberSec {
  background: #D9E9FB;
}
.csrmemberSec .membersContent .membertitle {
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .csrmemberSec .membersContent .membertitle {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.csrmemberSec .membersContent .csrbox {
  text-align: center;
}
@media (max-width: 1366px) {
  .csrmemberSec .membersContent .csrbox img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .csrmemberSec .membersContent .csrbox img {
    height: 200px;
  }
}
.csrmemberSec .membersContent .csrbox .membername {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .csrmemberSec .membersContent .csrbox .membername {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.csrmemberSec .membersContent .csrbox .memberPosition {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  max-width: 312px;
  margin: auto;
}
@media (max-width: 1366px) {
  .csrmemberSec .membersContent .csrbox .memberPosition {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .csrmemberSec .membersContent .csrbox {
    margin-bottom: 30px;
  }
}

.principlesec .principleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.principlesec .principleContent .principledetail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (max-width: 1366px) {
  .principlesec .principleContent .principledetail {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .principlesec .principleContent .principledetail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.principlesec .principleContent .principlelist {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.principlesec .principleContent .principlelist .principletitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .principlesec .principleContent .principlelist .principletitle {
    margin-bottom: 15px;
  }
}
.principlesec .principleContent .principlelist ul li {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.principlesec .principleContent .principlelist ul li:before {
  content: "";
  position: absolute;
  width: 12.5px;
  background: #000;
  height: 3px;
  left: 0;
  top: 15px;
}
@media (max-width: 1366px) {
  .principlesec .principleContent .principlelist ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .principlesec .principleContent .principlelist {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}

.csrjourneysec {
  background: #D0E6FF;
}
.csrjourneysec .sectionTitle {
  text-align: center;
  line-height: 70px;
}
@media (max-width: 1366px) {
  .csrjourneysec .sectionTitle {
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .environmentSec .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.environmentSec .environmentContent .environmentdetail {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 828px;
}
@media (max-width: 1366px) {
  .environmentSec .environmentContent .environmentdetail {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .environmentSec .environmentContent .environmentdetail {
    margin-bottom: 25px;
  }
}
.environmentSec .environmentContent p {
  font-weight: 500;
  max-width: 790px;
}
@media (max-width: 1366px) {
  .environmentSec .environmentContent p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}
.environmentSec .environmentimg {
  text-align: center;
}
@media (max-width: 1366px) {
  .environmentSec .environmentimg img {
    height: 285px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .environmentSec .environmentimg {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .figurefactsec .flex50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .figurefactsec .flex50 {
    width: 100%;
  }
}
.figurefactsec .facttitle {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1366px) {
  .figurefactsec .facttitle {
    font-size: 22px;
    line-height: 33px;
  }
}
.figurefactsec .conserved {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .figurefactsec .conserved {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.figurefactsec .factbox {
  background: #FFFFFF;
  -webkit-box-shadow: 10px 10px 20px #545050;
          box-shadow: 10px 10px 20px #545050;
  min-height: 390px;
  width: 189px;
  margin: auto;
  padding: 40px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.figurefactsec .factbox.mrg30 {
  margin-top: 30%;
}
@media (max-width: 1199px) {
  .figurefactsec .factbox.mrg30 {
    margin-top: 0;
  }
}
@media (max-width: 1366px) {
  .figurefactsec .factbox {
    padding: 30px 20px;
    min-height: 334px;
  }
}
@media (max-width: 1199px) {
  .figurefactsec .factbox {
    width: 250px;
    margin-bottom: 40px;
  }
}
.figurefactsec .factbox:before {
  position: absolute;
  content: "";
  background: url(../images/numberbg.png);
  background-repeat: no-repeat;
  width: 297px;
  height: 100px;
  background-size: cover;
  left: -68px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1366px) {
  .figurefactsec .factbox:before {
    width: 272px;
    background-size: contain;
    left: -45px;
  }
}
@media (max-width: 1199px) {
  .figurefactsec .factbox:before {
    width: 350px;
    background-size: cover;
    left: -60px;
  }
}
@media (max-width: 991px) {
  .figurefactsec .factbox:before {
    width: 330px;
    left: -50px;
  }
}
.figurefactsec .factbox:after {
  content: "";
  position: absolute;
  background: url(../images/numbergshadow.png);
  width: 104px;
  height: 81px;
  background-repeat: no-repeat;
  left: -37%;
  bottom: 0;
  top: 39%;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1366px) {
  .figurefactsec .factbox:after {
    left: -24%;
    top: 38%;
  }
}
@media (max-width: 1199px) {
  .figurefactsec .factbox:after {
    left: -24%;
    top: 43%;
  }
}
@media (max-width: 991px) {
  .figurefactsec .factbox:after {
    left: -20%;
  }
}
.figurefactsec .factbox img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 23px;
}
@media (max-width: 1366px) {
  .figurefactsec .factbox img {
    height: 70px;
  }
}
.figurefactsec .factbox .numbers span {
  position: relative;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .figurefactsec .factbox .numbers span {
    font-size: 35px;
    line-height: 45px;
  }
}
.figurefactsec .factbox p {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #000;
  margin-top: 23px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .figurefactsec .factbox p {
    font-size: 20px;
    line-height: 30px;
    min-height: 72px;
  }
}
@media (max-width: 1199px) {
  .figurefactsec .factbox p {
    font-size: 25px;
    line-height: 35px;
  }
}

.certifiediso {
  background: #D9E9FB;
}
.certifiediso .title, .certifiediso .subtitle {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .certifiediso .title, .certifiediso .subtitle {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .certifiediso .title, .certifiediso .subtitle {
    text-align: center;
    margin-bottom: 10px;
  }
}
.certifiediso .subtitle {
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .certifiediso .subtitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .certifiediso .subtitle {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .certifiediso .subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .certifiediso .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 1366px) {
  .certifiediso p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .certifiediso p {
    text-align: center;
  }
}
.certifiediso .isoimg {
  text-align: center;
}
@media (max-width: 1366px) {
  .certifiediso .isoimg img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sustainabilitysec .sustainabilityimg {
  text-align: center;
}
.sustainabilitysec .sustainabilityimg img {
  height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .sustainabilitysec .sustainabilityimg img {
    height: 260px;
  }
}
.sustainabilitysec .sustainabilitydetails .sustainabilitytitle {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 660px;
}
@media (max-width: 1366px) {
  .sustainabilitysec .sustainabilitydetails .sustainabilitytitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.sustainabilitysec .sustainabilitydetails p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 700px;
}
@media (max-width: 1366px) {
  .sustainabilitysec .sustainabilitydetails p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
}

.certificationsec.bgcolor {
  background: #E7F2FF;
}
.certificationsec .certificatedetails .certificatetitle {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1366px) {
  .certificationsec .certificatedetails .certificatetitle {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .certificationsec .certificatedetails .certificatetitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .certificationsec .certificatedetails .certificatetitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .certificationsec .certificatedetails .certificatetitle {
    font-size: 25px;
    line-height: 35px;
  }
}
.certificationsec .certificatedetails .certificatebox {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 15px;
  height: 462px;
}
.certificationsec .certificatedetails .certificatebox img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .certificationsec .certificatedetails .certificatebox img {
    height: 369px;
  }
}
@media (max-width: 1199px) {
  .certificationsec .certificatedetails .certificatebox img {
    height: 270px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1366px) {
  .certificationsec .certificatedetails .certificatebox {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .certificationsec .certificatedetails .certificatebox {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .certificationsec .certificatedetails .certificatebox {
    width: 230px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .certificationsec .certificatedetails .certificatebox {
    max-width: 235px;
    margin: auto;
  }
}
.certificationsec .certificatedetails .certificatename {
  font-size: 26px;
  line-height: 35px;
  margin-top: 26px;
  font-weight: 500;
  text-align: center;
  max-width: 324px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .certificationsec .certificatedetails .certificatename {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .certificationsec .certificatedetails .certificatename {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    max-width: 250px;
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .certificationsec .certificatedetails .certificatename {
    font-size: 18px;
    line-height: 28px;
    max-width: 250px;
    margin: 20px auto;
  }
}
.certificationsec .certificatedetails .certificatename span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.teamsec p {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .teamsec p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .teamsec p {
    text-align: center;
  }
}
.teamsec .teambox {
  text-align: center;
  margin-bottom: 60px;
}
.teamsec .teambox .membername {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .teamsec .teambox .membername {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.teamsec .teambox .memberposition {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  max-width: 312px;
  margin: auto;
}
@media (max-width: 1366px) {
  .teamsec .teambox .memberposition {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .teamsec .teambox .memberposition {
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .teamsec .teambox img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .teamsec .teambox {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .teamsec .teambox {
    margin-bottom: 30px;
  }
}

.newssec.sectionPadding {
  padding-top: 70px;
  padding-bottom: 40px;
}
.newssec .row.sectionPadding {
  padding-bottom: 0;
}
.newssec .newsbox {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  padding: 0 30px 30px 30px;
  margin-bottom: 25%;
}
.newssec .newsbox .newsimg {
  background: #E2EFFF;
  text-align: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newssec .newsbox .newsimg img {
  margin-top: -15%;
  background: #e2efff;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 35px;
  height: 400px;
}
@media (max-width: 1199px) {
  .newssec .newsbox .newsimg img {
    height: 300px;
    padding: 25px;
  }
}
.newssec .newsbox .newsdate span {
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background: #054694;
  padding: 7px 15px;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .newssec .newsbox .newsdate span {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 12px;
  }
}
.newssec .newsbox p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 344px;
}
@media (max-width: 1366px) {
  .newssec .newsbox p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 1199px) {
  .newssec .newsbox p {
    min-height: 96px;
  }
}
@media (max-width: 991px) {
  .newssec .newsbox p {
    min-height: auto;
  }
}
.newssec .newsbox a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #666666;
}
@media (max-width: 1366px) {
  .newssec .newsbox a {
    font-size: 16px;
  }
}
.newssec .newsbox a:hover {
  color: #000;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .newssec .newsbox {
    min-height: 545px;
  }
}
@media (max-width: 1199px) {
  .newssec .newsbox {
    min-height: 502px;
  }
}
@media (max-width: 991px) {
  .newssec .newsbox {
    min-height: 477px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .newssec .newsbox {
    max-width: 355px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.breadcrumSection.sectionPadding {
  padding-bottom: 0;
}

.newsdetail.sectionPadding {
  padding-top: 0;
}
.newsdetail .newsdetailimg {
  text-align: center;
}
.newsdetail .newsdetailimg img {
  height: 526px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .newsdetail .newsdetailimg img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .newsdetail .newsdetailimg {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetail .newsdetailimg {
    text-align: center;
  }
}
.newsdetail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsdetail ul li {
  position: relative;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.newsdetail ul li:before {
  content: "";
  position: absolute;
  counter-increment: section;
  content: counter(section) " ";
  left: 0;
}
@media (max-width: 1366px) {
  .newsdetail ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 27px;
  }
}
@media (max-width: 991px) {
  .newsdetail ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.newsdetail span {
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background: #054694;
  padding: 7px 15px;
  margin-bottom: 36px;
}
@media (max-width: 1366px) {
  .newsdetail span {
    margin-bottom: 20px;
  }
}
.newsdetail p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .newsdetail p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .newsdetail p {
    margin-bottom: 18px;
  }
}

.facilitysection.sectionPadding {
  padding-top: 20px;
}
.facilitysection.bottom0 {
  padding-bottom: 0;
}
.facilitysection .financesec .pdflist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facilitysection .financesec .pdflist .pdfbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  padding: 30px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #696969;
          box-shadow: 0px 10px 20px #696969;
  margin: 0 14px;
  margin-bottom: 20px;
}
.facilitysection .financesec .pdflist .pdfbox img {
  margin-bottom: 28px;
}
@media (max-width: 1366px) {
  .facilitysection .financesec .pdflist .pdfbox img {
    margin-bottom: 20px;
  }
}
.facilitysection .financesec .pdflist .pdfbox p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  max-width: 207px;
  margin: auto;
  margin-bottom: 28px;
  color: #000;
}
@media (max-width: 1366px) {
  .facilitysection .financesec .pdflist .pdfbox p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.facilitysection .financesec .pdflist .pdfbox .downloadbtn {
  border-top: 1px solid #000;
}
.facilitysection .financesec .pdflist .pdfbox .downloadbtn a {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 15px;
  display: inline-block;
}
.facilitysection .financesec .pdflist .pdfbox .downloadbtn a:hover {
  color: #054694;
}
@media (max-width: 1366px) {
  .facilitysection .financesec .pdflist .pdfbox .downloadbtn a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .facilitysection .financesec .pdflist .pdfbox {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .facilitysection .financesec .pdflist .pdfbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 991px) {
  .facilitysection .financesec .pdflist .pdfbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    max-width: 44%;
  }
}
@media (max-width: 480px) {
  .facilitysection .financesec .pdflist .pdfbox {
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.facilitysection .facilitydetail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facilitysection .facilitydetail ul li {
  margin-right: 15px;
}
.facilitysection .facilitydetail {
  margin-top: 15px !important;
}

.new_diversity {
  position: relative;
  z-index: 0;
}

.projectSection {
  position: relative;
}
.projectSection:before {
  content: "";
  position: absolute;
  background: #054694;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
  width: 700px;
  height: 400px;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1366px) {
  .projectSection:before {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 991px) {
  .projectSection:before {
    display: none;
  }
}
.projectSection .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .projectSection .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.projectSection .projectdetail .projectTitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .projectSection .projectdetail .projectTitle {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .projectSection .projectdetail .projectTitle {
    margin-bottom: 10px;
  }
}
.projectSection .projectdetail .projectDescription {
  font-size: 27px;
  line-height: 37px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .projectSection .projectdetail .projectDescription {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .projectSection .projectdetail .projectDescription {
    font-size: 18px;
  }
}
.projectSection .projectdetail .keyframes {
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .projectSection .projectdetail .keyframes {
    margin-bottom: 20px;
  }
}
.projectSection .projectdetail .keyframes p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .projectSection .projectdetail .keyframes p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.projectSection .projectdetail .keyframes ul li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.projectSection .projectdetail .keyframes ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000;
  left: 0;
  top: 15px;
}
@media (max-width: 1366px) {
  .projectSection .projectdetail .keyframes ul li:before {
    top: 12px;
    width: 10px;
  }
}
@media (max-width: 1366px) {
  .projectSection .projectdetail .keyframes ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .projectSection .projectdetail .keyframes ul li {
    margin-bottom: 5px;
  }
}
.projectSection .projectdetail .keyframes ul.keyprocess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectSection .projectdetail .keyframes ul.keyprocess li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .projectSection .projectdetail .keyframes ul.keyprocess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.projectSection .projectimg img {
  height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1366px) {
  .projectSection .projectimg img {
    height: 410px;
  }
}
@media (max-width: 575px) {
  .projectSection .projectimg img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .projectSection .projectimg {
    margin-bottom: 30px;
  }
}
.projectSection .backbtn {
  text-align: end;
  margin-bottom: 15px;
}
.projectSection .backbtn .fnt18 {
  min-width: 120px;
}
.projectSection .backbtn a i {
  margin-right: 20px;
}
.projectSection .backbtn .whiteBtn {
  padding: 8px 16px;
}
@media (max-width: 991px) {
  .projectSection .backbtn .whiteBtn {
    display: none;
  }
}
.projectSection .backbtn .blueBtn {
  display: none;
}
@media (max-width: 991px) {
  .projectSection .backbtn .blueBtn {
    display: inline-block;
  }
}

.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item .accordion-button {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  background: #054694;
  color: #fff;
}
@media (max-width: 1366px) {
  .accordion .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion .accordion-item .accordion-button.collapsed {
  background: #E2EFFF;
  color: #000;
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-button::after {
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0);
          transform: matrix(0, 1, 1, 0, 0, 0);
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  background: url(../images/whitearrow.png) !important;
  width: 2.25rem;
  background-repeat: no-repeat;
  height: 2.25rem;
}
@media (max-width: 1366px) {
  .accordion .accordion-item .accordion-button:not(.collapsed):after {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-button {
    text-align: left;
  }
}
.accordion .accordion-item .accordion-body {
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.accordion .accordion-item .accordion-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.accordion .accordion-item .accordion-body ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  margin-right: 28px;
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-body ul li img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1366px) {
  .accordion .accordion-item .accordion-body ul li {
    margin-right: 20px;
  }
}
@media (max-width: 1366px) {
  .accordion .accordion-item .accordion-body ul li p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-body ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    margin-right: 14px;
  }
}
@media (max-width: 480px) {
  .accordion .accordion-item .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.accordion .accordion-item .accordion-collapse.show {
  background: #054694;
  color: #fff;
}

.environmentexcellence_new .accordion {
  margin-top: -19px;
}
.environmentexcellence_new .accordion .accordion-item {
  background: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.002);
}
.environmentexcellence_new .accordion .accordion-item:last-child {
  border: none;
}
.environmentexcellence_new .accordion .accordion-item .accordion-button {
  background: none;
  border: none;
  padding: 19px 0px 15px 60px;
  position: relative;
  font-weight: 400;
  margin: 0px;
}
.environmentexcellence_new .accordion .accordion-item .accordion-button::after {
  display: none;
}
.environmentexcellence_new .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 35px;
  width: 25px;
  height: 2px;
  background: #fff;
}
.environmentexcellence_new .accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.environmentexcellence_new .accordion .accordion-item .accordion-button.collapsed {
  color: #fff;
}
.environmentexcellence_new .accordion .accordion-item .accordion-collapse.show {
  background: none;
}
.environmentexcellence_new .accordion .accordion-item .accordion-body {
  padding: 8px 0px 12px 60px;
  margin: 0px;
}
.environmentexcellence_new .accordion .accordion-item .accordion-body p {
  border: none !important;
}
.environmentexcellence_new .accordion .accordion-item .accordion-body p:last-child {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1680px) {
  .environmentexcellence_new .environmentinfo .environmenttitle {
    font-size: 28px;
    line-height: 1.3;
    min-height: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button {
    padding-left: 52px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button::before {
    width: 40px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body {
    padding-left: 52px;
    padding-top: 0px;
  }
}
@media (max-width: 1600px) {
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button {
    font-size: 23px;
    padding-left: 45px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button::before {
    width: 30px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body {
    padding-left: 45px;
  }
}
@media (max-width: 1366px) {
  .environmentexcellence_new .environmentinfo .environmenttitle {
    font-size: 23px;
    line-height: 1.3;
    min-height: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .environmentexcellence_new .environmentinfo p {
    font-size: 16px;
    line-height: 24px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion {
    margin-top: 0px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button {
    padding: 10px 0px 8px 40px;
    font-size: 20px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button::before {
    width: 26px;
    top: 26px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body {
    padding-left: 40px;
    padding-top: 5px;
  }
}
@media (max-width: 1199px) {
  .environmentexcellence_new .tranfernt_accodint .accordion {
    margin-top: 0px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button {
    padding: 10px 0px 8px 30px;
    font-size: 18px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button::before {
    width: 20px;
    top: 26px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body {
    padding-left: 30px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .environmentexcellence_new .environmentinfo .environmenttitle {
    font-size: 21px;
    line-height: 1.3;
    min-height: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .environmentexcellence_new .environmentinfo p {
    font-size: 16px;
    line-height: 21px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion {
    margin-top: 0px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button {
    padding: 7px 0px 5px 25px;
    font-size: 20px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button::before {
    width: 15px;
    top: 21px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body {
    padding-left: 25px;
    padding-top: 5px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 450px) {
  .environmentexcellence_new .environmentinfo .environmenttitle {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion {
    margin-top: 0px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button {
    padding: 7px 0px 5px 20px;
    font-size: 18px;
    line-height: 1.2;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-button::before {
    width: 12px;
    top: 16px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body {
    padding-left: 20px;
    padding-top: 5px;
  }
  .environmentexcellence_new .tranfernt_accodint .accordion .accordion-item .accordion-body p {
    font-size: 15x;
    line-height: 1.3;
  }
}

.paddBox {
  padding: 20px;
  text-align: center;
  margin: 10px 0px;
}
.paddBox .fnt26 {
  margin-bottom: 20px;
}
.paddBox .btn_area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  background: #231F20;
  padding: 70px 0 50px 0;
}
.footer .container {
  max-width: 1200px;
}
.footer .topFooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.footer .topFooter ul li {
  text-align: center;
}
.footer .topFooter ul li i {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .topFooter ul li p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.footer .topFooter ul li p a {
  color: #fff;
}
.footer .topFooter ul li p a:hover {
  color: #5E99E0;
}
@media (max-width: 1366px) {
  .footer .topFooter ul {
    padding: 0px 40px 25px 40px;
  }
  .footer .topFooter ul li i {
    margin-bottom: 8px;
  }
  .footer .topFooter ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .footer .topFooter ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .footer .topFooter ul {
    padding: 0;
    padding-bottom: 30px;
  }
  .footer .topFooter ul li p {
    font-size: 12px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .footer .topFooter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
  .footer .topFooter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .topFooter ul li:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer .topFooter ul li p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer .topFooter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer .topFooter ul li i {
    margin-bottom: 5px;
  }
  .footer .topFooter ul li:last-child {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
  }
}
.footer .bottomFooter {
  margin-top: 40px;
}
.footer .bottomFooter .copyright {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .bottomFooter .copyright img {
  padding-right: 10px;
}
.footer .bottomFooter .copyright.designby img {
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 1366px) {
  .footer .bottomFooter .copyright {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .footer .bottomFooter .copyright {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
  }
  .footer .bottomFooter .copyright img {
    padding-right: 5px;
  }
}
@media (max-width: 575px) {
  .footer .bottomFooter .copyright.name img {
    max-width: 20px;
  }
}
.footer .bottomFooter .footLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.footer .bottomFooter .footLinks li {
  margin: 0 12px;
}
.footer .bottomFooter .footLinks li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.footer .bottomFooter .footLinks li:hover a, .footer .bottomFooter .footLinks li.active a {
  color: #5E99E0;
}
@media (max-width: 1366px) {
  .footer .bottomFooter .footLinks li {
    margin: 0 15px;
  }
  .footer .bottomFooter .footLinks li a {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .footer .bottomFooter .footLinks {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .bottomFooter .footLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .bottomFooter .footLinks li {
    margin: 0 22px 10px;
  }
}
@media (max-width: 767px) {
  .footer .bottomFooter .footLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .footer .bottomFooter .footLinks li a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .footer .bottomFooter .footLinks {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.footer .bottomFooter .socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.footer .bottomFooter .socialLinks li {
  margin: 0 10px;
}
@media (max-width: 1366px) {
  .footer .bottomFooter {
    margin-top: 20px;
  }
  .footer .bottomFooter .socialLinks {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .footer .bottomFooter {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 1366px) {
  .footer {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0px;
  }
}

.sidebar .india {
  margin-bottom: 15px;
}
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 45%;
  right: 1px;
  z-index: 3;
}
.sidebar a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #004D8F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  z-index: 9;
  margin-bottom: 15px;
  padding: 15px 10px;
}
.sidebar a:hover {
  background: #FD6A02;
}
.sidebar a .fa-linkedin {
  font-size: 35px;
}
@media (max-width: 1366px) {
  .sidebar a {
    width: 45px;
    height: 45px;
    padding: 7px;
    margin-bottom: 15px;
  }
  .sidebar a img {
    max-width: 22px;
    margin: 0 auto;
  }
  .sidebar a .fa-linkedin {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-bottom: 10px;
  }
  .sidebar a {
    width: 60px;
    height: 60px;
  }
  .sidebar a img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .sidebar a {
    width: 45px;
    height: 45px;
  }
  .sidebar a img {
    max-width: 25px;
  }
  .sidebar a .fa-linkedin {
    font-size: 25px;
  }
}

.teamModalBox {
  max-width: 80% !important;
  min-width: 80%;
}
.teamModalBox.fancybox-content {
  padding: 10px 25px;
  max-height: 500px;
  min-height: 500px;
}
.teamModalBox.fancybox-content ::-webkit-scrollbar {
  width: 10px !important;
}
.teamModalBox.fancybox-content {
  /* Track */
}
.teamModalBox.fancybox-content ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
.teamModalBox.fancybox-content {
  /* Handle */
}
.teamModalBox.fancybox-content ::-webkit-scrollbar-thumb {
  background: #888 !important;
}
.teamModalBox.fancybox-content {
  /* Handle on hover */
}
.teamModalBox.fancybox-content ::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}
@media (max-width: 991px) {
  .teamModalBox.fancybox-content .memberImg {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .teamModalBox.fancybox-content .memberImg {
    max-width: 180px;
  }
}
.teamModalBox .modal-header {
  padding: 15px !important;
}
.teamModalBox .modal-content, .teamModalBox .modal-header {
  border: none;
}
.teamModalBox .modal-content .memberImg img, .teamModalBox .modal-header .memberImg img {
  width: 100%;
}
.teamModalBox .modal-content .font22, .teamModalBox .modal-header .font22 {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.teamModalBox .modal-content ul, .teamModalBox .modal-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teamModalBox .modal-content ul li, .teamModalBox .modal-header ul li {
  padding-bottom: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 575px) {
  .teamModalBox .modal-content ul li, .teamModalBox .modal-header ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.teamModalBox .font22 {
  font-size: 23px;
  line-height: 29px;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  .teamModalBox .font22 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  .teamModalBox {
    max-width: 80% !important;
  }
}
@media (max-width: 991px) {
  .teamModalBox {
    max-width: 85% !important;
  }
  .teamModalBox .font22 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .teamModalBox .modal-content .memberImg {
    padding-bottom: 15px;
  }
}

.teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
  left: 160px !important;
  padding: 10px 5px 10px 6px !important;
}
.teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
  right: 160px !important;
  padding: 10px 5px 10px 6px !important;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 120px !important;
    padding: 10px 5px 10px 6px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 120px !important;
    padding: 10px 5px 10px 6px !important;
  }
}
@media (max-width: 1366px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 116px !important;
    padding: 10px 5px 10px 6px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 116px !important;
    padding: 10px 5px 10px 6px !important;
  }
}
@media (max-width: 1199px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 100px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 100px !important;
  }
}
@media (max-width: 991px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 55px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 55px !important;
  }
}
@media (max-width: 767px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 39px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 39px !important;
  }
}
@media (max-width: 575px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 24px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 24px !important;
  }
}
@media (max-width: 380px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left {
    left: 18px !important;
  }
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right {
    right: 18px !important;
  }
}

.teamClass .fancybox-inner .fancybox-navigation .fancybox-button div {
  padding: 2px;
}

.teamClass .fancybox-inner .fancybox-navigation .fancybox-button {
  background-clip: inherit !important;
  color: #fff;
  top: calc(50% - 30px);
  background: rgba(6, 64, 150, 0.7490196078);
  width: 65px !important;
  height: 65px !important;
  border-radius: 100% !important;
}
@media (max-width: 1366px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 380px) {
  .teamClass .fancybox-inner .fancybox-navigation .fancybox-button {
    width: 40px !important;
    height: 40px !important;
  }
}

.teamClass .fancybox-thumbs {
  background: transparent;
  bottom: 20px;
  top: auto;
  left: 0;
  right: 0;
  overflow: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .teamClass .fancybox-thumbs {
    bottom: 5%;
  }
}
@media (max-width: 1366px) {
  .teamClass .fancybox-thumbs {
    bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .teamClass .fancybox-thumbs {
    display: none !important;
  }
}

.teamClass .fancybox-inner {
  width: 100%;
}

.teamClass .fancybox-thumbs__list a {
  background-image: none !important;
  background: #9f9f9f;
  margin: 0px 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .teamClass .fancybox-thumbs__list a {
    width: 12px;
    height: 12px;
    background: #9f9f9f;
  }
}
@media (max-width: 1366px) {
  .teamClass .fancybox-thumbs__list a {
    width: 12px;
    height: 12px;
    background: #9f9f9f;
    border: 0px;
  }
}

.teamClass .fancybox-thumbs__list a::before {
  border: 0px;
  background: #064096;
  border-radius: 50%;
}

.modal-content .modal-header {
  padding: 15px 30px;
}
.modal-content .modal-header .modal-title {
  font-size: 35px;
  color: #064096 !important;
}
.modal-content .modal-header .modal-title.applynow {
  color: #fff !important;
}
@media (max-width: 1366px) {
  .modal-content .modal-header .modal-title {
    font-size: 25px;
  }
}

.apply .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-body .form-group {
  margin-bottom: 22px;
}

.modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.teamModalBox .modal-content .modal-body .modal-header {
  padding-left: 0 !important;
}

.fileBox {
  margin: 8px 0px;
  background: #F5F5F5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.fileBox .font18 {
  font-size: 18px !important;
  min-height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px !important;
  padding-left: 10px;
  font-weight: inherit !important;
  max-width: 500px;
  color: #000;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .fileBox .fileName {
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .fileBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .fileBox .fileName {
    max-width: 75%;
  }
}
@media (max-width: 575px) {
  .fileBox .fileName {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .fileBox img {
    width: 25px;
  }
}
.comman_accordion .accordion-body .fileBox .linkImg .img {
  width: 42px;
}

.fileBox .fileName {
  max-width: 80%;
}
@media (max-width: 1199px) {
  .fileBox .fileName {
    max-width: 75%;
  }
}
.fileBox .img.linkImg img {
  width: 42px;
}
@media (max-width: 575px) {
  .fileBox .img.linkImg img {
    width: 30px;
  }
}

.financeSection .downloadBtn {
  position: absolute;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004D8F;
  padding: 12px 13px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .financeSection .downloadBtn .downloadBtn {
    padding: 10px 12px;
  }
  .financeSection .downloadBtn .downloadBtn img {
    max-width: 25px;
  }
}
.financeSection.paddingB {
  padding-bottom: 0;
}
.financeSection.healthsec .sustainanbilitydetailpage h1 {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 1199px) {
  .financeSection.healthsec .sustainanbilitydetailpage h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.financeSection.healthsec .sustainanbilitydetailpage p {
  text-align: left;
  color: #000;
  font-style: inherit;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .financeSection.healthsec .sustainanbilitydetailpage {
    margin-top: 20px;
  }
}
.financeSection.healthsec .tablesec table {
  background: #064096;
  color: #fff;
}
.financeSection.healthsec .tablesec table tr td {
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
}
.financeSection.healthsec .tablesection.sectionPadding {
  padding-bottom: 0;
}
.financeSection.healthsec .tablesection img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .financeSection.healthsec .tablesection h1 {
    margin-top: 20px;
  }
}
.financeSection .financeResult .pageWrap {
  border: 0px !important;
}
.financeSection .financeResult ul {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.financeSection .financeResult ul li {
  padding: 10px 15px;
  -webkit-transition: ease-in-out 350ms;
  transition: ease-in-out 350ms;
  border: 0px !important;
  background: #edebeb;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 17px;
}
.financeSection .financeResult ul li a {
  font-size: 28px;
  line-height: 36px;
  color: #707070;
}
.financeSection .financeResult ul li.active a, .financeSection .financeResult ul li:hover a {
  color: #fff;
}
@media (max-width: 991px) {
  .financeSection .financeResult ul li.active a, .financeSection .financeResult ul li:hover a {
    color: #054694;
  }
}
.financeSection .financeResult ul li.active {
  background-color: #054694;
}
@media (max-width: 991px) {
  .financeSection .financeResult ul li.active {
    background: none;
  }
}
.financeSection .financeResult ul li:hover {
  background-color: #054694;
}
@media (max-width: 991px) {
  .financeSection .financeResult ul li {
    background: none;
  }
}
@media (max-width: 1366px) {
  .financeSection .financeResult ul li {
    padding: 10px 10px;
  }
  .financeSection .financeResult ul li a {
    font-size: 18px;
    line-height: 24px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .financeSection .financeResult ul {
    margin-bottom: 0px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .financeSection .financeResult ul li a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .financeSection .financeResult ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .financeSection .financeResult ul li {
    padding: 0px 15px;
  }
}
@media (max-width: 575px) {
  .financeSection .financeResult ul li a {
    padding: 10px 0px;
  }
}
@media (max-width: 380px) {
  .financeSection .financeResult ul li {
    padding: 0px 5px;
  }
  .financeSection .financeResult ul li a {
    font-size: 21px;
  }
}
.financeSection .bgBlue {
  background: #064096;
}
.financeSection .annualResultSection {
  max-width: 1200px;
  margin: 0 auto;
}
.financeSection .annualResultSection.annualMgbottom {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .financeSection .annualResultSection .fileBox {
    margin-bottom: 10px;
  }
}
.financeSection .accordion-button {
  font-size: 25px;
  line-height: 28px;
}
.financeSection .sustainanbilitydetailpage p {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  font-style: italic;
  color: #054694;
}
.financeSection .sustainanbilitydetailpage .environmentdetail .environmentinfo p {
  font-size: 25px;
  line-height: 35px;
  font-style: inherit;
  text-align: left;
  color: #000;
}
@media (max-width: 1366px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentinfo p {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentinfo {
    margin-top: 30px;
  }
}
.financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .col-lg-3 {
    width: 50%;
  }
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .col-lg-3 .environmentalbox {
    margin-bottom: 20px;
  }
}
.financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox {
  padding: 40px;
  -webkit-box-shadow: 0px 5px 25px rgba(75, 76, 77, 0.23);
          box-shadow: 0px 5px 25px rgba(75, 76, 77, 0.23);
  background: #fff;
}
.financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox .environmentaltitle {
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  font-style: inherit;
  text-align: left;
  margin-top: 33px;
}
@media (max-width: 1366px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox .environmentaltitle {
    padding-bottom: 10px;
  }
}
.financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: left;
  font-style: inherit;
  text-align: justify;
}
@media (max-width: 1366px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .environmentalbox {
    min-height: inherit;
  }
}
.financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .mrg50 {
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .financeSection .sustainanbilitydetailpage .environmentdetail .environmentalsec .mrg50 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .financeSection .financeResult .container {
    padding: 0px;
  }
  .financeSection .financeResult .row-offcanvas .d-lg-none {
    display: none;
  }
  .financeSection .financeResult .sidebar-offcanvas .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .financeSection .financeResult .sidebar-offcanvas .accordion li {
    background: #edebeb;
    border-radius: 10px;
    margin: 0px 5px 10px 5px;
    padding: 7px 10px;
  }
  .financeSection .financeResult .sidebar-offcanvas .accordion li a {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
  }
}
@media (max-width: 480px) {
  .financeSection .financeResult .sidebar-offcanvas .accordion {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .financeSection .financeResult .sidebar-offcanvas .accordion li {
    width: 47%;
    padding: 3px 7px;
  }
  .financeSection .financeResult .sidebar-offcanvas .accordion li a {
    font-size: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (max-width: 360px) {
  .financeSection .financeResult .sidebar-offcanvas .accordion li {
    width: 46%;
  }
  .financeSection .financeResult .sidebar-offcanvas .accordion li a {
    font-size: 14px;
  }
}

.accordion-body .marginhtopnone {
  margin-top: 0px !important;
}
.accordion-body .flexcolumn .img_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .accordion-body .flexcolumn .img_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
}
.accordion-body .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px -15px;
}
@media (max-width: 767px) {
  .accordion-body .img_list.width3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .accordion-body .img_list.width3 li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .accordion-body .img_list.width3 li {
    width: 100%;
  }
}
.accordion-body .img_list li {
  padding: 0px 15px;
  margin-bottom: 15px;
}
.accordion-body .maxwidth300 {
  max-width: 600px;
}
.accordion-body .margin_comman {
  margin-top: 50px;
}
.accordion-body .margin_comman.mrg0 {
  margin-top: 0 !important;
}

#toTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(5, 70, 148, 0.008);
  color: #fff;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 16px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  font-size: 26px;
  line-height: 26px;
  z-index: 9999;
}
#toTop:hover {
  background: #054694;
  color: #fff;
}

.width100 {
  width: 100%;
  max-width: 100% !important;
}
.width100 .font18 {
  width: 100%;
  max-width: 100% !important;
}
.width100 ul li {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.width100 ul li .font18 {
  min-height: inherit;
}
.width100 ul li {
  border-bottom: 0px;
}

.breadcrums.sectionPadding {
  padding-bottom: 0;
}
.breadcrums .container-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .breadcrums .row-offcanvas.active .btn-primary {
    margin-left: 5%;
  }
}
.breadcrums .row-offcanvas.active .left_side {
  margin-top: 8%;
}
.breadcrums .row-offcanvas.active .left_side ul li {
  margin-bottom: 10px;
}
.breadcrums .row-offcanvas .btn-primary {
  margin-bottom: 0 !important;
  margin-left: 13%;
}
@media (max-width: 575px) {
  .breadcrums .row-offcanvas .btn-primary {
    margin-left: 0;
  }
}
.breadcrums .row-offcanvas p {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .breadcrums .row-offcanvas p {
    margin-top: 30px;
  }
}
.breadcrums .row-offcanvas .left_side {
  background: -webkit-gradient(linear, left top, right top, from(#054694), to(#5BD282));
  background: linear-gradient(90deg, #054694 0%, #5BD282 100%);
  padding: 30px;
}
.breadcrums .row-offcanvas .left_side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .breadcrums .row-offcanvas .left_side ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.breadcrums .row-offcanvas .left_side ul li a {
  color: white;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1366px) {
  .breadcrums .row-offcanvas .left_side ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .breadcrums .row-offcanvas .left_side ul li a {
    font-size: 13px;
    line-height: 23px;
  }
}
.breadcrums .row-offcanvas .left_side ul li.active a {
  border-bottom: 2px solid #fff !important;
  padding-bottom: 5px;
}
@media (max-width: 1366px) {
  .breadcrums .row-offcanvas .left_side {
    padding: 15px;
  }
}
.breadcrums .breadcrumb {
  padding: revert;
  margin-bottom: 0;
}
.breadcrums .breadcrumb.strengthsec .breadcrumb-item a {
  width: 175px;
}
.breadcrums .breadcrumb.sustainabilitymenu {
  background: -webkit-gradient(linear, left top, right top, from(#054694), to(#5BD282));
  background: linear-gradient(90deg, #054694 0%, #5BD282 100%);
}
.breadcrums .breadcrumb.sustainabilitymenu .breadcrumb-item {
  background: none !important;
}
.breadcrums .breadcrumb.sustainabilitymenu .breadcrumb-item a {
  background: none;
}
.breadcrums .breadcrumb .breadcrumb-item {
  float: right;
  padding: 5px;
  border-radius: 50px;
  position: relative;
  margin-left: -50px;
  margin-top: 3px;
  background: #fff5e6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrums .breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrums .breadcrumb .breadcrumb-item.active a {
  background: #FD6A02;
}
.breadcrums .breadcrumb .breadcrumb-item:hover a {
  background: #FD6A02;
}
.breadcrums .breadcrumb .breadcrumb-item a {
  overflow: hidden;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  width: 215px;
  color: #fff;
  background: #004d8e;
  text-align: left;
  display: block;
  padding: 8px;
  padding-left: 26px;
}/*# sourceMappingURL=style.css.map */