@media only screen and (max-width: 1680px) {
  p {
    font-size: 16px;
  }
  section {
    padding: 70px 0;
  }
  .theme-main-title h1,
  .theme-main-title h2 {
    font-size: 38px;
  }
  .theme-inner-title h1,
  .theme-inner-title h2 {
    font-size: 38px;
  }
  .theme-main-title {
    margin-bottom: 20px;
  }
  .our-services-wrap-section .services-title a {
    font-size: 27px;
  }
  .video-banner-wrap-section .banner-text p {
    font-size: 45px;
  }
  .video-banner-wrap-section .banner-text span {
    font-size: 25px;
  }
  .contactus-wrap-section .contactus-text-wrap .contactus-text a {
    font-size: 16px;
  }
  .contactus-wrap-section .contactus-text-wrap span {
    font-size: 17px;
  }
  .theme-inner-title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1440px) {
}

@media only screen and (max-width: 1440px) {
  p {
    font-size: 15px;
  }
  section {
    padding: 60px 0;
  }
  .theme-main-title h1,
  .theme-main-title h2 {
    font-size: 35px;
  }
  .theme-inner-title h1,
  .theme-inner-title h2 {
    font-size: 35px;
  }
  .theme-main-title {
    margin-bottom: 20px;
  }
  .video-banner-wrap-section .banner-text span {
    font-size: 20px;
  }
  .video-banner-wrap-section .banner-text p {
    font-size: 40px;
  }
  .video-banner-wrap-section video {
    height: 550px;
  }
  .video-banner-wrap-section .banner-caption {
    padding: 0 15px;
  }
  .our-business-wrap-section .our-businees-title a {
    font-size: 23px;
  }
  .our-services-wrap-section .services-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .our-services-wrap-section .services-title a {
    font-size: 25px;
  }

  .footer-wrap-section .main-footer-wrap {
    padding: 120px 0;
  }
  .footer-wrap-section .footer-logo img {
    width: 185px;
  }
  .footer-wrap-section .footer-title h3 {
    font-size: 20px;
  }
  .global-presence-wrap-section
    .global-presence-text-wrap
    ul
    li
    .global-presence-title
    span {
    font-size: 20px;
  }
  .footer-wrap-section .footer-links li a {
    font-size: 15px;
  }
  .footer-wrap-section .f-contact-text a {
    font-size: 15px;
  }
  .header-wrap-section .navbar-nav .nav-item {
    margin: 0 10px;
  }

  .global-presence-wrap-section .country-list ul li {
    font-size: 14px;
  }
  .contactus-wrap-section .contactus-text-wrap .contactus-text a {
    font-size: 15px;
  }
  .contactus-wrap-section .contactus-text-wrap span {
    font-size: 17px;
  }

  .inner-banner-wrap-section img {
    height: 550px;
  }
  .inner-banner-wrap-section .inner-baner-caption h1 {
    font-size: 40px;
  }
  .board-member-wrap-section .member-name a{
    font-size: 18px;
  }
  .board-member-wrap-section{
    margin: 0 20px 70px;
  }
  .blog-detail-wrap-section .blog-details-title h2{
    font-size: 35px;
  }
  .blog-detail-wrap-section .blog-details-subtitle h2{
    font-size: 27px;
  }
  .blog-detail-wrap-section .blog-detail-img img{
    height: 470px;
  }
  .thank-you-wrap-section .thankyou_wrap-box h2{
    font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box {
    border: 4px solid #dfe5e5;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 25px 30px;
    height: 127px;
    position: relative;
    background: #fff;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -55px;
    height: 4px;
    width: 73px;
    background: #707070;
    z-index: -1;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box {
    border: 4px solid #dfe5e5;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 25px 30px;
    height: 127px;
    position: relative;
    background: #fff;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -54px;
    height: 4px;
    width: 73px;
    background: #707070;
    z-index: -1;
  }
  .timeline ul li .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-40%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    width: 75%;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-60%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    width: 75%;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year {
    position: absolute;
    transform: translate(-33%, -60%) !important;
    left: 0 !important;
    top: 50% !important;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year {
    position: absolute;
    transform: translate(33%, -60%) !important;
    right: 0 !important;
    top: 50% !important;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 22px;
    height: 15px;
    border-top: solid 15px #003955;
    border-left: solid 28px transparent;
    border-right: solid 0px transparent;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -15px;
    width: 22px;
    height: 15px;
    border-top: solid 15px #003955;
    border-left: solid 0px transparent;
    border-right: solid 28px transparent;
  }

  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year {
    background: #006395;
    padding: 20px 20px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year {
    background: #006395;
    padding: 20px 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    background: rgba(233, 33, 99, 1);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
  }
  .timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    background: rgba(233, 33, 99, 1);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
  }
  /* @media(max-width:1000px)
  {
    .timeline{
      width:100%;
    }
  } */
  .sustainability-section .type-of-sustainability-title h2{
    font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .timeline{
    margin-top: 0;
    margin-bottom: 0;
  }
  .our-business-wrap-section .our-business-img-wrap img{
    height: 480px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 301px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      /* height: 470px;
      object-fit: cover; */
  }
  .sustainability-section .zero-waste-img img,
  .environment-waste-wrap .zero-waste-img img,
  .social-csr-wrap .social-csr-img img,
  .governance-wrap .governance-img img{
      /* height: 520px;
      object-fit: cover; */
  }
  .type-of-sustainability .type-of-sustainability-img img{
      /* height: 290px;
      object-fit: cover; */

  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    /* height: 520px;
    object-fit: cover; */
  }
}

@media only screen and (max-width: 1366px) {

}

@media only screen and (min-width: 992px) {
  .header-wrap-section
    .navbar-expand-lg
    .navbar-nav
    .nav-item:hover
    .dropdown-menu {
    top: 100%;
    display: block;
  }
  .header-wrap-section
    .navbar-expand-lg
    .navbar-nav
    .nav-item
    .dropdown-menu
    li:hover
    .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .header-wrap-section .mobile-menu{
    display: none;
  }
  /* ------------------ Timeline Section CSS End ------------------ */

  /* ------------------ Timeline Section CSS End ------------------ */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .global-presence-wrap-section .global-presence-text-wrap ul li {
    margin: 0;
    font-size: 15px;
  }
  .global-presence-wrap-section .global-presence-items {
    width: 50%;
  }
  .header-wrap-section .navbar-nav .nav-link {
    font-size: 15px;
  }
  .footer-wrap-section .main-footer-wrap {
    padding: 70px 0;
  }
  .video-banner-wrap-section .banner-text p {
    font-size: 35px;
  }
  .inner-banner-wrap-section .inner-baner-caption {
    padding: 0 15px;
  }
 
  .board-member-wrap-section .board-member-main-box ul li{
    width: 25%;
  }
  .board-member-wrap-section .member-name a{
    font-size: 18px;
  }
  .media-room-wrap-section .media-room-title h2{
    line-height: 22px;
  }
  .media-room-wrap-section .media-room-title h2 a{
    font-size: 19px;
  }
  .blog-detail-wrap-section .blog-details-title h2{
    font-size: 30px;
  }
  .blog-detail-wrap-section .blog-details-subtitle h2{
    font-size: 25px;
  }
  .blog-detail-wrap-section .blog-detail-img img{
    height: 360px;
  }
  .sustainability-section .type-of-sustainability-title h2{
    font-size: 24px;
  }
  .our-business-wrap-section .our-business-img-wrap img{
    height: 354px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 220px;
  }
  .our-services-wrap-section .services-icon-wrap img{
    height: 35px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      /* height: 340px;
      object-fit: cover; */
  }
  .sustainability-section .zero-waste-img img,
  .environment-waste-wrap .zero-waste-img img,
  .social-csr-wrap .social-csr-img img,
  .governance-wrap .governance-img img{
      /* height: 358px;
      object-fit: cover; */
  }
  .type-of-sustainability .type-of-sustainability-img img{
      /* height: 214px;
      object-fit: cover; */

  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    /* height: 370px;
    object-fit: cover; */
  }
  .thank-you-wrap-section .thankyou_wrap-box h2{
    font-size: 43px;
  }
}

@media only screen and (min-width: 768px) {
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box {
    border: 4px solid #dfe5e5;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 25px 30px;
    height: 127px;
    position: relative;
    background: #fff;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -55px;
    height: 4px;
    width: 73px;
    background: #707070;
    z-index: -1;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box {
    border: 4px solid #dfe5e5;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 25px 30px;
    height: 127px;
    position: relative;
    background: #fff;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -54px;
    height: 4px;
    width: 73px;
    background: #707070;
    z-index: -1;
  }
  .timeline ul li .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-40%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    width: 75%;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-60%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    width: 75%;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year {
    position: absolute;
    transform: translate(-33%, -60%) !important;
    left: 0 !important;
    top: 50% !important;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year {
    position: absolute;
    transform: translate(33%, -60%) !important;
    right: 0 !important;
    top: 50% !important;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 22px;
    height: 15px;
    border-top: solid 15px #003955;
    border-left: solid 28px transparent;
    border-right: solid 0px transparent;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -15px;
    width: 22px;
    height: 15px;
    border-top: solid 15px #003955;
    border-left: solid 0px transparent;
    border-right: solid 28px transparent;
  }

  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year {
    background: #006395;
    padding: 20px 20px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year {
    background: #006395;
    padding: 20px 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline {
    padding-top: 0;
    margin-top: 0;
  }
  .timeline:before {
    height: 94%;
  }
  .timeline ul li {
    padding: 0px 30px 0 30px;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box,
  .timeline ul li:nth-child(even) .timeline-content-wrap-box {
    padding: 25px 30px;
    height: 100px;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box .year {
    padding: 15px 15px;
    transform: translate(-48%, -60%) !important;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box .year {
    padding: 15px 15px;
    transform: translate(48%, -60%) !important;
  }
  .timeline ul li .timeline-content-wrap-box span {
    font-size: 17px;
  }
  .timeline ul li .timeline-content-wrap-box .year p {
    font-size: 16px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: 39px;
  }
  .timeline ul li:nth-child(odd) .timeline-content-wrap-box::before {
    right: -47px;
  }
  .timeline ul li:nth-child(even) .timeline-content-wrap-box::before {
    left: -44px;
  }
  .quality-assurance-wrap-section .quality-assurance-wrap-img{
    margin-right: 15px;
  }
  .safety-wrap-section .safety-wrap-img{
    margin-left: 15px;
  }
  .board-member-wrap-section .board-member-main-box ul li{
    width: 33.33%;
  }
  .board-member-wrap-section .member-name a{
    font-size: 18px;
  }
  .inner-our-core-values-section .our-core-values-text-wrap{
    margin-left: 15px;
  }
  .media-room-wrap-section .media-room-title h2{
    line-height: 22px;
  }
  .media-room-wrap-section .media-room-title h2 a{
    font-size: 19px;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap:nth-child(even) .moly-manufacturing-txt-wrap{
    margin-right: 15px;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap:nth-child(odd) .moly-manufacturing-txt-wrap{
    margin-left: 15px;
  }
  .moly-manufacturing-section{
    padding-bottom: 0;
  }
  .blog-detail-wrap-section .blog-details-title h2{
    font-size: 30px;
  }
  .blog-detail-wrap-section .blog-details-subtitle h2{
    font-size: 25px;
  }
  .blog-detail-wrap-section .blog-detail-img img{
    height: 280px;
  }
  .sustainability-section .type-of-sustainability-title h2{
    font-size: 25px;
  }
  .type-of-sustainability-wrap-box{
    margin-bottom: 60px;
  }
  .type-of-sustainability{
    padding-bottom: 0 !important;
  }
  .thank-you-wrap-section .thankyou_wrap-box h2{
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  section,
  .footer-wrap-section .main-footer-wrap {
    padding: 60px 0;
  }
  p {
    font-size: 14px;
  }
  .navbar-brand {
    font-size: 30px;
  }
  .navbar-nav .nav-item {
    margin: 5px 10px;
  }
  .theme-main-title h1,
  .theme-main-title h2 {
    font-size: 30px;
  }
  .career-wrap-section .career-title h2{
    font-size: 20px;
  }
  .theme-inner-title h1,
  .theme-inner-title h2 {
    font-size: 30px;
  }
  .header-wrap-section .navbar-brand img {
    width: 150px;
  }
  .header-wrap-section.fixed-top-header.sticky .navbar-brand img {
    width: 150px;
  }
  /* ----------- video section Start ----------- */
  .video-banner-wrap-section .banner-caption {
    padding: 0 15px;
  }
  .video-banner-wrap-section video {
    height: 500px;
  }
  /* ----------- video section Start ----------- */
  .core-value-section .who-we-are-text p strong {
    font-size: 14px;
  }
  .on-banner-text-wrap-section .on-banner-text-wrap-box {
    padding: 30px;
  }
  .our-business-wrap-section .our-business-wrap-box {
    margin-bottom: 20px;
  }
  .global-presence-wrap-section
    .global-presence-text-wrap
    ul
    li
    .global-presence-title
    span {
    font-size: 19px;
  }
  .global-presence-wrap-section .global-presence-text-wrap ul li {
    font-size: 15px;
  }
  .our-business-wrap-section .our-businees-title a {
    font-size: 25px;
  }
  .our-services-wrap-section .services-title a {
    font-size: 25px;
  }
  .footer-wrap-section .footer-title h3 {
    font-size: 19px;
  }
  .footer-wrap-section .footer-links li a {
    font-size: 14px;
  }
  .footer-wrap-section .footer-widget {
    font-size: 14px;
  }
  .global-presence-wrap-section .global-presence-text-wrap ul {
    padding-left: 0;
  }
  .global-presence-wrap-section .global-presence-items {
    width: 50%;
  }
  .global-presence-wrap-section .global-presence-text-wrap ul li {
    margin: 0;
  }
  .our-business-wrap-section {
    padding-bottom: 0;
  }
  .our-services-wrap-section .services-wrap-box {
    margin-bottom: 60px;
  }
  .our-services-wrap-section {
    padding-bottom: 40px;
  }
  .video-banner-wrap-section .banner-text span {
    font-size: 20px;
  }
  .video-banner-wrap-section .banner-text p {
    font-size: 35px;
  }
  .footer-wrap-section .footer-logo img {
    width: 185px;
  }
  .inner-banner-wrap-section .inner-baner-caption {
    padding: 0 15px;
  }
  .inner-banner-wrap-section img {
    height: 500px;
  }
  .inner-banner-wrap-section .inner-baner-caption h1 {
    font-size: 35px;
  }
  .contactus-wrap-section .contactus-details-wrap {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .our-business-wrap-section .our-business-img-wrap img{
    height: 402px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 243px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      height: 270px;
      object-fit: cover;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap{
    margin-bottom: 40px;
  }
  .sustainability-section .zero-waste-img img,
  .environment-waste-wrap .zero-waste-img img,
  .social-csr-wrap .social-csr-img img,
  .governance-wrap .governance-img img{
      /* height: 280px;
      object-fit: cover; */
  }
  .type-of-sustainability .type-of-sustainability-img img{
      /* height: 243px;
      object-fit: cover; */

  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    /* height: 281px;
    object-fit: cover; */
  }

  .header-wrap-section .desktop-menu{
    display: none
  }
  .header-wrap-section .mobile-menu{
    display: block;
  }

  /* -------------- Mobile Menu CSS Start  -------------- */
.mobile-menu .nav,
.mobile-menu .nav__sub {
margin-top: 0;
margin-bottom: 0;
padding: 15px;
list-style-type: none;
}

.mobile-menu .nav {
  position: relative;
  width: 100%;
  background-color: #dceef8;
  overflow: hidden;
  height: 100%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 8px;
}

.mobile-menu .nav__item + .nav__item {
/* margin-top: 15px; */
}
.mobile-menu .nav__item{
  padding: 15px;
  border-bottom: 1px dotted #000;
}
.mobile-menu .nav__item:last-child{
  border-bottom: 0px;
}
.mobile-menu .nav__item a{
  color: #000;
  align-items: self-start;
}
.mobile-menu .sub__close{
  color: #006395 !important;
  font-size: 18px;
}
.mobile-menu .sub__close img{
  /* filter: brightness(0) invert(1); */
  width: 20px;
  margin-right: 15px;
  margin-top: -4px;
}
.mobile-menu .nav__link {
font-weight: 500;
color: white;
text-decoration: none;
}

.mobile-menu .nav__sub {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: #dceef8;
opacity: 0;
visibility: hidden;
transition: all 0.35s ease-in-out;
transform: translateX(100%);
z-index: 999;
}
.mobile-menu .nav__sub.is-active {
opacity: 1;
visibility: visible;
transform: translateX(0%);
}
/* -------------- Mobile Menu CSS End  -------------- */
}

@media only screen and (max-width: 767px) {
  .theme-main-title h1,
  .theme-main-title h2,
  .blog-detail-wrap-section .blog-details-title h2,
  .theme-inner-title h1, .theme-inner-title h2, .our-core-values-text h2 {
    font-size: 25px;
  }
  .thank-you-wrap-section .thankyou_wrap-box h2{
    font-size: 30px;
  }
  .theme-btn .theme_btn {
    font-size: 15px;
  }
  .theme-btn .theme_btn span img {
    width: 15px;
  }
  /* ----------- video section Start ----------- */
  .video-banner-wrap-section video {
    height: 400px;
  }
  .video-banner-wrap-section .banner-text span {
    font-size: 20px;
  }
  .video-banner-wrap-section .banner-text p {
    font-size: 28px;
  }
  .video-banner-wrap-section .banner-points ul li a {
    font-size: 14px;
  }
  /* ----------- video section Start ----------- */

  /* ----------- Who We Are Section Start ----------- */
  .who-we-are-section {
    padding-bottom: 0;
  }
  .who-we-are-img-wrap {
    margin-top: 30px;
    margin: 30px auto;
  }
  /* ----------- Who We Are Section End ----------- */

  .our-business-wrap-section {
    padding-bottom: 0;
  }
  .our-services-wrap-section .services-wrap-box {
    margin-top: 15px;
  }
  .our-services-wrap-section .services-col:first-child .services-wrap-box {
    margin-top: 0;
  }
  .our-business-wrap-section .our-businees-title a {
    font-size: 20px;
  }
  .our-services-wrap-section .services-title a {
    font-size: 20px;
  }
  .our-services-wrap-section {
    padding-bottom: 30px;
  }
  .footer-wrap-section .footer-logo img {
    width: 185px;
  }
  .footer-wrap-section .f-contact-text a {
    font-size: 14px;
  }
  .footer-wrap-section .footer-title h3 {
    margin-bottom: 10px;
  }
  .footer-wrap-section .footer-widget {
    margin-bottom: 25px;
  }
  .footer-wrap-section .footer-widget:last-child {
    margin-bottom: 0;
  }
  .global-presence-wrap-section .country-list ul li {
    padding: 0 5px 0 3px;
  }
  .global-presence-wrap-section .global-presence-text-wrap ul li {
    font-size: 13px;
  }
  .inner-banner-wrap-section img {
    height: 400px;
  }
  .inner-banner-wrap-section .inner-baner-caption h1 {
    font-size: 28px;
  }
  .contactus-wrap-section .contactus-details-wrap {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .contactus-wrap-section .contactus-text-wrap span {
    font-size: 16px;
  }
  .contactus-wrap-section .contactus-text-wrap .contactus-text a {
    font-size: 14px;
  }
  .contactus-wrap-section .contact-form {
    padding-right: 0;
    border-right: none;
  }
  .inner-our-core-values-img {
    margin-bottom: 30px;
  }
  .timeline ul li .timeline-content-wrap-box .year {
    padding: 10px 10px;
  }
  .timeline ul li .timeline-content-wrap-box {
    height: 100px;
  }
  .timeline ul li .timeline-content-wrap-box span {
    font-size: 18px;
  }
  .timeline ul li .timeline-content-wrap-box span {
    width: 70%;
  }
  /* ----------- Timeline CSS Start ----------- */
  .timeline {
    width: 100%;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .timeline ul li {
    padding-right: 30px;
  }
  .timeline h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline:before {
    left: 10px;
    height: 95%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: 46px;
    left: 0px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
  }
  .timeline ul li .timeline-content-wrap-box {
    border: 4px solid #dfe5e5;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 25px 30px;
    height: 127px;
    position: relative;
    background: #fff;
  }
  .timeline ul li .timeline-content-wrap-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -54px;
    height: 4px;
    width: 73px;
    background: #707070;
    z-index: -1;
  }
  .timeline ul li .timeline-content-wrap-box span {
    position: absolute;
    transform: translate(-60%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    width: 75%;
  }
  .timeline ul li .timeline-content-wrap-box .year {
    background: #006395;
    padding: 20px 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .timeline ul li .timeline-content-wrap-box .year {
    position: absolute;
    transform: translate(43%, -60%) !important;
    right: 0 !important;
    top: 50% !important;
  }
  .timeline ul li .timeline-content-wrap-box .year::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -15px;
    width: 22px;
    height: 15px;
    border-top: solid 15px #003955;
    border-left: solid 0px transparent;
    border-right: solid 28px transparent;
  }
  .timeline ul li .timeline-content-wrap-box .year p {
    font-size: 20px;
  }
  .timeline ul li .timeline-content-wrap-box .year {
    padding: 15px 15px;
  }
  .timeline ul li .timeline-content-wrap-box {
    height: 115px;
  }
  /* .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  } */
  /* ----------- Timeline CSS End ----------- */

  .board-member-wrap-section .board-member-main-box ul li {
    width: 33.33% !important;
  }
  .safety-wrap-section .safety-wrap-img{
    margin-left: 0;
  }
  .quality-assurance-wrap-section .quality-assurance-wrap-img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .safety-wrap-section .safety-text-wrap{
    margin-bottom: 20px;
  }
  .on-banner-text-wrap-section{
    padding-top: 80px;
  }
  .media-room-wrap-section .media-room-title h2 a{
    font-size: 19px;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap:nth-child(odd) .moly-manufacturing-txt-wrap{
    margin-left: 0;
    margin-top: 20px;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap:nth-child(even) .moly-manufacturing-txt-wrap{
    margin-right: 0;
    margin-top: 20px;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap:nth-child(even) .left-col{
    order: 1;
  }
  .moly-manufacturing-section{
    padding-bottom: 0;
  }
  .moly-manufacturing-section .moly-manufacturing-main-wrap{
    margin-bottom: 30px;
  }
  .blog-detail-wrap-section .blog-date p{
    font-size: 17px;
  }
  .blog-detail-wrap-section .blog-details-subtitle h2{
    font-size: 20px;
  }
  .sustainability-section .zero-waste-banner-img, .sustainability-section .type-of-sustainability, .social-csr-wrap{
    padding: 30px 0;
  }
  .sustainability-section .type-of-sustainability-title h2{
    font-size: 23px;
  }
  .sustainability-section .type-of-sustainability-wrap-box{
    margin-bottom: 60px;
  }
  .sustainability-section .type-of-sustai-col:last-child .type-of-sustainability-wrap-box{
    margin-bottom: 0;
  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    height: 431px;
    object-fit: cover;
  }
  .career-wrap-section .career-title h2{
    font-size: 20px;
  }
 
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section,
  .footer-wrap-section .main-footer-wrap {
    padding: 50px 0;
  }
  .board-member-wrap-section .member-name a{
    font-size: 17px;
  }
  .media-room-img img{
    height: 350px;
  }
  .blog-detail-wrap-section .blog-detail-img img{
    height: 220px;
  }
  .our-business-wrap-section .our-business-img-wrap img{
    height: 294px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 374px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      /* height: 431px;
      object-fit: cover; */
  }
    .sustainability-section .zero-waste-img img,
    .environment-waste-wrap .zero-waste-img img,
    .social-csr-wrap .social-csr-img img,
    .governance-wrap .governance-img img{
        /* height: 431px;
        object-fit: cover; */
    }
    .type-of-sustainability .type-of-sustainability-img img{
        /* height: 374px;
        object-fit: cover; */

    }
}

@media only screen and (max-width: 575px) {
  section,
  .footer-wrap-section .main-footer-wrap {
    padding: 40px 0;
  }
  /* ----------- video section Start ----------- */
  .video-banner-wrap-section .banner-text span {
    font-size: 17px;
  }
  .video-banner-wrap-section .banner-text p,
  .inner-banner-wrap-section .inner-baner-caption h1 {
    font-size: 25px;
  }
  /* ----------- video section Start ----------- */
  .global-presence-wrap-section .global-presence-text-wrap ul {
    padding-left: 0;
  }
  .global-presence-wrap-section .global-presence-items {
    width: 100%;
  }
  .global-presence-wrap-section .global-presence-text-wrap ul li {
    margin: 0;
  }
  .board-member-wrap-section {
    margin: 0 10px 70px;
  }
  .board-member-wrap-section .board-member-main-box ul li {
    width: 50% !important;
  }
  .board-member-wrap-section .member-name a {
    font-size: 16px;
  }
  .board-member-wrap-section .designation p {
    font-size: 14px;
  }
  .media-room-img img{
    height: 380px;
  }
  .blog-detail-wrap-section .blog-detail-img img{
    height: 200px;
  }
  .our-business-wrap-section .our-business-img-wrap img{
    height: 650px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 390px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      /* height: 400px;
      object-fit: cover; */
  }
  .sustainability-section .zero-waste-img img,
  .environment-waste-wrap .zero-waste-img img,
  .social-csr-wrap .social-csr-img img,
  .governance-wrap .governance-img img{
      /* height: 450px;
      object-fit: cover; */
  }
  .type-of-sustainability .type-of-sustainability-img img{
      /* height: 380px;
      object-fit: cover; */

  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    /* height: 445px;
    object-fit: cover; */
  }
}

@media only screen and (max-width: 480px) {
  .board-member-wrap-section .member-name a {
    font-size: 14px;
  }
  .board-member-wrap-section .designation p {
    font-size: 13px;
  }
  .timeline ul li .timeline-content-wrap-box span {
    font-size: 15px;
  }
  .media-room-img img{
    height: 310px;
  }
  .blog-detail-wrap-section .blog-detail-img img{
    height: 160px;
  }
  .our-business-wrap-section .our-business-img-wrap img{
    height: 440px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 315px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      /* height: 375px;
      object-fit: cover; */
  }
  .sustainability-section .zero-waste-img img,
  .environment-waste-wrap .zero-waste-img img,
  .social-csr-wrap .social-csr-img img,
  .governance-wrap .governance-img img{
      /* height: 370px;
      object-fit: cover; */
  }
  .type-of-sustainability .type-of-sustainability-img img{
      /* height: 320px;
      object-fit: cover; */

  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    height: 370px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 380px){
  .our-business-wrap-section .our-business-img-wrap img{
    height: 400px;
  }
  .our-services-wrap-section .services-img-wrap .services-img{
    height: 245px;
  }
  .inner-our-core-values-section .inner-our-core-values-img img,
  .safety-wrap-section .safety-wrap-img img,
  .quality-assurance-wrap-section .quality-assurance-wrap-img img{
      /* height: 290px;
      object-fit: cover; */
  }
  .sustainability-section .zero-waste-img img,
  .environment-waste-wrap .zero-waste-img img,
  .social-csr-wrap .social-csr-img img,
  .governance-wrap .governance-img img{
      /* height: 290px;
      object-fit: cover; */
  }
  .type-of-sustainability .type-of-sustainability-img img{
      /* height: 250px;
      object-fit: cover; */

  }
  .zinc-trading-and-other-metals-trading-wrap-section .zinc-trading-and-other-metals-trading-img img{
    height: 290px;
    object-fit: cover;
  }
}
