@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap';

::selection {
  background: #e28f26;
  color: #fff;
  text-shadow: none
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #e28f26
}

[class^=box-] {
  display: none
}

[class^=box-].showfirst {
  display: block
}

html {
  scroll-behavior: smooth
}

body {
  font-family: open sans, sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: open sans, sans-serif
}

*:hover,
*:focus,
* {
  outline: none !important
}

img {
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none
}

a,
input[type=submit] {
  -webkit-transition: all .4s ease-In-out;
  -moz-transition: all .4s ease-In-out;
  -o-transition: all .4s ease-In-out;
  transition: all .4s ease-In-out;
  display: inline-block;
  cursor: pointer
}

a:hover {
  color: #e18e25
}

span {
  display: inline-block
}

strong {
  font-weight: 700
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: 0 0;
  border: none;
  border-radius: 0;
  font-family: open sans, sans-serif;
  font-weight: 400
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400
}

.row-reverse {
  flex-direction: row-reverse
}

.pad-sec {
  padding: 90px 0
}

.pad-zero {
  padding: 0
}

.pad-l-zero {
  padding-left: 0
}

.pad-r-zero {
  padding-right: 0
}

.pad-b-140 {
  padding-bottom: 140px
}

.pb-75 {
  padding-bottom: 75px
}

.pb-100 {
  padding-bottom: 100px
}

.w-1200 {
  max-width: 100%;
  width: 1200px
}

.ovr-hiddn {
  overflow: hidden
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1
}

.overlay {
  display: none
}

.overlay.active {
  display: block
}

.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px
}

.hding-2 h2 {
  font-size: 45px;
  font-weight: 700;
  color: #271907;
  line-height: 48px
}

.hding-3 h3 {
  font-size: 24px;
  color: #271907;
  font-weight: 600
}

.para p {
  font-size: 18px;
  line-height: 23px;
  color: #897c68
}

.para-sm p {
  font-size: 15px;
  line-height: 23px;
  color: #897c68
}

.slick-list {
  margin: 0 -15px
}

.slick-slide {
  margin: 0 15px
}

.slick-dots {
  padding: 0;
  text-align: center;
  z-index: 100000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23%
}

.slick-dots li {
  margin: 0 20px 0 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0;
  border: none
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  -webkit-transition: all .4s ease-In-out;
  -moz-transition: all .4s ease-In-out;
  -o-transition: all .4s ease-In-out;
  transition: all .4s ease-In-out;
  box-sizing: border-box
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px
}

header {
  -webkit-transition: all .4s ease-In-out;
  -moz-transition: all .4s ease-In-out;
  -o-transition: all .4s ease-In-out;
  transition: all .4s ease-In-out
}

.logo {
  display: inline-block
}

.logo img {
  display: block
}

.btn-hover {
  position: relative;
  overflow: hidden;
  z-index: 0
}

.btn-hover span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #e28f26;
  -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
  transition: width .4s ease-in-out, height .4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.btn-hover:hover {
  color: #fff
}

.btn-hover:hover span,
ul.portfolio-menu>li.current>a span {
  width: 225%;
  height: 562.5px
}

.slick-slide a {
  width: 100%
}

.slick-slide img {
  width: 100%;
  border-radius: 20px
}

.innerProjectSlider .slick-slide img {
  border-radius: 0;
  max-height: 500px;
  object-fit: cover
}

.slick-track img {
  border-radius: 0
}

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
  display: none
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  transition: .6s all;
  border-radius: 100px
}

.menu-Bar span:nth-child(1) {
  top: 0
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left
}

.menu-Bar span:nth-child(3) {
  top: 16px
}

.menu-Bar.open span {
  background: #fff
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center
}

.menu {
  font-size: 0;
  display: inline-block;
  vertical-align: middle
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px
}

.menu li.last {
  margin: 0
}

.menu li a {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none
}

.menu li:hover a,
.menu li.active a {
  color: #e18e25
}

.dropdown-nav {
  position: relative
}

.dropdownWrap {
  position: absolute;
  left: 0;
  top: 18px;
  display: none
}

ul.dropdown {
  margin-top: 5px;
  width: auto;
  border-radius: 0;
  background-color: #fff;
  z-index: 1;
  padding: 7px 9px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  min-width: 200px
}

ul.dropdown li {
  width: 100%;
  display: block;
  margin-bottom: 5px
}

ul.dropdown li a {
  font-size: 20px;
  letter-spacing: -.1px;
  color: #212529 !important;
  padding: 5px 0;
  position: relative;
  display: block;
  border-radius: 6px;
  line-height: normal
}

ul.dropdown li:hover a,
ul.dropdown li.active a {
  color: #febd16 !important;
  background-color: rgb(254 189 22/12%)
}

ul.dropdown li:hover a:before,
ul.dropdown li.active a:before {
  color: #6c5ce7
}

ul.dropdown li.last {
  margin-bottom: 0
}

li.dropdown-nav:hover .dropdown {
  display: block
}

@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1
  }

  100% {
    top: 115px;
    opacity: 0
  }
}

@keyframes btot {
  0% {
    top: 115px;
    opacity: 0
  }

  100% {
    top: 40px;
    opacity: 1
  }
}

h2 {
  font-weight: 700;
  line-height: 90px;
  font-size: 72px;
  letter-spacing: .05em;
  text-transform: uppercase
}

h2:after {
  content: "";
  height: 15px;
  width: 300px;
  background: #fcbd63;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px
}

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 20px
}

h5 {
  font-weight: 700;
  line-height: 90px;
  font-size: 32px;
  letter-spacing: .05em;
  line-height: 43.58px;
  color: #242424
}

h5:after {
  content: "";
  height: 5px;
  width: 13%;
  background: #fcbd63;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px
}

.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative
}

.mainBanner:before {
  background: url(../images/secAfter.png);
  width: 140px;
  height: 110px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0
}

header {
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 1;
  background: rgba(0, 0, 0, .9)
}

header .main-header {
  width: calc(100% - 350px);
  margin: 0 auto
}

.indexSlider {
  margin-top: 100px
}

.indexSlider li {
  position: relative;
  margin-top: 50px
}

.indexSlider li .slideTitle {
  background: #febd16;
  z-index: 1;
  padding: 0 70px 20px 110px;
  margin-left: 30px;
  margin-bottom: 30px
}

.f3 {
  flex-basis: 30%
}

.indexSlider .container-banner {
  color: #fff;
  font-size: 20px;
  display: grid;
  grid-template-rows: 100px 200px 1fr;
  grid-template-columns: 1fr
}

.indexSlider .container-banner .item h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 20px
}

.indexSlider .container-banner .item p {
  font-size: 1.3rem
}

.indexSlider .container-banner .item a {
  color: #fbad3c;
  text-decoration: underline;
  margin-top: 30px
}

.indexSlider .container-banner .item--1 .heading {
  background: #febd16;
  text-align: center;
  padding: 20px
}

.indexSlider .container-banner .item--2 {
  padding: 50px;
  background-color: rgba(0, 0, 0, .8)
}

.indexSlider .container-banner .item--2 p {
  font-size: 1.5rem;
  line-height: 1.9rem
}

.indexSlider .container-banner .item--3 {
  margin-top: 33px
}

@media(min-width: 768px) {
  .whtdoTxtInner {
    left: -70px
  }

  .indexSlider {
    margin-top: 130px
  }

  .indexSlider .container-banner {
    color: #fff;
    font-size: 20px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50%
  }

  .indexSlider .container-banner .item h1 {
    font-size: 4.4rem;
    line-height: 4.4rem
  }

  .indexSlider .container-banner .item--1 {
    grid-area: 1/1/1/2
  }

  .indexSlider .container-banner .item--2 {
    grid-area: 1/1/1/2;
    margin-top: 195px;
    margin-bottom: 70px;
    background: 0 0
  }

  .indexSlider .container-banner .item--2 p:before {
    height: 77px;
    width: 8px;
    background: #febd16;
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px
  }

  .indexSlider .container-banner .item--3 {
    grid-area: 1/2/2/3;
    margin-top: 0
  }
}

.indexSlider .slideTitle h1 {
  font-size: 72px;
  line-height: 110px;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800
}

.indexSlider .slideTitle p {
  color: #fff;
  font-size: 20px
}

.indexSlider .slideTitle p i {
  margin-right: 30px
}

.indexSlider .slideTxt {
  margin-left: 30px;
  padding: 30px
}

.indexSlider .slideTxt:before {
  height: 77px;
  width: 8px;
  background: #febd16;
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px
}

.indexSlider .slideTxt p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px
}

.indexSlider .slideTxt a {
  color: #fbad3c;
  text-decoration: underline
}

.mainArrow {
  position: absolute;
  bottom: 0;
  left: 40px
}

.mainArrow:after {
  width: 80%;
  background: #fcc404;
  height: 2px;
  content: "";
  position: absolute;
  top: 35%;
  right: -80%
}

.mainArrow ul {
  display: flex;
  align-items: center
}

.mainArrow ul li {
  color: #fff;
  font-size: 20px;
  border: 2px solid #fcc404;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #fcc404;
  cursor: pointer;
  transition: ease all .5s
}

.mainArrow ul li:hover {
  background: #fcc404;
  color: #fff
}

.slugTop {
  background: #febd16;
  padding: 20px 0
}

.slugTop p {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400
}

.wrapper {
  width: calc(100% - 350px);
  margin: 0 auto
}

.hmSec1 {
  background: rgba(254, 189, 22, .23);
  padding: 90px 0
}

.hmSec1 h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 50px
}

.hmSec1 h3 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px
}

.hmSec1 p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400
}

.hmSec2 h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #9d9d9b
}

.hmSec2 .offerInfo {
  border: 5px solid #fbad3c;
  height: 500px;
  border-radius: 20px;
  border-top: none;
  padding: 30px;
  margin-top: -30px;
  transition: ease all
}

.hmSec2 .offerInfo h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 20px
}

.hmSec2 .offerInfo h5:after {
  display: none
}

.hmSec2 .offerInfo p {
  font-size: 23px;
  line-height: 30px;
  text-align: justify;
  color: gray
}

.hmSec2 .offerInfo p a {
  text-decoration: underline;
  display: block;
  width: 100%;
  text-align: right;
  color: gray;
  margin-top: 20px
}

.hmSec2 .offerInfo:hover {
  background: linear-gradient(180deg, #FEBD16 -87.84%, rgba(254, 189, 22, 0) 100%)
}

.hmSec2 .offerInfo:hover p a {
  color: #fbad3c
}

.hmSec2 img {
  border-radius: 20px
}

.offerBox {
  text-align: center
}

.offerBox img {
  width: 100%
}

.pattern_box a img {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 20px;
  width: 100%;
  margin-bottom: 5px;
  height: 200px
}

.open-t-modal .card {
  border-radius: 15px
}

.hmSec3 {
  background: url(../images/valBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.hmSec3 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #9d9d9b
}

.hmSec3 .whtdoImg {
  position: relative
}

.hmSec3 .whtdoImg:before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 100%;
  border: 10px solid #fbad3c;
  border-radius: 20px;
  content: "";
  z-index: -1
}

.hmSec3 .whtdoImg img {
  margin-left: 35px;
  width: 100%;
  border-radius: 20px
}

.hmSec3 .whtdoTxt {
  position: relative
}

.hmSec3 .whtdoTxt h3 {
  font-weight: 800;
  font-size: 80px;
  line-height: 137px;
  text-transform: uppercase;
  color: #f4d451;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4d451;
  margin-left: 50px
}

.whtdoTxtInner {
  background: rgba(254, 189, 22, .8);
  padding: 30px 0;
  border-radius: 15px;
  position: relative
}

.whtdoTxtInner h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 10px solid #fff;
  padding-bottom: 30px
}

.whtdoTxtInner p {
  font-size: 18px;
  color: #000;
  line-height: 26px;
  text-align: justify;
  padding-right: 20%
}

.whtdoTxtInner p a {
  color: #000;
  text-decoration: none
}

.hmSec4 {
  background: url(../images/testiBg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.hmSec4:after {
  background: url(../images/fBefore.png);
  height: 250px;
  width: 250px;
  position: absolute;
  bottom: -60px;
  z-index: 1;
  left: 0;
  content: ""
}

.reviewSlider li .reviewContent {
  background: rgba(255, 255, 255, .5);
  padding-top: 80px;
  padding-left: 30px;
  right: 30px
}

.reviewContent h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  color: #000;
  margin-bottom: 30px
}

.reviewContent h5:after {
  display: none
}

.reviewContent p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px
}

.reviewContent ul.reviewStars {
  display: flex
}

.reviewContent ul.reviewStars li {
  color: #fcc404;
  font-size: 28px
}

.reviewContent ul.clientImg {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px
}

.reviewContent ul.clientImg li.first {
  margin-right: 20px
}

.reviewContent ul.clientImg li strong {
  font-weight: 700
}

.awardsSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.awardsSlider>li {
  flex-basis: 30%;
  flex-grow: 1;
  padding: 30px
}

@media(max-width: 768px) {
  .awardsSlider>li {
    flex-basis: 100%
  }

  .tooltip {
    display: none !important
  }
}

.awardsSlider ul.thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center
}

.awardsSlider h5,
.awardsSlider p {
  text-align: center
}

.reviewContent ul.thumbs li {
  padding: 5px
}

.reviewSlider li.slick-current {
  transform: scale(1.09);
  background: #fff
}

a.seeMoreBtn {
  padding: 15px 30px;
  color: #fff;
  background: #fcc404;
  margin-top: 50px;
  text-decoration: none
}

.innerPage header {
  position: relative
}

.plasticUse {
  padding: 50px 0 100px
}

.plasticUse p {
  font-family: inherit;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify
}

.plasticUse a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #febd16
}

.plasticUse .col-md-5 img {
  width: 100%
}

.framed {
  padding: 30px
}

.framed img {
  box-shadow: 0 .2rem 1.5rem #333
}

.tyepPlastic p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #242424
}

.tyepPlastic ul.plasticList {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px
}

.tyepPlastic ul.plasticList li,
ul.standardList li {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px
}

.tyepPlastic ul.plasticList li:before,
ul.standardList li:before {
  height: 5px;
  width: 5px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px
}

.polyStyreneMain {
  position: relative;
  margin-top: 60px
}

.polyTitle {
  width: 70%;
  background: #febd16;
  padding: 30px 0;
  position: absolute;
  top: -12%;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center
}

.polyTitle p {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  text-transform: uppercase
}

.polyDescription {
  background: #ffff;
  padding: 40px 15px 20px;
  text-align: center;
  position: absolute;
  top: 90%;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 190px;
  box-shadow: 0 0 10px 0 #ddd
}

.polyDescription p {
  font-size: 18px;
  font-weight: 600
}

.stybtwnSec {
  margin-top: 200px;
  position: relative
}

.round20 img {
  border-radius: 20px
}

.stybtwnSec .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center
}

.stybtwnSec .wrapper .item {
  margin: 20px;
  flex-basis: 500px;
  background: #fff9e5;
  flex-grow: 1
}

.stybtwnSec .wrapper .item.vs {
  align-self: center;
  flex-basis: 90px;
  background: 0 0;
  text-align: center;
  flex-basis: 0;
  margin: 0
}

.stybtwnSec .vsImgHolder {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 1;
  top: 40px
}

.styBox {
  width: 100%;
  background: #fff9e5;
  border-radius: 10px;
  padding: 20px 30px 50px
}

.styTitleBox {
  padding: 0 30px
}

.styTitleBox h3 {
  background: #fcc404;
  border-radius: 5px;
  padding: 15px 0;
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  line-height: 65px;
  font-weight: 700;
  margin-bottom: 50px
}

.styBox ul {
  text-align: center
}

.styBox ul li {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 27.24px
}

.styBox ul li:before {
  height: 5px;
  width: 5px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px
}

.patternSec {
  padding: 50px 0
}

.patternSec a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #febd16;
  margin-bottom: 20px
}

.proName {
  width: 100%;
  text-align: center
}

.proName p {
  color: gray;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 20px
}

ul.patternSlider li a {
  position: relative
}

ul.patternSlider li a .proName {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(252, 196, 4, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
  border-radius: 8px;
  z-index: 1
}

ul.patternSlider li a .proName p {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center
}

ul.patternSlider li:hover a .proName {
  display: flex
}

ul.patternSlider li a .proNameX {
  text-decoration: none;
  color: #000
}

ul.patternSlider li a:hover {
  text-decoration: none;
  color: #333
}

ul.patternSlider2 li a {
  position: relative
}

ul.patternSlider2 li a .proName {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(252, 196, 4, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
  border-radius: 8px;
  z-index: 1
}

ul.patternSlider2 li a .proName p {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center
}

ul.patternSlider2 li:hover a .proName {
  display: flex
}

ul.patternSlider-Removed {
  display: flex;
  flex-direction: row;
  justify-content: center
}

ul.patternSlider-Removed li {
  margin: 10px;
  flex-basis: 175px
}

ul.patternSlider-Removed li a,
ul.patternSlider-Removed li a:hover {
  color: #333;
  text-decoration: none
}

.patternArrow {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center
}

.patternArrow ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%
}

.patternArrow ul li {
  cursor: pointer;
  font-size: 60px;
  color: gray
}

.patternArrow ul li.first {
  margin-left: -20px
}

.patternArrow ul li.last {
  margin-right: -20px
}

.patternArrow2 {
  top: 38%
}

a.seeBtn {
  background: #fcc404;
  border-radius: 50px;
  border: 1px solid;
  color: #fff;
  padding: 15px 40px;
  margin-top: 50px;
  text-decoration: none;
  transition: ease all .5s
}

a.seeBtn:hover {
  color: #fcc404;
  border: 1px solid;
  background: 0 0
}

.exampleSec h6 {
  background: #fcc404;
  padding: 10px 30px 10px 70px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  margin-left: -70px;
  margin-top: 20px;
  margin-bottom: 20px
}

.exampleSec p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px
}

.gradeHolder {
  background: #f4d451;
  padding: 15px 0;
  margin-bottom: 100px
}

.gradeHolder h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-bottom: 30px
}

.gradeHolder p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px
}

.gradeHolder p strong {
  font-size: 20px;
  font-weight: 600
}

.formlinerCarosl h5:after {
  margin-left: auto;
  margin-right: auto;
  width: 100px
}

.formlinerCarosl p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 20%;
  margin-bottom: 20px;
  padding: 0
}

.ureInner p {
  margin-bottom: 20px
}

.ureInner a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #febd16;
  margin-bottom: 20px
}

.techniquesBox {
  background: #f4d451;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px
}

.techniquesBox h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px
}

.techniquesBox p {
  font-size: 20px;
  line-height: 30px
}

.techniquesBox img {
  border-radius: 10px;
  box-shadow: 0 0 53px #555
}

.technuEndtxt h5 {
  margin-top: 50px;
  margin-bottom: 15px
}

.technuEndtxt p {
  font-size: 20px;
  line-height: 30px
}

.ExamplesOfUses img {
  border-radius: 30px
}

.innerBannerSec {
  background: url(../images/bricksBanner.jpg);
  height: 100%;
  position: relative
}

.innerBannerSec:after {
  background: url(../images/secAfter.png);
  width: 194px;
  height: 167px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0
}

.innerBannerSec:before {
  background: url(../images/secAfter.png);
  width: 194px;
  height: 167px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0
}

.innerProjectSlider li {
  position: relative
}

.projectAddress {
  position: absolute;
  background: #fcc404;
  left: 15px;
  top: 40px;
  padding: 15px 30px
}

.projectAddress p {
  font-weight: 700
}

.projectAddress2 {
  position: absolute;
  background: #fcc404;
  padding: 15px 30px;
  right: 0;
  bottom: 0;
  top: auto;
  width: 40%;
  left: auto
}

.mainTitle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 120px
}

.mainTitle h1 {
  font-weight: 800;
  font-size: 96px;
  color: #fff;
  text-transform: uppercase
}

.mainTitle h1:after {
  height: 15px;
  background: #fff;
  width: 200px;
  content: "";
  display: block;
  margin: 20px auto 0
}

ul.precast {
  padding-left: 15px
}

ul.precast li {
  margin-bottom: 15px
}

ul.precast li:before {
  height: 5px;
  width: 5px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px
}

.projectBoxHolder {
  position: relative
}

.projectBoxHolder img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  min-height: 220px;
  max-height: 220px
}

.projectTitle {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 40px
}

.projectTitle h6 {
  font-weight: 700;
  background: #fcc404;
  padding: 15px 0
}

.viewProjectBtn a {
  display: block
}

.viewProjectBtn a:first-child {
  text-transform: uppercase;
  text-decoration: underline;
  color: gray;
  font-weight: 700;
  margin: 20px 0
}

.viewProjectBtn a:last-child {
  margin-bottom: 20px;
  color: #fff;
  background: #fcc404;
  width: auto;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none
}

.viewProjectBtn a:last-child:hover {
  background: 0 0;
  border: 1px solid;
  color: #fcc404
}

.viewProjectBtn2 a:last-child {
  display: none
}

.innerClientSays h3 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 30px
}

.innerClientBox {
  background: linear-gradient(270deg, #F8F8F8 0%, rgba(244, 212, 81, 0.5) 100%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, .15);
  border-radius: 10px;
  padding: 10px 15px 10px 30px;
  margin-top: 50px;
  margin-bottom: 50px
}

.innerClientBox h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px
}

.innerClientBox p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400
}

.abouUs {
  background: url(../images/aboutBg.png);
  background-repeat: no-repeat;
  background-position: bottom center
}

.abouUs h5:after {
  margin: 15px auto 30px
}

.abouUs-2 h5:after {
  margin: 15px auto 30px
}

.abouUs-2 {
  background: url(../images/aboutBg-2.png);
  background-repeat: no-repeat;
  background-position: center center
}

.keymember {
  text-align: center
}

.keymember h5 {
  margin-bottom: 20px
}

.keymember h5:after {
  display: none
}

.keymember h4 {
  margin-top: 30px
}

.keymember p {
  line-height: 30px;
  padding: 0 15%
}

.partnerShip img {
  width: 50%
}

.partnerShip p {
  font-size: 20px;
  line-height: 30px
}

.partnerShip-3 {
  text-align: center;
  position: relative
}

.partnerShip-3:after {
  width: 100%;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  background: #fcc404
}

.partnerShip-3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.partnerShip-3 ul li img {
  width: 100%
}

.aboutContact ul {
  margin-top: 30px
}

.aboutContact ul li {
  margin-bottom: 20px;
  color: gray
}

.aboutContact ul li a {
  text-decoration: none;
  color: gray
}

.aboutContact ul li i {
  margin-right: 20px;
  color: #fcc404;
  font-size: 20px
}

.aboutContact .getInTouch {
  background: #000;
  padding: 50px 100px
}

.aboutContact .getInTouch h6 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px
}

.aboutContact .getInTouch form input[type=text] {
  width: 100%;
  background: #424242;
  padding: 0 15px;
  margin-bottom: 15px;
  height: 45px
}

.aboutContact .getInTouch form input[type=email] {
  width: 100%;
  background: #424242;
  padding: 0 15px;
  margin-bottom: 15px;
  height: 45px
}

.aboutContact .getInTouch form textarea {
  width: 100%;
  background: #424242;
  padding: 15px;
  resize: none;
  margin-bottom: 15px;
  height: 100px
}

.aboutContact .getInTouch form input[type=submit] {
  width: 100%;
  color: #fff;
  background: #fcc404;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
  margin-top: 30px
}

.aboutContact .getInTouch form input[type=text]::-webkit-input-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=text]::-moz-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=text]:-ms-input-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=text]:-moz-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=email]::-webkit-input-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=email]::-moz-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=email]:-ms-input-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form input[type=email]:-moz-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form textarea::-webkit-input-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form textarea::-moz-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form textarea:-ms-input-placeholder {
  color: #fcc404;
  font-weight: 400
}

.aboutContact .getInTouch form textarea:-moz-placeholder {
  color: #fcc404;
  font-weight: 400
}

.resourcesMain h5:after {
  margin: 0 auto
}

.disclaimer {
  margin-top: 50px
}

.disclaimer h5:after {
  margin: 0
}

.disclaimer h5 {
  margin-bottom: 30px
}

.disbtnHolders {
  text-align: center
}

.disbtnHolders a {
  margin-right: 30px;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 30px
}

.disbtnHolders a:first-child {
  background: #e5e5e5;
  color: #000
}

.disbtnHolders a:last-child {
  background: #fcc404;
  color: #fff
}

.inlaySyaBox {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.inlaySyaBox img {
  width: 100%;
  object-fit: cover
}

.inlaySyaTitle {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fcc404;
  text-align: center
}

.inlaySyaTitle h6 {
  font-size: 30px;
  font-weight: 700;
  padding: 30px 0;
  color: #fff
}

.inlaySyaDescription {
  background: #f4d451;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  z-index: 1;
  position: relative;
  top: -40px
}

.inlaySyaDescription h6 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px
}

.inlaySyaDescription p {
  line-height: 24px;
  color: #000;
  font-size: 14px
}

.inlaySyaCate ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 30px
}

.inlaySyaCate ul li a {
  margin: 0 35px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none
}

.lMoreBtn {
  text-align: center;
  margin-bottom: 50px
}

.lMoreBtn a {
  background: #fcc404;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px
}

.thinBrickSec p {
  margin-bottom: 10px
}

.bricksSec h6 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px
}

.bricksSec h5:after {
  display: none
}

.suppliersSec {
  background: #f4d451;
  padding: 50px 0;
  margin-bottom: 50px
}

.suppliersSec h5 {
  margin-bottom: 20px
}

.suppliersSec h5:after {
  display: none
}

.suppliersSec p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px
}

.suppliersSec img {
  width: 60%;
  margin-bottom: 10px
}

@media(max-width: 2500px) {
  .pattern-category-box img {}
}

@media(max-width: 1440px) {
  .innerBannerSec {
    height: 100%
  }

  .mainArrow {
    left: 40px
  }

  .mainTitle h1 {
    font-size: 70px
  }

  .pattern-category-box img {}

  .menu li a {
    font-size: 12px;
    color: #fff
  }

  .dropdownWrap {
    top: 10px
  }
}

@media(max-width: 1200px) {
  img {
    max-width: 100%
  }

  .menu-Bar {
    display: block;
    top: 0
  }

  .menuWrap.open {
    display: flex;
    left: 0
  }

  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #febd16;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all .4s ease;
    z-index: 3;
    width: 100vw
  }

  ul.menu li {
    display: block
  }

  ul.menu li a {
    padding: 0;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 0;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize
  }

  .logo img {
    max-width: 100%
  }

  .container {
    position: relative
  }

  header .main-header ul.menu>li {
    display: block;
    margin: 0;
    padding: 0
  }

  header .main-header ul.menu>li a {
    color: #fff
  }

  header .main-header ul.menu>li a:before {
    display: none
  }

  ul.dropdown {
    background: 0 0;
    position: static;
    min-width: auto;
    display: block;
    box-shadow: none;
    padding-left: 15px;
    padding-top: 0
  }

  ul.dropdown li {
    margin-right: 0;
    margin-bottom: 0
  }

  ul.dropdown li a {
    margin-bottom: 8px;
    text-align: left
  }

  ul.dropdown li.last a {
    background: 0 0
  }
}

@media(max-width: 1199px) {
  .wrapper {
    width: calc(100% - 100px)
  }

  .indexSlider .slideTitle h1 {
    font-size: 40px;
    line-height: 70px
  }

  .indexSlider .slideTxt p {
    font-size: 14px;
    line-height: 24px
  }

  .slugTop p {
    font-size: 18px
  }

  .hmSec2 .offerInfo h5 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px
  }

  .hmSec3 .whtdoTxt h3 {
    font-size: 65px
  }

  .hmSec4 {
    padding-top: 0
  }

  .faq-section .faq-title .num {
    font-size: 20px;
    line-height: 1.2;
    min-width: 40px;
  }

  .faq-section .faq-title .floating-btn button {
    width: 28px;
    height: 28px;
  }

  .faq-section .faq-description .description-content {
    padding-left: 55px;
  }
}

@media(max-width: 991px) {
  .mainArrow ul li {
    height: 30px;
    width: 30px;
    line-height: 30px
  }

  .mainArrow {
    left: 140px
  }

  .mainArrow:after {
    display: none
  }

  h2 {
    font-size: 45px;
    line-height: 40px
  }

  h2 br {
    display: none
  }

  h2:after {
    height: 5px
  }

  .hmSec1 h4 {
    margin-bottom: 15px
  }

  .hmSec1 h3 {
    font-size: 20px
  }

  .hmSec3 .whtdoTxt h3 {
    font-size: 40px
  }

  .reviewContent h5 {
    font-size: 24px
  }

  .reviewContent p {
    font-size: 16px;
    line-height: normal
  }

  footer ul.contactInfo li a {
    font-size: 14px
  }

  footer ul.contactInfo li a i {
    margin-right: 15px
  }

  .footerWrap {
    padding-bottom: 30px
  }

  .reviewContent ul.reviewStars li {
    font-size: 16px
  }

  .faq-section .right-content .pic {
    max-width: 360px;
  }
}

@media(max-width: 1440px) {
  .plasticUse {
    padding-bottom: 20px
  }

  .polyStyreneMain {
    margin-top: 60px
  }
}

@media only screen and (max-width: 600px) {
  body .pattern_box a .pattern-info h1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, .8) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .pattern_box a .pattern-info h1 b {
    font-size: 18px !important
  }

  .pattern_box {
    margin: 15px 0;
    height: 90%
  }

  .pattern_box a img {
    height: 130px
  }
}

@media(max-width: 768px) {
  .patternSec {
    padding: 20px 0
  }

  .plasticUse {
    padding: 50px 0 0
  }

  .polyTitle p {
    font-size: 12px;
    line-height: 16px
  }

  .polyTitle {
    padding: 10px 0
  }

  .polyDescription p {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px
  }

  .styBox ul li {
    line-height: 20px;
    font-size: 14px
  }

  .main-header .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .indexSlider li .slideTitle {
    padding: 0 30px 20px 20px
  }

  .indexSlider .slideTitle p {
    font-size: 14px
  }

  .indexSlider .slideTitle h1 {
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px
  }

  .indexSlider {
    margin-top: 130px
  }

  .indexSlider .slideTxt {
    margin-top: 120px
  }
}

@media(max-width: 767px) {
  header .main-header {
    width: calc(100% - 90px)
  }

  .logo img {
    max-width: 60%
  }

  .indexSlider li .slideTitle {
    margin-top: 60px;
    position: static
  }

  .indexSlider .slideTxt {
    margin-bottom: 30px
  }

  .hmSec1 {
    padding: 30px 0;
    text-align: center
  }

  .hmSec2 {
    text-align: center
  }

  h2:after {
    margin: 15px auto
  }

  .hmSec2 h3 {
    margin-bottom: 40px
  }

  .offerBox {
    width: 100%
  }

  .hmSec3 {
    padding: 0
  }

  .footerWrap {
    text-align: center
  }

  footer ul.fsocial {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
  }

  .contactInfo {
    display: flex;
    justify-content: center;
    align-items: center
  }

  footer ul.contactInfo li a i {
    margin-right: 15px;
    margin-left: 15px
  }

  footer {
    padding-bottom: 0
  }

  .innerBannerSec {
    height: auto
  }

  .plasticUse .col-md-5 img {
    width: 100%
  }

  .projectBoxHolder img {
    width: 80%;
    margin-bottom: 20px
  }

  .footerWrap {
    width: calc(100% - 100px)
  }

  .mainTitle {
    top: 80px
  }

  .mainTitle h1 {
    font-size: 30px
  }

  .mainTitle h1:after {
    height: 5px
  }

  .projectAddress {
    top: 10px;
    left: 10px;
    padding: 10px;
    position: static;
    width: 100%
  }

  .projectAddress p {
    font-size: 12px
  }

  .mainTitle h1:after {
    margin-top: 10px
  }

  .projectAddress p {
    font-size: 10px;
    line-height: normal
  }

  .projectAddress2 {
    padding: 15px;
    top: auto;
    left: auto
  }

  .innerProjectSlider {
    margin: 30px 0
  }

  .mainArrow ul {
    justify-content: center
  }

  .plasticUse {
    padding-bottom: 0
  }

  .plasticUse a {
    margin-bottom: 20px
  }

  .styBox {
    padding: 20px 10px 50px
  }

  .stybtwnSec .vsImgHolder {
    top: 45%
  }

  .formlinerCarosl {
    padding-bottom: 40px
  }

  .formlinerCarosl p {
    margin-bottom: 0;
    font-size: 14px
  }

  .techniquesBox img {
    width: 100%
  }

  .polyStyreneMain {
    margin-top: 160px
  }

  .exampleSec img {
    width: 100%
  }

  .patternSec {
    padding: 0
  }

  footer:before {
    display: none
  }

  footer:after {
    display: none
  }

  .inlaySyaBox {
    width: 100%
  }

  .inlaySyaDescription {
    width: 100%
  }

  .innerBannerSec:after {
    display: none
  }

  .innerBannerSec:before {
    display: none
  }

  .gradeHolder h4 {
    font-size: 16px;
    padding: 0 15px;
    line-height: normal
  }

  .main-header .col-md-3 {
    flex: 0 0 70%;
    max-width: 70%
  }
}

@media(max-width: 480px) {
  .indexSlider li .slideTitle {
    margin-top: 20px;
    padding: 10px 0 20px 10px
  }

  .indexSlider .slideTitle h1 {
    font-size: 30px
  }

  .indexSlider .slideTxt {
    margin-top: 20px
  }

  .slugTop p {
    font-size: 16px;
    line-height: normal
  }

  h2 {
    font-size: 18px;
    line-height: 22px
  }

  h2:after {
    width: 30%
  }

  .hmSec1 h3 {
    font-size: 16px
  }

  .hmSec1 p {
    font-size: 14px;
    line-height: 25px
  }

  .hmSec2 .offerInfo p {
    font-size: 14px
  }

  .offerBox {
    margin-bottom: 20px
  }

  .hmSec3 {
    text-align: center
  }

  .hmSec2 {
    padding-bottom: 30px
  }

  .whtdoTxtInner {
    left: 0
  }

  .hmSec2 h3 {
    font-size: 18px;
    line-height: normal
  }

  .hmSec3 p {
    font-size: 16px;
    padding: 0 20px
  }

  .hmSec3 .whtdoTxt h3 {
    font-size: 30px;
    margin-top: 40px;
    line-height: 55px
  }

  .copyright p strong {
    font-size: 16px
  }

  footer ul.contactInfo {
    display: block
  }

  footer ul.contactInfo li a {
    display: block
  }

  .copyright {
    padding-top: 15px
  }

  .aboutContact .getInTouch {
    padding: 50px 15px
  }

  .wrapper {
    width: calc(100% - 50px)
  }

  .mainTitle h1 {
    font-size: 18px
  }

  .mainTitle h1:after {
    width: 70px
  }

  .projectAddress2 {
    padding: 5px
  }

  .innerClientBox {
    padding: 10px 15px 40px 30px;
    text-align: center
  }

  h5 {
    font-size: 20px;
    line-height: normal
  }

  .styTitleBox h3 {
    line-height: 40px;
    font-size: 20px;
    padding: 0
  }

  .styBox ul li {
    margin-bottom: 0;
    font-size: 12px
  }

  .stybtwnSec .vsImgHolder {
    top: 42%
  }

  .patternArrow {
    position: static
  }

  .patternArrow ul {
    display: flex;
    justify-content: center;
    position: static
  }

  .patternArrow ul li {
    margin: 0 10px
  }

  .exampleSec h6 {
    margin-left: 0;
    font-size: 16px
  }

  .inlaySyaTitle h6 {
    padding: 10px 0;
    font-size: 16px
  }

  .inlaySyaCate ul li a {
    margin: 0 10px;
    font-size: 16px
  }

  .thinBrickSec {
    text-align: center
  }

  .suppliersSec p {
    margin-top: 10px;
    margin-bottom: 20px
  }

  .exampleSec h6 {
    padding-left: 10px;
    width: 100%;
    text-align: center
  }

  .proName p {
    font-size: 18px
  }

  .tyepPlastic ul.plasticList {
    margin-bottom: -90px
  }

  .logo img {
    width: 100%;
    max-width: 100%
  }

  .whtdoTxtInner h4 {
    font-size: 35px
  }

  .slick-list {
    margin: 0
  }

  .indexSlider .slideTxt:before {
    display: none
  }

  .hmSec3 .whtdoImg img {
    width: 90%
  }

  .mainArrow {
    left: 0;
    top: 0;
    position: relative;
    margin-top: 0
  }

  .indexSlider .slideTitle p {
    margin-top: 10px
  }

  .indexSlider .slideTitle p i {
    margin-right: 10px
  }

  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
  }

  .hmSec4:after {
    width: 150px;
    height: 150px;
    background-size: cover
  }

  .keymember p {
    padding: 0
  }

  .partnerShip-3:after {
    top: 0;
    bottom: auto
  }

  .innerBannerSec .wrapper {
    padding: 0
  }

  .mainTitle {
    top: 40%
  }
}

@media(min-width: 576px) {
  .modal-dialog {
    max-width: 70%
  }
}

.modal-body h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 700
}

.modal-body p {
  text-indent: 1rem;
  margin-bottom: 1rem
}

.modal-body p.loc {
  text-indent: 0;
  margin-top: 5px;
  font-style: italic
}

.modal-body p.no-indent {
  text-indent: 0
}

.mapouter {
  position: relative;
  text-align: left;
  height: 400px;
  width: 100%;
  margin-bottom: 50px
}

.gmap_canvas {
  overflow: hidden;
  background: 0 0 !important;
  height: 400px;
  width: 100%
}

.gdlr-core-text-box-item-content h3 {
  font-size: 28px;
  margin-bottom: 10px
}

.gdlr-core-text-box-item-content p {
  margin-bottom: 25px
}

.site-main .container-fluid {
  padding: 40px
}

:root {
  --bodyColor: #191919;
  --mainColor: #FEBD16;
  --secColor: #FCBD63;
  --thiColor: #FFF0C9;
  --bodyFont: 'Open Sans', sans-serif;
}

.faq-section,
.faq-section h2,
.faq-section h5 {
  color: var(--bodyColor);
}

.faq-section h5 {
  font-size: 1.25rem;
}

.faq-section h1,
.faq-section h2,
.faq-section h3,
.faq-section h4,
.faq-section h5 {
  letter-spacing: inherit;
  line-height: 1.2;
}

.faq-section h5::after {
  display: none;
}

.faq-section .btn,
.faq-section {
  font-size: 16px;
}

.faq-section .btn {
  box-shadow: none;
}

.faq-section {
  font-weight: 400;
  font-family: var(--bodyFont);
}

.faq-section h2,
.faq-section h5 {
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
}

.faq-section h2 {
  line-height: 1.2;
  font-size: 40px;
}

.faq-section h2::after {
  display: none;
}

.faq-section .btn {
  font-weight: 500;
  outline: 0;
}

.faq-section .btn:active,
.faq-section .btn:focus {
  box-shadow: none;
  outline: 0;
  color: inherit;
}

.faq-section .section {
  overflow: hidden;
  padding-top: 120px;
}

.faq-section.btm-space {
  padding-bottom: 120px;
}

.faq-section .highline::after {
  background-color: var(--mainColor);
}

.faq-section p {
  padding-bottom: 0px;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.faq-section .mx-txt {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.faq-section .highline {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.faq-section .highline::after {
  content: ' ';
  position: absolute;
  bottom: 2px;
  height: 36%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.faq-section {
  padding-top: 60px;
}

.faq-section .faq-container:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.faq-section .faq-title {
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: 15px 15px 0px 10px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.15s linear;
}

.faq-section .faq-container:hover .faq-title {
  background-color: #febd1636;
}

.faq-section .faq-container:not(.active) .faq-title {
  border-radius: 15px;
}

.faq-section .faq-container.active .faq-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-color: #febd1666;
  background-color: #febd1636;
}

.faq-section .faq-title .num {
  color: var(--mainColor);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  min-width: 45px;
}

.faq-section .faq-title .question {
  padding-right: 35px;
}

.faq-section .faq-title .floating-btn {
  right: 10px;
  top: 15px;
}

.faq-section .faq-title .floating-btn button {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid var(--mainColor);
}

.faq-section .faq-title .floating-btn button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  border-radius: 5px;
  background-color: var(--mainColor);
  transition: all 0.15s linear;
}

.faq-section .faq-title .floating-btn button span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-section .faq-container.active .faq-title .floating-btn button span:nth-child(2) {
  opacity: 0;
}

.faq-section .faq-description {
  display: none;
  height: 0px;
  background-color: #fff6e1eb;
  overflow: hidden;
}

.faq-section .faq-description .description-content {
  padding: 15px 35px 5px 65px;
}

.faq-section .faq-container.active .faq-description {
  display: block;
}

@media only screen and (max-width: 1399px) {
  .faq-section .highline::after {
    bottom: 5px;
  }
  .faq-section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .faq-section h2 {
    font-size: 36px;
  }
  .faq-section {
    padding-top: 40px;
  }

  .faq-section .section {
    padding-top: 100px;
  }

  .faq-section.btm-space {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-section h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .section {
    padding-top: 70px;
  }

  .faq-section.btm-space {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-section .section {
    padding-top: 60px;
  }

  .faq-section.btm-space {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .faq-section .container {
    padding: 0 17px;
  }
}