.planings {
  position: relative;
  height: 200px;
  width: 100%;
}
.planning-items {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: -25%;
}
.planning-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.planing-links .media {
  border-radius: 5px !important;
}
.ourprojects {
  height: 880px;
  position: relative;
}
.backgroundcolorback {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 72%;
  background-color: var(--primary);
  z-index: -1;
}
.icon-img {
  width: auto;
  height: 100px;
}
.icon-img img {
  height: 100%;
}
.ped {
  padding: 30px 10px;
}
.headingofsimple {
  width: 100%;
}

.headingofsimple .hediofheading {
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary);
}
.headingofsimple .hediofheading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 1%;
  border-top: 1px solid var(--primary);
}
.headingofsimple .hediofheading.dark:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 1%;
  border-top: 1px solid white;
}
.hediofheading span {
  display: block;
  width: 20px !important;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0%;
}
.linknbighed {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.linknbighed a {
  font-weight: 600;
  font-size: 14px;
}
.imagebox {
  width: 100%;
  height: 300px;
}
.imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.textbox {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
  height: 130px;
}
.textbox p {
  color: #9b9b9b;
  font-size: 14px;
}
.textbox h4 {
  line-height: 1.1;
}
.ounermainbox {
  position: relative;
}
.ornername {
  cursor: pointer;
  transition: 0.5s ease all;
  background-position: center;
}
.ounermainbox p {
  text-transform: uppercase;
}
.ounermainbox p,
.ounermainbox h3 {
  position: relative;
  display: block;
  z-index: 1;
  transition: 0.5s ease all;
}
.ornamrimage {
  display: block;
  position: absolute;
  top: 0%;
  z-index: 0;
  width: 92.5%;
}
.ornamrimage img {
  height: 0px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease all;
}
.ounermainbox:hover .ornamrimage img {
  height: 250px;
  object-position: top;
}
.ounermainbox:hover p {
  background-color: rgba(155, 155, 155, 0.388);
}
.ounermainbox:hover h3 {
  background-color: rgba(155, 155, 155, 0.388);
}
.workProcess {
  text-align: center;
  color: white;
  opacity: 0.5;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 1.5rem 0;
  border: 1px dashed white;
  border-radius: 5px;
  margin-top: 1.5rem;
}
.workProcess.dark {
  text-align: center;
  color: black;
  opacity: 01;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 1.5rem 0;
  border: 1px dashed rgb(0, 0, 0);
  border-radius: 5px;
  margin-top: 0%;
}
.workProcess h5 {
  font-size: 60px;
  color: white;
  margin: 0%;
  font-weight: bolder;
}
.workProcess.dark h5 {
  font-size: 60px;
  color: var(--primary);
  margin: 0%;
  font-weight: bolder;
  transition: 0.5s ease all;
}
.workProcess p {
  margin: 0%;
  font-weight: 600;
}
.workProcess:hover {
  opacity: 1;
}
.workProcess.dark:hover h5 {
  color: black;
}
.workingpro .hediofheading {
  color: white;
  opacity: 0.5;
  transition: 0.5s ease all;
}
.workingpro .linknbighed h3 {
  color: white;
  opacity: 0.5;
  transition: 0.5s ease all;
}
.workingpro:hover .hediofheading {
  opacity: 1;
}
.workingpro:hover .linknbighed h3 {
  opacity: 1;
}
.WhoWeare {
  padding: 8rem 0;
}
.WhoWeare.aboutuss {
  padding: 4rem 0;
}
.WhyUs {
  padding: 8rem 0;
  background-image: url("../images/welcome_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-container {
  margin-top: 1rem;
}
.WhoWeare-warehouseImage {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.WhoWeare-warehouseImage-aboute {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.WhoWeare-warehouseImage-aboute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footerlogo {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}
.WhoWeare-headding {
  width: 70%;
}
.bg-light-red {
  background-color: var(--primary-point1);
}
.bg-light-blue {
  background-color: var(--primary2-point1);
}
.ourMissionNVisio {
  width: 100%;
  position: relative;
  padding: 6rem 0;
  /*   background-image: url("../images/OurmissionNVision.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.backdroundIMageContainer {
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
  z-index: -1;
}
.backdroundIMageContainer img {
  width: 100%;
  height: auto;
}
.ourMission {
  position: relative;
}
.ourMission .misionPngs {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100px;
}
.ourMission .misionPngs img {
  opacity: 0.2;
  width: 100%;
  height: auto;
}
.industriesProduction {
  padding: 6rem 0;
}
.OurmissionNVision-discription {
  color: black;
}
.OurmissionNVision-discription:after {
  content: "";
  display: block;
  text-align: center;
  color: rgb(0, 255, 255);
  mix-blend-mode: difference;
}

.WhoWeare-warehouseImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.WhoWeare.aboutus {
  padding: 4rem 0 8rem;
}
.headdingofsection {
  width: 100%;
  color: var(--primary2);
}
.knowMorebutton {
  color: var(--primary2);
}
.line-hight-13 {
  line-height: 1.3;
}
.sranghts {
  display: flex;
  font-weight: 600;
}
.sranghts ul {
  padding-left: 17px;
  padding-right: 40px;
  text-transform: uppercase;
  list-style: none;
}
.sranghts ul li::before {
  content: "\2022";
  color: var(--primary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.main-whowearebox {
  display: flex;
  height: 100%;
  width: 100%;
}
.first-image-whoweare {
  height: 100%;
  width: 60%;
  padding-top: 40px;
}
.Second-image-whoweare {
  height: 100%;
  width: 40%;
  padding-bottom: 40px;
}
.image-whoweare img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0.4rem;
}
.service {
  padding-bottom: 7rem;
}
.servicename {
  text-align: center;
  cursor: pointer;
  border: 1px dashed var(--primary2);
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.servicename h5 {
  font-size: 25px;
  font-weight: bolder;
  opacity: 0.5;
  transition: all 0.5s ease;
  color: var(--primary);
}
.servicename p {
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.5s ease;
  color: var(--primary2);
}
.servicename span {
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.5s ease;
  height: 0px;
  opacity: 0;
}
.servicename:hover h5 {
  font-size: 20px;
  opacity: 1;
}
.servicename img {
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  left: 0%;
  z-index: -1;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.servicename:hover img {
  opacity: 0.8;
}
.service .col-md-8 .col-md-4 {
  padding: 10px !important;
}
.servicename:hover span {
  opacity: 1;
  font-size: 13px;
  height: auto;
}
.servicename:hover p {
  opacity: 1;
  font-size: 20px;
}
.estimationbtn {
  padding-left: 25px !important;
}
.processdiscreaption {
  margin: 0%;
  padding: 1.5rem 1rem;
}
.ownerimage {
  height: 300px;
  width: 300px;
}
.ownerimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.aboutpageowner .hediofheading {
  color: white;
}
.aboutpageowner .linknbighed h3 {
  color: white;
}
.aboutpageowner .hediofheading:before {
  border-top: 1px solid white;
}
.ownerdetailes p {
  color: white;
  margin-bottom: 6px;
}
.ownerdetailes h3 {
  color: white;
}
.ownerdetailes ul {
  list-style: none;
  color: white;
  padding-left: 25px;
  margin: 0%;
}
.ownerdetailes ul li::before {
  content: "\2022";
  font-size: 25px;
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.owl-item {
  height: 100%;
}
.img-container .owl-carousel .item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.img-container .owl-prev,
.img-container .owl-next {
  display: none;
  visibility: hidden;
}
.hero-carousel {
  height: 300px;
  display: flex;
  align-items: center;
  justify-items: center;
  overflow: hidden;
}
.redirecttocontactbtn {
  color: var(--primary);
}
.mobile_nev {
  visibility: hidden;

  background-color: black;
  margin: 0% !important;
  border: 1px solid white;
}
.mobiledetailesslider {
  display: none !important;
}
.justfompbile {
  display: none !important;
}
.justfopc .owl-item,
.justfopc .owl-item .item {
  height: 300px;
}
.servicesboday .justfopc {
  display: flex !important;
}
/* .aboutpagebody .justfopc {
  display: block !important;
} */
.readmore,
.estimationbtn,
.btn-primary,
.form-control,
.workProcess {
  border-radius: 0px !important;
}
.justinmobile {
  display: none;
}
.navbar-dark .navbar-toggler {
  /*   background-color: var(--primary2); */
  border-radius: 0px;
  outline: none;
  border: none;
}
.navbar-toggler-icon {
  color: white;
}
.dropdown-inner {
  display: flex;
  padding: 0 0.5rem;
}
.logo.d-flex.align-items-center {
  height: 100%;
  justify-content: start;
  align-items: center;
}
.logo.d-flex.align-items-center img {
  height: 75%;
  width: auto;
}

.vertical-text p {
  display: block; /* Display each character as a block element */
  margin: 0; /* Remove any default margins */
}
.morebutton {
  background-color: var(--primary);
  color: white;
  text-align: center;
  cursor: pointer;
  border: 1px dashed var(--primary2-point4);
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin: 10px;
  padding: 10px;
}
.morebutton p {
  font-weight: 600;
  opacity: 0.5;
  line-height: 1.3;
  transition: all 0.5s ease;
}
.morebutton:hover {
  background-color: var(--primary2);
}
.morebutton:hover o {
  opacity: 1;
}
.industriesProductionImg {
  text-align: center;
  cursor: pointer;
  border: 1px dashed var(--primary2);
  border-radius: 10px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.industriesProductionImg.oneuponOther {
  height: 165px;
}
.industriesProductionImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.WeightCalculator {
  padding: 6rem 0;
}
.calculator {
  border: 1px dashed var(--primary2);
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
}
.calculator h4 {
  background-color: var(--primary2);
  color: white;
  text-align: center;
  border-radius: 10px;
}
.calculatorinner {
  display: flex;
  width: 100%;
  padding-top: 20px;
}
.calculatorinner .imgerod {
  width: 20%;
}
.calculatorinner .imgerod img {
  width: 100%;
}
.calculatorinner .calculatorfilds {
  width: 80%;
  padding-left: 10px;
}
.calculatorfilds .d-flex {
  margin-bottom: 10px;
}
.calculatorfilds .d-flex .form-control {
  width: calc(100% - 200px);
  height: 35px;
  padding: 0.25rem 0.75rem !important;
}
.calculatorname {
  width: 110px;
}
.calculatorKgGet {
  width: 70px;
}
.inputboxforgetdiameter {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
}
.inputboxforgetdiameter .form-control {
  width: calc(90% - 30px) !important;
}
.inputboxforgetdiameter p {
  width: 30px;
}
.justformobile {
  display: none;
}
.hediofheadingForAbout {
  overflow: hidden;
  position: relative;
  color: var(--primary);
}
.hediofheadingForAbout::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-left: 10px;
  border-top: 2px solid var(--primary2);
}
strong,
b,
.mobileverserin,
.mobileverserin a {
  color: var(--primary2);
}
.mobileverserin a:hover {
  color: var(--primary);
}
.map {
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;
}
.map iframe {
  border-radius: 10px;
  width: 100%;
}
.contact-form-contact-info p,
.contact-form-contact-info a {
  font-size: 16px;
}
.contact-form-contact-info .icon {
  position: relative;
  font-size: 30px;
  line-height: 1;
  color: var(--primary);
  margin-right: 1rem;
}
.contact-form-contact-info a {
  color: var(--primary);
}
.selectMultiple {
  height: 100px;
}
.notisinform {
  color: #aaa;
  font-size: 10px;
}
.certificateImage {
  width: 100%;
  height: 600px;
  margin: 1rem 0;
}
.certificateImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.linknbighed .mobileverserin {
  text-align: left;
}
.linknbighed .mobileverserin.navigatorPagetop {
  text-align: right;
}
.PtoductImages {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--primary2);
  border-radius: 10px;
  overflow: hidden;
}
.certificatimage {
  border: 1px dashed var(--primary2);
  border-radius: 10px;
  overflow: hidden;
}
.PtoductImages img {
  height: 100%;
  width: auto;
}
p.nav-link.dropdown-toggle {
  margin: 0%;
}
.topbenner {
  position: relative;
  background-image: url("../images/header-one.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.topbenner h1 {
  text-transform: uppercase;
  color: white;
  font-weight: bolder;
  margin-bottom: 10vh;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .planings {
    display: none;
  }
  .slider-item {
    margin: 85px 0.5rem 0;
    border: none !important;
    box-shadow: none !important;
    height: 50vh;
    min-height: auto;
  }
  .owl-carousel.mainslid {
    background: white !important;
  }
  .collapsed {
    outline: none !important;
  }
  header .navbar {
    background: white !important;
  }

  .home-slider {
    position: relative;
  }
  .slider-item .slider-text {
    height: auto !important;
  }
  .mobile_nev {
    visibility: visible;
  }
  .mobiledetailesslider {
    display: block !important;
  }
  .mobiledetailesslider h3 {
    font-size: 20px;
  }
  .main-whowearebox {
    height: 400px;
  }
  .WhoWeare {
    padding: 4rem 0;
  }
  .linknbighed {
    display: block;
  }
  .service .col-md-4 {
    padding-left: 15px !important;
    padding-bottom: 3rem !important;
  }
  .ourprojects .headingofsimple {
    padding: 0 15px;
  }
  .ourprojects .headingofsimple .col-md-4 {
    padding-right: 0% !important;
    padding-left: 0% !important;
  }
  .ourprojects {
    height: auto;
    padding-bottom: 3rem;
  }
  .ornamrimage {
    position: relative;
    height: 350px;
    width: 100%;
  }
  .ornamrimage img {
    height: 100%;
  }
  .workingpro .linknbighed h3 {
    opacity: 1;
  }
  .workProcess {
    opacity: 1;
  }
  .workingpro .col-md-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .backgroundcolorback {
    height: 90%;
  }
  #myBtn {
    bottom: 11px;
    right: 16px;
  }

  .justfompbile {
    display: block !important;
  }
  .linknbighed .mobileverserin,
  .linknbighed .mobileverserin.navigatorPagetop {
    text-align: left;
  }
  .headingforsecondarypage {
    margin-top: 100px !important;
  }
  .mobiletoppadding {
    padding-top: 3rem;
  }
  .WhoWeare.aboutus {
    padding-bottom: 4rem;
  }
  .aboutpageowner .row {
    padding: 0% !important;
  }
  .ownerimage {
    width: 100%;
  }
  .aboutpageowner .col-md-4 {
    padding-left: 15px !important;
  }
  .ourworkmobile #ProsessofWork {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .formbox .col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .justfompbile .owl-item,
  .justfompbile .owl-item .item {
    height: 300px;
  }
  .overlay1 {
    background: var(--primary2-point2);
  }
  .servicesboday .justfopc {
    display: none !important;
  }
  .aboutpagebody .justfopc {
    display: none !important;
  }
  .headdingofsection,
  .WhoWeare-headding {
    width: 100%;
    color: var(--primary2);
  }
  .WhoWeare-warehouseImage-aboute {
    height: 200px;
  }
  .backdroundIMageContainer {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .backdroundIMageContainer img {
    width: 150%;
  }
  .container {
    padding: 0%;
  }
  .justinmobile {
    display: block;
  }
  header .navbar .nav-link,
  .navbar-nav .nav-item {
    color: #9b9b9b !important;
  }

  .navbar-nav .nav-item.active a {
    color: white !important;
  }
  .lead {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navbar {
    height: auto;
  }

  .calculatorname {
    width: 25%;
  }
  .inputboxforgetdiameter {
    width: 55%;
  }
  .calculatorKgGet {
    width: 20%;
  }
  .morebutton {
    height: auto;
  }
  .forjustpc {
    display: none;
  }
  .industriesProductionImg.oneuponOther {
    height: 350px;
  }
  .ourMission .misionPngs {
    top: -11%;
    left: 0%;
  }
  .ourMissionNVisio .col-md-6 {
    margin-bottom: 3rem;
  }
  .calculatorinner {
    flex-direction: column;
    align-items: center;
  }
  .calculatorinner .imgerod {
    width: 50%;
  }
  .calculatorinner .calculatorfilds {
    width: 100%;
    padding: 0%;
  }
  .calculatorfilds .d-flex.align-items-center.justify-content-around {
    justify-content: space-between !important;
  }
  .ourMissionNVisio,
  .WeightCalculator,
  .industriesProduction,
  .WhyUs {
    padding: 3rem 0;
  }
  .justformobile {
    display: block;
  }
  .desk_nev {
    display: none !important;
  }
  .certificateImage {
    height: auto;
  }

  .owl-carousel .owl-stage-outer {
    height: 50vw !important;
  }
}

@media (max-width: 992px) {
  .estimationbtn {
    display: none;
  }
  header .navbar.scrolled,
  header .navbar {
    background-color: white !important;
  }
  header .navbar {
    height: auto;
    transition: none;
  }
  .logo.d-flex.align-items-center {
    width: 70% !important;
  }
  .navbar-brand {
    width: calc(100% - 100px) !important;
  }
  .logo.d-flex.align-items-center img {
    height: 8vh;
    width: 100%;
  }
  .logo.d-flex.align-items-center {
    justify-content: start;
  }
  header .navbar .nav-link.active,
  .navbar-nav .nav-item.active {
    background-color: var(--primary);
    border-radius: 10px;
    color: white !important;
  }
  #navbarsExample05 ul li a {
    padding: 10px 20px;
  }
  .mobile_list .dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
    border-radius: 10px;
  }
  #navbarsExample05 ul li.mobile_list a.dropdown-item {
    padding: 5px;
  }
  .col-md-12.order-2.p-5.borderBottom {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
html.touch-supported .home-slider {
  pointer-events: none;
}

/* @media (min-width: 767px) and (orientation: portrait) {
  .desk_nev {
    width: 100% !important;
  }
  .navbar-dark .navbar-brand.estimationbtn,
  .navbar-dark .navbar-brand {
    margin: 0% !important;
  }
  header .navbar.scrolled,
  header,
  header .navbar {
    height: 105px;
  }
  .logo.d-flex.align-items-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
} */
.home-slider {
  margin-top: 10vh;
}
.owl-carousel .owl-stage-outer {
  height: 75vh;
  background-color: white;
}
.owl-stage,
.slider-item,
.owl-carousel.owl-drag .owl-item,
.owl-item .slider-item,
.slider-item .container {
  height: 100%;
}

.slider-item .slider-text,
.owl-item .slider-item {
  min-height: auto;
  height: 100%;
}

.slider-item .slider-text h1 {
  margin: 0% !important;
}
.overlaytop {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background: linear-gradient(
    to bottom,
    white,
    transparent,
    transparent,
    transparent,
    transparent
  );
}
.overlaybuttom {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background: linear-gradient(
    to top,
    white,
    transparent,
    transparent,
    transparent,
    transparent
  );
}
.overlay2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: rgba(255, 255, 255, 0.2);
}
/* .slider-item .slider-text h1 {
  color: var(--primary);
}
.slider-item .slider-text p {
  color: var(--primary);
}
.slider-item .slider-text .hr {
  background: var(--primary);
} */
/* .WhoWeare-section-wrapper {
  padding: 4rem 0 0;
} */
/* .WhatWeDo-section {
  padding: 4rem 0 0;
} */
.hediofheadingForAbout {
  margin-bottom: 2rem;
}
.whoweareimage {
  width: 100%;
  height: 100%;
  position: relative;
}
.whoweareimage img {
  object-fit: cover;
  object-position: top;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* border: 2px solid var(--primary2); */
}
.headdingofpilors {
  display: flex;
  align-items: center;
}
.headdingofpilors img {
  height: 50px;
  margin-right: 0.7rem;
}
.headdingofpilors h4 {
  margin: 0%;
}
.fourpilorsofOur {
  padding: 1rem 0;
}
.discriptionofpilors {
  position: relative;
  overflow: hidden;
}
.read-more {
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0%;
  display: none;
  color: var(--primary2);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  margin: 0%;
}
.EPRService {
  background-color: var(--primary2-point2);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.EPRService .hediofheadingForAbout {
  margin: 0% !important;
}
.EPRService a,
.hedding-section a {
  color: var(--primary);
  margin-left: auto;
}
.EPRService a:hover,
.hedding-section a:hover {
  color: var(--primary2);
}
.hedding-section {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.hedding-section .hediofheadingForAbout {
  margin-bottom: 0;
}
.ProductsMadefromOurGranules {
  margin-top: 0rem;
  padding: 8rem 0;
  background: url("../images/background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.singleproduct img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  border: 2px solid var(--primary2-point4);
}
.singleproduct h5 {
  margin-top: 0.5rem;
  margin-bottom: 0%;
  text-align: center;
  font-size: 25px;
  color: var(--primary);
  text-transform: capitalize;
  font-weight: 600;
}
.ProductsMadefromOurGranules .overlay2 {
  background-color: rgba(255, 255, 255, 0.65);
}
/* .benifits-section {
  padding: 5rem 0 3rem;
} */
header .navbar {
  border-bottom: 1px solid var(--primary);
  border-top: 1px solid var(--primary);
  height: 65px;
  margin-top: 2vh;
}
.navbar-dark .navbar-brand {
  border-left: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  padding-top: 0%;
  padding-bottom: 0%;
}
header .navbar .nav-link {
  letter-spacing: unset;
  font-size: 16px;
  font-weight: 600 !important;
}
.headding-image {
  margin-top: 10vh;
  background: url("../images/header-two.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}
.headding-image.granules {
  background: url("../images/backgroundgranoules.jpg");
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.headding-image.contactUs {
  background: url("../images/contact-us.jpg");
  background-position: center 65%;
  background-repeat: no-repeat;
  background-size: cover;
}
.headding-image.Epr {
  background: url("../images/header-epr.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .navbar.scrolled {
  /*  border-radius: 0 0 25px 25px; */
  overflow: hidden;
}
/* .owl-stage-outer {
  border-radius: 0 0 50px 50px;
} */
.borderBottom {
  border-bottom: 1px solid var(--primary);
}
.borderRight {
  border-right: 1px solid var(--primary);
}
.borderLeft {
  border-left: 1px solid var(--primary);
}
.hedding-ofpage {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hedding-ofpage p,
.hedding-ofpage a,
.hedding-ofpage h4 {
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px var(--primary);
}
.hedding-ofpage h4 {
  font-size: 3rem;
  font-weight: 600;
}
.knowUsMore {
  padding: 3rem 0;
}
.home-slider .overlaytop {
  background: linear-gradient(
    to bottom,
    white,
    transparent,
    transparent,
    transparent,
    transparent,
    transparent,
    transparent,
    transparent
  );
}
.home-slider .overlaybuttom {
  background: linear-gradient(
    to top,
    white,
    transparent,
    transparent,
    transparent,
    transparent,
    transparent,
    transparent,
    transparent
  );
}
.granulslists-contaier {
  padding: 4rem 0;
  /* background-image: url("../images/granules-back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  overflow: hidden;
}
.imageofgranules {
  width: 100%;
  height: auto;
  border-radius: 25px;
  border: 2px solid var(--primary2);
  overflow: hidden;
}
.imageofgranules img {
  width: 100%;
  height: auto;
}
.deatilesofgranules {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deatilesofgranules h3 {
  margin: 0%;
  line-height: 1;
}
.deatilesofgranules p {
  margin: 0%;
  font-weight: 600;
}
.imageofgranules,
.deatilesofgranules {
  margin: 0.5em 0;
}
.emabark-logos {
  border: 1px solid var(--primary2);
  height: 200px;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.emabark-logos img {
  height: 100%;
}
@media (min-width: 768px) {
  .granulesboxwithhover {
    display: flex;
    align-items: center;
    transition: 0.35s ease all;
  }
  .granulesboxwithhover .imageofgranules {
    transition: 0.35s ease all;
    width: 55%;
  }
  .granulesboxwithhover .imageofgranules img {
    transition: 0.35s ease all;
  }
  .granulesboxwithhover .deatilesofgranules {
    transition: 0.35s ease all;
    padding: 0 1rem;
    width: 45%;
  }
  .granulesboxwithhover:hover .imageofgranules {
    width: 70%;
    overflow: hidden;
  }
  .granulesboxwithhover:hover .deatilesofgranules {
    width: 30%;
  }
  .granulesboxwithhover .imageofgranules img:hover {
    transform: scale(1.4);
  }
}
.firstgranulesimag {
  position: absolute;
  top: -15%;
  right: -12%;
  z-index: -1;
  opacity: 0.5;
}
.firstgranulesimag img {
  height: 150vh;
  width: auto;
  transform: rotate(12deg);
}
.secondgranulesimag {
  position: absolute;
  top: 15%;
  left: -10%;
  z-index: -1;
  opacity: 0.5;
}
.secondgranulesimag img {
  height: 150vh;
  width: auto;
  transform: rotate(-8deg);
}

.thirdgranulesimag {
  position: absolute;
  bottom: -29%;
  right: -3%;
  z-index: -1;
  opacity: 0.5;
}
.thirdgranulesimag img {
  height: 150vh;
  width: auto;
  transform: rotate(39deg);
}
.headding-image.granules .hedding-ofpage h4 {
  color: var(--primary);
}
.headding-image.granules .hedding-ofpage a,
.headding-image.granules .hedding-ofpage p {
  color: var(--primary2);
  text-shadow: 1px 1px 1px var(--primary2);
}
.EprSection {
  padding: 4rem 0;
}
.eprprocessIMg {
  padding: 0 1.5rem;
}
.eprprocessIMg img {
  width: 100%;
  height: auto;
}
.doseEprAplaytome-image {
  width: 100%;
  border: 2px solid var(--primary2);
  border-radius: 25px;
  overflow: hidden;
}
.doseEprAplaytome-image img {
  width: 100%;
}
.margintop2 {
  margin-top: 5rem;
}
.doseEprAplaytome-discription {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bg-newlight {
  background-color: var(--primary2-point2);
}
.counterflow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-top: 5px;
}
.counterflow h3 {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid var(--primary2);
  border-radius: 50px;
  margin: 0%;
}
.flow-all-box {
  border: 4px solid var(--primary2);
  padding: 0.5rem;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
}
.flow-all-box p {
  text-align: center;
  margin: 0%;
  line-height: 1.5;
  font-weight: 600;
}
.modeleisHere a {
  color: var(--primary2) !important;
}
.modeleisHere a:hover {
  color: var(--primary) !important  ;
}
.form-group.modelform {
  display: flex;
}
.form-group.modelform .col {
  width: 50%;
}
.form-group.modelform .fullcol {
  width: 100%;
  padding: 0 15px;
}
.contactButton {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(27px + 0.5rem) 0 0 0;
}
.light-background {
  height: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
}
.dark-background {
  height: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
}
.WhatWeDo-section .col-lg-3,
.WhatWeDo-section .col-lg-6 {
  height: 300px;
  padding: 0%;
  color: white;
}
.light-background h3,
.dark-background h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  text-align: center;
  margin-bottom: 0%;
  text-transform: uppercase;
}
.image-box-service {
  background-color: var(--primary2-point4);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .col-md-4 {
  padding-top: 0%;
  padding-bottom: 0%;
}
.whoWeServicevox.image.positionright .image-box-service {
  background-position: right center;
}
@media (min-width: 992px) {
  .navbar-collapse {
    height: 65px;
  }
  .navbar-expand-lg .navbar-nav {
    height: 100%;
  }
  .navbar-nav .nav-item {
    width: 140px;

    height: 100%;
    border-left: 1px solid var(--primary);
  }

  .navbar-nav .nav-item:last-child {
    border-right: 1px solid var(--primary);
  }
  .navbar-dark .sideneve .navbar-nav .nav-link {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--primary2-point2);
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item {
    width: 165px;
  }
  .navbar-dark .sideneve .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .EprSection.bg-newlight .doseEprAplaytome-image {
    height: 100%;
  }
  .EprSection.bg-newlight .doseEprAplaytome-image img {
    height: 100%;
    object-fit: cover;
  }
  .firstgranulesimag {
    right: -18%;
  }
  .secondgranulesimag {
    left: -15%;
  }
  .thirdgranulesimag {
    bottom: -33%;
    right: -6%;
  }
  .topbenner {
    height: 60vw;
  }
  .topbenner h1 {
    margin-bottom: 5vw;
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .whatdoseExtended {
    margin-top: 2rem;
  }
  .EprSection.bg-newlight .doseEprAplaytome-image {
    margin-top: 2rem;
  }
  .pwmEpr p {
    padding: 2rem 0;
  }
  .flow-all-box {
    margin: 0.5rem 0;
  }
  .EprSection.bg-newlight .doseEprAplaytome-image {
    height: auto;
  }
  .firstgranulesimag {
    right: -30%;
  }
  .secondgranulesimag {
    left: -27%;
  }
  .thirdgranulesimag {
    bottom: -46%;
    right: -11%;
  }
  /* .topbenner {
    height: 85vw;
  } */
  .navbar-collapse {
    background-color: white;
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
  }
  #navbarsExample05 ul li a {
    border-bottom: 1px solid var(--primary);
    color: var(--primary) !important;
  }
  #navbarsExample05 ul li:first-child a {
    border-top: 1px solid var(--primary);
  }

  header .navbar {
    margin-top: 0%;
    height: auto;
  }
  .navbar-dark .navbar-toggler {
    height: 9vh;
    width: 100px;
    border-right: 1px solid var(--primary);
  }
  .navbar-dark .navbar-brand {
    height: 9vh !important;
  }
  .navbar-dark .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .whoweareimage img {
    position: relative;
  }
  .borderLeft {
    border-left: none;
  }
  .borderRight {
    border-right: none;
  }
  .image-box-service {
    background-position: center 10% !important;
  }
  .ordermobile-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ordermobile-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ordermobile-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 0% !important;
  }
  .ordermobile-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .ordermobile-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
    padding-top: 0% !important;
  }
  .ordermobile-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .ordermobile-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .ordermobile-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .ordermobile-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
    padding-bottom: 0% !important;
  }
  .ordermobile-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
    padding-bottom: 0% !important;
  }
  .ordermobile-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
    padding-bottom: 0% !important;
  }
  .ordermobile-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (max-width: 767px) {
  .hedding-ofpage h4 {
    font-size: 2rem;
  }
  .headding-image .overlay1 {
    background: var(--primary2-point4) !important;
  }
  .EprSection.pt-2 .col-md-6 p {
    margin: 0%;
  }
  .EprSection.pt-2 .col-6:nth-child(even) {
    padding-right: 0.5rem;
  }
  .EprSection.pt-2 .col-6:nth-child(odd) {
    padding-left: 0.5rem;
  }
  .secondgranulesimag,
  .firstgranulesimag,
  .thirdgranulesimag {
    display: none;
  }
  .deatilesofgranules {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
  }
  .granulslists-contaier.granules {
    padding-top: 0%;
  }
  .imageofgranules img {
    transform: scale(1.3);
    height: 100%;
    object-fit: cover;
  }
  .imageofgranules {
    height: 150px;
  }
  .fourpilorsofOur {
    padding: 0%;
  }
  .knowUsMore .mobilenopadding {
    margin: 0%;
  }
  .hedding-section,
  .EPRService {
    flex-direction: column;
    align-items: start;
  }
  .EPRService a,
  .hedding-section a {
    margin-left: unset;
  }
  .slider-item {
    margin-top: 0%;
  }
  .recyclingProcess-box img {
    content: url("../images/recyclingProcess-mobile.svg");
  }
  .light-background h3,
  .dark-background h3 {
    font-size: 1.3rem;
  }
  .topbenner {
    height: 65vw;
  }
  .mobiledetailesslider h3 {
    text-transform: uppercase;
    font-weight: 900;
    padding: 1rem 0;
    color: var(--primary2);
  }
  .WhoWeare-section-wrapper {
    padding: 0%;
  }
  .WhoWeare-section-wrapper h3 {
    margin: 2rem 0 !important;
  }
  .WhatWeDo-section .col-lg-3,
  .WhatWeDo-section .col-lg-6 {
    height: 200px;
  }

  /*  .whoWeServicevox.col-md-6 {
    padding: 0% !important;
  } */
  .mobileCenter {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .mobileCenter p,
  .mobileCenter ul {
    text-align: center;
  }
  .site-footer .col-md-4 {
    padding-top: 2rem;
  }
  .whowearedetailes p {
    text-align: center;
  }
  .image-box-service {
    background-position: center 10% !important;
  }
  .whoWeServicevox.image {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .form-group.modelform {
    display: block;
  }
  .form-group.modelform .col {
    width: 100%;
  }
  .form-group.modelform .col:first-child {
    margin-bottom: 1rem;
  }
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
