body {
  line-height: 26px;
}
.industries-list-section {
  position: relative;
  display: block;
  padding: 120px 0 120px 0;
  z-index: 2;
}
.industries_list_bg {
  display: block;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 30px;
}
.industries_list_item {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.industries_list_item span img {
  height: 60px;
}
.industries_list_item span {
  margin-bottom: 10px;
}
.industries_list_item h5 {
  font-size: 16px;
}
.section-title.text-white .section-title__title {
  color: #fff;
}
.prim_color {
  color: var(--thm-primary);
}
.text-white {
  color: #fff;
}
.common_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact_left_part .section-title {
  margin-bottom: 20px;
}
.contact_left_part .footer-widget__contact-list li .text p a {
  color: var(--thm-gray);
}
.contact_left_part .footer-widget__contact-list li .text p {
  color: var(--thm-gray);
}
.contact_right_part .comment-one__form {
  margin-top: 20px;
}
.error {
  color: red;
  font-size: 14px;
}
.inquiry_text {
  margin-bottom: 50px;
}
.inquiry_text h5 {
  margin-bottom: 20px;
}
.inquiry_info h4 {
  display: inline-block;
  background: var(--thm-primary);
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 5px 5px 0 #157298;
}
.inquiry_info h4 a {
  color: #fff;
}
.footer-widget__about-logo {
  width: 170px;
}

.products_card_box .services-one__text {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  overflow: hidden;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.products_card_box .services-one__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product_detail_right h3 {
  margin-bottom: 20px;
}
.product_group_btn .btn-style-one {
  margin-right: 10px;
}
.products_detail_tab_section {
  margin-top: 60px;
  padding-bottom: 0;
}
.products_detail_tab_section .tab-buttons {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.products_detail_tab_section .tab-buttons .tab-btn span {
  font-size: 16px;
  padding: 10px 30px;
  background-color: var(--thm-base);
  color: var(--thm-black);
}
.products_detail_tab_section .tab-buttons .tab-btn.active-btn span {
  background-color: var(--thm-primary);
}
.products_detail_tab_section.tabs-box-one
  .tab-buttons
  .tab-btn.active-btn
  span:before {
  background-color: var(--thm-primary);
}
.products_detail_tab_section.tabs-box-one
  .tab-buttons
  .tab-btn.active-btn
  span {
  color: var(--thm-base);
}

.about_core_point {
  margin-bottom: 25px;
  box-shadow: 5px 5px 15px #ccc;
  border-radius: 15px;
}
.about_core_point:last-child {
  margin-bottom: 0;
}
.about_core_point .detail_info {
  padding-left: 20px;
}
.about_core_point .detail_info h4 {
  margin: 0 0 10px 0;
}
.about_core_point .detail_info p {
  margin: 0;
}
.about_core_point .card-body {
  display: flex;
}
.about_core_point .card-body .icon {
  width: 100px;
  height: 100px;
  background-color: var(--thm-primary);
  border-radius: 10px;
  padding: 15px;
  flex: 0 0 auto;
}
.quality_card_section {
  padding-top: 0;
}
.about-page .about-page__right {
  margin-left: 0;
}
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 45px;
}
.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  max-height: 320px;
  overflow: auto;
}
.thm-breadcrumb li + li {
  margin-left: 5px;
}
.listing_column2 ul {
  padding: 0;
}
.listing_column2 ul li {
  display: inline-block;
  width: 49%;
  position: relative;
  padding-left: 25px;
}
.listing_column2 ul li::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--thm-primary);
  font-size: 15px;
}
.product_listing_grid .services-one__single {
  margin-bottom: 0;
  height: 100%;
  overflow: hidden;
}
.product_listing_grid > div {
  margin-bottom: 30px;
}
.product_listing_grid .services-one__content {
  height: 100%;
}
.main-menu .main-menu__list > li.dropdown::before,
.stricky-header .main-menu__list > li.dropdown::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 52%;
  right: -18px;
  transform: translateY(-50%);
  cursor: pointer;
}
.main-menu .main-menu__list > li.dropdown > ul > li.dropdown::before,
.stricky-header .main-menu__list > li.dropdown > ul > li.dropdown::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.main-menu .main-menu__list li ul li:hover::before,
.stricky-header .main-menu__list li ul li:hover::before {
  color: #fff;
}
.main-menu .main-menu__list > li.current::before,
.main-menu .main-menu__list > li:hover::before,
.stricky-header .main-menu__list > li.current::before,
.stricky-header .main-menu__list > li:hover::before {
  color: #000;
}

.circle_icon_box {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.circle_icon_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.circle_icon_box ul li {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 15px;
}
.footer-widget__about-social {
  display: none;
}
.main-header__top-right-social,
.mobile-nav__social {
  display: none;
}

.home_product_section_bg .services-one__single {
  margin-bottom: 0;
}
.services-one__img:before {
  display: none;
}
.home_product_section_bg .project-one__carousel.owl-carousel .owl-dots {
  bottom: -10px;
}
.text-black {
  color: #000;
}

.table_custom_wrap .table > thead > tr > th {
  background-color: #d0e9f3;
}
.gasket_img_col {
  box-shadow: none !important;
}
.gasket_img_col img {
  height: 150px;
}
.text-justify {
  text-align: justify;
}
.main-menu-wrapper__call-number {
  margin-left: 10px;
}
.footer-widget__contact-list li .icon {
  padding-top: 4px;
}

.footer-widget__links-list li a {
  padding-left: 20px;
  line-height: normal;
}
.footer-widget__links-list li a:before {
  opacity: 1;
  top: 9px;
}
