/* ==========================================================================
   1. FONTS
   ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot');
  src:
    url('../../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../../fonts/fontawesome-webfont.woff') format('woff'),
    url('../../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   2. CSS VARIABLES (Omitted for Bootstrap 3 backwards compatibility safety)
   ========================================================================== */

/* ==========================================================================
   3. RESET
   ========================================================================== */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style-type: none;
}

/* ==========================================================================
   4. BASE
   ========================================================================== */
body {
  top: 0px !important;
  position: static !important;
}

.wrapper {
  font: 14px/23px 'Roboto condensed', 'Roboto', sans-serif;
}

p {
  color: #555;
  margin: 15px 0;
}

a,
a:hover,
a:focus {
  color: #595f6c;
}

a:hover {
  cursor: pointer;
}

::-webkit-selection {
  background: #ff0000;
  text-shadow: none;
  color: #fff;
}

::-moz-selection {
  background: #ff0000;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #ff0000;
  text-shadow: none;
  color: #fff;
}

/* ==========================================================================
   5. TYPOGRAPHY
   ========================================================================== */
h1,
h2,
h3 {
  font-family: 'Roboto condensed', Roboto, 'Open Sans', sans-serif;
  font-weight: 200;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: 600;
}

h1 {
  margin: 50px 0;
  font-size: 50px;
}

h2 {
  margin: 20px 0;
  font-size: 35px;
}

h3 {
  margin: 25px 0;
  font-size: 22px;
}

h4 {
  margin: 15px 0;
}

h2 .fa {
  position: relative;
  top: -1px;
}

blockquote.style_2 {
  border-left-color: fade(#ed3237, 30%);
}

blockquote.blockquote-reverse.style_2 {
  border-right-color: fade(#ed3237, 30%);
}

.text-bold {
  font-weight: 700;
}

.highlight-color {
  color: #fe3f3f;
}

time.icon {
  font-size: 1em;
  display: block;
  position: relative;
  width: 7em;
  height: 6em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow:
    0 1px 0 #bdbdbd,
    0 2px 0 #fff,
    0 3px 0 #bdbdbd,
    0 4px 0 #fff,
    0 5px 0 #bdbdbd,
    0 0 0 1px #bdbdbd;
  overflow: hidden;
}

time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.2em 0;
  color: #fff;
  background-color: #fe3f3f;
  border-bottom: 1px dashed #c80000;
  box-shadow: 0 2px 0 #fe3f3f;
  font-size: 2em;
}

time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: #fe3f3f;
  top: 2.7em;
  font-size: 1.3em;
}

time.icon span {
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
  margin-top: 0.35em;
}

/* ==========================================================================
   6. UTILITY CLASSES
   ========================================================================== */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.margin-auto {
  margin: 0 auto;
}

.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}

.color-green {
  color: #45c07b;
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #1c67e4;
}

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }
.font22 { font-size: 22px; }
.font24 { font-size: 24px; }
.font30 { font-size: 30px; }

.p-xxs { padding: 5px; }
.p-xs { padding: 10px; }
.p-sm { padding: 15px; }
.p-m { padding: 20px; }
.p-md { padding: 25px; }
.p-lg { padding: 30px; }
.p-xl { padding: 40px; }
.p-2xl { padding: 80px; }

.p-l {
  padding-left: 50px;
  margin-left: 15px;
}

.p-l-none { margin-left: 0; }
.p-l-xs { margin-left: 5px; }
.p-l-sm { margin-left: 10px; }
.p-l-md { margin-left: 20px; }
.p-l-lg { margin-left: 30px; }
.p-l-xl { margin-left: 40px; }

.p-r-none { margin-right: 0; }
.p-r-xxs { margin-right: 1px; }
.p-r-xs { margin-right: 5px; }
.p-r-sm { margin-right: 10px; }
.p-r { margin-right: 15px; }
.p-r-md { margin-right: 20px; }
.p-r-lg { margin-right: 30px; }
.p-r-xl { margin-right: 40px; }

.m-xxs { margin: 2px 4px; }
.m-xs { margin: 5px; }
.m-sm { margin: 10px; }
.m { margin: 15px; }
.m-md { margin: 20px; }
.m-lg { margin: 30px; }
.m-xl { margin: 50px; }
.m-n { margin: 0 !important; }

.m-l-none { margin-left: 0; }
.m-l-xs { margin-left: 5px; }
.m-l-sm { margin-left: 10px; }
.m-l { margin-left: 15px; }
.m-l-md { margin-left: 20px; }
.m-l-lg { margin-left: 30px; }
.m-l-xl { margin-left: 40px; }

.m-l-n-xxs { margin-left: -1px; }
.m-l-n-xs { margin-left: -5px; }
.m-l-n-sm { margin-left: -10px; }
.m-l-n { margin-left: -15px; }
.m-l-n-md { margin-left: -20px; }
.m-l-n-lg { margin-left: -30px; }
.m-l-n-xl { margin-left: -40px; }

.m-t-none { margin-top: 0; }
.m-t-xxs { margin-top: 1px; }
.m-t-xs { margin-top: 5px; }
.m-t-sm { margin-top: 10px; }
.m-t { margin-top: 15px; }
.m-t-md { margin-top: 20px; }
.m-t-lg { margin-top: 30px; }
.m-t-xl { margin-top: 40px; }

.m-t-n-xxs { margin-top: -1px; }
.m-t-n-xs { margin-top: -5px; }
.m-t-n-sm { margin-top: -10px; }
.m-t-n { margin-top: -15px; }
.m-t-n-md { margin-top: -20px; }
.m-t-n-lg { margin-top: -30px; }
.m-t-n-xl { margin-top: -40px; }

.m-r-none { margin-right: 0; }
.m-r-xxs { margin-right: 1px; }
.m-r-xs { margin-right: 5px; }
.m-r-sm { margin-right: 10px; }
.m-r { margin-right: 15px; }
.m-r-md { margin-right: 20px; }
.m-r-lg { margin-right: 30px; }
.m-r-xl { margin-right: 40px; }

.m-r-n-xxs { margin-right: -1px; }
.m-r-n-xs { margin-right: -5px; }
.m-r-n-sm { margin-right: -10px; }
.m-r-n { margin-right: -15px; }
.m-r-n-md { margin-right: -20px; }
.m-r-n-lg { margin-right: -30px; }
.m-r-n-xl { margin-right: -40px; }

.m-b-none { margin-bottom: 0; }
.m-b-xxs { margin-bottom: 1px; }
.m-b-xs { margin-bottom: 5px; }
.m-b-sm { margin-bottom: 10px; }
.m-b { margin-bottom: 15px; }
.m-b-md { margin-bottom: 20px; }
.m-b-lg { margin-bottom: 30px; }
.m-b-xl { margin-bottom: 40px; }
.m-b-xxl { margin-bottom: 60px; }

.m-b-n-xxs { margin-bottom: -1px; }
.m-b-n-xs { margin-bottom: -5px; }
.m-b-n-sm { margin-bottom: -10px; }
.m-b-n { margin-bottom: -15px; }
.m-b-n-md { margin-bottom: -20px; }
.m-b-n-lg { margin-bottom: -30px; }
.m-b-n-xl { margin-bottom: -40px; }

.space-15 { margin: 15px 0; }
.space-20 { margin: 20px 0; }
.space-25 { margin: 25px 0; }
.space-30 { margin: 30px 0; }

.dash-line,
.divider-line {
  border-top: 2px dashed #ddd;
  margin: 30px 0;
}

.divider-line {
  margin: 20px 0;
}

.eff {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.eff_slow {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.round-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pic-box {
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.pics-in-a-row {
  display: flex;
  margin: 25px 0;
}

.pics-in-a-row > div:not(:last-child) {
  margin-right: 2%;
}

.img-in-a-row {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.img1,
.img2 {
  flex: 0.7505;
}

.img3 {
  flex: 1.5023;
}

.img-width-400 { width: 400px; }

.div-height-100 { height: 100px; }
.div-height-200 { height: 200px; }
.div-height-230 { height: 230px; }
.div-height-250 { height: 250px; }
.div-height-300 { height: 300px; }

.div-width-150 { width: 150px; }
.div-width-187 { width: 187px; }
.div-width-200 { width: 200px; }
.div-width-300 { width: 300px; }

.auto-height { height: auto; }
.hide-element { display: none; }

.google-tag-manager {
  display: none;
  visibility: hidden;
}

.bullet-indent { padding-left: 16px; }

.page-title-padding { padding: 40px; }

.logo-inline-wrapper { white-space: nowrap; }
.logo-inline {
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   7. BUTTONS
   ========================================================================== */
.btn {
  margin: 5px;
  font-size: 16px;
}

.btn-default {
  border: 1px solid #ff0000;
  background: #fff;
  color: #ff0000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}

.btn-tag {
  border: 1px solid #aaa;
  background: #fff;
  color: #aaa;
}

.btn-tag:hover,
.btn-tag:focus,
.btn-tag.active.focus,
.btn-tag.active:focus,
.btn-tag.active:hover,
.btn-tag.focus:active,
.btn-tag:active:focus,
.btn-tag:active:hover {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
}

.bann_caption .btn-default,
.btn-default.style_3 {
  background: #ed3237;
  color: #fff;
}

.btn-default.style_3 {
  border: 1px solid #ed3237;
}

.btn-default.style_2:hover,
.btn-default.style_2:focus,
.btn-default.style_3:hover,
.btn-default.style_3:focus {
  color: #ed3237;
}

.btn-default.style_2:hover,
.btn-default.style_2:focus,
.btn-default.style_2.is-checked {
  border-color: #fff;
  color: #fff;
  background: #ed3237;
}

.btn-default.style_3:hover,
.btn-default.style_3:focus {
  background: #fff;
  border: 1px solid #fff;
}

a.go-top i,
.go-top i:hover,
.go-top i:active,
.go-top i:focus {
  color: #ff0000;
}

/* ==========================================================================
   8. FORMS
   ========================================================================== */
.form-group label {
  font-family: 'Roboto Condensed', Roboto, 'Open Sans', Arial;
  font-weight: normal;
}

input.form-control,
textarea.form-control {
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #aaa;
}

.form-control:focus,
.form-control:active {
  border-color: #ed3237;
}

.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  border-color: #222;
}

.progress {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.progress-bar {
  box-shadow: 2px -2px 1px rgba(0, 0, 0, 0.5) inset;
}

.pagination > li > a,
.pagination > li > span {
  color: #ed3237;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #ed3237;
  color: #fff;
  border-color: #ed3237;
}

.pager li > a:hover,
.pager li > a:focus {
  background: #222;
  border-color: #ed3237;
}

.nav-tabs > li a:hover i,
.nav-tabs > li.active a,
.nav-tabs > li.active i,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus,
.shortcode_sidebar a:hover {
  color: #ed3237;
}

.tooltip .tooltip-inner {
  background: #ed3237;
}

.tooltip.left > .tooltip-arrow {
  border-left-color: #ed3237;
}

.tooltip.right > .tooltip-arrow {
  border-right-color: #ed3237;
}

.tooltip.top > .tooltip-arrow {
  border-top-color: #ed3237;
}

.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #ed3237;
}

.popover {
  border-color: #ed3237;
  background: #ed3237;
}

.popover.left > .arrow::after {
  border-left-color: #ed3237;
}

.popover.right > .arrow::after {
  border-right-color: #ed3237;
}

.popover.top > .arrow::after {
  border-top-color: #ed3237;
}

.popover.bottom > .arrow::after {
  border-bottom-color: #ed3237;
}

.popover-content {
  background: #ed3237;
  color: #fff;
}

/* ==========================================================================
   9. TABLES
   ========================================================================== */
.table {
  font-size: 16px;
}

.table > thead > tr > th {
  font-family: 'Roboto Condensed', Roboto, 'Open Sans', Arial;
  font-weight: normal;
  border-bottom: 3px solid #333;
  vertical-align: bottom;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom: none;
}

.table-bordered {
  border: 1px solid #333;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #333;
}

.table-outer-bordered > tbody,
.table-outer-bordered > thead {
  border: 1px solid #333;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #333;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.table-responsive {
  border: 0px;
}

/* ==========================================================================
   10. HEADER
   ========================================================================== */
.wrapper > header {
  background: #fff;
}

.top-head {
  position: relative;
  line-height: 35px;
  color: #fff;
}

.top-head i,
.top-head span {
  padding-right: 10px;
}

.top-head a {
  color: #333;
}

.top-head span:last-child {
  padding-right: 0;
}

.top-head .popover {
  position: relative;
  z-index: 99999999 !important;
  width: 100px;
}

/* Page Header Sections with Banners */
#product-head-title,
#contactus-head-title,
#team-head-title,
#awards-head-title,
#aboutus-head-title,
#health-head-title,
#risk-head-title,
#greenenergy-head-title,
#wastemanagement-head-title,
#csr-head-title,
#news-head-title,
#enquiry-head-title,
#industry-head-title {
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-top: 100px;
  height: 200px;
}

#product-head-title { background-image: url('../images/banners/product-header-banner.jpg'); }
#contactus-head-title { background-image: url('../images/banners/contactus-header-banner.jpg'); }
#team-head-title { background-image: url('../images/banners/team-header-banner.jpg'); }
#awards-head-title { background-image: url('../images/banners/awards-header-banner.jpg'); }
#aboutus-head-title { background-image: url('../images/banners/aboutus-header-banner.jpg'); }
#health-head-title { background-image: url('../images/banners/health-header-banner.jpg'); }
#risk-head-title { background-image: url('../images/banners/risk-header-banner.jpg'); }
#greenenergy-head-title { background-image: url('../images/banners/greenenergy-header-banner.jpg'); }
#wastemanagement-head-title { background-image: url('../images/banners/wastemanagement-header-banner.jpg'); }
#csr-head-title { background-image: url('../images/banners/csr-header-banner.jpg'); }
#news-head-title { background-image: url('../images/banners/news-and-events-header-banner.jpg'); }
#enquiry-head-title { background-image: url('../images/banners/enquiry-header-banner.jpg'); }
#industry-head-title { background-image: url('../images/banners/industry-header-banner.jpg'); }

#product-head-title.bg-fixed,
#contactus-head-title.bg-fixed,
#team-head-title.bg-fixed,
#awards-head-title.bg-fixed,
#aboutus-head-title.bg-fixed,
#health-head-title.bg-fixed,
#risk-head-title.bg-fixed,
#greenenergy-head-title.bg-fixed,
#wastemanagement-head-title.bg-fixed,
#industry-head-title.bg-fixed {
  background-attachment: fixed;
}

#product-head-title.full-image,
#contactus-head-title.full-image,
#team-head-title.full-image,
#awards-head-title.full-image,
#aboutus-head-title.full-image,
#health-head-title.full-image,
#risk-head-title.full-image,
#greenenergy-head-title.full-image,
#wastemanagement-head-title.full-image,
#csr-head-title.full-image,
#news-head-title.full-image,
#enquiry-head-title.full-image,
#industry-head-title.full-image {
  background-size: cover;
  background-position: center center;
}

#product-head-title .container,
#contactus-head-title .container,
#team-head-title .container,
#awards-head-title .container,
#aboutus-head-title .container,
#health-head-title .container,
#risk-head-title .container,
#greenenergy-head-title .container,
#wastemanagement-head-title .container,
#csr-head-title .container,
#news-head-title .container,
#enquiry-head-title .container,
#industry-head-title .container {
  position: relative;
  z-index: 2;
}

#product-head-title h1,
#contactus-head-title h1,
#team-head-title h1,
#awards-head-title h1,
#aboutus-head-title h1,
#aboutus-head-title h2,
#health-head-title h1,
#risk-head-title h1,
#greenenergy-head-title h1,
#wastemanagement-head-title h1,
#csr-head-title h1,
#news-head-title h1,
#enquiry-head-title h1 {
  font-size: 38px;
  color: #fff;
  margin: 0;
  padding: 0;
}

#product-head-title h1 {
  margin-top: 20px;
}

#industry-head-title h1 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  padding: 0;
}

#product-head-title h3,
#contactus-head-title h3,
#team-head-title h3,
#awards-head-title h3,
#aboutus-head-title h3,
#health-head-title h3,
#risk-head-title h3,
#greenenergy-head-title h3,
#wastemanagement-head-title h3,
#csr-head-title h3,
#news-head-title h3,
#enquiry-head-title h3,
#industry-head-title h3 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
}

#product-head-title .mask,
#team-head-title .mask,
#aboutus-head-title .mask,
#csr-head-title .mask,
#news-head-title .mask,
#enquiry-head-title .mask,
#industry-head-title .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('../images/banners/mask-pattern.png');
}

#contactus-head-title .mask,
#awards-head-title .mask,
#health-head-title .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../images/banners/mask-pattern.png');
}

#risk-head-title .mask,
#greenenergy-head-title .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url('../images/banners/mask-pattern.png');
}

#wastemanagement-head-title .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/banners/mask-pattern.png');
}

.page-header {
  position: relative;
}

.page-header.page-header-with-icon {
  text-align: center;
  border-top: 2px solid #eaedf2;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 16px;
  margin: 50px 0 30px 0;
}

.page-header.page-header-with-icon > [class^='fa-'],
.page-header.page-header-with-icon > [class*=' fa-'] {
  position: absolute;
  display: block;
  left: 50%;
  top: -25px;
  margin-left: -50px;
  color: #ff0000;
  background-color: white;
  font-size: 33px;
  line-height: 50px;
  width: 100px;
  height: 50px;
}

.page-header.page-header-with-icon h1,
.page-header.page-header-with-icon h2,
.page-header.page-header-with-icon h3,
.page-header.page-header-with-icon h4,
.page-header.page-header-with-icon h5,
.page-header.page-header-with-icon h6 {
  font-weight: 500;
  margin: 20px 10px;
  font-size: 32px;
}

.page-header.page-header-with-icon small {
  display: block;
  text-transform: none;
  font-size: 16px;
}

.breadcrumb-bg {
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 65px;
}

.breadcrumb-contactus {
  background: #ed3237;
}

.breadcrumb-bg h2 {
  padding: 50px 0 20px 0;
  font-weight: normal;
  font-size: 40px;
  margin: 0;
}

.breadcrumb {
  background: none;
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb li.active {
  font-size: 18px;
  color: #fff;
}

.breadcrumb li a:hover {
  color: #333;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: yellow;
  content: '/\00a0';
}

/* ==========================================================================
   11. NAVIGATION
   ========================================================================== */
.navbar-default {
  border: none;
  z-index: 1004;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a {
  margin: 5px;
  font-weight: bold;
}

.navbar-header {
  position: relative;
  z-index: 99999;
  margin-bottom: 30px;
}

.navbar-default a.navbar-brand {
  font-size: 35px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .dropdown-menu > li a,
.navbar-default .dropdown-menu .dropdown-menu > li a {
  color: #fff;
  background: none;
}

.navbar-default .dropdown-menu > li a {
  padding: 7px 20px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #a52b2b;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .dropdown-menu > li a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #a52b2b;
}

.navbar-default .dropdown-menu {
  background: #fff;
  padding: 15px 0;
}

.navbar-nav > li.dropdown li.dropdown > a::before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 16px;
  color: #666;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.mega-menu li.active a {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .dropdown-menu > li a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #333;
}

.nav > li > a.active,
.dropdown-menu > li > a.active,
.dropdown-menu > li.active > a {
  color: #ed3237 !important;
}

.navbar-nav > li.dropdown li.dropdown:hover > a,
.navbar-nav > li.dropdown li.dropdown:hover > a::before {
  color: #ed3237;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .dropdown-menu .open > a,
.nav .dropdown-menu .open > a:focus,
.nav .dropdown-menu .open > a:hover {
  background: #222;
}

.navbar-default .dropdown-menu > li a:active,
.navbar-default .dropdown-menu .dropdown-menu > li a:active {
  color: #ed3237;
}

.dropdown-menu.dropdown-menu-narrow {
  width: fit-content;
  min-width: 180px;
}

/* ==========================================================================
   12. MEGA MENU
   ========================================================================== */
/* Handled in Navigation & Responsive Sections */

/* ==========================================================================
   13. HERO SLIDER
   ========================================================================== */
#main-slider {
  overflow: hidden;
  padding-top: 100px;
}

#main-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #ff0000;
}

#progressBar {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 45%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 80px;
  width: 80px;
  line-height: 75px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #ff0000;
}

#main-slider .owl-prev {
  left: -45px;
  text-indent: 14px;
}

#main-slider .owl-next {
  right: -45px;
  text-indent: -14px;
}

#main-slider .owl-carousel .content {
  position: absolute;
  display: block;
  margin-top: 180px;
}

#main-slider .owl-carousel .content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin: 0px;
  text-shadow: 1px 1px 3px rgba(20, 20, 20, 1);
}

#main-slider .owl-carousel .content h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  margin: 0px;
  text-shadow: 1px 1px 3px rgba(20, 20, 20, 1);
  text-align: center;
}

.top-banner-scroller {
  text-align: center;
}

.top-banner-scroller img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   14. OWL CAROUSEL
   ========================================================================== */
#ind-slider {
  text-align: center;
}

/* ==========================================================================
   15. HOMEPAGE
   ========================================================================== */
.big-block {
  padding-top: 60px;
}

.big-block p {
  font-size: 20px;
  font-family: 'Roboto Condensed', Roboto, 'Open Sans', Arial;
  text-align: left;
  line-height: 30px;
}

.big-block p.our-policy {
  font-size: 27px;
  line-height: 35px;
}

.big-block-big-title {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 400;
  font-family: 'Roboto Condensed', Roboto, 'Open Sans', Arial;
}

.big-block-mid-title,
.big-block-small-title {
  font-weight: 600;
  font-family: 'Roboto Condensed', Roboto, 'Open Sans', Arial;
}

.big-block-mid-title {
  margin-bottom: 40px;
  font-size: 32px;
}

.big-block-small-title {
  margin-bottom: 10px;
  font-size: 28px;
}

.counters {
  background-color: #ff0000;
  color: #fff;
}

.c-numbers {
  margin-top: 50px;
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  line-height: 45px;
  background: #ff0000;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
}

.title-head {
  text-align: center;
}

.panel-bottom {
  padding-bottom: 30px;
}

.panel-bottom-2x {
  padding-bottom: 60px;
}

.strength {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
}

.strength-quality {
  color: #76a501;
  line-height: 150px;
}

.strength-consistency {
  color: #499aee;
  line-height: 150px;
}

.strength-service {
  color: #ff8017;
  line-height: 150px;
}

.strength-text {
  font-size: 25px;
  color: #333;
  font-weight: 400;
}

.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }

.skills .skill .progress-bar .current-progress .bar {
  background: #a52b2b;
}

.content-text p {
  font-size: 18px;
  line-height: 30px;
}

.animations .row img {
  border: 1px solid #222;
  margin-bottom: 20px;
  padding: 0;
}

/* ==========================================================================
   16. PRODUCTS
   ========================================================================== */
.our-product-bg {
  background-color: #f1f1f1;
}

.our-product-box {
  margin-bottom: 50px;
}

.our-product-box li {
  width: 186px;
  margin-top: 30px;
}

.our-product-content {
  height: 200px;
  padding: 1px;
}

.periodic-no {
  font-size: 30px;
}

.our-product-content h2 {
  margin: -10px 0 0 0;
  font-size: 70px;
  text-transform: none;
}

.our-product-content h3 {
  margin: 20px 0 0 0;
  text-transform: none;
  font-weight: 600;
}

.our-product-content h4 {
  margin: 5px 0 0 0;
  text-transform: none;
}

.cobalt-bg {
  background: #388fe8;
  background: -moz-radial-gradient(center, ellipse cover, #388fe8 0%, #0061c4 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #388fe8 0%, #0061c4 100%);
  background: radial-gradient(ellipse at center, #388fe8 0%, #0061c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388fe8', endColorstr='#0061c4',GradientType=1 );
  color: #fff;
}

.copper-bg {
  background: #b30930;
  background: -moz-radial-gradient(center, ellipse cover, #b30930 0%, #7c0e27 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #b30930 0%, #7c0e27 100%);
  background: radial-gradient(ellipse at center, #b30930 0%, #7c0e27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30930', endColorstr='#7c0e27',GradientType=1 );
  color: #fff;
}

.iron-bg {
  background: #757575;
  background: -moz-radial-gradient(center, ellipse cover, #bdbdbd 0%, #757575 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #bdbdbd 0%, #757575 100%);
  background: radial-gradient(ellipse at center, #bdbdbd 0%, #757575 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#757575', GradientType=1);
  color: #fff;
}

.manganese-bg {
  background: #f67204;
  background: -moz-radial-gradient(center, ellipse cover, #f67204 0%, #cd5e02 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f67204 0%, #cd5e02 100%);
  background: radial-gradient(ellipse at center, #f67204 0%, #cd5e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67204', endColorstr='#cd5e02',GradientType=1 );
  color: #fff;
}

.nickel-bg {
  background: #798c9a;
  background: -moz-radial-gradient(center, ellipse cover, #798c9a 0%, #515f66 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #798c9a 0%, #515f66 100%);
  background: radial-gradient(ellipse at center, #798c9a 0%, #515f66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798c9a', endColorstr='#515f66',GradientType=1 );
  color: #fff;
}

.zinc-bg {
  background: #9dc400;
  background: -moz-radial-gradient(center, ellipse cover, #9dc400 0%, #6c9602 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #9dc400 0%, #6c9602 100%);
  background: radial-gradient(ellipse at center, #9dc400 0%, #6c9602 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc400', endColorstr='#6c9602',GradientType=1 );
  color: #fff;
}

.our-product-name {
  height: 45px;
  border: 1px solid #dcdcdc;
  background-color: #f1f1f1;
}

.our-product-name h3 {
  margin: 10px 0 0 0;
  text-transform: none;
  font-weight: 400;
}

.cobalt-title {
  background-image: url('../images/banners/cobalt-title-bg.png');
}

.product-box {
  margin-top: 55px;
}

.tech-sepc-header {
  background-color: #ffdddd;
}

.tech-sepc {
  font-size: 20px;
  font-weight: 600;
  background-color: #ececec;
}

.cobalt {
  color: #0061c4;
  font-weight: 600;
}

.copper {
  color: #a00126;
  font-weight: 600;
}

.iron {
  color: #616161;
  font-weight: 600;
}

.zinc {
  color: #76a500;
  font-weight: 600;
}

.manganese {
  color: #f67204;
  font-weight: 600;
}

.nickel {
  color: #595f6c;
  font-weight: 600;
}

.product-outer-box {
  height: 150px;
  border-radius: 10px;
  font-size: 25px;
  line-height: 150px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

.product-outer-box a {
  color: #fff;
}

.product-outer-box a:hover {
  color: #333;
}

.open-link-product {
  float: right;
  width: 24px;
}

/* ==========================================================================
   17. INDUSTRIES
   ========================================================================== */
.sec-industries {
  background: url('../images/banners/i-background.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.9);
}

.sec-industries h2 {
  color: #fff;
}

.sec-industries .item {
  text-align: center;
}

.sec-industries .ind-box {
  width: 100%;
  height: 180px;
  padding: 10px;
}

.sec-industries .ind-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.industry-box-inner {
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.industry-box-inner:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.industry-box-inner a,
.industry-box-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-decoration: none;
  display: block;
  color: inherit;
}

.industry-box-inner > a:hover,
.industry-box-inner > a:focus {
  color: inherit;
  text-decoration: none;
}

.col-lg-3:nth-child(1) .industry-box-inner { background-color: #fbeee4; }
.col-lg-3:nth-child(2) .industry-box-inner { background-color: #f0ffef; }
.col-lg-3:nth-child(3) .industry-box-inner { background-color: #fdfaee; }
.col-lg-3:nth-child(4) .industry-box-inner { background-color: #e8f4fe; }
.col-lg-3:nth-child(5) .industry-box-inner { background-color: #fdfff0; }
.col-lg-3:nth-child(6) .industry-box-inner { background-color: #ebf1fa; }
.col-lg-3:nth-child(7) .industry-box-inner { background-color: #ece7de; }
.col-lg-3:nth-child(8) .industry-box-inner { background-color: #fdedfc; }
.col-lg-3:nth-child(9) .industry-box-inner { background-color: #e8f3ff; }
.col-lg-3:nth-child(10) .industry-box-inner { background-color: #e9e9e9; }
.col-lg-3:nth-child(11) .industry-box-inner { background-color: #fae6e6; }
.col-lg-3:nth-child(12) .industry-box-inner { background-color: #f7fafc; }

.industry-icon {
  width: 100%;
  height: 70%;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: opacity 0.3s ease;
}

.industry-box-inner:hover .industry-icon {
  opacity: 0.3;
}

.industry-title {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.product-overlay {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  z-index: 1;
}

.industry-box-inner:hover .product-overlay {
  opacity: 1;
}

.col-xs-12.col-sm-6.col-md-4.col-lg-3 {
  margin-bottom: 2rem;
}

.capsule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.capsule-item {
  background-color: #333;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.small {
  font-size: 0.85em !important;
}

.industry-content-head {
  color: #313131;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.6em;
}

.industry-content-brief {
  margin-top: 15px;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
}

.industry-content-product-link:hover,
.industry-content-sub-product-link:hover {
  color: red;
}

.industry-content-sub-product-link {
  color: #666;
  font-size: 20px;
}

.industry-product-link-icon {
  float: right;
  width: 24px;
  margin-left: 20px;
}

.industry-product-sub-head {
  background-color: #fef6f3;
  padding: 5px 40px;
  border-radius: 50px;
  display: inline-block;
}

.industry-product-sub-head h2 {
  font-size: 24px;
}

.industry-product-sub-head-wrapper {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.ecovadis-top-logo {
  margin-left: 5px;
  width: 48px;
  height: 48px;
}

.industry-tags {
  font-size: 18px;
}

.industry-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.box-country {
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
  font-weight: 600;
  margin: 2px;
}

.box-india { background-color: #ce97b0; }
.box-south-africa { background-color: #ffbcbc; }
.box-saudi-arabia { background-color: #c9e4c5; }
.box-north-america { background-color: #9fd8df; }
.box-turkey { background-color: #deba9d; }
.box-brazil { background-color: #f0d9ff; }
.box-chile { background-color: #ff7878; }
.box-morocco { background-color: #e7eab5; }
.box-vietnam { background-color: #9d9d9d; }
.box-italy { background-color: #b983ff; }
.box-poland { background-color: #bfb051; }
.box-malaysia { background-color: #ac7d88; }
.box-singapore { background-color: #92ba92; }
.box-indonesia { background-color: #b7cadb; }
.box-korea { background-color: #40a2d8; }
.box-united-kingdom { background-color: #aee2ff; }
.box-germany { background-color: #c9f4aa; }
.box-spain { background-color: #f4d160; }
.box-thailand { background-color: #fd8d14; }
.box-taiwan { background-color: #86a7fc; }
.box-denmark { background-color: #ff7077; }
.box-china { background-color: #7ec8a5; }

.supply-map-region-div {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

/* ==========================================================================
   18. ABOUT
   ========================================================================== */
.para-header {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

/* ==========================================================================
   19. CONTACT
   ========================================================================== */
.sec-contact-us h4 {
  color: #999;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.sec-contact-us h3 {
  font-size: 38px;
  font-weight: 600;
  margin: 0;
}

.sec-contact-us .outerbox {
  border: 1px solid #ddd;
  height: 130px;
  padding: 40px 2% 26px 9.5%;
}

.sec-contact-us .contact-img {
  max-width: 58px;
  margin-right: 10%;
}

.sec-contact-us .b-title {
  font-size: 20px;
  font-weight: 600;
}

.sec-contact-us .b-desc {
  font-size: 16px;
  color: #999;
}

.contactus-c-office {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
}

.contactus-c-office-add {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
  color: #555;
}

#map,
#mapF {
  display: block;
  height: 350px;
  margin: 0 auto;
}

.contact-us-info-i,
.linkedin-i,
.facebook-i,
.twitter-i {
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align: center;
  background: #ffffff;
  border: 3px solid #ffffff;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.contact-us-info-i {
  font-size: 48px;
  color: #ff0000;
}

.contact-us-info-i:hover {
  background: #ff0000;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #ff0000;
  box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #ff0000;
}

.linkedin-i {
  font-size: 48px;
  color: #0a66c2;
}

.linkedin-i:hover {
  background: #0a66c2;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #0a66c2;
  border: 3px solid #0a66c2;
}

.facebook-i {
  font-size: 48px;
  color: #1877F2;
}

.facebook-i:hover {
  background: #1877F2;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #1877F2;
  border: 3px solid #1877F2;
}

.twitter-i {
  font-size: 44px;
  color: #000;
}

.twitter-i:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 5px #000;
  border: 3px solid #000;
}

.reach-us {
  font-size: 26px;
  font-weight: 600;
}

.contact-title {
  font-size: 32px;
  font-weight: 600;
}

.text-link {
  color: #ff0000;
}

.text-link:hover {
  color: #000;
}

.contact-box {
  color: #666;
}

.map-format {
  border: 2px solid #eaedf2;
}

/* ==========================================================================
   20. TEAM
   ========================================================================== */
.profile-boxes .row:last-child .profile-box:last-child {
  margin-bottom: 0;
}

.profile-boxes .profile-box {
  margin-bottom: 60px;
  text-align: center;
}

.profile-boxes .profile-box .name {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
}

.profile-boxes .profile-box .name small {
  color: #aaa;
  font-size: 14px;
}

.profile-boxes .profile-box .position {
  color: #666;
  font-size: 18px;
  margin-top: 20px;
}

.profile-boxes .profile-box p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}

.profile-boxes .profile-box img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   21. AWARDS
   ========================================================================== */
#meet-team {
  padding: 70px 0 0px 0;
}

#meet-team .team-member {
  height: 600px;
  padding: 13px;
  background: #eee;
  border: 2px solid #eee;
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms;
}

#meet-team .team-member p {
  font-size: 16px;
}

#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
  border: 2px solid #eee;
}

#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

.affiliations-box-animation {
  visibility: visible;
  animation-duration: 400ms;
  animation-delay: 100ms;
  animation-name: fadeInUp;
}

.gallery {
  margin-top: 20px;
}

.gallery-item {
  height: 340px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  transition: all .3s ease;
}

.gallery-item.big-image {
  height: 550px;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.gallery-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* ==========================================================================
   22. HEALTH
   ========================================================================== */
.health-box {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  background-color: #eee;
  border: 1px solid #eee;
  text-align: center;
  margin-bottom: 20px;
}

.num {
  color: white;
  background: #ff0000;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.chemical-safety li,
.safety-icon h3 {
  font-size: 18px;
  font-weight: 600;
}

.safety-icon {
  text-align: center;
}

.safety-icon img {
  border: 3px solid #eee;
  border-radius: 50%;
  margin-bottom: 5px;
}

.awareness li {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0px;
  line-height: 30px;
}

.waste-mgmt-box {
  border-radius: 50%;
  color: #fff;
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  text-align: center;
}

.soil-box { background-color: sandybrown; }
.air-box { background-color: forestgreen; }
.water-box { background-color: deepskyblue; }

/* ==========================================================================
   23. RISK
   ========================================================================== */
ol.text-left li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  padding-bottom: 10px;
}

ol.text-left li i {
  width: 20px;
  display: inline-block;
  text-indent: 0;
}

ol.text-left li.risk {
  text-indent: -30px;
}

/* ==========================================================================
   24. BLOG
   ========================================================================== */
ul li.news {
  list-style-type: disc;
  font-size: 16px;
}

.annoucement-logo {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 90%;
  height: 90%;
}

.event-meta {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.event-meta i {
  color: #c94929;
  margin-right: 6px;
}

.event-venue {
  font-size: 20px;
  line-height: 30px;
}

/* FAQ Accordion */
.faq-accordion .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.faq-panel .panel-heading {
  padding: 0;
  background: transparent;
  border-top: 1px solid #e8e8e8;
}

.faq-panel:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.faq-panel .panel-title a {
  display: block;
  padding: 22px 0;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  position: relative;
}

.faq-panel .panel-title a:hover {
  color: #ff0000;
}

.faq-panel .panel-body {
  border-top: 0 !important;
  padding: 0px 0 25px;
  font-size: 20px;
  line-height: 30px;
  color: #666;
}

/* ==========================================================================
   25. FOOTER
   ========================================================================== */
.footer {
  background: #343a3b;
  color: #fff;
}

.footer h3 {
  margin-bottom: 20px;
}

.social_icons a i {
  font-size: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #999;
  margin: 10px 3px 15px 10px;
  color: #565e5e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social_icons a:first-child i {
  margin-left: 0px;
}

.social_icons .letsconnect {
  color: #999;
  font-size: 16px;
}

footer .social_icons a i {
  border: 1px solid #fff;
  color: #fff;
}

.social_icons a:hover i {
  border-color: #fff;
  color: #333;
  background: #fff;
}

.footer hr {
  border-color: #666;
}

.footer p {
  color: #999;
  padding-top: 10px;
}

.foot_nav {
  margin-bottom: 20px;
}

.foot_nav .title {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
}

.foot_nav li {
  padding: 0 0 5px 0;
  line-height: 30px;
  font-size: 18px;
  color: #999;
}

.foot_nav li a {
  color: #999;
  font-size: 18px;
}

.foot_nav li a:hover {
  color: #ff0000;
  font-size: 18px;
}

.foot_nav .contactus {
  font-size: 16px;
}

/* ==========================================================================
   26. POPUP & MODAL
   ========================================================================== */
.modal-header {
  background: #222;
}

.modal-dialog img {
  padding: 5px;
  border: 1px solid #efefef;
}

.modal-content button.close {
  text-shadow: none;
  opacity: 1;
  font-size: 25px;
  font-weight: 300;
}

.modal-footer .btn + .btn {
  margin: 5px;
}

.modal-header,
.modal-content button.close {
  color: #ed3237;
}

#ec-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

#ec-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

#ec-popup {
  position: relative;
  width: 90%;
  max-width: 420px;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  background: #ffebf8;
  background: linear-gradient(to right, #f9f1f1, #fceced);
  border: 5px solid #fdc7c7;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.85);
  transition: transform 0.3s ease;
  overflow: hidden;
}

#ec-popup-overlay.active #ec-popup {
  transform: scale(1);
}

.ec-progress-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #dddddd;
  overflow: hidden;
}

.ec-timer-progress {
  height: 100%;
  width: 100%;
  background: #ff4d4f;
  transition: width 1s linear;
}

.ec-popup-header {
  font-size: 24px;
  font-weight: 600;
  color: #4f4f4f;
  margin-bottom: 10px;
  animation: pulse 2s infinite;
}

.ec-popup-body p,
.ec-popup-body p.growth {
  font-size: 16px;
  color: #666;
  margin: 8px 0;
  line-height: 1.6;
}

.ec-popup-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#ec-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  z-index: 2;
}

#ec-close-btn:hover {
  background: #ff4d4f;
  color: #fff;
}

.ec-tooltip {
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  background: #666;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

#ec-close-btn:hover .ec-tooltip {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   27. GOOGLE TRANSLATE & PLUGINS
   ========================================================================== */
.goog-te-banner-frame {
  display: none !important;
}

.google-visualization-tooltip {
  padding: 10px !important;
  white-space: nowrap;
}

.google-visualization-tooltip-item-list,
.google-visualization-tooltip-item {
  padding: 0px !important;
  margin: 0px !important;
  white-space: nowrap;
}

/* ==========================================================================
   28. CUSTOM COMPONENTS
   ========================================================================== */
/* Custom inline/helper components integrated across core sections */

/* ==========================================================================
   29. RESPONSIVE
   ========================================================================== */

/* Max-Width: 480px (Small Mobile) */
@media (max-width: 480px) {
  #ec-popup {
    padding: 16px;
  }

  .ec-popup-header {
    font-size: 18px;
  }

  .ec-popup-body p {
    font-size: 13px;
  }

  .ec-popup-actions {
    flex-direction: column;
  }

  .ec-popup-actions .btn {
    width: 100%;
  }

  #ec-close-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* Max-Width: 767px (Mobile) */
@media screen and (max-width: 767px) {
  .navbar-nav > li.dropdown:hover > .dropdown-menu.active {
    display: block;
  }

  .navbar-toggle {
    border-radius: 3px;
    margin-right: 5px;
    border-color: #ff0000;
  }

  .navbar-toggle .icon-bar {
    background: #ff0000;
  }

  ul.navbar-nav > li > a {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-weight: 600;
    background-color: #fff;
  }

  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #ff0000;
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0px;
    background-color: #fff;
  }

  .dropdown-menu > ul {
    list-style: none;
    padding: 0 10px;
    margin-left: 15px;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0px;
    background-color: #fff;
  }

  .dropdown-menu > ul > li > a,
  .dropdown-megamenu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu > ul > li > a:hover,
  .dropdown-megamenu > ul > li > a:hover {
    color: #ff0000;
  }

  .dropdown-megamenu {
    margin-left: 15px;
    padding-top: 0px;
    background-color: #f8f8f8;
  }

  .dropdown-megamenu > ul > li.header {
    color: #ff0000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
  }

  /* #main-slider,
  .breadcrumb-bg {
    padding-top: 0px;
  } */

  .navbar-header {
    z-index: 9999;
  }

  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .navbar-brand.navbar-bg {
    position: absolute;
    left: 0;
    padding: 3px 15px 10px;
    width: 268px !important;
    height: 62px;
    line-height: 62px;
  }

  .navbar-brand img {
    float: right;
    padding: 0px;
    max-height: 80px;
    max-width: 100%;
  }

  .sec-contact-us .outerbox {
    padding: 40px 3% 20px 3%;
  }

  .sec-contact-us .b-title {
    font-size: 20px;
    font-weight: 600;
  }

  .sec-contact-us .b-desc {
    font-size: 15px;
    color: #999;
  }

  .wrapper > header {
    position: fixed;
    background: #fff;
    height: 100px;
    top: 0;
    opacity: 1;
    box-shadow: 0 1px 10px rgba(150, 150, 150, 0.4);
    -webkit-animation: 0.3s nav_sticky linear;
    animation: 0.3s nav_sticky linear;
  }

  #main-slider .item img {
    height: 220px;
    object-fit: cover;
  }

  #main-slider .owl-carousel .content {
    position: absolute;
    display: block;
    margin-top: 80px;
  }

  #main-slider .owl-carousel .content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
    text-shadow: 1px 1px 3px rgba(20, 20, 20, 1);
  }

  #main-slider .owl-carousel .content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    text-shadow: 1px 1px 3px rgba(20, 20, 20, 1);
    text-align: center;
  }
}

/* Max-Width: 991px (Mobile & Tablet) */
@media screen and (max-width: 991px) {
  .navbar,
  .top-head {
    padding: 0 15px;
    background: #ed3237;
  }
}

/* Min-Width: 768px (Tablet & Desktop) */
@media screen and (min-width: 768px) {
  #progressBar {
    top: 40px;
  }

  .navbar-default .navbar-brand {
    line-height: 30px;
  }

  .navbar-nav > li.dropdown:hover > .dropdown-menu.active {
    display: block;
  }

  .wrapper > header {
    position: fixed;
    background: #fff;
    height: 140px;
    top: 0;
    opacity: 1;
    box-shadow: 0 1px 10px rgba(150, 150, 150, 0.4);
    -webkit-animation: 0.3s nav_sticky linear;
    animation: 0.3s nav_sticky linear;
  }

  .wrapper > header .navbar-default.sticky .navbar-nav > li:last-child > a {
    padding-right: 15px;
  }

  .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
  }

  .navbar-right {
    padding-right: 20px;
    margin-top: 20px;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    left: 0px;
    min-width: 250px;
  }

  .navbar-toggle {
    border-radius: 3px;
    margin-right: 5px;
    border-color: #ff0000;
  }

  .navbar-toggle .icon-bar {
    background: #ff0000;
  }

  ul.navbar-nav > li > a {
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #666;
    padding-top: 22px;
    padding-bottom: 20px;
    line-height: 15px;
    font-weight: 600;
  }

  ul.navbar-nav > li:last-child a {
    padding-right: 15px;
  }

  ul.navbar-nav > li:hover > a,
  ul.navbar-nav > li.active > a,
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: #ff0000;
    color: #fff;
  }

  ul.navbar-nav > li > a i {
    font-weight: 600;
  }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background: #ff0000;
    border: 0;
  }

  .dropdown-menu {
    border-radius: 0;
    width: auto;
    box-shadow: none;
    border-color: #ff0000;
    border-style: solid;
    border-width: 1px;
    border-top-width: 5px;
    background-color: #f8f8f8;
  }

  .dropdown-menu > ul {
    list-style: none;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0px;
  }

  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-menu > ul > li.active > a,
  .dropdown-menu > ul > li > a:hover,
  .dropdown-megamenu > ul > li.active > a,
  .dropdown-megamenu > ul > li > a:hover {
    color: #ff0000;
  }

  .dropdown-menu > ul > li:last-child > a,
  .dropdown-megamenu > ul > li:last-child > a {
    border-bottom: 0;
  }

  .dropdown-menu > ul > li > a:hover,
  .dropdown-menu > ul > li > a:focus,
  .dropdown-megamenu > ul > li > a:hover,
  .dropdown-megamenu > ul > li > a:focus {
    background: none;
  }

  .nav > li.megamenu dropdown-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px !important;
    z-index: 1000;
    border-radius: 0;
    top: auto;
  }

  .nav > li.megamenu .dropdown-menu {
    min-width: 600px;
    width: 680px;
    padding-left: 20px;
    padding-right: 40px;
    margin-left: -130px;
  }

  .nav > li.megamenu dropdown-menu ul {
    margin-top: 4px;
    padding: 20px;
  }

  .dropdown-megamenu {
    padding-top: 15px;
    background-color: #f8f8f8;
  }

  .dropdown-megamenu > ul > li > a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .dropdown-megamenu > ul > li.header {
    color: #ff0000;
    font-weight: 600;
    font-size: 18px;
  }

  .dropdown-megamenu > ul > li.header-2 {
    margin-top: 20px;
  }

  .profile-boxes .row:last-child .profile-box {
    margin-bottom: 0;
  }

  .profile-boxes .profile-box {
    text-align: left;
  }

  .profile-boxes .profile-box .name {
    margin-top: 0;
  }
}

/* Min-Width: 768px and Max-Width: 991px (Tablet Only) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  .wrapper > header .navbar-default.sticky .navbar-nav > li:last-child > a {
    padding-right: 15px !important;
  }

  #main-slider {
    padding-top: 0px;
  }
}

/* Min-Width: 992px (Desktop & Large Desktop) */
@media screen and (min-width: 992px) {
  .wrapper > header .container-fluid {
    margin: 0 50px;
  }

  .wrapper > header .top-head,
  .wrapper > header .navbar-default {
    position: absolute;
    z-index: 999;
    width: 100%;
  }

  .wrapper > header .navbar-default {
    padding-top: 20px;
    background: #ed3237;
  }

  .breadcrumb_bg {
    padding-top: 100px;
  }

  .modal-dialog {
    margin-top: 100px;
  }

  #main-slider {
    padding-top: 100px;
  }

  #industry-head-title h1 {
    font-size: 38px;
    color: #fff;
  }

  .industry-content-head {
    color: #313131;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 3em;
  }

  .page-title-padding {
    padding: 80px;
  }

  .ecovadis-top-logo {
    margin-left: 5px;
    width: 72px;
    height: 72px;
  }
}

/* Min-Width: 1200px (Large Desktop) */
@media (min-width: 1200px) {
  #progressBar {
    top: 40px;
  }

  .industry-row > div {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .industry-row:has(> div:nth-last-child(-n + 3):nth-child(4n + 1)),
  .industry-row:has(> div:nth-last-child(2):nth-child(4n + 2)),
  .industry-row:has(> div:nth-last-child(1):nth-child(4n + 3)) {
    justify-content: center;
  }
}

/* ==========================================================================
   30. ANIMATIONS
   ========================================================================== */
@-webkit-keyframes nav_sticky {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes nav_sticky {
  0% {
    top: -50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.3, 1.3) translate(50px, 50px);
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
  75% {
    -webkit-transform: scale(1.3, 1.3) translate(-50px, -50px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
  }
}

@keyframes zoomEffect {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  25% {
    transform: scale(1.3, 1.3) translate(50px, 50px);
  }
  50% {
    transform: scale(1, 1) translate(0, 0);
  }
  75% {
    transform: scale(1.3, 1.3) translate(-50px, -50px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}



/* ==========================================================================
   31. Google MAP
   ========================================================================== */
/* None present in original stylesheet */

 .google-visualization-tooltip {
      padding: 10px !important;
      white-space: nowrap;
    }

    .google-visualization-tooltip-item-list {
      padding: 0px !important;
      margin: 0px !important;
      white-space: nowrap;
    }

    .google-visualization-tooltip-item {
      padding: 0px !important;
      margin: 0px !important;
      white-space: nowrap;
    }


/* ==========================================================================
   32. PRINT
   ========================================================================== */
/* None present in original stylesheet */
