.topMenu a {
  display: block;
  padding: 0.3125rem 0.25rem;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none !important;
}

section {
  padding: 80px 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-40 {
  padding: 40px 24px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.mainHeading {
  color: #fff;
  font-size: 72px;
  letter-spacing: -2.52px;
  padding-top: 60px;
  font-weight: 300;
  text-shadow: 0px 1px 4px #00000099;
  margin: 0;
}

.secHeading {
  font-size: 49px;
  color: #000;
  line-height: 54px;
  margin: 0;
  font-weight: 300;
}

.btn-1 {
  background: radial-gradient(circle, #1b1464, #034ea2, #1b1464, #034ea2);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  /* background-color: #034EA2; */
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  transition: 0.3s all;
  /* border: 2px solid #034EA2; */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.btn-1:hover {
  box-shadow: 0px 5px 8px 1px #00000070;
  background-color: #fff;
  background: #fff !important;
  /* border: 2px solid #034EA2; */
  color: #034ea2;
}

.btn-2 {
  /* background-color: #fff; */
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
  vertical-align: middle;
  transition: 0.3s all;
  border: 2px solid #034ea2;
  color: #034ea2;
}

.btn-2:hover {
  background: radial-gradient(circle, #1b1464, #034ea2, #1b1464, #034ea2);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  box-shadow: 0px 5px 8px 1px #00000070;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.extraWidth {
  width: 790px !important;
}

.registerSec .btnwrp a:hover img {
  filter: invert(18%) sepia(97%) saturate(1921%) hue-rotate(94deg) brightness(17%) contrast(98%);
}

header {
  transition: 0.5s all;
}

header .upr-header {
  border-bottom: 1px solid #fff3;
  padding: 0 0 10px 0;
  align-items: center;
}

header .logowrp {
  padding: 0px 0 0 60px ;
}

.social-media ul {
  margin-right: 0px !important;
}

header .nav-links form {
  position: relative;
}

.lang-dropddown {
  display: block !important;
  margin: 0 !important;
}

.lang-dropddown li {}

.eng-lang {
  padding-left: 0 !important;
}

.extra-class {
  min-width: 0 !important;
}

header .nav-links form input::placeholder {
  color: #fff;
}

header .nav-links form a {
  position: absolute;
  top: -2px;
  right: 20px;
}

/* header:hover .nav-links form input {
    border: 1px solid #949494;
} */

header:hover input::placeholder {
  color: #949494 !important;
}

header:hover .nav-links ul li a {
  color: #000;
}

/* header:hover .lower-header ul li a {
    color: #000;
} */

header:hover .nav-links form a span {
  color: #000;
}

header .nav-links form a span {
  color: #fff;
}

header .nav-links {
  text-align: right;
  display: block;
  float: right;
  height: 100%;
  width: 100%;
  /* padding: 8px 60px 0 0; */
  /* padding: 8px 0px 0 0; */
  display: flex;
  align-items: center;
  justify-content: end;
}

.MainParent>a.active {
  border-bottom: 2px solid #034ea2;
}

header .nav-links ul {
  display: inline-flex;
  /* margin: 30px 60px 0px 0px; */
  padding-right: 10px;
  padding-left: 5px;
}

.uk-navbar-item .uk-search-navbar .uk-search-input {
  height: 40px;
  background: 0 0;
  font-size: 1.5rem;
  position: absolute;
  width: 380px;
  left: -230px;
  top: -20px;
  border: 1px solid #eee;
  /* border-right: none; */
  color: #000 !important;
  font-size: 17px;
  font-weight: 400;
  background: #fff;
  padding-left: 15px;
}

.uk-navbar-item .uk-search-navbar input::placeholder {
  color: #000 !important;
}

ul.languages {
  margin: 0;
}

.searchDropdown {
  width: 400px !important;
}

.searchDropdown input {
  padding: 5px 10px;
  border: 1px solid #949494;
  font-size: 16px !important;
}

header .nav-links ul li {}

header .nav-links ul li {
  list-style: none;
  margin: 0px 0px 0 30px;
}

header .nav-links ul li a {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
}

header .nav-links ul li a span {
  margin: 0px 5px 0px 0px;
}

header .nav-links ul li a:hover {
  text-decoration: none;
}

header .lower-header {
  padding: 30px 0;
}

header .lower-header ul {
  padding: 0 0px 0 0;
  display: flex;
}

/* header .lower-header ul:before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #ededed;
    bottom: 0px;

} */
header .lower-header ul li {
  list-style: none;
  /* margin: 0 30px 0 0px; */
  padding: 0px 30px 0px 0px;
}

header .lower-header ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.MainParent>a:hover {
  border-bottom: 2px solid #034ea2;
}

header .lower-header ul li a:hover {
  text-decoration: none;
}

header .lower-header ul li .dropdown {
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 450px;
  display: none;
}

header .lower-header ul li .dropdown li {
  border-bottom: 1px solid #eee;
  padding: 6px 5px 3px 5px !important;
  margin: 0 40px 0 0px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 34%;
}

header .lower-header ul li .dropdown.Investors li {
  border-bottom: 1px solid #eee;
  padding: 6px 5px 3px 5px !important;
  margin: 0 22px 0 0px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 35%;
}

header .lower-header ul li .dropdown li:hover::after {
  width: 100% !important;
}

header .lower-header ul li .dropdown li::after {
  content: "";
  height: 1px;
  background-color: #034ea2;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  transition: all 0.5s ease;
}

header .lower-header ul li .dropdown li a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  width: 100%;
  display: block;
}

header .lower-header ul li:hover>.dropdown {
  display: block;
  transition: 0.5s all ease-in-out;
}

.dropdown .drop-content {
  padding: 60px 0px;
  width: 64%;
  margin: 0 auto;
  position: relative;
}

.dropdown .drop-content img {
  width: 132px;
  background: #ddd;
  height: 132px;
  margin-top: 9px;
}

.dropdown .drop-content .content {}

.dropdown .drop-content .content h2 {
  width: 100%;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 5px;
  color: #034ea2;
}

.dropdown .drop-content .content h2 p {
  margin: 0;
}

.dropdown .drop-content .content a {
  margin: 0px 0 0px 0;
  font-size: 18px;
  color: #000;
}

.dropdown .drop-content .content a span {
  background: #1249d6;
  color: #fff;
  height: 20px;
  width: 20px;
  padding: 3px;
  border-radius: 50%;
}

.drop-content a span {
  background: #1249d6;
  color: #fff;
  height: 20px;
  width: 20px;
  padding: 3px;
  border-radius: 50%;
}

.dropdown .drop-content ul {
  padding: 0;
  display: block;
}

ul.new-dropdown-child li:after {
    display: none;
}
.new-dropdown-parent .new-dropdown-child{}
.new-dropdown-parent .new-dropdown-child li{
    width: 100% !important;
    border-bottom: none !important;}



.new-dropdown-child {
    display: none !important;
    position: absolute;
    background: white;
    padding: 10px;
    list-style: none;
    z-index: 1000;
}

/* Show dropdown on hover */
.new-dropdown-parent:hover .new-dropdown-child {
    display: block!important;
      margin: 0 0 0 30px!important;
      background: transparent!important;
}

.new-dropdown-child li{
list-style: disc !important;
}




.home-banner {
  position: relative;
}

.home-banner .banner-video {
  position: relative;
  border: unset !important;
  height: 100%;
}

.home-banner .banner-video video {
  width: 100%;
}

.custom-play-button {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgb(255 255 255);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-play-button:hover {
  background: rgba(255, 255, 255, 0.7);
}

.journey-sec .txtwrp {
  text-align: center;
}

.journey-sec .txtwrp h2 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -1.32px;
  color: #034ea2;
}

.journey-sec .txtwrp p {
  width: 900px;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: -0.41px;
  color: #000;
}

.impact-sec .txtwrp {}

.impact-sec .txtwrp p {
  font-size: 24px;
  color: #fff;
  margin: 0 0 60px 0;
  width: 927px;
  font-weight: 300;
  letter-spacing: -0.51px;
  line-height: 36px;
}

.plant.six {
  position: absolute;
  top: 32% !important;
  left: 34.5% !important;
}

.impact-sec .number {
  border-bottom: 1px solid #fff;
  padding: 0px 0 10px;
}

.impact-sec .number h2 {
  font-size: 44px !important;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.impact-sec .number h2 span {
  font-size: 42px;
}

.impact-sec .num-content {
  padding: 10px 0 0 0;
}

.impact-sec .num-content p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.responsibly-sec {
  padding: 120px 0;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
}

.responsibly-sec .main-box {}

.responsibly-sec .main-box .imgwrp {
  position: relative;
}

.responsibly-sec .main-box .imgwrp img {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.responsibly-sec .main-box .txtwrp {
  padding: 240px 0 0 30px;
}

.responsibly-sec .main-box .txtwrp h2 {
  color: #fff;
  font-size: 46px;
}

.responsibly-sec .main-box .txtwrp p {
  color: #fff;
  font-size: 16px;
}

.responsibly-sec .main-box .btnwrp {
  padding: 30px 0 0 30px;
}

.updateSlider .uk-slider.uk-slider-container {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 0px #e6e6e6;
}

.responsibly-sec .main-box .btnwrp a:hover {
  text-decoration: none;
  color: #868589;
  transition: 1s;
}

.box-img-2 {
  height: 561px;
}

.txtwrp-2 {
  padding: 205px 0 0 30px;
  width: 520px;
}

.txtwrp-2 h2 {
  font-size: 46px;
  color: #fff;
}

.txtwrp-2 p {
  color: #fff;
}

.team-sec {
  background: #f5f5f5;
}

/* .imgwrp img {
    width: 85%;
    margin: 0 auto;
    display: block;
} */

.team-sec .txtwrp h2 {
  font-size: 44px;
  color: #000000ed;
  font-weight: 300;
  /* text-transform: capitalize; */
  letter-spacing: 0.2px;
  line-height: 52.8px;
}

.team-sec .txtwrp p {
  color: #000;
  width: 364px;
  font-size: 17px;
}

.team-sec .btnwrp {
  margin: 40px 0 0 0;
}

.team-sec .btnwrp a:hover {
  text-decoration: none;
  color: #fff;
}

.itembusiness1.active h3 {
  color: #fff !important;
}

.people-sec {
  padding: 20px 0;
  background-image: url(../images/people.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
  background-attachment: fixed;
}

.people-sec .txtwrp h2 {
  font-size: 49px;
  font-weight: 300;
  color: #ffffff;
}

.people-sec .txtwrp p {
  font-size: 17px;
  width: 424px;
  color: #fff;
}

.people-sec ul {
  list-style: disc;
  padding-left: 0;
  color: #fff;
}

.people-sec ul li a {
  color: #e8e6eb;
  font-size: 17px;
  line-height: 32px;
}

.people-sec ul li a:hover {
  color: #9b9a9d !important;
}

.peopleAlign {
  align-items: center;
  height: 100%;
}

.peopleOur-sec {
  padding: 50px 0;
  background-image: url(../images/ourpeople.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 768px;
  position: relative;
}

.peopleOur-sec .txtwrp h2 {
  font-size: 49px;
  font-weight: 300;
  color: #ffffff;
}

.peopleOur-sec .txtwrp p {
  font-size: 17px;
  width: 424px;
  color: #fff;
}

.peopleOur-sec ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 50px;
  position: absolute;
  bottom: 30px;
}

.peopleOur-sec ul li a {
  color: #b9b7ba;
  font-size: 19px;
  text-decoration: none;
  line-height: 32px;
  position: relative;
}

.peopleOur-sec ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -10px;
}

.peopleOur-sec ul li a:hover {
  color: #fff !important;
}

.peopleAlign {
  align-items: center;
  height: 100%;
}

.update-sec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.update-sec .heading {}

.update-sec .heading h2 {
  font-size: 44px;
  font-weight: 300;
  color: #fff;
}

.update-sec .heading-btn {}

.update-sec .heading-btn a {
  font-size: 18px;
  color: #fff;
}

.update-sec .heading-btn a:hover {
  text-decoration: none;
}

.update-sec .heading-btn a span {
  transition: 0.3s all;
}

.update-sec .heading-btn a:hover span {
  margin: 0 5px;
}

.update-sec .txtwrp {}

.update-sec .txtwrp h3 {
  margin: 0 0 20px 0;
  color: #000;
  width: 347px;
  font-size: 24px;
}

.update-sec .txtwrp p {
  color: #000;
}

.update-sec .btnwrp {
  margin: 30px 0 0 0;
}

.update-sec .btnwrp a span {
  transition: 0.3s all;
}

.update-sec .btnwrp a:hover {
  text-decoration: none;
}

.update-sec .btnwrp a:hover span {
  margin: 0 5px;
}

.connect-sec {
  background: #f5f5f5;
}

.connect-sec .txtwrp {
  text-align: center;
}

.connect-sec .txtwrp h2 {
  font-size: 44px;
  color: #000;
  font-weight: 300;
}

.connect-sec .txtwrp p {
  color: #000;
  font-size: 17px;
}

.connect-sec .iconwrp {
  text-align: center;
  margin: 40px 0 0 0;
}

.connect-sec .iconwrp a:hover {
  text-decoration: none;
}

.connect-sec .iconwrp span {
  color: #1249d6;
  margin: 0 30px;
}

footer {
  padding: 100px 0 0;
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

footer .logowrp {}

footer .logowrp img {}

footer p {
  color: #fff;
  font-size: 12px;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  margin: 0 0 10px 0;
}

footer ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

footer .nav-list .addressdiv {}

footer .nav-list .addressdiv p {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #000;
  font-weight: 500;
}

footer .nav-list .numberdiv {}

footer .nav-list .numberdiv a {
  display: block;
  color: #000;
  font-weight: 600;
}

footer .nav-list .numberdiv a:hover {
  text-decoration: none;
  color: #000;
}

footer .txtwrp {}

footer .txtwrp p {
  margin: 6px 0 0 0;
  font-weight: 400;
  color: #868589;
}

footer .privacywrp {}

footer .privacywrp a {
  color: #868589;
  font-size: 12px;
  margin: 0 15px 0 0;
  font-weight: 400;
  text-decoration: underline;
}

footer .privacywrp a:hover {
  color: #034ea2 !important;
  text-decoration: underline !important;
}

/* .imgwrp {
    padding: 0 80px 0 0;
} */

.footerbotm {
  display: flex;
  gap: 30px;
}

footer .imgwrp ul {
  display: flex;
  align-items: center;
  margin: 0;
}

footer .imgwrp ul li {
  margin: 0 0 0 0;
}

.sliderContainerbusiness {
  position: relative;
}

.sliderbusiness {
  width: 100%;
}

.sticky-header.fixed {
  position: fixed;
  top: 0;
  transition: 0.3s all ease-in-out;
  z-index: 11;
}

.sliderContainerbusiness .slick-slide {
  background: #3a8999;
  color: white;
  /* padding: 80px 0 120px; */
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center;
}

.whiteText h2,
.whiteText p {
  color: #fff !important;
}

.btn-3 {
  background-color: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 16px;
  vertical-align: middle;
  transition: 0.3s all;
  border: 2px solid #fff;
  color: #034ea2;
}

/* .btn-1:hover: */

.btn-3:hover {
  background: radial-gradient(circle, #1b1464, #034ea2, #1b1464, #034ea2);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  box-shadow: 0px 5px 8px 1px #00000070;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  border: none;
}

.sliderContainerbusiness .slick-slide {
  height: calc(100vh - 80px);
}

.topButton.fixed {
  position: fixed;
  right: 30px;
  bottom: 80px;
}

.topButton .uk-totop {
  color: #0c2e7d;
  transition: color 0.1s ease-in-out;
  /* background: #fff; */
  border-radius: 100px;
  /* width: 30px;
  height: 30px; */
}

.topButton svg {
  display: none;
}

.topButton .uk-totop svg {
  position: absolute;
  top: 14px;
  left: 8px;
  width: 25px;
}

.txtwrp.slidertext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  height: 70vh;
}

.sliderContainerbusiness .slick-prev:before,
.sliderContainerbusiness .slick-next:before {
  color: black;
}

.sliderContainerbusiness .slick-dots {
  bottom: -30px;
}

.sliderContainerbusiness .slick-slide:nth-child(odd) {
  background: #e84a69;
}

.progressBarContainerbusiness {
  /* position: absolute !important; */
  bottom: 80px;
  width: 100%;
  /* left: 0; */
  /* right: 0; */
  /* margin: 0 auto; */
  display: flex;
  /* justify-content: center; */
}

.progressBarContainerbusiness div {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin-right: 1%;
  float: left;
  color: white;
}

.sliderzero {
  display: block;
  float: left;
  width: 100%;
}

.progressBarContainerbusiness1 div {
  width: 20%;
}

.progressBarContainerbusiness div:last-child {
  margin-right: 0;
}

.progressBarContainerbusiness div span.progressBarbusiness,
.progressBarContainerbusiness div span.progressBarbusiness1 {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainerbusiness div span.progressBarbusiness .inProgressbusiness {
  background-color: blue;
  width: 0%;
  height: 2px;
}

.slider-sec .txtwrp {
  text-align: left;
}

.itembusiness h3,
.itembusiness1 h3 {
  color: #b9b7ba;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 22.8px;
}

.slider-sec .txtwrp h4 {
  color: #fff;
  font-size: 19px;
  margin: 0 0 5px 0px;
}

.slider-sec .txtwrp h2 {
  color: #fff;
  font-size: 60px;
  margin: 0 0 24px 0;
}

.slider-sec .txtwrp p {
  font-size: 17px;
  width: 330px;
  margin: 0 0 30px 0;
  color: #ffffffdb;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
  letter-spacing: 0.2px;
  line-height: 26px;
}

.btn-2 span.uk-icon,
.btn-1 span.uk-icon {
  display: none;
}

/* .btn-2:hover{
    padding: 16px 28px;
}

.btn-2:hover span.uk-icon{
    display: inline;
    transition: .3s all ease-in;
    
} */
.slider-sec .txtwrp a {
  font-size: 16px;
}

.slider-sec .progressBarContainerBusiness {}

.slider-sec .progressBarContainerBusiness h3 {
  color: #fff;
}

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.app-container.active {
  left: -80%;
}

.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  right: -80%;
  z-index: 12;
  background: var(--primary-color);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #fff;
}

.mobile-nav nav {
  height: 100%;
}

.mobile-nav nav li {}

.mobile-nav nav li ul {
  display: none;
  background: #fff;
}

.mobile-nav nav li ul.dropdown {
  margin-left: 25px;
  display: none;
  padding-bottom: 15px;
}

.mobile-nav nav li ul.dropdown a {
  font-size: 12px;
  border: none;
  padding: 6px 39px;
  position: relative;
}

.mobile-nav nav li ul.dropdown a:hover {
  color: var(--theme-black);
  background: transparent;
}

.mobile-nav nav li ul li {}

.mobile-nav nav li ul li a {
  font-weight: 500;
  font-size: 12px;
}

.mobile-nav nav li ul li a:hover,
.mobile-nav nav li ul li a.active {
  background: transparent;
  font-weight: 600;
  color: var(--dark-color);
}

.mobile-nav nav li ul li ul li a:before {
  position: absolute;
  content: "\e957";
  font-family: "icomoon" !important;
  left: 24px;
  top: 9px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}

.mobile-nav nav li a {
  color: #333;
  font-weight: 400;
  display: block;
  padding: 10px 24px;
  border-top: 1px solid #d6d8db;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-nav nav li a.active {
  color: #444;
  background: var(--primary-color);
}

.mobile-nav nav li a .xicon {
  font-size: 20px;
  float: right;
}

.mobile-nav.active {
  height: 100%;
  right: 0;
}

.mobile-nav .logo-main {
  font-size: 16px;
  color: #8795a0;
  padding: 15px 0px 15px 24px;
  display: inline-block;
}

.extra-link {}

.extra-link a {
  border: 2px solid var(--theme-black);
  width: 40%;
  margin: 40px auto 10px;
  padding: 7px 0;
  font-size: 15px;
  text-align: center;
}

.extra-link:hover {
  color: var(--theme-black);
  border: 2px solid var(--theme-black);
  background: transparent;
}

.close-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #fff;
  width: 26px;
  height: 26px;
  line-height: 1.5;
}

.mobile-nav-btn {
  display: none;
  position: absolute;
  top: 34px;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 5%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 14;
}

.social-media {
  display: inline-block;
  vertical-align: top;
}

.social-media ul li {
  margin: 0px !important;
}

ul.languages a {
  float: left;
  margin-right: 5px;
}

.updateright img {
  width: 100%;
}

.label {
  background: #e4e4e4;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  padding: 5px;
  line-height: 15px;
  border-radius: 4px;
}

.updatesliderNavigationSeeall {
  float: right;
  margin-top: 3%;
}

.updatesliderNavigation {
  display: inline-block;
  float: left;
  position: relative;
  left: 30%;
  margin-top: 30px;
  width: 100%;
  max-width: 262px;
  transform: translateX(-50%);
}

.updatesliderNavigation .uk-dotnav>* {
  margin: 0 5px;
  padding: 0;
  flex: 1;
  min-width: 1px;
}

.updatesliderNavigation .uk-dotnav>*>* {
  float: left;
  width: 100%;
  background: #0064bf5e;
}

.updatesliderNavigation .uk-dotnav>*>* {
  float: left;
  width: 100%;
  background: #0064bf5e;
  border: none;
  height: 3px;
  border-radius: 0;
}

.updatesliderNavigation .uk-dotnav>.uk-active>* {
  background-color: #0064bf;
  border-color: transparent;
}

.sliderSec {
  margin-top: 40px;
}

.businessSlider {
  overflow: inherit !important;
}

.businessSliderNav .uk-position-bottom-left.right {
  bottom: -70px;
  left: 40px;
  background: #1249d6;
  color: #fff;
}

.businessSliderNav .uk-slidenav:hover {
  color: #fff;
}

.businessSliderNav .uk-position-bottom-left {
  bottom: -70px;
  left: 0;
  background: #1249d6;
  color: #fff;
}

.pinsection {
  position: relative;
  width: 100%;
  float: left;
}

.txtwrp h4 {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: -0.51px;
  color: #000;
}

.ourBusineesSec .ourBusineesSecContent .txtwrp.historywrp p {
  width: 100%;
}

.mainBusniessSec2 .talentCard:hover {
  box-shadow: 0px 16px 26px #00000029;
  transition: 0.5s all;
}

section.OurHistory {
  padding: 100px 0;
}

.regional {
  width: 7px;
  height: 7px;
  background-color: #87c766;
  border-radius: 50px;
  position: absolute;
  top: 15%;
  left: 40%;
}

.regional.five {
  position: absolute;
  /* top: 15%; */
  left: 21%;
  top: 68%;
}

.regional.four {
  position: absolute;
  top: 23%;
  left: 29.5%;
}

.regional.three {
  position: absolute;
  top: 43%;
  left: 32%;
}

.regional.two {
  position: absolute;
  top: 41%;
  left: 35%;
}

.regional.one {
  position: absolute;
  top: 35.5%;
  left: 35%;
}

.mapdropdown.uk-dropdown.uk-open {
  width: 140px;
  background: #000;
  color: #fff;
  padding: 0px;
  border-radius: 6px;
}

.mapdropdown.uk-dropdown.uk-open h6 {
  color: #fff;
  font-size: 16px;
  margin: 10px;
}

.mapdropdown.uk-dropdown.uk-open p {
  color: #fff !important;
  font-size: 10px !important;
  margin: 10px !important;
}

.mapContent {
  transform: translateY(-220px);
  float: right;
}

.mapContent ul {
  list-style: none;
}

.headOffice {
  width: 7px;
  height: 7px;
  background-color: #28ace3;
  border-radius: 50px;
}

.headOffice.three {
  position: absolute;
  top: 30.5%;
  left: 35%;
}

.headOffice.two {
  position: absolute;
  top: 37%;
  left: 36.5%;
}

.headOffice.one {
    position: absolute;
    bottom: 3.5%;
    left: 17.9%;
}

.plant {
  width: 7px;
  height: 7px;
  background-color: #2bace3;
  border-radius: 50px;
}


.plant.one {
  position: absolute;
  top: 31.5%;
  left: 33%;
}

.plant.two {
    position: absolute;
    bottom: 6%;
    left: 19%;

}

.plant.three {
  position: absolute;
  top: 37%;
  left: 35.8%;
}

.plant.four {
  position: absolute;
  top: 40%;
  left: 36.5%;
}

.plant.five {
  position: absolute;
  bottom: 6%;
  left: 18%;
}

.plant.eight {
  position: absolute;
  left: 20%;
  bottom: 15%;
}

.plant.six {
  position: absolute;
  top: 18%;
  left: 49%;
}

.plant.seven {
  position: absolute;
  top: 18%;
  left: 49%;
}

.plant.eight {
  position: absolute;
  top: 18%;
  left: 49%;
}

.plant.nine{
    position: absolute;
    bottom: 2%;
    left: 19%;

}

.plant.ten{
    position: absolute;
    bottom: 4%;
    left: 19%;
}

.regional.six{
       position: absolute;
    top: 83%;
    left: 21.5%;
}

.testimonial .uk-panel {
  background: linear-gradient(138deg,
      rgba(64, 92, 170, 1) 10%,
      rgba(25, 54, 134, 1) 70%,
      rgba(27, 20, 100, 1) 93%);
  border-radius: 20px;
  padding: 33px 20px 77px;
  position: relative;
}

li.navigationMenu {
  padding: 0;
  width: 45%;
  float: left;
}

@media (max-width: 991px) {}

.mobile-nav-btn .lines:before {
  top: 6px;
}

.mobile-nav-btn .lines:after {
  top: -6px;
}

.mobile-nav-btn.active {
  transition: 0;
}

.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: #000;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 8px;
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
  display: block;
  background-color: #000;
  height: 3px;
  width: 22px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
  right: 0;
  margin: 0 auto;
}

.mobile-nav-btn.active {
  right: 0%;
}

.lines {}

.lines:before,
.lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.mobile-nav-btn.regional-mobile {
  top: 4px;
}

.connect-sec .iconwrp a span:hover {
  text-decoration: none;
}

.footer-align {
  display: flex;
  align-items: center;
  background: #fafafa;
  padding: 10px 48px !important;
}

footer .socialImgs {
  display: flex;
  align-items: center;
  justify-content: right;
}

footer .socialImgs .socialIcons {
  margin-right: 24px;
}

footer .socialImgs .socialIcons ul {
  display: flex;
  margin: 0;
}

footer .socialImgs .socialIcons ul li {
  margin: 0 0 0 0;
}

.nav-dots {
  position: fixed;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #52616a;
  border-radius: 50%;
  list-style: none;
  background: #c9d6de;
  transition: all 0.3s;
}

.nav-dot:not(:last-of-type) {
  margin-bottom: 20px;
}

.nav-dot:hover,
.nav-dot.is-active {
  transform: scale(1.8);
  background: transparent;
}

.section {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100vh;
}

.section:nth-of-type(1) {
  background-color: #a5d296;
}

.section:nth-of-type(2) {
  background-color: #47b8e0;
}

.section:nth-of-type(3) {
  background-color: #ffc952;
}

.section:nth-of-type(4) {
  background-color: #ff7473;
}

.section__heading {
  margin: 0;
  color: white;
  font-size: 32px;
  text-transform: capitalize;
}

.progresslabel {
  position: relative;
  left: -114px;
  font-size: small;
}

progress#p {
  position: absolute;
  right: -100px;
  top: 410px;
  z-index: 99999999999;
  transform: rotate(90deg);
  background: none;
  width: 340px;
  height: 2px;
}

progress::-webkit-progress-value {
  background: #fff;
  border: 1px;
}

progress#progressValue {
  position: absolute;
  right: -100px;
  top: 410px;
  z-index: 99999999999;
  transform: rotate(90deg);
  background: none;
  width: 340px;
  height: 2px;
}

.slick-vertical .slick-slide {
  border: unset !important;
}

.progressBarContainer_1 {
  position: absolute;
  bottom: -300px;
  width: 100%;
  left: 600px;
  transform: rotate(90deg);
}

.progressBarContainer_1 div {
  display: block;
  padding: 0;
  cursor: pointer;
  margin-right: 3%;
  float: left;
  color: white;
}

.progressBarContainer_1 div:last-child {
  margin-right: 0;
}

.progressBarContainer_1 div span.progressBar_1 {
  width: 110px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainer_1 div span.progressBar_1 .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 2px;
}

.home-banner .progressBarContainer_1 h3 {
  color: #fff;
}

header .nav-links form input:focus-visible {
  outline: none;
}

.vertical-slider {
  width: 100%;
}

.btn.active {
  border: 1px solid #ff4b4c;
  color: #ff4b4c;
}

.testimonial .uk-slider-container {
  overflow: inherit;
}

.testimonial .uk-panel:after {
  display: block;
  content: "";
  clear: both;
  background-image: url(../images/polyester/topa.png);
  position: absolute;
  bottom: -20px;
  width: 30px;
  height: 30px;
  z-index: -1;
  background-repeat: no-repeat;
}

.testimonial .uk-panel h5 {
  font-size: 22px;
  line-height: 25.2px;
  font-weight: bold;
  margin: 0;
}

.testimonial .uk-panel h6 {
  margin: 0;
  font-size: 18px;
  margin-top: 8px;
  line-height: 30.8px;
}

.testimonial .uk-panel p {
  font-size: 16px;
  line-height: 25.2px;
  font-weight: 400;
}

.customvideo video {
  width: 100%;
}

section.pharma-textSec img {
  width: 100%;
}

.sectionBanner {
  height: calc(100vh - 81px);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.sectionBanner .heroWrapper {
  height: calc(100vh - 81px);
  display: flex;
  align-items: center;
}

.sectionBanner .heroWrapper .txtwrp {
  padding-top: 0;
}

.sectionBanner .heroWrapper .mainHeading {
  padding-top: 0;
}

.txtSec {
  background: #f5f5f5;
}

.txtSec.graySec {
  background: #f5f5f5;
}

.txtSec.graySec .txtwrp h2,
.txtSec.graySec .txtwrp p {
  color: #000;
}

.txtSec.graySec .txtwrp h2,
.txtSec.graySec .txtwrp p {
  color: #000;
  width: 100%;
}

.txtSec .txtwrp h3 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  margin-bottom: 16px;
  width: 875px;
}

.txtSec .txtwrp p {
  margin: 0;
  width: 851px;
  font-size: 16px;
  color: #000;
}

.categorySec {
  padding: 120px 0;
}

.categorySec .imgwrp {
  position: relative;
  margin-bottom: 8px !important;
}

.categorySec .imgwrp img {
  width: 100%;
}

.categorySec .imgwrp h2 {
  margin: 0;
  position: absolute;
  bottom: 34px;
  margin-left: 24px;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
}

/* 
.imgSec {
    background-image: url(../images/section-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 768px;
} */

.ourBusineesSec {
  padding: 100px 0;
  background: #f5f5f5;
}

.ourBusineesSec .ourBusineesSecContent {}

.ourBusineesSec .ourBusineesSecContent .txtwrp {}

.ourBusineesSec .ourBusineesSecContent .txtwrp h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 14px;
  letter-spacing: -1.1px;
  line-height: 58px;
}

.ourBusineesSec .ourBusineesSecContent .txtwrp p {
  margin: 0;
  width: 884px;
  color: #000;
  font-size: 16px;
  letter-spacing: -0.26px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 28px;
}

.ourBusineesSec .sliderSec ul li img {
  width: 100%;
}

.ourBusineesSec .sliderSec ul li .nameBox h3 {
  padding: 24px 0;
  background: #fff 0% 0% no-repeat padding-box;
}

.ourBusineesSec .sliderSec ul li .nameBox h3 {
  color: #1249d6;
  font-weight: 700;
  margin: 0px 0 0;
  padding-left: 16px;
  font-size: 22px;
}

/* .uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    color: #0f6ecd;
    text-decoration: none !important;
    animation: none;
} */

.presenceSec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.presenceSec .presenceWrp .txtwrp h2 {
  font-size: 49px;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -1.44px;
  font-weight: 300;
}

.presenceSec .presenceWrp .txtwrp p {
  margin: 0;
  color: #fff;
  font-size: 31px;
  margin-bottom: 56px;
  letter-spacing: -0.26px;
  width: 76%;
  font-weight: 200;
}

.visionAndMissionSec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.visionAndMissionSecWrp:last-child {
  padding-top: 120px;
}

.visionAndMissionSec .visionAndMissionSecWrp .txtwrp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visionAndMissionSec .visionAndMissionSecWrp .txtwrp h2 {
  margin-bottom: 0px;
  font-size: 49px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1.1px;
  line-height: 78px;
}

.visionAndMissionSec .visionAndMissionSecWrp .txtwrp p {
  margin: 0;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.26px;
  line-height: 28px;
}

.visionAndMissionSec .visionAndMissionSecWrp .imgwrp img {
  width: 100%;
}

.valuesSec .valueSecWrp .txtwrp {
  margin-bottom: 60px;
}

.valuesSec .valueSecWrp .txtwrp h2 {
  font-size: 44px;
  color: #000;
  font-weight: 300;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: -1.1px;
}

.valuesSec .valueSecWrp .valueBox .imgwrp img {
  width: 100%;
}

.valuesSec .valueSecWrp .valueBox .txtwrp {
  /* height: 318px; */
  padding: 24px;
  background: #fff;
  box-shadow: 0px 10px 20px #0000000f;
  border: 1px solid #e6e6e6;
}

.valuesSec .valueSecWrp .valueBox .txtwrp h3 {
  font-size: 24px;
  color: #034ea2;
  margin-bottom: 8px;
  font-weight: 500;
}

.valuesSec .valueSecWrp .valueBox .txtwrp p {
  margin: 0;
  width: 291px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.brandSec {
  padding: 135px 0;
}

.brandSec .txtwrp h2 {
  margin-bottom: 24px;
  font-size: 45px;
  color: #000;
  letter-spacing: -2px;
  line-height: 72px;
}

.brandSec .txtwrp p {
  font-size: 16px;
  color: #000;
  width: 419px;
  letter-spacing: -0.26px;
}

.aligningDiv {
  align-items: center;
}

.memebrsSlider {
  padding: 120px 0 80px;
  background: #f5f5f5;
}

.memebrsSlider .memberSliderWrp .sliderwrp {
  margin-top: 64px;
}

.memebrsSlider .memberSliderWrp .txtwrp h2 {
  font-size: 45px;
  color: #000;
  letter-spacing: -1.1px;
  margin: 0;
}

.memebrsSlider .uk-invisible,
.memberSliderWrp .uk-invisible {
  visibility: visible !important;
}

.brandSec .brandSecWrp .imgwrp img {
  border: none !important;
  transition: none !important;
}

.brandSec .brandSecWrp .imgwrp:hover img {
  transform: none !important;
}

.memebrsSlider .uk-slidenav,
.memberSliderWrp .uk-slidenav {
  padding: 5px 10px;
  color: #000 !important;
  transition: color 0.1s ease-in-out;
}

.brandSlider {
  padding: 120px 0 120px;
}

.brandSlider .memberSliderWrp .sliderwrp {
  margin-top: 64px;
}

.sliderwrp .uk-slidenav-next.uk-slidenav {
  background: #fff !important;
  right: -20px !important;
}

.sliderwrp .uk-slidenav-previous.uk-slidenav {
  background: #fff !important;
  left: -15px !important;
  color: #000 !important;
  padding: 15px !important;
  top: 25px !important;
}

.uk-accordion-content.accordianContent .sliderwrp .uk-slidenav-next.uk-slidenav {
  background: #fff !important;
  right: -20px !important;
  color: #000 !important;
  padding: 15px !important;
  top: 25px !important;
}

.uk-accordion-content.accordianContent .sliderwrp .uk-slidenav-previous.uk-slidenav {
  background: #fff !important;
  left: -15px !important;
  color: #000 !important;
  color: #000 !important;
  padding: 15px !important;
  top: 25px !important;
}

.uk-accordion-content.accordianContent .sliderwrp .uk-slidenav-previous.uk-slidenav {
  background: #fff !important;
  left: -15px !important;
  color: #000;
}

/* .brandSlider .memberSliderWrp .sliderwrp .brandLogoMainSlider {
      overflow: inherit;}
  */
.brandSlider .memberSliderWrp .txtwrp h2 {
  font-size: 46px;
  color: #000;
  letter-spacing: -1.1px;
  margin: 0;
}

.brandSlider .memberSliderWrp .txtwrp h2.brand-heading {
  font-size: 45px;
}

.animalbrandSlider {
  padding: 120px 0 120px;
  background-color: #f5f5f5 !important;
}

.animalbrandSlider .memberSliderWrp .sliderwrp {
  margin-top: 92px;
}

/* .animalbrandSlider .memberSliderWrp .sliderwrp .brandLogoMainSlider {
      overflow: inherit;}
  */
.animalbrandSlider .memberSliderWrp .txtwrp h2 {
  font-size: 46px;
  color: #000;
  letter-spacing: -1.1px;
  margin: 0;
  margin-bottom: 24px;
}

.animalbrandSlider .memberSliderWrp .txtwrp p {
  font-size: 16px;
  color: #000;
  letter-spacing: -1.1px;
  margin: 0;
}

.animalbrandSlider .memberSliderWrp .txtwrp h2.brand-heading {
  font-size: 45px;
}

.leadersTab .leadersTabWrp .mainTabbing li a {
  font-size: 22px;
  padding-bottom: 5px;
  color: #868589;
  text-transform: initial;
}

.mainTabbing>.uk-active>a {
  color: #034ea2 !important;
  border-bottom: 2px solid #034ea2 !important;
}

.mainTabbing>.uk-active>a img {
  filter: invert(18%) sepia(89%) saturate(1950%) hue-rotate(199deg) brightness(100%) contrast(98%);
}

.leadersTab .tabConent {
  margin-top: 0px !important;
}

.leadersTab .tabConent li .mainBox {
  padding-bottom: 17px;
  cursor: pointer;
}

.leadersTab .leaderHover {
  transition: 0.5s all;
}

.leadersTab .leaderHover:hover {
  box-shadow: 0px 16px 26px #00000029;
}

.leadersTab .tabConent li .mainBox .imgwrp img {
  width: 100%;
}

.leadersTab .tabConent li .tabHeading {
  margin: 50px 0 30px;
}

.leadersTab .tabConent li .tabHeading h2 {
  margin: 0;
  color: #000;
  font-weight: 300;
  letter-spacing: -1.18px;
}

.extraMargin {
  margin-top: 80px;
}

.brandLogoSLider li {
  width: 220px;
}

.brandLogoSLider li img {
  width: 100%;
}

.modalBox {
  width: 1088px !important;
  padding: 60px !important;
  border-radius: 14px;
}

.modalBox .imgwrp img {
  width: 100%;
}

.modalBox .txtwrp h3 {
  font-size: 45px;
  color: #034ea2;
  font-weight: 700;
  margin-bottom: 12px;
}

.modalBox .txtwrp p {
  margin: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.5px;
}

.modalBox .modalDesc {
  margin-top: 32px;
}

.modalBox .modalDesc p {
  font-size: 16px;
  color: #1d1d1d;
}

.downloadPolicySec {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.downloadPolicySec .txtwrp {}

.downloadPolicySec .txtwrp h2 {
  margin: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}

.downloadPolicySec .boxWrp .imgwrp img {
  width: 100%;
}

.downloadPolicySec .boxWrp .txtAndIcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: #fff;
}

.downloadPolicySec .boxWrp .txtAndIcon .txtwrp p {
  margin: 0;
  color: #1249d6;
}

.downloadPolicySec .boxWrp .txtAndIcon .iconwrp span {
  color: #1249d6;
  font-weight: 600;
}

.downloadPolicySec .boxWrp .txtAndIcon .iconwrp span svg {
  fill: #1249d6;
}

.imagesSec {
  padding: 120px 0;
}

.imagesSec .imgwrp {
  position: relative;
  height: 100%;
}

.imagesSec .imgwrp img {
  width: 100%;
  height: 100%;
}

.imagesSec .imgwrp h2 {
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 0 0 34px 24px;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -1.1px;
}

.textSec {
  background: #f5f5f5;
}

.textSec .txtwrp h2 {
  margin: 0;
  width: 875px;
  font-size: 32px;
  color: #000;
  letter-spacing: -0.51px;
}

.textSec .txtwrp h2.our-business-text {
  font-size: 22px !important;
  width: 845px !important;
}

.sodaAshTextSec {
  padding: 80px 0;
}

.sodaAshTextSec .txtwrp h2 {
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 45px;
  color: #000;
}

.sodaAshTextSec .txtwrp p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #000;
}

.sodaAshTextSecSecond.bgColor {
  background-color: #f5f5f5 !important;
}

.sodaAshTextSecSecond {
  padding: 120px 0;
  background-color: white;
}

.sodaAshTextSecSecond .txtwrp h2 {
  margin: 0;
  margin-bottom: 24px !important;
  font-size: 46px;
  color: #000;
}

.imgDiv img {
  width: 100%;
}

.sodaAshTextSecSecond .txtwrp p {
  font-size: 16px;
  margin-bottom: 32px;
  color: #000;
  width: 875px;
}

.sodaAshTextSecSecond .imgDiv {
  margin-top: 92px;
}

.animalHealthTextSec {
  padding: 80px 0;
}

.animalHealthTextSec .txtwrp {
  width: 996px;
}

.animalHealthTextSec .txtwrp h2 {
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 45px;
  color: #000;
  line-height: 54px;
  letter-spacing: -1.08px;
}

.animalHealthTextSec .txtwrp p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #000;
}

.afriSciencesTextSec {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.afriSciencesTextSec .txtwrp {
  width: 996px;
}

.afriSciencesTextSec .txtwrp h2 {
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 45px;
  color: #000;
}

.afriSciencesTextSec .txtwrp p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #000;
}

.sadaAshImagesSec {
  padding: 120px 0;
  background-color: #f5f5f5;
}

.sadaAshImagesSec .uk-grid div {
  width: 300px;
  margin-right: 20px;
}

.sadaAshImagesSec h2 {
  font-size: 45px;
  color: #000;
  margin-bottom: 84px;
  letter-spacing: -1.44px;
}

section.partner-success .imgDiv img {
  width: max-content;
}

.sadaAshImagesSec .imgwrp .imgText {
  font-weight: bold;
  font-size: 22px;
  color: #1249d6;
  background-color: white;
  height: 102px;
}

.sadaAshImagesSec .imgwrp .imgText p {
  padding-left: 15px;
  padding-top: 30px;
}

.sadaAshImagesSec .imgwrp .lastChild {
  height: 102px;
  font-weight: bold;
  font-size: 22px;
  color: #1249d6;
  background-color: white;
}

.sadaAshImagesSec .imgwrp .lastChild p {
  padding-left: 15px;
  padding-top: 20px;
}

.partner-success {
  padding: 80px 0;
  background: #f5f5f5;
}

.partner-success .txtwrp h2 {
  margin: 0;
  padding-bottom: 10px;
  width: 875px;
  font-size: 46px;
  color: #000;
}

.partner-success .txtwrp p {
  margin: 0;
  width: 875px;
  font-size: 16px;
  color: #000;
  padding-bottom: 60px;
}

.pharma-textSec {
  padding: 80px 0;
}

.pharma-textSec .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
}

.pharma-textSec .txtwrp p {
  margin-bottom: 40px;
  font-size: 22px;
  color: #000;
  line-height: 33px;
  letter-spacing: -0.35px;
}

.bgGray {
  background: #f5f5f5;
}

.pharma-textSec-second {
  padding: 120px 0;
}

section.pharma-textSec-second img {
  width: 100%;
}

.pharma-textSec-second .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
}

.pharma-textSec-second .txtwrp p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000;
}

.pharma-textSec-second .txtwrp p:last-child {
  margin-bottom: 64px !important;
}

.pharma-textSec-second .txtwrp p.boldTxt {
  font-weight: bold;
}

.pharma-slider-sec {
  background-color: #f5f5f5;
  padding: 127px 0;
}

.pharma-slider-sec .txtwrp h2 {
  font-size: 45px;
}

.nav-tabs {
  border-bottom: none !important;
}

button.owl-prev {
  position: absolute;
  left: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: white !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #000 !important;
}

button.owl-next {
  position: absolute;
  right: 0px;
  top: 37%;
  transform: translateY(-50%);
  background-color: white !important;
  width: 20px;
  height: 20px;
  border-radius: 100% !important;
  color: #000 !important;
}

.owl-dots {
  display: none;
}

.item {
  display: flex;
  justify-content: center;
}

.item li a {
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  text-transform: uppercase;
  flex-wrap: wrap;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}

.item li.active a svg {
  fill: #1249d6;
}

.tab-content {}

.tab-content h3 {
  font-size: 40px;
  font-weight: bold;
}

.item li {
  text-align: center;
}

.item li a img {
  height: 79px;
  width: 79px !important;
  margin: 0 auto;
}

.item li a h3 {
  font-size: 22px;
  letter-spacing: -0.35px;
  color: #000;
}

.tabAndSliderWrp .owl-item {
  width: 261px !important;
}

.owl-prev {
  display: none !important;
}

.owl-next {
  display: none !important;
}

.tabAndSliderWrp .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.tabAndSliderSec {
  padding: 61px 0;
}

.item li.active a h3 {
  color: #1249d6;
}

.tab-content .tabHeading {
  margin-bottom: 23px;
}

.tab-content .tabHeading h2 {
  font-size: 45px;
  color: #1249d6;
  font-weight: 400;
}

.tab-content .iconAndTxt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.tab-content .iconAndTxt .iconwrp {
  margin-right: 12px;
}

.tab-content .iconAndTxt .iconwrp img {}

.tab-content .iconAndTxt .txtwrp p {
  margin: 0;
  font-size: 22px;
  color: #000;
}

.tab-content .iconAndTxt .txtwrp a {
  margin: 0;
  font-size: 22px;
  color: #1249d6;
}

.boldText {
  font-weight: 600;
}

.boldAndColorText {
  font-weight: 600;
  color: #1249d6 !important;
}

.tab-content .tablewrp {
  padding-top: 138px;
}

.tab-content .tablewrp thead tr {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

.tab-content .tablewrp thead tr th {
  font-size: 24px;
  color: #000;
}

.tab-content .tablewrp tbody tr td {
  font-size: 22px;
  color: #000;
}

.tab-content .tablewrp tbody tr td a {
  display: block;
  color: #1249d6;
}

.tab-content .tablewrp tbody tr td span {
  margin-left: 40px;
}

.tab-content .tablewrp tbody tr td:nth-child(2) {
  text-align: center;
}

.tab-content .tableDiv {
  padding-top: 0;
}

.tab-content .tableDiv thead tr {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

.tab-content .tableDiv thead tr th {
  font-size: 24px;
  color: #000;
}

.tab-content .tableDiv thead tr th:not(:first-child) {
  text-align: center;
}

.tab-content .tableDiv tbody tr td {
  font-size: 22px;
  color: #000;
}

.tab-content .tableDiv tbody tr td a {
  display: block;
  color: #1249d6;
}

.tab-content .tableDiv tbody tr td span {
  margin-left: 40px;
}

.tab-content .tableDiv tbody tr td:not(:first-child) {
  text-align: center;
}

.shareholderInfoBanner .mainHeading {
  width: 438px;
}

.shareholderTxtSec {
  padding: 90px 0;
}

.shareholderTxtSec .txtSecWrp .topHeading {
  margin-bottom: 24px;
}

.shareholderTxtSec .txtSecWrp .topHeading h2 {
  font-size: 45px;
  color: #000;
  margin: 0;
  letter-spacing: -1.08px;
}

.shareholderTxtSec .txtSecWrp .txtwrp {
  margin-bottom: 24px;
}

.shareholderTxtSec .txtSecWrp .txtwrp p {
  width: 904px;
  font-size: 22px;
  color: #000;
  margin: 0;
  letter-spacing: -0.35px;
  line-height: 33px;
}

.shareholderTxtSec .txtSecWrp .iconAndTxtWrp {
  display: flex;
  align-items: flex-start;
}

.shareholderTxtSec .txtSecWrp .iconAndTxtWrp .iconwrp {
  margin-right: 14px;
}

.extraMarginTop {
  margin-top: 114px;
}

.shareholderTxtSec .txtSecWrp .txtwrp p a {
  text-decoration: underline;
  color: #1249d6;
}

.patternSec .txtwrp h3 {
  font-size: 45px;
  color: #fff;
  letter-spacing: -1.1px;
}

.patternSec .boxwrp .iconAndTtxtWrp {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  background: #f5f5f5;
  align-items: center;
}

.patternSec .boxwrp .iconAndTtxtWrp .txtwrp p {
  font-size: 16px;
  margin: 0;
  color: #1249d6;
  width: unset;
}

.chemicalSection {
  margin-bottom: 250px;
}

.chemicalSection .chemicalPattern {
  position: relative;
  padding: 120px 0px 60px;
  background: linear-gradient(90deg,
      rgba(64, 92, 170, 1) 10%,
      rgba(25, 54, 134, 1) 80%,
      rgba(27, 20, 100, 1) 100%);
}

.chemicalSection .chemicalPattern .txtwrp h3 {
  font-size: 45px;
  color: #fff;
  width: 581px;
  letter-spacing: -1.1px;
}

.chemicalSection .chemicalPattern .txtwrp p {
  font-size: 16px;
  color: #fff;
  width: 418px;
  margin-bottom: 40px !important;
  letter-spacing: -0.26px;
  line-height: 28px;
}

.chemicalPattern .txtwrp img {
  position: absolute;
  right: 0;
  bottom: -20%;
}

.grievanceBanner {
  height: 100vh;
  background-image: url(../images/grievance-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.grievanceBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.grievanceBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.complianceSec {
  padding: 100px 0;
}

.complianceSec .descWrp .topHeading {
  margin-bottom: 24px;
}

.complianceSec .descWrp .topHeading h2 {
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
  margin: 0;
}

.complianceSec .descWrp .detailWrp .detailName {
  margin-bottom: 5px;
}

.complianceSec .descWrp .detailWrp .detailName p {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.complianceSec .descWrp .detailWrp .detailDesc {
  margin-bottom: 24px;
}

.complianceSec .descWrp .detailWrp .detailDesc p {
  margin: 0px 0 5px;
  font-size: 22px;
  color: #000;
}

.complianceSec .descWrp .detailWrp .iconAndTtxWrp {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.complianceSec .descWrp .detailWrp .iconAndTtxWrp .iconwrp {
  margin-right: 13px;
}

.complianceSec .descWrp .detailWrp .iconAndTtxWrp .txtwrp p {
  margin-bottom: 0;
  font-size: 22px;
  color: #000;
}

.complianceSec .descWrp .detailWrp .secpDesnWorkWrp .txtwrp {
  margin-top: 64px;
}

.complianceSec .descWrp .detailWrp .secpDesnWorkWrp .txtwrp h2 {
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
  margin-bottom: 24px;
}

.complianceSec .descWrp .detailWrp .secpDesnWorkWrp .txtwrp p {
  margin: 0 0 24px;
  font-size: 22px;
  color: #000;
  width: 1093px;
}

.complianceSec .descWrp .detailWrp .imgwrp {
  margin-top: 74px;
}

.complianceSec .descWrp .detailWrp .imgwrp img {
  width: 100%;
}

.noticeBanner {
  height: 100vh;
  background-image: url(../images/notice-and-announcment-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.noticeBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.noticeBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.ourBussinessBanner {
  height: 100vh;
  background-image: url(../images/our-bussiness-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ourBussinessBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.ourBussinessBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.animalHealthBanner {
  height: 100vh;
  background-image: url(../images/animal-slider.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.animalHealthBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.animalHealthBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.agriSciencesBanner {
  height: 100vh;
  background-image: url(../images/agri-sciences-banners.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.agriSciencesBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.agriSciencesBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.pharmaBanner {
  height: 100vh;
  background-image: url(../images/pharma-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pharmaBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.pharmaBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.accordianSec {
  padding: 120px 0;
}

.accordianSec .accordianWrp .accordianBtn li {
  border: 1px solid #dfdfdf;
}

.accordianSec .accordianWrp .accordianBtn li a.accrodianBar {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  padding: 14px 32px;
  background: #fff;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent {
  margin: 0;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul {
  padding: 0;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li {
  border: none;
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border: none;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.updateright {
  margin-top: 0px !important;
}

.updatesliderNavigationMain {
  padding: 0px 20px;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li .txtwrp p {
  margin: 0;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li .downloadBtn button {
  background: none;
  border: none;
  cursor: pointer;
}

.accordianSec .accordianWrp .accordianBtn li a.accrodianBar:hover {
  color: #fff;
  background: transparent linear-gradient(to right, #034ea2 0%, #193686 61%, #1b1464 100%) 0% 0% no-repeat padding-box;
}

/* .accordianSec .accordianWrp .accordianBtn li .accordianContent ul li a:hover {
  background: none;
}*/

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 14px 0 14px 32px;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li .txtwrp.invrstorstyle p {
  margin: 0;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 95%;
}

.txtwrp.invrstorstyle {
  width: 100%;
  max-width: 990px;
}

.contalert {
  background: #00d324 !important;
  margin-left: 15px !important;
}

.contalert p {
  color: #fff !important;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li .invrstorbtn a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  max-width: 100px;
  width: 100%;
  padding: 14px 15px 14px 7px;
  text-align: center;
}

.txtwrp.invrstorstyle h6 {
  font-size: 32px;
  margin-bottom: 20px !important;
  display: block;
}

.financialResultBanner {
  height: 100vh;
  background-image: url(../images/financial-result-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.financialResultBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.financialResultBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.keyPerformanceSec {
  padding: 120px 0 0;
}

.keyPerformanceSec .keyPerformanceWrp .txtwrp {
  margin-bottom: 64px;
}

.keyPerformanceSec .keyPerformanceWrp .txtwrp h2 {
  margin: 0;
  font-size: 45px;
  color: #000;
}

.keyPerformanceSec .keyPerformanceWrp ul {
  margin: 0;
  padding: 0;
}

.keyPerformanceSec .keyPerformanceWrp ul li {
  display: inline-block;
  width: 49%;
}

.keyPerformanceSec .keyPerformanceWrp ul li:first-child {
  margin-bottom: 64px;
}

.financialHightlight {
  padding-top: 60px;
}

.financialHightlight .txtwrp h2 {
  margin-bottom: 23px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.financialHightlight .txtwrp p {
  margin: 0;
  font-size: 22px;
  color: #000;
}

.financialHightlight .txtwrp p a {
  text-decoration: underline;
  color: #1249d6;
}

.financialAccordian {
  padding: 81px 0 160px;
}

/* .financialAccordian .txtwrp {
      margin-bottom: 48px;}
  */

.financialAccordian .txtwrp h2 {
  margin: 0;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.regulatoryRequirmentBanner {
  height: 100vh;
  background-image: url(../images/regulatory-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.regulatoryRequirmentBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.regulatoryRequirmentBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.websiteCompliance {
  padding: 120px 0;
}

.websiteCompliance .txtwrp {
  margin-bottom: 64px !important;
}

.websiteCompliance .txtwrp h2 {
  margin: 0;
  color: #000;
  font-size: 45px;
  letter-spacing: -1.08px;
}

.websiteCompliance .iconAndTxtWrp {
  display: flex;
  align-items: FLEX-START;
  justify-content: space-between;
  padding: 20px 23px;
  background: #f5f5f5;
}

.websiteCompliance .imgwrp img {
  width: 100%;
}

.cardioCareSec .imgwrp img {
  width: max-content;
}

.websiteCompliance .iconAndTxtWrp .txtwrp {
  margin: 0 !important;
}

.websiteCompliance .iconAndTxtWrp .txtwrp p {
  margin: 0;
  color: #1249d6;
}

.electionBanner {
  height: 100vh;
  background-image: url(../images/election-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.electionBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.electionBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.pharmaceuticalsBanner {
  height: 100vh;
  background-image: url(../images/pharmaceuticals-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pharmaceuticalsBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.pharmaceuticalsBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.cardioCareSec {
  padding: 120px 0;
}

.cardioCareSec .txtwrp {
  margin-bottom: 55px !important;
}

.cardioCareSec .txtwrp h2 {
  margin: 0;
  letter-spacing: -1.08px;
  font-size: 45px;
  color: #000;
}

.cardioCareSec .accordianWrp ul li a {
  padding: 20px 32px;
  border: 1px solid #dfdfdf;
  border: 1px solid #dfdfdf;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.cardioCareSec .accordianWrp ul li.uk-open a {
  background-color: #2484c6;
  color: #fff;
}

.cardioCareSec .accordianWrp ul li a:hover {
  background-color: #2484c6;
  color: #fff;
}

.cardioCareSec .accordianWrp ul li .accordianContent {
  margin: 0;
  padding: 32px 76px 40px 75px;
  border: 1px solid #ddd;
}

.cardioCareSec .accordianWrp .accordianContent .imgwrp {
  margin-bottom: 71px;
}

.cardioCareSec .accordianWrp .accordianContent .accordianContentItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.cardioCareSec .accordianWrp .accordianContent .accordianContentItem .brandName p {
  margin: 0;
  width: 170px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.29px;
}

.cardioCareSec .accordianWrp .accordianContent .accordianContentItem .brandDesc p {
  margin: 0;
  letter-spacing: -0.29px;
  font-size: 18px;
  color: #000;
}

.success-cards {
  background: white;
  padding: 40px 40px 60px 40px;
}

.success-cards.bottom-space-cards {
  margin-bottom: 15px !important;
}

.success-cards .imgDiv {
  margin-bottom: 25px;
}

.success-cards .p {
  font-size: 16px;
}

.contact-sec {
  padding: 80px 0;
}

.contact-sec .contact-cards {
  background: #f5f5f5;
  padding: 40px 30px 80px 30px;
}

.contact-sec .contact-cards .contact-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.contact-sec .contact-cards .contact-designationText {
  font-size: 16px;
  color: #6e6e6e;
  margin-top: 0;
}

.contact-sec .contact-cards .contact-detail-text {
  font-size: 16px;
  color: #333;
  margin-top: 31px;
}

.contact-sec .contact-cards .phone-txt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.contact-sec .contact-cards .email-txt {
  font-size: 16px;
  color: #1473e6;
}

.testomialSec {
  padding: 120px 0;
}

.testomialSec .txtwrap h2 {
  font-size: 46px;
  color: #000;
}

.testomialSec .txtwrap p {
  font-size: 16px;
  color: #000;
  width: 875px;
}

.fieldSeedTab .tabContent .accordianWrp .downloadTxt ul li span {}

.fieldSeedTab .tabContent .accordianWrp .downloadTxt ul li a {
  background: none !important;
  border: none;
  color: #000 !important;
  padding: 0;
  text-decoration: underline;
}

.fieldSeedTab .tabContent .accordianWrp .moreInfo {
  margin-top: 32px;
}

.fieldSeedTab .tabContent .accordianWrp .moreInfo p {
  margin: 0;
  color: #000;
  font-weight: 500;
}

.fieldSeedTab .tabContent .accordianWrp .moreInfo p span {
  font-weight: 400;
}

.OurHistorySecContent .txtwrp h2 {
  font-size: 45px;
  color: #000;
  margin: 0;
  letter-spacing: -1.1px;
}

.OurHistorySecContent .txtwrp {
  margin-bottom: 72px !important;
}

.fieldSeedTab {
  padding: 120px 0;
}

.fieldSeedTab .txtwrp {
  margin-bottom: 64px;
}

.fieldSeedTab .txtwrp h2 {
  font-size: 45px;
  color: #000;
  margin: 0;
  letter-spacing: -1.08px;
}

.fieldSeedTab .tabbinWrp .tabBtn li {
  padding-left: 10px;
}

.fieldSeedTab .tabbinWrp .tabBtn li a {
  font-size: 24px;
  color: #000;
  font-weight: 300;
}

.fieldSeedTab .tabbinWrp .tabBtn>.uk-active>a {
  background: transparent;
  color: #1249d6;
  font-weight: 300;
}

.fieldSeedTab .tabbinWrp .tabBtn>*>a:hover {
  background: transparent;
  color: #000;
}

.fieldSeedTab .tabbinWrp .tabContent {}

.fieldSeedTab .tabbinWrp .tabContent li {}

.fieldSeedTab .tabbinWrp .tabContent li a {
  padding: 25px 32px;
  border: 1px solid #dfdfdf;
  color: #000;
  font-weight: 600;
}

.fieldSeedTab .tabbinWrp .tabContent li a:hover {
  background-color: #2484c6;
  color: #fff;
}

.fieldSeedTab .tabbinWrp .tabContent li.uk-open a {
  background-color: #2484c6;
  color: #fff;
}

.fieldSeedTab .tabbinWrp .accordainContent {
  margin: 0;
  padding: 32px 72px;
  border: 1px solid #ddd;
}

.fieldSeedTab .tabbinWrp .accordainContent .categoryHeading {
  margin-bottom: 32px;
}

.fieldSeedTab .tabbinWrp .accordainContent .categoryHeading p {
  margin: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.29px;
}

.fieldSeedTab .tabbinWrp .accordainContent .categoryHeading p span {
  font-weight: 600;
}

.fieldSeedTab .tabbinWrp .accordainContent .heading {
  margin-bottom: 30px;
}

.fieldSeedTab .tabbinWrp .accordainContent .heading h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.38px;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul {
  padding: 0;
  margin: 0;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul li {
  list-style: none;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul li p {
  display: flex;
  align-items: baseline;
  color: #000;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul li p span {
  margin-right: 6px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable {
  margin-top: 60px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable .seedRate {
  margin-bottom: 8px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable .seedRate p {
  margin: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.29px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable .seedRate p span {
  font-weight: 600;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable table {
  margin-top: 32px;
  width: 800px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable table thead tr th {
  border: 1px solid #dedede;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  background: #f5f5f5;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable table tbody tr td {
  font-size: 16px;
  color: #000;
  border: 1px solid #dedede;
}

.fieldSeedTab .tabbinWrp .accordainContent .downloadTxt {
  margin-top: 32px;
}

.fieldSeedTab .tabbinWrp .accordainContent .downloadTxt ul {
  padding: 0;
  margin: 0;
}

.fieldSeedTab .tabbinWrp .accordainContent .downloadTxt ul li {
  list-style: none;
}

.chemicalSection .chemicalPattern .txtwrp a {
  margin-top: 40px;
}

.accordianBtn li a:before {
  content: "";
  background-image: url(../images/minus.svg);
}

.accordianBtn li.uk-open a:hover::before {
  filter: none !important;
}

.pharmaTxt {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.pharmaHeading {
  font-size: 45px;
  color: #000;
  margin-bottom: 60px;
  letter-spacing: -1.1px;
}

.cardioCareSec .accordianWrp ul li a::before {
  content: "";
  background-image: url(../../source/images/plus-img.svg);
}

.cardioCareSec .accordianWrp ul li.uk-open a::before {
  background-image: url(source/images/minus-img.html);
}

.cardioCareSec .accordianWrp ul li a:hover::before {
  filter: invert();
}

.cardioCareSec .accordianWrp ul li.uk-open a:hover::before {
  filter: none;
}

.sodaAshHeading {
  font-size: 45px;
  color: #fff;
  margin: 0;
  letter-spacing: -1.1px;
}

.sodaAshTxtBlack {
  font-size: 45px;
  color: #000;
  letter-spacing: -1.1px;
  margin-bottom: 32px;
}

.jobSearch input {
  border: 1px solid #ddd;
  height: 50px;
  background: #fff;
  padding-left: 50px;
  font-size: 12px;
  color: #1d1d1d;
}

.jobSearch {
  position: relative;
}

.jobSearch .uk-search-icon {
  transform: translate(10px, 16px);
}

.jobSearch select {
  width: 100%;
  height: 50px;
  border: 1px solid #ededed;
  background: #fff;
  padding-left: 15px;
  font-size: 12px;
  color: #1d1d1d;
  font-family: "Inter", sans-serif !important;
}

:focus-visible {
  outline: none !important;
}

.jobSearch span.uk-icon.uk-search-icon {
  transform: translate(15px, 36px);
}

.formPrimaryBtn {
  background: #1249d6;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  margin-top: 10px;
  display: block;
  width: 100%;
  max-width: 120px;
}

.margin-center {
  margin: 0px auto;
}

.mt {
  margin-top: 20px;
}

a.formPrimaryBtn:hover {
  color: #fff !important;
}

.txtwrp.txtwrpSecond p {
  width: 100%;
}

.imgDiv.imgDivMain {
  margin-top: 50px !important;
}

.txtwrp h3 {
  font-size: 32px;
  color: #000;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: -1.1px;
  line-height: 39px;
}

.bgWhite {
  background-color: #fff !important;
  background: #fff !important;
}

.bgGray {
  background-color: #f5f5f5 !important;
  background: #f5f5f5 !important;
}

.peopleProfile {
  padding: 24px 0 24px 16px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

.peopleProfile h3 {
  margin-bottom: 8px;
  color: #1249d6;
  font-size: 22px;
  font-weight: 700;
}

.peopleProfile p {
  margin: 0;
  color: #000;
  font-size: 16px;
}

.businessSlider.Talent {
  overflow: hidden !important;
}

.pharma-textSec-second.sustainabiltyApproach .txtwrp p:last-child {
  margin: 0px !important;
}

.patternSec.bgWhite .txtwrp h2 {
  margin-bottom: 10px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.mainBox.MediaCard {
  cursor: default !important;
}

.mainBox.MediaCard h3 {
  color: #333 !important;
  opacity: 0.7;
  line-height: 29px;
  letter-spacing: -0.58px;
  margin-bottom: 16px !important;
}

.LabelNew {
  margin-top: 33px;
}

.LabelNew span {
  font-size: 12px;
  background: #e4e4e4;
  padding: 5px 6px;
  color: #1d1d1d;
  line-height: 15px;
  border-radius: 4px;
  margin-right: 10px;
}

.mainBox.sustainCards {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 10px 20px #e6e6e6;
}

.mainBox.sustainCards .txtwrp h3 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}

.mainBox.sustainCards p {
  padding-bottom: 60px;
}

.imagesSec.community .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.imagesSec.community .txtwrp p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.26px;
  line-height: 28px;
}

.txtwrp .HSList span {
  width: 100%;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.26px;
  line-height: 28px;
  margin-bottom: 16px;
}

.sidebar {
  width: 25%;
  height: 83vh;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.sidebar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.main {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
}

button.btn-2.marginBtn {
  max-width: 200px;
  line-height: 20px;
  border: none;
}

body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}

header .upr-header {
  border-bottom: 1px solid #fff3;
  padding: 0 0 10px 0;
}

header .logowrp {
  padding: 0 0 0 60px;
}

header {
  display: block;
  position: relative;
  padding: 0px 0;
}

header .nav-links ul li {
  list-style: none;
  margin: 0px 0px 0 20px;
}

header .lower-header {
  padding: 10px 0;
}

.lower-header ul {
  margin: 0px;
}

header .lower-header ul li .dropdown {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  display: none;
}

.impact-sec .txtwrp h2 {
  font-size: 49px;
  color: #fff;
  margin: 0 0 40px 0;
  letter-spacing: -1.1px;
  line-height: 72px;
  font-weight: 300;
}

.updateSlider .uk-slider.uk-slider-container {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 0px #e6e6e6;
  height: 588px;
}

.updateSlider .uk-position-relative.uk-visible-toggle.uk-light {
  height: 500px;
}

h4.newDownload a {
  color: #fff !important;
  width: 100%;
  font-weight: 500;
  font-size: 19px;
}

h4.newDownload a:hover {
  color: #fff !important;
}

h4.newDownloads a {
  color: #fff;
  width: 100%;
}

.financialAccordian .txtwrp h2 {
  margin: 0;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.regulatoryRequirmentBanner {
  height: 100vh;
  background-image: url(../images/regulatory-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.regulatoryRequirmentBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.regulatoryRequirmentBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.websiteCompliance {
  padding: 120px 0;
}

.websiteCompliance .txtwrp {
  margin-bottom: 64px !important;
}

.websiteCompliance .txtwrp h2 {
  margin: 0;
  color: #000;
  font-size: 45px;
  letter-spacing: -1.08px;
}

.websiteCompliance .iconAndTxtWrp {
  display: flex;
  align-items: FLEX-START;
  justify-content: space-between;
  padding: 20px 23px;
  background: #f5f5f5;
}

.websiteCompliance .imgwrp img {
  width: 100%;
}

.cardioCareSec .imgwrp img {
  width: max-content;
}

.websiteCompliance .iconAndTxtWrp .txtwrp {
  margin: 0 !important;
}

.websiteCompliance .iconAndTxtWrp .txtwrp p {
  margin: 0;
  color: #1249d6;
}

.electionBanner {
  height: 100vh;
  background-image: url(../images/election-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.electionBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.electionBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.pharmaceuticalsBanner {
  height: 100vh;
  background-image: url(../images/pharmaceuticals-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pharmaceuticalsBanner .heroWrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}

.pharmaceuticalsBanner .heroWrapper .txtwrp {
  padding-top: 60px;
}

.cardioCareSec {
  padding: 120px 0;
}

.cardioCareSec .txtwrp {
  margin-bottom: 55px !important;
}

.cardioCareSec .txtwrp h2 {
  margin: 0;
  letter-spacing: -1.08px;
  font-size: 45px;
  color: #000;
}

.cardioCareSec .accordianWrp ul li a {
  padding: 20px 32px;
  border: 1px solid #dfdfdf;
  border: 1px solid #dfdfdf;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}

.cardioCareSec .accordianWrp ul li.uk-open a {
  background-color: #2484c6;
  color: #fff;
}

.cardioCareSec .accordianWrp ul li a:hover {
  background-color: #2484c6;
  color: #fff;
}

.cardioCareSec .accordianWrp ul li .accordianContent {
  margin: 0;
  padding: 32px 76px 40px 75px;
  border: 1px solid #ddd;
}

.cardioCareSec .accordianWrp .accordianContent .imgwrp {
  margin-bottom: 71px;
}

.cardioCareSec .accordianWrp .accordianContent .accordianContentItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.cardioCareSec .accordianWrp .accordianContent .accordianContentItem .brandName p {
  margin: 0;
  width: 170px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.29px;
}

.cardioCareSec .accordianWrp .accordianContent .accordianContentItem .brandDesc p {
  margin: 0;
  letter-spacing: -0.29px;
  font-size: 18px;
  color: #000;
}

.success-cards {
  background: white;
  padding: 40px 40px 60px 40px;
}

.success-cards.bottom-space-cards {
  margin-bottom: 15px !important;
}

.success-cards .imgDiv {
  margin-bottom: 25px;
}

.success-cards .p {
  font-size: 16px;
}

.contact-sec {
  padding: 80px 0;
}

.contact-sec .contact-cards {
  background: #f5f5f5;
  padding: 40px 30px 80px 30px;
}

.contact-sec .contact-cards .contact-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.contact-sec .contact-cards .contact-designationText {
  font-size: 16px;
  color: #6e6e6e;
  margin-top: 0;
}

.contact-sec .contact-cards .contact-detail-text {
  font-size: 16px;
  color: #333;
  margin-top: 31px;
}

.contact-sec .contact-cards .phone-txt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.contact-sec .contact-cards .email-txt {
  font-size: 16px;
  color: #1473e6;
}

.testomialSec {
  padding: 120px 0;
}

.testomialSec .txtwrap h2 {
  font-size: 46px;
  color: #000;
}

.testomialSec .txtwrap p {
  font-size: 16px;
  color: #000;
  width: 875px;
}

.fieldSeedTab .tabContent .accordianWrp .downloadTxt ul li span {}

.fieldSeedTab .tabContent .accordianWrp .downloadTxt ul li a {
  background: none !important;
  border: none;
  color: #000 !important;
  padding: 0;
  text-decoration: underline;
}

.fieldSeedTab .tabContent .accordianWrp .moreInfo {
  margin-top: 32px;
}

.fieldSeedTab .tabContent .accordianWrp .moreInfo p {
  margin: 0;
  color: #000;
  font-weight: 500;
}

.fieldSeedTab .tabContent .accordianWrp .moreInfo p span {
  font-weight: 400;
}

.OurHistorySecContent .txtwrp h2 {
  font-size: 44px;
  color: #000;
  margin: 0;
  letter-spacing: -1.06px;
  font-weight: 300;
}

.OurHistorySecContent .txtwrp {
  margin-bottom: 22px !important;
}

.fieldSeedTab {
  padding: 120px 0;
}

.fieldSeedTab .txtwrp {
  margin-bottom: 64px;
}

.fieldSeedTab .txtwrp h2 {
  font-size: 45px;
  color: #000;
  margin: 0;
  letter-spacing: -1.08px;
}

.fieldSeedTab .tabbinWrp .tabBtn li {
  padding-left: 10px;
}

.fieldSeedTab .tabbinWrp .tabBtn li a {
  font-size: 24px;
  color: #000;
  font-weight: 300;
}

.fieldSeedTab .tabbinWrp .tabBtn>.uk-active>a {
  background: transparent;
  color: #1249d6;
  font-weight: 300;
}

.fieldSeedTab .tabbinWrp .tabBtn>*>a:hover {
  background: transparent;
  color: #000;
}

.fieldSeedTab .tabbinWrp .tabContent {}

.fieldSeedTab .tabbinWrp .tabContent li {}

.fieldSeedTab .tabbinWrp .tabContent li a {
  padding: 25px 32px;
  border: 1px solid #dfdfdf;
  color: #000;
  font-weight: 600;
}

.fieldSeedTab .tabbinWrp .tabContent li a:hover {
  background-color: #2484c6;
  color: #fff;
}

.fieldSeedTab .tabbinWrp .tabContent li.uk-open a {
  background-color: #2484c6;
  color: #fff;
}

.fieldSeedTab .tabbinWrp .accordainContent {
  margin: 0;
  padding: 32px 72px;
  border: 1px solid #ddd;
}

.fieldSeedTab .tabbinWrp .accordainContent .categoryHeading {
  margin-bottom: 32px;
}

.fieldSeedTab .tabbinWrp .accordainContent .categoryHeading p {
  margin: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.29px;
}

.fieldSeedTab .tabbinWrp .accordainContent .categoryHeading p span {
  font-weight: 600;
}

.fieldSeedTab .tabbinWrp .accordainContent .heading {
  margin-bottom: 30px;
}

.fieldSeedTab .tabbinWrp .accordainContent .heading h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.38px;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul {
  padding: 0;
  margin: 0;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul li {
  list-style: none;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul li p {
  display: flex;
  align-items: baseline;
  color: #000;
}

.fieldSeedTab .tabbinWrp .accordainContent .listItem ul li p span {
  margin-right: 6px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable {
  margin-top: 60px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable .seedRate {
  margin-bottom: 8px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable .seedRate p {
  margin: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.29px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable .seedRate p span {
  font-weight: 600;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable table {
  margin-top: 32px;
  width: 800px;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable table thead tr th {
  border: 1px solid #dedede;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  background: #f5f5f5;
}

.fieldSeedTab .tabbinWrp .accordainContent .tabningTable table tbody tr td {
  font-size: 16px;
  color: #000;
  border: 1px solid #dedede;
}

.fieldSeedTab .tabbinWrp .accordainContent .downloadTxt {
  margin-top: 32px;
}

.fieldSeedTab .tabbinWrp .accordainContent .downloadTxt ul {
  padding: 0;
  margin: 0;
}

.fieldSeedTab .tabbinWrp .accordainContent .downloadTxt ul li {
  list-style: none;
}

.chemicalSection .chemicalPattern .txtwrp a {
  margin-top: 40px;
}

.accordianSec .accordianWrp .accordianBtn li a.accrodianBar:hover::before {
  filter: invert(100%) sepia(91%) saturate(2%) hue-rotate(282deg) brightness(116%) contrast(100%);
}

.accordianBtn li a:before {
  content: "";
  background-image: url(../images/plus.svg);
}

.accordianBtn li.uk-open a:before {
  content: "";
  background-image: url(../images/minus.svg);
}

.accordianBtn li.uk-open a:hover::before {
  filter: none !important;
}

.accordianSec .accordianWrp .accordianBtn li.uk-open .uk-accordion-title {
  /* background: transparent
    radial-gradient(
      closest-side at 52% 50%,
      #034ea2 0%,
      #193686 61%,
      #1b1464 100%
    )
    0% 0% no-repeat padding-box; */
  color: #fff;
  padding: 14px 32px;
  background: transparent linear-gradient(to right, #034ea2 0%, #193686 61%, #1b1464 100%) 0% 0% no-repeat padding-box;
}

.accordianTxtAndDownload {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.pharmaTxt {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.pharmaHeading {
  font-size: 45px;
  color: #000;
  margin-bottom: 60px;
  letter-spacing: -1.1px;
}

.cardioCareSec .accordianWrp ul li a::before {
  content: "";
  background-image: url(../../source/images/plus-img.svg);
}

.cardioCareSec .accordianWrp ul li.uk-open a::before {
  background-image: url(source/images/minus-img.html);
}

.cardioCareSec .accordianWrp ul li a:hover::before {
  filter: invert();
}

.cardioCareSec .accordianWrp ul li.uk-open a:hover::before {
  filter: none;
}

.sodaAshHeading {
  font-size: 45px;
  color: #fff;
  margin: 0;
  letter-spacing: -1.1px;
}

.sodaAshTxtBlack {
  font-size: 45px;
  color: #000;
  letter-spacing: -1.1px;
  margin-bottom: 32px;
}

.jobSearch input {
  border: 1px solid #ddd;
  height: 50px;
  background: #fff;
  padding-left: 50px;
  font-size: 12px;
  color: #1d1d1d;
}

.jobSearch {
  position: relative;
}

.jobSearch .uk-search-icon {
  transform: translate(10px, 16px);
}

.jobSearch select {
  width: 100%;
  height: 50px;
  border: 1px solid #ededed;
  background: #fff;
  padding-left: 15px;
  font-size: 12px;
  color: #1d1d1d;
  font-family: "Inter", sans-serif !important;
}

:focus-visible {
  outline: none !important;
}

.jobSearch span.uk-icon.uk-search-icon {
  transform: translate(15px, 36px);
}

.formPrimaryBtn {
  background: #1249d6;
  color: #fff;
  padding: 15px 20px;
  border-radius: 25px;
  margin-top: 10px;
  display: block;
  width: 100%;
  max-width: 120px;
}

.margin-center {
  margin: 0px auto;
}

.mt {
  margin-top: 20px;
}

a.formPrimaryBtn:hover {
  color: #fff !important;
}

.txtwrp.txtwrpSecond p {
  width: 100%;
}

.imgDiv.imgDivMain {
  margin-top: 50px !important;
}

.txtwrp h3 {
  font-size: 32px;
  color: #000;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: -1.1px;
  line-height: 39px;
}

.bgWhite {
  background-color: #fff !important;
  background: #fff !important;
}

.bgGray {
  background-color: #f5f5f5 !important;
  background: #f5f5f5 !important;
}

.peopleProfile {
  padding: 24px 0 24px 16px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

.peopleProfile h3 {
  margin-bottom: 8px;
  color: #1249d6;
  font-size: 22px;
  font-weight: 700;
}

.peopleProfile p {
  margin: 0;
  color: #000;
  font-size: 16px;
}

.businessSlider.Talent {
  overflow: hidden !important;
}

.pharma-textSec-second.sustainabiltyApproach .txtwrp p:last-child {
  margin: 0px !important;
}

.patternSec.bgWhite .txtwrp h2 {
  margin-bottom: 10px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.mainBox.MediaCard {
  cursor: default !important;
}

.mainBox.MediaCard h3 {
  color: #333 !important;
  opacity: 0.7;
  line-height: 29px;
  letter-spacing: -0.58px;
  margin-bottom: 16px !important;
}

.LabelNew {
  margin-top: 33px;
}

.LabelNew span {
  font-size: 12px;
  background: #e4e4e4;
  padding: 5px 6px;
  color: #1d1d1d;
  line-height: 15px;
  border-radius: 4px;
  margin-right: 10px;
}

.mainBox.sustainCards {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 10px 20px #e6e6e6;
}

.mainBox.sustainCards .txtwrp h3 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}

.mainBox.sustainCards p {
  padding-bottom: 60px;
}

.imagesSec.community .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.imagesSec.community .txtwrp p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.26px;
  line-height: 28px;
}

.txtwrp .HSList span {
  width: 100%;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.26px;
  line-height: 28px;
  margin-bottom: 16px;
}

.sidebar {
  width: 25%;
  height: 83vh;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.sidebar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.main {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
}

button.btn-2.marginBtn {
  max-width: 200px;
  line-height: 20px;
  border: none;
}

body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}

header .upr-header {
  border-bottom: 1px solid #fff3;
  padding: 0 0 0px 0;
}

header .logowrp {
  padding: 0 0 0 60px;
}

header {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 0px 10px 0 #0000004f;
}

header .nav-links ul li {
  list-style: none;
  margin: 0px 0px 0 20px;
}

header .lower-header {
  padding: 10px 0;
}

.lower-header ul {
  margin: 0px;
}

header .lower-header ul li .dropdown {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  display: none;
}

.mainBusniessSec.graySec h2{
  color: #000 !important;
}

.mainBusniessSec.graySec p{
  color: #000 !important;
}

.impact-sec {
  background: linear-gradient(90deg,
      rgba(64, 92, 170, 1) 10%,
      rgba(25, 54, 134, 1) 80%,
      rgba(27, 20, 100, 1) 100%);
  padding: 70px;
}

.impact-sec .txtwrp h2 {
  font-size: 47px;
  color: #fff;
  margin: 0 0 40px 0;
  letter-spacing: -1.1px;
  line-height: 72px;
}

.updateSlider .uk-slider.uk-slider-container {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 0px #e6e6e6;
  height: 588px;
}

.updateSlider .uk-position-relative.uk-visible-toggle.uk-light {
  height: 500px;
}

h4.newDownload a {
  color: #fff !important;
  width: 100%;
  font-weight: 500;
  font-size: 19px;
}

h4.newDownload a:hover {
  color: #fff !important;
}

h4.newDownloads a {
  color: #fff;
  width: 100%;
}

/* .imgwrp img {
      width: 100%;
      border: 1px solid #e3e3e3;
      border-bottom: none !important;} */
.team-sec .btnwrp a:hover {
  text-decoration: none;
  color: #034ea2 !important;
}

.nomargin {
  margin: 0px !important;
}

.update-sec .btnwrp a {
  color: #034ea2;
  font-size: 17px;
  font-weight: 500;
}

.update-sec .btnwrp a:hover {
  color: #034ea2;
}

.slider-sec {
  position: relative;
  padding: 0;
}

.sliderbusinessDiversity {
  width: 100%;
}

.slider-sec .slick-slide {
  background: #3a8999;
  color: white;
  /* padding: 110px 0 120px; */
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center;
}

.slider-sec .slick-prev:before,
.slider-sec .slick-next:before {
  color: black;
}

.slider-sec .slick-dots {
  bottom: -30px;
}

.slider-sec .slick-slide:nth-child(odd) {
  background: #e84a69;
}

.itembusinessDiversity h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 22.8px;
}

.slider-sec .txtwrp h2 {
  color: #fff;
  font-size: 49px;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  /* overflow: hidden; */
}

.social-media {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.businessSliderNav .uk-position-bottom-left.right {
  bottom: -70px;
  left: 40px;
  background: #1249d6;
  color: #fff !important;
}

.businessSliderNav .uk-position-bottom-left {
  bottom: -70px;
  left: 0;
  background: #1249d6;
  color: #fff !important;
}

.modalBox.polysterModal {
  /* max-width: 710px !important; */
  width: 61% !important;
  padding: 0px !important;
}

.modalBox.polysterModal .contentBox video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
}

.modalBox.polysterModal button {
  background: #fff;
  color: #000;
  border-radius: 50px;
  box-shadow: 2px 2px #605353;
}

.pin.highlight::before {
  animation-delay: 1s;
}

.pin.highlight:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out infinite;
}

.newDownload {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 30px;
  z-index: 1;
  width: 100%;
  color: #fff;
  transform: translateY(30%);
  transition: all 0.3s ease;
  margin: 0;
  width: 90%;
  text-overflow: ellipsis;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  max-width: 89%;
}

.newDownload:hover,
.newDownload:hover h4 {
  transform: translateY(-20%) !important;
}

.newDownload h4 a {
  color: #000 !important;
}

.updateright {
  position: relative;
  transition: all 1s ease;
}

.updateright img {
  transition: all 1s ease;
  max-height: 287.50px;
}

.updateright img:hover {
  transform: scale(1.02);
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 0;
    transform: scale(3);
  }
}

.headOffice {
  width: 7px;
  height: 7px;
  background-color: #034ea2;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.plant {
  width: 7px;
  height: 7px;
  background-color: #2485c6;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.progressBarContainer_1 {
  position: absolute;
  width: 100%;
  left: 45%;
  transform: rotate(90deg);
  bottom: -50%;
}

.overviewHigh {
  color: #0f6ecd !important;
  font-weight: 600;
}

.overviewHigh span {
  padding: 0px 4px 3px 4px !important;
  margin-left: 10px;
}

a.overviewHigh:hover {
  color: #0f6ecd !important;
}

.overviewHigh svg {
  fill: none !important;
  color: #fff;
  width: 17px;
}

.overviewHigh svg g#Group_174923 rect {
  fill: none !important;
}

.ScrollCarousalBoxHover {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px 0px;
  z-index: 1;
  width: 100%;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.3s ease;
  background: rgb(7 62 140 / 70%);
}

.ScrollCarousalBox {
  float: left;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.ScrollCarousalBox:hover .ScrollCarousalBoxHover {
  transform: translateY(0);
}

/* .sectionBanner {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
} */

/* .imgSec {
    background-image: url(../images/section-img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: block;
} */

.ourBusineesSec .sliderSec ul li .nameBox h3 {
  color: #034ea2;
  font-weight: 400;
  margin: 0px 0 0;
  padding-left: 16px;
  font-size: 22px;
  padding-right: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    color: initial !important;
    text-decoration: none !important;
    animation: none;
} */

.valuesSec .valueSecWrp .txtwrp p {
  margin: 0;
  width: 904px;
  font-size: 17px;
  color: #454547;
  letter-spacing: -0.26px;
  line-height: 28px;
  font-weight: 500;
}

.valuesSec .valueSecWrp .valueBox {
  transition: 0.5s all;
}

.valuesSec .valueSecWrp .valueBox:hover {
  box-shadow: 0px 16px 26px #00000029;
  transition: 0.5s all;
}

.leadersTab .tabConent li .mainBox .txtwrp {
  padding: 10px 0 15px 15px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #e6e6e6;
  transition: 0.5s all;
}

/* .leadersTab .tabConent li .mainBox .txtwrp:hover {
    box-shadow: 0px 16px 26px #00000029;

} */

.leadersTab .tabConent li .mainBox .txtwrp h3 {
  margin: 0px;
  color: #034ea2;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.comPny .infoWrp {
  margin-top: 50px;
}

.financialAccordian .txtwrp h2 {
  margin-bottom: 30px !important;
}

.leadersTab.mediaTab .tabConent li .mainBox .txtwrp h3 {
  margin-bottom: 8px;
  color: #1249d6;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
  height: 87px;
}

.leadersTab .tabConent li .mainBox .txtwrp p {
  margin: 0;
  color: #6a6a6c;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* li.headOffice1::marker {
    color: #28275D;
    font-size: 28px;
    line-height: 0px;
}

li.plant2::marker {
    color: #2485C6;
    font-size: 28px;
    line-height: 0px;
}

li.regional3::marker {
    color: #45C7F3;
    font-size: 28px;
    line-height: 0px;
} */

li.headOffice1 span,
li.plant2 span,
li.regional3 span {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.mapContent li span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  left: -19px;
  border-radius: 50%;
  top: 4px;
}

.mapContent li.plant2 span::before {
  background-color: #2bace3;
}

.mapContent li.regional3 span::before {
  background-color: #87c766;
}

.modalBox .txtwrp h3 {
  font-size: 45px;
  color: #034ea2;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 50px;
}

.downloadPolicySec .txtwrp h2 {
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  line-height: 28px;
}

.downloadPolicySec .boxWrp .txtAndIcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
}

.imagesSec {
  padding: 90px 0;
}

.imagesSec .imgwrp img {
  width: 100%;
}

button.search-btn {
  position: relative;
  right: 15%;
  background: transparent;
  border: none;
  color: #fff;
  z-index: 10;
  cursor: pointer;
}

header button.search-btn {
  color: #000;
}

.textSec .txtwrp h2 {
  margin: 0;
  width: 100%;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.51px;
  line-height: 28px;
  font-weight: 500;
}

.textSec .txtwrp h2.our-business-text {
  font-size: 16px !important;
  width: 100% !important;
  font-weight: 500;
  line-height: 28px;
}

.sodaAshTextSec .txtwrp h2 {
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.sodaAshTextSec .txtwrp p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 28px;
  font-weight: 500;
}

.sodaAshTextSecSecond .txtwrp h2 {
  margin: 0;
  margin-bottom: 24px !important;
  font-size: 46px;
  color: #000;
  letter-spacing: -1.44px;
}

.sodaAshTextSecSecond .txtwrp p {
  font-size: 16px;
  margin-bottom: 32px;
  color: #000;
  width: 100%;
  letter-spacing: -0.26px;
  line-height: 28px;
  font-weight: 500;
}

.animalHealthTextSec .txtwrp {
  width: 100%;
}

.animalHealthTextSec .txtwrp p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 28px;
  font-weight: 500;
}

.afriSciencesTextSec .txtwrp h2 {
  margin: 0;
  margin-bottom: 32px !important;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.afriSciencesTextSec .txtwrp p {
  font-size: 22px;
  margin-bottom: 40px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 33px;
}

.partner-success .txtwrp h2 {
  margin: 0;
  padding-bottom: 14px;
  width: 875px;
  font-size: 46px;
  color: #000;
  letter-spacing: -1.1px;
}

.partner-success .txtwrp p {
  margin: 0;
  width: 100%;
  font-size: 16px;
  color: #000;
  padding-bottom: 60px;
  letter-spacing: -0.26px;
  line-height: 28px;
}

.pharma-textSec .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.pharma-textSec .txtwrp p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  letter-spacing: -0.35px;
  font-weight: 500;
}

.pharma-textSec-second .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.pharma-textSec-second .txtwrp p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.26px;
  line-height: 28px;
  font-weight: 500;
}

.pharma-slider-sec .txtwrp h2 {
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.tab-content .tabHeading h2 {
  font-size: 36px;
  color: #1249d6;
  font-weight: 400;
}

.tab-content .iconAndTxt .txtwrp p {
  margin: 0;
  font-size: 18px;
  color: #000;
}

.tab-content .tablewrp thead tr th {
  font-size: 20px;
  color: #000;
}

.tab-content .tablewrp tbody tr td {
  font-size: 18px;
  color: #000;
}

.tab-content .tableDiv thead tr th {
  font-size: 20px;
  color: #000;
}

.tab-content .tableDiv tbody tr td {
  font-size: 18px;
  color: #000;
}

.shareholderTxtSec .txtSecWrp .txtwrp p {
  width: 100%;
  font-size: 16px;
  color: #000;
  margin: 0;
  letter-spacing: -0.35px;
  line-height: 28px;
  font-weight: 500;
}

.patternSec .txtwrp h2 {
  font-size: 45px;
  color: #fff;
  letter-spacing: -1.1px;
}

.patternSec .boxwrp .iconAndTtxtWrp {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  background: #f5f5f5;
  align-items: center;
  border: 1px solid #e3e3e3;
}

.sliderbusinessDiversity.single-itembusinessDiversity .txtwrp p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chemicalSection .chemicalPattern .txtwrp h3 {
  font-size: 45px;
  color: #fff;
  width: 581px;
  letter-spacing: -1.1px;
  line-height: 55px;
}

.complianceSec .descWrp .detailWrp .detailDesc p {
  margin: 0px 0 5px;
  font-size: 18px;
  color: #000;
}

.complianceSec .descWrp .detailWrp .iconAndTtxWrp .txtwrp p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}

.complianceSec .descWrp .detailWrp .secpDesnWorkWrp .txtwrp p {
  margin: 0 0 24px;
  font-size: 16px;
  color: #000;
  width: 100%;
  letter-spacing: -0.35px;
  line-height: 28px;
  font-weight: 500;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent ul li {
  border: none;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  list-style: none;
  justify-content: space-between;
  border: none;
  padding: 10px 33px !important;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.keyPerformanceSec .keyPerformanceWrp .txtwrp h2 {
  margin: 0;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.financialHightlight .txtwrp p {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
}

/* .financialAccordian .txtwrp {
      margin-bottom: 0px !;}
  */
.financialAccordian .txtwrp p {
  margin: 0px !important;
}

.financialAccordian .txtwrp h2 {
  margin: 0;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.08px;
}

.websiteCompliance .iconAndTxtWrp {
  display: flex;
  align-items: FLEX-START;
  justify-content: space-between;
  padding: 20px 23px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 40px;
}

.cardioCareSec .accordianWrp ul li.uk-open a {
  background-color: #2484c6;
  color: #fff !important;
}

.cardioCareSec .accordianWrp ul li a:hover {
  background-color: #2484c6;
  color: #fff !important;
}

.contact-sec .contact-cards .contact-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  letter-spacing: -0.58px;
}

.color-logo {
  width: 100px;
  z-index: 1;
  position: relative;
}

.fieldSeedTab .tabbinWrp .tabContent li a:hover {
  background-color: #2484c6;
  color: #fff !important;
}

.fieldSeedTab .tabbinWrp .tabContent li.uk-open a {
  background-color: #2484c6;
  color: #fff !important;
}

.cardioCareSec .accordianWrp ul li.uk-open a::before {
  background-image: url(../../source/images/minus-img.svg);
}

.LabelNew {
  margin-top: 33px;
  padding: 0px 15px;
}

.contactMain {
  background: linear-gradient(90deg,
      rgba(64, 92, 170, 1) 10%,
      rgba(25, 54, 134, 1) 80%,
      rgba(27, 20, 100, 1) 100%);
  padding: 60px 95px;
}

.contactSec {
  padding: 100px 0px 140px;
}

.contactSec .txtwrp h2 {
  margin-bottom: 26px;
  font-size: 45px;
  color: #000;
  letter-spacing: -1.44px;
}

.contactMain .contentBox {
  color: #fff;
  text-align: center;
}

.ContactCards,
.contactForm {
  background: #f5f5f5;
  padding: 35px 20px;
  margin-bottom: 15px;
}

#stickymain {
  position: sticky;
  position: -webkit-sticky;
  height: auto;
  top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  float: left;
}

.contactForm {
  background: #f5f5f5;
  padding: 40px 32px;
}

.ContactCards h5 {
  color: #333;
  letter-spacing: -0.58px;
  line-height: 29px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ContactCards ul li {
  list-style: none;
}

.ContactCards ul {
  padding: 0px;
}

.AddressIcon,
.phoneIcon {
  position: relative;
  padding: 0px 0px 0px 30px;
  color: #6e6e6e;
}

.AddressIcon2,
.mailIcon,
.phoneIcon2,
.faxIcon {
  position: relative;
  /* padding: 0px 0px 0px 30px; */
  color: #6e6e6e;
}

.AddressIcon2 p,
.mailIcon p,
.phoneIcon2 p,
.faxIcon p {
  padding: 0px 0px 0px 30px;
}

.AddressIcon:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/minilocation.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
}

.phoneIcon:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/minicall.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
}

.AddressIcon2:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/InvLocation.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
}

.phoneIcon2:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/InvCall.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
}

.faxIcon:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/InvFax.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
}

.mailIcon:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/invMail.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
}

.phone-txt,
.email-txt {
  position: relative;
}

.phone-txt p,
.email-txt p {
  margin-top: 2px;
  padding-left: 25px;
  margin-bottom: 0px;
}

section.impact-sec.patternSec .txtwrp h4 {
  color: #fff;
}

.phone-txt:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/contact-phone.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
}

.email-txt:before {
  display: block;
  content: "";
  clear: both;
  background-image: url("../../source/images/contact-email.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
}

.ContactCards h6 {
  margin-top: 16px;
  margin-bottom: 5px;
  color: #333;
  line-height: 28px;
}

span.phoneIcon {
  color: #333;
}

.contactForm h5 {
  font-size: 32px;
  color: #000;
  letter-spacing: -0.77px;
  line-height: 78px;
  font-family: "Inter", sans-serif !important;
}

.contactForm h5 {
  font-size: 32px;
  color: #000;
  letter-spacing: -0.77px;
  line-height: 0;
  margin-bottom: 30px !important;
}

.contactDetail label {
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.contactDetail label span {
  color: #ff0000;
}

.contactDetail input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 17px;
  color: #868589;
}

.contactDetail textarea {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 17px;
}

.marginBtn {
  margin-top: 10px;
  display: block;
  max-width: 100px;
}

.btn-2.marginBtn:hover {
  color: #fff !important;
}

/* .imgwrp img {
      transition: transform 0.4s ease-in-out;}
  .imgwrp:hover img {
      transform: scale(1.1);} */
.imgwrp {
  overflow: hidden;
}

.responsibly-sec .imgwrp img {
  transition: none !important;
}

.responsibly-sec .imgwrp {
  overflow: visible;
}

.responsibly-sec :hover img {
  transform: none !important;
}

.leadersTabWrp .imgwrp img {
  transition: none !important;
}

.leadersTabWrp .imgwrp {
  overflow: visible;
}

.leadersTabWrp :hover img {
  transform: none !important;
}

.businessSlider .uk-panel img {
  transition: transform 0.4s ease;
}

.businessSlider .uk-panel:hover img {
  transform: scale(0.95);
}

.businessSlider .uk-panel {
  overflow: hidden;
}

.memberSliderWrp .uk-panel img {
  transition: transform 0.4s ease;
}

.memberSliderWrp .uk-panel:hover img {
  transform: scale(0.95);
}

.memberSliderWrp .uk-panel {
  overflow: hidden;
}

.memebrsSlider .uk-panel img {
  transition: transform 0.4s ease;
}

.memebrsSlider .uk-panel:hover img {
  transform: scale(0.95);
}

.electionCards .imgwrp {
  flex-shrink: 0;
}

.memebrsSlider .uk-panel {
  overflow: hidden;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 786px) {}

.imgwrp {
  overflow: hidden;
}

.responsibly-sec .imgwrp img {
  transition: none !important;
}

.responsibly-sec .imgwrp {
  overflow: visible;
}

.responsibly-sec :hover img {
  transform: none !important;
}

.leadersTabWrp .imgwrp img {
  transition: none !important;
}

.leadersTabWrp .imgwrp {
  overflow: visible;
}

.leadersTabWrp :hover img {
  transform: none !important;
}

.businessSlider .uk-panel img {
  transition: transform 0.4s ease;
}

.businessSlider .uk-panel:hover img {
  transform: scale(0.95);
}

.businessSlider .uk-panel {
  overflow: hidden;
}

.memberSliderWrp .uk-panel img {
  transition: transform 0.4s ease;
}

.memberSliderWrp .uk-panel:hover img {
  transform: scale(0.95);
}

.memberSliderWrp .uk-panel {
  overflow: hidden;
}

.memebrsSlider .uk-panel img {
  transition: transform 0.4s ease;
}

.memebrsSlider .uk-panel:hover img {
  transform: scale(0.95);
}

.memebrsSlider .uk-panel {
  overflow: hidden;
}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 786px) {}

/* timeline slider */

/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events * {
  outline: 0;
}

.h--timeline-container,
.h--timeline-events {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.h--timeline-navigation-container ul,
.h--timeline-navigation-container li,
.h--timeline-events ol,
.h--timeline-events li,
.h--timeline-line ol,
.h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.h--timeline--loaded {
  opacity: 1;
}

.h--timeline-container {
  height: 70px;
}

.h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
  background: #ededed;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */

.h--timeline-dates::after {
  right: 0;
  background: linear-gradient(to left, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 49px;
  height: 2px;
  background-color: #f7f7f7;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1249d6;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  top: -30px;
  justify-content: center;
  display: flex;
  width: 100px;
}

.h--timeline-date:hover {
  font-weight: 600;
}

.h--timeline-date::after,
.h--timeline-date::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #1e87f0;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}

.h--timeline-date::before {
  bottom: -3px;
  height: 9px;
  width: 9px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}

.h--timeline-date:hover::before,
.h--timeline-date:hover::after {
  all: unset;
}

.h--timeline-date:hover::after {
  background-color: #f7f7f7;
  border-color: #6e1e46;
}

.h--timeline-date--selected {
  pointer-events: none;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #1249d6;
}

.h--timeline-date--selected::before {
  background-color: #1249d6;
}

.h--timeline-date--older-event::after {
  background-color: #1249d6;
  border-color: #1249d6;
}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #f7f7f7;
  transition: border-color 0.3s;
  width: 32px;
  height: 32px;
  background: #034ea2;
}

.h--timeline-navigation::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
}

.h--timeline-filling-line {
  background: transparent;
}

a.h--timeline-date.h--timeline-date--selected {
  background: #034ea2;
  height: 100px;
  top: -60px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  all: unset;
}

.OurHistorySecContent {}

/**/

/* presence css */
.presence.impact-sec {
  background: #fff;
}

.presence.impact-sec .txtwrp h2 {
  color: #000;
}

.presence.impact-sec .txtwrp p {
  color: #000;
}

.presence.impact-sec .number h2 {
  color: #034ea2;
}

.presence.impact-sec .num-content p {
  color: #6a6a6c;
}

.presence.impact-sec .number {
  border-bottom: 1px solid #6a6a6c;
}

.globalfingerfoot {
  background-color: #f5f5f5;
}

.globalfingerfoot .txtwrp h2 {
  font-size: 49px;
  color: #000;
  margin: 0 0 40px 0;
  letter-spacing: -1.1px;
  line-height: 72px;
  font-weight: 300;
}

.globalfingerfoot .txtwrp p {
  font-size: 31px;
  color: #000;
  margin: 0 0 60px 0;
  width: 927px;
  font-weight: 400;
  letter-spacing: -0.51px;
  line-height: 48px;
}

.flagmain {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 15px 30px;
  transition: 0.5s all;
}

.flagmain:hover {
  box-shadow: 0px 16px 26px #00000029;
  cursor: pointer;
}

.flagmain ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.flagmain h3 {
  font-size: 24px;
  letter-spacing: -0.86px;
  color: #034ea2;
  margin-bottom: 0;
}

.h--timeline-navigation:hover {
  border-color: #034ea2;
}

.h--timeline-navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.h--timeline-navigation--next {
  right: 0;
}

.h--timeline-navigation--inactive {
  cursor: not-allowed;
}

.h--timeline-navigation--inactive::after {
  background-position: 0 -16px;
}

.h--timeline-navigation::after {
  background-position: 0 -16px;
}

.h--timeline-navigation--inactive:hover {
  border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
  overflow: hidden;
  transition: height 0.4s;
  padding-bottom: 2rem;
}

.h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
  max-width: 800px;
  margin: 2rem auto 0;
  padding: 2rem;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #000;
  justify-content: center;
}
body.rtl .h--timeline-event-content{
    font-family: "Noto Nastaliq Urdu", serif !important;
}

.h--timeline-event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,
.h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.h--timeline-event--enter-left,
.h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.h--timeline-event--leave-right,
.h--timeline-event--leave-left {
  animation-direction: reverse;
}

.h--timeline-event-title {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
}

.h--timeline-event-date {
  display: block;
  font-style: normal;
  margin: 0px 40px 0px 20px;
  color: #034ea2;
  font-size: 24px;
  font-weight: 700;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before {
  background-color: #1249d6;
}

.h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #1249d6;
}

.h--timeline-date--older-event::after {
  background-color: #1249d6;
  border-color: #1249d6;
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
  bottom: 0;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after {
  all: unset;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  bottom: 40px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,
.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
  bottom: 37px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::before {
  bottom: 45px;
}

.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
  bottom: -3px;
}

.h--timeline-line li:nth-child(even) .h--timeline-date {
  bottom: 0;
  top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.h--timeline-date::after,
.h--timeline-date::before {
  background-color: transparent;
  border: none;
}

.h--timeline-line {
  /* all: unset; */
  background: transparent;
}

.h--timeline-date {
  font-size: 24px;
}

.h--timeline-filling-line {
  background: transparent;
}

a.h--timeline-date.h--timeline-date--selected {
  background: #034ea2;
  height: 100px;
  top: -60px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.h--timeline-line li:nth-child(even) .h--timeline-date::after {
  all: unset;
}

/**/

/* ============================================partner of choice================================================ */

.txtSec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.txtSec .txtwrp h2 {
  letter-spacing: -0.74px;
  color: #fff;
  font-size: 31px;
  margin: 0;
  font-weight: 200;
  width: 910px;
}

.txtSec .txtwrp h2.colorHeading {
  color: #ff8dc8;
  margin-bottom: 24px;
}

.internationParter .txtwrp {
  margin-bottom: 32px;
}

.internationParter ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

.internationParter ul li {
  list-style: none;
}

.internationParter .partnerBox {
  text-align: center;
  /* width: 100px; */
  /* height: 100px; */
}

.internationParter .partnerBox img {
  margin-bottom: 16px;
  object-fit: contain;
  width: 90px;
  height: 90px;
}

.internationParter .partnerBox p {
  margin: 0;
  font-size: 15px;
  color: #000000;
  width: 90px;
  margin: 0 auto;
}

.whiteSec {
  background-color: #fff;
}

.graySec {
  background-color: #f5f5f5 !important;
}

.gradientSec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%) !important;
}

.cardBody {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 24px;
  border-radius: 4px;
  transition: 0.5s all;
}

.cardBody:hover {
  box-shadow: 0px 16px 26px #00000029;
}

.awardCards .cardBody .imgwrp {
  margin-bottom: 24px;
}

.awardCards .cardBody .imgwrp img {
  width: 72px;
  margin: 0;
}

.newDevSec h2,
.newDevSec p {
  color: #fff !important;
}

.cardBody .txtwrp h3 {
  font-size: 24px;
  color: #034ea2;
  margin-bottom: 8px;
  line-height: 30px;
}

.cardBody .txtwrp p {
  font-size: 15px;
  color: #6e6e6e;
  margin-bottom: 8px;
  margin-top: 0;
}

/* ============================================partner of choice================================================ */

/* ============================================code of conduct========================================= */

.codeSec .txtwrp h2 {
  letter-spacing: -1.06px;
  color: #ffffff;
  line-height: 54px;
  font-size: 44px;
  width: 230px;
  margin-bottom: 16px;
}

.codeSec .txtwrp p {
  width: 250px;
  line-height: 24px;
  font-size: 19px;
  color: #fff;
  margin: 0;
}

.codeSec.polyCodeSec .txtwrp p {
  color: #034ea2 !important;
}

.codeSec .btnwrp {
  margin-top: 48px;
}

.textileCertificateSec .txtwrp p img {
  width: 150px;
}

/* .codeSec .btnwrp a:hover {
  color: #034ea2 !important;
} */

.codeSec .btnwrp a img {
  margin-left: 8px;
  filter: invert(98%) sepia(57%) saturate(2%) hue-rotate(322deg) brightness(108%) contrast(100%);
}

.codeSec .btnwrp a:hover img {
  filter: invert(98%) sepia(57%) saturate(2%) hue-rotate(322deg) brightness(108%) contrast(100%) !important;
}

.codeSec.companyCodeSec .btnwrp a:hover img {
  filter: unset !important;
}

/* ============================================code of conduct========================================= */

/* ============================================company information========================================= */

.infoWrp h2 {
  margin: 0 0 40px 0;
}

.contactInfo ul {
  padding: 0;
  margin: 0;
}

.contactInfo ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.contactInfo ul li:not(:last-child) {
  margin-bottom: 20px;
}

.contactInfo ul li .contactIcon {
  margin-right: 16px;
}

.contactInfo ul li .contactLinks p {
  margin-bottom: 4px;
  font-size: 15px;
  color: #868589;
}

.contactInfo ul li .contactLinks a {
  font-size: 15px;
  color: #034ea2;
  font-weight: 500;
  width: 256px;
  display: block;
}

.contactInfo ul li .contactLinks a:hover {
  color: #034ea2 !important;
}

.contactInfo ul li .contactLinks a.underlineLink {
  text-decoration: underline;
}

.infoWrp .cardBody .txtwrp {
  margin-bottom: 32px;
}

.infoWrp .cardBody .txtwrp p {
  font-size: 19px;
  color: #454547;
  margin: 0;
}

.registerSec .txtwrp h2 {
  margin-bottom: 40px;
  width: 440px;
  font-weight: 300;
}

.custWidth.registerSec .txtwrp h2 {
  width: 100%;
}

.registerSec .txtwrp ul {
  margin: 0 0 40px;
  padding: 0;
}

.registerSec .txtwrp ul li {
  list-style: none;
}

.registerSec .txtwrp ul li:not(:last-child) {
  margin-bottom: 16px;
}

.registerSec .txtwrp ul li a,
.registerSec .txtwrp ul li a:hover {
  color: #034ea2 !important;
}

.registerSec .txtwrp p {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin: 0;
  width: 628px;
}

.registerSec .btnwrp {
  margin-top: 40px;
}

/* .registerSec .btnwrp a:hover {
  color: #fff;
} */

.subsideSec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.subsideSec .txtwrp {
  margin-bottom: 40px;
}

.subsideSec .txtwrp h2 {
  color: #fff;
}

.subsideSec .cardBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subsideSec .cardBody .imgwrp {
  margin-bottom: 24px;
}

.subsideSec .cardBody .imgwrp img {
  margin: 0;
}

.subsideSec .cardBody .txtwrp h3 {
  width: 270px;
}

.subsideSec .cardBody .txtwrp p {
  color: #454547;
  font-size: 19px;
  margin: 0;
}

.subsideSec .cardBody .btnwrp {
  text-align: right;
  border-top: 1px solid #dfdfdf;
  padding-top: 24px;
}

.subsideSec .cardBody .btnwrp a {
  font-size: 13px;
  color: #034ea2;
  border: 1px solid #034ea2;
  padding: 8px 16px;
  border-radius: 26px;
  font-weight: 500;
  transition: 0.3s all;
}

.subsideSec .cardBody .btnwrp a:hover {
  background: radial-gradient(circle, #1b1464, #034ea2, #1b1464, #034ea2);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: #fff;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.leadersTab .cardBody h3 {
  line-height: 30px;
}

.ratingSec .txtwrp {
  margin-bottom: 40px;
}

.ratingSec .tableWrp table {
  border: 1px solid #f5f5f5;
}

.ratingSec .tableWrp thead {
  background-color: #e4e4e4;
}

.ratingSec .tableWrp tr th {
  font-size: 15px;
  color: #000000;
}

.ratingSec .tableWrp tr td {
  font-size: 13px;
  color: #000000;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
}

.ratingSec .tableWrp.earningTable tr td {
  width: 60%;
}

.ratingSec .tableWrp tr td span {
  margin-left: 10px;
}

.ratingSec p {
  font-size: 13px;
  color: #000;
  line-height: 18px;
  width: 904px;
}

.sliderButton .sliderRightArrow {
  background: #1249d6;
  color: #fff;

  border: 1px solid;
 
}

.sliderButton .uk-position-center-right {
    right: auto !important;
    left: 50px;
    top: 120px;
}
.sliderButton .uk-position-center-left {
    left: -10px !important;
    top: 120px;
}


.supportProjectSec .sliderButton .uk-position-center-right {
    right: 0 !important;
    left: auto;
    bottom: 0;
    top: auto;
}

.supportProjectSec .sliderButton .uk-position-center-left {
    left: auto !important;
    right: 50px !important;
    top: auto;
    bottom: 0;
}
.supportProjectSec .txtdiv {
        padding-right: 13px;
}

.flgInt.internationParter ul {
  gap: 45px 15px !important;
}

.chemical .sliderButton .uk-position-center-right {
    top: 170px;
}
.chemical .sliderButton .uk-position-center-left{
 top: 170px;
}
.uk-slidenav:hover {
  color: #0f2a79 !important;
}

/* ============================================company information========================================= */

/* Share holder start */

.shareholder {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.shareholder .txtwrp h2 {
  font-size: 49px;
  letter-spacing: -1.18px;
  color: #fff;
  margin: 0 0 30px 0;
  font-weight: 300;
}

.shareholder .txtwrp p {
  color: #fff;
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.74px;
  font-weight: 200;
  width: 100%;
  margin-bottom: 40px;
  line-height: 36px;
}

.shareholder .cardBody .txtwrp {
  margin-bottom: 32px;
}

.audiotor {
  background: #f5f5f5;
}

.audiotor .txtwrp h2 {
  margin-bottom: 40px;
  width: 440px;
  font-weight: 300;
}

.audiotor .contactInfo ul li .contactLinks p {
  font-size: 19px;
  color: #454547;
  font-weight: 400;
}

/* grievance css start */

.registerSec.sharestock.hadnling {
  background: #f5f5f5;
}

.sharestock.registerSec.hadnling .txtwrp.pargh p {
  width: 90%;
  font-size: 19px;
  color: #454547;
  margin: 0 0 20px 0;
  line-height: 24px;
}

.registerSec.hadnling .txtwrp p {
  width: 100%;
}

.audiotor.secp {
  background: #fff;
}

.audiotor.secp .txtwrp h4 {
  font-size: 24px;
  color: #454547;
  font-weight: 400;
}

.audiotor.secp .txtwrp p {
  font-size: 17px;
  color: #6a6a6c;
  font-weight: 400;
}

.audiotor.secp img {
  margin: 20px 0;
}

/* election of director start */
.electionCards .cardBody {
  padding: 16px;
}

.electionCards .cardContent {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.electionCards .cardContent .imgwrp img {
  width: 72px;
}

.esgCards .cardBody {
  background-color: #fafafa;
}

.electionCards .txtwrp h3 {
  font-size: 17px;
  margin-bottom: 4px;
  width: 210px;
  line-height: 20px;
}

.electionCards .txtwrp p {
  margin: 0;
  font-size: 13px;
  color: #6a6a6c;
}

.electionCards .txtwrp p a {
  color: #6a6a6c;
  text-decoration: underline;
}

.electionCards .txtwrp p a img {
  width: 14px;
  filter: brightness(0.5);
  margin-left: 5px;
}

/* election of director end */

/* annoucenet css */

.textSec.annocement .txtwrp h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 300;
}

.textSec.annocement .txtwrp h2 span {
  font-size: 30px;
}

.textSec.annocement .txtwrp p {
  font-size: 17px;
  color: #454547;
  margin: 16px 0 0;
}

/* financial start */

.financial .txtwrp h2 {
  font-size: 31px;
  line-height: 38px;
  letter-spacing: -0.74px;
  font-weight: 300;
  width: 910px;
}

.financial-sec2 {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.financial-sec2 .txtwrp h2 {
  font-size: 49px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -1.18px;
}

/* regulatory requirement start */

.comapnyStatusSec {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.comapnyStatusSec .txtdiv h2 {
  color: #fff;
}

.comapnyStatusSec .txtdiv p {
  font-size: 24px;
  color: #fff;
  width: 904px;
  margin: 0;
}

.comapnyStatusSec .cardBody {
  background-color: #fafafa;
}

.comapnyStatusSec.fiveSec {
  background: #fff;
}

.comapnyStatusSec.fiveSec .txtdiv h2 {
  color: #000;
}

/* regulatory requirement end */

/* sustainbleSec start */
.sustainbleSec {
  background-repeat: no-repeat;
  background-size: cover;
}

.sustainbleSec h2 {
  font-size: 49px;
  color: #fff;
  line-height: 60px;
}

.sustainbleSec p {
  width: 90%;
  font-size: 19px;
  color: #fff;
  font-weight: 300;
}

.sustainbleSec .uk-grid.uk-grid-stack {
  justify-content: end;
}

.buildingSec .uk-grid.uk-grid-stack {
  justify-content: start;
}

.sustainbleSec2 {
  background-color: #f5f5f5;
}

.sustainbleSec2 p {
  font-size: 17px;
  color: #454547;
  line-height: 22px;
  width: 79%;
}

.sustaibleHeading {
  font-size: 44px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
  /* letter-spacing: -3.06px; */
  line-height: 54px;
}

.sustaibleHeading2 {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  margin-bottom: 20px;
}

.sustainbleSec2 ul {
  padding: 0;
  list-style: none;
}

.sustainbleSec2 ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #6a6a6c;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 30px 0;
}

.sustainbleSec2 .uk-grid {
  align-items: center;
}

.sustainbleSec3 {
  background-color: #fff;
}

.sustainbleSec4 {
  background: linear-gradient(6deg,
      rgba(7, 62, 140, 1) 0%,
      rgba(15, 39, 118, 1) 99%);
}

.sustainbleSec4 .sustaibleHeading {
  color: #fff;
  /* width: 20%; */
}

.sustainbleSec4 p {
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  width: 78%;
}

.sustainbleSec4 .sustaibleHeading2 {
  color: #fff;
  line-height: 30px;
}

.sustainbleSec4 .electionCards .txtwrp h3 {
  font-size: 24px;
  letter-spacing: -0.86px;
  line-height: 29px;
  width: 200px;
}

.sustainbleSec4 .electionCards .cardContent {
  align-items: center;
}

.sustainbleSec4.comapnyStatusSec .subsideSec .cardBody .imgwrp img {
  width: auto;
}

.sustainbleSec4.comapnyStatusSec .subsideSec .cardBody .btnwrp {
  text-align: left;
}

.sustainbleSec4.comapnyStatusSec .subsideSec .cardBody .btnwrp ul {
  list-style: none;
  padding: 0;
}

.sustainbleSec4.comapnyStatusSec .subsideSec .cardBody .btnwrp ul li {
  font-size: 15px;
  color: #6e6e6e;
  line-height: 20px;
  padding: 0 0 20px 0;
}

.sustainbleSec4.comapnyStatusSec .subsideSec .txtwrp {
  margin-bottom: 20px;
}

.sustainbleSec4.comapnyStatusSec .subsideSec {
  background: unset;
  margin: 50px 0;
}

.sustainbleSec5 {
  background-color: #f5f5f5;
}

.sustainbleSec5 p {
  color: #454547;
  font-size: 17px;
  line-height: 22px;
}

.sustainbleSec5 .listsystem p {
  color: #6a6a6c;
}

.sustainbleSec5 .uk-grid {
  align-items: center;
}

.sustainbleSec2 p {
  width: 100%;
}

/* sustainbleSec end */

/* enviroment sustain start */
.stepsustain {
  background-color: #f5f5f5;
}

.stepsustain h2 {
  font-size: 34px;
  line-height: 41px;
  color: #000;
}

.stepsustain p {
  color: #454547;
  font-size: 19px;
}

.enviromentSec2 {
  background-color: #126835;
}

.enviromentSec2 h2 {
  color: #fff;
  font-size: 49px;
  line-height: 60px;
  font-weight: 300;
}

.enviromentSec2 .cardBody .txtwrp h3 {
  color: #b6c120;
  margin: 20px 0;
}

.sustainbleSec4.comapnyStatusSec.enviromentSec3 {
  background: unset;
}

.sustainbleSec4.enviromentSec3 .sustaibleHeading,
.sustainbleSec4.enviromentSec3 .sustaibleHeading2,
.sustainbleSec4.enviromentSec3 .electionCards .txtwrp h3 {
  color: #b7c11f;
}

.sustainbleSec4.enviromentSec3 p {
  color: #000;
}

.sustainbleSec4.enviromentSec3 h2 {
  color: #b7c11f;
  font-weight: 600;
}

.comapnyStatusSec.enviromentSec3 .cardBody {
  background-color: #fff;
}

.presence.impact-sec.enviromentSec4 .number h2 {
  color: #b7c11f;
  font-weight: 400;
}

.impact-sec.enviromentSec4 .number:before {
  background: #b7c11f;
}

.presence.impact-sec.enviromentSec4 .number {
  border-bottom: 1px solid #cacacf;
}

.presence.impact-sec.enviromentSec4 {
  background: #f5f5f5;
}

.presence.impact-sec.enviromentSec4 .txtwrp h2 {
  color: #000;
  font-size: 49px;
  letter-spacing: -1.18px;
  line-height: 60px;
  width: 760px;
}

/* enviroment sustain end*/
/* social impact start */

.focusSec {
  background: #f5f5f5;
}

.focusSec .txtwrp h2 {
  color: #000;
}

.focusSec .cardBody .txtwrp p {
  font-size: 15px;
  color: #6e6e6e;
  height: 110px;
  overflow: hidden;
  text-overflow: clip;
}

.join-us-cards .cardBody{
  padding: 0 !important;
}

.join-us-cards .cardBody .txtwrp{
  margin: 24px;
}

.join-us-cards .cardBody .btnwrp{
  margin: 0 24px 24px 24px;
}

.join-us-cards .cardBody .imgwrp{
  margin-bottom: 0;
}

.join-us-cards .cardBody .imgwrp img{
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.join-us-cards .cardBody .imgwrp video{
  width: 100%;
  max-height: 300px;
}

.join-us-cards .cardBody .txtwrp p{
 	 height: unset;
     overflow: unset;
     text-overflow: unset;
  
}

/* social impact end */

/* education page start */
.supportProjectSec .txtdiv h3 {
  font-size: 31px;
  color: #000;
  margin-bottom: 14px;
  font-weight: 300;
}

.supportProjectSec .txtdiv p {
  margin: 0;
  font-size: 17px;
  color: #454547;
}

.supportProjectSec .txtdiv p:not(:last-child) {
  margin-bottom: 16px;
}

.supportProjectSec.gradientSec .txtdiv h3,
.supportProjectSec.gradientSec .txtdiv p {
  color: #fff;
}

.supportProjectSec .imgwrp img {
  width: 100%;
}

/* education page end */

/* Sustainability Reports start */

.reportCardsSec .electionCards .txtwrp h3 {
  width: 100% !important;
}

/* Sustainability Reports end */

/* chershing start */
.chershingsec h2:last-child {
  margin-top: 20px;
}

.praisesec h3 {
  font-size: 49px;
  font-weight: 300;
  line-height: 60px;
  width: 70%;
}

.praisesec p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  width: 80%;
  color: #000;
}

.praisesec img {
  width: 100%;
}

/* chershing end */

/* having fun start */
.having {
  background-color: #f5f5f5;
}

.having h2 {
  letter-spacing: -0.74px;
  line-height: 38px;
  color: #000000;
  font-size: 31px;
  margin: 0;
  font-weight: 200;
  width: 910px;
}

.having h2:last-child {
  margin-top: 10px;
}

/* having fun end */
/* learning growth sec start */

.fullImgSec .imgwrp img {
  width: 100%;
}

.talentSec .txtwrp p {
  margin: 0;
  font-size: 17px;
  width: 904px;
  color: #454547;
}

.talentBoxWrp {
  margin-top: 78px;
}

.talentCard .imgwrp {}

.talentCard .imgwrp img {
  width: 100%;
}

.talentCard .cardTxt {
  padding: 24px;
  border: 1px solid #e6e6e6;
  transition: 0.5s all;
}

/* .talentCard .cardTxt:hover {
  box-shadow: 0px 16px 26px #00000029;
} */

.talentCard .cardTxt h3 {
  color: #034ea2;
  margin-bottom: 0px;
  font-size: 20px;
}

.talentCard .cardTxt p {
  margin: 0 0 16px;
  font-size: 19px;
  color: #454547;
}

.technicalCard .cardTxt p {
  margin: 0;
  margin-top: 8px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.talentCard .cardTxt span {
  letter-spacing: -0.18px;
  font-size: 15px;
  color: #000000;
}

.supportProjectSec .txtdiv span {
  display: block;
  font-size: 24px;
  color: #000000;
}

.supportProjectSec .txtwrp p {
  margin: 19px 0 0;
  font-size: 17px;
  color: #454547;
  width: 77%;
}

/* learning growth sec  end*/

/* our business page start */

.productWrp {
  padding: 40px 60px;
  background-color: #fff;
}

.productWrp .productImg img {
  max-width: 843px;
  /* max-height: 147px; */
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent .productWrp ul {
  margin: 0;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent .productWrp ul li {
  all: unset;
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent .productWrp ul li:not(:last-child) {
  padding-bottom: 10px !important;
}

.productWrp ul li .left {
  min-width: 260px;
}

.productWrp ul li .left span {
  color: #000;
  font-size: 17px;
}

.productWrp ul li .right {
  margin-left: 16px;
}

.productWrp ul li .right span {
  /*color: #6a6a6c;*/
  color: black;
  font-size: 17px;
  display: block;
}

.productWrp ul li .right a {
  padding: 0 !important;
  /*color: #034ea2 !important;*/
  color: black;
  text-decoration: underline;
  font-size: 17px !important;
}

/* our business page  end*/
/* learning growth sec  end*/

/* busniess page css start */

.mainBusniessSec.whiteSec h2 {
  color: #000;
}

.mainBusniessSec.whiteSec p {
  color: #000;
}

.mainBusniessSec h2 {
  color: #fff;
  font-weight: 300;
  width: 100%;
}

.mainBusniessSec p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
}

.mainBusniessSec p.subHeading {
  font-size: 24px;
  line-height: 30px;
}

.mainBusniessSec2 .talentCard {
  background-color: #fff;
}

.mainBusniessSec2 .talentBoxWrp {
  margin-top: 30px;
}

.flgInt.internationParter ul {
  gap: 54px 20px;
}

.w-100 {
  width: 100% !important;
}

.impact-sec.footprint .txtwrp h2 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -1.06px;
  line-height: 60px;
}

.impact-sec.footprint .number h2 {
  font-weight: 400;
}

.impact-sec.footprint .num-content p {
  font-weight: 300;
}

.stakeholderSec .electionCards .txtwrp p {
  font-size: 17px;
  color: #454547;
  font-weight: 400;
}

.stakeholderSec .electionCards .txtwrp .secHeading {
  margin-bottom: 20px;
}

.stakeholderSec .electionCards .cardContent .imgwrp img {
  width: 48px;
}

.stakeholderSec .electionCards .txtwrp h3 {
  font-size: 24px;
  line-height: 30px;
}

.stakeholderSec .electionCards .cardContent {
  align-items: center;
}

.stakeholderSec .cardBody p {
  font-size: 14px;
  color: #464646;
  line-height: 20px;
  margin: 20px 0;
}

.leadersTab.contactSec .cardBody h3 {
  width: 100%;
}

.contactSec .infoWrp h2 {
  margin: 0 0 20px;
}

.lightashSec .secHeading {
  color: #fff;
}

.lightashSec .txtwrp h2 {
  font-size: 31px;
  letter-spacing: -0.74px;
  color: #fff;
  line-height: 38px;
  font-weight: 200;
}

.sodaInner ul {
  padding: 0;
  list-style: none;
}

.sodaInner ul li {
  font-size: 15px;
  color: #6a6a6c;
}

.sodaInner ul li:last-child {
  margin-top: 0px;
  width: 70%;
}

.impact-sec.footprint.agree .number h2 {
  font-size: 44px;
  line-height: 54px;
}

.impact-sec.footprint.gradientSec.agree .uk-grid {
  align-items: end;
}

.internationParter {
  padding: 50px 0 100px 0;
}

.innertable {
  margin-top: 30px;
  width: 70%;
}

.innertable thead tr th {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}

.innertable thead tr {
  background: #f5f5f5;
}

.innertable tbody tr:nth-of-type(even) {
  background: #fafafa;
}

.innertable tbody tr:nth-of-type(odd) {
  background: transparent !important;
}

.innertable tbody tr td {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent .productWrp ul li .left span a {
  margin: 0 0 10px 0;
  font-size: 17px;
  color: #034ea2;
  display: inline !important;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
}

.busniesAcording {
  color: #034ea2 !important;
}

.busniesAcording:hover,
li.uk-open .busniesAcording {
  color: #fff !important;
}

.tabAccording ul.mainTabbing.uk-tab li a {
  font-size: 20px;
  color: #868589;
  text-transform: capitalize;
  display: block;
}

.tabAccording ul.mainTabbing.uk-tab li.uk-active {
  color: #034ea2 !important;
}

.chemicalTxtSec p {
  color: #000;
}

.chemicalTxtSec .txtLink h3 {
  font-size: 19px;
  color: #6a6a6c;
  margin-bottom: 23px;
}

.chemicalTxtSec .txtLink a {
  color: #034ea2;
  font-size: 17px;
}

.adhesivesTxtSec .txtdiv h2 {
  font-size: 31px;
  font-weight: 300;
  width: 970px;
}

.prodcutDesc {
  color: black;
}

.prodcutDesc table {
  border-collapse: separate;
  border-spacing: 1px 0px;
}

.prodcutDesc .uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {
  background: unset;
  border-top: unset;
  border-bottom: unset;
}

.prodcutDesc .uk-table-striped tbody tr:nth-of-type(even),
.uk-table-striped>tr:nth-of-type(even) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.prodcutDesc table thead tr th {
  color: #000;
  font-size: 15px;
  text-transform: inherit;
  font-weight: 500;
  background: #f5f5f5;
  border-spacing: 10px;
  border-collapse: collapse;
}

.prodcutDesc table tbody tr td{
  vertical-align: middle;
}

.prodcutDesc table tbody tr td p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #000;
}

.prodcutDesc table tbody tr td span.colorBox{
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 8px;
  margin: 0 auto;
  border-radius: 4px;
  border: 2px solid #000;
}

.prodcutDesc table tbody tr td span.colorIcon{
  font-size: 30px;
}

.flexCust .cardContent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pharma-slider-sec.ourBusineesSec {
  overflow: hidden;
}

/* media start */
.media {
  background: #f5f5f5;
}

.media .txtwrp h3 {
  font-size: 24px;
  color: #034ea2;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media .cardBody .txtwrp p {
  font-size: 12px;
  color: #6a6a6c;
  font-weight: 500;
  line-height: 15px;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 10px 11px;
  margin: 10px 0;
  display: inline-block;
}

.media .btnwrp {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
  padding-top: 11px;
  align-items: center;
}

.media .btnwrp a {
  font-size: 13px;
  color: #034ea2;
  border: 1px solid #034ea2;
  padding: 8px 16px;
  border-radius: 26px;
  font-weight: 500;
}

.media .btnwrp a:hover {
  background: radial-gradient(circle, #1b1464, #034ea2, #1b1464, #034ea2);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: #fff;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.media .cardBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media .txtwrp {
  margin-bottom: 80px;
}

.media .btnwrp span {
  color: #6a6a6c;
  font-size: 12px;
  font-weight: 500;
}

.media input,
.media select,
.uk-form-custom {
  border: 1px solid #ededed;
  border-radius: 4px;
  background: #fff;
  font-size: 17px;
  color: #868589;
}

.media form {
  margin: 30px 0 !important;
}

/* conatct start */

.contctFotm h3 {
  font-size: 24px;
  color: #000;
}

.contctFotm p {
  color: #1d1d1d;
  font-size: 17px;

  width: 70%;
}

button#btnSave {
  border: none;
}

.contctDetails .cardBody {
  padding: 40px 24px 40px 24px;
}

/* privacy page sec start */

.prvacyPage {
  padding-bottom: 64px;
}

.prvacyPage .privayHeading {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 40px;
}

.prvacyPage .privayHeading h1 {
  font-size: 62px;
  color: #000;
  margin: 0;
}

.prvacyPage .txtwrp {
  padding-top: 40px;
}

.prvacyPage .txtwrp p {
  color: #454547;
  font-size: 17px;
  margin: 0 0 16px;
  width: 902px;
}

.privacyContact .infoWrp h2 {
  font-weight: 500;
}

.privacyContact .infoWrp p {
  font-size: 19px;
  color: #454547;
  margin: 0;
}

/* privacy page sec  end */

/* discalimer start */

.discalimer ul {
  padding: 0;
  list-style: none;
  margin: 40px 0;
}

.discalimer ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #454547;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 30px 0;
}

.discalimer ul li:last-child {
  padding: 0;
}

.discalimer h4 {
  color: #454547;
  font-size: 19px;
  line-height: 24px;
}

.mobileVesion {
  display: none;
}

.h--timeline-event-content.container.testlist li {
  list-style: disc;
}

.progressBarContainerbusiness1 {
  position: relative !important;
  bottom: 80px;
  width: 100%;
  /* left: 0; */
  /* right: 0; */
  /* margin: 0 auto; */
  display: flex;
  /* justify-content: center; */
}

.progressBarContainerbusiness1 div {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin-right: 1%;
  float: left;
  color: white;
}

.progressBarContainerbusiness1 div:last-child {
  margin-right: 0;
}

.progressBarContainerbusiness1 div span.progressBarbusiness1 {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainerbusiness1 div span.progressBarbusiness1 .inProgresspeople {
  background-color: blue;
  width: 0%;
  height: 2px;
}

.itembusiness1 h3 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22.8px;
}

.accordianSec .accordianWrp .accordianBtn li .accordianContent .productWrp .left ul li {
  all: unset;
  display: list-item;
}

.prodcutDesc ul li {
  list-style: none;
}

.team-sec video.uk-width-3-5\@m.uk-width-1-1\@s.resp-3.uk-first-column {
  box-shadow: 0px 1px 5px 1px #00000070;
  padding: 0;
}

/* .itembusiness1.active span.progressBarbusiness1 {
    background-color: #B9B7BA !important;
 }
 .itembusiness1.active h3 {
    color: #FFFFFF !important
 } */

/* .videoModal{
    width: 1180px !important;
} */

.MainParent>a:hover {
  border-bottom: 2px solid #034ea2;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}

header .lower-header ul li .dropdown {
  background: #fff;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 78px;
}

.MainParent>a.active {
  border-bottom: 2px solid #034ea2;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}

.navbar .upr-header .MainMenuUl:hover:before {
  border-bottom: 2px solid #dbdbdb;
  position: relative;
  clear: both;
  content: "";
  position: absolute;
  width: 36%;
  margin: 0px auto;
  display: block;
  left: 20.5%;
  bottom: -1px;
  z-index: 1;
}

header .lower-header ul li:last-child a:hover {
  border-bottom: none !important;
}

a.uk-navbar-toggle.uk-icon.uk-search-icon svg {
  color: #000000a1;
}

.btn-1:hover svg {
  transition: 0.1s all ease-out;
  width: 25px;
}

.bussinessCond .txtwrp h2,
.bussinessCond .txtwrp p {
  color: #034ea2;
}

.codeSec.bussinessCond .btnwrp a img {
  filter: unset;
}

/* .codeSec.bussinessCond .btnwrp a:hover {
  color: #fff !important;
} */
/* .codeSec.bussinessCond .btnwrp a:hover img {
  filter: invert(98%) sepia(57%) saturate(2%) hue-rotate(322deg)
    brightness(108%) contrast(100%);
} */

.sharestock .btn-1:hover img {
  filter: invert(76%) sepia(79%) saturate(2683%) hue-rotate(61deg) brightness(-57%) contrast(98%);
}

.boxshadowImg {
  box-shadow: 0px 5px 8px 1px #00000070;
}

.advDownload .cardBody {
  padding: 16px;
}

.advDownload .cardContent {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.advDownload .cardContent .imgwrp img {
  width: 72px;
}

.advDownload .cardContent .txtwrp h3 {
  font-size: 17px;
  margin-bottom: 4px;
  width: 210px;
  line-height: 20px;
}

.advDownload .cardBody .txtwrp {
  margin-bottom: 0;
}

.advDownload .cardContent .txtwrp p {
  margin: 0;
  font-size: 13px;
  color: #000;
  line-height: 0;
  font-weight: 400;
}

.advDownload .txtwrp p a {
  color: #6a6a6c;
  text-decoration: underline;
}

.advDownload .txtwrp p a img {
  width: 14px;
  filter: brightness(0.5);
}



.chemicalMap .green {
  width: 7px;
  height: 7px;
  background-color: #87C766;
  border-radius: 50px;
  transition: all 0.3s ease;
}

a.green.nine.pin.highlight {
  position: absolute;
  top: 28%;
  left: 34%;
}
a.green.ten.pin.highlight {
  position: absolute;
  top: 19%;
  left: 34.5%;
}
a.green.eleven.pin.highlight {
  position: absolute;
  top: 28%;
  left: 37.5%;
}
.chemicalMap .lightBlue {
  width: 7px;
  height: 7px;
  background-color: #2485C6;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.chemicalMap .DarkBlue {
  width: 7px;
  height: 7px;
  background-color: #034EA2;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.chemicalMap .lightBlue.one {
  position: absolute;
  bottom: 9.5%;
  left: 17.5%;
}

.chemicalMap .lightBlue.two {
  position: absolute;
  top: 37%;
  left: 36.5%;
}

.chemicalMap .lightBlue.three {
  position: absolute;
  top: 30.5%;
  left: 34.2%;
}

.chemicalMap .DarkBlue.one {
  position: absolute;
  bottom: 9.5%;
  left: 16.5%;
}

.chemicalMap .DarkBlue.two {
  position: absolute;
  bottom: 7.5%;
  left: 18.5%;
}

.chemicalMap .DarkBlue.three {
  position: absolute;
  bottom: 8.5%;
  left: 18.5%;
}

.chemicalMap .DarkBlue.four {
  position: absolute;
  top: 43%;
  left: 32%;
}

.chemicalMap .DarkBlue.five {
  position: absolute;
  top: 33%;
  left: 36%;
}
a.DarkBlue.twelve.pin.highlight {
  position: absolute;
  bottom: 50.5%;
  left: 17.5%;
}
a.DarkBlue.thriteen.pin.highlight {
  position: absolute;
  top: 35%;
  left: 34%;
}
a.DarkBlue.fourteen.pin.highlight {
  position: absolute;
  top: 35%;
  left: 37%;
}
.chemicalMap .DarkBlue.six {
  position: absolute;
  top: 37%;
  left: 35.5%;
}

.chemicalMap .DarkBlue.seven {
  position: absolute;
  top: 34%;
  left: 34.5%;
}

.chemicalMap .DarkBlue.eight {
  position: absolute;
  top: 28%;
  left: 35.1%;
}

.chemicalMap .green.one {
  position: absolute;
  bottom: 9.5%;
  left: 20.5%;
}

.chemicalMap .green.two {
  position: absolute;
  bottom: 16.5%;
  left: 20.5%;
}

.chemicalMap .green.three {
  position: absolute;
  top: 43%;
  left: 31%;
}

.chemicalMap .green.four {
  position: absolute;
  top: 39%;
  left: 32%;
}

.chemicalMap .green.five {
  position: absolute;
  top: 37%;
  left: 31%;
}

.chemicalMap .green.six {
  position: absolute;
  top: 30.5%;
  left: 35%;
}

.chemicalMap .green.seven {
  position: absolute;
  top: 20.5%;
  left: 33%;
}

.esgApproach p{
line-height: 20px;
}

.enviromentImgSec p{
  color: #454547;
  font-size: 19px;
  margin-top: 40px;
}

.tabscroll ul.mainTabbing.uk-tab {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
}

.customWidth {
  width: 600px !important;
}




.footerInvest{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: wrap;
 
}


.secpDetail {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  padding: 0 20px;
}


.footerInvest h3,
.footerInvest p,
.footerInvest h2{
  margin: 0;

}
.footerInvest h2{
  font-weight: bold;
}
.footerInvest h3,
.footerInvest h2,
.footerInvest p{
  font-size: 14px;
  color: #fff;
}

.footerInvest a{
  color: #fff;
}

.awardNew .txtwrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sliderButton .sliderRightArrow{
    height: 32px;
    width: 32px;
      position: relative;
}

.sliderButton .sliderRightArrow svg{
  display: none;
}

.sliderButton .uk-position-center-right::after{
      content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
    background-position: 0 -16px;
}

.sliderButton .uk-position-center-left{
      -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.sliderButton .uk-position-center-left::after{
  content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
  background-position: 0 -16px;
}





.uk-position-bottom-left{
    height: 32px;
    width: 32px;
      position: relative;
}

.uk-position-bottom-left svg{
  display: none;
}

.uk-position-bottom-left.right::after{
      content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
    background-position: 0 -16px;
}

.uk-position-bottom-left.left{
      -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: rotate(180deg);
}

.uk-position-bottom-left.left::after{
  content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
  background-position: 0 -16px;
}


.talent-box{
border: 1px solid #ddd;
}
.talent-box .txtwrp {
    padding: 10px 20px;
}
.talent-box .txtwrp h3{
  font-size: 24px;
    color: #034ea2;
    margin-bottom: 0;
}

img.card-logo-img {
    width: 250px;
}

.customPara p{
    color:#000 !important;
}

