@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Open Sans", sans-serif;
}

body {
  position: unset !important;
  min-height: unset !important;
  top: unset !important;
}

.btn-orange:hover {
  background-color: #e64a19 !important;
}

.description {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

/* .diffrent_header {
  height: 100%;
  position: sticky;
  top: 0;
     z-index: 9999999999;
  background-color: #fff;
} */

/* particle animation */
.product_particle_animation .bubble-dotted .dotted-1 {
  background: -webkit-linear-gradient(0deg, #58f106, #23c10e 50%);
}

.product_particle_animation .bubble-dotted .dotted-2 {
  background: -webkit-linear-gradient(0deg, #862ff1, #163fae 50%);
}

.product_particle_animation .bubble-dotted .dotted-3 {
  background: -webkit-linear-gradient(0deg, #ff5d06, #ffc806 50%);
}

.product_particle_animation .bubble-dotted .dotted-4 {
  background: -webkit-linear-gradient(0deg, #d406b7, #fc1a66 50%);
}

.product_particle_animation .bubble-dotted .dotted-5 {
  background: -webkit-linear-gradient(0deg, #fe5f12, #fec412 50%);
}

.product_particle_animation .bubble-dotted .dotted-6 {
  background: -webkit-linear-gradient(0deg, #d622bf, #fb196a 50%);
}

.product_particle_animation .bubble-dotted .dotted-7 {
  background: -webkit-linear-gradient(0deg, #60f112, #30c719 50%);
}

.product_particle_animation .bubble-dotted .dotted-8 {
  background: -webkit-linear-gradient(0deg, #fe5f12, #fec412 50%);
}

.product_particle_animation .bubble-dotted .dotted-9 {
  background: -webkit-linear-gradient(0deg, #842af1, #0f40aa 50%);
}

.product_particle_animation .bubble-dotted .dotted-10 {
  background: -webkit-linear-gradient(0deg, #58f106, #23c10f 50%);
}

.product_particle_animation .bubble-dotted .dotted-1 {
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  animation: product_particle_animation 20s linear infinite, product_particle_animation_sideway 2s ease-in-out infinite alternate;
}

.auto_height img {
  height: auto !important;
}

.product_particle_animation .bubble-dotted .dotted-2 {
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  animation: product_particle_animation 15s linear infinite, product_particle_animation_sideway 4s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-3 {
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  animation: product_particle_animation 21s linear infinite, product_particle_animation_sideway 2s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-4 {
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  animation: product_particle_animation 17s linear infinite, product_particle_animation_sideway 3s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-5 {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  animation: product_particle_animation 24s linear infinite, product_particle_animation_sideway 4s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-6 {
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  animation: product_particle_animation 16s linear infinite, product_particle_animation_sideway 2s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-7 {
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  animation: product_particle_animation 15s linear infinite, product_particle_animation_sideway 2s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-8 {
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  animation: product_particle_animation 17s linear infinite, product_particle_animation_sideway 3s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted {
  position: absolute;
  border-radius: 50%;
}

.product_particle_animation .bubble-dotted .dotted-9 {
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  animation: product_particle_animation 24s linear infinite, product_particle_animation_sideway 4s ease-in-out infinite alternate;
}

.product_particle_animation .bubble-dotted .dotted-10 {
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  animation: product_particle_animation 21s linear infinite, product_particle_animation_sideway 2s ease-in-out infinite alternate;
}

@keyframes product_particle_animation {
  0% {
    margin-top: 100%;
  }

  100% {
    margin-top: -250%;
  }
}

@keyframes product_particle_animation_sideway {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: 25px;
  }
}

a {
  text-decoration: none;
}

.sub_heading {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.heading {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

.about-us-section .description {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.about-us-section .row {
  padding: 0px;
}

/* header language widget */
#google_language_translator {
  color: transparent;
}

#google_language_translator {
  width: auto !important;
}

#google_language_translator {
  clear: both;
}

#google_language_translator,
#flags {
  text-align: left;
}

/* #google_language_translator .skiptranslate.goog-te-gadget {
    align-items: center !important;
    display: flex !important;
} */
.google_lan_widget {
  opacity: 0;
  position: absolute;
}

.skiptranslate.goog-te-gadget {
  color: #f2f2f2;
}

#google_language_translator .skiptranslate.goog-te-gadget select.goog-te-combo {
  border-radius: 14px !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
}

#google_language_translator select.goog-te-combo {
  color: #32373c;
}

#google_language_translator select.goog-te-combo {
  width: 143px;
  background: #fff;
  box-shadow: none !important;
  padding: 3px !important;
  height: auto !important;
  border: 1px solid lightgray !important;
  border-radius: 0px !important;
}






.container {
  max-width: 1140px;
}

.main_section {
  background-image: url('../images/bg.jpg');
  background-position: center left;
  background-size: cover;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 60px 78px;
  position: relative;
}

.main_slider .carousel-inner .carousel-item img {
  height: 759px !important;
  object-fit: cover;
}

.main_header {
  max-width: 1140px !important;
  padding: 5px 0px 5px 0px;
}

.navbar_bg {
  background-color: transparent !important;
  padding: 0px;
}

.offcanvas-body {
  justify-content: end;
}

.both_header button {
  display: none;
  border: 0px;
  background-color: transparent;
}

.diffrent_header button {
  display: none;
  border: 0px;
  background-color: transparent;
}

.both_header .navbar-toggler-icon {
  background-image: url(../images/hamburger-icon.svg) !important;
}

.diffrent_header .navbar-toggler-icon {
  background-image: url(../images/hamburger-icon.svg) !important;
}

.header_top .collapse .navbar-nav .nav-item {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 10px;
  letter-spacing: 0.5px;
}

.header_top .collapse .navbar-nav li a {
  padding: 0;
  color: #000000;
}

.header_top .collapse .navbar-nav>li:nth-child(1)>a {
  /* example: orange */
  margin: 0px 12px 0px 0px;
}

.header_top .collapse .navbar-nav>li:nth-child(2)>a {
  /* example: blue */
  margin: 0px 12px 0px 12px;
}

.header_top .collapse .navbar-nav>li:nth-child(3)>a {
  margin: 0px 0px 0px 12px;
  color: #000000;
}

.header_top .collapse .navbar-nav .nav-item.dropdown {
  margin: 0px 0px 0px 7px !important;
}

.dropdown-toggle {
  display: inline-block !important;
}

.dropdown-menu a:hover {
  color: #F06C34 !important;
}

.header_top .collapse .navbar-nav>li:nth-child(1) {
  position: relative;
}

.header_top .collapse .navbar-nav>li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 12px;
  background-color: #7A7A7A61;
}

.header_top .collapse .navbar-nav>li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 25%;
  width: 1px;
  height: 12px;
  background-color: #7A7A7A61;
}

.header_top .container-fluid {
  padding: 0px !important;
}

.header_top .collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
  border-radius: 14px !important;
  padding: 8px 9px !important;
  width: 140px;
  background: #fff;
  border: 1px solid lightgray !important;
  margin: 4px 0;
  font-family: arial;
  font-size: 10pt;
}

.top_dropdpwn_side_text {
  color: #f2f2f2;
  font-family: arial;
  font-size: 11px;
}

.navbar-collapse {
  display: block !important;
}

.bottom_header .collapse .navbar-nav>li:nth-child(1)::after {
  display: none;
}

.bottom_header .heder_logo_main {
  width: 26%;
}

.bottom_header .header_logo {
  width: 90%;
}

.bottom_header .award_icon {
  width: 11%;
}

.bottom_header .header_menu {
  width: 62.554%;
}

#navbarNavDropdown .dropdown a::after {
  display: none;
}

.htmenu-icon .fas {
  font-size: 13px;
}

.htmenu-icon .fa-angle-down:before {
  content: "\f107";
}

.header_menu ul li a {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  padding: 5px 32px 0px 0px !important;
  margin-right: 0px;
}

.header_menu #navbarNavDropdown {
  justify-content: end;
}

.bottom_header .navbar .container {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  margin-bottom: 0px;
  padding: 10px 20px 10px 20px;
}

.both_header {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* .diffrent_header {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
} */

.header_menu ul>li a:nth-child(6) {
  padding-right: 0 !important;
}


.dropdown-menu.full-width {
  width: 1140px;
  /* Full width of the viewport */
  left: -532% !important;
  right: 0;
  position: absolute;
  background-color: #EDECEC;
  padding: 30px 10px 30px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  top: 55px !important;
  border-radius: 0px;
  border-style: solid;
  border-width: 3px 0px 0px 0px;
  border-color: #F06C34;
  color: #333333;
}

.sub_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}

.sub_menu_column {
  flex: 1 1 100%;
}

.columns {
  display: flex;
  gap: 40px;
}

.columns ul {
  width: 33.33%;
  list-style: none;
  padding: 0;
  margin: 0;
}


.nav-item .dropdown-menu .dropdown-item {
  padding: 10px;
}

.nav-item .active {
  color: #F06C34 !important;
}

.navbar-nav .nav-item:last-child .nav-link {
  padding: 5px 20px 0px 0px !important;
}

.main_section .main_slider .carousel-inner .carousel-caption {
  top: 223px;
  max-width: 65%;
  margin: 0 auto;
}

.main_section .main_slider .carousel-inner .carousel-item .image_bg_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.carousel-caption .main_slider_btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-width: 0px;
  border-radius: 5px;
  background-color: #F26B34;
  padding: 12px 24px;
}

.carousel-caption .main_slider_btn:hover {
  background-color: #DF5B25;
}

.main_slider .carousel-caption h5 {
  font-family: "Open Sans", Sans-serif;
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 54px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 30px;
}

.main_slider .carousel-caption p {
  font-family: "Open Sans", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  margin-bottom: 30px;
}

.kenburns-container {
  overflow: hidden;
  position: relative;
}

.kenburns-img {
  animation: kenburnsZoom 10s linear infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes kenburnsZoom {
  0% {
    transform: scale(1) translate(0, 0);
  }

  100% {
    transform: scale(1.2) translate(-5px, -5px);
    /* Slight pan and zoom */
  }
}

.main_slider .carousel-control-prev {
  justify-content: left;
  left: 30px;
  filter: unset;
  opacity: 1;
}

.main_slider .carousel-control-next {
  justify-content: right;
  right: 30px;
  filter: unset;
  opacity: 1;
}

.full-width .sub_menu .menu-header .sub_menu_main_item {
  width: 20%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dddddd;
  color: #333333;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0px;
}

.sub_menu .sub_menu_main_item a {
  text-decoration: none;
}

.sub_menu_column .columns ul li i {
  font-size: 14px;
}

.sub_menu_column .columns ul li {
  font-size: 17px;
  padding: 5px 0;
  font-weight: 500;
}

.sub_menu .sub_menu_main_item a {
  padding: 0 !important;
}

.sub_menu .sub_menu_column h3 {
  color: #333333;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dddddd;
  padding: 0px 0px 10px 0px;
}

.sub_menu .sub_menu_column h3 a {
  text-decoration: none !important;
}

.sub_menu_column .columns ul li a {
  text-decoration: none;
  font-weight: 400;
}

.process_sub_menu .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  margin: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  min-width: 250px;
  z-index: 9999999;
}

.process_sub_menu .dropdown-menu li a {
  line-height: 25px;
  padding: 10px 20px !important;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s ease 0s;
}

.process_sub_menu .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.process_sub_menu .dropdown-menu li {
  margin: 0 !important;
  /* padding: 4px 0 !important; */
}

.hero_government_icon {
  position: absolute;
  right: 85px;
  text-align: right;
  z-index: 9999;
  bottom: 0px;
}

.hero_government_icon img {
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #F26B34;
  border-radius: 10px 10px 10px 10px;
  width: 49%;
}

.animation_top_btm img {
  animation: mover 1s infinite alternate;
}


@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-60px);
  }
}

.home_chairman_section {
  padding: 80px 0px 40px 0px;
  position: relative;
}

.home_chairman_section_overlay {
  background-image: url('../images/molecule.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.03;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.home_chairman_section .first_image {
  position: relative;
  display: inline-block;
}

.home_chairman_section .first_image img {
  border-radius: 10px;
}

.home_chairman_section .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
  padding: 15px;
  color: #fff;
}


.home_chairman_section .play-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FC500A;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.home_chairman_section .play-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #D54003;
  border-radius: 50%;
  transition: all 200ms;
  z-index: -1;
}

.home_chairman_section .play-icon .fa-play {
  font-size: 30px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.home_chairman_section .chairman_name {
  margin: -42px 10px 0px 10px;
  background-color: #DA4910;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  padding: 7px 0px;
}

.home_chairman_section .chairman_name h5 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
}

.home_chairman_section .chairman_name p {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0;
}

.home_chairman_section .container .col-md-4 {
  width: 29.211%;
  padding: 10px;
}

.home_chairman_section .container .col-md-6 {
  width: 70.789%;
}



.home_chairman_section .home_chairman_message p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
}

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  font-size: calc(1px * 100);
  display: inline-block;
  height: 79px;
  vertical-align: middle;
}

.home_chairman_section .home_chairman_message .e-q-footer {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.home_chairman_section .home_chairman_message .e-q-footer .blockquote__author {
  font-style: normal;
}

.home_chairman_section .home_chairman_message blockquote {
  text-align: center;
}

.home_chairman_section .slick-carousel .card {
  margin: 10px;
  background: #f05123;
  color: white;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.home_chairman_section .slick-carousel .card img {
  object-fit: cover;
  width: 100%;
}

.home_chairman_section .slick-carousel .card-text {
  padding: 15px;
}


.home_chairman_section .slick-slider {
  width: 100%;
  margin: 0 auto;
}

.home_chairman_section .card-slide {
  background-color: #f05323;
  border-radius: 12px;
  margin: 10px;
  text-align: center;
  color: white;
  transition: transform 0.3s ease;
  margin-top: 70px;
  padding: 15px 10px 57px 10px;
  border-radius: 10px;
  position: relative;
}

.home_chairman_section .card-slide img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  margin-top: -70px;
  border-radius: 10px !important;
  position: relative;
}



/* Slick dots customization */
.home_chairman_section .slick-dots li button:before {
  font-size: 12px;
  color: #d54003;
  opacity: 1;
}

.home_chairman_section .slick-dots li.slick-active button:before {
  color: #bed641;
  opacity: 1;
}

.home_chairman_section .carousel-title {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.5px;
}

.home_chairman_section .slick-dots li {
  margin: 0;
}


.home_chairman_section .img-wrapper {
  position: relative;
  border-radius: 10px;
}

.home_chairman_section .img-wrapper img {
  width: 100%;
  height: 129px;
  object-fit: cover;
  display: block;
}

/* .home_chairman_section .img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  z-index: 1;
  opacity: 0.8;
  border-radius: 10px;
} */

.home_chairman_section .caption {
  position: absolute;
  z-index: 2;
  /* So caption stays above the overlay */
  color: white;
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  padding: 0px 10px;
}

.home_chairman_section .caption a {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.5px;
}


.about-us-section {
  background: url('../images/image1822additive-masterbatches.webp') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  position: relative;
}

.about-us-section .about-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(40deg, #060D2A 0%, #D54003 100%);
  opacity: 0.88;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.about-us-section .btn-orange:hover {
  background-color: #e64a19;
}

.about-us-section .counter-box img {
  border-radius: 5;
  max-width: 70px;
}

.about-us-section .counter-box {
  border-radius: 20px !important;
}

.about-us-section .about_us_shape_top svg {
  display: block;
  width: calc(100%);
  position: relative;
  /* left: 50%; */
  transform: translateX(-50%);
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.about-us-section .container .row {
  padding: 10px;
}

.about-us-section .container .row .col-lg-6 {
  padding: 10px;
}

.about-us-section .about_first_img {
  width: 100%;
}

.about-us-section .about_left_img {
  width: 50%;
  padding: 10px;
}

.about-us-section .about_right_img {
  padding: 10px;
}

.about-us-section .about_first_img img {
  height: 350px;
  object-fit: cover;
  object-position: center center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D3D3D3;
  border-radius: 10px 10px 10px 10px;
}

.about-us-section .about_second_img {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 5px;
}

.about-us-section .about_second_img img {
  animation: rotation 8s infinite linear;
}

.about-us-section .about_third_img img {
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D3D3D3;
  border-radius: 10px 10px 10px 10px;
}

.about-us-section .about_third_img {
  margin: 0px 55px 0px -100px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.about-us-section .sub_heading {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.about-us-section .heading {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
}

.about-us-section .description {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}


.about-us-section .btn-orange {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F26B34;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F26B34;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
  border: none;
}

.about-us-section .box_column {
  padding: 0px 10px;
}

.about-us-section .counter-box {
  padding: 0px 0px 20px 0px !important;
}

.about-us-section .counter-box img {
  margin: -41px 0px 0px 0px;
  margin-bottom: 15px !important;
}

.about-us-section .counter-box h3 {
  font-family: "Roboto", Sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: 0.5px;
}

.about-us-section .counter-box p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.about-us-section .about_us_shape_bottom svg {
  display: block;
  width: calc(100%);
  position: relative;
  /* left: 50%; */
  transform: translateX(-50%);
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.about-us-section .about_us_shape_bottom {
  transform: rotate(180deg);
}

/* Our Applications */

.our_application_section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.our_application_section .our_application_heading .sub_heading {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.our_application_section .our_application_heading .heading {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px
}

.our_application_section .tab_section {
  max-width: 1540px;
  margin: 0 auto;
}

.our_application_section .tab_section .row {
  position: relative;
}


.our_application_section .tab_section .tab-content {
  color: white;
  height: 610px;
  position: relative;
}

.our_application_section .tab_section .tab-content::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
}

.our_application_section .tab_section .tab-pane>.content-tab {
  position: relative;
  z-index: 1;
  top: 35%;
  padding: 80px 80px 80px 80px;
  width: 50% !important;
}

.our_application_section .tab_section .nav-tabs .nav-link {
  backdrop-filter: blur(4px);
  background-color: rgb(242 107 52 / 80%) !important;
  border: 1px solid rgb(217 217 217 / 20%) !important;
  color: white;
  padding: 35px 10px;
  text-align: center;
  font-weight: 600;
  border-radius: 0px;
}

.our_application_section .tab_section .nav-tabs .nav-link.active {
  background-color: #001235 !important;
}

.our_application_section .tab_section .nav-tabs .nav-link.active:hover {
  background-color: #001235 !important;
}

.our_application_section .tab_section .nav-tabs .nav-link:hover {
  background-color: #e95420 !important;
}

.our_application_section .tab_section .tab-icon {
  font-size: 30px;
  margin-bottom: 25px;
}

.our_application_section .tab_section .nav-tabs .nav-link:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.our_application_section .tab_section .nav-tabs .nav-link img {
  transition: 0.3s;
}

.our_application_section .tab_section .tab-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 999999;
  position: relative;
}

.our_application_section .tab_section .left-content {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.our_application_section .tab_section .col-md-7 {
  width: 60%;
}

.our_application_section .tab_section .col-md-5 {
  width: 40%;
}

.our_application_section .tab_section .tab-box .tab-icon img {
  /* margin-bottom: 15px; */
  max-width: 80px;
}

.our_application_section .tab-box-grid {
  width: 100%;
  display: flex;
  justify-content: end;
}

.our_application_section .click_tab_box {
  position: absolute;
  width: 100%;
  max-width: 100%;
}

.our_application_section .tab_section .tab-pane {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.our_application_section .tab-content h6 {
  margin: 0 0 10px 0;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.our_application_section .tab-content p {
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.our_application_section .tab-box-grid a.nav-link {
  font-size: 18px !important;
}

.our_application_section #tab_agriculture {
  background-image: url('../images/Agriculture.webp');
}

.our_application_section #tab_automotive {
  background-image: url('../images/automotive.webp');
}

.our_application_section #tab_closure {
  background-image: url('../images/Fmcg.webp');
}

.our_application_section #tab_pharmaceutical {
  background-image: url('../images/tab_electronics_bg_img.webp');
}

.our_application_section #tab_construction_chemicals {
  background-image: url('../images/construction-chemicals.webp');
}

.our_application_section #tab_electronics {
  background-image: url('../images/Electronics-or-white-goods.webp');
}

.our_application_section #tab_packaging {
  background-image: url('../images/flexible-packaging.webp');
}

.our_application_section #tab_luggage {
  background-image: url('../images/Luggage.webp');
}

.our_application_section #tab_toys {
  background-image: url('../images/Toy.webp');
}

.our_application_section .tab-box-grid a.nav-link {
  width: 100%;
}

/* Best Selling Product */

.products_slider {
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: #060D2A;
  position: relative;
}

.products_slider .background_overlay {
  background-image: url(../images/product_map.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  opacity: 0.05;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.products_slider:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
}

.products_slider .right_side_content,
.products_slider .left_side_content {
  padding: 100px 20px 100px 20px;
  z-index: 9;
}

.products_slider .right_side_content p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

/* .products_slider:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 1000px;
  background-color: #060D2A;
  right: 0;
} */

.products_slider .slick-slide:nth-child(even) {
  margin: 60px 0px;
}

.products_slider .slick-prev {
  top: -20%;
  right: 10%;
  left: unset;
}

.products_slider a.btn-orange:hover {
  color: #FFFFFF;
  background-color: #B85043;
}

.products_slider .slick-prev:before {
  content: ' ';
  background: url(../images/white-angle-left.svg);
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  background-size: contain;
  background-color: #f26b34;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.products_slider .slick-next:before {
  content: ' ';
  background: url(../images/white-angle-right.svg);
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  background-size: contain;
  background-color: #f26b34;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}


.products_slider .slick-next {
  top: -20%;
  right: 6%;
  left: unset;
}

.products_slider .slick-prev:hover,
.products_slider .slick-next:hover {
  background: #ffffff00;
  border-radius: 100%;
}


.product-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFE4D9;
  transition: 0.3s;
  width: 20%;
  max-width: 100%;
}

.product-card img {
  width: 100%;
  height: 545px !important;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background: linear-gradient(to top, #ff805e, transparent);
  display: flex;
  justify-content: center;
}

.label-btn {
  background-color: #b6ec23;
  padding: 15px 15px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  width: calc(100% - 20px);
  text-align: center;
  text-decoration: none;
}

.product-card:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

/* our innovation sec */

.our_innovation .container {
  max-width: 1286px;
}

section.our_innovation {
  padding: 100px 10px 100px 10px;
}

.our_innovation .col-lg-12 {
  padding: 0px;
}

.our_innovation .carousel-caption {
  text-align: left;
  right: 2%;
  bottom: 1%;
  left: 0%;
  z-index: 1;
  padding: 50px 30px 30px 30px;
}

.our_innovation .carousel h6 {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 38px;
  letter-spacing: 0.5px;
}

.our_innovation .carousel p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.our_innovation .carousel-btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F26B34;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F26B34;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.our_innovation button.carousel-control-prev {
  background-color: #bed73e;
  padding: 15px;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  left: -2% !important;
  top: 50% !important;
  z-index: 1;
  opacity: 1;
}

.our_innovation button.carousel-control-next {
  background-color: #bed73e;
  padding: 15px;
  border-radius: 40px;
  width: 48px;
  height: 48px;
  right: -2% !important;
  top: 50% !important;
  z-index: 1;
  opacity: 1;
}

.our_innovation .carousel-inner .carousel-item:after {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, black, #00000000);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;

}

.our_innovation .carousel-indicators {
  display: none;
}


/* why choose sec */
.why_choose {
  overflow: hidden;
  background-color: #0a1128;
}

.why_choose h3.heading {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px;
}

.why_choose p.description {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.why_choose_us_content {
  color: #fff;
  padding: 60px 30px;
}

.why_choose_us_content h2 {
  font-weight: 700;
  font-size: 36px;
}

.why_choose_list {
  display: flex;
  align-items: start;
  margin-top: 25px;
}

.why_choose_list i {
  font-size: 28px;
  margin-right: 15px;
  color: #fff;
}

.why_choose_list p {
  margin: 0px;
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.why_choose_list h6 {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.why_choose_right_section .box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 314px;
  padding: 30px;
}

.why_choose_list ul {
  margin-top: 20px;
}

.why_choose_right_section .col-6 {
  padding: 0px;
}

.box.year {
  background-color: #cde23a;
}



.box.content {
  background-color: #0a1128;
  color: #fff;
  flex-direction: column;
}

.box.content a:hover {
  color: #fff;
}

.btn-orange {
  background-color: #e95420;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  margin-top: 20px;
}



/* our process */
.our_process {
  padding: 10px;
  margin: 50px 0px;
}

.our_process:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 529px;
  background-image: url(../images/molecule.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  opacity: 0.05;
  right: 0;
}

.our_process .process_section {
  z-index: 1;
  position: relative;
}

.our_process .process_section h2 {
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.our_process .process_section .subtitle {
  color: #e97e3b;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.our_process .process_card {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E7E7E7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 20px 20px;
  transition: 0.3s;
  border-radius: 10px 10px 10px 10px;
}

.our_process i.fa-regular.fa-circle-check {
  color: #000000 !important;
  margin-right: 0px !important;
}

.our_process .process_card:hover {
  background-color: #BED73E;
}

.our_process .process_card:hover .process_icon {
  border: 1px solid #000 !important;
}

.our_process .process_card:hover .process_number {
  border: 1px solid #000 !important;
}

.our_process .process_icon {
  background: #BED73E;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #fff !important;
  border-radius: 100px;
  transition: 0.3s;
}

.our_process .process_number {
  background: #BED73E;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-left: 10px;
  transition: 0.3s;
}

.our_process .process_card h5 {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000000;
  text-align: left;
}

.our_process .process_card p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}

.our_process .process_card a {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  fill: #000000;
  color: #000000;
  text-decoration: none;
}


/* testimonial form sec */
.testimonial_form_section {
  padding: 60px 20px;
  color: #fff;
  background: linear-gradient(#f26b34eb, #f26b34ed), url(../images/product_map.webp) center center no-repeat;
  background-size: cover;
}


.testimonial_form_section .sub_heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.testimonial_form_section .heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
}


.testimonial_form_section .contact-form {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  color: #000;
}

.testimonial_form_section .btn-send {
  background-color: #F26B34;
  color: #fff;
  border: none;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
}

.testimonial_form_section .btn-send:hover {
  background-color: #e2591f;
}

.testimonial_form_section .btn-send:hover {
  color: #000 !important;
}

.testimonial_form_section .testimonial_carousel {
  text-align: center;
}

.testimonial_form_section .testimonial_box {
  background-color: white;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  max-width: 800px;
  margin: auto;
}

.testimonial_box p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.testimonial_form_section .testimonial_box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}

.testimonial_form_section .testimonial_person {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.testimonial_person .person_name {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.testimonial_person .person_role {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0px;
}

.testimonial_form_section .person_icon {
  background-color: #ffffff;
  color: #F26B34;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_form_section .carousel-controls {
  margin-top: 10px;
}

.testimonial_form_section .arrow-btn {
  background-color: #BED73E;
  color: black;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: none;
}

.testimonial_form_section .contact-form h3 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.testimonial_form_section .contact-form p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.testimonial_form_section .contact-form input.form-control {
  background-color: #ffffff;
  border-color: #7A7A7A42;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7A7A7A;
  padding: 15px;
}

.testimonial_form_section .contact-form input::placeholder {
  color: #7A7A7A;
}


/* blog section */
.blog_section {
  padding: 60px 20px;
  color: #fff;
  background: linear-gradient(#bfbdbc00, #ffffffd4), url(../images/contact-footer.webp) bottom center no-repeat;
  background-size: cover;
}

.blog_section {
  background-size: 100% auto;
  z-index: 1;
  position: relative;
}

.blog_section .blog_card {
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.blog_section .blog_card:hover {
  transform: translateY(-5px);
}

.blog_section .blog_card img {
  width: 100%;
  border-bottom: 3px solid #f8f9fa;
  border-radius: 25px;
}

.blog_section .blog_date {
  background-color: #F26B34;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.blog_section .blog_card .btn {
  background-color: #F26B34;
  border: none;
  border-radius: 25px;
  padding: 8px 20px;
  color: white;
}

.blog_section .post_text {
  padding: 10px 30px 20px 30px;
  margin-bottom: 0;
  margin-top: -28px;
}

.blog_section .post_text h6 {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
}

.blog_section .post_text p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.blog_section .post_text a.btn {
  background-color: #F26B34;
  border-radius: 98px;
  padding: 10px 20px;
  text-decoration: none;
}

.blog_section .post_text a {
  text-decoration: none;
}

/* cta section */
.cta_section {
  padding: 60px 20px;
  color: #fff;
  background: linear-gradient(#f26b34db, #f26b34cc), url(../images/cta_footer.webp) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.cta_section .heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 0px 0px !important;
}

.cta_section .sub_heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.cta_section a.cta_description {
  text-align: center !important;
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  width: 50%;
  margin: 20px auto;
}

.cta_section .post_btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #AA4922;
  border-style: none;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  width: 50%;
  margin: 0 auto !important;
}

.cta_section .cta_btn {
  display: flex;
  width: 32%;
  gap: 10px;
  justify-content: center;
  max-width: 100%;
  margin: 10px auto !important;
}

.bottom_header .dropdown-toggle::after {
  display: none;
}

.header_top {
  padding: 5px 0px 4px 0px;
}

.diffrent_header .header_top {
  padding: 0px;
}

.diffrent_header section.bottom_header {
  margin-top: 5px;
}

/* footer sec */
.footer {
  background-color: #111;
  color: #fff;
  padding: 35px 0px 0px 0px;
  font-size: 15px;
}

.footer h6 {
  margin-bottom: 15px;
  background-color: #333;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 0px;
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.5px;
}

.footer p {
  color: #DADADA;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.footer a {
  color: #DADADA;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}

/* .footer_sec .our_location a:after {
    content: "";
    height: 49%;
    border: 1px solid #DADADA5E;
    right: calc(-14px / 2);
    position: relative;
    display: inline-block;
} */

.footer i {
  margin-right: 5px;
}

.footer .social-icons a {
  margin-right: 10px;
  color: white;
  font-size: 18px;
}

.footer .our_location {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.footer-bottom {
  /* border-top: 1px solid #333; */
  padding-top: 15px;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
  background-color: #000000;
}

.footer-bottom p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.footer_sec .contect_info p {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.footer_sec .company_profile {
  width: 32.054% !important;
}

.footer_sec .quick_link {
  width: 19.798% !important;
}

.footer_sec .product_links {
  width: 23.109% !important;
}

.footer_sec .contect_info {
  width: 25% !important;
}

.footer_sec li {
  margin-bottom: 10px;
}

.footer_sec .foote_wp_icon {
  background-color: #25D366;
  width: auto;
  display: inline-block;
  position: fixed;
  left: 1%;
  bottom: 6%;
  text-align: center;
  padding: 15px 17px;
  border-radius: 100px;
  z-index: 9999999;
}

.footer_sec a.to-top {
  background-color: #25D366;
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: 6%;
  text-align: center;
  padding: 15px 15px 15px 19px;
  border-radius: 100px;
  z-index: 9999999;
  right: 1%;
  cursor: pointer;
  color: #fff;
}

.footer_sec i.fa-solid.fa-angles-up {
  color: #fff;
}

.footer_sec {
  position: relative;
}

.footer_sec i.fa-brands.fa-whatsapp {
  margin: 0 auto;
  font-size: 25px;
  color: #fff;
}

.footer_sec .contact-btn {
  background-color: white;
  color: black;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 500;
}

.footer_sec .whatsapp-btn {
  /* background-color: #25D366;
  color: white;
  padding: 8px 12px;
  border-radius: 8px; */
}

.footer_sec .contact-btn i,
.footer_sec .whatsapp-btn i {
  margin-right: 8px;
}

.footer_sec .contact-bar {
  background-color: #c2e23d;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 999999999999999999999999;
  width: 100%;
}

.footer_sec .contact-bar {
  visibility: hidden;
}

.footer_sec a:hover {
  color: #f26b34 !important;
  text-decoration: underline !important;
}

/* .footer_sec p:hover {
  color: #f26b34;
} */

/* about us page **********************************************************************************************************************************************************************************************  */
.about_us_page_section .chairman_name {
  margin: -42px 10px 0px 10px;
  background-color: #DA4910;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  padding: 7px 0px;
}

.about_us_page_section .chairman_name h5 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
}

.about_us_page_section .chairman_name p {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0;
}

.about_us_page_section .btn-orange {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F26B34;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F26B34;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
  border: none;
}

.about_us_page_section .owner_img img {
  width: 100%;
  /* height: 650px; */
  object-fit: contain;
  object-position: center center;
}

.about_us_page_section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 529px;
  background-image: url(../images/molecule.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  opacity: 0.05;
  right: 0;
}

.about_us_page_section {
  margin: 50px 0px;
}

/* goal section */
.about_us_goal_sec {
  margin: 175px 0px -101px 0px;
  background-color: #F8F8F8;
}

.about_us_goal_sec .goal_box {
  text-align: center;
  padding-top: 10px;
  transition: 0.3s;
}

.about_us_goal_sec .row {
  transform: translateY(-145px);
}

.about_us_goal_sec .goal_box img {
  max-width: 22%;
  margin-bottom: 20px;
}

.about_us_goal_sec .goal_box h5 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.about_us_goal_sec .goal_box p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.goal_box:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}

.about_us_goal_sec .col-lg-4 {
  margin-bottom: -100px;
}

/* Management section */

.our_management_sec {}

.profile_section {
  border-radius: 40px;
  margin: 150px 0px 50px 0px;
  padding: 10px;
}

.profile_box {
  background-color: #f9f9f9;
  border-radius: 120px 50px 50px 120px;
  margin-top: 40px;
}

.profile_box:nth-child(3) {
  border-radius: 50px 120px 120px 50px;
}

.profile_box:nth-child(3) .profile_image {
  height: 600px;
  object-position: center;
}

.profile_image {
  width: 100%;
  border-radius: 20%;
  border: 2px solid #f26822;
  height: 400px;
  object-fit: cover;
  object-position: top left;
}

.profile_image_box {
  padding: 0px;
}

.profile_name {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.5px;
}

.profile_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0px;
  padding-bottom: 10px;
}

.profile_description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.social_icons {
  margin-top: 20px;
}

.social_icons span {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-right: 20px;
}

.social_icon {
  margin-right: 10px;
  color: white;
  background-color: #f26822;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  transition: background-color 0.3s;
  padding: 10px;
}

.social_icon:hover {
  background-color: #d45410;
}

.statement_box {
  background-color: #F26B34;
  padding: 10px;
}

.statement_box h6 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 34px;
  letter-spacing: 0.5px;
}

.statement_box p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}


/* Our Team Details */


.team_section {
  margin: 50px 0px;
  background: #ffffff;
  text-align: center;
}


.team_section .description {
  margin-bottom: 30px;
}

.section_title {
  color: #f26822;
  font-weight: 600;
  font-size: 18px;
}

.section_heading {
  font-size: 32px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 20px;
}

.team_card {
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}

.team_card img {
  transition: 0.3s;
}

.team_card:hover img {
  transform: scale(1.08);
  transition: 0.3s;
}

.team_image {
  width: 100%;
  height: 393px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px 20px 0px 0px;
}

.team_content {
  padding: 20px;
  background-image: url(../images/team_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #f26822;
  border-radius: 0px 0px 20px 20px;
  height: 46%;
}

/* 
.team_icon {
  margin-bottom: 10px;
  margin: -60px 0px 10px 0px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #FFFFFF;
  border-radius: 1000px 1000px 1000px 1000px;
  width: 27%;
  z-index: 999;
  position: relative;
} */

.team_icon img {
  margin-bottom: 10px;
  margin: -60px 0px 10px 0px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #FFFFFF;
  border-radius: 1000px 1000px 1000px 1000px;
  width: 27%;
  z-index: 999;
  position: relative;
}

.team_title {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

.team_title::after {
  content: "";
  border-bottom: 3px solid #f26822;
  display: block;
  width: 32%;
  padding-bottom: 2px;
}

.team_text {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

/* .team_section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 529px;
  background-image: url(../images/colorants_about_bg.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  opacity: 0.05;
  right: 0;
} */


/* Our Process For Perfect Product */
.work_process {
  background-color: #f7f7f7;
  padding: 60px 20px;
  text-align: center;
}

.work_process .section_label {
  color: #f26822;
  font-weight: 600;
  font-size: 16px;
}

.work_process .section_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.work_process .process_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 75px;
}

.work_process .process_step {
  background-color: white;
  border-radius: 50%;
  width: 301px;
  height: 301px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* .work_process .process_icon {
  width: 60px;
  height: 60px;
  background-color: #c8dc2a;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.work_process .process_icon img {
  margin: -85px 0px 0px 0px;
  border-style: solid;
  border-width: 7px 7px 7px 7px;
  border-color: #FFFFFF;
  border-radius: 100px 100px 100px 100px;
  max-width: 44%;
}

.work_process .process_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 10px;
}

.work_process .process_text {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.work_process .arrow {
  position: absolute;
  top: 196px;
  right: -72px;
  width: 143px;
}

.work_process .arrow_odd {
  position: absolute;
  top: -39px;
  right: -69px;
  width: 143px;
}

.work_process .arrow img {
  width: 100%;
}

.work_process .arrow_odd img {
  width: 100%;
  transform: scaleY(-1);
}



/* Our Plants & Office */

.plant_office_section .container-fluid {
  padding: 0px;
}

.plant_office_section {
  padding: 0;
}

.plant_office_img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: bottom center;
}

.plant_office_content {
  background-color: #c7d943;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  min-height: 304px;
  max-width: 1140px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #FFFFFF;
  width: 91%;
  margin-left: -100px;
}

.plant_office_heading {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.plant_office_text {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0px;
}

@media (max-width: 767px) {
  .plant_office_content {
    text-align: center;
    padding: 30px 20px;
  }
}


/* about_page_cta */

.about_page_cta .contact_banner {
  border-radius: 0px;
  padding: 25px 10px;
  position: relative;
  color: white;
  background-image: url(../images/cta-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 10px;
}

.about_page_cta .contact_banner_icon {
  text-align: center;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.about_page_cta .contact_banner h5 {
  margin: 0;
  text-align: center !important;
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  /* text-transform: capitalize; */
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.about_page_cta .contact_banner p {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
}

.about_page_cta .contact_banner .contact_btn {
  background-color: #f26522;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 9%;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.about_page_cta .cta_box {
  margin-top: -84px;
}

/* location page *********************************************************************************************************************************************************************** */
.main_header {
  padding: 0px;
}

.diffrent_header {
  padding: 10px 10px;
}

.diffrent_header nav.navbar.navbar-expand-lg {
  padding: 0px;
}

.diffrent_header .bottom_header .navbar .container {
  background-color: #FFFFFF;
  box-shadow: none;
  margin-top: -5px;
  margin-bottom: 0px;
  padding: 0px;
}

.diffrent_header .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

/* 
.diffrent_header {
  position: unset;
} */

.diffrent_header .award_icon img {
  width: 74%;
}

.diffrent_header .bottom_header .award_icon {
  text-align: right;
}

.diffrent_header .heder_logo_main {
  border-right: 1px solid #dfdfdf !important;
}

.page_title {
  color: #fff;
  background: linear-gradient(#0000008c, #00000082), url(../images/page-title.webp) center center no-repeat;
  background-size: cover !important;
  padding: 90px 10px;
}

.about_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/about-us-header.webp) center center no-repeat;
}

.white_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/features-masterbatches.webp) center center no-repeat;
}

.black_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/standard-black-masterbatch-grades.webp) center center no-repeat;
}

.biodegradable_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/feature-biodegradable-masterbatches.webp) center center no-repeat;
}

.compostable_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/compostable-masterbatch-header.webp) center center no-repeat;
}

.metallic_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/metallic-masterbatch1.webp) center center no-repeat;
}

.conductive_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/conductive.webp) center center no-repeat;
}

.special_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/feature-special-effect-masterbatch.webp) center center no-repeat;
}

.glitter_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/featured-glitter-masterbatch.webp) center center no-repeat;
}

.pearlescent_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/pearlescent-masterbatch.webp) center center no-repeat;
}

.fluorescent_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/fluorescent-masterbatch_header.webp) center center no-repeat;
}

.marble_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/marble-masterbatch2.webp) center center no-repeat;
}

.transparent_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/transparent-masterbatch1.webp) center center no-repeat;
}

.colour_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/feature_color_mb.webp) center center no-repeat;
}

.colour_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/feature_color_mb.webp) center center no-repeat;
}

.uv_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/uv-masterbatches.webp) center center no-repeat;
}

.additive_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/uv-masterbatches.webp) center center no-repeat;
}

.anti_abrasion_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-abrasion-masterbatch.webp) center center no-repeat;
}

.anti_algae_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-algae-masterbatch.webp) center center no-repeat;
}

.anti_block_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-block-masterbatch1.webp) center center no-repeat;
}

.anti_rodent_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-rodent-masterbatchh1.webp) center center no-repeat;
}

.anti_scratch_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-scratch-masterbatch.webp) center center no-repeat;
}

.anti_warpage_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-warpage-masterbatches.webp) center center no-repeat;
}

.anti_antibacterial_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/feature-antibacterial-masterbatch.webp) center center no-repeat;
  background-position: top;
}
.anti_fog_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/anti-fog-masterbatch_header.webp) center center no-repeat;
}

.antistatic_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/features-of-antistatic-masterbatches.webp) center center no-repeat;
  background-position: top;
}

.chain_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/chain-extender-iv-enhancer-masterbatch.webp) center center no-repeat;
}

.cooling_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/flow-enhancer-masterbatch.webp) center center no-repeat;
}

.desiccant_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/desiccant-masterbatch.webp) center center no-repeat;
}

.flame_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Flame-Retardant-Masterbatches.webp) center center no-repeat;
}

.flow_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/flow-enhancer-masterbatch2.webp) center center no-repeat;
}

.foaming_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/foaming-agent-masterbatch.webp) center center no-repeat;
}

.impact_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/impact-modifier-masterbatches.webp) center center no-repeat;
}

.light-diffuser_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Light-Diffuser-Compound.webp) center center no-repeat;
}

.liquid_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/features-liquid-Masterbatch.webp) center center no-repeat;
}

.long_glass_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/long-glass-filled-compoundd.webp) center center no-repeat;
}

.laser_marking_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/laser-marking-masterbatch-header.webp) center center no-repeat;
}

.night_glow_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/night-glow-masterbatch-header.webp) center center no-repeat;
}

.nucleating_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/features-nucleating-masterbatches.webp) center center no-repeat;
}

.optical_brightener_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/features-optical-brightener-masterbatch.webp) center center no-repeat;
}

.plastic_processing_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/processing-aid-masterbatch.webp) center center no-repeat;
}

.purging_compounds_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/purging-compounds.webp) center center no-repeat;
}

.short_glass_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/short-glass-filled-compound.webp) center center no-repeat;
}

.slip_additive_masterbatch_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Slip-Additive-Masterbatches.jpg) center center no-repeat;
}

.aggriculture_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Agriculture.webp) center center no-repeat;
  background-position: center !important;
}

.automotive_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/automotive.webp) center center no-repeat;
  background-position: center !important;
}

.electronics_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Electronics-or-white-goods.webp) center center no-repeat;
  background-position: center !important;
}

.flexible_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/flexible-packaging.webp) center center no-repeat;
  background-position: center !important;
}
.luggage_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Luggage.webp) center center no-repeat;
  background-position: center !important;
}
.toys_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/toys.webp) center center no-repeat;
  background-position: center !important;
}
.fmcg_app_header {
  background: linear-gradient(#0000008c, #00000082), url(../images/Fmcg.webp) center center no-repeat;
  background-position: center !important;
}






.page_title .page_title_head {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-bottom: 20px;
}

.page_title p {
  text-align: center;
  color: #FFFFFF;
  margin: 0px;
}

.page_title p a {
  color: #FFFFFF;
  text-decoration: none;
  pointer-events: cursor;
}

.location_section {
  padding: 50px 10px;
}

.location_section .sub_heading {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.location_section .heading {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
}

.location_section .description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.location_section .contact-form {
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(#f26b34e8, #f26b34), url(../images/product_map.webp) center center no-repeat;
  background-size: cover;
}

.location_section .contact-form h3 {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.location_section .contact-form p {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.location_section .contact-form input.form-control {
  background-color: #ffffff;
  border-color: #7A7A7A42;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7A7A7A;
  padding: 15px;
}

.location_section .contact-form input::placeholder {
  color: #7A7A7A;
}

.location_section .contact-form button {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px !important;
  border-color: #000;
}

/* supplier section  */

.supplier_section {
  background-color: #E6E6E6;
  padding: 50px 10px;
}

.supplier_section .description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.supplier_section p:last-child {
  margin: 0px;
}

/* our range section */
.our_range_section {
  margin: 50px 0px;
}

.our_range_section .tab_section {
  background-color: #f15a29;
  color: white;
  padding: 30px 20px;
}

.our_range_section .nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", Sans-serif;
  font-size: 19px;
  letter-spacing: 0.5px;
}

.our_range_section .nav-tabs .nav-link.active {
  border-radius: 0px;
  background-color: #F26B34;
  color: #fff !important;
}

.our_range_section .tab-pane {
  margin-top: 20px;
}

.our_range_section .icon_box {
  font-size: 30px;
  margin-bottom: 10px;
}

.our_range_section li.nav-item {
  background-color: #ebebeb;
  text-align: center;
}

.our_range_section button {
  padding: 20px 25px;
}

.our_range_section .tab-content {
  background-color: #f15a29;
}

.our_range_section .tab-content p {
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
}

.our_range_section .tab-content ul li {
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
}

.our_range_section .tab_section .tab-pane ul {
  padding-left: 5px !important;
}

.our_range_section .tab_section .tab-pane li {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  border: 1px solid #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  background: #fff;
  color: #000;
}

/* location CTA section */
.location_cta_section {
  padding: 40px 10px 45px 10px;
  color: #fff;
  background-color: #BED73E;
}

.location_cta_section .heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 0px 0px !important;
}

.location_cta_section .sub_heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.location_cta_section a {
  text-align: center !important;
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  width: 50%;
  margin: 20px auto;
}

.location_cta_section .location_cta_btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F26B34;
  border-style: none;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 25px 10px 25px;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  /* width: 42%; */
  margin: 0px;
}

.location_cta_section .location_cta_btn:hover {
  background-color: #B85043;
}

.location_cta_section .cta_btn {
  display: flex;
  width: 25%;
  gap: 10px;
  justify-content: center;
  max-width: 100%;
  margin: 0px auto !important;
}

.location_cta_section h3.location_cta_head {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: center;
}

.location_cta_section p.location_cta_description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
  display: block;
  width: 50%;
  margin: 0px auto;
  margin-bottom: 20px;
}


/* location applications section  */

.location_applications_section {
  background-color: #E6E6E6;
  padding: 50px 10px;
}

.location_applications_section .description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.location_applications_section .info_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.location_applications_section .applications_box {
  margin-bottom: 20px;
}

.location_applications_section .applications_box:last-child {
  margin-bottom: 0px;
}

.location_applications_section .info_card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #050505;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-align: center;
}

.location_applications_section .info_card p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

/* location why choose sec */
.location_why_choose_section {
  margin: 50px 0px;
}

.location_why_choose_section p.description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.location_why_choose_section .location_chhoose_us_box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  box-shadow: 0px 7px 29px 7px rgba(99.99999999999999, 99.99999999999999, 111, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 20px 20px;
  border-radius: 10px 10px 10px 10px;
}

.location_why_choose_section img {
  border-radius: 8px;
}

.location_chhoose_us_box h5 {
  color: #050505;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
}

.location_chhoose_us_box p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

/* faq  section */
.faq_section {
  margin: 50px 0px;
}

.faq_section .accordion-button:not(.collapsed) {
  background-color: #F26B34;
  color: white;
}

.faq_section .accordion-button {
  box-shadow: none;
}

.faq_section .accordion-button:not(.collapsed)::after {
  background-image: url('../images/angle-up.svg');
  position: relative;
}

.faq_section .accordion-button::after {
  background-image: url('../images/angle-top.svg');
  position: relative;
}

.faq_section .accordion-button {
  color: #000000;
  background-color: #FFFFFF;
  border: 0px solid !important;
  border-radius: 10px 10px 0px 0px !important;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.faq_section .accordion-button.collapsed {
  font-weight: 600;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD !important;
  border-radius: 10px 10px 10px 10px !important;
}

.faq_section .accordion-body {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding: 0px 20px 20px 20px;
  background-color: #F26B34;
  border-style: none;
  border-radius: 0px 0px 10px 10px;
}

.faq_section .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.faq_section .accordion-item:last-child {
  margin-bottom: 0px;
}

.translate-container {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  max-width: 300px;
  margin: auto;
}

/* Optional: Hide Google logo */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0 !important;
}

#google_translate_element select {
  border-radius: 14px !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
  width: 143px;
  border: 1px solid lightgray !important;
}

/* modal popup */
.form_popup .contact-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  color: #000;
}

.form_popup .contact-form h3 {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-align: center;
}

.form_popup .contact-form p {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.form_popup .contact-form input.form-control {
  background-color: #ffffff;
  border-color: #7A7A7A42;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7A7A7A;
  padding: 15px;
}

.modal-content {
  background-color: #ffffff00;
  border: 0px;
}

.form_popup .contact-form input::placeholder {
  color: #7A7A7A;
}

.form_popup .contact-form button {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px !important;
  border-color: #000;
}

.form_popup .contact-form {
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(#f26b34e8, #f26b34), url(../images/product_map.webp) center center no-repeat;
  background-size: cover;
}

.form_popup .modal-body {
  padding: 0px;
}

.form_popup button.btn-close {
  top: 8px;
  position: absolute;
  z-index: 999;
  right: 8px;
  background-image: url(../images/close-btn.svg);
  background-size: 25px;
}

.form_popup .modal-header {
  background-color: transparent;
  border: 0px;
}

.form_popup .modal-dialog {
  top: 11%;
}

.form_popup {
  z-index: 9999999999999;
}

/* .color_title h3 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 20px;
} */

/* shadecard page ********************************************************************************************************************************************************************* */
.eshadecard_table {
  margin: 50px 0px;
}

.eshadecard_table th:first-child {
  text-align: left;
}

.eshadecard_table th {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
  background-color: #F26B34;
  text-align: center;
  vertical-align: middle;
}

.eshadecard_table th {
  text-align: center;
  vertical-align: middle;
}

.eshadecard_table td {
  text-align: center;
  vertical-align: middle;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.5px;
  background: transparent;
}

.eshadecard_table td:first-child {
  text-align: left;
}

.eshadecard_table tr:nth-child(even) {
  background-color: #FFEDE6 !important;
}

.eshadecard_table .moov_magenta_row td:first-child {
  background-color: #742645 !important;
  color: #fff;
}

.eshadecard_table .color_table {
  border-color: #f26b34;
  margin-bottom: 0px;
}

.eshadecard_table .hm_magenta_row td:first-child {
  background-color: #a50127;
  color: white;
}

.eshadecard_table .note_head {
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 5px 0px 30px 0px;
}

.eshadecard_table .quick_inquiry_btn {
  background-color: #f26531;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
}

.eshadecard_table .quick_inquiry_btn:hover {
  background-color: #e0521d;
}

/* eshadecard grid box */
.eshadecard_grid_box {
  padding: 10px;
}

.eshadecard_grid_box .icon_circle {
  position: absolute;
  top: -30px;
  left: 30px;
  background: #f26531;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.eshadecard_grid_box .eshadecard_card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  margin-top: 60px;
  max-width: 49.5% !important;
}

.eshadecard_grid_box .row {
  justify-content: space-between;
}


.eshadecard_grid_box h5 {
  margin-top: 20px;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.eshadecard_grid_box p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.eshadecard_grid_box i {
  margin-right: 5px;
}

.eshadecard_grid_box li {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #000000;
}


/* eshadecard cta */
.eshadecard_cta .contact_banner {
  border-radius: 10px;
  padding: 25px 10px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/cta-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.eshadecard_cta .contact_banner_icon {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.eshadecard_cta .contact_banner h5 {
  margin: 0;
  text-align: center !important;
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  /* text-transform: capitalize; */
  line-height: 40px;
  letter-spacing: 0.5px;
}

.eshadecard_cta {
  margin-top: 65px;
  margin-bottom: 65px;
}

.eshadecard_cta .contact_banner .contact_btn {
  background-color: #f26522;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 500;
}

/* Explore our Colour Shadecard */

.eshadecard_explore_color {
  background-color: #0F1531;
  padding: 50px 10px;
}

.eshadecard_explore_color .heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 45px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

.eshadecard_explore_color .description {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.eshadecard_explore_color p:last-child {
  margin: 0px;
}



/* blog pag *********************************************************************************************************************************************************************** */
.pagination .active>.page-link,
.page-link.active {
  color: #ffffff !important;
  background-color: #f26522;
  border-radius: 10px !important;
}

.blog_page .pagination a.page-link,
.product_page .pagination a.page-link {
  color: #f26522;
}

.blog_page .category-label,
.product_page .category-label {
  font-weight: 500;
  margin-right: 10px;
}

.blog_page .tag-btn,
.product_page .tag-btn {
  background-color: #f26522;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  margin-right: 10px;
}

.blog_page .search-input,
.product_page .search-input {
  border-color: #f26522;
  border-radius: 10px !important;
}

.blog_page .search-input:focus,
.product_page .search-input:focus {
  box-shadow: none;
  border-color: #f26522;
}

.blog_page .container,
.product_page .container {
  margin-bottom: 40px;
}

.blog_page,
.product_page {
  margin: 50px 0px;
}

.blog_page .card,
.product_page .card {
  border-radius: 10px !important;
  border: 1px solid #DADADA;
  transition: 0.3s;
  overflow: hidden !important;
}

.blog_page .card img,
.product_page .card img {
  border-radius: 10px;
  height: 221px;
  width: 100%;
  overflow: hidden !important;
  transition: 0.3s;
  object-fit: cover;
}

.blog_page .date-label,
.product_page .date-label {
  position: absolute;
  z-index: 99999;
  width: 56%;
  background-color: #f26b34;
  padding: 5px 10px !important;
  margin-bottom: 0 !important;
  border-top: 0px solid #eaeaea !important;
  text-align: center;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #fff;
  border-radius: 10px 0px 0px 0px;
  font-size: 12px !important;
  line-height: 12px;
}

.blog_page h5.post_title,
.product_page h5.post_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-bottom: 12px;
  height: 85px;
  overflow: hidden;
}

.blog_page p.post_excerpt,
.product_page p.post_excerpt {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;

  height: 53px;
  overflow: hidden;
}

.blog_page .read_more,
.product_page .read_more {
  color: #f26b34;
  text-decoration: none;
  margin-bottom: 20px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.blog_page .post_excerpt,
.product_page .post_excerpt {
  color: #444;
}

.blog_page .card:hover img,
.product_page .card:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  border-radius: 20px;
}

.blog_page .card-body,
.product_page .card-body {
  width: 92% !important;
  margin: 0 auto;
  background-color: #fff;
  padding: 57px 30px;
  height: 300px;
  position: relative;
  top: -6%;
  margin: 0 auto;
  display: block;
}

.blog_page ul.pagination,
.product_page ul.pagination {
  justify-content: center;
  margin: 0px;
}

.blog_page .read_more:hover,
.product_page .read_more:hover {
  text-decoration: none;
}

.blog_page a.page-link,
.product_page a.page-link {
  border: none;
  color: #cd2653;
}

.blog_page .featured_img,
.product_page .featured_img {
  overflow: hidden !important;
  border-radius: 10px;
}

/* single blog page ************************************************************************************************************************************************************* */
.table_contents a {
  color: #F26B34;
}

i.fa-solid.fa-calendar {
  margin-right: 10px;
}

.page_title li {
  text-align: center;
  font-weight: 600;
}

.single_blog_left_part .accordion-item ul {
  padding-left: 1rem !important;
}

.single_blog_left_part .featured_image img {
  height: 400px;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}

.single_blog_left_part span.feature_title {
  font-weight: 700 !important;
}

.single_blog_left_part .featured_image {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px !important;
}

.single_blog_left_part .featured_image:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  border-radius: 10px;
  border-radius: 10px !important;
}

.single_blog_left_part .accordion-button {
  padding: 15px;
  background-color: #f26b34 !important;
  color: #fff !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.single_blog_left_part .accordion {
  margin-bottom: 20px;
}

.single_blog_left_part .accordion-item a {
  color: #000000;
}

.single_blog_left_part .accordion-button:not(.collapsed)::after {
  background-image: url('../images/angle-up.svg');
  position: relative;
}

.single_blog_left_part .accordion-button::after {
  background-image: url('../images/angle-top.svg');
  position: relative;
}

.single_blog_left_part li::marker {
  color: #f26b34;
}

.single_blog_left_part a:hover {
  text-decoration: underline !important;
}

.single_blog_detail blockquote {
  background: #eff2f5;
  padding: 0px 70px 0px 65px;
}

.single_blog_detail blockquote p {
  text-transform: uppercase;
  display: inline-block;
}

.single_blog_detail blockquote::before {
  height: 84px !important;
  font-size: 80px !important;
  margin-right: 10px !important;
}

.single_blog_left_part .single_blog_detail h2 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.single_blog_left_part .single_blog_detail p {
  color: #000000 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.single_blog_detail p img {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;

}

.single_blog_left_part .list_sec p {
  margin-bottom: 5px;
}

.single_blog_left_part .list_sec p:last-child {
  margin-bottom: 30px;
}

.single_blog_left_part .single_blog_detail h3 {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.single_blog_detail img {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.single_blog_detail .feature_title {
  color: #000000 !important;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.single_blog_post {
  margin: 50px 0px;
}

.single_blog_left_part .single_blog_detail {
  margin-bottom: 20px;
}

.single_blog_left_part .accordion-item {
  border: 1px solid #9da5ae;
}

.single_blog_left_part ul {
  padding: 0px;
}

.single_blog_detail li {
  padding: 0em 0px 0px 30px;
  text-indent: 0em;
  list-style: none;
  background-repeat: no-repeat;
  background-image: url(../images/right-aroow.webp);
  background-size: 20px;
  background-position-y: 5px;

  color: #000000 !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

/* right_sidebar */

.right_sidebar .sidebar_contact_form {
  box-shadow: 0px 7px 23px 0px rgba(99.99999999999999, 99.99999999999999, 111, 0.2);
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.right_sidebar h3 {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.right_sidebar hr {
  width: 55%;
  border-color: #F26B34;
  opacity: 1;
  margin: 0px 0px 20px 0px;
}

.right_sidebar .btn-send {
  background-color: #F26B34;
  color: #ffffff;
  border-radius: 10px;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
}

.right_sidebar input.form-control {
  background-color: #ffffff;
  border-color: #CACACA;
  border-radius: 5px 5px 5px 5px;
  min-height: 47px;
  font-size: 15px;
}

.right_sidebar .blog_widget,
.right_sidebar .categories_widget {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

.right_sidebar .blog_title,
.right_sidebar .categories_title {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.right_sidebar h5 {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.right_sidebar h5::after {
  content: "";
  display: block;
  width: 154px;
  height: 1px;
  background: #ff5e00;
  margin-top: 13px;
  margin-bottom: 20px;
}


.right_sidebar .sidebar_contact_form h5::after {
  width: 188px;
}

.right_sidebar .blog_title h5::after {
  width: 140px;
}

.right_sidebar .categories_widget h5::after {
  width: 104px;
}

.right_sidebar .categories_title::after {
  content: "";
  display: block;
  width: 154px;
  height: 1px;
  background: #ff5e00;
  margin-top: 13px;
  margin-bottom: 20px;
}

.right_sidebar .categories_list a {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.right_sidebar .categories_list:last-child {
  margin: 0px;
}

.right_sidebar .blog_item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.right_sidebar .blog_item:last-child {
  margin-bottom: 0px !important;
}

.right_sidebar .blog_item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.right_sidebar .blog_item h6 {
  margin: 0;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.right_sidebar .blog_item small {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.border_line {
  border-right: 1px solid #DEDEDE;
  padding-right: 20px;
}

.border_line_sidebar {
  padding-left: 20px;
  height: 100%;
  position: sticky;
  top: 10px;
}



/* news events page ********************************************************************************************************************************************************* */
.news_event_page .category-label {
  font-weight: 500;
  margin-right: 10px;
}

.news_event_page .tag-btn {
  background-color: #f26522;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
}

.news_event_page .search-input {
  border-color: #f26522;
  border-radius: 10px !important;
}

.news_event_page .search-input:focus {
  box-shadow: none;
  border-color: #f26522;
}

.news_event_page {
  margin: 50px 0px 20px 0px;
}

.news_event_page .card {
  border-radius: 10px !important;
  border: 1px solid #dadada00;
  transition: 0.3s;
  overflow: hidden !important;
}

.news_event_page .card img {
  border-radius: 10px;
  height: 247px;
  width: 100%;
  overflow: hidden !important;
  transition: 0.3s;
  object-fit: cover;
}

.news_event_page .date-label {
  position: absolute;
  z-index: 99999;
  width: 37%;
  background-color: #f26b34;
  padding: 12px 10px !important;
  margin-bottom: 0 !important;
  border-top: 0px solid #eaeaea !important;
  text-align: center;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #fff;
  border-radius: 10px 0px 0px 0px;
  font-size: 12px !important;
  line-height: 12px;
}

.news_event_page h5.post_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-bottom: 12px;

  height: 110px;
  overflow: hidden;
}

.news_event_page p.post_excerpt {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.news_event_page .read_more {
  color: #f26b34;
  text-decoration: none;
  margin-bottom: 0px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.news_event_page .post_excerpt {
  color: #444;
}

.news_event_page .card:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  border-radius: 20px;
}

.news_event_page .card-body {
  width: 92% !important;
  margin: 0 auto;
  background-color: #fff;
  padding: 43px 30px;
  position: relative;
  top: -6%;
  margin: 0 auto;
  display: block;
  border-radius: 10px 0px 10px 10px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.06);
}

.news_event_page ul.pagination {
  justify-content: center;
}

.news_event_page .read_more:hover {
  text-decoration: none;
}

.news_event_page a.page-link {
  border: none;
  color: #cd2653;
}

.news_event_page .featured_img {
  overflow: hidden !important;
  border-radius: 10px;
}

/* single news & events ********************************************************************************************************************************************************* */
.single_news_event {
  margin: 50px 0px;
}

.single_news_events_left_part .featured_image img {
  height: 400px;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}

.single_news_events_left_part .featured_image {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px !important;
}

.single_news_events_left_part .featured_image:hover img {
  transform: scale(1.1);
  transition: 0.3s;
  border-radius: 10px;
  border-radius: 10px !important;
}

.single_news_events_left_part span.feature_title {
  font-weight: 700 !important;
}

.single_news_events_left_part .accordion-button {
  padding: 15px;
  background-color: #f26b34 !important;
  color: #fff !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.single_news_events_left_part .accordion {
  margin-bottom: 20px;
}

.single_news_events_left_part .accordion-button:not(.collapsed)::after {
  background-image: url('../images/angle-up.svg');
  position: relative;
}

.single_news_events_left_part .accordion-button::after {
  background-image: url('../images/angle-top.svg');
  position: relative;
}

.single_news_events_left_part li::marker {
  color: #f26b34;
}

.single_news_events_left_part a:hover {
  text-decoration: underline !important;
}

.single_news_events_left_part .list_sec p {
  margin-bottom: 5px;
}

.single_news_events_left_part .list_sec p:last-child {
  margin-bottom: 30px;
}

.single_news_events_left_part .single_news_event_detail h2 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.5px;
}

.single_news_events_left_part .single_news_event_detail h3 {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.single_news_events_left_part .single_news_event_detail p {
  color: #000000 !important;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.single_news_events_left_part .single_news_event_detail img {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.single_news_events_left_part .single_news_event_detail .feature_title {
  color: #000000 !important;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.single_news_events_left_part .single_news_event_detail {
  margin-bottom: 20px;
}

.single_news_events_left_part .accordion-item {
  border: 1px solid #9da5ae;
}

.single_news_events_left_part .accordion-item a {
  color: #000000;
}

.single_news_events_left_part .accordion-item ul {
  padding-left: 1rem !important;
}

.single_news_events_left_part ul {
  margin: 0px;
}

.single_news_events_left_part .gallery_item {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.single_news_events_left_part .gallery_item:hover {
  transform: scale(1.03);
}

.single_news_events_left_part .gallery_image {
  max-width: 100%;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  object-position: top center;
}

.single_news_event .right_sidebar .sidebar_contact_form {
  margin-bottom: 0px;
}


/* product page ***************************************************************************************************************************************************************** */
.product_section i.fa-regular.fa-circle-check {
  color: #F26B34;
  margin-right: 10px;
}

.product_section {
  padding: 50px 10px;
}

.product_section .sub_heading {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.product_section .heading {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
}

.product_section .description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.product_section ul li {
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 3px;
}

.product_section .contact-form {
  border-radius: 10px;
  padding: 30px 30px 40px 30px;
  color: #fff;
  background: linear-gradient(#f26b34e8, #f26b34), url(../images/product_map.webp) center center no-repeat;
  background-size: cover;
}

.product_section .contact-form h3 {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.product_section .contact-form p {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.product_section .contact-form input.form-control {
  background-color: #ffffff;
  border-color: #7A7A7A42;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7A7A7A;
  padding: 15px;
}

.product_section .contact-form input::placeholder {
  color: #7A7A7A;
}

.product_section .contact-form button {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px !important;
  border-color: #000;
}

.product_section form textarea.form-control {
  height: 190px;
}


/* product advantage */
.product_advantages .advantage_card {
  background: #fff;
  border: none;
  border-bottom: 4px solid #ff5e2d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  padding: 30px 30px 30px 30px;
  z-index: 999;
  position: relative;
}

.product_advantages .advantage_card:hover h5.advantage_title,
.product_advantages .advantage_card:hover p {
  color: #fff;
}

.product_advantages .advantage_card:hover {
  transform: translateY(-5px);
}

.product_advantages .icon_circle {
  border: 1px solid #ff5e2d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  color: #ff5e2d;
  font-size: 24px;
  background-color: #ffff;
}

.product_advantages h5.advantage_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.product_advantages p.sub_heading {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.product_advantages p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.product_advantages .shape_mover {
  animation-name: shapeMover;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  transform-origin: center center;
}

.product_advantages .shape-image {
  width: 180px;
  height: 180px;
  opacity: 0.30;
}

.product_advantages .icon_circle img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.product_advantages .shape_mover {
  position: absolute;
  left: 58px;
  width: auto;
}

.product_advantages {
  background: linear-gradient(180deg, #fff 20%, #D3D3D3 80%);
  background-size: cover;
  padding: 50px 0px 50px 0px;
}

.product_advantages .advantage_card:before {
  background-color: #F26B34;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .35s ease;
  transition: all .40s ease;
}

.product_advantages .advantage_card:hover:before {
  top: 0;
  transition: all .40s ease;
}

/* Features of White Masterbatches */
.features_of_masterbatches {
  background-color: #0F1531;
  padding: 100px 0px 200px 0px;
}

.features_of_masterbatches .heading {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 45px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

.features_of_masterbatches .description {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.features_of_masterbatches p:last-child {
  margin: 0px;
}

/* feature_step */

.feature_step .info-section {
  background-color: #eeeeee;
  padding: 50px 50px 50px 50px;
}

.feature_step .step_number {
  color: #FF6900;
  font-family: "Roboto", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.feature_step .info-title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.feature_step .future_step_item {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.feature_step .future_step_item:hover {
  background-color: #FF6900;
}

.feature_step .future_step_item:hover .step_number,
.feature_step .future_step_item:hover h5,
.feature_step .future_step_item:hover p {
  color: #fff;
}

.feature_step .future_step_item:last-child {
  margin-bottom: 0px;
}

.feature_step .info-text {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.feature_step .image_box img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f26b5b;
}

.night_glow_masterbatch .image_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f26b5b;
}

.feature_step {
  margin-top: -100px;
  margin-bottom: 50px;
}

/* future cta section */

.product_cta {
  padding: 25px 10px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/cta-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px 50px 10px;
}

.product_cta h5 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 600;
  /* text-transform: capitalize; */
  line-height: 48px;
  letter-spacing: 0.5px;
}

.product_cta p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.product_cta a.btn.contact_btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F26B34;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F26B34;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
}


/* standard grades */
.product_grades {
  margin: 50px 10px;
}

.product_grades .subtitle {
  color: #ff5e2d;
  font-weight: 600;
}

.product_grades .grade_desc {
  font-size: 15px;
  color: #333;
}

.product_grades .right_image img {
  width: 100%;
  max-width: 100%;
  height: 815px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f26b5b;
}

.product_grades .grade_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.product_grades .grade_desc {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.product_table th {
  background-color: #F26B34 !important;
  color: #fff !important;
}

.product_grades .product_table tr {
  background-color: #F26B34 !important;
}

i.fa-regular.fa-circle-check {
  color: #F26B34;
  margin-right: 10px;
}


/* Metallic Masterbatch */

.metalic_masterbatches .subtitle {
  color: #ff5e2d;
  font-weight: 600;
}

.metalic_masterbatches .grade_desc {
  font-size: 15px;
  color: #333;
}

.metalic_masterbatches .left_image img {
  width: 100%;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f26b5b;
}

.metalic_masterbatches .grade_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.metalic_masterbatches .grade_desc {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

/* Countries We Serve */

.product_countries {
  margin: 50px 10px;
}

.product_countries .country_card {
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: transform 0.2s;
  background-color: #f3764329;
}

.country_card p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.product_countries_box_grid {
  display: block;
  width: 100%;
  overflow: hidden;
}

.product_countries_box {
  /* width: 12.1%; */
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 10px;
}

.product_countries .country_flag {
  width: 100%;
  /* height: 80px;
  object-fit: cover; */
  margin-bottom: 10px;
}

.product_countries .section-title {
  font-size: 2rem;
  font-weight: bold;
}

.product_countries .section-subtitle {
  color: #f25c3d;
  font-weight: 500;
}


/* product testimonial section */
.product_testimonial_section .testimonial_box {
  background-color: white;
  color: #000;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  max-width: 523px;
  margin: auto;
}

.product_testimonial_section .heading {
  color: #ffffff;
}

.product_testimonial_section .sub_heading {
  color: #ffffff;
}

.product_testimonial_section {
  padding: 60px 20px;
  color: #fff;
  background: linear-gradient(#f26b34eb, #f26b34ed), url(../images/product_map.webp) center center no-repeat;
  background-size: cover;
}

.product_testimonial_section .testimonial_box p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0px;
}

.product_testimonial_section .testimonial_box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}

.product_testimonial_section .testimonial_person {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.product_testimonial_section .person_icon {
  background-color: #ffffff;
  color: #F26B34;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_testimonial_section .person_name {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.product_testimonial_section .testimonial_person .person_role {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0px;
}

.product_testimonial_section .slick-prev:before {
  content: ' ';
  background: url(../images/angle-right.svg);
  display: block;
  opacity: 1;
  background-size: contain;
  background-color: #BED73E;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  border: none;
}

.product_testimonial_section .slick-prev {
  left: 42%;
  top: 109%;
}

.product_testimonial_section .slick-next:before {
  content: ' ';
  background: url(../images/angle-left.svg);
  display: block;
  z-index: 999999999999999999999999999999999999999999;
  position: relative;
  opacity: 1;
  background-size: contain;
  background-color: #BED73E;
  color: black;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: none;
}

.product_testimonial_section .slick-next {
  right: 46%;
  top: 109%;
}

.product_testimonial_section .slick-dotted.slick-slider {
  margin-bottom: 114px;
  margin-top: 20px;
}

.product_testimonial_section ul.slick-dots {
  display: none !important;
}

.since_text {
  color: #00000000;
  font-family: "Roboto", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #FFFFFF80;
  stroke: #FFFFFF80;
  text-align: center;
  margin-top: 48px !important;
  line-height: 60px;
}


/* PRODUCT TECHNICAL DESCRIPTION TABLE DATA */

.product_technical_table_data .table thead {
  background-color: #f25c2f;
  color: white;
}

.product_technical_table_data .section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.product_technical_table_data .subtitle {
  color: #f25c2f;
  font-weight: bold;
}

.product_technical_table_data .enquiry-link {
  color: #f25c2f;
  text-decoration: none;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: left;
}

.product_technical_table_data .enquiry-link:hover {
  text-decoration: underline;
}

.product_technical_table_data th {
  background-color: #f25c2f !important;
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.5px;
  border: 1px solid #F26B34;
  text-align: left;
}

.product_technical_table_data td {
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #dcd7ca;
  color: #111;
  text-align: left;
}

.product_technical_table_data tr {
  white-space: nowrap;
}

.product_technical_table_data {
  margin: 50px 0px;
}

.product_technical_table_data table {
  margin: 0px;
}


/* product_team_application_section */
.product_team_application_section .container {
  padding: 80px 0px;
}

.product_team_application_section .container {
  overflow: hidden;
}

.product_team_application_section {
  background-color: #060D2A;
  position: relative;
  margin: 50px 0px;
}

.product_team_application_section .card {
  background-color: transparent;
}

.product_team_application_section .left_card {
  z-index: 999;
  position: relative;
  margin-right: 20px;
}

.product_team_application_section:before {
  position: absolute;
  content: "";
  background-color: #F26B34;
  height: 100%;
  z-index: 999;
  width: 30%;
}

.product_team_application_section .card-body {
  background-color: #fff;
  margin-top: -80px;
  border-radius: 0px 0px 0px 10px !important;
  max-width: 80%;
}

.product_team_application_section .card {
  border: none;
}

.product_team_application_section .card-text {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.product_team_application_section .work_app_img {
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}

.product_team_application_section .heading {
  color: #fff;
}

.product_team_application_section .description {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.product_team_application_section .app_box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product_team_application_section .app_box p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 0px;
  word-break: break-word;
}

.product_team_application_section .app_box_column {
  align-items: center;
  display: flex;
  justify-content: center;
}

.product_team_application_section .app_box_grid .three_grid:nth-child(4) {
  border-width: 0px 1px 0px 0px !important;
}

.product_team_application_section .app_box_grid .app_box_column:nth-child(4),
.product_team_application_section .app_box_grid .app_box_column:nth-child(8) {
  border-width: 0px 0px 1px 0px;
}

.product_team_application_section .app_box_grid .six_grid {
  border-width: 0px 1px 1px 0px !important;
}

.product_team_application_section .app_box_grid .six_grid:nth-child(10),
.product_team_application_section .app_box_grid .six_grid:nth-child(11),
.product_team_application_section .app_box_grid .six_grid:nth-child(12) {
  border-width: 0px 1px 0px 0px !important;
}

.product_team_application_section .app_box_grid .app_box_column:nth-child(5),
.product_team_application_section .app_box_grid .app_box_column:nth-child(6),
.product_team_application_section .app_box_grid .app_box_column:nth-child(7),
.product_team_application_section .app_box_grid .app_box_column:nth-child(8) {
  border-width: 0px 1px 0px 0px;
  /* height: 156px; */
}

.product_team_application_section .app_box_grid .app_box_column:nth-child(8) {
  border-width: 0px 0px 0px 0px;
}

/* .product_team_application_section .app_box_top {
  text-align: center;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #E0E0E0;
  height: 186px;
} */

.product_team_application_section .app_box_column {
  text-align: center;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #E0E0E0;
  /* height: 186px; */
}

/* process page */
.process_page_section .process_img {
  border-radius: 20px;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: 32%;
}


.process_page_section {
  margin: 50px 0px;
}

.process_page_section p.description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}


/* process_team_application_section */
.process_team_application_section .container {
  padding: 80px 0px;
  overflow: hidden;
}

.process_team_application_section {
  background-color: #060D2A;
  position: relative;
}

.process_team_application_section .card {
  background-color: transparent;
}

.process_team_application_section .left_card {
  z-index: 999;
  position: relative;
  margin-right: 20px;
}

.process_team_application_section:before {
  position: absolute;
  content: "";
  background-color: #F26B34;
  height: 100%;
  z-index: 999;
  width: 30%;
}

.process_team_application_section .card-body {
  background-color: #fff;
  margin-top: -72px;
  border-radius: 0px 0px 0px 10px !important;
  max-width: 80%;
}

.process_team_application_section .card {
  border: none;
}

.process_team_application_section .card-text {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.process_team_application_section .work_app_img {
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
  object-position: center center;
}

.process_team_application_section .heading {
  color: #fff;
}

.process_team_application_section .description {
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.process_team_application_section .app_box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 10px;
}

.process_team_application_section .app_box p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 0px;
  word-break: break-word;
}

.process_team_application_section .app_box_grid .three_grid:nth-child(4) {
  border-width: 0px 1px 0px 0px !important;
}

.process_team_application_section .app_box_grid .app_box_column:nth-child(5),
.process_team_application_section .app_box_grid .app_box_column:nth-child(6),
.process_team_application_section .app_box_grid .app_box_column:nth-child(7),
.process_team_application_section .app_box_grid .app_box_column:nth-child(8) {
  border-width: 0px 1px 0px 0px;
  /* height: 156px; */
}

.process_team_application_section .app_box_grid .app_box_column:nth-child(8) {
  border-width: 0px 0px 0px 0px;
}

/* .process_team_application_section .app_box_top {
  text-align: center;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #E0E0E0;
  height: 186px;
} */

.process_team_application_section .app_box_column {
  text-align: center;
  padding: 15px 15px 15px 15px;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #E0E0E0;
  /* height: 186px; */
}



/* Manufacturing Process */

.manufacturing_process_section {
  padding: 50px 0px 100px 0px;
  background-color: #ECECEC;
}

.manufacturing_process_section .step_container {
  display: flex;
  justify-content: space-between;
  padding: 50px 5px;
}

.manufacturing_process_section .step_box {
  width: 14%;
  position: relative;
  border: 2px solid #f26522;
  border-radius: 200px 200px 200px 200px;
  text-align: center;
  padding: 80px 24px 69px 24px;
  transition: 0.3s ease;
}

.manufacturing_process_section .step_box:hover {
  background-color: #f26b34;
}

.manufacturing_process_section .step_box:hover .step_title,
.manufacturing_process_section .step_box:hover .step_desc {
  color: #fff;
}

.manufacturing_process_section .step_number {
  position: absolute;
  top: -40px;
  left: 49%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 43px;
  -webkit-text-stroke-width: 3px;
  stroke-width: 3px;
  -webkit-text-stroke-color: #F26B34;
  stroke: #F26B34;
}

.manufacturing_process_section .step_title {
  color: #F26B34;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.manufacturing_process_section .step_desc {
  color: #F26B34;
  font-family: "Open Sans", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.step_container .step_box:nth-child(2),
.step_container .step_box:nth-child(4),
.step_container .step_box:nth-child(6) {
  margin: 100px 0px -100px 0px;
}

/* all color page ***************************************************************************************************************************************************************************************** */
.eshadecard_table .color_title .heading {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  padding: 0px 0px 20px 0px;
  margin-bottom: 0px;
  text-align: center;
}

.eshadecard_table .table-responsive {
  margin-bottom: 40px;
}

.eshadecard_table .col-lg-12:last-child .table-responsive {
  margin: 0px;
}


/* contact us page */
.map_img_section {
  text-align: center;
  background-color: #00000005;
  padding: 50px 10px;
}

.map_img_section .world-map {
  max-width: 100%;
}

.contact_detail h6 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.contact_detail .list-unstyled li a {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.contact_detail .call_us_box i.fa-solid.fa-phone {
  color: #F26B34;
}

.contact_detail .email_box i.fa-solid.fa-envelope {
  color: #F26B34;
}

.contact_detail .visit_box i.fa-solid.fa-location-dot {
  color: #F26B34;
}

.contact_detail .follow_us_box i {
  background-color: #F26B34;
  padding: 10px;
  border-radius: 100px;
  color: #fff;
}

.contact_detail {
  margin: 50px 0px 0px 0px;
}

.contact_detail .contact_head {
  background-color: #F26B34;
  padding: 20px 20px 20px 20px;
  border-radius: 6px 6px 0px 0px;
}

.contact_detail .contact_us_form {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F26B34;
  border-radius: 10px;
  z-index: 9;
  position: relative;
  background-color: #fff;
}

.contact_detail .contact_us_form .contact_head h3 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.contact_detail .contact_us_form form {
  padding: 20px 20px 20px 20px;
}

.contact_detail .contact_us_form form input,
.contact_detail .contact_us_form form textarea {
  border: 1px solid #69727d;
  min-height: 47px;
}

.contact_detail .contact_us_form form button {
  background-color: #F26B34;
  color: #ffffff;
  border-radius: 10px;
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
}

.map_section iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -6px;
}

.map_section {
  margin-top: -120px;
  margin-bottom: 0px;
}



/* application page */
.application_grades {
  margin: 50px 10px;
}

.application_grades .subtitle {
  color: #ff5e2d;
  font-weight: 600;
}

.application_grades .grade_desc {
  font-size: 15px;
  color: #333;
}

.application_grades .right_image img {
  width: 100%;
  max-width: 100%;
  height: 815px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
}

.application_grades .grade_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.application_grades .grade_desc {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}



/* applicaton_form_faq */

.applicaton_form_faq {
  padding: 60px 20px;
  color: #fff;
  background: linear-gradient(#f26b34eb, #f26b34ed), url(../images/product_map.webp) center center no-repeat;
  background-size: cover;
}

.applicaton_form_faq .contact-form {
  border-radius: 10px;
  padding: 30px 30px 40px 30px;
  color: #fff;
  background-color: #fff;
  background-size: cover;
}

.applicaton_form_faq .contact-form input.form-control {
  background-color: #ffffff;
  border-color: #7A7A7A42;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7A7A7A;
  padding: 15px;
}

.applicaton_form_faq form textarea.form-control {
  height: 190px;
}

.applicaton_form_faq .contact-form button {
  background-color: #F26B34;
  color: #fff;
  border: none;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
}

.applicaton_form_faq .contact-form h3 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.applicaton_form_faq .faq_section .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
}

.applicaton_form_faq .faq_section .accordion-body {
  color: #000000;
  background-color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding: 0px 20px 20px 20px;
  border-style: none;
  border-radius: 0px 0px 10px 10px;
}

.applicaton_form_faq .faq_section .accordion-button.collapsed {
  font-weight: 600;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #dddddd00 !important;
  border-radius: 10px 10px 10px 10px !important;
}

.faq_section .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.application_faq .heading {
  color: #ffffff;
}

.application_faq .sub_heading {
  color: #ffffff;
}

.application_faq .faq_section {
  margin: 0px 0px !important;
}



/* application advantage */
.application_section {
  padding: 50px 10px;
}

.application_advantages .advantage_card {
  background: #fff;
  border: none;
  border-bottom: 4px solid #ff5e2d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  padding: 30px 30px 30px 30px;
  z-index: 9999999;
  position: relative;
}

.application_advantages .advantage_card:hover h5.advantage_title,
.application_advantages .advantage_card:hover p {
  color: #fff;
}

.application_advantages .advantage_card:hover {
  transform: translateY(-5px);
}

.application_advantages .icon_circle {
  border: 1px solid #ff5e2d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  color: #ff5e2d;
  font-size: 24px;
  background-color: #ffff;
}

.application_advantages h5.advantage_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.application_advantages p.sub_heading {
  color: #F26B34;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.application_advantages p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.application_advantages .shape_mover {
  animation-name: shapeMover;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  transform-origin: center center;
}

.application_advantages .shape-image {
  width: 180px;
  height: 180px;
  opacity: 0.30;
}

.application_advantages .icon_circle img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.application_advantages .shape_mover {
  position: absolute;
  left: 58px;
  width: auto;
}

.application_advantages {
  background: linear-gradient(180deg, #fff 20%, #D3D3D3 80%);
  background-size: cover;
  padding: 50px 0px 50px 0px;
}

.application_advantages .advantage_card:before {
  background-color: #F26B34;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: all .35s ease;
  transition: all .40s ease;
}

.application_advantages .advantage_card:hover:before {
  top: 0;
  transition: all .40s ease;
}

/* application cta section */

.application_cta {
  padding: 25px 10px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/cta-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px 50px 10px;
}

.application_cta h5 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 38px;
  font-weight: 600;
  /* text-transform: capitalize; */
  line-height: 48px;
  letter-spacing: 0.5px;
}

.application_cta p {
  color: #FFFFFF;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.application_cta a.btn.contact_btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 0.5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F26B34;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #F26B34;
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
}

/* application uses */
.application_uses {
  margin: 50px 10px;
}

.application_uses .subtitle {
  color: #ff5e2d;
  font-weight: 600;
}

.application_uses .grade_desc {
  font-size: 15px;
  color: #333;
}

.application_uses .right_image img {
  width: 100%;
  max-width: 100%;
  height: 815px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
}

.application_uses .grade_title,
.full_applicaton_sec .grade_title {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.application_uses .grade_desc,
.full_applicaton_sec .grade_desc {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.full_applicaton_sec .application_key {
  border: 1px solid #f26b34;
  padding: 10px;
  border-radius: 10px;
}

.full_applicaton_sec {
  margin: 50px 0px;
}

/* application_box */

.application_box .row {
  border: 1px solid #bed641;
  background-color: #bed641;
  border-radius: 10px 10px 0px 0px;
  padding: 50px 10px 105px 10px;
  margin-bottom: -55px;
}

.application_box .heading {
  color: #000;
}

.application_box_grid {
  background-color: #f26b34;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 28px;
}

.application_box .discription {
  color: #000;
  margin-bottom: 30px;
}

.application_box_grid h5 {
  margin: 0px;
  color: #fff;
  font-size: 18px;
}

/* vertival tab sec */

.vertival_tab_sec .nav-tabs .nav-link.active {
  background-color: #f26b34;
  color: #fff;
}

.vertival_tab_sec .nav-tabs .nav-link {
  background-color: #ebebeb;
  color: #000;
  padding: 15px 20px;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin: 0px;
  text-align: left;
  border-radius: 24px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.vertival_tab_disc {
  border-radius: 24px;
}

.vertival_tab_sec .tab-buttons {
  width: 30%;
  border: none;
  border-radius: 0px !important;
}

.vertival_tab_sec .tab-content {
  width: 70%;
}

.vertival_tab_sec {
  margin: 50px 10px;
}

.vertival_tab_disc {
  background-color: #f26b34;
  color: #fff;
  padding: 40px;
}

.vertival_tab_disc h5 {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.5px;
}

.vertival_tab_disc p {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0px;
}

.vertival_tab_img {
  margin-bottom: 20px;
}


/* single applications section */

.single_applications_section {
  background-color: #ffffff;
  padding: 50px 10px;
}

.single_applications_section .description {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.single_applications_section .info_card {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.single_applications_section .applications_box {
  margin-bottom: 20px;
}

.single_applications_section .applications_box:last-child {
  margin-bottom: 0px;
}

.single_applications_section .info_card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #050505;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-align: center;
}

.single_applications_section .info_card p {
  color: #000000;
  font-family: "Open Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: center;
}

.single_applications_section h4 {
  font-size: 30px;
  line-height: 40px;
}







/* ============================================ */

@media screen and (max-width: 1800px) and (min-width:1250px) {
  .about_page_cta .contact_banner .contact_btn {
    width: 15%;
  }

  .cta_section .cta_btn {
    width: 53% !important;
  }

  .work_process .process_step {
    width: 192px;
    height: 189px;
  }

  .work_process .process_title {
    font-size: 20px;
    line-height: 30px;
  }

  .work_process .process_text {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .work_process .arrow_odd {
    top: -67px;
    right: -69px;
  }

  .work_process .arrow {
    top: 111px;
  }

  .page_title {
    padding: 40px 10px;
  }

  .page_title .page_title_head {
    font-size: 39px;
    line-height: 45px;
    padding-bottom: 15px;
  }

  .manufacturing_process_section .step_desc {
    font-size: 18px;
    line-height: 25px;
  }

  .manufacturing_process_section .step_box {
    width: 14.5%;
    padding: 38px 24px 34px 24px;
  }

  .manufacturing_process_section .step_number {
    font-size: 50px;
    line-height: 30px;
    width: 70px;
    height: 70px;
  }

  .manufacturing_process_section .step_title {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .label-btn {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 5px;
  }

  .footer_sec .foote_wp_icon {
    padding: 8px 11px;
  }

  .footer_sec a.to-top {
    padding: 8px 8px 8px 12px;
  }

  .click_tab_box {
    right: unset !important;
  }

  .our_application_section .tab-box-grid a.nav-link {
    font-size: 13px !important;
  }

  .our_application_section .tab_section .tab-pane>.content-tab {
    width: 50% !important;
    top: 39% !important;
  }

  .our_application_section .tab_section .tab-content {
    height: 585px !important;
  }

  .our_application_section .tab-content h6 {
    font-size: 25px;
    line-height: 35px;
  }

  .our_application_section .tab-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .our_application_section .tab-box-grid a.nav-link {
    font-size: 13px !important;
  }

  .product-card img {
    height: 356px !important;
  }

  .our_range_section .nav-tabs .nav-link {
    font-size: 16px;
  }

  .location_cta_section .cta_btn {
    width: 30%;
  }

  .main_slider .carousel-caption h5 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 20px;
  }

  .main_slider .carousel-caption p {
    font-size: 18px;
    line-height: 27px;
  }

  .our_application_section {
    margin: 60px 0px;
  }

  .our_process {
    margin: 50px 0px;
  }

  .form_popup .contact-form input.form-control {
    padding: 10px 15px;
  }

  .form_popup .contact-form h3 {
    margin-bottom: 10px;
  }

  .form_popup .modal-dialog {
    top: -2%;
  }

  section.our_innovation {
    padding: 60px 10px 60px 10px;
  }
}

@media only screen and (device-width : 1366px) and (device-height: 570px) {
  .our_range_section .flex-wrap {
    flex-wrap: nowrap !important;
  }

  .location_cta_section .cta_btn {
    width: 32%;
  }

  .location_cta_section p.location_cta_description {
    width: 75%;
  }

  .manufacturing_process_section .step_box {
    width: 14.5%;
    padding: 44px 30px 39px 28px;
  }

  .manufacturing_process_section .step_title {
    font-size: 16px;
    line-height: 26px;
  }

  .manufacturing_process_section .step_desc {
    font-size: 19px;
    line-height: 25px;
  }

  .step_container .step_box:nth-child(2),
  .step_container .step_box:nth-child(4),
  .step_container .step_box:nth-child(6) {
    margin: 100px 0px -100px 0px;
  }

  .work_process .process_step {
    width: 210px;
    height: 214px;
  }

  .work_process .arrow {
    top: 132px;
  }

  .work_process .arrow_odd {
    top: -64px;
    right: -67px;
  }

  .main_section .main_slider .carousel-inner .carousel-caption {
    max-width: 100%;
  }

  .why_choose_right_section .box {
    min-height: 389px;
  }
}


@media screen and (max-width: 1280px) {
  .main_section {
    padding: 60px 60px !important;
  }

  .why_choose_right_section .box {
    min-height: 410px;
  }
}

@media screen and (max-width: 1024px) {
  .main_section {
    background-position: -465px 0px;
  }

  .products_slider {
    height: 175vh;
  }

  .plant_office_content {
    padding: 35px;
  }

  .header_menu ul li a {
    padding: 5px 22px 0px 0px !important;
  }

  .click_tab_box {
    right: unset !important;
  }

  .products_slider .slick-prev {
    top: -11%;
    right: 13%;
  }

  .products_slider .slick-next {
    top: -11%;
  }

  .cta_section .cta_btn {
    width: 64%;
  }

  .cta_section a.cta_description {
    width: 70%;
  }

  .our_application_section .tab_section .tab-pane>.content-tab {
    top: 44% !important;
  }

  .location_section .heading,
  .location_section .contact-form h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .location_section .heading,
  .location_section .contact-form h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .our_range_section .tab-content p {
    font-size: 16px;
    line-height: 26px;
  }


  .location_cta_section .cta_btn {
    width: 45%;
  }

  .diffrent_header .bottom_header .heder_logo_main {
    width: 23%;
  }

  .diffrent_header .bottom_header .award_icon {
    width: 11%;
  }

  .diffrent_header .bottom_header .header_menu {
    width: 66%;
  }

  .diffrent_header {
    padding: 10px;
  }

  .footer_sec .company_profile {
    width: 32% !important;
  }

  .footer_sec .quick_link {
    width: 20% !important;
  }

  .footer_sec .product_links {
    width: 21% !important;
  }

  .footer_sec .contect_info {
    width: 27% !important;
  }

  .form_popup .contact-form h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .eshadecard_explore_color .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .product_countries_box {
    width: 24.2%;
    margin-right: 4px;
  }

  .product_team_application_section .container,
  .process_team_application_section .container {
    padding: 80px 20px;
  }

  .product_testimonial_section .testimonial_box {
    max-width: 463px;
    width: 100%;
  }

  .product_team_application_section .app_box_column,
  .process_team_application_section .app_box_column {
    width: 25%;
  }

  .product_team_application_section .three_grid {
    width: 33%;
  }

  .product_team_application_section .three_grid:nth-child(3) {
    border-width: 0px 0px 1px 0px !important;
  }

  .product_team_application_section .three_grid:nth-child(6) {
    border-width: 0px 0px 0px 0px !important;
  }

  .app_box_grid .app_box_column:nth-child(5) {
    border-width: 0px 1px 0px 0px;
  }

  .manufacturing_process_section .step_container {
    flex-wrap: wrap;
  }

  .manufacturing_process_section .step_box {
    width: 30%;
    padding: 95px 30px 95px 30px;
  }

  .step_container .step_box:nth-child(2),
  .step_container .step_box:nth-child(4),
  .step_container .step_box:nth-child(6) {
    margin: 0px;
  }

  .step_box {
    margin: 57px 0px 0px 0px !important;
  }

  .manufacturing_process_section .step_container {
    padding: 0px 5px;
  }

  .manufacturing_process_section .step_box {
    width: 32%;
  }

  .manufacturing_process_section .step_box {
    padding: 95px 20px 95px 20px;
  }

  .team_content {
    height: 49%;
  }

  .work_process .process_step {
    width: 350px;
    height: 350px;
  }

  .work_process .process_wrapper {
    gap: 50px;
  }

  .work_process .process_step {
    margin-top: 20px;
    padding: 25px;
  }

  .work_process .arrow_odd {
    top: -19px;
    right: -98px;
    width: 154px;
  }

  .work_process .arrow img {
    transform: rotate(85deg) scaleY(-1);
  }

  .work_process .arrow {
    top: 272px;
    right: -106px;
    width: 238px;
  }

  .work_process .process_icon img {
    max-width: 35%;
  }

  .work_process .process_step:nth-child(3) .arrow_odd img {
    width: 100%;
    transform: rotate(185deg) scaleY(1);
  }

  .work_process .process_step:nth-child(4) .arrow {
    right: unset;
    left: -513px;
  }

  .work_process .process_step:nth-child(4) .arrow img {
    transform: rotate(92deg) scaleY(1);
  }

  .about_page_cta .contact_banner .contact_btn {
    width: 23%;
  }

  h6.plant_office_heading {
    font-size: 30px;
    line-height: 40px;
  }

  .plant_office_content {
    width: 100%;
  }

  .main_section .main_slider .carousel-inner .carousel-caption {
    max-width: 100%;
  }

  .our_application_section .tab_section .nav-tabs .nav-link {
    padding: 20px 10px;
  }

  .our_application_section .tab_section .tab-box {
    grid-template-columns: repeat(3, 0fr);
  }

  .our_application_section {
    margin-bottom: 50px;
  }

  .products_slider {
    margin-top: 60px;
  }

  .our_application_section .tab_section .tab-content {
    height: 574px !important;
  }

  .our_application_section .tab_section .tab-pane>.content-tab {
    width: 60% !important;
    top: 37% !important;
    padding: 50px;
  }

  .our_innovation button.carousel-control-next {
    right: 0% !important;
  }

  .our_innovation button.carousel-control-prev {
    left: 0% !important;
  }

  .product_cta a.btn.contact_btn {
    font-size: 13px;
  }

  .product_team_application_section .app_box_grid .six_grid:nth-child(4),
  .product_team_application_section .app_box_grid .six_grid:nth-child(8),
  .product_team_application_section .app_box_grid .six_grid:nth-child(12) {
    border-width: 0px 0px 1px 0px !important;
  }

  .product_team_application_section .app_box_grid .six_grid:nth-child(9) {
    border-width: 0px 1px 0px 0px !important;
  }

  .product_team_application_section .app_box_grid .six_grid:nth-child(12) {
    border-width: 0px 0px 0px 0px !important;
  }

  .product_team_application_section .card-body {
    max-width: 100%;
  }

  .why_choose .why_choose_us_content,
  .why_choose .why_choose_right_section {
    width: 100%;
  }
}

@media screen and (max-width: 920px) {
  .blog_card_box {
    margin-bottom: 26px;
  }

  .cta_section .cta_btn {
    width: 78%;
  }
}

@media screen and (max-width: 850px) {
  .right_sidebar h5 {
    font-size: 19px;
  }

  .border_line {
    padding-right: 5px;
  }

  .location_cta_section p.location_cta_description {
    width: 100%;
  }

  .page_title .page_title_head {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 5px;
  }

  .profile_box:nth-child() {
    margin-top: 0px !important;
  }

  .header_top .navbar-nav {
    flex-direction: row !important;
    justify-content: end !important;
  }

  .our_application_section .click_tab_box {
    position: unset;
  }

  .our_application_section .tab_section .tab-content {
    height: 313px !important;
  }

  .blog_card_box:last-child {
    display: none;
  }

  .feature_step .image_box img {
    margin-bottom: 10px;
    height: 400px;
    object-fit: cover;
  }

  .bottom_header .collapse:not(.show) {
    display: none !important;
  }

  .bottom_header .header_menu {
    width: 62.554%;
    float: right;
    display: contents;
  }

  .main_slider .carousel-caption {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .home_chairman_section .owner_profile {
    width: 35.211%;
    padding: 10px;
  }

  .home_chairman_section .chairman_detail {
    width: 64.789%;
  }

  .about-us-section .about_left_img {
    width: 100% !important;
  }

  .about-us-section .about_second_img {
    width: 72% !important;
    margin: unset !important;
  }

  .about-us-section .heading {
    line-height: 40px;
    font-size: 30px;
  }

  .heading {
    line-height: 40px !important;
    font-size: 30px !important;
  }

  .product_cta h5,
  .application_cta h5 {
    line-height: 40px;
    font-size: 30px;
    text-align: center;
  }

  .product_cta p,
  .application_cta h5 {
    text-align: center;
    padding-bottom: 20px;
  }

  .product_grades .right_image img,
  .application_grades .right_image img,
  .application_uses .right_image img {
    height: 300px;
    margin-bottom: 20px;
  }

  .metalic_masterbatches .left_image img {
    height: 300px;
    margin-bottom: 20px;
  }


  .product_team_application_section .card-body,
  .process_team_application_section .card-body {
    max-width: 100%;
  }

  .main_slider .carousel-caption h5 {
    font-size: 35px;
    line-height: 40px;
  }

  .product_countries_box {
    width: 24%;
    margin-right: 4px;
  }

  .product_testimonial_section .testimonial_box {
    max-width: 354px;
  }

  .home_chairman_section .chairman_name h5 {
    font-size: 24px;
  }

  .our_range_section .flex-wrap {
    flex-wrap: wrap !important;
  }

  .location_cta_section .cta_btn {
    width: 59%;
  }

  .diffrent_header .bottom_header .heder_logo_main {
    width: 23%;
  }

  .diffrent_header .bottom_header .award_icon {
    width: 64%;
  }

  .diffrent_header .award_icon img {
    width: 13%;
  }

  .diffrent_header .bottom_header .header_menu {
    width: 13%;
  }

  .diffrent_header .bottom_header .award_icon {
    text-align: left;
  }

  .footer_sec .company_profile {
    width: 50% !important;
  }

  .footer_sec .quick_link {
    width: 50% !important;
  }

  .footer_sec .product_links {
    width: 50% !important;
    margin-top: 10px;
  }

  .footer_sec .contect_info {
    width: 50% !important;
    margin-top: 10px;
  }

  .footer-bottom p {
    text-align: center !important;
  }

  .both_header button {
    display: block;
  }

  .diffrent_header button {
    display: block;
  }

  .both_header .dropdown-menu.full-width {
    left: 0% !important;
    top: 62px !important;
  }

  .diffrent_header .dropdown-menu.full-width {
    left: 0% !important;
    top: 62px !important;
  }

  .both_header .sub_menu {
    display: block;
  }

  .diffrent_header .sub_menu {
    display: block;
  }

  .both_header .menu-header {
    display: block;
  }

  .diffrent_header .menu-header {
    display: block;
  }

  .both_header .columns {
    display: block;
  }

  .diffrent_header .columns {
    display: block;
  }

  .both_header .dropdown-menu.full-width {
    width: 100%;
    max-width: 100%;
  }

  .diffrent_header .dropdown-menu.full-width {
    width: 100%;
    max-width: 100%;
  }

  .both_header .full-width .sub_menu .menu-header .sub_menu_main_item {
    width: 100%;
  }

  .diffrent_header .full-width .sub_menu .menu-header .sub_menu_main_item {
    width: 100%;
  }

  .both_header .columns ul {
    width: 100%;
  }

  .diffrent_header .columns ul {
    width: 100%;
  }

  .header_menu ul li a {
    font-size: 16px !important;
  }

  .eshadecard_cta .contact_banner {
    display: block;
  }

  .eshadecard_cta .contact_banner_icon {
    position: absolute;
    left: 42%;
    top: 3%;
  }

  .eshadecard_cta .contact_banner h5 {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .eshadecard_cta .contact_banner .contact_btn {
    margin: 0 auto;
    max-width: 29%;
    display: block;
  }

  .eshadecard_cta {
    margin-top: 110px;
  }

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

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

  .feature_step .image_box {
    padding: 0px;
  }

  .product_cta h5,
  .application_cta h5 {
    text-align: center !important;
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .product_cta p,
  .application_cta p {
    text-align: center;
  }

  .product_cta .text-end,
  .application_cta .text-end {
    text-align: center !important;
  }

  .product_grades .row,
  .application_grades .row {
    flex-direction: column-reverse;
  }

  .news_event_page .mb-4 {
    margin-bottom: 0px !important;
  }

  .news_event_page {
    margin: 50px 0px 0px 0px;
  }

  .manufacturing_process_section .step_box {
    padding: 65px 20px;
  }

  .manufacturing_process_section {
    padding: 50px 0px 50px 0px;
  }

  .product_team_application_section .left_card,
  .process_team_application_section .left_card {
    margin-bottom: 40px;
    margin-right: 0px;
  }

  .product_team_application_section:before,
  .process_team_application_section:before {
    height: unset;
  }

  .process_team_application_section .app_box_column:nth-child(4) {
    border-width: 0px 0px 1px 0px !important;
  }

  .process_page_section .row {
    flex-direction: column-reverse;
  }

  .process_page_section .process_img {
    height: 450px !important;
  }

  .contact_detail .mb-4 {
    margin-bottom: 0rem !important;
  }

  .map_section {
    margin-top: -100px;
  }

  .map_section iframe {
    height: 350px;
  }

  .contact_detail h6 {
    margin: 0px;
  }

  .about_us_page_section .owner_img img {
    /* width: unset;
    height: 337px; */
    margin-top: 20px;
  }

  .about_us_goal_sec {
    margin: 200px 0px -101px 0px;
    background-color: #F8F8F8;
  }

  .team_content {
    height: 55%;
  }

  .profile_name {
    font-size: 28px;
    line-height: 38px;
  }

  .profile_detail_box {
    padding: 10px;
  }

  /* .team_icon {
    width: 41%;
  } */

  .work_process .arrow {
    top: 300px;
    right: -19px;
    width: 46%;
  }

  .work_process .process_step:nth-child(4) .arrow {
    left: -420px;
  }

  .products_slider {
    height: 95vh;
  }

  .vertival_tab_sec .tab-buttons {
    width: 37%;
  }

  .vertival_tab_sec .tab-content {
    width: 63%;
  }

}

@media screen and (max-width: 768px) {
  .vertival_tab_sec .vertical-tabs {
    flex-direction: row;
  }

  .product_advantages .shape-image {
    width: 100px;
    height: 100px;
  }

  .application_advantages .shape-image {
    width: 100px;
    height: 100px;
  }

  .products_slider {
    height: 107vh;
  }

  .product_testimonial_section .testimonial_box {
    max-width: 330px;
  }

  .feature_step .image_box img {
    margin-bottom: 30px;
  }

  .feature_step:last-child {
    margin-bottom: 0px;
  }

  .click_tab_box {
    position: unset !important;
  }

  .our_innovation img.d-block.w-100 {
    height: 520px;
    object-fit: cover;
  }

  .testimonial_form_section .col-md-7 {
    width: 55%;
  }

  .testimonial_form_section .col-md-5 {
    width: 45%;
  }

  .cta_section .cta_btn {
    width: 85%;
  }

  .cta_section .cta_description {
    width: 76%;
    margin: 10px auto;
  }

  .eshadecard_cta .contact_banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .eshadecard_cta .contact_banner_icon {
    left: calc(49% - 56px);
    top: -61px;
    transform: none;
  }

  .eshadecard_cta .contact_banner .contact_btn {
    margin-top: 10px;
  }

  .manufacturing_process_section .step_box {
    padding: 60px 20px 60px 20px;
  }

  .our_range_section .tab_section .tab-pane ul {
    padding-left: 0px !important;
  }

  .our_range_section .tab_section .tab-pane li {
    width: 46%;
  }

  .product_team_application_section:before,
  .process_team_application_section:before {
    height: unset;
  }

  .work_process .process_step {
    width: 325px;
    height: 325px;
  }

  .work_process .process_step:nth-child(4) .arrow {
    left: -407px;
  }

  .work_process .arrow {
    top: 285px;
  }

  .plant_office_content {
    padding: 35px 35px 35px 35px;
  }

  .owner_img {
    margin-top: 20px;
  }

  .our_application_section .tab_section .nav-tabs .nav-link {
    padding: 35px 53px;
  }

  .our_application_section .tab_section .tab-content {
    height: 318px !important;
  }

  .our_application_section .tab_section .tab-box {
    grid-template-columns: repeat(3, 1fr);
  }

  .our_process .process_card {
    margin-bottom: 20px;
  }

  .our_process {
    margin: 50px 0px 30px 0px;
  }

  .blog_card_box {
    margin-bottom: 0px;
  }

  .our_application_section .tab_section .tab-pane>.content-tab {
    top: 25% !important;
    width: 100% !important;
  }

  .our_application_section .tab_section .tab-content {
    height: 450px !important;
  }
}


@media screen and (max-width: 600px) {
  .our_application_section .tab_section .tab-content {
    height: 565px !important;
  }

  .header_top .collapse .navbar-nav>li:nth-child(1)>a {
    margin: 0px 6px 0px 0px;
  }

  .header_top .collapse .navbar-nav>li:nth-child(2)>a {
    margin: 0px 6px 0px 6px;
  }

  .header_top .collapse .navbar-nav>li:nth-child(3)>a {
    margin: 0px 0px 0px 4px;
    color: #000000 !important;
  }

  .vertival_tab_sec .tab-buttons {
    width: 100%;
  }

  .vertival_tab_sec .tab-content {
    width: 100%;
  }

  .vertival_tab_disc h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .vertival_tab_disc p {
    font-size: 17px;
  }

  .blog_page .date-label,
  .product_page .date-label {
    padding: 10px 10px !important;
  }

  .vertival_tab_disc {
    padding: 20px;
  }

  .products_slider {
    height: 155vh;
  }

  .home_chairman_section .chairman_detail {
    width: 100%;
  }

  .category_list {
    justify-content: center;
  }

  .our_application_section .tab_section .nav-tabs .nav-link {
    padding: 15px 8px;
  }

  .our_application_section {
    margin: 50px 0px;
  }

  .about-us-section .py-5 {
    padding-top: 2rem !important;
  }

  section.our_innovation {
    padding: 0px 10px 50px 10px;
  }

  .cta_section .post_btn {
    width: 64%;
    margin-bottom: 20px !important;
  }

  .cta_section {
    padding: 60px 20px 40px 20px;
  }

  .why_choose_right_section .box {
    padding: 24px;
    min-height: 268px;
  }

  .why_choose .btn-orange {
    padding: 10px 15px;
  }

  .products_slider {
    margin: 40px 0px;
    padding: 70px 0px;
  }

  .products_slider .slick-slider {
    margin-top: 120px;
  }

  .our_application_section .tab-box-grid a.nav-link {
    font-size: 14px !important;
  }

  .products_slider:before {
    width: unset;
  }

  .products_slider .heading {
    color: #ffffff;
  }

  .products_slider .right_side_content,
  .products_slider .left_side_content {
    padding: 0px 20px 0px 20px;
  }

  .products_slider .slick-prev {
    top: -10%;
    right: 32%;
  }

  .our_innovation .carousel-caption {
    padding: 50px 45px 55px 45px;
  }

  .products_slider .slick-next {
    top: -10%;
    right: 12%;
  }

  .our_innovation button.carousel-control-prev {
    left: -2% !important;
    display: block;
    padding: 6px 16px 4px 6px;
  }

  .our_innovation button.carousel-control-next {
    padding: 7px 9px 4px 11px;
    display: block;
  }

  .single_blog_left_part .featured_image img {
    height: 235px;
  }

  .process_page_section .process_img {
    height: 242px !important;
  }

  .blog_page,
  .product_page {
    margin: 40px 0px;
  }

  .eshadecard_cta .contact_banner .contact_btn {
    max-width: 48%;
  }

  .modal-dialog {
    top: 11%;
  }

  .eshadecard_cta .contact_banner_icon {
    left: calc(49% - 50px);
  }

  .manufacturing_process_section .step_number {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 36px;
  }

  .manufacturing_process_section .step_title {
    font-size: 16px;
    margin: 0px;
  }

  .manufacturing_process_section .step_desc {
    font-size: 20px;
  }

  .manufacturing_process_section .step_box {
    padding: 100px 20px 100px 20px;
    width: 49%;
  }

  .news_event_page {
    margin: 40px 0px 20px 0px;
  }

  .news_event_page .mb-4 {
    margin-bottom: 0px !important;
  }

  .single_news_events_left_part .single_news_event_detail p {
    font-size: 14px;
    line-height: 22px;
  }

  .single_news_events_left_part .single_news_event_detail h2 {
    font-size: 27px;
    line-height: 36px;
  }

  .single_news_events_left_part .single_news_event_detail h3 {
    font-size: 25px;
    line-height: 33px;
  }

  .single_blog_left_part .single_blog_detail p {
    font-size: 14px;
    line-height: 22px;
  }

  .single_blog_left_part .single_blog_detail h2 {
    font-size: 27px;
    line-height: 36px;
  }

  .single_blog_left_part .single_blog_detail h3 {
    font-size: 25px;
    line-height: 33px;
  }

  .single_news_event {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .single_blog_post {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer_sec i.fa-brands.fa-whatsapp {
    margin: 0 auto;
    font-size: 22px;
  }

  .single_news_events_left_part .featured_image img {
    height: auto;
  }

  .right_sidebar .blog_item h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .gallery_section {
    padding: 0px 0px 40px 0px;
  }

  .single_news_events_left_part .gallery_section .col-sm-12.col-md-6.col-lg-6 {
    padding: 0px;
  }

  .footer_sec .contact-bar {
    flex-direction: row;
    align-items: center;
    visibility: visible;
  }

  .wp_link {
    display: none;
  }

  .footer_sec .contact-btn {
    text-align: center;
    padding: 12px 18px;
    background-color: #ffffff;
    width: auto;
    font-size: 15px;
    line-height: 15px;
  }

  .footer_sec .whatsapp-btn {
    text-align: center;
    padding: 8px 10px;
    background-color: #1BA549;
    width: auto;
    border-radius: 5px;
  }

  .wp_link {
    display: none;
  }

  .product_particle_animation {
    display: none;
  }

  .product_team_application_section:before,
  .process_team_application_section:before {
    height: unset;
  }

  .border_line_sidebar {
    padding-left: 10px;
  }

  .border_line {
    border-right: 1px solid #dedede00;
    padding-right: 11px;
  }

  .main_slider .carousel-caption h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .product_team_application_section .container,
  .process_team_application_section .container {
    padding: 80px 10px 60px 10px;
  }

  .heading {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .description {
    font-size: 16px;
  }

  .product_advantages .shape-image {
    width: 100px;
    height: 106px;
    opacity: 0.30;
  }

  .product_advantages {
    padding: 0px 0px 20px 0px;
  }

  .application_advantages .shape-image {
    width: 100px;
    height: 106px;
    opacity: 0.30;
  }

  .application_advantages {
    padding: 0px 0px 20px 0px;
  }

  .feature_step .step_number {
    padding-bottom: 10px;
  }

  .feature_step .future_step_item {
    margin-bottom: 12px;
  }

  .feature_step .info-section {
    padding: 40px 10px 30px 10px;
  }

  .product_cta,
  .application_cta {
    padding: 40px 10px 40px 10px;
  }

  .product_cta h5,
  .application_cta h5 {
    line-height: 32px !important;
    font-size: 22px !important;
    padding-bottom: 0px !important;
  }

  .application_section {
    padding: 40px 0px;
  }

  .applicaton_form_faq {
    padding: 40px 0px;
  }

  .single_applications_section h4 {
    text-align: center;
  }

  .vertival_tab_sec {
    margin: 40px 0px;
  }

  .applicaton_form_faq .contact-form h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .single_applications_section .info_card h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .single_applications_section .info_card p {
    font-size: 16px;
    line-height: 26px;
  }

  .product_cta p,
  .application_cta p {
    padding-bottom: 10px;
  }

  .feature_step {
    margin-bottom: 0px;
  }

  .product_grades,
  .application_grades,
  .application_uses {
    margin: 40px 0px 30px 0px;
  }

  .product_team_application_section,
  .process_team_application_section {
    margin: 00px 0px;
  }

  .product_team_application_section .card-text,
  .process_team_application_section .card-text {
    font-size: 23px;
    line-height: 30px;
  }

  .product_team_application_section .card-body,
  .process_team_application_section .card-body {
    max-width: 100%;
    padding: 20px 10px 20px 10px;
  }

  .product_team_application_section .left_card,
  .process_team_application_section .left_card {
    margin-bottom: 20px;
  }

  .product_team_application_section .app_box_grid,
  .process_team_application_section .app_box_grid {
    padding: 10px;
  }

  .product_team_application_section .app_box_column,
  .process_team_application_section .app_box_column {
    padding: 20px 10px;
    width: 50%;
  }

  .product_team_application_section .app_box_grid .app_box_column:nth-child(2),
  .product_team_application_section .app_box_grid .app_box_column:nth-child(6) {
    border-width: 0px 0px 1px 0px;
  }

  .process_team_application_section .app_box_grid .app_box_column:nth-child(2),
  .process_team_application_section .app_box_grid .app_box_column:nth-child(6),
  .process_team_application_section .app_box_grid .app_box_column:nth-child(4) {
    border-width: 0px 0px 1px 0px;
  }

  .product_team_application_section .app_box_grid .app_box_column:nth-child(5) {
    border-width: 0px 1px 1px 0px;
  }

  .process_team_application_section .app_box_grid .app_box_column:nth-child(5) {
    border-width: 0px 1px 1px 0px;
  }

  .product_team_application_section .app_box_grid .three_grid:nth-child(4) {
    border-width: 0px 0px 1px 0px !important;
  }

  .product_team_application_section .app_box_grid .three_grid:nth-child(3) {
    border-width: 0px 1px 1px 0px !important;
  }

  .product_team_application_section .app_box_grid .three_grid:nth-child(5) {
    border-width: 0px 1px 0px 0px !important;
  }

  .product_countries {
    margin: 40px 0px;
  }

  .product_countries_box {
    width: 32.5%;
    margin-right: 0px;
  }

  .product_testimonial_section {
    padding: 50px 0px;
  }

  .country_card p {
    margin: 0px;
  }

  .product_testimonial_section .testimonial_box {
    max-width: 525px;
  }

  .since_text {
    font-size: 50px;
    line-height: 50px;
  }

  .product_testimonial_section .slick-prev {
    left: 28%;
  }

  .product_testimonial_section .slick-next {
    right: 42%;
  }

  #faqAccordion1 {
    margin-top: 15px;
  }

  .product_technical_table_data {
    margin: 40px 0px;
  }

  .features_of_masterbatches {
    padding: 40px 0px 143px 0px;
  }

  .future_step_item .d-flex {
    display: block !important;
  }

  .feature_step .future_step_item {
    padding: 0px;
  }

  .main_slider .carousel-caption p {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .footer .our_location {
    font-size: 15px;
  }

  .footer-bottom p {
    font-size: 14px;
    line-height: 24px;
  }

  .home_chairman_section .container .col-md-4 {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .home_chairman_section .container .col-md-6 {
    width: 100% !important;
  }

  .home_chairman_section .carousel-title {
    text-align: center;
  }

  .home_chairman_section .img-wrapper img {
    height: 291px;
    object-fit: contain;
  }

  .about-us-section .about_third_img {
    margin: 0px 0px 0px -100px;
  }

  .box_column {
    width: 100%;
    margin-bottom: 60px !important;
  }

  .box_column:last-child {
    width: 100%;
    margin-bottom: 0px !important;
  }

  .home_chairman_section .slick-dots {
    bottom: -50px;
  }

  .home_chairman_section {
    padding: 80px 0px 80px 0px;
  }

  .our_application_section .tab_section .tab-pane>.content-tab {
    padding: 30px;
    top: 14% !important;
  }

  .our_application_section .tab_section .tab-box .tab-icon img {
    margin-bottom: 0px;
    max-width: 60px;
  }

  .testimonial_form_section .col-sm-12 {
    width: 100%;
  }

  .cta_section .cta_btn {
    width: 100%;
    display: block;
  }

  .blog_card_box {
    margin-bottom: 30px;
  }

  .cta_section a.cta_description {
    width: 100%;
    margin: 20px auto;
  }

  .cta_section .heading {
    padding: 0px 0px 0px 0px !important;
  }

  .social-icons {
    margin-bottom: 20px;
  }

  .footer-bottom p {
    text-align: center !important;
  }

  .header_top .navbar-nav {
    padding-right: 10px;
  }

  .hero_government_icon {
    right: 56px;
    bottom: -59px;
  }

  .home_chairman_section .chairman_name {
    margin: -42px 20px 0px 20px;
  }

  .form_popup .contact-form h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .form_popup .contact-form {
    padding: 40px 15px 40px 15px !important;
  }

  .bottom_header .navbar .container {
    box-shadow: unset;
  }

  .bottom_header .heder_logo_main {
    width: 60%;
  }

  .bottom_header .award_icon {
    width: 2%;
  }

  .bottom_header .header_menu {
    width: 38%;
  }

  .bottom_header .navbar .container {
    padding: 10px 10px 10px 10px;
  }

  .main_section {
    padding: 60px 10px !important;
    background-position: -800px;
  }

  .header_top .navbar-nav {
    flex-direction: row !important;
    justify-content: center !important;
    padding-right: 0px !important;
  }

  .header_top .navbar-nav {
    flex-direction: row !important;
    justify-content: center !important;
    padding-right: 0px !important;
  }

  .carousel-caption {
    right: 1%;
    left: 1%;
  }

  button.carousel-control-prev {
    display: none;
  }

  button.carousel-control-next {
    display: none;
  }

  .main_slider .carousel-inner .carousel-item img {
    height: 633px !important;
    object-fit: cover;
  }

  .main_section .main_slider .carousel-inner .carousel-caption {
    top: 147px;
  }

  .hero_government_icon img {
    width: 43%;
  }

  .diffrent_header .bottom_header .heder_logo_main {
    width: 70%;
  }

  .award_icon {
    display: none;
  }

  .diffrent_header .bottom_header .header_menu {
    width: 30%;
  }

  .diffrent_header .heder_logo_main {
    border-right: 0px solid #dfdfdf !important;
  }

  .page_title {
    padding: 30px 10px;
  }

  .page_title .page_title_head {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 6px;
  }

  .feature_step .step_number {
    font-size: 40px;
    line-height: 50px;
  }

  button.navbar-toggler {
    border: 0px;
    padding: 0px;
  }

  .location_section .heading,
  .location_section .contact-form h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .product_section .heading,
  .product_section .contact-form h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading,
  .location_cta_section h3.location_cta_head {
    font-size: 25px;
    line-height: 30px;
  }

  .our_range_section .flex-wrap {
    flex-direction: column;
  }

  .our_range_section .nav-link {
    width: 100%;
    text-align: start;
  }

  section.our_range_section {
    padding: 10px;
  }

  .location_section,
  .supplier_section,
  .our_range_section {
    padding: 40px 0px;
  }

  .product_section {
    padding: 40px 0px;
  }

  .feature_step .image_box img {
    margin-bottom: 20px;
  }

  .product_advantages .advantage_card {
    padding: 30px 30px 20px 30px;
  }

  .application_advantages .advantage_card {
    padding: 30px 30px 20px 30px;
  }

  section.our_range_section {
    padding: 0px 10px;
  }

  .location_cta_section p.location_cta_description {
    width: 100%;
  }

  .location_cta_section .cta_btn {
    width: 83%;
  }

  .location_applications_section,
  .single_applications_section {
    padding: 40px 0px;
  }

  .applications_box {
    margin-bottom: 10px;
  }

  .location_why_choose_section img {
    margin-bottom: 20px;
  }

  .faq_section {
    margin: 40px 0px;
  }

  .location_cta_section {
    padding: 50px 10px;
  }

  .location_cta_section .cta_btn {
    width: 100%;
  }

  .footer_sec .company_profile {
    width: 100% !important;
  }

  .footer_sec .quick_link {
    width: 100% !important;
  }

  .footer_sec .product_links {
    width: 100% !important;
  }

  .footer_sec .contect_info {
    width: 100% !important;
  }

  .footer-bottom p {
    text-align: center !important;
  }

  .location_why_choose_section .gap-4 {
    gap: 10px !important;
  }

  .location_why_choose_section .sub_heading,
  .location_why_choose_section .heading,
  .location_why_choose_section .description {
    text-align: center !important;
  }

  .location_cta_section .location_cta_btn {
    font-size: 14px;
    line-height: 24px;
  }

  .location_chhoose_us_box h5,
  .location_chhoose_us_box p {
    text-align: center !important;
  }

  .footer .our_location {
    margin-bottom: 22px;
  }

  .header_top a.nav-link {
    font-size: 12px !important;
  }

  #google_translate_element select {
    width: 126px;
    padding: 5px 3px !important;
    font-size: 11px !important;
  }

  .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
  }


  .diffrent_header section.bottom_header {
    margin-top: 15px;
  }

  .diffrent_header .header_top .navbar-nav {
    justify-content: end !important;
  }

  .header_top .collapse .navbar-nav .nav-item.dropdown {
    margin: 0px 0px 0px 26px !important;
  }

  .diffrent_header {
    padding: 10px;
  }

  .location_section .contact-form {
    padding: 40px 15px 40px 15px !important;
  }

  .product_section .contact-form {
    padding: 40px 15px 40px 15px !important;
  }

  .our_range_section .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .eshadecard_explore_color {
    padding: 40px 0px;
  }

  .eshadecard_table td {
    white-space: nowrap;
  }

  .eshadecard_table .color_table thead tr {
    white-space: nowrap;
  }

  .eshadecard_grid_box .eshadecard_card {
    max-width: 100% !important;
  }

  .eshadecard_cta .contact_banner h5 {
    padding-top: 50px;
    padding-bottom: 10px;

    font-size: 25px;
    line-height: 35px;
  }

  .eshadecard_cta .contact_banner_icon {
    width: 100px;
    height: 100px;
  }

  .eshadecard_cta .contact_banner_icon {
    top: -50px;
  }

  .eshadecard_cta .contact_banner .contact_btn {
    margin-top: 0px;
  }

  .eshadecard_cta {
    margin-top: 80px;
  }

  .eshadecard_explore_color .heading {
    font-size: 25px;
    line-height: 35px;
  }

  .blog_section .post_text h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .blog_section .post_text p {
    font-size: 14px;
    line-height: 26px;
  }

  .blog_section {
    padding: 40px 0px 0px 0px;
  }

  .our_process {
    margin: 30px 0px 30px 0px;
  }

  .eshadecard_table {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .process_page_section .row {
    flex-direction: column-reverse;
  }

  .process_text .mt-4 {
    margin-top: 0px;
  }

  .our_range_section .tab_section .tab-pane li {
    width: 100%;
    margin: 10px 0px;
    font-size: 16px;
    line-height: 26px;
  }

  .location_chhoose_us_box p {
    margin: 0px;
  }

  .mt-4.our_location_ft {
    margin-top: 0.5rem !important;
  }

  .process_page_section {
    margin: 40px 0px;
  }

  .product_testimonial_section .slick-prev,
  .product_testimonial_section .slick-next {
    top: 105%;
  }

  .contact_detail .main_box_sec {
    flex-direction: column-reverse;
  }

  .map_section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact_detail .contact_us_form {
    margin-bottom: 40px;
  }

  .contact_detail h6 {
    margin-bottom: 6px;
  }

  .about_us_goal_sec .col-lg-4 {
    margin-bottom: 0px;
  }

  .goal_box_grid .goal_box {
    margin-bottom: -100px;
  }

  .profile_detail_box {
    padding: 10px 10px 30px 10px;
  }

  .profile_box:nth-child(3) .row {
    flex-direction: column-reverse;
  }

  .profile_box:nth-child(3) .profile_image {
    height: 400px;
  }

  .profile_box:nth-child(3) {
    border-radius: 120px 120px 40px 40px;
  }

  .profile_box {
    border-radius: 120px 120px 40px 40px;
  }

  .work_process .arrow_odd img {
    display: none;
  }

  .work_process .arrow img {
    display: none;
  }

  .about_page_cta .contact_banner .contact_btn {
    width: 50%;
  }

  .plant_office_content {
    width: 94%;
    margin: -115px 10px 70px 10px;
    padding: 35px 35px 35px 35px;
  }

  .plant_office_img {
    width: 100%;
    height: 400px;
  }

  h6.plant_office_heading {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }

  .plant_office_text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .about_page_cta .contact_banner h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .contact_detail {
    margin: 40px 0px 0px 0px;
  }

  .work_process .process_wrapper {
    margin-top: 30px;
  }

  .work_process .process_step {
    width: 300px;
    height: 300px;
  }

  .about_us_page_section .owner_img img {
    width: 100%;
  }

  .application_product {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
  }

  .product-card.slick-slide {
    margin-right: 8px !important;
  }

  .application_faq .heading {
    padding-top: 40px;
  }

  .our_application_section .tab-content h6 {
    font-size: 25px;
    line-height: 35px;
  }

  .testimonial_form_section .col-sm-12 {
    padding: 0px !important;
  }

  .testimonial_form_section {
    padding: 40px 15px;
  }

  .testimonial_form_section .contact-form h3 {
    font-size: 25px;
    line-height: 35px;
  }

  section.metalic_masterbatches {
    margin: 40px 0px;
  }

  .product_countries_box p {
    word-break: break-all;
    font-size: 14px;
    line-height: 14px;
  }

  .product_countries_box_grid {
    display: inline;
  }

  .profile_section {
    margin: 150px 0px 40px 0px;
  }

  .work_process {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 450px) {
  .manufacturing_process_section .step_box {
    padding: 100px 20px 100px 20px;
    height: 280px;
    width: 280px;
  }

  .manufacturing_process_section .step_container {
    justify-content: center;
  }

  .cta_section .post_btn {
    width: 95%;
    margin-bottom: 20px !important;
  }

  .products_slider {
    height: 100%;
    padding: 40px 0px 0px 0px;
  }

  .our_innovation .carousel h6 {
    font-size: 23px;
    line-height: 27px;
  }
}

@media screen and (max-width: 400px) {
  .product_countries_box {
    width: 49%;
  }

  .product_countries_box p {
    word-break: break-all;
    font-size: 17px;
    line-height: 21px;
  }
}

@media screen and (max-width: 360px) {
  .modal-dialog {
    top: 6% !important;
  }


}

.eshadecard_card .eshadecard_card_box .list-unstyled {
  margin: 0px;
}

.eshadecard_table .shadecard_image img {
  max-width: 100%;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
}

.eshadecard_table .shadecard_title .shadecard_heading {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  padding: 10px 0px;
}


.application_product .slick-slide {
  width: 100% !important;
}

.application_product {
  width: 100%;
}

.application_product .slick-track {
  display: flex !important;
  justify-content: center;
  gap: 10px;
}

.application_product .slick-slide>div {
  width: 100%;
}



/* 02-07-2025 css */
.blog_table tr:first-child td {
  background-color: #d9edf7;
  font-weight: 700;
}

.blog_table tr:first-child td span {
  background-color: unset !important;
  font-family: "Open Sans", sans-serif !important;
  color: #000 !important;
  font-size: 16px !important;
}

.alert.alert-info {
  background-color: #00800033;
  padding: 10px;
  border: 1px solid #00800033;
  color: #000;
  font-size: 14px;
}

.alert.alert-danger,
.text-danger {
  background-color: #f7fdfe;
  padding: 10px;
  border: 1px solid #f7fdfe;
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.text-succses {
  background-color: #00800033;
  padding: 10px;
  border: 1px solid #00800033;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 15px;
}

.text-info {
  background-color: #17a2b885;
  padding: 10px;
  border: 1px solid #17a2b885;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* form a:before {
    content: "\f2f1";
} */

.fa-solid.fa-rotate:hover {
  transform: rotate(180deg);
  transition: 0.3s;
}

.fa-solid.fa-rotate {
  transition: 0.3s;
  color: #000000;
  margin-left: 10px;
}

.captcha {
  padding: 7px 0px;
  border-radius: 10px 10px 0px 0px;
  color: #000000;
  margin-left: 9px;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* 11-7-2025 Added by P */
.why_choose_right_section .box.box1 {
  background-image: url('../images/img1.webp');
  background-size: cover;
  background-position: center;
}

.why_choose_right_section .box.box2 {
  background-image: url('../images/img2.webp');
  background-size: cover;
  background-position: center;
}

#form_response_product_form .text-succses {
  background-color: #04040400;
  border: 1px solid #ffffff00;
  padding: 0px;
}

#form_response_product_form .text-succses {
  color: #ffffff;
}

a:hover {
  cursor: pointer;
}

.product_countries .ul.slick-dots {
  display: none !important;
}

.product_countries .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.box:hover {
  background-color: #e95420 !important;
}

.box:hover h4,
.box:hover p {
  color: #fff;
}

.box:hover button {
  background-color: #fff !important;
  color: #000 !important;
}




/* modal pop up image */
.modal-dialog.modal-dialog-centered.modal-sm {
    max-width: 500px !important;
     z-index: 99999;
}
button.btn-close.position-absolute.top-0.end-0.m-1 {
    background-color: #ff4c00;
    color: #fff;
    padding: 10px;
    z-index: 9999;
    top: 0;
    right: 0px;
    margin: 0px !important;
       border-radius: 0px 6px 0px 0px;
    opacity: 1;
}
.btn-close {
  background-image: url(../images/close-btn.svg);
}