@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300,400;500;600;700;800;900&display=swap');
:root {
  --red: #DA040E;
  --black: #222222;
  --white: #FFF;
  --body: #808080;
  --radius_5: border: radius 5px;
  --radius_10: border: radius 10px;

}

@font-face {
  font-family: "flaticon_tiles";
  src: url("../fonts/flaticon_tiles.ttf?b9fa4664cf2ff2bdee782f9027a65f47") format("truetype"),
    url("../fonts/flaticon_tiles.woff?b9fa4664cf2ff2bdee782f9027a65f47") format("woff"),
    url("../fonts/flaticon_tiles.woff2?b9fa4664cf2ff2bdee782f9027a65f47") format("woff2"),
    url("../fonts/flaticon_tiles.eot?b9fa4664cf2ff2bdee782f9027a65f47#iefix") format("embedded-opentype"),
    url("../fonts/flaticon_tiles.svg?b9fa4664cf2ff2bdee782f9027a65f47#flaticon_tiles") format("svg");
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Pro";
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon_tiles !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-right-arrow:before {
  content: "\f101";
}
.flaticon-twitter:before {
  content: "\f102";
}
.flaticon-left-arrow:before {
  content: "\f103";
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
html, body {
  height: 100%;
  /*padding: 0 !important;*/
}
.page-wrap {
  min-height: 100%;
  margin-bottom: 0px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {}
/*--------------General CSS---------*/
img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /*color: #3e3e3e;*/
}
a:hover, a:focus {
  /*color: #fe5e3a;*/
  text-decoration: none;
  outline: none;
}
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
p {
  line-height: 27px;
}
p:last-child {
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0px 0px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #808080;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  background-color: #fff;
}


/* ======================menu css nad Go to top start  ====================== */

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
  background: #FFF;
  box-shadow: 0 0px 20px 2px rgb(0 0 0 / 10%);
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: 'Top';
  text-align: center;
  line-height: 44px;
  font-size: 11px;
  font-weight: normal;
  /*color: #7da966;*/
  color: #000;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  font-weight: bold;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #7da966;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  fill: #FFF;

}

/* ======================menu css nad Go to top end  ====================== */


/*-----------------------TOGGLE STICKY HOME CSS START-----------------------------------------------*/

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}
.nav-toggle-sm {
  transform: scale(.65);
  margin-right: -.3125rem;
}
.nav-toggle {
  width: 29px;
  height: 29px;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
}
.stick {
  width: 35px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #7da966;
  display: inline-block;
}
.body-menu-opened .collapsed .stick {
  background-color: #7da966;
}
.body-menu-opened .stick-1 {
  animation: stick-1-open .85s ease-out forwards;
}
.body-menu-opened .stick-2 {
  animation: stick-2-open .85s linear forwards;
  width: 35px;
  margin-left: 0px;
}
.body-menu-opened .stick-3 {
  animation: stick-3-open .85s linear forwards;
}
.stick:last-child {
  margin-bottom: 0px;
}


.body-menu-close .stick-1 {
  width: 3px;
  animation: stick-1-close .85s ease-out forwards;
}

.body-menu-close .stick-2 {
  animation: stick-2-close .85s ease-out forwards;
  margin-left: 0px;
}

.body-menu-close .stick-3 {
  animation: stick-3-close .85s ease-out forwards;
}


/*-----------------------TOGGLE STICKY HOME CSS end-----------------------------------------------*/


/*-----------------------main styles starts here-----------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
label {
  color: #001c27;
  font-weight: 400;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0px;
}
.text_red {
  color: #dd4b39;
}
textarea.form-control {
  resize: none;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.form-control, textarea {
  height: 45px;
  box-shadow: none;
  border: 1px solid #dadada;
  border-radius: 0;
  font-size: 14px;
  color: #747c84;
  border-radius: 5px;
}
textarea {
  resize: none;
  width: 100%;
  height: auto !important;
  padding: 10px;
  color: #212529;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.overlay_ctm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.font_b {
  font-weight: 700;
}
/*=====================================	PLACE HOLDER CSSS START HERE 		====================================*/
input.form-control::-webkit-input-placeholder {
  color: #808080;
}
input.form-control::-moz-placeholder {
  color: #808080;
}
input.form-control::-ms-placeholder {
  color: #808080;
}
input.textbox::-ms-input-placeholder {
  color: #808080;
}
input.textbox::-ms-input-placeholder {
  color: #808080;
}
textarea.form-control::placeholder {
  color: #808080;
}
textarea::placeholder {
  color: #808080;
}
textarea.form-control {
  min-height: auto;
  height: auto;
}


.f_subscribe input.form-control::-webkit-input-placeholder {
  color: #FFF;
}
.f_subscribe input.form-control::-moz-placeholder {
  color: #FFF;
}
.f_subscribe input.form-control::-ms-placeholder {
  color: #FFF;
}
.f_subscribe input.textbox::-ms-input-placeholder {
  color: #FFF;
}
.f_subscribe input.textbox::-ms-input-placeholder {
  color: #FFF;
}
textarea.form-control::placeholder {
  /*color: #FFF;*/
}
textarea.form-control {
  min-height: auto;
  height: auto;
  color: #808080;
}

.cf:before, .cf:after {
  content: "";
  display: table
}
.cf:after {
  clear: both;
}
.container {
  width: 100%;
  max-width: 1170px;
}
/*===================================== PLACE HOLDER CSSS END HERE 		====================================*/
/*===================================== Commen Butons ===================================*/


/*------ Button css over ----------------*/

/*======================================================================*/

/*			CUSTOM CHECK BOX AND CUSTOM RADIO CSS START		*/
.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
  left: -9999px;
  position: absolute;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:before, .custom-checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid #fe5e3a;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.custom-checkbox [type="checkbox"]:not(:checked)+label:after, .custom-checkbox [type="checkbox"]:checked+label:after {
  color: #fff;
  content: "\f00c";
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 1.45;
  padding: 1px 2px 2px 3px;
  transition: all 0.2s ease 0s;
  background-color: #fe5e3a;
  width: 20px;
  height: 20px;
}
.custom-checkbox [type="checkbox"]:not(:checked)+label, .custom-checkbox [type="checkbox"]:checked+label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
}
/*	CUSTOM check CSS START	*/
/*	CUSTOM RADIO CSS START	*/
.radio-btn-small {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  position: relative;
  padding-left: 30px;
  margin-top: 3px;
}
.radio-btn-small:last-child {
  margin-right: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]+label {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
input[type="radio"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #fe5e3a;
  background-color: #fff;
  border-radius: 100px;
}
input[type="radio"]:checked+label span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fe5e3a;
  top: 3px;
  left: 3px;
  border-radius: 100px;
}
input[type="radio"]:checked+label span {
  background-color: #fff;
}
input[type="radio"]:checked+label {
  color: #282828;
}


/*========================================================================
					bootstrap select box over
==========================================================================*/
.bootstrap-select.open>.dropdown-toggle.btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default:focus {
  background-color: #fff;
}
.bootstrap-select>.dropdown-toggle {
  border: 1px solid #ababab;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option, .bootstrap-select.btn-group .dropdown-toggle .fas {
  color: #555;
}
/*========================================================================
					bootstrap select box over
==========================================================================*/



/*home_css_start*/

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
}
.navbar-light .navbar-nav .main_btn {
  min-width: 124px;
  line-height: 40px;
  font-size: 14px;
}
.navbar-brand {
  padding-top: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #7da966;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #7da966;
}

.nav-scroll .top_menu_home .navbar-light .navbar-nav .nav-link:hover,
.nav-scroll .top_menu_home .navbar-light .navbar-nav .nav-link:focus {
  color: #7da966;
}

/*----------------*/

.top_menu {
  position: relative;
}

.nav_bar_ctm .navbar-brand {
  position: relative;
}

.main_btn {
  border: none;
  border-radius: 0;
  color: var(--white);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  background: var(--red);
  min-width: 125px;
  line-height: 44px;
  border-radius: 10px;
  padding: 0px 20px;
  letter-spacing: 1.2px;
}

.main_btn:hover {
  background-color: var(--black);
  color: var(--white);
}


/* select2_css_start */

.select2-container {
  width: 100% !important;
  padding: 0;
}
span.select2-selection__rendered {
  white-space: nowrap;
}
.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}
.select2-dropdown .select2-results__option {
  position: relative;
}

/* select2_css_end */

/* ----------------------------- home_css_start ----------------------------- */
.top_had_inner {
  background-color: #ebebeb;
  padding-left: 30px;
}
.store_info p {
  display: inline-block;
  color: #343a40;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 15px;
}
.store_info ul {
  display: inline-block;
  padding: 12px 0px;
}
.store_info ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.store_info ul li:last-child {
  margin-right: 0px;
}
.list_business_btn {
  text-align: end;
}
.list_business_btn a {
  display: inline-block;
  background-color: var(--red);
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px;
}
.list_business_btn a span {
  background-color: var(--black);
  padding: 5px 10px;
  border-radius: 9px;
  font-size: 12px;
  margin-left: 10px;

}
.list_business_btn a:hover {
  background-color: var(--black);
}
.list_business_btn a:hover span {
  background-color: var(--red);
}
.header .menu>ul>li .menu_search {
  color: var(--red);
  border: 1px solid var(--red);
  display: inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header .menu>ul>li .menu_search:hover {
  background-color: var(--red);
  color: var(--white);
}
.header .menu>ul>li>.quotes_btn {
  line-height: 44px;
  background-color: var(--red);
  padding: 0px 30px;
  text-transform: capitalize;
  display: inline-block;
  color: var(--white);
  border-radius: 10px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header .menu>ul>li>.quotes_btn:hover {
  color: var(--white);
  background-color: var(--black);
}
.carousel-item img {
  position: relative;
  z-index: 1;
}
.carousel-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  /*background-color: rgb(0 0 0 / 0.74);*/
  left: 0;
  top: 0;
  z-index: 1;

}
.carousel-control-prev, .carousel-control-next {
  z-index: 12;
}

.banner_text {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner_text h1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 50px;
  max-width: 660px;
  margin: 0px auto;
}
.banner_text p {
  line-height: 27px;
  max-width: 540px;
  margin: 0px auto;
}
.banner_text .main_btn {
  margin-top: 30px;
}
.banner_text .main_btn:hover {
  background-color: var(--white);
  color: var(--red);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  font-size: 50px;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 9;
}
.ad_blog_one {
  background-image: url(../images/ad_bg_one.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;

}
.ad_blog_one_img a {
  padding: 30px 0px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ad_blog_one_img a img {
  display: block;
  margin: 0px auto;
  width: 100%;
}
.category_sec {
  padding: 30px 0px 40px;
  position: relative;
  overflow: hidden;
}
.category_bg_one, .category_bg_two, .category_bg_three,
.featured_products_bg_one, .featured_products_bg_two,
.latest_offers_sec_img_one, .latest_offers_sec_img_two,
.catalogs_sec_min_bg,
.exhibition_sec_bg_one, .exhibition_sec_bg_two {
  position: absolute;
  z-index: -1;
}
.category_bg_on {
  top: 0;
  left: 0;
}
.category_bg_two {
  left: 0;
  bottom: 0;
}
.category_bg_three {
  right: 0px;
  top: 0;
}
.web_title {
  margin-bottom: 30px;
}
.web_title h2 {
  font-size: 35px;
  font-weight: 600;
  color: var(--black);
  padding-bottom: 10px;
  position: relative;
  display: block;
  width: auto;
}
.web_title span {
  width: 50px;
  height: 2px;
  background-color: var(--red);
  display: block;
  margin: 0px auto;
}
.category_blog {
  margin-bottom: 30px;
}
.category_img img {
  width: 100%;
  border-radius: 5px;
}
.category_info_main {
  padding: 0px 20px;
}
.category_info {
  background-color: var(--white);
  padding: 15px;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
  position: relative;
  margin-top: -30px;
  border-radius: 5px;
}
.category_info h3 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.category_info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px;
  margin: 10px 0px;
  text-align: justify;
}
.category_info a, .catalogs_blog_data a, .enquire_now_link a, .view_more_link a {
  color: var(--red);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  gap: 10px;
  font-size: 16px;
}
.enquire_now_link a {
  color: var(--white);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.catalog_list_sec .enquire_now_link .main_btn {
  margin: 5px 0px 12px;
}
.category_info a i, .catalogs_blog_data a i, .enquire_now_link a i, .view_more_link a i {
  vertical-align: middle;
  font-size: 22px;
  height: auto;
  line-height: 0;
}
.view_more_link a {
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}
.category_info a:hover, .view_more_link a:hover {
  color: var(--black);
}
.suppliers_sec {
  /* background-image: url(../images/suppliers_sec_bg_new.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0px; */
  margin-top: 40px;
}
.suppliers_sec .web_title_suppliers {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.suppliers_sec .web_title_suppliers p {
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 5px;
}
.suppliers_sec .web_title_suppliers h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--black);
}
.suppliers_sec .web_title_suppliers h2 span {
  font-weight: bold;
}
.single-brand-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-brand-item>a {
  display: block;
  background: #ffffff;
  text-align: center;
  transition: all 700ms ease 200ms;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 113px; */
  padding: 5px;
}
.single-brand-item>a:hover {
  -webkit-box-shadow: 0px 5px 10px 2px #ebebeb;
  box-shadow: 0px 5px 10px 2px #ebebeb;
}
.single-brand-item a img {
  width: auto !important;
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-brand-item:hover a img {
  /* filter: brightness(0%); */
  transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}
.single-brand-item .overlay-content {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -35px;
  width: 130px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  padding: 3px 0px 2px;
  text-align: center;
  background-color: var(--red);
  transition: all 300ms ease 100ms;
  z-index: 999;
}
.single-brand-item:hover .overlay-content {
  bottom: -25px;
  visibility: visible;
  opacity: 1;
}

.single-brand-item .overlay-content:before {
  /* font-family: 'FontAwesome'; */
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--red);
  font-size: 30px;
  font-weight: 800;

}
.single-brand-item .overlay-content p, .single-brand-item .overlay-content a {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  line-height: normal;
}
.suppliers_sec .owl-carousel.owl-drag .owl-item {
  height: 150px;
}
/* .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block;
} */

.suppliers_sec .owl-theme .owl-nav .owl-prev,
.suppliers_sec .owl-theme .owl-nav .owl-next,
.ad_blog_two .owl-theme .owl-nav .owl-prev,
.ad_blog_two .owl-theme .owl-nav .owl-next {
  position: relative;
}
.suppliers_sec .owl-carousel .owl-nav.disabled,
.ad_blog_two .owl-carousel .owl-nav.disabled,
.featured_carousel .owl-nav.disabled {
  text-align: center;
}
.featured_products_sec {
  padding: 30px 0px 20px;
  position: relative;
}
.f_products_blog {
  background-color: var(--white);
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  overflow: hidden;
}
.f_products_blog_img {
  position: relative;
}
.f_products_blog_img img {
  width: 100%;
}
.f_products_blog_data {
  padding: 12px 10px;
}
.f_products_blog_data>a {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.f_products_blog_data>a:hover {
  color: var(--red);
}
.f_products_blog_data p {
  line-height: normal;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
.featured_products_bg_one {
  right: 0;
  top: 0;
}
.featured_products_bg_two {
  left: 0;
  bottom: 20px;
}
.latest_offers_sec {
  padding: 60px 0px 30px;
  background-image: url(../images/featured_products_bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-size: cover;
}
.latest_offers_sec_overlay {
  background-color: transparent;
  /* background-image: linear-gradient(270deg, #f5f5f5 25%, #000000C7 25%); */
  background-image: linear-gradient(270deg, rgba(245, 245, 245, 1) 25%, rgba(255, 211, 208, 0) 25%);
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.latest_offers_sec_title {
  position: relative;
  z-index: 1;
}
.latest_offers_sec_title span, .catalogs_sec_title span {
  font-size: 14px;
  font-weight: 600;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.latest_offers_sec_title h2, .catalogs_sec_title h2 {
  font-size: 28px;
  color: var(--white);
  font-weight: bold;
  margin: 10px 0px;
}
.latest_offers_sec_title p, .catalogs_sec_title p {
  color: var(--white);
  line-height: 22px;
  margin-bottom: 20px;
  text-align: justify;
}
.latest_offers_sec_title .main_btn:hover {
  color: var(--red);
  background-color: var(--white);
}
.latest_offers_blog_main {
  margin-bottom: 30px;
}
.latest_offers_blog {
  position: relative;
  background-color: #FFF;
  padding: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  z-index: 2;
}
.offer_lbl {
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--white);
  background-color: #0066f0;
  display: inline-block;
  position: absolute;
  right: 10px;
}
.buy_lbl {
  background-color: #a31ae9;
}
.latest_offers_blog a {
  font-weight: 500;
  color: var(--black);
  font-size: 18px;
  line-height: 25px;
  padding-right: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;

}
.latest_offers_blog a:hover {
  color: var(--red);
}
.latest_offers_blog p {
  line-height: 22px;
  text-align: justify;
}
.latest_offers_sec_img_one {
  top: 5px;
  right: 0;
  z-index: 1;
}

.latest_offers_sec_img_two {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.catalogs_sec {
  position: relative;
  padding: 30px 0px 40px;
}
.catalogs_sec_min_bg {
  left: 0;
  bottom: 0;
}
.catalogs_sec_title h2 {
  color: var(--black);
  margin: 12px 0px;
}
.catalogs_sec_title p {
  color: var(--body);
}
.catalogs_blog {
  position: relative;
  margin-bottom: 30px;
}
.catalogs_blog_img img {
  border-radius: 5px;
  width: 100%;
}
.catalogs_blog_data {
  position: absolute;
  padding: 0px 15px;
  top: 50%;
  transform: translateY(-50%);
}
.catalogs_blog_data h4 {
  font-size: 18px;
  line-height: 25px;
  color: var(--white);
  font-weight: 500;
  max-width: 235px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.catalogs_blog_data p {
  color: var(--white);
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 5px;
}
.catalogs_blog_data a:hover {
  color: var(--white);
}
.news_event_sec {
  background-image: url(../images/news_event_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 10px;

}
.news_event_sec .web_title h2 {
  color: var(--white);
}
.news_event_blog {
  margin-bottom: 30px;
}
.news_event_img img {
  border-radius: 5px;
  width: 100%;
}
.news_event_info h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0px 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.news_event_info p {
  color: var(--white);
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
/*  text-align: justify;*/
}
.event_more_btn {
  display: inline-block;
  border: 1px solid var(--white);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.event_more {
  display: flex;
  gap: 10px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: auto;
  padding: 10px 20px;

}
.event_more i {
  vertical-align: middle;
  font-size: 22px;
  height: auto;
  line-height: 0;
}
.event_more_btn:hover .event_more {
  color: var(--white);
}
.event_more_btn:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.news_event_sec .main_btn {
  margin-bottom: 20px;
  margin-top: 10px;
}
.news_event_sec .main_btn:hover {
  background-color: var(--white);
  color: var(--red);
}
.exhibition_sec {
  padding: 40px 0px;
  position: relative;
}

.exhibition_sec .owl-carousel .owl-nav.disabled,
.exhibition_sec .owl-theme .owl-nav .owl-prev,
.exhibition_sec .owl-theme .owl-nav .owl-next,
.testimonials_sec .owl-theme .owl-nav .owl-prev,
.testimonials_sec .owl-theme .owl-nav .owl-next,
.popular_manuf_carousel.owl-theme .owl-nav .owl-prev,
.popular_manuf_carousel.owl-theme .owl-nav .owl-next,
.exhibition_carousel.owl-theme .owl-nav .owl-prev,
.exhibition_carousel.owl-theme .owl-nav .owl-next,
.app_ss_carousel.owl-theme .owl-nav .owl-prev,
.app_ss_carousel.owl-theme .owl-nav .owl-next {
  display: none;
}
.exhibition_sec_bg_one {
  top: 0;
  right: 0;
}
.exhibition_sec_bg_two {
  left: -10px;
  bottom: 90px;
}
.exhibition_sec .owl-theme .owl-dots {
  margin: 30px 0px 0px;
}
.ad_blog_two_img {
  margin-bottom: 30px;
}
.ad_blog_two_img img {
  border-radius: 10px;
  width: 100%;
}
.testimonials_sec {
  background-image: url(../images/testimonal_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0px;
  padding: 40px 0px 50px;
}
.owl-carousel .owl-item .user_img_testi img {
  width: 119px;
  height: 119px;
  border-radius: 100%;
  margin: 0px auto;
}
.testimonials_blog_info {
  background-color: var(--white);
  border-radius: 5px;
  padding: 50px 20px 20px;
  text-align: center;
  position: relative;
  margin-top: -39px;
  z-index: -1;
}
.testimonials_blog_info h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}
.testimonials_blog_info p {
  line-height: 22px;
}
.testimonials_carousel {
  margin-top: 30px;
}
.testimonials_sec .owl-theme .owl-dots {
  margin-bottom: 0px;
  margin-top: 40px;
}
.certificate {
  background-image: url(../images/certificate_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0px;

}
.certificate img {
  display: block;
  margin: 0px auto;
}
.ad_blog_three_sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  /* margin-bottom: 50px; */
  padding: 50px 0px;
  background-image: url(../images/ad_three_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ad_blog_three a img {
  border-radius: 10px;
  margin: 0px auto;
  width: 100%;
}
.footer_sec {
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_logo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 30px 0px;
}
.footer_logo a img {
  margin: 0px auto;
  display: block;
}
.footer_main {
  position: relative;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  padding: 30px 0px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer_main::before {
  position: absolute;
  content: '';
  background: #5c5c5c;
  width: 0.5px;
  height: 100%;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.f_left_blog {
  padding-right: 35px;
}
.f_right_blog {
  padding-left: 35px;
}
.footer_title {
  font-weight: 600;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.f_about_blog p {
  color: var(--white);
  line-height: 22px;
  text-align: justify;
}
.f_download h5 {
  font-weight: 600;
  color: var(--red);
  font-size: 16px;
  margin: 20px 0;
}
.f_download ul {
  display: flex;
  gap: 15px;
}
.f_subscribe {
  margin-top: 30px;
}
.f_subscribe .form-group {
  position: relative;
  margin-bottom: 30px;
}
.f_subscribe .form-control {
  height: 55px;
  box-shadow: none;
  border: 1px solid #3f3f3f;
  font-size: 14px;
  color: #FFF;
  background: #1a1a1a;
  border-radius: 5px;
  font-weight: 300;
  padding-right: 145px;

}
.f_subscribe .main_btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.f_subscribe .main_btn:hover {
  background-color: var(--white);
  color: var(--red);
}
.social_media ul li {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
}
.social_media ul li:first-child {
  padding-left: 0px;
}
.social_media ul li:before {
  position: absolute;
  content: '';
  background: #5c5c5c;
  width: 1px;
  height: 22px;
  left: 0px;
  top: 0px;
}
.social_media ul li:first-child::before {
  display: none;
}
.social_media ul li a {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
}
.social_media ul li a i {
  font-size: 14px;
  color: var(--red);
  padding-right: 5px;
}
.social_media ul li a:hover {
  color: var(--red);
}
.social_media ul li a .flaticon-twitter {
  font-size: 12px;
}
.f_quick_links ul, .f_contact_blog_main {
  margin-top: 5px;
}
.f_quick_links ul li a {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.f_quick_links ul li a:hover {
  color: var(--red);
}
.f_contact {
  padding-left: 30px;
}
.f_contact_blog {
  position: relative;
  margin-bottom: 20px;
}
.f_contact_blog_icon {
  width: 28px;
  position: absolute;
}
.f_contact_blog_icon i {
  color: var(--red);
  font-size: 26px;
}
.f_contact_blog_info {
  padding-left: 40px;
}
.f_contact_blog_info h5 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.f_contact_blog_info p, .f_contact_blog_info a {
  color: var(--white);
  font-weight: 300;
  line-height: 22px;
}
.f_copyright {
  font-weight: 300;
  color: var(--white);
  padding: 15px 0px;
}
.offcanvas-end {
  border-left: none;
}
.offcanvas-header {
  background: var(--black);
}
.offcanvas_ctm #offcanvasRightLabel {
  color: var(--white);
  font-weight: 600;
}
.btn-close {
  background: url(../images/close_white.svg);
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  opacity: 9;
}
.offcanvas-header .btn-close {
  margin: 0;
}
.form-select {
  height: 45px;
  font-size: 14px;
  border-radius: 5px;
  color: #808080;
}
.form-select:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
.offcanvas-body {
  padding: 0px;
}
.search_form_one {
  padding: 15px;
}
.search_form_two {
  border-top: 1px solid #ddd;
}
.search_form_two .accordion-button {
  font-size: 16px;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: var(--red);
  background-color: transparent;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/down_arrow_tab.svg);
}
.offcanvas_ctm .form-group {
  margin-bottom: 10px;
}
.offcanvas_ctm .accordion-flush .accordion-item .accordion-button {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.advance_btn {
  margin-top: 15px;
}
.advance_btn .main_btn {
  line-height: 42px;
}
.reset_btn {
  background-color: var(--body);
}
/* ----------------------------- home_css_end ----------------------------- */

/* ------------------------ online_catalog_css_start ----------------------- */
.inner_data {
  margin-top: 40px;
  margin-bottom: 10px;
}

.online_catalog_tab .nav {
  justify-content: center;
  margin-bottom: 30px;
}
.online_catalog_tab .nav-pills .nav-link {
  background: #e3e3e3;
  border: 0;
  border-radius: 5px;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  margin: 0px 7px;
  padding: 10px 25px;
}
.online_catalog_tab .nav-pills .nav-link.active, .online_catalog_tab .nav-pills .show>.nav-link {
  background-color: var(--red);
  color: var(--white);
}
.catalog_title_view {
  margin: 30px 0px;
}
.catalog_title_view .inner_title_one {
  font-size: 28px;
}
.inner_title_one {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
}
.mb0 {
  margin-bottom: 0px;
}

.mobile_number {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 10px 0px;
}
.mobile_number i {
  font-size: 16px;
  color: var(--red);
  list-style: none;
}
.mobile_number a {
  display: inline-block;
  font-size: 15px;
  width: auto;
  font-weight: 500;
  color: var(--black);
}
.enquire_now_link a {
  font-weight: 600;
  font-size: 15px;
}
.catalog_list_sec .f_products_blog_img img {
  border-bottom: 1px solid #f3f3f3;
  width: 50%;
  margin: 15px auto 0px;
}
.catalog_list_sec .main_btn {
  margin-bottom: 30px;
}
/* ------------------------ online_catalog_css_end ----------------------- */


/* ------------------------ catalog_detail_css_start ------------------------ */
.detail_carousel.owl-theme .owl-nav .owl-prev {
  left: 0px;
}
.detail_carousel.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.detail_carousel.owl-theme .owl-nav .owl-prev {
  border-radius: 0px 10px 10px 0px;
}
.detail_carousel.owl-theme .owl-nav .owl-next {
  border-radius: 10px 0px 0px 10px;
}
.catalog_detail_main .ad_blog_two_img {
  margin-bottom: 0px;
}
.catalog_detail_main.exhibition_detail_main .catalog_detail_info_main h2 {
  padding-top: 0px;
  margin-bottom: 10px;
}
.exhibition_detail_main .catalog_user_detail {
  margin-top: 15px;
}

.catalog_detail_main .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;

}
.detail_carousel.owl-theme .owl-nav .owl-prev, .detail_carousel.owl-theme .owl-nav .owl-next {
  /* border: none;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0; */
}
.catalog_detail_info_one {
  position: relative;
}
.catalog_detail_info_main h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  line-height: 35px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
  /* padding-right: 170px; */
}
.catalog_detail_info_one {
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
}
.catalog_user_detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--red);
  margin: 20px 0px 10px;
  padding-right: 165px;

}
.catalog_user_detail ul li {
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog_user_detail ul li p, .catalog_user_detail ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;

}
.catalog_user_detail ul li i {
  height: auto;
  font-size: 18px;
  color: var(--red);

}
.catalog_detail_info_one .main_btn {
  position: relative;
  top: 0px;
  right: 0px;
}
.catalog_detail_info_two h4, .latest_blog_title {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px;
}
.popular_manuf_blog {
  position: relative;
  border: 1px solid #DDD;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--white);
  overflow: hidden;
  min-height: 90px;
}
.popular_manuf_blog_img {
  position: absolute;
  border-right: 1px solid #e1e1e1;
  width: 89px;
}
.popular_manuf_blog_img img {
  width: auto;
}
.popular_manuf_blog_info {
  padding: 7px 10px 7px 90px;
}
.popular_manuf_blog_info a {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  /* min-height: 44px; */
}
.popular_manuf_blog_info a:hover {
  color: var(--red);
}
.popular_manuf_location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.popular_manuf_blog_info p {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popular_manuf_location i {
  height: auto;
}
.popular_manuf_carousel.owl-theme .owl-dots {
  margin: 20px 0px 0px;
}
.catalog_detail_map {
  margin: 20px 0px 40px;
}
.catalog_detail_map iframe, .contact_sec_main iframe {
  border-radius: 5px;
}
.modal-content {
  border: none;
}
.modal-header {
  background-color: var(--red);
  padding: 12px 15px;
}
.modal-title {
  color: var(--white);
  font-weight: 500;
}
.modal-header .btn-close {
  margin: 0px;
}
.catalog_detail_info_main .catalog_detail_map {
  margin-bottom: 0px;
}
/* ------------------------ catalog_detail_css_end ------------------------ */

/* ------------------ online_catalog_enquire_now_css_start ------------------ */
.inquiry_page_main {
  margin-bottom: 40px;
}
.inquiry_title {
  margin-bottom: 30px;
}
.inquiry_title h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}
.inquiry_title p {
  max-width: 710px;
  margin: 0px auto;
  color: var(--black);
}
.inquiry_form_box {
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 5px;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
  background-image: url(../images/appointment_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.inquiry_form_box .main_btn {
  /* margin-top: 20px; */
}
.inquiry_form_img {
  width: 70%;
  margin: 0px auto;
  display: block;
}
/* ------------------ online_catalog_enquire_now_css_end ------------------ */

/* -------------------------- importers_buyers_css_start -------------------------- */
.captcha_refresh a {
  font-size: 22px;
  margin-top: 7px;
  display: inline-block;
  color: var(--red);
}
.importers_buyers_main .main_btn {
  margin-top: 0px;
}
.captcha_cde {
  display: grid;
  place-items: center;
}
/* -------------------------- importers_buyers_css_end -------------------------- */

/* ------------------------ request_quotes_css_start ------------------------ */
.agree_link {
  color: var(--black);
  font-size: 15px;
  margin-bottom: 15px;
}
.agree_link a {
  display: inline-block;
  color: var(--red);
}
/* ------------------------ request_quotes_css_end ------------------------ */

/* ---------------------------- contact_css_start --------------------------- */
.contact_sec_main {
  margin-top: 60px;
  margin-bottom: 30px;
}
.contact_blog_main {
  margin-bottom: 30px;
}
.contact_blog {
  background-color: white;
  background-color: var(--white);
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
  height: 100%;
  padding-bottom: 20px;
}
.main_box_icon_contact {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  line-height: 60px;
  background-color: var(--red);
  color: var(--white);
}
.main_box_icon_contact:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 60px;
  border-width: 0 13px 12px 0;
  border-style: solid;
  border-color: var(--red);
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  display: block;
  transition: all .4s;
  opacity: .7;
}
.main_box_icon_contact:after {
  position: absolute;
  content: "";
  right: 0;
  height: 11px;
  width: 100%;
  top: -11px;
  z-index: -4;
  transition: all .5s;
  background-color: var(--red);
  transform: scale(1, 1.2);
}
.main_box_icon_contact i {
  font-size: 30px;
  text-align: center;
  margin: 0px auto;
  display: block;
  line-height: 60px;
}
.contact_blog h4 {
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
  margin: 15px 0 10px;
}
.contact_blog p, .contact_blog a {
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.contact_blog a {
  width: 100%;
  line-height: normal;
  color: var(--body);
  margin-bottom: 0px;
  margin-bottom: 10px;
}
.inquiry_form_box h5 {
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
  margin-bottom: 15px;
}
.contact_sec_main iframe {
  height: 450px !important;
}
.contact_sec_main .inquiry_form_box .main_btn {
  margin-top: 0px;
}

/* ---------------------------- contact_css_end --------------------------- */

/* -------------------------- exhibition_css_start -------------------------- */
.exhibition_main .f_products_blog_img {
  position: relative;
}
.exhibition_title_info {
  position: absolute;
  top: 58%;
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);

}
.exhibition_title_info h5 {
  font-size: 26px;
  font-weight: 700;
  color: var(--black);
}
.exhibition_title_info h4 {
  font-size: 29px;
  font-weight: 700;
  color: var(--red);
  margin-top: 5px;
}
.exhibition_main .f_products_blog_data{
  padding: 0px;
}
.exhibition_main .f_products_blog_data p, .catalog_detail_map .f_products_blog_data p {
  -webkit-line-clamp: 1;
}
.exhibition_main .f_products_blog_img img{
  width: 100%;
  margin-top: 0px;
}
.exhibition_img_blog {
  margin-bottom: 30px;
  border: 1px solid #020201 !important;
  padding: 5px 5px 0px;
  border-radius: 0;
  box-shadow: none;

}
.exhibition_img_blog a {
  display: inline-block;
/*  padding: 4px;*/
/*  background-image: url(../images/ad_three_bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
/*  border-radius: 5px;*/
  width: 100%;
  border: 1px solid #020201 !important;
  padding-bottom: 0px;
}
.exhibition_img_blog a img {
  width: 100%;
  border-radius: 0px;
}
.exhibition_line img {
  width: 70%;
  margin: 0px auto;
  display: block;
}
.exhibition_img_blog_top_0 a img {
  margin-top: 0px;
}
/* -------------------------- exhibition_css_end -------------------------- */

/* ----------------------- exhibition_detail_css_start ---------------------- */
.exhibition_detail_main .exhibition_detail_info_one {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}
.exhibition_detail_main .catalog_detail_info_main h2 {
  padding-bottom: 0px;
  border-bottom: none;
  padding-top: 10px;
}
.exhibition_detail_main .catalog_detail_info_main h5 {
  font-size: 15px;
  margin-top: 0px;
  color: var(--black);
  font-weight: 500;
  text-align: justify;
}
.exhibition_detail_info_one h4 {
  margin: 10px 0px 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--red);
}
.exhibition_detail_info_one p {
  line-height: 22px;
  margin-bottom: 7px;
  text-align: justify;
}
.exhibition_detail_info_one p a {
  color: var(--red);
}
.exhibition_detail_main .catalog_detail_info_one {
  border-bottom: none;
}
.exhibition_detail_main .catalog_user_detail h3 {
  margin: 10px 0px 10px;
}
.exhibition_carousel_main .owl-theme .owl-dots {
  margin-top: 0px;
}
/* ----------------------- exhibition_detail_css_end ---------------------- */

/* -------------------------- search_list_css_start ------------------------- */
.search_filter_title {
  background-color: var(--red);
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_filter_title h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.search_filter_title button {
  color: var(--white);
  font-size: 24px;
  line-height: normal;
}
.search_filter_title button i {
  height: auto;
}
.search_result_filter {
  background-color: var(--white);
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  overflow: hidden;
}
.search_result_form {
  padding: 15px 15px 0px 15px;
}
.search_result_filter .advance_btn {
  margin-top: 0px;
  margin-bottom: 20px;
}
.search_result_filter .reset_btn {
  margin-left: 10px;
}
/* .search_result_filter .collapse:not(.show) {
  display: block;
}
.search_result_filter .accordion-button::after {
  display: none;
} */

/* -------------------------- search_list_css_end ------------------------- */

/* -------------------------- news_event_css_start -------------------------- */
.news_event_main .news_event_blog {
  background-color: var(--white);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 5px;
  overflow: hidden;
}
.news_event_main .news_event_blog .news_event_img img {
  max-height: 200px;
  border-radius: 0px;
}
.news_event_main .news_event_info h4 {
  color: var(--black);
}
.news_event_main .news_event_info p {
  color: var(--body);
}
.news_event_main .event_more {
  color: var(--red);
  padding: 0;
}
.news_event_main .event_more_btn:hover {
  background-color: transparent;
  color: var(--red);
  border: 1px solid var(--white);
}
.news_event_main .event_more_btn:hover .event_more {
  color: var(--red);
}
.news_event_main .news_event_info {
  padding: 0px 15px 15px;
}
/* -------------------------- news_event_css_end -------------------------- */

/* ---------------------- news_event_details_css_start ---------------------- */
.news_details_page_main {
  margin-bottom: 40px;
}
.news_details_img img {
  border-radius: 5px;
  width: 100%;
}
.news_details_info {
  margin-top: 15px;
}
.news_details_info h4 {
  font-size: 26px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}
.news_details_info p {
  line-height: 22px;
  margin-bottom: 10px;
  text-align: justify;

}
.news_details_blog_right .popular_manuf_blog {
  margin-bottom: 20px;
}
.news_details_blog_right h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
  margin-bottom: 20px;
}
/* ---------------------- news_event_details_css_end ---------------------- */

/* -------------------- featured_product_detail_css_start ------------------- */
.featured_product_detail_main .ad_blog_two_img {
  margin-bottom: 20px;
}
.featured_product_detail_main .ad_blog_two_img img {
  width: 100%;
}
.featured_product_detail_main .catalog_detail_info_main h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--red);
}
.featured_product_detail_main .exhibition_detail_info_one {
  border-bottom: none;
}
.featured_product_detail_main .catalogs_blog_img img {
  height: 90px;
}
.featured_product_detail_main .catalogs_blog {
  margin-bottom: 20px;
}
.featured_product_detail_main .catalogs_blog_data h4 {
  max-width: 325px;
}
/* -------------------- featured_product_detail_css_end ------------------- */

/* -------------------- featured_catalog_detail_css_start ------------------- */

.f_catalog_dtl_main .catalog_detail_info_main h2 {
  font-size: 23px;
  padding-top: 5px;
  padding-right: 290px;
  margin-bottom: 15px;
}
.f_catalog_dtl_main .catalog_detail_info_one {
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
}
.f_catalog_dtl_tab {
  margin-bottom: 20px;
  margin-top: 20px;
}
.f_catalog_dtl_tab .nav {
  margin-bottom: 15px;
}
.tab_about_blog {
  margin-bottom: 15px;
}
.tab_about_blog h4 {
  font-size: 19px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 5px;
}
.tab_about_blog p {
  line-height: 22px;
  text-align: justify;
}

.f_catalog_products_main .single-brand-item {
  margin-bottom: 30px;
}
.f_catalog_products_main .single-brand-item a {
  height: auto;
}
.f_catalog_products_main .single-brand-item a img {
  border-radius: 5px;
  transition: none;
  width: 100% !important;
}
.f_catalog_products_main .single-brand-item .overlay-content a {
  display: inline-block;
  padding: 5px 0px;
  position: relative;
  z-index: 999;
}
.f_catalog_dtl_main.exhibition_detail_main .catalog_detail_info_main h2 {
  margin-bottom: 15px;
  padding-top: 5px;
}
/* -------------------- featured_catalog_detail_css_end ------------------- */

/* ---------------------- latest_offer_detail_css_start --------------------- */
.l_offer_detail_main {
  margin-bottom: 40px;
}
/* ----------------------- latest_offer_detail_css_end ---------------------- */

/* ------------------------------ 404_css_start ----------------------------- */
.error_sce_main img {
  display: block;
  margin: 0px auto;
}
.error_sce_main h3 {
  margin-top: 30px;
  color: var(--black);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.error_sce_main p {
  font-size: 16px;
  max-width: 400px;
  margin: 0px auto;
  display: block;
  color: var(--black);
}
.error_sce_main .main_btn {
  margin: 20px 0px 30px;
}
/* ------------------------------ 404_css_end ----------------------------- */

/* ------------------------- download_app_css_start ------------------------- */
.download_app_sec {
  padding: 80px 0px;
  margin: 20px 0px 40px;
}
.mobile_main {
  position: relative;
  margin-bottom: 30px;
}
.app_ss {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.app_info h3 {
  color: var(--white);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 12px;
}
.app_info p {
  color: var(--white);
  line-height: 22px;
  max-width: 550px;
  margin: 0px auto;
  display: block;
}
.app_info .f_download {
  margin-top: 20px;
}
.app_info_main .owl-theme .owl-dots {
  margin: 30px 0 0;
}
.app_info .f_download ul {
  justify-content: center;
}
/* ------------------------- download_app_css_end ------------------------- */

/* -------------------------------- cms_page_css_start -------------------------------- */
.cms_main {
  margin-bottom: 30px;
}
.cms_blog {
  margin-bottom: 20px;
}
.cms_blog h3 {
  font-size: 22px;
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 600;
}
.cms_blog p {
  line-height: 22px;
}
/* -------------------------------- cms_page_css_end -------------------------------- */

/* ------------------------------ faq_css_start ----------------------------- */
.faq_main {
  margin-bottom: 40px;
}
.faq_main .accordion-item {
  background-color: var(--white);
  border: none;
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}
.faq_main .accordion-button {
  background-color: var(--white);
  padding: 17px 15px;
  font-size: 17px;
  color: var(--black);
  font-weight: 500;
  font-family: var(--medium-font);

}
.faq_main .accordion-button:focus, .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq_main .accordion-body {
  background: var(--red);
  padding: 0px 15px 15px;
  color: var(--white);
}
.faq_main .accordion-header {
  border-radius: 8px 8px 0px 0px;
}
.faq_main .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--red);
}
.faq_main .accordion-button:not(.collapsed)::after {
  background-image: url(../images/aarow_top.png);
}

/* ------------------------------ faq_css_end ----------------------------- */

.go-top {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  position: fixed;
  bottom: -50px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: var(--red);
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 50px;
  z-index: 999;
}

.go-top.show {
  bottom: 20px;
  display: none;
}

.go-top:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
.go-top .glyphicon {
  top: 5px;
}

/* -------------------- get_quotation_all_form_css_start -------------------- */
.post_buy_main {
  background-image: url(../images/post_buy_main_bg.jpg);
  width: 100%;
  background-size: cover;
  padding: 250px 0px 80px;
  margin-top: -180px;

}
.post_buy_title {
  position: relative;
}
.post_buy_title:before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--red);
}
.post_buy_title h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--white);
  padding-left: 30px;
  line-height: 40px;
}
.post_buy_blog img {
  margin: 0px auto;
  display: block;
}
.post_buy_blog h3 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0px 10px;
}
.post_buy_blog p, .post_buy_form_info_dtl p {
  color: var(--white);
  font-size: 15px;
  line-height: 22px;
}
.post_buy_form_main {
  /* margin-top: -220px;
  margin-bottom: 60px; */
}
.post_buy_form_info {
  background-color: var(--red);
  padding: 30px 20px;
  border-radius: 5px 0px 0px 5px;
}

.post_buy_form_info_dtl h3 {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post_buy_form_info_dtl p {
  margin-bottom: 30px;
}
.inquiry_form_box_pd0 {
  padding-left: 0px;
}
.post_buy_view_no {
  margin-bottom: 40px;
}
.post_buy_view_no_one {
  display: flex;
  justify-content: space-between;

}
.post_buy_view_no_one h3, .post_buy_view_no_one h4 {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  justify-content: space-between;
}
.post_buy_view_no_line {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
.line_one {
  width: auto;
  height: 6px;
  background-color: white;
  margin-bottom: 5px;
  border-radius: 15px;
}

/* -------------------- get_quotation_all_form_css_end -------------------- */

/* ----------------------------- blog_css_start ----------------------------- */
.blog_inner_main .category_info_main {
  padding: 0px 0px 0px 20px;
  position: relative;
}
.blog_inner_main .category_info {
  border-radius: 5px 0px 5px 5px;
}
.blog_inner_main .category_info p {
  -webkit-line-clamp: 2;
  text-align: inherit;
}
.blog_date {
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 9;
  background: red;
  padding: 7px 15px;
  color: #FFF;
  font-size: 16px;
  border-radius: 5px 0px 0px 0px;
}
.blog_date i {
  padding-right: 5px;
}
.blog_dtl_inner_main {
  margin-bottom: 30px;
}
.blog_dtl_inner_main .category_info h3 {
  text-overflow: inherit;
  white-space: inherit;
  font-size: 25px;
}
.blog_dtl_inner_main .category_info p {
  -webkit-line-clamp: inherit;
  font-size: 15px;
  line-height: 25px;
}
.latest_blog_title {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 15px;
}
.latest_blog_small .popular_manuf_blog {
  margin-bottom: 20px;
}
.category_info .category_lbl {
  font-weight: 600;
  margin-bottom: 5px;
}
.share_blog ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.share_blog ul h2 {
  display: inline-block;
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
.share_blog ul li {
  display: inline-block;
  margin-left: 5px;
}
.category_info .share_blog ul li a i {
  font-size: 16px;
  color: var(--body);
}
.category_info .share_blog ul li a:hover i {
  color: var(--red);
}
.blog_dtl_inner_main .share_blog {
  margin-top: 15px;
}
.blog_dtl_inner_main .category_info .share_blog ul li a i {
  font-size: 22px;
}
.blog_dtl_inner_main .post_by p {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}
.tag_list ul li {
  display: inline-block;
  margin: 0px 5px 10px 0;
}
.tag_list ul li a {
  display: inline-block;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
}
.tag_list ul li a:hover {
  background-color: var(--red);
  color: var(--white);
}
.blog_next_view .popular_manuf_blog_info a {
  font-weight: 600;
  -webkit-line-clamp: 1;
  font-size: 18px;
}
.blog_next_view .popular_manuf_blog_info p {
  -webkit-line-clamp: 1;
}
.blog_next_view .newer_view {
  display: flex;
  justify-items: center;
  gap: 10px;
}
.blog_next_view .newer_view a {
  font-size: 15px;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 8px;
}
.blog_next_view .newer_view a i {
  font-size: 18px;
  line-height: normal;
}
.blog_next_view {
  margin-bottom: 20px;
}
/* ----------------------------- blog_css_end ----------------------------- */

.fixed-top {
  /*top: 51px;*/
  top: 0px;
  box-shadow: 0 10px 33px rgb(0 0 0 / 10%);
  /* transition: all 0.5s ease-in-out; */
}
.nav-sticky.fixed-top {
  top: 0px;
  /*padding: 8px 0px  5px;*/
}

.banner_mt_banner {
  margin-top: 100px;
}
.suppliers_logo_main {
  /* background-color: var(--white); */
  /* padding-left: 25px; */
}
.gold_suppliers_main {
  padding-right: 25px;
}
.gold_suppliers {
  padding: 0px 20px;
  background: #f1f1f1;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.gold_suppliers .category_bg_one {
  z-index: 1;
  left: auto;
  right: -20px;
}
.gold_suppliers .row {
  position: relative;
  z-index: 2;
}
.one_request_main_top {
  padding: 17px 20px;
  background-image: url(../images/ad_three_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.one_request_main {
  background-color: #4d4d4d;
  position: relative;
  padding-bottom: 30px;
}
.one_request_img1 {
  position: absolute;
  right: 0;
}
.one_request_img2 {
  position: absolute;
  left: 50px;
  top: 0;
}
.request_quotes_blog_main {
  position: relative;
  z-index: 1;
}
.request_quotes_info {
  padding: 20px 0px 0px 20px;
}
.request_quotes_info>img {
  width: 54px;
}
.request_quotes_info h5 {
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 30px 0px 20px;
}
.request_quotes_info h2 {
  font-weight: bold;
  font-size: 24px;
  color: var(--white);
  line-height: 34px;
  margin-bottom: 20px;
}
.request_quotes_info ul li {
  position: relative;
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.request_quotes_info ul li img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
}
.request_quotes_info_btn {
  position: relative;
  display: block;
  z-index: 1;
  margin-top: 30px;
}
.request_quotes_info_btn:before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 10px;
  background: var(--red);
  content: "";
  z-index: -1;
}
.request_quotes_info_btn:after {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 10px;
  height: 15px;
  content: "";
  background: url(../images/request_quotes_shape.png);
  z-index: -1;
}
.request_quotes_info_btn a {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  background-color: var(--red);
  line-height: 50px;
  padding-left: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.request_quotes_info_btn a i {
  line-height: normal;
  padding-left: 10px;
  font-size: 20px;
  height: auto;
  padding-top: 7px;
}
.top_had {
  overflow: hidden;
}

.whatapp_btn a {
  position: fixed !important;
  left: -3px !important;
  min-width: auto;
  top: 50%;
  padding: 10px 13px;
  z-index: 10000;
  transform: rotate(90deg);
  overflow: hidden;
  border: none !important;
  z-index: 991;
  border-radius: 10px 10px 0px 0px;
  background-color: #00cf4d;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.whatapp_btn a i {
  font-size: 30px;
  transform: rotate(288deg);
}
.catalog_user_detail {
  position: relative;
}
.title_dtl_main_right {
  margin-right: 160px;
}

.search_form_two_web {
  padding: 15px;
}
.search_form_two_web h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 10px;
}
.advance_link a {
  color: var(--red);
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
}

.company_name_new{
      font-size: 26px;
    font-weight: 600;
    color: var(--black);
    line-height: 35px;
    margin-bottom: 10px;
}
.one_link_link{
  display: flex;
  gap: 10px;
  justify-content: center;
}
.one_link_link .view_more_link a{
  background-color: var(--black);
  border:1px solid var(--black);
  color: var(--white);
/*  padding: 11px;*/
  border-radius: 10px;
  margin: 0;
    padding: 0px 5px;
    font-size: 11px;
    line-height: 29px;
        min-width: 89px;
        letter-spacing: inherit;

}
.one_link_link .view_more_link a:hover{
  color:var(--black) ;
  background-color: transparent;

}
.catalog_list_sec .one_link_link .enquire_now_link .main_btn {
   margin: 0;
    padding: 0px 5px;
    font-size: 11px;
    line-height: 30px;
    min-width: inherit;
        min-width: 89px;
        letter-spacing: inherit;
}

.exhibition_main .exhibition_img_blog a{
  border: none !important;
  text-align: center;
  padding: 5px;
}

.ad_blog_two_carousel .owl-nav{
  text-align: center;
}
.pagination{
  justify-content: center;
}

/* ========================= */
.pagination-ul{ float:left;list-style:none;}
.pagination-ul li{ float:left;padding:8px 15px;border:1px solid #e0e0e0;margin:5px; border-radius: 5px}
.pagination-ul li a{ font-size:14px !important; color: #000}
.pagination-ul li a:hover{ color:#DA040E !important; }
.pagination-ul li.active{ color:#FFF !important; background-color:#DA040E }
.pagination-ul li a.current_page{ color:#FFF !important; background-color:#DA040E}

.footer_business{
    margin-top:25px;
}
.footer_business:hover{
	color: var(--red);
    background: var(--white);
}
.whats_app_icon{
    display:inline-block;
    vertical-align: top;
}
.whats_app_icon a{
    background: #00cf4d;
    color: #FFF;
    border-radius: 10px;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
    
}
.whats_app_icon a:hover{
    background-color: var(--black);
    color: var(--white);
}

.search_result_filter .accordion-button{
	background-color: var(--red);
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
}
.search_result_filter .accordion-button h4{
	color: var(--white);
    font-size: 18px;
    font-weight: 600;
}

.search_result_filter .accordion-button:not(.collapsed)::after, .search_result_filter .accordion-button::after{
	  background-image: url(../images/aarow_top.png);
}



/*s dev code start*/
.padding_top_cls{
    padding-top:100px;
}

/*s dev code end*/