 
.inner_slide {
  background-image: none;
  padding: 0;
  height: 260px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.inner_slide .inner_banner_img {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 260px;
  overflow: hidden;
  z-index: -1;
  height: 100%;
}
.inner_slide .inner_banner_img img {
  max-height: 260px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.inner_slide h1.inner_banner_title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  z-index: 1;
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}
.inner_slide ul.breadcrumb {
  z-index: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px 23px;
  padding: 0 15px;
}
.inner_slide ul.breadcrumb li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.inner_slide ul.breadcrumb li a {
  color: #ffffff;
}
.inner_slide ul.breadcrumb li:after {
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  background: #ffffff;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.inner_slide ul.breadcrumb  li img {
  max-width: 15px;
  filter: invert(1);
  top: -1px;
}
.inner_slide ul.breadcrumb li:last-child:after {
  display: none;
}
.inner_slide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) -0%, rgba(0,0,0,0.6194852941176471) 0%, rgba(255,255,255,0) 100%);
  backdrop-filter: blur(0.5px);
}

/* ============ inner slide close ===== */



.inner_page_title span {
  color: #f99c38;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}
.inner_page_title h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
.inner_page p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  color: #333333;
  margin-bottom: 20px;
} 


/* ======= about-details ====== */ 
.about_img_part {
  position: relative;
  padding: 0px 25px 25px 0px;
  margin: 0 15px 15px 15px;
  height: 100%;
}
.about_img_part:before {
  content: "";
  position: absolute;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  background: #e1e1e1;
  right: 0px;
  bottom: 0;
} 
.about_img_part:after {
  height: 70px;
  width: 70px;
  background: #f99c38;
  right: -12px;
  bottom: -12px;
  content: "";
  z-index: 0;
  position: absolute;
  border-radius: 100% 0 0 0;
}  
.about_img_part img {
  z-index: 1;
  height: 100%;
  object-fit: cover;
}
.work-ethics-img {
  padding: 30px 0px 30px 30px;
  margin-top: -20px;
  height: 100%;
}

.work-ethics-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background: #f99c38;
} 
.work-ethics-img img {
  border: 8px solid #ffffff;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.vision_mission_details {
  position: relative;
  background: #ffffff;
  padding: 35px 50px 35px 35px;
  border: 3px solid #f99c38;
} 
.vision_mission_details h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
  position: absolute;
  top: -28px;
  background: #ffffff;
  padding: 12px 16px;
}
.vision_mission_details p {
  margin-bottom: 0;
}
.vision_mission_icon {
  position: absolute;
  top: -30px;
  right: -100px;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 130px;
  width: 130px;
}
.mission_details .vision_mission_icon{
  position: absolute;
  top: -30px;
  left: -100px;
  right: auto;
  padding: 20px;
  z-index: 1;
}
.vision_mission_icon img{
  max-width: 80px;
}
.vision_mission_icon:after {
  content: "";
  position: absolute;
  height: 130px;
  width: 130px;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: -1;
  border: 3px solid #f99c38;
}
.mission_details .vision_mission_details {
  padding: 35px 35px 35px 50px;
}
.mission_details {
  margin-left: -15px;
  margin-top: 70px;
}
.mission_details .vision_mission_details h3 {
  left: auto;
  right: 40px;
}
.vision_details {
  margin-right: -15px;
  margin-top: 30px;
}
.vision_mission {
  margin-top: -40px;
}
 
/* ===== contact_us Page ==== */ 
.contact_address_section .inner_page_title {
  margin-bottom: 30px;
}
.contact_address_section {
  background: #ffffff;
  border: 23px solid rgb(225 225 225 / 33%);
  padding: 30px;
} 
.contact_details {
  padding-left: 54px;
  margin-bottom: 25px;
} 
.contact_icon i {
  color: #f99c38;
  font-size: 16px;
  display: inline-block;
}
.contact_icon {
  display: inline-block;
  border: 1px solid #f99c38;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 4px;
}
.contact_details h4 {
  font-size: 17px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}
.contact_list a {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  color: #333333;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.contact_list ul {
  display: flex;
  gap: 20px;
}
.contact_list a:hover {
  color: #f99c38;
}
.contact_details:last-child {
  margin-bottom: 0;
}
.google_map {
  margin-bottom: 0;
  margin-top: 10px;
  display: flex;
  border: 5px solid #ededed;
}
.contact_form form {
  margin-top: -20px;
}
.contact_form form input, .contact_form form textarea {
  border: 1px solid rgb(0 0 0 / 18%);
  border-radius: 0;
  margin-top: 40px;
  padding: 12px 18px;
  /* font-size: 15px; */
  font-weight: 500;
  color: #444444;
} 
.contact_form form textarea {
  height: 120px;
  resize: none;
} 
.contact_form form button {
  margin-left: 0;
  padding: 12px 35px;
  margin-top: 0;
}
.contact_form form input::placeholder, .contact_form form textarea::placeholder {
  font-size: 14px;
  color: rgb(0 0 0 / 41%);
} 
.contact_form form input:active, .contact_form form textarea:active, .contact_form form input:focus, .contact_form form textarea:focus {
  box-shadow: none;
  border: 1px solid rgb(0 0 0 / 18%);
} 
.contact_form form .form-group label {
  position: absolute;
  top: 30px;
  left: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  background: #ffffff;
  padding: 0 8px;
}
.google_map iframe {
  width: 100%;
  height: 250px;
}  

/* ===== privacy_policy -==== */
 

 
.privacy_policy_accordian .accordion-item:focus-visible {
  box-shadow: none;
  outline: none;
}
.privacy_policy_accordian .accordion-item {
  /* margin-bottom: 25px; */
  /* box-shadow: 0px 2px 12px rgb(0 0 0 / 5%); */
}
.privacy_policy_accordian .accordion-item {
  border: none;
  border-radius: 0;
}
.privacy_policy_accordian .accordion-item button {
  background: #ffffff;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  border: 1px solid rgb(0 0 0 / 10%);
  box-shadow: 0px 3px 12px rgb(0 0 0 / 2%);
  margin-top: 18px;
  padding: 15px 42px 15px 15px;
}
.privacy_policy_accordian .accordion-item:nth-child(2n - 1) button {
  background: #f7f7f7;
}
.accordion_list .accordion-item .accordion-button::after, .accordion_list .accordion-item .accordion-button::before {
  background-image: none;
  height: 2px;
  width: 18px;
  background: #f99c38 ;
  right: 15px;
  top: 25px;
  content: "";  
  position: absolute;
  transform: rotate(0deg)  translate(0px, 0px);
  transition: all 0.4s;
}

.accordion_list .accordion-item .accordion-button::after {
  transform: rotate(90deg) translate(0px, 0px);
  background: #444444;
}

.accordion_list .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(00deg) translate(0px, 0px);
}
.accordion_list .accordion-item .accordion-button::before {
  z-index: 1;
  border: 2px solid #ffffff;
  padding: 1px;
  border-width: 2px 0;
  transform: rotate(0deg) translate(0px, -2px);
}
.accordion_list .accordion-item .accordion-button:not(.collapsed)::after, .accordion_list .accordion-item .accordion-button:not(.collapsed)::before {
  background: #444444;
}
.accordion_list .accordion-item .accordion-collapse {
  width: calc(100% - 25px);
  margin: 0 auto;
  background: #f1f1f1; 
  border-radius: 0 0 10px 10px;
}
.accordion_list .accordion_info {
  padding: 25px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 3%);
  border: solid rgb(0 0 0 / 5%);
  border-width: 0px 1px 1px 1px;
  border-radius: 0 0 10px 10px;
}

.accordion_list .accordion_info p {
  font-size: 16px;
  color: #000000;
  margin-top: 12px;
}
.accordion_list .accordion_info p:first-child{
  margin-top: 0;
}
.accordion_list .accordion_info p:last-child {
  margin-bottom: 0;
}
.accordion_list .accordion_info h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}
.accordion_list .accordion_info h6:first-child {
  margin-top: 0;
}
ul.details_list {
  gap: 10px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

ul.details_list li {
  line-height: 1.5;
  padding-left: 15px;
}

ul.details_list li:before, ul.details_list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 7px;
  width: 7px;
  border: 1px solid #444444;
}

ul.details_list li:after {
  border: 0;
  background: #444444;
  height: 3px;
  width: 3px;
  left: 2px;
  top: 10px;
}


/* ===== products_page ==== */
.inner_products_block {
  position: relative;
  background: #ebebeb;
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.4s;
  overflow: hidden;
}
.inner_products_block .left_products_details {
  width: 60%;
  padding-right: 20px;
  z-index: 1;
}
.inner_products_block .right_products_details {
  width: 40%;
  text-align: center;
  z-index: 1;
}
.inner_products_icon:before {
  background: rgb(106 106 106 / 25%);
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  content: "";
  border-radius: 100%;
} 
.inner_products_block .left_products_details img {
  left: 8px;
  max-width: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.inner_products_icon {
  display: inline-block;
  height: 100%;
  min-height: 50px;
  width: 50px;
  margin-bottom: 10px;
}
.left_products_details h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.inner_products_block .left_products_details p {
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}

 
.inner_products_block .right_products_details img {
  filter: drop-shadow(2px 4px 16px rgb(0 0 0 / 40%));
  max-height: 200px;
  max-width: 90%;
  transition: all 0.6s;
}
.inner_products_block:hover .right_products_details>img {
  transform: scale(1.05);
}
.inner_products_block .left_products_details span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.inner_products .inner_page_title {
  margin-bottom: 22px;
}
.inner_products_block:after, .inner_products_block:before {
  background: rgb(209 209 209 / 43%);
  height: 400px;
  width: 400px;
  right: -100px;
  top: -120px;
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  transform: scale(1);
  transition: all 0.6s;
}
.inner_products_block:before {
  height: 450px;
  width: 450px;
  background: rgb(225 223 223 / 63%);
  right: -140px;
  top: -120px;
}
.inner_products_block:hover:after, .inner_products_block:hover:before { 
  animation: slide1 1.5s linear infinite;
} 

@-webkit-keyframes  slide1{
  0%,
  100% {
    transform: scale(1.00);
  }

  50% {
    transform: scale(1.15);
  }
}
@keyframes slide1 {
  0%,
  100% {
    transform: scale(1.00);
  }

  50% {
    transform: scale(1.15);
  }
} 
.inner_products_block .left_products_details span:after {
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: #444444;
    position: absolute;
    transform: rotate(0.001deg) scaleX(0);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: right;
    border: none;
    margin: 0;
}

.inner_products_block:hover .left_products_details>span:after {
    transform: rotate(0.001deg) scaleX(1);
    transform-origin: left;
}
.inner_products_block a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* ==== inner_products details === */
.inner_list {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  flex-direction: column;
}

.inner_list li:before, .inner_list li:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  left: 0;
  top: 7px;
  border: 1px solid #444444;
}

.inner_list li:after {
  background: #444444;
  height: 3px;
  width: 3px;
  top: 9px;
  left: 2px;
}

.inner_list li {
  padding-left: 15px;
  width: 100%;
}
.inner_products_img img {
  max-height: 430px;
  max-width: 85%;
  filter: drop-shadow(-5px 8px 11px rgb(0 0 0 / 18%));
  object-fit: contain;
  margin: 0 auto;
  padding: 20px 0;
}
.inner_products_img:after {
  position: absolute;
  left: -60px;
  bottom: -60px;
  height: 100px;
  width: 100px;
  background: #f99c38;
  z-index: -1;
  border-radius: 0 100% 0 0;
  content: "";
}
.inner_products_img:before {
  background: #e1e1e1;
  position: absolute;
  width: calc(100% - 150px);
  left: -35px;
  bottom: -35px;
  height: calc(100% - 100px);
  content: "";
  z-index: -1;
}
.inner_products_img {
  min-height: 450px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  margin: 30px 60px 90px 60px;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 3%);
  border: 1px solid #efefef;
  max-width: 570px;
  width: 100%;
  float: left;
}
.inner_products_img .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.product_bgcolor {
  background: #f7f7f7;
  margin: 50px 0 00px 0;
  padding: 50px 0;
}
.products_details h6{
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
}
.products_details h6 strong {
  font-weight: 700;
}
.products_details h6:first-child{
  margin-top: 0;
} 
.corrugated-boxes {
  margin-bottom: 0;
}
.inner_page .smt_inner_content p:last-child {
  margin-bottom: 0;
}
.product_inq_btn {
  position: fixed;
  bottom: calc(50% - 250px);
  right: 0;
  display: flex;
  transform: translateY(-50%);
  z-index: 5;
}

.product_inq_btn a.button_style {
  writing-mode: vertical-rl;
  padding: 18px 8px;
  background: #f99c38;
  font-weight: 500;
  color: #333333;
  font-size: 17px;
  transform: rotate(180deg);
}
/* ==== why_us_icon ==== */
ul.why_us_list li {
  font-size: 19px;
  color: #222222;
  font-weight: 500;
  border: 2px solid rgb(209 209 209 / 80%);
  padding: 25px 20px 25px 115px;
  height: 100%;
  max-width: calc(33.33% - 30px);
  width: 100%;
  line-height: 1.4;
  min-height: 110px;
  /* box-shadow: 0px 0px 12px rgb(204 204 204 / 32%); */
  background: #ffffff;
}

ul.why_us_list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 18px;
  margin-top: 40px;
}
.why_us_icon {
  position: absolute;
  left: 10px;
  padding: 8px;
  box-shadow: 0px 0px 12px rgb(204 204 204 / 22%);
  background-color: #ffffff;
  width: 90px;
  height: 90px;
  top: -15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.4s;
  border: 2px solid rgb(209 209 209 / 80%);
}

.why_us_icon img {
  max-width: 85%;
  max-height: 55px;
  transition: all 0.4s;
  filter: drop-shadow(3px 3px 2px rgb(0 0 0 / 32%));
}

/* ==== thanks - Error ========= */
.thanks_error .button_style {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.thanks_error .button_style:hover {
  color: #ffffff;
}
.thanks_error p {
  color: #333333;
  font-size: 20px;
  margin: 18px 0;
  font-weight: 500;
  white-space: pre-line;
}
.thanks_error img {
  max-width: 85%;
  height: 100px;
  object-fit: contain;
}

/* =====31=08=2023 === */
.pr_inner_images .owl-nav {
  position: absolute;
  bottom: -50px;
  left: -10px;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap: 8px;
}
.pr_inner_images .owl-nav .owl-next, .pr_inner_images .owl-nav .owl-prev {
  left: 7px;
  font-size: 9px;
  color: rgb(68 68 68 / 79%);
  font-weight: 400;
  border: 2px solid rgb(249 156 56);
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 22px;
}

/* === 01-09-2023 === */
.inner_products_img span {
  position: absolute;
  height: 150px;
  width: 150px;
  right: -15px;
  top: -15px;
  z-index: 0;
}

.inner_products_img span:before {
  position: absolute;
  height: 100%;
  width: 100%;
  border: solid #f99c383b;
  border-width: 8px 8px 0 0;
  content: "";
} 
.products_inner_title {
  position: relative;
  margin-bottom: 22px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.products_inner_title img {
  max-width: 75px;
  opacity: 0.6;
  height: 65px;
  margin-right: 10px;
} 
.products_inner_title h2 {
  color: rgb(51 51 51 / 8%);
  font-weight: 600;
  font-size: 32px;
  position: relative;
  display: inline-flex;
  margin: 0;
} 
.products_inner_title h2:before {
  content: "";
  position: absolute;
  left: 56px;
  bottom: -10px;
  /* background: #333333; */
  height: 3px;
  width: 70px;
}

/* ===== 18-09-2023 ==== */
h2.inner_content_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 18px;
  line-height: 1.3;
}