.theme-bg-default,
.theme-bg-default-before:before,
.theme-btn-default,
.theme-btn-white.active,
.theme-btn-white:before,
.theme-btn-white:hover,
.theme-bg-default,
.theme-bg-default-before:before,
.slick-prev:before,
.slick-next:before,
.footer-item .social-media-icons li a:hover {
  background-color: #ffac1c;
}

/* light */
.theme-bg-default-light,
.theme-bg-default-light-before:before {
  background-color: #eef7ff;
}

/**=========================
    END BACKGROUND
=========================**/

/**=========================
    START COLOR
=========================**/
a:hover,
.theme-btn-light,
.theme-btn-white,
.theme-text-default,
#header .nav-item.active .nav-link,
#header .nav-item:hover .nav-link,
#header .dropdown-item:hover,
#header .dropdown:hover .dropdown-toggle::after,
.client-says-img-content a:hover h4,
.blog-item .card:hover h4 a,
.recent-post-list a:hover h6,
.footer-item .social-media-icons li a:hover {
  color: #ffac1c;
}

/**=========================
    END COLOR
=========================**/

/**=========================
    START BORDER
=========================**/
.form-control:focus,
.form-control:active,
.form-control:hover {
  border-color: #1d70c9;
}

/**=========================
    END BORDER
=========================**/

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-tile-group .input-container {
  position: relative;
  height: 9rem;
  width: 9rem;
  margin: 0.5rem 1rem;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* border: 2px solid #f7921e; */
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 9%);
}

.radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
  background-color: #fff;
  /* border: 2px solid #f7921e;
    color: white; */
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 20px rgb(247 146 30 / 46%);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .icon svg {
  fill: white;
  background-color: #079ad9;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
  color: #000;
  background-color: transparent;
}

.radio-tile .icon img {
  width: 70px;
}

.maincategories {
  background: #fbfbfb;
  box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
}

.searchbtn .btn i {
  font-size: 18px;
}

.searchbtn .btn {
  padding: 0px 15px;
  height: 36px;
}

span.download_catalogue {
  color: #fff;
}

.dropdown-menu {
  left: auto;
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
}

/* .hero-text {
  max-width: 550px;
} */
.hero-text h1 {
  font-size: 44px !important;
  text-transform: uppercase;
  padding-top: 0px;
  color: #fff;
  text-shadow: 0 3px 6px rgb(0 0 0 / 55%);
  font-weight: 900;
  margin-bottom: 0;
}

.hero-text h1 span {
  display: block;
  color: rgb(244 129 32);
  font-weight: 900;
  /*-webkit-text-stroke:1px #ffd7b5;*/
}

.inner-hero-text h1 {
  font-size: 95px !important;
  text-transform: uppercase;
  padding-top: 0px;
  color: #fff;
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  font-weight: 900;
}

.inner-hero-text h1 span {
  color: rgb(244 129 32);
  font-weight: 900;
}

.ceomsg {
  border-radius: 10px;
  padding: 0 0px;

}

.ceomsg p {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}

.ceomsg .flex-grow-1 {
  align-self: center;
  padding-left: 0px;
}

.psize {
  margin-top: 30px;
}

.psize p {
  font-size: 16px;
  font-weight: 400;
}

.whoweare-se {
  background: #fff2e7;
}

.ceotextcon {
  background: #ffac1c;
}

.ceotextcon h5 {
  color: #fff;
}

.liststyle li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.liststyle li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffac1c;
  box-shadow: 0 1px 3px rgb(0 0 0 / 29%);
  top: 6px;
}

#header .navbar-toggler i {
  color: #fff;
  font-size: 24px;
  height: 34px;
  width: 34px;
  line-height: 32px;
}


/* *********************Menu***************** */


.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-section {
  min-height: 100%;
  position: relative;
  /* padding: 5em 0; */
}

#cd-vertical-nav ul {
  list-style: none;
}

#cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#cd-vertical-nav li {
  text-align: right;
}

#cd-vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}

#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

#cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#cd-vertical-nav a:hover {
  background: #ffac1c;
  border-radius: 4px;
  padding-right: 5px;
  padding-left: 5px;
}

#cd-vertical-nav a:hover .cd-label {
  opacity: 1;
  font-size: 18px;
  color: #fff !important;
}

#cd-vertical-nav a.is-selected .cd-dot {
  background-color: #8a0304;
}

#cd-vertical-nav .cd-dot {
  position: relative;
  top: 8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #f48120;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #f48120;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

a.is-selected {
  background: #ffac1c;
  border-radius: 4px;
  padding-right: 5px;
  padding-left: 5px;
}

a.is-selected .cd-label {
  color: #fff !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  font-size: 18px !important;
}

.boxstyle {
  background: #fff;
  padding: 14px 20px 50px 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 4px;
  min-height: 298px;
  position: relative;
  border-bottom: 4px solid #f48120;
}

.knowBTN {
  position: absolute;
  bottom: 12px;
  color: #f48120;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.boxstyle h4 {
  font-size: 20px;
}

.knowBTN:hover {
  color: #8a0304;
  text-decoration: none;
}

.logoheader {
  /* animation: zoom-in-zoom-out 2s ease infinite; */
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

@media (min-width: 1000px) {
  /* .nav-link:hover{
      color:#fff !important;
  } */

  /* #pills-tab .nav-link:hover{
      color:#ffac1c !important;
  }

  .who_we_tab .nav-link:hover{
      color:#ffac1c !important;
  } */


  .navbar-nav {
    display: flex;
    position: relative;
  }

  .navbar-nav .nav-item {
    list-style: none;
  }

  .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 10px 20px;
    text-decoration: none;
    color: 262626;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    z-index: 1;
  }

  /* .navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 100%;
  border-bottom: 2px solid #fff;
  transform: scaleY(2);
  opacity: 0;
  transition: 0.3s;
  }
  .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  }
  .navbar-nav .nav-item .nav-link:hover:before {
  transform: scaleY(1);
  opacity: 1;
      padding-bottom:10px;
  
  }
  .navbar-nav .nav-item .nav-link:hover:after {
  transform: scaleY(1);
  opacity: 1;

  } */
}

#header .nav-link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  white-space: nowrap !important;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

#footer {
  margin-top: 50px;
}

.awrdsbox {
  box-shadow: 0 0 10px rgb(0 0 0 / 22%);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

#header .nav-item.active .nav-link,
#header .nav-item:hover .nav-link {
  color: #f48120 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f48120;
}

div#v-pills-tab {
  border: 1px solid #ffd58b;
  border-bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
  border-bottom: 1px solid #ffd58b;
  border-radius: 0;
  color: #f48120;
}

.cerificatescon div.card {
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.sticky-top {
  top: 30px;
}

.cred.sticky-top {
  top: 60px;
}

.abst.sticky-top {
  top: 90px;
  z-index: 1;
}

.logoheader {
  -webkit-transition: all .2s ease-in-out;
}

.header-fixed .logo {
  box-shadow: none;
  padding-top: 5px;
}

.header-fixed .logoheader {
  height: 50px !important;
}

.certibox {
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 10px;
}

.certibox img {
  height: 100px;
}

.patentbox {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgb(0 0 0 / 9%);
  background-color: #fff;
  margin-bottom: 20px;
}

.petentimg img {
  width: 100%;
}

.patent-body {
  padding: 20px;
}

.patent-body h3 {
  color: #ffac1c;
  font-size: 21px;
  font-weight: 600;
}

/* .cerificatescon .service-img img {max-height: 265px;} */

#header .nav-item.active .nav-link {
  background-color: #f48120 !important;
  color: #fff !important;
  border-radius: 6px;
}

.nav-pills .nav-link:hover {
  background-color: rgba(255, 172, 28, 0.15);
  color: #f48120;
}

.sus-certi .service-img img {
  max-height: 100px;
  width: auto;
}

.cerificatescon div.card {
  margin-bottom: 20px;
}

.service-item h6,
.service-item h5 {
  font-size: 22px;
  font-weight: 600;
}

.close {
  font-size: 1.5rem;
}

.col-12 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 0rem;
  width: 100%;
  transition: transform .2s;
}

.col-12 img:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.05);
}

.sectionhead h5 {
  color: #000;
}

strong {
  font-weight: 600;
}


body#page-top {
  /* background-image: url(assets/perfect/image/dhaga_02.png) !important; */
  background-size: 100% 100%;
}

/* Product color Change */

#imghueFilter {
  filter: hue-rotate(0deg);
}

.color-slider input {
  width: 100%;
}

.product-color-change {
  padding: 0px;
}

.range-slider {
  margin: 0 auto 0 auto !important;
  width: 40%;
  /* position: absolute;
  bottom: 57px;
  z-index: 99;
  left: 0;
  right: 0; */
  /* box-shadow: 0 3px 6px rgb(0 0 0 / 41%); */
  height: 29px;
  padding: 0 10px;
}

.product__list .container {
  max-width: 1366px;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 5px;
  border-radius: 5px;
  background: #f48120;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #8a0304;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #8a0304;
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #8a0304;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #8a0304;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
  background: #8a0304;
}

.range-slider__range:active::-moz-range-thumb {
  background: #8a0304;
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #8a0304;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #8a0304;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #8a0304;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

button.close {
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: 999;
}

.product__viewCon button.close {
  right: 15px;
}

button.close span {
  font-size: 50px;
}

button.close span img {
  width: 20px;
}

.product-color-change {
  position: relative;
  min-height: 314px;
  z-index: 9;
  background: #fff;
}

.modal-view {
  text-align: center;
}

.modal-view img {
  /* height: 280px; */
  width: 100%;
}

.product-co-img {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

.product-co-img img {
  /* height:280px; */
  width: 100%;
}

.shop_container.list .product {
  display: block;
  position: relative;
  min-height: 350px;
}

.product__viewCon {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  z-index: 95; 
}

.productView {
  position: relative;
}

.modal__view {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #f48120;
  padding: 10px;
  border-radius: 4px;
  border: 0;
  z-index: 99;
  color: #fff;
  font-size: 14px;
}

.modal__view:hover {
  background-color: #fff;
  border: 1px solid #f48120;
  color: #f48120;
}

.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: #fff;
  color: #f48120;
}

.slider__wishlist {
  display: flex;
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  z-index: 91;
  justify-content: end;
  align-items: center;
}

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
  padding: 7px 20px;
}

.shop_container.list .pr_action_btn li.add-to-cart a i {
  margin-right: 0;
}

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a.wishlistsi {
  padding: 7px 12px;
}

html {
  scroll-behavior: smooth;
}

.list-group-item {
  border: 0px;
  border-right: 2px solid rgba(0, 0, 0, .125);
}

.list-group {
  border-radius: 0px;
  margin-right: 40px;
}

.list-group-item.active {
  background-color: rgb(244 129 32 / 21%);
  color: #000;
  border-color: rgb(244 129 32);
}

/* End */


@media (min-width:2200px) {
  .tab-sectiond .col-md-3 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }

  .tab-sectiond .col-md-9 {
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-grow: inherit;
    margin-left: auto;
  }

  #header .dropdown-menu {
    display: flex;
    top: 100%;
    border-radius: 0;
    border: 0px;
  }

}

@media only screen and (min-width: 768px) {

  .touch .cd-nav-trigger,
  .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

@media(max-width:767px) {
  #header {
    padding: 0 !important;
  }

  .logo {
    position: static;
    box-shadow: none;
  }

  .logoheader {
    height: 50px !important;
  }

  .boxstyle {
    min-height: auto;
  }

  .ceomsg .flex-grow-1 {
    align-self: center;
    padding-left: 0px;
    margin-top: 20px;
  }

  .modal-view img {
    height: auto;
    width: 100%;
  }

  .product-co-img img {
    height: auto;
    width: 100%;
  }

  .range-slider {
    height: 24px;
    width: 40%;
    /* margin: 0 !important;
    bottom: 17px;
    left: 13px; */
  }

  #header .nav-item.active .nav-link {
    padding-left: 15px;
  }

  .list-group {
    margin-right: 0px;
  }

  .list-group-item {
    border: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, .125);
  }

  .sticky-top {
    z-index: 9;
  }
}

.perfect_recycled_counter {
  position: relative;
  font-size: 73px;
  font-weight: 700;
  color: #ffac1c;
  padding-left: 50px;
}

#products {
  background-image: url('../image/home/small_banner_yarn.png');
  background-repeat: no-repeat;
  background-size: 100% 50%;
}

.section-heading {
  text-align: center;
  text-shadow: none;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

/* .section-heading h2:before {content: ""; position: absolute; left: 0; right: 0; height: 4px; background-color: #8c1605; width: 15%; bottom: 0; margin: 0 auto;} */
.about-section {
  background-color: #f7931e;
  padding: 0 0 50px 0;
}

.ab-img img {
  max-width: 100%;
}

.service-item .service-item-content h4 {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* .service-item .service-item-content h4:before {content: ""; position: absolute; left: 0; right: 0; height: 2px; background-color: #8c1605; width: 7%; bottom: 0; margin: 0 auto;} */
.more__btn {
  text-align: center;
}

.button_slide {
  color: orange;
  border: 2px solid #fff;
  padding: 8px 30px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 18%);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background-color: transparent;
  color: #fff;
  text-transform: normal;
  border-radius: 6px;
}

.more__btn .custom-btn {
  border: 1px solid #f48120;
  border-radius: 6px;
  background: #f48120;
  font-size: 16px;
  padding: 8px 30px;
  color: #fff;
  /* box-shadow: 2px 2px 5px rgb(0 0 0 / 34%); */
  text-transform: none;
}

.more__btn .custom-btn:hover {
  background: #fff;
  color: #f48120;
}

.more__btn .custom-btn.theme-btn:hover:before {
  display: none !important;
}

.sustainbilty-section .service-item .service-item-content h4 {
  text-transform: none;
  font-size: 20px;
}

.box-design {
  padding: 15px;
  border: 2px solid #ff7300;
  overflow: hidden;
}

.box-design img {
  width: 100%;
  transition: transform .2s;
}

.box-design:hover img {
  transform: scale(1.05);
}

button.close.popup__btn {
  background: white;
  padding: 3px 9px 6px 10px;
  border-radius: 50%;
  color: #017ffc;
  margin-bottom: -28px;
  margin-right: -25px;
  margin-top: -5px;
  width: 40px;
  height: 40px;
  opacity: 1;
}

button.popup__btn.close span {
  font-size: 34px;
}

.perfect_recycled_counter:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffac1c;
}

.image-slider {
  position: relative;
}

.image-slider .owl-nav button.owl-prev,
.image-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transform: translateY(-100%);
}

.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
  color: #000;
  font-size: 24px;
}

.image-slider .owl-nav button.owl-prev {
  left: 10px;
}

.image-slider .owl-nav button.owl-next {
  right: 10px;
}

.survey-val {
  width: 140px;
}

.img-w {
  width: 85%;
}

.img-txt {
  position: absolute;
  top: 4%;
  left: 0;
  /* transform: translate(-174px, 82px); */
  right: 0;
  bottom: 50px;
  overflow: auto;
  max-width: 79%;
  margin: 0 auto;
}

.img-txt2 {
  position: absolute;
  top: 4%;
  left: 0;
  /* transform: translate(-174px, 82px); */
  right: 0;
  width: 80%;
  margin: 0 auto;
}

.arrowD-won {
  position: absolute;
  top: 31%;
  right: -20px;
  /* transform: translate(-174px, 82px); */
  width: 50px;
}

.hero-btn {
  /* position: absolute;
  bottom: 50px;
  left: 37px; */
  margin-top: 40px;
}

.hero-banner .hero-item {
  height: 525px;
  background-position: center;
  background-size: 100% 100%;
}

.more__btn.newclass .custom-btn {
  border-color: #fff;
  background: transparent;
}

.more__btn.newclass .custom-btn:hover {
  background: #fff;
}

@media (min-width:1367px) {
  .tab-sectiond .col-md-3 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }

  .tab-sectiond .col-md-9 {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
  }

  .list-group {
    border-radius: 0px;
    margin-right: 20px;
  }

  #slider-carousel .carousel-item,
  .hero-banner .hero-item {
    height: 570px;
  }


}

@media (min-width:1600px) {

  #slider-carousel .carousel-item,
  .hero-banner .hero-item {
    height: 670px;
  }

  .hero-btn {
    left: 54px;
  }

  .hero-text h1 {
    font-size: 60px !important;
  }

  .img-txt {
    padding-left: 15px;
  }

  .arrowD-won {
    left: 110%;
  }
}

@media (min-width:1800px) {

  #slider-carousel .carousel-item,
  .hero-banner .hero-item {
    height: 690px;
  }
}

@media (min-width:1921px) {

  #slider-carousel .carousel-item,
  .hero-banner .hero-item {
    height: 750px;
  }
}


.hero-banner .hero-item {
  display: flex;
  align-items: center;
}


.ceoimg img {max-width:411px;}


.searchbar {
  margin: 0 auto;
}

.pro-head {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}

.productheader .navbar {
  padding: 0px;
}

.pro-filters {
  padding: 10px 15px;
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.form-control {
  padding: 5px 10px 5px 0 !important;
}

textarea.form-control,
textarea.form-control:focus {
  padding: 12px 15px 12px 0;
}

/* .more__btn, .custom-btn {padding: 10px 42px; font-size: 18px; text-transform: uppercase;letter-spacing: 1px;font-family: 'Roboto', sans-serif;} */
.theme-btn-light:before {
  display: none;
}

/* .custom-btn,
.theme-btn-light:hover {
  border-radius: 6px;
} */

.custom-btn {
  border-radius: 6px !important;
}

.pt__100 {
  padding-top: 100px;
}

.pt-mt {
  margin-top: 30px;
  padding-top: 90px;
}

.damanm {
  margin-top: 40px;
}

.certirec-padd {
  padding-top: 75px;
}

.sustainbilitycon .list-group-item {
  border-right: 0px;
  border-right: 2px solid rgba(0, 0, 0, .125);
}

.list-group-item-action {
  width: auto;
}

.sustainbilitycon .list-group-item.active {
  background-color: rgb(244 129 32 / 21%);
  color: #000;
  border-right: 2px solid rgb(244 129 32);
}

.footer-item ul.footer-links li a:hover {
  color: #f48120;
}

.open-pro-modal {
  cursor: pointer;
}

.colorpallet {
  margin-top: 15px;
  justify-content: center;
  padding-left: 10px;
}

.colorpallet span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.liststyle ul {
  list-style: none;
}

.product_info br {
  display: none !important;
}

.form-control {
  font-weight: 400;
}

.probtn .custom-btn-menu {
  margin-left: 10px;
  border-radius: 4px;
  padding: 9px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  display: flex;
  font-weight: 500;
}

.probtn .custom-btn-menu:hover {
  background-color: rgb(255 227 178);
  color: #f48120;
}

.search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.searech-sectionss {
  flex: 1;
  margin: 0 10px 0 20px;
}

.productheader {
  background: #f7921e;
  padding: 30px 0 10px 0;
  top: 61px;
  z-index: 99;
}
.modal__view.fa.fa-eye {
  z-index: 91;
}
div#scrollmenu1 {
  z-index: 9;
}

.pr_desc .table td,
.pr_desc .table th {
  font-size: 15px;
  padding: 7px 10px;
}

.section-heading {
  font-size: 32px;
}

.cerificatescon div.card {
  padding: 15px 20px 15px 20px;
}

.head-after {
  display: none !important;
}

.ceoimg {
  margin-right: 20px;
}

.product_img img {
  display: block;
  padding: 20px 0 0 20px;
  border: 0px;
}

.certibannerleft .inner-hero-text h1 {
  color: rgb(244 129 32);
  padding-left: 38%;
  font-size: 80px !important;
  margin-bottom: 0;
}

.certibannerright .inner-hero-text h1 {
  color: rgb(244 129 32);
  padding-right: 38%;
  font-size: 80px !important;
  text-align: right;
  margin-bottom: 0;
}

.section.product__list {padding-top: 100px;}
.modal-content button.close {
  background: white;
  padding: 0 !important;
  color: #017ffc;
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
  text-align: center !important;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: -28px;
  margin-right: -15px;
  margin-top: -15px;
}

button.close span {
  font-size: 34px !important;
}

.paging-style .pagination .page-link {
  color: #f48120;
  border-radius: 8px !important;
  margin: 0 5px;
  width: 40px;
  text-align: center;
}

.page-item.active .page-link {
  background-color: #f48120;
  border-color: #f48120;
  color: #fff !important;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f48120;
  border-color: #f48120;
}

.searech-sectionss .form-control {
  padding: 5px 10px 5px 15px !important;
  height: 36px;
  border-radius: 4px 0 0 4px;
}

.sepadd {
  padding-top: 10px;
}

.nav-item .dropdown-item {
  width: auto;
}

.cta-btn a i {
  display: block;
  width: 40px;
  height: 40px;
  background: #f48120;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  border-radius: 6px;
  margin-right: 10px;
  border: 1px solid #f48120;
}

.cta-btn a:hover i {
  background-color: #fff;
  color: #f48120;
}

.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a.addedtowishlist {
  background: #ffffff;
  border-color: #fbcca6;
  color: #f48120;
  pointer-events: none;
}

.shop_container.list .pr_action_btn li.add-to-cart a.addedtowishlist i {
  color: #ff0000;
}

.paging-style .page-link:hover {
  background-color: #ffffff;
  border-color: #f48120;
  color: #f48120 !important;
}

.suscerti .service-item h5 {
  color: #f48120;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

@media (min-width:767px) and (max-width:1023px) {
  .recent-post-list .theme-d-flex .recent-post-list-img {width: auto;}
  .productheader {padding: 70px 0 10px 0;}
  .sepadd {
    padding-top: 45px;
  }
  .section.product__list {
    padding-top: 60px;
}
  .alert.alert-warning.alert-dismissible {margin-top: 30px !important;
    margin-bottom: 0 !important;
  }
  #contact-info.contact-info-page {
    padding: 150px 0px 70px;
}
#contact-info .alert.alert-warning.alert-dismissible {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.inner-hero-text h1 {font-size: 80px !important;}
.hero-text.pl-lg-5 {
  margin-top: 30px;
}
.hero-text h1 {
  font-size: 30px !important;}
  .service-item {height: 100%;}
  .service-item .card {height: 100%;}
}


@media (max-width:991px) {
  .perfect_recycled_counter {
    font-size: 28px;
    padding-left: 20px;
  }

  .ceotextcon {padding-bottom: 10px;}
  .ceoimg {margin-bottom: 20px;}
  .ceoimg img {max-width: 100% !important;}

  .containerff {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .ab-img {margin-bottom: 30px;text-align: right;}
  .ab-img img {height: 250px;} */
  .logo {
    position: static;
    box-shadow: none;
  }

  .img-w {
    width: 100%;
  }

  .img-txt {
    position: absolute;
    top: 20px;
    left: 5%;
    transform: none;
    width: 240px;
    bottom: 40px;
    overflow: auto;
  }

  .img-txt2 {
    position: absolute;
    top: 10px;
    left: 5%;
    transform: none;
    width: 260px;
    bottom: 40px;
    overflow: auto;
    padding-top: 20px;
  }

  .arrowD-won {
    position: absolute;
    top: inherit;
    left: 40%;
    transform: rotate(90deg);
    width: 70px;
    bottom: -53px;
    z-index: 99;
  }

  .mt80 {
    margin-top: 80px;
  }

  .hero-banner .hero-item,
  #slider-carousel .carousel-item {
    height: 340px;
  }


  .hero-btn {
    bottom: 30px;
    left: 21px;
    margin-top: 0px;
  }

  .service-item .service-item-content p {
    min-height: auto;
  }

}

@media (max-width:767px) {
  .section.product__list {padding-top:0px; margin-top:0px;}
  .cerificate_footer {
    justify-content: flex-start;
  }
  .alert.alert-warning.alert-dismissible {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }

  #contact-info .alert.alert-warning.alert-dismissible {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

  #footer {
    padding: 5% 1% 0% 1%;
  }

  .section-header h2 {
    font-size: 26px !important;
  }
  

  .product_img img {
    padding: 0
  }

  .hero-banner .hero-item.inner-hero {
    height: 150px;
  }

  .certibannerleft .inner-hero-text h1,
  .certibannerright .inner-hero-text h1 {
    font-size: 22px !important;
    text-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  }

  .hero-btn {
    /* bottom: 15px;
    left: 16px; */
    margin-top: 10px;
  }

  .pro-head {
    color: #fff;
    padding-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .button_slide,
  .more__btn .custom-btn,
  .custom-btn {
    padding: 5px 15px !important;
    font-size: 16px !important;
  }

  .pt__100 {
    padding-top: 0px;
  }

  .damanm {
    margin-top: 20px;
  }

  .pt__100.ourmanag {
    padding-top: 30px;
  }

  .pt__100.ourvision {
    padding-top: 20px;
  }

  .sustainbilitycon .margin_top {
    padding: 0px !important;
  }

  .influendt .about-us-item {
    padding-bottom: 0px;
  }

  .certirec-padd {
    padding-top: 15px;
  }

  .search-header {
    display: block;
    margin-top: 50px;
  }

  .searech-sectionss {
    margin: 0 0 10px 0;
  }

  .probtn .custom-btn-menu:nth-child(1) {
    margin-left: 0px;
  }

  .productheader {
    padding: 10px 0 10px 0;
    top: 51px;
  }

  .productheader.sticky-top {
    position: static !important;
  }

  .section-heading {
    font-size: 26 !important;
  }

  .section-header h1,
  .about-us-right h1 {
    font-size: 26px !important;
  }

  .patent-body h3 {
    font-size: 20px;
  }

  .sus-certi .service-img img {
    max-width: 100%;
  }

  .section-heading {
    /* font-size: 26px; */
  }

  .slippery {
    display: none !important;
  }

  .hero-text h1 {
    font-size: 20px !important;
    text-transform: uppercase;
  }

  .ceomsg {
    padding: 0px;
  }

  .ceoimg img {
    width: 100%;
  }

  .ceotextcon {
    padding-bottom: 20px;
  }

  .radio-tile-group .input-container {
    height: 6rem;
    width: 6rem;
    margin: 0.5rem 0.5rem;
  }

  .radio-tile .icon img {
    width: 30px;
  }

  .radio-tile-group .input-container .radio-tile-label {
    font-size: 14px;
  }

  .shop_container.list .product_img {
    float: none;
    width: 100%;
    max-height: 100px;
    margin-bottom: 15px;
  }

  span.download_catalogue {
    color: #fff;
    display: block;
  }

  .ceomsg p {
    font-size: 16px;
  }

  #slider-carousel .carousel-item {
    height: 150px !important;
  }

  .inner-hero-text h1 {
    font-size: 30px !important;
    margin-bottom: 0;
  }

  .ceoimg {
    margin-right: -15px;
    margin-left: -15px;
  }

  .our_vision_heding {
    font-size: 26px !important;
  }

  .probtn .custom-btn-menu br {
    display: none;
  }

  .product-color-change {
    margin: 0;
    min-height: auto;
  }

  .product__viewCon {
    bottom: auto;
    height: auto;
  }

  .service-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}



@media (min-width:1600px) {
  .largepadd li {
    padding-top: 20px !important;
    ;
    padding-bottom: 20px !important;
  }

  .largelinehei p {
    line-height: 34px !important;
  }
}

@media (min-width:1368px) {
  .large-d-img {
    height: 710px;
  }
}

.padd-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.copyright_b {
  text-align: center !important;
  margin-bottom: 20px !important;
  border-top: 1px solid #ffe4b6;
  padding-top: 20px;
  width: 100% !important;
}

.footer-call {
  flex: 1 1 auto !important;
}

.footer-call.ab {
  width: 36%;
  margin-right: 20px;
}

.footer-call.ql {
  width: 11%;
  margin-right: 20px;
}

.footer-call.ce {
  width: 24%;
  margin-right: 20px;
}

.footer-call.co {
  width: 35%;
}

.service-item h5 {
  font-size: 18px;
  min-height: 43px;
}

.patentbox .patent-body .patenttxt {
  height: 90px;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width:1900px) {
  .patentbox .patent-body .patenttxt {
    height: 100px;
  }
}

@media (max-width:991px) {
  .patentbox .patent-body .patenttxt {
    height: auto;
  }

  .footer-call.ab {
    width: 100%;
    margin-right: 0px;
  }

  .footer-call.ql {
    width: 100%;
    margin-right: 0px;
  }

  .footer-call.ce {
    width: 100%;
    margin-right: 0px;
  }

  .footer-call.co {
    width: 100%;
  }

  .sustainbilitycon .list-group-item {
    border-right: 0px;
  }

  .sustainbilitycon .list-group-item.active {
    border-right: 0px;
  }

  .padd-5 {
    border-bottom: 0px;
  }

  .shop_container.list .product {
    min-height: auto;
  }

  .slider__wishlist {
    position: static;
  }

  .product__viewCon {
    padding: 10px;
  }

  .shop_container.list .product_info {
    padding: 0px 0px 0px 15px;
  }

  .pr_desc {
    overflow: auto;
  }

  button.close span img {
    width: 15px;
  }

  .table {
    margin-bottom: 0px;
  }

  .probtn .custom-btn-menu {
    font-size: 12px;
  }

  .probtn {
    justify-content: space-between;
  }
  #scrollmenu1 .list-group-item {padding: 0.75rem 0;}
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
}

.h2,
h2 {
  font-size: 26px;
}

.h5,
h5 {
  font-size: 18px;
}

.about-us-head h2 {
  font-size: 32px !important;
}

.about-us-head h2.bottom-heading, h4.bottom-heading {font-size: 50px !important; text-transform: none !important;}

.pdf-iframe {
  width: 100%;
  height: 550px;
}

@media (min-width:1600px) {
  .pdf-iframe {
    width: 100%;
    height: 700px;
  }
}

.largepadd li:before {content: none; }
.largepadd li {padding-left: 0px;}
h4.heading-4 {
  text-transform: uppercase;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

/* h4.heading-4:before {position: absolute; width: 50%; height: 1px; background:#ffac1c; margin: 0 auto; content: ""; bottom: 0; left: 0; right: 0;} */

.section-header.bottom-count {width:auto; margin:0px; text-align:left;margin-top: 120px;}
.footer-item ul.footer-links li a {font-family: 'Poppins', sans-serif !important;}
@media (max-width:767px) {
  .section-header.bottom-count {margin-top: 40px;}
  .service-item .service-img img {max-height: inherit;}
  .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a.wishlistsi {padding: 5px 12px;}
  .shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
    padding: 5px 10px;
}
.modal__view {padding:7px;}
button.close.btn-left {
  right: inherit;
  left: -10px;
  margin-top: -10px !important;
}
.shop_container.list .product_info {padding: 0px;}
.range-slider {margin: 0 auto 0 0 !important;padding: 0;}
.shop_container.list .pr_desc {
  min-height: 50px;
  overflow: auto !important;
}
.shop_container.list .pr_desc table {width: 100% !important;}
}

.menu__mobile {display: none;}
.menu__mobile .card-header {background: transparent; border:0px; margin:0px; padding: 0;}
.menu__mobile .accordion button, .accordion button {background: transparent; border:0px; margin:0px; padding: 0;color: #000;}
.menu__mobile .accordion button, .accordion button i {color: #f58a31;padding: 0 5px;}
.menu__mobile .accordion>.card {border: 0px;}
.menu__mobile ul li {padding: 7px 0;}
.menu__mobile ul li a {color: #f48120; font-weight: 500;}
.menu__mobile ul li .mobilesub-menu a {font-weight: 400; color: #000; display: block;}
.menu__mobile .accordion .card-header a {padding: 0px;}
#header .menu__mobile ul li .mobilesub-menu .dropdown-item {    padding: 9px 15px;}

.heading___sty {color: #000;}
.heading___sty span {color: #f48120;}
.list_product_action_box .pr_action_btn li.add-to-cart a {
  font-size: 16px;
  width: auto;
  height: auto;
  padding:0px 20px;
  background-color: #f48120;
  border: 1px solid #f48120;
  color: #fff;
  border-radius: 6px;
}
.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: #fff;
  color: #f48120;
}

.wishlist-count {
  background: #f48120;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
}
.footer_link_heading.text-center {
  text-align: center !important;
} 
.about-us-item {min-height: 390px;}

@media (max-width:991px) {
  .menu-desktop {display: none;}
  .menu__mobile {display: block;}
  .about-us-head h2.bottom-heading, h4.bottom-heading {
    font-size: 32px !important;
    text-transform: None !important;
}
}

span.no-plus {
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width:420px) {
  .probtn .custom-btn-menu {padding: 9px 13px;}
  .probtn .custom-btn-menu {
    font-size: 11px;
}
.service-item h5 {min-height: auto;}
}