/*common css*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

.container {
  width: 1140px;
  margin: auto;
}

/*common css*/

/*header*/
.kcl_header {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 10px 0;
}

.logo p {
  float: left;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff !important;
  padding: 0;
  border-right: 1px solid #fff !important;
  padding-right: 26px;
  margin-right: 26px;
}

.logo img {
  width: 81px;
  /*filter: brightness(0) invert(1) !important;*/
  filter: inherit !important;
}

.logo {
  float: left;
  width: auto;
  display: flex;
  align-items: center;
}

.kcl_logo_right {
  float: right;
  width: auto;
}

.kcl_logo_right a {
  float: left;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 5px 12px;
  display: none;
}

.kcl_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.kcl_logo_right a.language {
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  text-align: center;
  margin-left: 12px;
  display: none;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu li {
  display: inline-block;
}

.NavMenu li input {
  display: none;
}

.NavMenu li a {
  display: block;
  padding: 20px 14px;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.NavMenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.NavMenu li a label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.NavMenu > li > a label::after {
  right: -5px;
  top: 10px;
  background: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  width: 20px;
  height: 13px;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;

  border-bottom: 2px solid #2874f0;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}

.NavMenu li ul li {
  position: relative;
}

.NavMenu li ul li a {
  color: #2874f0;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.kcl_menu {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.kcl_menu nav {
  float: left;
  width: 100%;
}

.kcl_menu nav ul.NavMenu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.kcl_menu nav ul.NavMenu a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0 5px 0;
}

.kcl_menu nav ul.NavMenu li {
  width: 14%;
  margin-right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.kcl_menu nav ul.NavMenu li ul {
  padding: 0;
  margin: 0;
  border: none;
  width: 600px;
  display: inline-block;
}

.kcl_menu nav ul.NavMenu li ul li {
  width: 33.33%;
  border: none !important;
  border-right: 1px solid rgba(31, 31, 31, 0.3) !important;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.kcl_menu nav ul.NavMenu li ul li:last-child {
  border: none !important;
}

.kcl_menu nav ul.NavMenu li ul li a {
  border: none;
  color: #1f1f1f;
  padding: 0;
  margin: auto;
  float: left;
  width: 100%;
  font-size: 12px;
}

.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.kcl_sustainability_left_pf {
  padding-right: 270px;
  padding-left: 0;
}
.kcl_sustainability.page_sustainability .kcl_sustainability_left.our_journey {
  margin-top: 0;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey
  h4 {
  margin: 0;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose {
  padding-left: 0;
  padding-right: 0;
  padding-top: 120px;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  p {
  float: left;
  width: 50%;
}

.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_vision_mission {
  float: right;
  width: 50%;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_vision_mission
  .kcl_info
  h3 {
  color: #000;
}

.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_vision_mission
  .kcl_info
  p {
  margin: 0;
  width: 100%;
  font-weight: 600;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_vision_mission {
  float: right;
  width: 50%;
  margin: 30px 0 0 0;
}

.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_info {
  width: 100%;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_vision_mission_block {
  box-sizing: border-box;
  padding-left: 120px;
}
.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_info {
  width: 90%;
}

.kcl_sustainability.page_sustainability
  .kcl_sustainability_left.our_journey.our_purpose
  .kcl_icon {
  float: left;
  width: 10%;
  margin-top: 10px;
}

.kcl_operation_process.kcl_peration_metals:after {
  display: none;
}
.kcl_operation_process.kcl_peration_metals .img {
  float: left;
  width: 100%;
}

.kcl_operation_process.kcl_peration_metals .vertical_right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 35px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.kcl_operation_process.kcl_peration_metals
  .item:last-child
  .vertical_right:last-child {
  border: none;
  margin: 0;
}
.kcl_progress.kcl_progress_operations.kcl_progress_cathods {
  padding-bottom: 0;
}

.copper-cathodes-tabels {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 70px;
}
.copper-cathodes-tabels b {
  font-size: 16px;
}
.copper-cathodes-tabels span {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.copper-cathodes-tabels_left {
  float: left;
  width: 45%;
}
.copper-cathodes-tabels_left {
  float: left;
  width: 45%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.copper-cathodes-tabels_left table th {
  padding: 15px 12px;
  font-weight: 700;
  /* width: 25%; */
  background: #2a3b51;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.copper-cathodes-tabels_left table {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.copper-cathodes-tabels_left strong {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-bottom: 3px;
}
.copper-cathodes-tabels_left p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
}

.copper-cathodes-tabels_left strong.strong_align_right {
  text-align: right;
}
.copper-cathodes-tabels_left strong.strong_align_right b {
  width: 120px;
  display: inline-block;
}
.copper-cathodes-tabels_left.copper-cathodes-tabels_right {
  float: right;
}

.our_products {
  float: left;
  width: 100%;
}

.our_products_block {
  float: left;
  width: 49%;
  margin-bottom: 20px;
  padding: 50px;
  background: #182536;
  box-sizing: border-box;
  text-align: center;
  min-height: 422px;
  overflow: hidden;
}

.our_products_block:nth-child(2n) {
  float: right;
}

.our_products.our_by_products .our_products_block:nth-child(2n) {
  float: left;
}

.our_products.our_by_products .our_products_block {
  float: left;
  width: 32.04%;
  margin-bottom: 20px;
  margin-right: 22px;
  padding: 50px;
  background: #182536;
  box-sizing: border-box;
  text-align: center;
}

.our_products_block h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  position: absolute;
  z-index: 1;
}

.our_products_block img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.our_products_block p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 130px 0 50px 0;
  opacity: 0;
  display: none;
}

.our_products_block:hover img {
  display: none;
}

.our_products_block {
  position: relative;
}
.our_products_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #8f624b;
  z-index: 1;
  transition: transform 0.3s;
}
.our_products_block:hover::after {
  transform: scaleY(1);
}

.our_products_block:hover h2 {
  position: relative;
  z-index: 2;
}

.our_products_block:hover p {
  z-index: 2;
  opacity: 1;
  position: relative;
  display: block;
}

.our_products_block span {
  float: left;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 36px;
  line-height: 36px;
  margin-right: 0;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 2;
}
.our_products_block span img {
  width: auto;
  height: auto;
  margin: auto;
  position: relative;
}
.our_products_block a {
  width: 100%;
  height: 100%;
  float: left;
}

.our_products_block:hover span img {
  display: inline-block;
}

.our_products.our_by_products .our_products_block:last-child {
  margin-right: 0;
}

.our_products.our_by_products .our_products_block p {
  min-height: 153px;
}
.kcl_progress h4.mar150 {
  margin: 70px 0 40px 0;
  float: left;
}

.our_products.our_by_products .our_products_block {
  min-height: 518px;
}

.kcl_menu nav ul.NavMenu li.services ul li {
  width: 33.33%;
}
.kcl_menu nav ul.NavMenu li.services ul {
  width: 500px;
}
.kcl_menu nav ul.NavMenu li.services.press ul {
  width: 635px;
}

.kcl_menu nav ul.NavMenu li.services.press ul li {
  width: 25%;
}

.copper-cathodes-tabels.copper-rods-tables td {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.kcl_operation_process.kcl_peration_metals.kcl_peration_silver
  .kcl_operation_process_left {
  width: 100%;
}
.kcl_sustainability_left.small_content {
  border-bottom: 1px solid #eee;
  padding-bottom: 100px;
}
.policy_wrapper {
  padding: 60px 0 80px;
  background: #fff;
  clear: both;
  position: relative;
  z-index: 2;
}
.policy_list_doc {
  margin: 0;
  padding-left: 22px;
  list-style: decimal;
  color: #1f1f1f;
}
.policy_list_doc > li {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eaeaea;
}
.policy_list_doc h3 {
  margin: 10px 0;
  font-size: 22px;
  line-height: 28px;
  color: #8f624b;
}
.policy_list_doc p {
  margin: 8px 0 12px 0;
  line-height: 26px;
  color: #1f1f1f;
}
.policy_list_doc ul,
.policy_list_doc ol {
  margin: 6px 0 10px 0;
  padding-left: 18px;
  color: #1f1f1f;
}
.policy_list_doc li li {
  margin-bottom: 6px;
  line-height: 24px;
}
.policy_list_doc a {
  color: #8f624b;
  text-decoration: none;
  border-bottom: 1px solid rgba(143, 98, 75, 0.3);
}
.policy_list_doc a:hover {
  border-color: #8f624b;
}

.kcl_chairmain.kcl_chairmain_aboutus:before {
  display: none;
}

.kcl_chairmain.kcl_chairmain_aboutus {
  margin: 20px 0 0 0;
}

.kcl_chairmain.kcl_chairmain_aboutus #sync1 .item {
  background: #8f624b;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  text-align: center;
}

.kcl_chairmain.kcl_chairmain_aboutus.message_page h2 {
  color: #000;
  font-size: 36px;
  margin-bottom: 10px;
  position: static;
  margin-top: 20px;
  line-height: 36px;
}

.kcl_chairmain.kcl_chairmain_aboutus.message_page .kcl_chairmain_block_left p {
  position: static;
  color: #000;
}

.kcl_chairmain.kcl_chairmain_aboutus.message_page .kcl_chairmain_block {
  align-items: inherit;
}
.kcl_chairmain.kcl_chairmain_aboutus.message_page
  .kcl_chairmain_block
  .kcl_chairmain_block_right {
  float: left;
  width: 70%;
  padding: 0 0 0 64px;
  box-sizing: border-box;
  margin-top: 0;
}
.kcl_chairmain.kcl_chairmain_aboutus.message_page
  .kcl_chairmain_block
  .kcl_chairmain_block_left {
  width: 30%;
}
.kcl_chairmain.kcl_chairmain_aboutus.message_page .kcl_chairmain_block_right p {
  color: #1f1f1f;
  padding: 0;
  font-weight: 400;
  text-align: justify;
}

.kcl_chairmain_block_right span a {
  float: right;
  text-decoration: none;
  color: #fff;
}

.our_products.our_products_sustainability img {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  border-radius: inherit;
  margin: auto;
  object-fit: cover;
}
.our_products.our_products_sustainability .our_products_block:hover span img {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
}

.our_products.our_products_sustainability .our_products_block span img {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
}

.our_products.our_products_sustainability .our_products_block:hover img {
  top: 0;
  height: 100%;
}

.our_products.our_products_sustainability .our_products_block:hover::after {
  transform: scaleY(1);
  display: none;
}

.our_products.our_products_sustainability .our_products_block:hover img {
  display: block;
}

.our_products.our_products_sustainability .our_products_block p {
  display: block;
  opacity: 1;
  font-size: 16px;
  line-height: 26px;
  padding-top: 30px;
}

.our_products.our_products_sustainability .our_products_block {
  min-height: 350px;
}
.our_products.our_products_sustainability .our_products_block:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right
  .item
  .vertical_right
  h3
  strong {
  margin-right: 10px;
  opacity: 0.5;
}

.item.next_btn,
.item.prev_btn {
  width: 52px;
  height: 52px;
  border-radius: 52px !important;
  line-height: 52px;
  float: left;
  background: #fff !important;
  text-align: center !important;
  position: relative;
  border: 2px solid #fff;
}

.item.next_btn:hover {
  background: transparent !important;
}
.item.next_btn:hover img {
  filter: brightness(0) invert(1) !important;
}

.item.prev_btn:hover {
  background: transparent !important;
}
.item.prev_btn:hover img {
  filter: brightness(0) invert(1) !important;
}

.item.next_btn img {
  width: 14px !important;
  height: auto !important;
  transform: rotate(270deg);
  margin: 15px 0 0 0;
  float: none;
  display: inline !important;
}

.item.prev_btn img {
  width: 14px !important;
  height: auto !important;
  transform: rotate(90deg);
  margin: 15px 0 0 0;
  float: none;
  display: inline !important;
}

.shadow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.breadcrumbs {
  float: left;
  width: 100%;
}
.breadcrumbs ul {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 30px;
}
.breadcrumbs ul li {
  float: left;
  width: auto;
  margin-right: 20px;
  list-style: none;
  font-size: 15px;
}

.breadcrumbs ul li.active {
  color: #8f624b;
  font-weight: 700;
  margin-right: 0;
}
.breadcrumbs ul li img {
  width: 9px !important;
  height: auto !important;
  transform: rotate(90deg);
  margin: 4px 0 0 0;
  float: none;
  display: inline !important;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #1f1f1f;
}

.breadcrumbs ul li a:hover {
  color: #8f624b;
}
.nav_hide ul.flex-direction-nav {
  display: none;
}

.our_products_block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.kcl_header.header-alt {
  position: fixed;
}

.kcl_header.header-alt .kcl_menu {
  display: none;
}

.kcl_header.header-alt .logo {
  display: none;
}
.kcl_header.header-alt .kcl_logo_right {
  position: absolute;
  right: 0;
  top: 15px;
}
.kcl_logo_right a:hover {
  background: #fff;
  color: #000;
}

.kcl_chairmain_block_right p a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 40px 0;
  float: left;
  text-transform: uppercase;
  width: 100%;
}

.kcl_header.header-alt:before {
  display: none;
}

.kcl_header.header-alt .kcl_logo_right a {
  background: #2c3945;
  box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
  color: #fff;
  border-color: transparent;
  display: none;
}

.kcl_progress.kcl_progress_operations.kcl_progress_cathods.contact_text h4 {
  color: #1f1f1f;
  border-bottom: 1px solid #ddd;
}
.kcl_progress.kcl_progress_operations.kcl_progress_cathods.contact_text h2 {
  color: #1f1f1f;
}
.kcl_progress.kcl_progress_operations.kcl_progress_cathods.contact_text p {
  color: #1f1f1f;
}
.kcl_progress.kcl_progress_operations.kcl_progress_cathods.contact_text {
  background: #fff;
}
.kcl_progress.kcl_progress_operations.kcl_progress_cathods.contact_text
  .kcl_progress_left.kcl_progress_left_operations.contact_full.contact_full_border {
  border-bottom: 1px solid #ddd;
}

.kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_bottom
  .kcl_spotlight_slider_bottom_right
  img {
  width: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.kcl_spotlight_slider
  ul.slides
  li:hover
  .kcl_spotlight_slider_bottom_right
  img {
  -webkit-transform: inherit;
  transform: inherit;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.press-notes-slider .kcl_spotlight_slider_img {
  height: 0;
  top: 100%;
}

.press-notes-slider .kcl_spotlight_slider ul.slides li p {
  color: #1f1f1f;
}
.press-notes-slider
  .kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_bottom
  .kcl_spotlight_slider_bottom_left {
  color: #1f1f1f;
}
.press-notes-slider
  .kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_bottom
  .kcl_spotlight_slider_bottom_right {
  color: #1f1f1f;
}
.press-notes-slider
  .kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_bottom {
  border-top: 1px solid rgba(31, 31, 31, 0.5);
}

.press-notes-slider
  .kcl_spotlight_slider
  ul.slides
  li:hover
  .kcl_spotlight_slider_bottom_left {
  color: #fff;
}
.press-notes-slider
  .kcl_spotlight_slider
  ul.slides
  li:hover
  .kcl_spotlight_slider_bottom_right {
  color: #fff;
}
.press-notes-slider
  .kcl_spotlight_slider
  ul.slides
  li:hover
  .kcl_spotlight_slider_img {
  background: #8f624b;
}

.press-release .flex-direction-nav {
  display: none;
}

h2.custom_minheight.aos-init.aos-animate {
  min-height: 300px;
}
h2.chemical_small.aos-init.aos-animate {
  font-size: 32px;
}

.kcl_hero_slider.pagebanner.contact_pagebanner img.herobannerimg {
  object-position: left;
}
.kcl_progress.kcl_progress_operations .kcl_progress_left p.slight_bigger {
  font-size: 19px;
  line-height: 28px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.kcl_menu nav ul.NavMenu a.eventnone {
  pointer-events: none;
}

.copper-cathodes-tabels_left.copper-cathodes-tabels_right
  strong.strong_align_right {
  border: 1px solid rgba(255, 255, 255, 0.15);

  margin-bottom: 0px;
  text-align: left;
}

.copper-cathodes-tabels_left.copper-cathodes-tabels_right
  strong.strong_align_right
  b {
  width: 50%;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px;
}

.copper-cathodes-tabels_left.copper-cathodes-tabels_right
  strong.strong_align_right
  p {
  float: left;
  width: auto;
  padding: 12px;
}
.kcl_sustainability_left.our_journey.silver_space {
  padding-top: 80px;
}
.kcl_progress_left.kcl_progress_left_operations.acid_tables {
  margin-bottom: 40px;
}
th.nobg {
  background: transparent !important;
}
.copper-cathodes-tabels_left td a {
  color: #fff;
  text-decoration: none;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.kcl_sustainability.kcl_spotlight.press-release ul.slides li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}

/* Slider CSS Start  */

.thumbnail_slider {
  max-width: 700px;
  margin: 30px auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* Slider CSS End  */

div#primary_slider {
  width: 920px;
  margin: auto;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  width: 100%;
}
.splide__list {
  display: flex;
  margin: auto !important;
  padding: 0 !important;

  align-items: center;
}

#primary_slider .splide__slide {
  height: 580px !important;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #fff !important;
}
div#thumbnail_slider {
  width: 920px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.splide__track {
  overflow: visible !important;
}

div#primary_slider {
  overflow: hidden;
}

@media (min-width: 992px) {
  .NavMenu li ul li a:hover {
    border-left: 2px solid #2874f0;
  }

  .NavMenu li:hover > ul,
  .NavMenu li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  header {
    padding: 6px 5%;
  }

  .logo {
    flex: 6;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #2874f0;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked + ul,
  .NavMenu li ul li input:checked + ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked + .NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/*operation*/
.kcl_hero_slider.pagebanner {
  height: 650px;
  position: relative;
}

.kcl_hero_slider.pagebanner img {
  height: 650px;
  float: left;
}

.kcl_hero_slider.pagebanner .hero_caption p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.kcl_hero_slider.pagebanner .hero_caption h2 {
  font-weight: 300;
  font-size: 64px;
  line-height: 86px;
}

.kcl_hero_slider.pagebanner .hero_caption h2 strong {
  font-weight: 700;
  font-size: 96px;
}

.kcl_hero_slider.pagebanner a {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  line-height: 52px;
  float: left;
  background: #fff;
  text-align: center;
  margin: 60px 0 0 0;
}

.kcl_hero_slider.pagebanner a img {
  width: 14px;
  height: auto;
  transform: rotate(180deg);
  margin: 15px 0 0 0;
  float: none;
  filter: inherit;
}

.kcl_hero_slider.pagebanner a:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  transition: 0.3s;
  margin: auto;
}

.kcl_hero_slider.pagebanner a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.kcl_hero_slider.pagebanner a:hover {
  opacity: 1;

  transform: scale(1);
}

.kcl_hero_slider.pagebanner a:hover img {
  z-index: 1;
  position: relative;
  filter: brightness(0) invert(1);
}

.kcl_hero_slider.pagebanner .hero_caption {
  top: inherit;
  bottom: 80px;
  z-index: 1;
}

.kcl_sustainability.page_sustainability .kcl_sustainability_left h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.kcl_sustainability.page_sustainability .kcl_sustainability_left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.kcl_sustainability.page_sustainability {
  height: auto;
}

.kcl_sustainability.page_sustainability .kcl_sustainability_left {
  padding-left: 270px;
  box-sizing: border-box;
}

.kcl_progress_left.kcl_progress_left_operations {
  width: 60%;
}

.kcl_progress_left.kcl_progress_left_operations {
  width: 60%;
  margin-bottom: 120px;
}

.kcl_progress.kcl_progress_operations .kcl_progress_left p {
  font-weight: 400;
}

img.operation_bg {
  width: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.kcl_operation_half_section {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.operation_left {
  width: 50%;
  float: left;
}

.operation_right {
  width: 50%;
  float: right;
}

.kcl_operation_half_section .container {
  width: 1140px;
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.operation_half_block {
  width: 50%;
  float: left;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding-top: 6%;
}

.operation_half_block h2 {
  margin: 0;
  font-size: 56px;
  color: #fff;
  font-weight: 400;
  line-height: 68px;
}

.operation_half_block.operation_half_block_left {
  padding-left: 100px;
}

.operation_half_block .thumb_arrow img {
  filter: none !important;
  width: 28px;
}

.operation_half_block .thumb_arrow a {
  float: left;
  width: 100%;
  height: 100%;
}

.operation_half_block .thumb_arrow a:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #8f624b;
  transition: 0.3s;
  margin: auto;
}

.operation_half_block .thumb_arrow a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.operation_half_block .thumb_arrow a:hover {
  opacity: 1;

  transform: scale(1);
}

.operation_half_block .thumb_arrow a:hover img {
  z-index: 1;
  position: relative;
  filter: brightness(0) invert(1) !important;
}

.operation_half_block .thumb_arrow {
  float: left;
  width: 66px;
  height: 66px;
  line-height: 76px;
  background: #fff;
  position: absolute;
  bottom: 10%;
  left: 0;
  border-radius: 66px;
}

.operation_half_block.operation_half_block_left .thumb_arrow {
  left: 100px;
}

.kcl_operation_process {
  float: left;
  width: 100%;
  position: relative;
}

.kcl_operation_process:before {
  position: absolute;
  width: 50%;
  content: "";
  height: 100%;
  background: transparent;
  top: 0;
  right: 0;
  z-index: 1;
}

.kcl_operation_process:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 295px;
  background: #121e2c;
  left: 0;
  top: 0;
}

.kcl_operation_process .container {
  background: #8f624b;
  height: 100%;
  z-index: 1;
  position: relative;
  display: table;
  padding: 50px;
  box-sizing: border-box;
}

.kcl_operation_process h4 {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_operation_process_left {
  float: left;
  width: 40%;
}

.kcl_operation_process_left h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.kcl_operation_process_left p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 30px 0 0 0;
  padding: 0;
}

.kcl_progress.kcl_progress_operations {
  padding-bottom: 150px;
}

.kcl_operation_process_right {
  float: right;
  width: 50%;
}

.tns-nav {
  display: none;
}

.tns-controls {
  position: absolute;
  left: 50px;
  bottom: 230px;
}

div#vertical_wrapper {
  float: left;
  width: 100%;
}

.vertical_left {
  float: left;
  width: 15%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.vertical_right {
  float: right;
  width: 85%;
}

.vertical_right h3 {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.vertical_right p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}

.tns-slider > .tns-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 35px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.tns-ovh {
  overflow: hidden;
  height: 545px !important;
}

.kcl_operation_process_right .tns-controls button {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 42px;
  margin-right: 12px;
  color: transparent;
  display: inline-block;
}

.kcl_operation_process_right button {
  display: none;
}

.tns-controls button:nth-child(1) {
  background-image: url(../images/up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}

.tns-controls button:nth-child(2) {
  background-image: url(../images/up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  transform: rotate(180deg);
}

.tns-controls button:hover {
  background-color: #fff;
}

/*operation*/

.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right {
  width: 100%;
}

.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right
  .item {
  width: 45%;
  float: left;
  min-height: 190px;
}

.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right
  .item:nth-child(2n) {
  float: right;
}
.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right
  .item
  .vertical_right {
  border: none;
  margin: 0 0 0 0;
  padding: 0;
}

.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right
  .item
  .vertical_right
  p {
  font-size: 16px;
  line-height: 24px;
}

.kcl_operation_process.kcl_peration_metals.kcl_sus_block
  .kcl_operation_process_right
  .item.item_full {
  width: 100%;
  margin-top: 50px;
  min-height: inherit;
  margin-bottom: 20px;
}

.kcl_progress_left ul li {
  float: left;
  width: 45%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 15px 0 15px 0;
  padding: 0;
}
.kcl_progress_left ul {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-left: 15px;
}

.kcl_progress_left ul li:nth-child(2n) {
  float: right;
}

.kcl_operation_process.kcl_peration_metals.kcl_operation_career:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 295px;
  background: #121e2c;
  left: 0;
  top: 0;
  display: block;
}

.kcl_operation_process_right.kcl_operation_process_right_career
  .vertical_right
  h3 {
  font-weight: 400;
}
.kcl_operation_process_right.kcl_operation_process_right_career
  .vertical_right
  h3
  strong {
  font-size: 43px;
}
.kcl_operation_process_right.kcl_operation_process_right_career
  .vertical_right {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.kcl_operation_process.kcl_peration_metals.kcl_operation_career {
  margin-bottom: 120px;
}
.kcl_button.kcl_button_career {
  margin-top: 50px;
}
.kcl_sustainability.page_sustainability.kcl_current_opening {
  background: #f5f5f5;
  margin-top: -25px;
  padding: 100px 0;
}

.kcl_sustainability.kcl_jobs h4 {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  border-bottom: 1px solid rgba(31, 31, 31, 0.5);
}

.kcl_sustainability.kcl_jobs .kcl_sustainability_left {
  width: 40%;
}
.kcl_sustainability.kcl_jobs .kcl_sustainability_right {
  position: relative;
  top: 0;
  right: 0;
  width: 49%;
}
.kcl_sustainability.kcl_jobs .kcl_sustainability_left h2 {
  color: #1f1f1f;
}

.kcl_sustainability.kcl_jobs .kcl_sustainability_right .kcl_jobs_block {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block:last-child {
  border: none;
}

.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1 {
  float: left;
  width: 100%;
}
.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_left {
  color: #8f624b;
}

.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_right
  h3 {
  color: #8f624b;
}
.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_right
  p {
  color: #1f1f1f;
}

.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_right
  .date-location
  p {
  font-weight: 700;
  float: left;
  width: auto;
  margin-right: 25px;
}
.date-location {
  float: left;
  width: 100%;
  margin: 12px 0 20px 0;
}
.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_right
  a {
  float: left;
  width: auto;
  text-decoration: none;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_right
  a
  span {
  float: left;
  width: 32px;
  height: 32px;
  background: #121e2c;
  border-radius: 32px;
  line-height: 32px;
  margin-right: 15px;
  text-align: center;
}

.kcl_sustainability.kcl_jobs
  .kcl_sustainability_right
  .kcl_jobs_block
  .img.img-1
  .vertical_right
  a
  span
  img {
  width: auto;
  float: none;
  filter: brightness(0) invert(1);
}

.kcl_sustainability.kcl_jobs {
  height: auto;
}
.kcl_sustainability.kcl_jobs .kcl_sustainability_left p {
  font-weight: 400;
}
.job_info {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.job_info:last-child {
  border: none;
}
.job_info h2 {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: left;
  color: #8f624b;
}
.job_info p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  margin: 0;
  padding: 0;
}
.job_info p.job_spec {
  margin-top: 30px;
  line-height: 28px;
}

.job_info ul li {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  margin: 0 0 5px 0;
  padding: 0;
}
.job_info ul {
  float: left;
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
}
.job_info.job_info1 p.job_spec {
  margin: 0;
}

.applynow {
  float: left;
  width: 100%;
  background: #f8f8f9;
  padding: 30px;
  margin: 50px 0 0 0;
  box-sizing: border-box;
}
.kcl_sustainability.kcl_jobs .kcl_sustainability_left .applynow h2 {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  text-align: left;
  color: #8f624b;
}

.applynow_form {
  float: left;
  width: 100%;
}
.form_block {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.form_block label {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  margin-bottom: 2px;
}

.form_block input {
  float: left;
  width: 100%;
  border: 1px solid #d5d5d5;
  background: transparent;
  height: 42px;
  padding: 0 15px;
  box-sizing: border-box;
}
.form_block.form_submit input[type="submit"] {
  background: #1f1f1f;
  color: #fff;
  height: 72px;
  font-weight: 700;
  font-size: 20px;
}

.kcl_progress_left.kcl_progress_left_operations.contact_full {
  width: 100%;
}
.kcl_progress_left.kcl_progress_left_operations.contact_full h2 {
  width: 50%;
  float: left;
}
.kcl_progress_left.kcl_progress_left_operations.contact_full p {
  float: left;
  width: 50%;
  margin: 15px 0 0 0;
}

.contact_from {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.form-field {
  float: left;
  width: 48%;
  margin: 0 0 35px 0;
}
.form-field:nth-child(2n) {
  float: right;
}
.form-field.form-field-full {
  width: 100%;
}
.form-field.form-field-submit {
  float: left;
}
.form-field.form-field-submit input {
  line-height: normal;
  background: #2b3944;
  color: #fff;
  border-color: #2b3944;
}
.form-field label {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #555;
}

.form-field input,
.form-field textarea,
.form-field select {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  resize: none;
  box-sizing: border-box;
}

.form-field textarea {
  height: 150px;
}
.footer_right_column {
  float: left;
  width: 25%;
}
.footer_right_column span {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #8f624b;
  margin-bottom: 15px;
}

.kcl_sustainability.kcl_spotlight.press-release {
  height: auto;
}

.kcl_sustainability.kcl_spotlight.press-release section.slider {
  height: auto;
}

.kcl_sustainability.kcl_spotlight.press-release section.slider .flex-viewport {
  overflow: hidden !important;
}

.kcl_sustainability.kcl_spotlight.press-release ul.slides li {
  position: relative;
  float: left;
  width: 25.43%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.kcl_sustainability.kcl_spotlight.press-release ul.slides li:nth-child(3n) {
  margin-right: 0;
}

.kcl_sustainability.page_sustainability.journeytop0 {
  padding-top: 0;
}

@media (max-width: 768px) {
  .NavMenu {
    width: 100%;
  }
}

/*header*/

/*hero slider*/

.kcl_hero_slider .flexslider .slides img {
  height: 100vh;
  -moz-user-select: none;
  object-fit: cover;
}

.kcl_hero_slider #carousel .flex-viewport ul.slides li img {
  height: auto;
  object-fit: cover;
}

.kcl_hero_slider {
  float: left;
  width: 100%;
  height: 100vh;
}

.kcl_hero_slider .flex-direction-nav {
  display: none;
}

.kcl_hero_slider ol.flex-control-nav.flex-control-paging {
  display: block;
  bottom: 30px;
}
.kcl_hero_slider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.kcl_hero_slider .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255, 255, 255, 1);
  cursor: default;
}
.kcl_hero_slider .flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 1);
}

section.slider {
  float: left;
  width: 100%;
  height: 100vh;
}

#carousel {
  position: absolute;
  bottom: 0;
  left: 0;
}

#carousel {
  position: absolute;
  left: 0;
  width: 1140px;
  right: 0;
  margin: auto;
  bottom: 80px;
}

#carousel ul li {
  cursor: pointer;
}

/*.hero_caption {
  width: 1140px;
  right: 0;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

.hero_caption {
  width: 1140px;
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.kcl_hero_slider a {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  line-height: 52px;
  float: left;
  background: #8f624b;
  text-align: center;
  margin: 60px 0 0 0;
  position: relative;
  display: none;
}
.kcl_hero_slider a img {
  width: 14px !important;
  height: auto !important;
  transform: rotate(90deg);
  margin: 15px 0 0 0;
  float: none;
  filter: brightness(0) invert(1);
  display: inline !important;
}

.kcl_hero_slider a:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  transition: 0.3s;
  margin: auto;
}

.kcl_hero_slider a:hover:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.kcl_hero_slider a:hover {
  opacity: 1;

  transform: scale(1);
}

.kcl_hero_slider a:hover img {
  z-index: 1;
  position: relative;
  filter: inherit;
}

.hero_caption h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.hero_caption p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 0;
}

/*hero slider*/

/*progress*/
.kcl_progress {
  float: left;
  width: 100%;
  background: #121e2c;
  padding: 80px 0;
  position: relative;
}

.kcl_progress h4 {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_progress_left {
  float: left;
  width: 50%;
}

.kcl_progress_left h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.kcl_progress_left p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 30px 0 0 0;
  padding: 0;
}

.kcl_vision_mission {
  float: left;
  width: 100%;
  margin: 70px 0 0 0;
}

.kcl_vision_mission_block {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
.container.container_three_block .kcl_vision_mission_block {
  width: 33.33%;
  padding-left: 0;
}
.kcl_icon {
  float: left;
  width: 100%;
}
.kcl_icon h3 {
  float: right;
  width: 85%;
  margin: 0;
  padding: 0 0 15px 15px;
  color: #fff;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.kcl_icon img {
  width: 26px;
}

.kcl_info {
  float: left;
  width: 80%;
}

.kcl_info h3 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 15px 15px;
  color: #fff;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.kcl_info p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
}

.kcl_vision_mission_block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45px;
  width: 56%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_progress_right {
  float: left;
  width: 50%;
}

.kcl_progress_right img {
  width: 100%;
  height: 450px;
  object-fit: contain;
}

/*progress*/

/*sustainability*/
.kcl_sustainability {
  float: left;
  width: 100%;
  padding: 80px 0;
  height: 600px;
}

.kcl_sustainability .container {
  position: relative;
}

.kcl_sustainability_right {
  float: right;
  width: 50%;
  position: absolute;
  right: 0;
  top: -10px;
}

.kcl_sustainability_right img {
  float: left;
  width: 100%;
}

.kcl_sustainability_left {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.kcl_sustainability_left h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #8f624b;
}

.kcl_sustainability_left p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  margin: 30px 0 0 0;
  padding: 0;
}

.kcl_sustainability_left h4 {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  border-bottom: 1px solid rgba(31, 31, 31, 0.5);
}
.kcl_sustainability.half_width h4 {
  width: 50%;
}
.kcl_business.half_width h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 45%;
}
.kcl_business.half_width h4 {
  border: none;
  padding-top: 50px;
}
/*sustainability*/

/*spotlight*/
.kcl_sustainability.kcl_spotlight .kcl_sustainability_left h2 {
  float: left;
  width: auto;
  color: #1f1f1f;
}

.kcl_sustainability.kcl_spotlight .kcl_sustainability_left p {
  float: left;
  width: auto;
  margin: 10px 0 0 40px;
}

.flex-pauseplay {
  display: none;
}

.kcl_spotlight_slider {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.kcl_spotlight_slider ul.slides li {
  background: #f8f8f9;
  padding: 40px;
}

.kcl_spotlight_slider ul.slides li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.kcl_spotlight_slider ul.slides li p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 60px;
}

.kcl_spotlight_slider ul.slides li .kcl_spotlight_slider_bottom {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  margin-top: 150px;
  position: relative;
  z-index: 1;
}

.kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_bottom
  .kcl_spotlight_slider_bottom_left {
  float: left;
  width: auto;
  font-family: Manrope;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_bottom
  .kcl_spotlight_slider_bottom_right {
  float: right;
  width: auto;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.kcl_spotlight_slider .flex-direction-nav a {
  opacity: 1;
}

ol.flex-control-nav.flex-control-paging {
  display: none;
}

.kcl_spotlight_slider .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: 1;
}

.kcl_spotlight_slider .flex-direction-nav .flex-prev {
  left: inherit;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 100px;
  cursor: pointer;
  background-image: url(../images/previous.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  right: 38px;
  top: -115px;
  z-index: 1;
}

.kcl_spotlight_slider .flex-direction-nav .flex-next {
  text-align: right;
  width: 28px;
  height: 28px;
  background-color: #000;
  border-radius: 100px;
  cursor: pointer;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  right: 0;
  top: -115px;
  z-index: 1;
}

.kcl_spotlight_slider .flex-direction-nav a {
  margin: 0;
}

.kcl_spotlight_slider .flex-direction-nav a:before {
  font-family: inherit;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: transparent;
  text-shadow: none;
  height: 32px;
  width: 32px;
}

.kcl_spotlight_slider .flex-direction-nav .flex-prev:hover {
  opacity: 0.5 !important;
}

.kcl_spotlight_slider .flex-direction-nav .flex-next:hover {
  opacity: 0.5 !important;
}

.flexslider.carousel:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  left: -100%;
  z-index: 1;
  display: none;
}

.flex-viewport {
  overflow: visible !important;
}

/*spotlight*/

/*career*/
.kcl_career {
  float: left;
  width: 100%;
  position: relative;
}

.kcl_career .container {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

.kcl_career img {
  float: left;
  width: 50%;
}

.kcl_career:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background: #8f624b;
  z-index: -1;
}

.kcl_career_right {
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 285px;
}

.kcl_career_right p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
}
.kcl_career_right p strong {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: Manrope;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
  float: left;
}

.kcl_career_left {
  float: left;
  position: absolute;
  left: 0;
  bottom: 80px;
}

.kcl_career_left a.kcl_button {
  margin: 0;
}

.kcl_career_left a.kcl_button img {
  width: auto;
  float: none;
}

.kcl_career_middle {
  width: auto;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kcl_career_middle h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 90px;
  font-weight: 700;
  line-height: 110px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}

.kcl_career_middle p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;

  padding-bottom: 50px;
}

.kcl_career_middle:before {
  position: absolute;
  top: 70px;
  left: 0;
  content: "";
  width: 809px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/*career*/

/*get in touch*/
.kcl_get_in_touch {
  width: 100%;
  float: left;
  padding: 100px 0;
}

.kcl_get_in_touch .container {
  display: flex;
  align-items: baseline;
}

.kcl_get_in_touch_left {
  float: left;
  width: 70%;
}

.kcl_get_in_touch_left h2 {
  float: left;
  width: 100%;
  background: linear-gradient(
    90deg,
    #006db6 20.85%,
    #8e278f 79.67%,
    #f04c23 110.15%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 76px;
  line-height: 76px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
}

.kcl_get_in_touch_right {
  float: right;
  width: 30%;
}

.kcl_get_in_touch_right p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  padding: 0;
}

a.kcl_button {
  float: left;
  width: auto;
  background: #2b3944;
  color: #fff;
  text-decoration: none;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  height: 68px;
  line-height: 68px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  margin-top: 20px;
}

a.kcl_button span {
  float: left;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 32px;
  line-height: 32px;
  margin-right: 15px;
}

/*get in touch*/

/*footer*/

.footer {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #f8f8f9;
}

.footer_left {
  float: left;
  width: 25%;
}

.social {
  float: left;
  width: 100%;
  display: none;
}

.social a {
  float: left;
  margin-right: 15px;
}

.social a img {
  width: 16px;
}

.email {
  float: left;
  width: 100%;
}

.email a {
  float: left;
  width: auto;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  text-decoration: none;
  margin-top: 12px;
}

.footer_right {
  float: left;
  width: 75%;
}

.footer_right ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_right ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}

.footer_right ul li a {
  float: left;
  width: auto;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;

  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  text-decoration: none;
}

/*footer*/

.kcl_spotlight_slider_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.kcl_spotlight_slider ul.slides li:hover .kcl_spotlight_slider_img {
  top: 0;
  height: 100%;
}

.kcl_spotlight_slider ul.slides li:hover p {
  color: #fff;
}

.kcl_spotlight_slider ul.slides li:hover .kcl_spotlight_slider_bottom_left {
  color: #fff;
}

.kcl_spotlight_slider ul.slides li:hover .kcl_spotlight_slider_bottom_right {
  color: #fff;
}

.kcl_spotlight_slider ul.slides li:hover .kcl_spotlight_slider_bottom {
  border-color: #fff;
}

.kcl_spotlight_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kcl_business {
  float: left;
  width: 100%;
}

#business_slider.flexslider .slides img {
  width: 50%;
  float: right;
}

#business_slider .kcl_career_left a span img {
  width: auto;
  display: inline-block;
  float: none !important;
}

#business_slider .kcl_career_right {
  right: inherit;
  left: 0;
  width: 500px;
}

#business_slider .kcl_career_left {
  left: inherit;
  right: 0;
}

#business_slider .kcl_career_left a.kcl_button {
  float: right;
  z-index: 1;
  position: relative;
}

#business_slider .kcl_career:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background: #0067b8;
  z-index: -1;
  left: 0;
}

#business_slider .kcl_career_middle:before {
  display: none;
}

#business_slider .flex-direction-nav a {
  opacity: 1;
}

#business_slider .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: 1;
}

#business_slider .flex-direction-nav .flex-prev {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  background-image: url(../images/previous1.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 170px;
  z-index: 1;
}

#business_slider .flex-direction-nav .flex-next {
  text-align: right;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100px;
  cursor: pointer;
  background-image: url(../images/next1.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  position: absolute;
  right: inherit;
  top: 170px;
  z-index: 1;
  left: 38px;
}

#business_slider .flex-direction-nav a {
  margin: 0;
}

#business_slider .flex-direction-nav a:before {
  font-family: inherit;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: transparent;
  text-shadow: none;
  height: 32px;
  width: 32px;
}

#business_slider .flex-direction-nav .flex-prev:hover {
  opacity: 0.5 !important;
}

#business_slider .flex-direction-nav .flex-next:hover {
  opacity: 0.5 !important;
}

#business_slider .flex-direction-nav {
  width: 1140px;
  margin: auto;
  display: table;

  position: absolute;
  float: left;
  left: 0;
  right: 0;
  top: 0;
}

.kcl_business h4 {
  width: 1140px;
  color: #fff;
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto 40px auto;
  padding: 80px 0 20px 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_hero_slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero_thumbnails {
  width: 1140px;
  right: 0;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 100px;
}

.hero_thumbnails_block h3 {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #1f1f1f;
  position: relative;
  z-index: 1;
}

.hero_thumbnails_block:hover h3 {
  color: #fff;
}

.hero_thumbnails_block {
  background: #fff;
  float: left;
  width: 308px;
  padding: 0;
  position: relative;
  margin-right: 25px;
  height: 172px;
}

.hero_thumbnails_block a {
  float: left;
  padding: 30px;
}

.hero_thumbnails_block span {
  color: rgba(31, 31, 31, 0.5);
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.02em;
  float: left;
  position: relative;
  z-index: 1;
}

.hero_thumbnails_block:hover span {
  color: #fff;
}

.thumb_arrow img {
  width: 16px;
  height: auto;
  filter: brightness(0) invert(1) !important;
}

.thumb_arrow {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  background: #8f624b;
  float: right;
  margin-top: 45px;
  z-index: 1;
  position: relative;
}

.thumb_image {
  position: absolute;
  top: 71%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 50px;
  transition: 0.5s ease;
}

.thumb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_thumbnails_block:hover .thumb_image {
  top: 0;
  height: 100%;
}

.kcl_chairmain {
  float: left;
  width: 100%;
  position: relative;
}

.kcl_chairmain .flexslider ul.slides li img {
  width: 50%;
  float: left;
}

.kcl_chairmain .flexslider ul.slides li {
  background: #8f624b;
}

.kcl_chairmain .hero_caption {
  width: 50%;
  float: left;
  background: #8f624b;
  height: 100%;
  position: relative;
  left: inherit;
  right: inherit;
}

a.kcl_button {
  position: relative;
  text-decoration: none;
  z-index: 0;
  -webkit-transition: border-color 0.35s ease, background 0.35s ease;
  transition: border-color 0.35s ease, background 0.35s ease;
}

a.kcl_button:before {
  background-color: #8f624b;
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a.kcl_button:hover:before {
  top: 0;
}

a.kcl_button:hover {
  color: #fff;
  transition: 0.25s;
}

a.kcl_button:after {
  position: absolute;
  right: 2.34375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  font-size: 1.75em;
}

.kcl_menu nav ul.NavMenu li ul::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 10px solid transparent;
  left: 0;
}

.kcl_menu nav ul.NavMenu li ul li .thumb_arrow {
  float: left;
  margin-top: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.kcl_menu nav ul.NavMenu li ul li .thumb_arrow img {
  width: 14px;
}

.footer_right ul li a:hover {
  color: #8f624b;
}

.email a:hover {
  color: #8f624b;
}

/* BackToTop button css */
#scroll {
  position: fixed;
  right: 25px;
  bottom: 20px;
  cursor: pointer;
  width: 45px;
  height: 46px;
  background-color: #2b3944;
  color: #fff;
  text-decoration: none;
  display: none;
  z-index: 9;
  border-radius: 100px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 46px;
}

#scroll:hover {
  background-color: #8f624b;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

#scroll:focus {
  outline: none;
}

#scroll > span {
  animation: inherit;
}

#scroll:hover span {
  filter: brightness(0) invert(1);
}

#sync1 .item {
  background: #8f624b;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  text-align: center;
}

#sync2 .item {
  background: transparent;
  padding: 0;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

#sync2 .item img {
  width: 75px;
  height: 100px;
  object-fit: cover;
}

#sync2 .owl-item.active {
  width: auto !important;
}

.kcl_chairmain_block {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

.kcl_chairmain_block_left {
  float: left;
  width: 50%;
  position: relative;
}

.kcl_chairmain_block_left img {
  width: 100%;
}

.kcl_chairmain_block_right {
  float: left;
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
  margin-top: -40px;
}

.kcl_chairmain_block_right p {
  float: left;
  width: 92%;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0px 0 0 20px;
  box-sizing: border-box;
}

.kcl_chairmain_block_right img {
  width: 32px !important;
  float: left;
}

.kcl_chairmain:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  background: #121e2c;
}

.kcl_learnmore {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.kcl_learnmore a {
  float: left;
  width: auto;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.kcl_learnmore_img {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #fff;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}

.kcl_chairmain_block_left p {
  padding: 0;
  position: absolute;
  left: 60px;
  bottom: 60px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.kcl_chairmain_block h2 {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  z-index: 1;
  /* text-align: left; */
  font-family: Manrope;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.02em;
  bottom: 60px;
  width: 460px;
  text-align: left;
}

.kcl_chairmain_block_right p strong {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  font-family: Manrope;
  float: left;
  margin-bottom: 2px;
  width: 100%;
}
.kcl_chairmain_block_right p b {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  float: left;
  width: 100%;
}

.kcl_chairmain_block_right span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  color: #fff;
  width: 456px;
  text-align: left;
  position: absolute;
  top: 60px;
  right: 64px;
  margin: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_chairmain_block_left p strong {
  font-weight: 400;
}

div#sync2 {
  position: absolute;
  right: 64px;
  width: auto;
  bottom: 50px;
}

div#sync2 .owl-stage {
  width: auto !important;
}

.kcl_chairmain .container {
  position: relative;
}

.kcl_operation_process.kcl_peration_metals.kcl_operation_career.theme_gradient
  .container {
  background: linear-gradient(
    90deg,
    #006db6 20.85%,
    #8e278f 79.67%,
    #f04c23 110.15%
  );
}
.kcl_operation_process.kcl_peration_metals.kcl_operation_career.theme_gradient:before {
  background: #cf414c;
}

.email p {
  float: left;
  width: 100%;
  font-family: Manrope;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f1f1f;
  text-decoration: none;
  margin-top: 5px;
}

.kcl_chairmain.kcl_chairmain_aboutus.message_page
  .kcl_chairmain_block
  .kcl_chairmain_block_right
  p
  strong {
  font-size: 16px;
}

.kcl_business.half_width #business_slider .kcl_career_left {
  position: static;
  margin-top: 30px;
}
.kcl_business.half_width #business_slider .kcl_career_right {
  bottom: inherit;
  top: 185px;
}
.kcl_business.half_width #business_slider .flex-direction-nav {
  top: -35px;
}

.kcl_career_container_right {
  float: right;
  width: 45%;
}
.kcl_career_container_right .kcl_career_middle {
  position: static;
  transform: inherit;
  width: 100%;
  float: left;
}

.kcl_career_container_right .kcl_career_middle p {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_career_container_right .kcl_career_middle:before {
  display: none;
}
.kcl_career_container_right .kcl_career_middle h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fff;
}
.kcl_career_container_right .kcl_career_middle .kcl_career_right {
  position: static;
  float: left;
  width: 100%;
}
.kcl_career_container_right .kcl_career_middle .kcl_career_right p {
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.kcl_career_container_right .kcl_career_middle .kcl_career_left {
  position: static;
}

.kcl_career.kcl_career_home .container {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.ft_border:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1140px;
  border: 1px solid #eee;
  right: 0;
  margin: auto;
}
.ft_border {
  position: relative;
}

.pagebanner a {
  display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 52px !important;
  height: 52px !important;
  border-radius: 52px !important;
  line-height: 52px;
  float: left;
  background: #fff !important;
  text-align: center !important;
  border: 2px solid #fff;
  padding: 0 !important;
}
.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
  width: 12px;
  display: none;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: transparent !important;
}

.owl-nav {
  position: absolute;
  right: 64px;
  width: auto;
  bottom: 90px;
  margin: 0 !important;
}
#sync1.owl-theme .owl-prev {
  left: -130px;
}
#sync1.owl-theme .owl-next {
  right: 0px;
}
div#sync2 {
  position: absolute;
  right: 64px;
  width: auto;
  bottom: 50px;
  display: none;
}
#sync1.owl-theme .owl-next {
  right: 0px;
  background-image: url(../images/up.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: rotate(90deg);
  background-size: 14px !important;
}

#sync1.owl-theme .owl-prev {
  right: 0px;
  background-image: url(../images/up.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: rotate(270deg);
  background-size: 14px !important;
  display: none;
}

#sync1.owl-theme .owl-next:hover {
  filter: brightness(0) invert(1) !important;
}
#sync1.owl-theme .owl-prev:hover {
  filter: brightness(0) invert(1) !important;
}

.copper-cathodes-tabels_left.copper-cathodes-tabels_left_gases {
  width: 100%;
}
.copper-cathodes-tabels_left.copper-cathodes-tabels_left_gases th {
  width: 20%;
  padding-bottom: 10px;
}

.kcl_header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(360deg, transparent 0 0%, #000 100% 100%);
  opacity: 0.9;
}

table.copper-cathodes-tabels.copper-rods-tables.copper-rods-tables2 {
  margin: 0;
}

.leadership_container {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  display: flex;
  gap: 70px;
}
.leadership_block {
  float: left;
  width: 33.33%;
}
.leadership_profile {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  float: left;
}
.leadership_content {
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.leadership_content h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}
.leadership_content span {
  float: left;
  width: 100%;
}
.leadership_content p {
  float: left;
  width: 100%;
}

.leadership_profile img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.kcl_spotlight_slider_img img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.kcl_progress_left.kcl_progress_left_operations.contact_full.contact_full_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.copper-cathodes-tabels_left td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px;
}
.kcl_progress.kcl_progress_operations.kcl_progress_cathods.contact_text p a {
  color: #1f1f1f;
  text-decoration: none;
}

.kcl_sustainability.kcl_spotlight.media-v2 .kcl_spotlight_slider_bottom {
  border: none;
  padding-top: 20px;
}

.kcl_sustainability.kcl_spotlight.media-v2 .kcl_spotlight_slider_bottom p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0;
  margin-bottom: 20px;
}

.kcl_sustainability.kcl_spotlight.media-v2
  .kcl_spotlight_slider
  ul.slides
  li
  .kcl_spotlight_slider_img
  img {
  height: 100%;
}

.press-notes-slider.reverse_notes
  .kcl_spotlight_slider
  ul.slides
  li:hover
  .kcl_spotlight_slider_img {
  background: #f8f8f9;
}

.reverse_notes .kcl_spotlight_slider ul.slides li {
  background: #8f624b;
}

.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a
  p {
  color: #fff;
}

.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a
  .kcl_spotlight_slider_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a
  .kcl_spotlight_slider_bottom_left,
.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a
  .kcl_spotlight_slider_bottom_right {
  color: #fff;
}

.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a:hover
  .kcl_spotlight_slider_bottom_left,
.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a:hover
  .kcl_spotlight_slider_bottom_right {
  color: #1f1f1f;
}

.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a:hover
  p {
  color: #1f1f1f;
}
.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes
  ul.slides
  li
  a:hover
  .kcl_spotlight_slider_bottom {
  border-top: 1px solid rgba(31, 31, 31, 0.5);
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  display: none !important;
}

.popup.show {
  display: block;
  opacity: 1;
}

.popup-content {
  margin: 0;
  padding: 0;
  width: 700px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.close {
  position: absolute;
  right: 0;
  top: -60px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  font-weight: 100;
}

.popup-content img {
  width: 100%;
}

/*policies*/
.kcl_policies ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.kcl_policies ul li {
  float: left;
  width: 100%;
  list-style: none;
}

.kcl_policies ul li a {
  float: left;
  width: 100%;
  list-style: none;
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.kcl_policies ul li a:hover {
  transition: all 0.5s;
  transform: scale(1);
  background: #f9f9f9;
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.1);

  padding: 35px 35px 35px 0;
}

.kcl_policies ul li a p {
  float: left;
  margin: 0;
  padding: 0;
  font-family: Manrope;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  width: 80%;
  display: flex;
  align-items: center;

  transition: all 0.42s ease-in-out;
}
.kcl_policies ul li a img {
  float: right;
  width: 18px;
  margin: 0 0 0 0;
  transition: all 0.42s ease-in-out;
}
.kcl_policies ul li a p img {
  float: left;
  width: 44px;
  margin-right: 20px;

  opacity: 1;
  filter: grayscale(100%);
}
.kcl_policies {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}

.kcl_policies ul li a:hover img {
  opacity: 1;
  filter: inherit;
}
.kcl_policies ul li a:hover p {
  padding-left: 35px;
}
.kcl_hero_slider.pagebanner.pagebanner_policies:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.kcl_hero_slider.pagebanner.pagebanner_policies h2 strong {
  position: relative;
  z-index: 1;
}
.kcl_sustainability.kcl_spotlight.press-release.ft_border.press-notes-slider.reverse_notes.policies_footer:before {
  border-color: transparent;
}
.kcl_menu nav ul.NavMenu li.services.policies ul {
  width: 400px;
}
.kcl_menu nav ul.NavMenu li.services.press.press-notes ul {
  width: 570px;
}
/*policies*/

@media (max-width: 1200px) {
  .kcl_progress_left p br {
    display: none;
  }
  .kcl_progress_right {
    width: 100%;
  }
  .kcl_chairmain:before {
    height: 100%;
  }
  .kcl_chairmain_block_left,
  .kcl_chairmain_block_right {
    width: 100%;
  }
  .kcl_chairmain_block_right {
    margin-top: 70px;
    padding: 0;
  }
  .kcl_chairmain_block_right span {
    width: calc(100% - 50px);
    top: 20px;
    right: 0;
    left: 0;
  }
  div#sync2 {
    right: 26px;
    bottom: 30px;
  }
  .kcl_chairmain_block_right p {
    width: calc(100% - 200px);
    padding: 0px 0 0 30px;
  }
  .kcl_sustainability_right {
    top: 0;
  }
  .kcl_sustainability_right img {
    float: right;
    width: 260px;
    height: auto;
    max-width: 100%;
    margin-left: auto;
  }
  .container {
    width: 100%;
    margin: auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left {
    padding-left: 0px;
  }
  .kcl_header .container {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .kcl_logo_right {
    display: none;
  }
  .kcl_menu {
    float: right;
    width: auto;
    margin: 0;
  }
  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    height: auto;
  }
  .hero_caption {
    width: auto;
    margin: auto;
    position: absolute;
    left: 30px;
    top: 28%;
    right: 30px;
  }
  .kcl_menu nav ul.NavMenu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #cc275c;
    top: 72px;
    position: absolute;
  }
  .kcl_header {
    z-index: 9;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .kcl_get_in_touch .container {
    display: block;
    align-items: inherit;
  }
  .kcl_get_in_touch_left {
    float: left;
    width: 100%;
  }
  .kcl_get_in_touch_right {
    float: right;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .kcl_get_in_touch {
    width: 100%;
    float: left;
    padding: 50px 0;
  }
  .kcl_get_in_touch_left h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .footer_left {
    float: left;
    width: 100%;
  }
  .footer_right {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .kcl_hero_slider.pagebanner .hero_caption h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .kcl_hero_slider.pagebanner .hero_caption h2 strong {
    font-size: 64px;
  }
  .kcl_hero_slider.pagebanner .hero_caption p {
    font-size: 18px;
    line-height: 26px;
  }
  .kcl_progress.kcl_progress_operations {
    padding-bottom: 80px;
  }
  .our_products_block h2 {
    line-height: 32px;
  }
  .kcl_operation_process .container {
    padding: 50px 30px;
  }
  .kcl_sustainability.page_sustainability
    .kcl_sustainability_left.kcl_sustainability_left_pf {
    padding-right: 0;
    padding-left: 0;
  }
  .our_products.our_by_products .our_products_block:nth-child(2n) {
    float: right;
  }
  .our_products.our_by_products .our_products_block {
    width: 49%;
    margin-right: 0;
  }
  .kcl_progress_left.kcl_progress_left_operations {
    width: 100%;
  }
  img.operation_bg {
    display: none;
  }
  .kcl_progress_left {
    width: 100%;
  }
  .kcl_operation_process_left,
  .kcl_operation_process_right {
    width: 100%;
  }
  .kcl_operation_process_left p br {
    display: none;
  }
  .kcl_operation_half_section .container {
    width: 100%;
  }
  .operation_half_block h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .operation_half_block.operation_half_block_left {
    padding-left: 30px;
  }
  .operation_half_block.operation_half_block_left .thumb_arrow {
    left: 30px;
  }
  .tns-controls {
    left: 30px;
    bottom: 30px;
    z-index: 1;
  }
  .tns-slider > .tns-item {
    margin-bottom: 20px;
  }
  .tns-ovh {
    height: 500px !important;
  }
  .kcl_sustainability.page_sustainability
    .kcl_sustainability_left.our_journey.our_purpose
    p {
    width: 100%;
  }
  .kcl_sustainability.page_sustainability
    .kcl_sustainability_left.our_journey.our_purpose
    .kcl_vision_mission {
    width: 100%;
  }
  .kcl_sustainability.page_sustainability
    .kcl_sustainability_left.our_journey.our_purpose
    .kcl_vision_mission_block {
    padding-left: 0;
  }
  .kcl_sustainability.page_sustainability
    .kcl_sustainability_left.our_journey.our_purpose
    .kcl_vision_mission
    .kcl_info
    p
    br {
    display: none;
  }
  .kcl_operation_process_left h2 br {
    display: none;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left.our_journey {
    margin-top: 60px;
  }
  .kcl_chairmain_block {
    display: block;
  }
  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block
    .kcl_chairmain_block_left {
    width: 50%;
  }
  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block
    .kcl_chairmain_block_right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .kcl_sustainability.kcl_jobs .kcl_sustainability_left {
    width: 100%;
  }
  .kcl_sustainability.kcl_jobs .kcl_sustainability_right {
    width: 100%;
    margin-top: 30px;
  }
  .job_info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .kcl_sustainability_left h2 {
    font-size: 46px;
  }
  .kcl_sustainability_left p {
    margin: 10px 0 0 0;
  }
  .form_block.form_submit input[type="submit"] {
    height: 60px;
    font-size: 20px;
    margin-top: 15px;
  }
  .kcl_sustainability_left.small_content {
    padding-bottom: 50px;
  }
  .kcl_sustainability {
    padding: 40px 0;
    height: 100%;
    position: relative;
  }
  .kcl_sustainability:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    display: none;
  }
  .kcl_sustainability_left h4 {
    margin: 0;
  }
  .kcl_progress_left.kcl_progress_left_operations {
    margin-bottom: 60px;
  }
  .kcl_progress_left h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .kcl_progress_left p {
    margin: 20px 0 0 0;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left h2 br,
  .kcl_sustainability.kcl_jobs .kcl_sustainability_left h2 br,
  .kcl_progress.kcl_progress_operations .kcl_progress_left p br,
  .kcl_progress_left h2 br {
    display: none;
  }
  .kcl_operation_process.kcl_peration_metals.kcl_sus_block
    .kcl_operation_process_right
    .item {
    width: 100%;
    min-height: auto;
  }
  .kcl_operation_process.kcl_peration_metals.kcl_sus_block
    .kcl_operation_process_right
    .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .copper-cathodes-tabels {
    margin-bottom: 60px;
  }
  .kcl_vision_mission_block:before {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .popup-content img {
    width: 90%;
    margin: auto;
    display: table;
  }

  .flexslider {
    overflow: hidden;
  }
  .flexslider .slides > li {
    overflow: hidden;
  }

  section.slider {
    float: left;
    width: 100%;
    height: 100%;
  }
  #business_slider.flexslider .slides img {
    width: 50%;
    float: right;
    height: 560px;
    object-fit: cover;
  }
  #business_slider .kcl_career_left a span img {
    height: auto !important;
  }
  #business_slider .kcl_career_right {
    right: inherit;
    left: 20px;
    width: 400px;
    top: 160px;
  }
  .kcl_business.half_width #business_slider .flex-direction-nav {
    left: 20px;
    top: -50px;
  }
  .kcl_business h4 {
    left: 20px;
    width: auto;
  }

  .kcl_menu nav ul.NavMenu li ul li a br {
    display: none;
  }
  .flex-viewport {
    overflow: hidden !important;
    max-height: inherit !important;
  }

  .kcl_career_container_right .kcl_career_middle h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .kcl_career_right p strong {
    font-size: 48px;
    line-height: 58px;
  }
  .kcl_career_container_right .kcl_career_middle .kcl_career_right p {
    border: none;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kcl_chairmain_block_right {
    margin-top: 70px;
    padding: 0 0 70px 0;
  }
  .kcl_info p br {
    display: none;
  }
  #primary_slider .splide__slide {
    height: 480px !important;
  }
  .popup-content {
    width: 90%;
  }
  .popup-content span {
    top: -55px;
    right: 0;
  }

  header {
    padding: 6px 5%;
  }

  .logo {
    flex: 6;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #2874f0;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked + ul,
  .NavMenu li ul li input:checked + ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked + .NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .kcl_menu nav ul.NavMenu a {
    font-family: Manrope;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0 0 0;
  }

  .kcl_menu nav ul.NavMenu li ul li .thumb_arrow {
    float: left;
    margin-top: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .kcl_menu nav ul.NavMenu li ul li .thumb_arrow img {
    width: 12px;
  }

  .kcl_menu nav ul.NavMenu li.services.press.press-notes ul {
    width: 100%;
  }
  .kcl_menu nav ul.NavMenu li.services.policies ul {
    width: 100%;
  }

  .kcl_menu nav ul.NavMenu li ul {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    display: inline-block;
  }

  .kcl_menu nav ul.NavMenu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #8f624b;
    top: 72px;
    position: fixed;
    overflow: scroll;
    height: 90vh;
    padding-bottom: 20px;
    z-index: 1;
  }

  .kcl_menu nav ul.NavMenu li ul li {
    padding: 8px 15px;
  }
  .kcl_menu {
    float: right;
    margin: 10px 0 0 0;
    width: 41px;
    height: 41px;
    background: #8f624b;
    border-radius: 100px;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    height: auto;
    margin-top: -2px;
    filter: brightness(0) invert(1);
  }

  .kcl_header .container {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .kcl_menu nav ul.NavMenu li {
    width: 100%;
    margin-right: 0;
    border-top: none;
  }

  .NavMenu li a {
    border-bottom: none;
  }

  .kcl_menu nav ul.NavMenu li ul li .thumb_arrow {
    float: right;
    margin-top: 0;
  }
  .kcl_menu nav ul.NavMenu li ul li {
    width: 100%;
    border-bottom: 1px solid rgba(31, 31, 31, 0.3) !important;
    border-right: none !important;
  }
  .kcl_menu nav ul.NavMenu li.services ul,
  .kcl_menu nav ul.NavMenu li.services.press ul {
    width: 100%;
  }
  .kcl_menu nav ul.NavMenu li.services ul li {
    width: 100%;
  }
  .kcl_menu nav ul.NavMenu li.services.press ul li {
    width: 100%;
  }
}

@media (max-width: 980px) {
  div#primary_slider {
    width: 90%;
    margin: auto;
  }
  .kcl_icon h3 {
    width: 82%;
  }
}

@media (max-width: 767px) {
  .popup-content img {
    width: 100%;
    margin: auto;
    display: table;
  }

  .kcl_menu nav ul.NavMenu a {
    font-family: Manrope;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0 0 0;
  }

  .kcl_menu nav ul.NavMenu li ul li .thumb_arrow {
    float: left;
    margin-top: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .kcl_menu nav ul.NavMenu li ul li .thumb_arrow img {
    width: 12px;
  }

  .kcl_menu nav ul.NavMenu li.services.press.press-notes ul {
    width: 100%;
  }
  .kcl_menu nav ul.NavMenu li.services.policies ul {
    width: 100%;
  }

  .popup-content {
    width: 90%;
  }
  .popup-content span {
    top: -55px;
    right: 0;
  }

  .kcl_chairmain_block_right img {
    width: 24px !important;
    float: left;
  }

  .kcl_chairmain_block_right p a {
    margin-bottom: 20px;
  }
  .kcl_chairmain_block_right p strong {
    font-size: 22px;
    letter-spacing: 0;
  }

  .kcl_sustainability.kcl_spotlight.media-v2 section.slider {
    margin: 0;
  }

  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block_right
    p
    br {
    display: block;
  }

  .kcl_chairmain .owl-nav {
    bottom: 60px;
  }

  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block
    .kcl_chairmain_block_right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block
    .kcl_chairmain_block_left {
    width: 85%;
    margin: auto;
    display: table;
    float: none;
  }

  .kcl_sustainability.kcl_spotlight.press-release.ft_border.media-coverage-slider
    ul.slides
    li
    p {
    margin-top: 220px;
  }

  .kcl_sustainability.kcl_spotlight.press-release.ft_border.media-coverage-slider
    ul.slides
    li
    .kcl_spotlight_slider_bottom {
    margin-top: 25px;
  }
  .kcl_sustainability.kcl_spotlight.press-release.ft_border.media-coverage-slider
    ul.slides
    li {
    background: #8f624b;
  }

  div#primary_slider {
    width: 90%;
    margin: auto;
  }

  div#thumbnail_slider {
    width: 90%;
    margin: auto;
  }

  #primary_slider .splide__slide {
    height: 250px !important;
  }

  .close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .event_bottom {
    margin-bottom: 20px !important;
  }

  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block
    .kcl_chairmain_block_right
    p
    strong {
    margin-top: 30px;
  }

  .kcl_spotlight_slider ul.slides li {
    padding: 20px;
  }
  .kcl_spotlight_slider ul.slides li p {
    margin-top: 0px;
  }
  .kcl_spotlight_slider ul.slides li .kcl_spotlight_slider_bottom {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 0;
    margin-top: 150px;
    position: relative;
    z-index: 1;
  }
  .kcl_spotlight_slider
    ul.slides
    li
    .kcl_spotlight_slider_bottom
    .kcl_spotlight_slider_bottom_left {
    font-size: 24px;
  }
  .kcl_spotlight_slider
    ul.slides
    li
    .kcl_spotlight_slider_bottom
    .kcl_spotlight_slider_bottom_right {
    margin-top: 20px;
  }

  .press-release .flex-direction-nav {
    display: block;
    right: 60px;
    position: absolute;
    top: 20px;
  }

  .kcl_chairmain.kcl_chairmain_aboutus.message_page
    .kcl_chairmain_block_right
    p {
    margin: auto;
    display: table;
    float: none;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 36px !important;
    height: 36px !important;
    border-radius: 36px !important;
    line-height: 36px;
    float: left;
    background: #fff !important;
    text-align: center !important;
    border: 2px solid #fff;
    padding: 0 !important;
  }
  #sync1.owl-theme .owl-next {
    right: 0px;
    background-image: url(../images/up.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transform: rotate(90deg);
    background-size: 12px !important;
  }
  #sync1.owl-theme .owl-prev {
    left: -100px;
  }

  .leadership_block {
    float: left;
    width: 100%;
  }

  .our_products_block p {
    float: left;
    width: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 50px 0 50px 0;
    opacity: 1;
    display: block;
    z-index: 1;
    position: relative;
  }

  .kcl_header:before {
    height: 100px;
  }

  .copper-cathodes-tabels {
    overflow: scroll;
    margin: 0 0 0 0;
  }
  .copper-cathodes-tabels_left {
    float: left;
    width: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .logo img {
    width: 61px;
  }

  .leadership_container {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .leadership_profile {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    float: left;
    box-sizing: border-box;
  }

  .breadcrumbs ul li img {
    width: 8px !important;
    height: auto !important;
    transform: rotate(90deg);
    margin: 5px 0 0 0;
    float: none;
    display: inline !important;
  }
  .breadcrumbs ul li {
    float: left;
    width: auto;
    margin-right: 12px;
    list-style: none;
    font-size: 14px;
  }

  .kcl_hero_slider .flexslider .slides img {
    object-position: 65% 0;
  }

  .kcl_sustainability_left h4 {
    margin: 0 0 30px 0;
  }

  .kcl_career.kcl_career_home .container {
    position: static;
  }
  .kcl_career_container_right {
    float: right;
    width: 100%;
    padding: 30px 0;
  }
  .kcl_career_container_right .kcl_career_middle h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .kcl_career_container_right .kcl_career_middle h2 br {
    display: block;
  }
  .footer_right_column {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer {
    float: left;
    width: 100%;
    padding: 80px 0 30px 0;
    background: #f8f8f9;
  }
  .kcl_career_right p strong {
    font-size: 28px;
    line-height: 32px;
  }
  .kcl_business.half_width #business_slider .kcl_career_right {
    bottom: -30px;
    left: 0;
    top: inherit;
  }
  .kcl_sustainability.half_width h4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .kcl_business.half_width h4 {
    border: none;
    padding-top: 50px;
    position: relative;
    right: 0;
    color: #1f1f1f;
    border-bottom: 1px solid rgba(31, 31, 31, 0.5);
    width: auto;
    left: 0;
    margin: 0 30px 30px 30px;
  }

  .our_products.our_by_products .our_products_block,
  .our_products_block {
    width: 100%;
  }

  .container.container_three_block .kcl_vision_mission_block {
    width: 100%;
    padding-left: 0;
  }

  .form-field {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .kcl_progress_left.kcl_progress_left_operations.contact_full h2 {
    width: 100%;
    float: left;
    font-size: 24px;
  }
  .kcl_progress_left.kcl_progress_left_operations.contact_full p {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .kcl_progress_left.kcl_progress_left_operations.contact_full p strong {
    float: left;
    width: 100%;
  }
  .kcl_progress_left.kcl_progress_left_operations.contact_full p br {
    display: block;
  }

  .flexslider .slides img {
    height: 100%;
    -moz-user-select: none;
  }

  .operation_half_block h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
  }
  .operation_half_block .thumb_arrow {
    float: left;
    width: 66px;
    height: 66px;
    line-height: 76px;
    background: #fff;
    position: relative;
    bottom: 10%;
    left: 0;
    border-radius: 66px;
  }
  .operation_half_block.operation_half_block_left {
    padding-left: 0;
    padding-top: 45%;
  }
  .operation_half_block.operation_half_block_left .thumb_arrow {
    left: 0;
  }

  .operation_half_block {
    width: 100%;
    float: left;
    box-sizing: border-box;
    height: auto;
    position: relative;
    padding-top: 25%;
  }

  .operation_right {
    width: 100%;
    float: right;
  }

  .operation_left {
    width: 100%;
    float: left;
  }

  .kcl_operation_half_section .container {
    width: 100%;
  }

  .kcl_operation_process_left h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .kcl_operation_process_left p br {
    display: none;
  }

  br {
    display: none;
  }
  .kcl_operation_process_right {
    float: right;
    width: 100%;
    margin: 100px 0 0 0;
  }
  .vertical_left {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Manrope;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
  }
  .vertical_right {
    float: right;
    width: 100%;
  }
  .vertical_right h3 {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    font-family: Manrope;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
  }
  .tns-ovh {
    height: 700px !important;
  }
  .kcl_operation_process {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    background: #8f624b;
  }
  .tns-controls {
    position: absolute;
    left: 25px;
    bottom: -50px;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left {
    padding-left: 0;
    box-sizing: border-box;
  }
  .kcl_hero_slider.pagebanner .hero_caption h2 strong {
    font-weight: 700;
    font-size: 42px;
  }
  .kcl_hero_slider.pagebanner .hero_caption h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 42px;
  }
  .kcl_hero_slider.pagebanner .hero_caption p {
    font-weight: 400;
    font-size: 18px;
  }
  .kcl_hero_slider.pagebanner {
    height: 450px;
    position: relative;
  }
  .kcl_hero_slider.pagebanner img {
    height: 450px;
    float: left;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
  }
  .kcl_progress_left p br {
    display: none;
  }
  .kcl_sustainability.page_sustainability .kcl_sustainability_left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  .kcl_progress_left.kcl_progress_left_operations {
    width: 100%;
    margin-bottom: 40px;
  }

  img.operation_bg {
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    display: table;
    float: right;
  }
  .kcl_progress.kcl_progress_operations {
    padding-bottom: 0;
  }

  .kcl_operation_process .container {
    padding: 50px 25px;
  }
  .kcl_operation_process_left {
    float: left;
    width: 100%;
  }
  .flex-viewport {
    overflow: hidden !important;
    max-height: inherit !important;
  }

  .kcl_menu nav ul.NavMenu li ul {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    display: inline-block;
  }

  .kcl_menu nav ul.NavMenu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background: #8f624b;
    top: 72px;
    position: fixed;
    overflow: scroll;
    height: 90vh;
    padding-bottom: 20px;
  }

  .kcl_menu nav ul.NavMenu li ul li {
    padding: 8px 15px;
  }

  .container {
    width: 100%;
    margin: auto;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .footer_left {
    float: left;
    width: 100%;
  }

  .footer_right {
    float: left;
    width: 100%;
    margin-top: 40px;
  }

  .kcl_get_in_touch_left {
    float: left;
    width: 100%;
  }

  .kcl_get_in_touch_left h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .kcl_get_in_touch .container {
    display: block;
    align-items: inherit;
  }

  .kcl_get_in_touch_right {
    float: right;
    width: 100%;
    margin: 40px 0 0 0;
  }

  .kcl_career img {
    float: left;
    width: 100%;
  }

  .kcl_career .container {
    position: relative;
    left: 0;
    right: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .kcl_career_left {
    float: left;
    position: relative;
    left: inherit;
    bottom: inherit;
    order: 3;
    margin-top: 40px;
  }

  .kcl_career_middle {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }

  .kcl_career_middle h2 {
    font-size: 44px;
    line-height: 54px;
    float: left;
    padding: 0 0 30px 0;
  }

  .kcl_career_right {
    float: right;
    width: 100%;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }

  .kcl_career:before {
    display: none;
  }

  .kcl_career {
    float: left;
    width: 100%;
    position: relative;
    background: #8f624b;
    padding-bottom: 60px;
  }

  .kcl_career_middle:before {
    position: absolute;
    top: 60px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .kcl_career_middle p {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding-bottom: 0;
    position: relative;
  }

  .kcl_sustainability_left h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .kcl_sustainability.kcl_spotlight .kcl_sustainability_left p {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }

  #business_slider.flexslider .slides img {
    width: 100%;
    float: right;
    height: auto;
  }

  .kcl_business h4 {
    width: auto;
    color: #fff;

    right: 30px;
    left: 30px;

    box-sizing: border-box;
  }

  #business_slider .flex-direction-nav {
    width: auto;
    margin: auto;
    display: table;
    position: absolute;
    float: left;
    left: 30px;
    right: inherit;
    top: 130px;
  }

  section.slider {
    float: left;
    width: 100%;
    height: auto;
  }

  #business_slider .kcl_career_left a span img {
    width: auto !important;
    display: inline-block;
    float: none !important;
  }

  .kcl_business .kcl_career_middle h2 {
    font-size: 48px;
    line-height: 58px;
    float: left;
    padding: 30px 0 20px 0;
  }

  .kcl_sustainability {
    float: left;
    width: 100%;
    padding: 80px 0;
    height: auto;
  }

  .kcl_sustainability.kcl_spotlight section.slider {
    margin-top: 80px;
  }

  .kcl_spotlight_slider .flex-direction-nav .flex-prev {
    left: inherit;

    top: -65px;
    z-index: 1;
    left: 0;
  }

  .kcl_spotlight_slider .flex-direction-nav .flex-next {
    right: inherit;
    top: -65px;
    z-index: 1;
    left: 40px;
  }

  .kcl_sustainability_right {
    float: right;
    width: 100%;
    position: relative;
    right: 0;
    top: 30px;
    text-align: center;
  }
  .kcl_sustainability_right img {
    float: none;
  }

  .kcl_sustainability_left p br {
    display: none;
  }

  .kcl_chairmain_block_left {
    float: left;
    width: 100%;
    position: relative;
  }

  .kcl_chairmain_block_left {
    float: left;
    width: 100%;
    position: relative;
  }

  .kcl_chairmain_block_right {
    float: left;
    width: 100%;
    padding: 30px 25px;
    box-sizing: border-box;
    margin-top: 0;
  }

  .kcl_chairmain_block {
    display: inline-block;
    width: 100%;
    align-items: center;
    position: relative;
  }

  .kcl_chairmain_block h2 {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* text-align: left; */
    font-family: Manrope;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    bottom: inherit;
    top: 30px;
    right: 30px;
    left: inherit;
  }

  .kcl_hero_slider {
    float: left;
    width: 100%;
    height: auto;
    background: #121e2c;
  }

  .kcl_chairmain_block_right p {
    float: left;
    width: 85%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 0px 0 0 20px;
    box-sizing: border-box;
    min-height: 385px;
  }

  div#sync2 {
    position: static;
    right: 64px;
    width: auto;
    bottom: 50px;
    background: #8f624b;
    padding: 0 30px 30px 30px;
  }
  .item.next_btn,
  .item.prev_btn {
    width: 42px;
    height: 42px;
    border-radius: 52px !important;
    line-height: 42px;
    float: left;
    background: #fff !important;
    text-align: center !important;
    position: relative;
    border: 2px solid #fff;
  }
  .item.next_btn img {
    width: 12px !important;
    height: auto !important;
    transform: rotate(270deg);
    margin: 13px 0 0 0;
    float: none;
    display: inline !important;
  }
  .item.prev_btn img {
    width: 12px !important;
    height: auto !important;
    transform: rotate(90deg);
    margin: 13px 0 0 0;
    float: none;
    display: inline !important;
  }

  .kcl_progress_left h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Manrope;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
  }

  .kcl_progress_left {
    float: left;
    width: 100%;
  }

  .kcl_progress_left h2 br {
    display: none;
  }

  .kcl_progress_right {
    float: left;
    width: 100%;
  }

  .kcl_logo_right {
    display: none;
  }

  .hero_caption h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Manrope;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
  }

  .hero_caption {
    width: auto;
    margin: auto;
    position: absolute;
    left: 30px;
    top: 28%;
    right: 30px;
  }

  .hero_caption p br {
    display: none;
  }

  .hero_thumbnails_block a {
    float: left;
    padding: 20px;
  }

  .hero_thumbnails_block:last-child {
    margin-right: 0 !important;
  }

  .hero_thumbnails_block {
    background: #fff;
    float: left;
    width: 48.4%;
    padding: 0;
    position: relative;
    margin-right: 10px;
    height: 172px;
    margin-bottom: 0;
  }

  .hero_thumbnails_block h3 {
    font-size: 16px;
  }

  .thumb_arrow {
    margin-top: 36px;
  }

  .hero_thumbnails {
    width: auto;
    right: 30px;
    margin: auto;
    position: absolute;
    left: 30px;
    bottom: 30px;
  }

  .kcl_vision_mission_block {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 0;
    margin-bottom: 40px;
  }

  .kcl_icon {
    float: left;
    width: 100%;
  }

  .kcl_vision_mission_block:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .kcl_chairmain:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 305px;
    left: 0;
    top: 0;
    background: #121e2c;
  }

  .kcl_menu {
    float: right;
    margin: 10px 0 0 0;
    width: 41px;
    height: 41px;
    background: #8f624b;
    border-radius: 100px;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    height: auto;
    margin-top: -2px;
    filter: brightness(0) invert(1);
  }

  .kcl_header .container {
    display: block;
    align-items: center;
    justify-content: space-between;
  }

  .kcl_menu nav ul.NavMenu li {
    width: 100%;
    margin-right: 0;
    border-top: none;
  }

  .NavMenu li a {
    border-bottom: none;
  }

  .kcl_menu nav ul.NavMenu li ul li .thumb_arrow {
    float: right;
    margin-top: 0;
  }
  .kcl_menu nav ul.NavMenu li ul li {
    width: 100%;
    border-bottom: 1px solid rgba(31, 31, 31, 0.3) !important;
    border-right: none !important;
  }
  .kcl_menu nav ul.NavMenu li.services ul,
  .kcl_menu nav ul.NavMenu li.services.press ul {
    width: 100%;
  }
  .kcl_menu nav ul.NavMenu li.services ul li {
    width: 100%;
  }
  .kcl_menu nav ul.NavMenu li.services.press ul li {
    width: 100%;
  }
  .kcl_progress_right img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .kcl_learnmore {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .kcl_chairmain .container {
    position: relative;
    padding: 0;
  }
  .kcl_chairmain_block_right p strong {
    margin-top: 0;
  }
  .kcl_chairmain_block_right span {
    position: static;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .kcl_business.half_width #business_slider .flex-direction-nav {
    top: -245px;
    right: 30px;
    left: inherit;
    padding: 0 30px;
  }
  #business_slider .flex-direction-nav .flex-prev,
  #business_slider .flex-direction-nav .flex-next {
    background-color: #eee;
  }
  .kcl_chairmain.kcl_chairmain_aboutus {
    margin: 0;
  }
  .kcl_hero_slider.pagebanner .hero_caption br {
    display: block;
  }
  .kcl_sustainability.kcl_spotlight.press-release ul.slides li {
    position: relative;
    float: left;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .kcl_sustainability.kcl_spotlight.press-release .kcl_spotlight_slider {
    margin: 0;
  }
  .kcl_progress_left ul li {
    width: 100%;
  }
  .kcl_operation_process.kcl_peration_metals.kcl_operation_career {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .kcl_business.half_width.sp_bt .kcl_career {
    padding-bottom: 100px;
  }
}

.header-enquire-wrapper {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}

.header-enquire-wrapper:hover {
  background: #fff;
}

.header-enquire-wrapper:hover a {
  color: black;
}

.header-enquire-wrapper a {
  text-decoration: none;
  color: #fff;
}
