/* .myslider_home {
  margin: 0;
  position: relative;
} */
/* .slider_part_img img {
  width: 100%;
  height: 800px;
} */
/* .mySwiper_home .swiper-slide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 64%;
  background: rgb(255 255 255 / 84%);
  right: 0;
  top: 0;
  z-index: 0;
}
.mySwiper_home .swiper-slide:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 36%;
  background: rgb(0 0 0 / 21%);
  left: 0;
  top: 0;
  z-index: 1;
}
.mySwiper_home .home_slider_content {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 30px 100px;
  max-width: 1500px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mySwiper_home .slider_box {
  position: relative;
  max-width: 415px;
  min-height: 550px;
  background-color: #e9e9e9;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 45%);
  width: 100%;
  height: 100%;
} */
.background_slide_color {
  max-width: 415px;
  height: 550px;
}
/* .mySwiper_home .slider_box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 65%;
  background: #f99c38;
  right: -30px;
  top: -30px;
  z-index: -1;
}
.mySwiper_home .slider_box .background_slide_img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  max-height: 380px;
  filter: drop-shadow(-8px 8px 8px rgb(0 0 0 / 18%));
}
.mySwiper_home .slider_box .background_slide_img {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
} */
/* .slider_box_text {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  font-style: italic;
  opacity: 0.1;
  line-height: 1.1;
} */
/* .mySwiper_home .slide_1 .background_slide_img:after {
  background-image: url(../images/slide_1_1.png); 
}
.mySwiper_home .slide_2 .background_slide_img:after {
  background-image: url(../images/slide_2_1.png);
  background-position: center left -15px;
}
.mySwiper_home .slide_3 .background_slide_img:after {
  background-image: url(../images/slide_3_1.png);
  background-position: center left -15px;
} */
/* .home_slider_text h1 {
  font-size: 60px;
  white-space: pre-line;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #444444;
  line-height: 1.18;
  margin-bottom: 22px;
}
.home_slider_text {
  position: relative;
  max-width: 650px;
  width: 100%;
}
.home_slider_text p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  color: #444444;
  font-weight: 400;
} */
/* .swiper_main_slider {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 110px;
}
.swiper_main_slider .swiper-button-next:after,
.swiper_main_slider .swiper-button-prev:after {
  font-size: 16px;
  background: #f99c38;
}
.swiper_main_slider .swiper-button-next,
.swiper_main_slider .swiper-button-prev {
  background: #f99c38;
  color: #080808;
  display: inline-flex;
  text-align: center;
  transition: 0.4s all;
  position: absolute;
  font-weight: 600;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
.swiper_main_slider .swiper-button-prev {
  right: auto;
  top: 0;
  left: 0;
} */

/* =========== home_about ================== */
.main_title {
  position: relative;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.main_title span {
  color: #f99c38;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}
.main_title h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home_about_part_img img {
  max-width: 470px;
  z-index: 1;
}

.home_about_part {
  margin-top: 40px;
}
.home_about_part_img {
  padding: 30px 50px 50px 50px;
  position: relative;
  margin-left: 40px;
}
.home_about_part_img:before {
  background: #e1e1e1;
  left: 16px;
  bottom: 16px;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: calc(100% - 170px);
  max-width: calc(100% - 140px);
}
.home_about_part_img:after {
  content: "";
  background: #f99c38;
  position: absolute;
  height: 100px;
  width: 100px;
  left: 0;
  bottom: 0;
  border-radius: 0px 100% 0 0;
}
.home_about_bg {
  position: absolute;
  right: -26%;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/home_about_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  max-width: 675px;
}
.home_about_part p {
  margin-bottom: 20px;
  text-align: justify;
}
/* ====== why_us ====== */
.home_why_us {
  background-color: #f99c38;
  padding: 70px 0;
  margin-top: 0;
}
.home_why_us .main_title h2 {
  color: #ffffff;
}
.custome-block .item {
  background: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 15px 28px 20px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 4px;
}
#home_why_us_slider .owl-stage-outer {
  padding: 8px 0;
  transform: translate3d(80px, 0px, 0px) !important;
}
.custome-block .item p {
  color: #707070;
  font-weight: 500;
  font-size: 16px;
  white-space: pre-line;
  text-align: left;
}
.home_why_us_icon {
  position: relative;
  display: inline-block;
  background: rgb(249 156 56 / 45%);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  transition: all 0.4s;
}
.custome-block .item:hover .home_why_us_icon {
  background: #444444;
}
.home_why_us_icon img {
  transition: all 0.4s;
}
.custome-block .item:hover .home_why_us_icon img {
  filter: invert(1);
}
.custome-block .item .map_Sec {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 80px;
  max-width: 75%;
  opacity: 0;
  transition: all 0.4s;
}
.custome-block .item:hover .map_Sec {
  opacity: 0.04;
  transform: scale(1.1);
  right: 10px;
  top: 10px;
}
/* =================  products ========== */
#home_products_slider .item {
  background: #fff1e0;
  padding: 22px 22px;
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}
#home_products_slider .owl-stage {
  display: flex;
  height: 100%;
}
.products_icon {
  min-height: 50px;
  margin-bottom: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.products_icon:before {
  background: rgb(106 106 106 / 25%);
  position: absolute;
  left: 0;
  top: 8px;
  height: 50px;
  width: 50px;
  content: "";
  border-radius: 100%;
}
.products_icon img {
  left: 8px;
  top: 12px;
  max-width: 52px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* align-content: center; */
  /* flex-wrap: wrap; */
}
.home_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;
}
.home_products_details h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.home_products_details span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.home_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;
}
#home_products_slider .item:hover span:after {
  transform: rotate(0.001deg) scaleX(1);
  transform-origin: left;
}
#home_products_slider .item:after,
#home_products_slider .item:before {
  content: "";
  position: absolute;
  height: 500px;
  width: 500px;
  background: #ffe9d0;
  right: -120px;
  top: -60px;
  border-radius: 100%;
  z-index: 0;
  transition: all 0.4s;
}
#home_products_slider .item:hover:after,
#home_products_slider .item:hover:before {
  transform: scale(1.05);
}
.home_products_details {
  z-index: 1;
}
.home_product_icon {
  text-align: center;
}
.home_product_icon img {
  filter: drop-shadow(2px 4px 16px rgb(0 0 0 / 40%));
   max-width: 100%;
}
#home_products_slider .item:after {
  background: #f5d6b3;
  right: -200px;
  top: -30px;
}
#home_products_slider .owl-nav {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
#home_products_slider {
  margin-top: 25px;
}
#home_products_slider .owl-nav button span {
  display: none;
}
#home_products_slider .owl-nav button.owl-next:after,
#home_products_slider .owl-nav button.owl-prev:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../images/back.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
#home_products_slider .owl-nav button {
  height: 30px;
  width: 30px;
}
#home_products_slider .owl-nav button.owl-next:after {
  transform: rotate(180deg);
}
#home_products_slider .item a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ============== home_counter ======= */
.home_counter {
  background-color: #434242;
}
#home_counters .counter {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 3.2rem;
  color: #ffffff;
}
#home_counters .counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 28px;
  transition: transform 2s ease;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
#home_counters .counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
@-webkit-keyframes counter-float {
  from {
      -webkit-transform: rotate(0deg) translate3d(3px, 0, 0) rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}
@keyframes counter-float {
  from {
      transform: rotate(0deg) translate3d(3px, 0, 0) rotate(0deg);
  }
  to {
      transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}
#home_counters .item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 22px 0;
}
#home_counters .item h5 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  white-space: pre-line;
  text-align: center;
  line-height: 1.3;
}
#home_counters .item h6 {
  display: inline-block;
  margin-left: -22px;
}
#home_counters .item sup {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 24px;
  right: -22px;
}
#home_counters,
.home_counter .container {
  z-index: 1;
}

/* ======= services ====== */
#industries_serve_details {
  margin-top: 22px;
}
#industries_serve_details .item h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  bottom: 35px;
  width: calc(100% - 65px);
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#industries_serve_details .item:after {
   
}
#industries_serve_details .item:hover:after {
  height: 100%;
  max-height: 100%;
}
#industries_serve_details .item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
      border: 1px solid #e8e8e8;
    border-radius: 4px;
	padding: 8px 0;
}
#industries_serve_details .item:hover img {
  transform: rotate(0.5deg) scale(1.03);
}
#industries_serve_details .item img {
  transition: all 0.8s;
   
}


/* ==== home slider 29-08-2023 === */
.myslider_home {
  margin: 0;
  position: relative;
}
.myslider_home:hover button.carousel-control-prev, .myslider_home:hover button.carousel-control-next{
  left: 15px;
 opacity: 1;
}
.myslider_home:hover button.carousel-control-next{
 right: 15px;
 left: auto;
}
.myslider_home button.carousel-control-prev, .myslider_home button.carousel-control-next {
 position: absolute;
 background: #ffffff2b;
 height: max-content;
 width: max-content;
 top: 50%;
 opacity: 1;
 left: 0px;
 transition: all 0.4s;
 opacity: 0; 
}
.myslider_home button.carousel-control-next{
 right: 0px;
 left: auto;
}
.myslider_home button.carousel-control-prev span, .myslider_home button.carousel-control-next span {
 background-size: 19px;
 height: 40px;
 width: 40px;
}
.myslider_home .carousel-indicators button {
  width: 80px;
}
.myslider_home img {
  min-height: 170px;
  object-fit: cover;
  width: 100%;
}

/* ==== 11-09-2023 ==== */
.home_about_list {
  margin-left: 0;
}
.home_about_list h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

ul.home_list li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 0;
  color: #444444;
  padding: 8px 0 0 22px;
  position: relative;
  text-align: left;
}

ul.home_list li:after,  ul.home_list li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 0;
  top: 17px;
  border: 1px solid #444444;
}

ul.home_list li:after {
  background: #444444;
  height: 4px;
  width: 4px;
  top: 20px;
  left: 3px;
}
.home_about_part:before {
  background-image: url(../images/home_bg.png);
  background-size: contain;
  background-position: left bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  bottom: -70px;
  left: 0;
  background-repeat: no-repeat;
  max-width: 680px;
}
.home_about_details {
  position: relative;
}

.home_about_details img {
  max-width: 570px;
  width: 100%;
  filter: drop-shadow(-15px 15px 19px rgb(0 0 0 / 32%));
}

.home_about {
  margin-top: 70px;
  position: relative;
}
/* ==== */
.our_plan_of_action {
  position: relative;
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 60px 0;
}
.our_plan_of_action h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.our_plan_of_action p {
  margin-top: 22px;
}

/* == */
.home_about_part a {
  margin-top: 12px;
}

/* ==== 18-09-2023 === */
.home_about_part .main_title h1 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.box-block {
	      display: inline-block;
    width: 18%;
    border: 1px solid #c0c0c0;
    padding: 18px 20px;
    text-align: center;
    border-radius: 8px;
	transition:0.4s;
}
.box-block a img {     width: 64px; }
.box-block a h3 {      font-size: 16px;
    color: #333;
    margin-top: 22px;
    margin-bottom: 0;
    text-align: center;}
.box-block:hover { background:#fff;}
.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;
}