@charset "UTF-8";
@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: "Roboto Regular", sans-serif !important;
  color: #555;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #5AA427;
}

p {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.563rem;
  font-family: "Roboto Light";
  color: #555;
}

p.grey {
  color: #555;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8rem;
  font-family: "Roboto Regular";
}

header {
  height: 5.938rem;
  border-bottom: 1px solid #eee;
  margin: 0 0 2px 0;
}

ul .navbar-nav {
  margin: 35px 0 0 0;
}

nav ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 1.875rem;
}
nav ul li a {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-transform: lowercase;
  padding: 0 0 34px 0;
}

ul.lang-sel li {
  display: inline-block;
  margin-left: 1.438rem;
  padding: 0;
}
ul.lang-sel li a {
  text-decoration: none;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
}
ul.lang-sel li a img {
  margin-right: 0.438rem;
}

.logo {
  margin-left: 2.3rem;
  margin-top: 0.5rem;
}

.lang-sel {
  margin-right: 3.125rem;
  margin-top: 1.1rem;
}

.slider {
  position: relative;
}

.overlay {
  position: absolute;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black background with opacity */
  z-index: 2;
  cursor: pointer;
}

.slider-info {
  position: absolute;
  left: 3%;
  color: #fff;
  top: 30%;
  z-index: 2;
  width: 42rem;
}
.slider-info h2 {
  color: #fff;
  font-style: normal;
  font-family: "Roboto Light";
}
.slider-info p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.slider .owl-dots {
  transform: rotate(-270deg);
  position: absolute;
  top: 40%;
  right: 0;
}

.slider.owl-theme .owl-dots .owl-dot span {
  background: url(../img/dot.svg);
  margin: 0.313rem 0.938rem 1.875rem 0.938rem;
  width: 30px;
  height: 30px;
}

.slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: url(../img/dot-hover.svg);
  width: 30px;
  height: 30px;
}

.slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: url(../img/dot-hover.svg) !important;
}

.about-section {
  color: #fff;
}

.about-engro-eximp {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, #93C16D 0%, #7CC245 100%);
  padding: 11.938rem 0 6.25rem 0;
  z-index: 2;
}
.about-engro-eximp .info {
  margin-left: 3.125rem;
  margin-right: 6.875rem;
}

.about-holding-comp {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(176deg, #5AA427 3.47%, #93C16D 96.53%);
  padding: 11.938rem 0 6.25rem 0;
  position: relative;
  top: -60px;
  z-index: 2;
}
.about-holding-comp .info {
  margin-left: 3.125rem;
  margin-right: 6.875rem;
}

.button-primary {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0.9rem 1.7rem;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-primary svg {
  margin-left: 1rem;
}

.our-products {
  margin: 6.25rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our-products p {
  margin-bottom: 2.5rem;
}

.prod-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(90, 164, 38, 0);
  cursor: pointer;
}
.prod-hover .prod-hover-info {
  top: 53%;
  left: 0;
  position: absolute;
  color: #fff;
  transition: top 0.5s ease;
  padding: 0 2rem;
  opacity: 0;
}
.prod-hover .prod-hover-info p {
  margin: 0.8rem 0 1.7rem 0;
  color: #fff;
}

.prod-hover:hover .prod-hover-info {
  top: 36%;
  opacity: 1;
}

.prod-list:hover .prod-hover {
  background: rgba(90, 164, 38, 0.5);
}

.prod-list {
  position: relative;
  width: 20%;
  float: left;
}
.prod-list h2 {
  position: absolute;
  top: 47%;
  left: 8%;
  color: #fff;
  z-index: 99;
  transition: top 0.5s ease;
}
.prod-list:hover h2 {
  display: none;
}
.prod-list:hover h3 {
  top: 36%;
}
.prod-list h3 {
  color: #fff;
  z-index: 99;
  transition: top 0.5s ease;
}

.border-green:after {
  border-bottom: 2px solid #5AA427;
  content: "";
  display: block;
  padding-top: 2px;
  width: 39px;
}

.border-white:after {
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  padding-top: 2px;
  width: 39px;
}

.heading {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.8px;
  color: #000;
  margin: 0 0 1.5rem 0;
  text-transform: lowercase;
}

.heading.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sub-heading {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.875rem;
  color: #000;
}

.lg {
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  font-family: "Roboto Light";
}

.md {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0;
}

.sm {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}

.white {
  color: #fff;
}

.our-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 6.25rem 0 6.25rem 0;
}
.our-partners .partner-list {
  display: inline-block;
  cursor: pointer;
}

.geograph-presence {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F3F3F3;
}

.nav-tabs {
  border: 0 !important;
}

.tab-pane img {
  margin: 0 auto;
  display: block;
}

.nav.nav-tabs {
  margin: 0 0 50px 0;
}
.nav.nav-tabs li.nav-item {
  width: 294px;
  height: 44px;
  text-align: center;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.8px;
  border-radius: 0;
  border: 0;
}

a.nav-link {
  color: #000;
}

.careers-culture {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers-culture p {
  margin: 1rem 0 1.25rem 0;
}
.careers-culture .info {
  position: absolute;
  left: 3%;
  z-index: 2;
}
.careers-culture:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer;
}

.insights .lside p {
  white-space: inherit;
}
.insights {
  padding: 7.75rem 3.125rem;
  position: relative;
}
.insights h2 {
  margin: 0 0 1.875rem 0;
}
.insights span {
  font-size: 0.813rem;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.13px;
  text-transform: lowercase;
  margin: 14px 0;
  display: inline-block;
}
.insights .report {
  border: 1px solid #EEE;
  padding: 1.875rem;
  margin: 0 1.25rem 0 0;
  min-height: 570px;
}
.insights .lside {
  width: 24%;
  padding: 0;
}
.insights .rside {
  width: 76%;
  position: relative;
}
.insights .owl-nav {
  position: absolute;
  width: 100px;
  left: -30.5%;
  top: 28%;
}

.button-primary.green {
  border: 2px solid #5AA427;
  color: #5AA427;
}
.button-primary.green .st0 {
  stroke: #5AA427;
}

.insights-carousel.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  background: #5AA427;
  display: block;
  padding: 0 0.3em !important;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.insights-carousel.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 40%;
  top: 0;
  background: rgba(90, 164, 39, 0.8);
  display: block;
  padding: 0 0.3em !important;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.insights-carousel.owl-carousel .item img {
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.insights-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(90, 164, 39, 0.8);
}

.insights-carousel.owl-carousel .item figure {
  margin: 0;
}

.insights-carousel.owl-carousel .item figure a {
  display: block;
  text-align: center;
  max-width: 100%;
  transition: all 0.3s;
  padding: 3em;
  text-decoration: none;
  color: #565a5c;
}

.insights-carousel.owl-carousel .item figure a:hover {
  box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
  transform: scale(1.1);
}

.insights-carousel .owl-nav span {
  font-size: 2.5rem;
  line-height: 0;
}

footer a {
  text-decoration: none;
  color: #5AA427;
}

.footer-menu {
  padding: 3.125rem;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
}
.footer-menu h3 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.footer-menu ul {
  padding: 0;
}
.footer-menu ul li a {
  font-size: 0.875rem;
  line-height: 1.2rem;
  color: #fff;
  text-decoration: none;
  text-transform: lowercase;
}

.address-section {
  margin: 1.125rem 0;
}
.address-section > div {
  border-bottom: 1px solid #ebebeb;
}
.address-section address p {
  margin: 0;
}
.address-section address {
  margin: 0;
  color: #9e9c9c;
}
.address-section ul {
  padding: 0;
}
.address-section ul li {
  display: inline-block;
}
.address-section ul li a {
  text-decoration: none;
  color: #555;
  font-size: 0.875rem;
  margin-right: 1.25rem;
  text-transform: lowercase;
}
.address-section .disc-cont {
  display: flex;
  color: #555;
  font-size: 0.875rem;
}
.address-section .social-media {
  display: flex;
  margin-top: 2rem;
}
.address-section .social-media ul li a img {
  width: 26px;
  height: 24px;
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
.address-section .social-media ul li a img:hover {
  filter: grayscale(0%);
}
.address-section .social-media .develop-by {
  margin-left: 70px;
  font-size: 0.875rem;
}
.address-section .address-cont {
  margin: 1.063rem 0 0 0;
}

.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: flex;
  margin-top: 0em;
  margin-left: 0em;
  border-radius: 0;
}

.navbar-nav .nav-item .nav-link {
  padding: 2rem;
}

.dropdown-menu ul li {
  display: block;
}
.dropdown-menu ul li a {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  display: block;
  color: #9e9c9c;
  position: relative;
  text-transform: lowercase;
}
.dropdown-menu ul li a:hover {
  color: #5AA427;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.navbar {
  padding: 0;
}

.dropdown-toggle::after {
  display: none !important;
}

p.aiowps-captcha.hide-when-displaying-tfa-input {
  background: #C1F2B0;
  margin: 0;
  padding: 0.5rem;
}

.aiowps-captcha-equation.hide-when-displaying-tfa-input {
  background: #C1F2B0;
  padding: 0.5rem;
}

input.aiowps-captcha-answer {
  border: 1px solid #666 !important;
  width: 100% !important;
  margin-top: 0.5rem;
}

form.wpcf7-form.init {
  width: 90%;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.dropdown-menu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  background-color: transparent;
}

.dropdown-menu div[class*=col] {
  margin-bottom: 1rem;
}

.navbar .dropdown {
  position: static;
}

.dropdown-menu ul {
  column-count: 2;
  margin: 0.8rem 0 0 2rem;
}

@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
.active {
  display: block;
}

.hide {
  display: none;
}

.map-container {
  position: relative;
  min-height: 870px;
}

.map-locations {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  min-height: 870px;
}

.map-locations.active {
  opacity: 1;
  z-index: 9;
}

.map-buttons ul {
  text-align: center;
  padding: 0;
}
.map-buttons ul li {
  width: 294px;
  height: 44px;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.8px;
  border-radius: 0;
  border: 0;
  display: inline-block;
  cursor: pointer;
  padding: 10px 50px;
}
.map-buttons ul li:hover {
  background: #5AA427 !important;
  color: #000 !important;
  border-radius: 0;
  border: 0;
  padding: 10px 50px;
}

.map-buttons ul li.active {
  background: #5AA427 !important;
  color: #000 !important;
  border-radius: 0;
  border: 0;
  padding: 10px 50px;
}

a.nav-link:hover {
  text-decoration: none;
  color: #5AA427;
  outline: 0;
}

.nav-link:hover {
  border-bottom: 2px solid #5AA427;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 87px;
}

.search {
  padding: 1.3rem;
}

.inner-header {
  position: relative;
}
.inner-header .info {
  position: absolute;
  left: 16%;
  top: 34%;
  z-index: 99;
}
.inner-header .info h2 {
  width: 500px;
}

.leadership {
  margin: 6.25rem 3.125rem;
}
.leadership h3 {
  margin: 0 0 1.25rem 0;
}
.leadership .nav-tabs .nav-link {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
}
.leadership #nav-tab button.nav-link.active {
  border-bottom: 2px solid #5AA427;
  color: #5AA427;
}
.leadership #nav-tab button.nav-link {
  margin: 0 0 0 1.25rem;
  padding: 0 0 0.875rem 0;
}
.leadership .list {
  position: relative;
  width: 24%;
}
.leadership .leadership-overlay {
  position: absolute;
  height: auto;
  left: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  width: 93%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.leadership .leadership-overlay h2 {
  color: #fff;
  font-size: 1.275rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  position: absolute;
  bottom: 3rem;
  left: 1.25rem;
  margin: 0;
  border-bottom: 1px solid #9E9C9C;
  width: 86%;
}
.leadership .leadership-overlay p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25rem;
  position: absolute;
  left: 1.25rem;
  bottom: 1.4rem;
  margin: 0;
}

ul.leadship-nav li {
  display: inline;
  margin: 0 0 0 1.25rem;
  font-size: 1rem;
}
ul.leadship-nav li.active a {
  color: #5AA427;
  border-bottom: 2px solid #5AA427;
  padding: 0 0 0.875rem 0;
}
ul.leadship-nav li a {
  text-decoration: none;
  color: #000;
}
ul.leadship-nav li a:hover {
  color: #5AA427;
  border-bottom: 2px solid #5AA427;
  padding: 0 0 0.875rem 0;
}

.bod {
  margin: 0 0 6.25rem 0;
}

ul.leadship-nav {
  padding: 0;
}

.detail-page h2 {
  font-weight: 600;
  margin: 1rem 0 0 0;
}
.detail-page h3 {
  border-bottom: 1px solid #ccc;
  margin: 0 0 1.875rem 0;
  padding: 0 0 1.5rem 0;
}
.detail-page p {
  font-size: 1rem;
}

.wrapper {
  padding: 1.875rem 0 3.125rem 0;
}

.content {
  padding: 1.5rem;
}

.inner-header h2 {
  font-family: "Roboto Light";
  text-transform: lowercase;
  margin: 0.5rem 0 0 0;
}

.back a {
  text-decoration: none;
  color: #000;
}
.back a:hover {
  color: #5AA427;
}

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tb-space {
  padding: 6.25rem 0;
}

.overlap-section.overlap-space {
  margin-top: 3.125rem;
}

.intro p {
  padding: 0 7.813rem 0 7.813rem;
}

.lr-space {
  margin: 0 3.625rem;
}

.core-tabs {
  display: inline-flex;
  width: 100%;
}
.core-tabs .core-list {
  width: 60%;
  float: left;
  margin: 6.125rem 0 0 0;
}
.core-tabs .core-list ul li {
  cursor: pointer;
}
.core-tabs .core-list ul li p {
  display: none;
  color: #5AA427;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
}
.core-tabs .core-list ul li.active p {
  display: block;
}
.core-tabs .core-img {
  width: 40%;
  margin-top: 2.5rem;
}

.core-tabs ul {
  padding: 0;
}
.core-tabs ul li {
  display: flex;
  width: 87%;
  padding: 30px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(90, 164, 39, 0.4);
}
.core-tabs ul li:first-of-type {
  border-top: 1px solid rgba(90, 164, 39, 0.4);
}

.code-of-conduct {
  background: #F3F3F3;
}
.code-of-conduct p {
  margin: 25px 0 25px 0;
}
.code-of-conduct .coc-sec {
  width: 50%;
}
.code-of-conduct .coc-sec h4 {
  color: #555;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
}
.code-of-conduct .policy {
  margin-top: 3.125rem;
}
.code-of-conduct .policy .policy-list {
  background: #fff;
  width: 23%;
  display: inline-block;
  padding: 1rem;
  margin: 0 1rem 2rem 0;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  min-height: 400px;
  vertical-align: top;
}
.code-of-conduct .policy .policy-list h3 {
  margin-top: 0.9rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.6s;
}

.our-parent-company {
  background: #fff;
}

.para.md {
  color: #555;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.563rem;
}

.code-of-conduct .policy .policy-list:hover h3 {
  color: #fff;
  opacity: 1;
  transform: translateY(250px);
  -webkit-transform: translateY(-150px);
}

.code-of-conduct .policy .policy-list:hover {
  background: #5AA427;
  position: relative;
  top: 0;
  left: 0;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.code-of-conduct .policy .policy-list:hover img {
  visibility: hidden;
}

.policy-list a {
  display: none;
}

.policy-list:hover a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 0.813rem;
}

.dropdown-menu {
  border: 0 !important;
}

.dropdown-menu li a:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #5aa427;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dropdown-menu li a:hover:after {
  width: 100%;
}

.news-events ul {
  margin: 0 0 6.25rem 0;
}
.news-events .list {
  padding: 1.25rem;
  display: inline-block;
  width: 32.6%;
  background: #fff;
  margin: 0 0.5rem 1.25rem 0;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
  display: none;
}
.news-events .list a {
  text-decoration: none;
}
.news-events span {
  color: #5AA427;
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25rem;
  margin: 2rem 0 0.75rem 0;
  display: inline-block;
}
.news-events h1 {
  margin: 0 0 1.25rem 0;
}

.market-news-highlights .list {
  width: 32%;
  border: 1px solid #D1D0D0;
  padding: 1.875rem 1.563rem;
  margin: 0 0.625rem 1.25rem 0;
  height: 500px;
}
.market-news-highlights .list h2 {
  margin: 0 0 1.875rem 0;
  min-height: 48px;
  text-transform: lowercase;
}
.market-news-highlights .list span {
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.13px;
  text-transform: lowercase;
  margin: 14px 0;
  display: inline-block;
}

.market-news-highlights h2 {
  margin: 0 0 2.5rem 0;
}

.btn-center {
  margin: 3.125rem 0 0 0;
}

.para-space {
  margin: 0 0 6.25rem 0;
}

.date {
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.13px;
  text-transform: lowercase;
  margin: 14px 0;
  display: inline-block;
}

.center-cont {
  margin: 0rem 10rem;
}

.news-detail img {
  margin: 1.563rem 0;
}

@media screen and (max-width: 600px) {
  .pushNav {
    width: 75%;
    right: -75%;
  }
}
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px;
  }
}
ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #fff;
  transition: ease-in-out 0.5s;
}

.pushNav hr {
  border: 1px solid #555;
}

.pushNav,
.pushNav a {
  font-size: 1em;
  font-family: "Roboto Light";
  font-weight: 100;
  color: #000;
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
  right: 0;
}

.closeLevel,
.openLevel {
  cursor: pointer;
}

.openLevel,
.closeLevel,
.pushNav a {
  padding: 1em 0;
  display: block;
  text-indent: 20px;
  transition: background 0.4s ease-in-out;
}

.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
  background: #5AA427;
  color: #fff;
}

.hdg {
  background-color: #5AA427;
  color: #fff !important;
}

.closeLevel,
closelevel > i {
  font-size: 1em;
  color: #a5a5a4;
}

.burger {
  position: absolute;
  top: 20px;
  left: 20px;
}

.burger i {
  font-size: 2em;
}

.screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.fa {
  display: inline;
  padding: 5px;
}

.mobile nav ul li {
  display: block;
  padding: 0;
}

.mobile nav ul li.closeLevel {
  padding: 1em 0;
}

.r-tabs {
  display: flex;
  position: relative;
}
.r-tabs .details {
  width: 100%;
}
.r-tabs .details .r-tabs-info {
  position: absolute;
  bottom: 22%;
  left: 6%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  width: 40%;
}
.r-tabs .list {
  float: right;
  width: 47.5%;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  top: 152px;
  padding: 50px 230px 30px 50px;
  height: 500px;
}
.r-tabs .list ul {
  padding: 0;
}
.r-tabs .list h2 {
  color: #fff;
  font-weight: 400;
  margin: 0 0 2rem 0;
}
.r-tabs .list ul li {
  color: #fff;
  border-bottom: 1px solid #5aa427;
  padding: 1rem 0;
  font-size: 1.2rem;
  cursor: pointer;
}
.r-tabs .list ul li.active {
  color: #5aa427;
  z-index: 999;
  position: relative;
}
.r-tabs .list ul li.active:before {
  background: #fff;
  content: "";
  width: 701px;
  height: 91px;
  position: absolute;
  left: -70px;
  color: #000;
  z-index: -1;
  top: 0;
}
.r-tabs .list ul li img {
  padding-right: 15px;
}

.get-intouch {
  margin-top: 3.125rem;
}
.get-intouch .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #B0B0B0;
  border-radius: 0;
}
.get-intouch .form-group {
  display: flex;
  margin: 0 0 20px 0;
}
.get-intouch .form-group p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.get-intouch .form-group label {
  margin: 0.313rem 0.625rem 0 0;
  cursor: pointer;
}

.contact-us a {
  text-decoration: none;
  color: #555;
}

.mb-50 {
  padding-top: 6.25rem;
}

.prof-circle .petrochem {
  margin-top: 2.5rem;
}
.prof-circle .list {
  width: 17%;
  text-align: center;
  margin: 1.563rem 0 0 0;
  display: inline-block;
}
.prof-circle img {
  border: 2px solid #5AA427;
  border-radius: 100%;
}
.prof-circle h2 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0.938rem 0 0 0;
  color: #000;
  font-family: "Roboto Regular";
}
.prof-circle span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 0 0.625rem 0;
  color: #555;
}
.prof-circle p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25rem;
  margin: 0.25rem 0 0 0;
  color: #000;
}
.prof-circle .cont {
  margin: 0 0 4rem 0;
}
.prof-circle .cont:last-child {
  margin: 0;
}
.prof-circle .cont:first-of-type {
  padding: 1rem 0 0 0;
}

.contact-us .detail .text-center {
  margin: 1.5rem 0 1rem 0;
}

.get-intouch input::placeholder,
.get-intouch textarea::placeholder {
  color: #B5B3B3;
  font-size: 0.9rem;
}

.contact-us ul {
  padding: 0;
  margin: 2rem 0 0 0;
}
.contact-us ul li {
  margin: 0 6rem 1.5rem 0;
  display: inline-block;
}
.contact-us ul li img {
  display: block;
  margin: 0 auto 0.938rem auto;
}

.join-us a {
  margin-top: 30px;
}

.btn-arrow-style.invert {
  color: #5AA427;
  border-color: #5AA427;
  background-color: transparent;
}
.btn-arrow-style.invert:hover {
  color: #fff;
  background-color: #5AA427;
}

.btn-arrow-style.green {
  color: #529527;
  border-color: #529527;
  background-color: transparent;
}

.btn-arrow-style.green:hover {
  color: #ffffff;
  background-color: #529527;
}

.btn-arrow-style.green .arrow:before,
.btn-arrow-style.green .arrow:after {
  border-top-color: #529527;
}

.btn-arrow-style.green .arrow:before,
.btn-arrow-style.green .arrow:after {
  border-top-color: #529527;
}

.btn-arrow-style.green:before,
.btn-arrow-style.green:after {
  border-top-color: #529527;
}

.btn-arrow-style.green:hover .arrow:before,
.btn-arrow-style.green:hover .arrow:after {
  border-top-color: #ffffff;
}

.btn-arrow-style.green:hover .arrow:before,
.btn-arrow-style.green:hover .arrow:after {
  border-top-color: #ffffff;
}

.btn-arrow-style {
  transition: padding-left 100ms 50ms, color 100ms, background-color 100ms !important;
  padding-left: 23.6px;
  line-height: 50px;
  height: 56px;
  width: 236px;
  font-size: 1.125rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
}
.btn-arrow-style:hover {
  text-decoration: none;
  padding-left: 47.2px;
  background-color: #fff;
  color: #5AA427;
}
.btn-arrow-style:before {
  transition: opacity 100ms 100ms ease, right 100ms 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 23.6px;
  border-top: 2px solid #fff;
  transform-origin: right;
  transform: rotate(45deg);
}
.btn-arrow-style:after {
  transition: opacity 100ms 100ms ease, right 100ms 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 23.6px;
  border-top: 2px solid #fff;
  transform-origin: right;
  transform: rotate(-45deg);
  margin-top: -1px;
}
.btn-arrow-style.small-btn {
  width: 180px;
}
.btn-arrow-style.small-btn:hover {
  padding-left: 44px;
}
.btn-arrow-style .arrow:before {
  transform: rotate(45deg);
}
.btn-arrow-style .arrow:after {
  margin-top: -1px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-arrow-style:hover:before,
.btn-arrow-style:hover:after {
  opacity: 0;
  right: 0;
}

.btn-arrow-style:hover:before,
.btn-arrow-style:hover:after {
  opacity: 0;
  right: 0;
}

.btn-arrow-style.invert:before,
.btn-arrow-style.invert:after {
  border-top-color: #5AA427;
}

.btn-arrow-style.invert:hover .arrow:before,
.btn-arrow-style.invert:hover .arrow:after {
  border-top-color: #555;
}

.btn-arrow-style.invert .arrow:before,
.btn-arrow-style.invert .arrow:after {
  border-top-color: #5AA427;
}

.btn-arrow-style.small-btn:hover .arrow:before,
.btn-arrow-style.small-btn:hover .arrow:after {
  right: 155px;
}

.btn-arrow-style.small-btn .arrow:before,
.btn-arrow-style.small-btn .arrow:after {
  right: 155px;
}

.btn-arrow-style:hover .arrow:before,
.btn-arrow-style:hover .arrow:after {
  right: 196px;
  opacity: 1;
}

.btn-arrow-style .arrow:before,
.btn-arrow-style .arrow:after {
  opacity: 0;
  transition: opacity 100ms ease, right 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 200px;
  border-top: 2px solid #5AA427;
  -ms-transform-origin: right;
  transform-origin: right;
}

.btn-arrow-style .arrow:before,
.btn-arrow-style .arrow:after {
  opacity: 0;
  transition: opacity 100ms ease, right 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 200px;
  border-top: 2px solid #5AA427;
  -ms-transform-origin: right;
  transform-origin: right;
}

.btn-arrow-style.invert:before,
.btn-arrow-style.invert:after {
  border-top-color: #fff;
}

.btn-arrow-style.invert {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.btn-arrow-style.invert:hover {
  color: #555;
  background-color: #fff;
}

.inner-header .badge.yellow {
  background-color: #f68c49;
}

.inner-header .badge {
  font-size: 1rem;
  font-family: "Roboto Regular";
  padding: 2px 10px 4px 10px;
  text-transform: lowercase;
  border-radius: 0;
}

.custom-grid p.heading:nth-child(1) {
  color: #004d2a;
  margin: 0 0 6.25rem 0;
}
.custom-grid img {
  width: 100%;
}
.custom-grid h2 {
  color: #009156;
  font-size: 3.75rem;
}
.custom-grid h3 {
  margin: 0 0 0.7rem 0;
}
.custom-grid .light-grey {
  color: #9e9c9c;
  font-size: 1.25rem;
}
.custom-grid .grid-pad {
  padding: 34px 20px;
}
.custom-grid .green-block {
  background: #5AA427;
}
.custom-grid .dark-green-block {
  background: #009156;
}
.custom-grid .grid-height {
  padding: 58px 20px;
}

.grid-list > div {
  margin: 0 0 1rem 1rem;
}

.grid-list p {
  color: #fff;
}

.content h2 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.8px;
  color: #000;
  margin: 0 0 1.5rem 0;
}
.content h2:after {
  border-bottom: 2px solid #5AA427;
  content: "";
  display: block;
  padding-top: 2px;
  width: 39px;
}

ul.dropdown-menu li a {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  display: block;
  color: #9e9c9c;
  position: relative;
  text-transform: lowercase;
}
ul.dropdown-menu li a:hover {
  border-bottom: 0 !important;
}

ul.navbar-nav li a:hover {
  color: #5AA427;
  border-bottom: 2px solid #5AA427;
}

ul.dropdown-menu {
  padding: 1% 29% 5% 38%;
  flex-wrap: wrap;
}
ul.dropdown-menu li {
  margin: 0 2rem 0 0rem;
  padding: 0;
  width: 42%;
  text-align: left;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-arrow-style {
  color: #5AA427;
  border-color: #5AA427;
  background-color: transparent;
  width: 180px;
}

#custom-search .search-query {
  padding: 15px;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  background-color: transparent;
  color: transparent;
  font-size: 1.2em;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin-bottom: 0;
}

/* Hide Text when unfocused plus fallbacks */
#custom-search .search-query::placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#custom-search .search-query::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#custom-search .search-query::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#custom-search .search-query:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#custom-search .search-query:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

/* Style when Search is selected */
#custom-search .search-query:focus {
  border-radius: 50px;
  border: 2px solid #5AA427;
  background-color: #ddd;
  width: 350px;
  color: #555;
}

/* Style for placeholder value plus fallbacks */
#custom-search .search-query:focus::placeholder {
  color: #555;
}

#custom-search .search-query:focus::-webkit-input-placeholder {
  color: #555;
}

#custom-search .search-query:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#custom-search .search-query:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#custom-search .search-query:focus:-ms-input-placeholder {
  color: #555;
}

/* Style for Button */
#custom-search button {
  border: 0;
  background: none;
  padding: 0;
  width: 50px;
  margin-top: -5px;
  position: relative;
  top: 0;
  left: -48px;
  margin-bottom: 0;
  border-radius: 3px;
}

/* Font Awesome Icon Style */
#custom-search button i {
  margin-left: -13px;
  color: #000;
}

.fa-2x {
  font-size: 0.9rem !important;
}

ul#menu-main-menu {
  margin: 2.2rem 0 0 0;
}

.visionMission {
  position: relative;
}
.visionMission .about-holding-comp:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  cursor: pointer;
}
.visionMission .about-engro-eximp:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  cursor: pointer;
}

.bg-light-grey-content-area {
  background-color: #FAFAFA;
}

.product-categories {
  background-position: center;
  background-size: cover;
  height: 575px;
  padding: 6rem 0;
  position: relative;
}
.product-categories .detail {
  position: absolute;
  z-index: 9;
}
.product-categories .detail p {
  padding: 0;
  margin: 1.438rem 0 1.438rem 0;
  width: 70%;
  font-size: 1.125rem;
  line-height: 1.563rem;
}

.category-products {
  padding: 6.25rem 3.125rem 1.5rem;
}

.product-row {
  display: flex;
  gap: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 20px;
}
.product-row .product-row-img {
  width: 115px;
  height: 114px;
}
.product-row .product-row-details h3 {
  color: #5AA427;
}
.product-row:last-child {
  margin-bottom: 25px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media only screen and (min-width: 1370px) and (max-width: 1605px) {
  .sub-heading {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  .insights h2 {
    margin: 0 0 1.875rem 0;
  }
}
@media only screen and (min-width: 1366px) {
  .r-tabs .details .img img {
    max-width: max-content;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .insights .report {
    min-height: 510px;
  }
  ul.dropdown-menu {
    padding: 1% 29% 5% 37%;
  }
  .social-media ul li a {
    margin-right: 0.6rem;
  }
  .sub-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .prod-list:hover h3 {
    top: 22%;
  }
  .prod-hover:hover .prod-hover-info {
    top: 33%;
  }
  .prod-list h3 {
    font-size: 1.4rem;
  }
  .button-primary {
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0.3rem 1rem;
  }
  .map-buttons ul li {
    width: auto;
    font-size: 0.9rem;
  }
  .leadership .leadership-overlay {
    width: 90%;
  }
  .leadership .leadership-overlay h2 {
    width: 80%;
  }
  .dropdown-menu ul {
    margin: 0.8rem 0 0 0rem;
  }
  .market-news-highlights .list {
    height: auto;
  }
  .trade-team .list {
    width: 22%;
  }
  .mb-50 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .insights {
    padding: 3rem 2rem;
  }
  .insights .owl-nav {
    left: -33%;
    top: 38%;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  nav {
    margin-left: 0rem;
    margin-top: 0rem;
  }
  nav.navbar {
    padding: 1.563rem 0.5rem;
    justify-content: flex-start;
  }
  button.navbar-toggler {
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: inherit;
  }
  ul.navbar-nav.mx-auto {
    margin: 1rem 0 0 0;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 0rem 0 1rem 0;
  }
  ul.navbar-nav li {
    margin: 0;
  }
  .dropdown-menu ul {
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 0 0 0rem;
    padding: 0;
  }
  .logo {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .logo img {
    height: 50px;
  }
  .lang-sel {
    margin-right: 0.125rem;
    margin-top: 0rem;
  }
  ul.lang-sel {
    padding: 0;
  }
  ul.lang-sel li {
    margin: 0;
  }
  .slider.owl-carousel .owl-item img {
    height: 80vh;
    object-fit: cover;
  }
  .slider.owl-theme .owl-dots .owl-dot span {
    margin: 0 0 0 15px;
  }
  .slider-info {
    left: 0;
    right: 0;
    top: 8rem;
    width: auto;
    padding: 25px;
  }
  .slider-info h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin: 0 0 1rem 0;
  }
  .slider-info p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .slider .owl-dots {
    transform: inherit;
    top: 32.4rem;
    right: 6rem;
  }
  .about-engro-eximp {
    padding: 3.125rem 0 6.25rem 0;
    transform: inherit !important;
  }
  .about-engro-eximp .info {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .heading {
    font-size: 0.8rem;
    margin: 0 0 1.5rem 0;
  }
  .sub-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .button-primary {
    font-size: 1rem;
    padding: 0.7rem 1.7rem;
  }
  .about-holding-comp {
    padding: 3.125rem 0 3.125rem 0;
    top: -60px;
  }
  .about-holding-comp .info {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .our-products {
    margin: 3.125rem 0 0 0;
  }
  .our-products p {
    margin-bottom: 2rem;
  }
  .our-partners {
    margin: 3.125rem 1.563rem 6.25rem 1.563rem;
  }
  .our-partners p {
    margin: 0.625rem 0 0 0;
  }
  .our-partners .our-partners-carousel {
    margin-top: 1.875rem;
  }
  .careers-culture {
    padding: 0;
  }
  .preline {
    white-space: inherit;
  }
  .insights {
    padding: 3.125rem 1rem;
  }
  .insights .rside,
  .insights .lside {
    width: 100%;
  }
  .insights .owl-nav {
    left: 33px;
    top: -55px;
  }
  .footer-menu {
    padding: 1rem;
  }
  header {
    height: 4rem;
  }
  .navbar-toggler:focus {
    box-shadow: inherit !important;
  }
  .prod-list h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .border-green:after {
    padding-top: 0px;
  }
  .geograph-presence .sub-heading {
    margin: 0;
  }
  .map-buttons ul li {
    width: 100%;
  }
  .careers-culture h2 {
    margin: 1rem 0 1.5rem 0;
  }
  .insights .report {
    padding: 1rem;
  }
  address {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0.4rem;
  }
  .address-section ul li {
    margin: 0 7px 0 0;
  }
  .address-section ul li a {
    font-size: 0.813rem;
    margin-right: 0rem;
  }
  .address-section .social-media {
    margin-top: 1rem;
  }
  .address-section .social-media .develop-by {
    margin-left: 25px;
  }
  .insights .lside p {
    white-space: inherit;
    margin: 0 0 6.5rem 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    height: auto;
  }
  .search {
    padding: 0;
  }
  .address-section .social-media ul li a img {
    width: 20px;
    height: 20px;
  }
  br {
    display: none;
  }
  .inner-header .info {
    left: 4.2%;
    top: 30%;
  }
  .leadership {
    margin: 1.7rem 1.3rem;
  }
  .leadership .list {
    width: 100%;
    margin: 0 0 1.875rem 0;
  }
  .leadership .list img {
    margin: 0 auto;
    display: block;
  }
  .leadership .leadership-overlay {
    width: 95%;
  }
  ul.leadship-nav {
    margin: 0 0 3rem 0;
  }
  .bod {
    margin: 0 0 1.25rem 0;
  }
  .detail-page h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .detail-page h3 {
    font-size: 44px;
    font-weight: 300;
  }
  .map-container {
    min-height: 220px;
  }
  .map-locations {
    min-height: 220px;
  }
  .core-tabs {
    display: inherit;
    width: 100%;
  }
  .core-tabs ul li {
    width: 100%;
    padding: 10px 0px;
    gap: 5px;
  }
  .intro p {
    padding: 0 1rem 0 1rem;
  }
  .tb-space {
    padding: 1rem 0;
  }
  .overlap-section.overlap-space {
    margin-top: 1rem;
  }
  .lr-space {
    margin: 0 1rem;
  }
  .core-tabs .core-list {
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .core-tabs .core-img {
    width: 100%;
    margin-top: 1rem;
  }
  .code-of-conduct .coc-sec {
    width: 100%;
  }
  .md {
    line-height: 1.7rem;
  }
  .code-of-conduct .coc-sec {
    width: 90%;
  }
  .code-of-conduct .coc-sec h4 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .code-of-conduct .policy .policy-list {
    width: 100%;
  }
  .leadership .leadership-overlay h2 {
    width: 89%;
  }
  ul.leadship-nav li {
    margin: 0 0 0 0.8rem;
    font-size: 0.8rem;
  }
  .news-events .list {
    width: 100%;
    margin: 0 0.5rem 1.25rem 0.8rem;
  }
  .market-news-highlights .list {
    width: 95%;
    padding: 1rem;
    margin: 0 0 0.9rem 0.7rem;
    height: auto;
  }
  .market-news-highlights .list h2 {
    min-height: auto;
  }
  .center-cont {
    margin: 0rem 1rem;
  }
  .mobile {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
  }
  .r-tabs .details {
    width: 100%;
  }
  .r-tabs {
    display: block;
  }
  .r-tabs .list {
    position: relative;
    top: 0;
    padding: 20px;
    height: auto;
    width: 100%;
  }
  .r-tabs .list h2 {
    margin: 0 0 1rem 0;
  }
  .r-tabs .list ul {
    margin: 0;
  }
  .r-tabs .list ul li img {
    width: 50px;
  }
  .r-tabs .list ul li {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  .r-tabs .list ul li.active:before {
    height: 55px;
    width: 480px;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .trade-team .list {
    width: 100%;
    margin: 0 0 1.875rem 0;
  }
  .trade-team .list img {
    margin: 0 auto;
    display: block;
  }
  .trade-team .leadership-overlay {
    width: 100%;
  }
  .trade-team .leadership-overlay span {
    width: 90%;
  }
  .mb-50 {
    padding-top: 3.25rem;
  }
  .contact-us .info {
    margin: 0 0 1rem 0;
  }
  .prod-list {
    width: 100%;
  }
  .prod-list img {
    width: 100%;
    object-fit: cover;
    height: 330px;
  }
  .prod-list:hover h3 {
    top: 28%;
  }
  .inner-header img {
    height: 300px;
    object-fit: cover;
    object-position: 47% 50%;
  }
  .inner-header .info h2 {
    width: auto;
    font-size: 2rem;
    line-height: 3rem;
  }
  .custom-grid p.heading:nth-child(1) {
    margin: 2rem 0 2rem 0;
    line-height: 1.2rem;
    display: inline-block;
  }
  .grid-list > div {
    margin: 1rem 1rem;
  }
  .contact-us ul li {
    display: block;
    text-align: center;
    margin: 0 auto 2rem auto;
  }
  .prof-circle .list {
    width: 100%;
    text-align: center;
    margin: 0 auto 3rem auto;
  }
  .prof-circle .cont {
    margin: 0 0 5rem 0;
  }
  .careers-culture .info {
    top: 20%;
    left: 5%;
  }
  .careerImage .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
  }
  .custom-grid .grid-height {
    padding: 10px 10px;
  }
  .prof-circle .cont:first-of-type {
    padding: 2rem 0 0 0;
  }
  .product-categories {
    height: 380px;
  }
  .product-categories .detail h2 {
    margin: 0;
  }
  .product-categories .detail p {
    width: 100%;
    margin: 0.3rem 0 1.2rem 0;
    padding: 0;
  }
  .category-products {
    padding: 2.25rem 1.125rem;
  }
  form.wpcf7-form.init {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
