@font-face {
  font-family: 'Teko';
  src: url('/wp-content/themes/buma/assets/fonts/Teko-Regular.eot');
  src: url('/wp-content/themes/buma/assets/fonts/Teko-Regular.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/buma/assets/fonts/Teko-Regular.woff2') format('woff2'),
      url('/wp-content/themes/buma/assets/fonts/Teko-Regular.woff') format('woff'),
      url('/wp-content/themes/buma/assets/fonts/Teko-Regular.ttf') format('truetype'),
      url('/wp-content/themes/buma/assets/fonts/Teko-Regular.svg#Teko-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/buma/assets/fonts/Roboto-Regular.eot');
  src: url('/wp-content/themes/buma/assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/buma/assets/fonts/Roboto-Regular.woff2') format('woff2'),
      url('/wp-content/themes/buma/assets/fonts/Roboto-Regular.woff') format('woff'),
      url('/wp-content/themes/buma/assets/fonts/Roboto-Regular.ttf') format('truetype'),
      url('/wp-content/themes/buma/assets/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
  overflow-x: hidden;
  font-family: 'Roboto' !important;
}
body p,body{
  color: #000000;
  font-size: 16px;
  line-height: 1.9;
}
body p{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #373435;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
  touch-action: none;
  touch-action: pan-y;
}
dl {
margin: 0;
}

dt {
font-weight: normal;
}

ul,
li {
list-style-type: none;
margin: 0;
font-family: 'Roboto';
}
summary {
  list-style: none;
}
h1,h2,h3,h4,h5,h6{
font-weight: var(--heading--font-weight-strong) !important;
  color: #000000;
  font-family: 'Teko' !important;
  font-weight: 500 !important;
}
a{
  text-decoration: none;
  outline: none;
  font-family: 'Roboto' !important;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none !important;
  outline: none !important;
  background-color: transparent !important;
  color: inherit !important;
}
img {
border: 0;
vertical-align: middle;
transition: all 0.6s;
}
table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
input,
textarea,
select,
button {
border: 0;
outline: none;
}
.m-35{
  margin-top: 35px;
}
.m-55{
  margin-top: 55px;
}
.aligncenter{
  text-align: center;
}
.alignrights{
  text-align: right;
}
.mt-base{
  margin-top: 50px;
}
.pt-base{
  padding: 80px 0;
}
.width_800{
  max-width: 800px;
  margin: 0 auto;
}
.vc_row.container{
  margin: 0 auto !important;
}
/* head */
.header_cta_bar{
  background-color: #373435;
  padding: 11px 0 9px 0;
}
.cta_info {
  padding-left: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 25px;
}
.cta_info li{
  font-size: 18px;
  color: #fbb03b;
  font-family: 'Teko';
}
.lan{
  display: inline-block;
  margin: 0 20px 0 35px;
}
.lan li.choose-site {
  position: relative;
}
.lan li.choose-site ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #ffffff;
  width: 90px;
  border: 1px solid #e3e3e3;
  z-index: 10;
}
.lan li.choose-site>ul>li>a {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  text-align: left;
  height: auto;
  line-height: 26px;
  font-size: 18px;
  color:#000000;
  text-align: center;
  font-weight: 500;
}
.lan li.choose-site>ul>li:last-child>a {
  border-bottom: none;
}
.lan li.choose-site>ul>li>a:hover, .lan li.choose-site>ul>li:hover>a {
  background-color: #fbb03b;
  color: #ffffff;
}
.lan li.choose-site ul li {
    margin: 0;
    width: 100%;
}
.lan li.choose-site ul li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  font-family: 'Teko' !important;
}
.lan li.choose-site>a {
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  font-family: 'Teko' !important;
}
.lan li.choose-site>a:hover{
  cursor: pointer;
}
.lan li.choose-site>a .fa{
  margin-left: 10px;
}
.cta_bar{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  column-gap: 40px;
}
.head_container{
  padding: 0 100px;
}
.header_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
}
.box.box-active:not(.no-animation) {
  animation: navslide .5s ease forwards;
}
@keyframes navslide{
  from{
      opacity:0;
      -webkit-transform:translate3d(0,-10px,0);
      transform:translate3d(0,-10px,0)
  }
  to{
      opacity:1;
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
  }
}
.hidden-sm{
  display: block !important;
}
.box.header-bottom.hidden-sm {
  width: 100%;
  z-index: 9999;
  background: transparent;
}
.box.header-bottom.box-active {
  position: fixed;
  z-index: 9999;
  top: 0;
}
.box.header-bottom.box-active .header_cta_bar{
  display: none;
}
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a{
  font-size: 24px;
  line-height: 30px;
  color: #ffffff !important;
  text-decoration: none;
  transition: all ease 0.3s;
  padding: 0;
  text-transform: uppercase !important;
  font-family: 'Teko' !important;
  padding: 21px 40px;
}
.header_menu .primary-navigation .primary-menu-container > ul > .current-menu-item > a,
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover,
.header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
  background-color: #fbb03b !important;
}
.request_btn{
  background-color: #fbb03b;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: 'Teko' !important;
  padding: 21px 40px;
}
.request_btn img{
  margin-right: 15px;
}
.request_btn:focus{
  background-color: #fbb03b !important;
}
.header_request {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  height: 100%;
  width: 100%;
}
.slide_box h2{
  font-size: 76px;
  line-height: 80px;
  color: #000000;
  margin: 15px 0;
}
.slide_box {
  max-width: 565px;
}
.slide_box p{
  font-size: 18px;
  line-height: 26px;
  color: #373435;
}
.slide_des{
  padding-left: 15px;
  border-left: 5px solid #fbb03b;
}
.btn_dark{
  background-color: #fbb03b;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Teko' !important;
  border: 1px solid #fbb03b;
  width: 180px;
  height: 46px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.btn_dark:hover{
  background-color: transparent;
}
button.btn_dark{
  border-color: #000;
}
.btn_light{
  background-color: transparent;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Teko' !important;
  border: 1px solid #fbb03b;
  width: 180px;
  height: 46px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.btn_light:hover{
  background-color: #fbb03b;
}
button.btn_light {
  background-color: transparent !important;
  color: #000000 !important;
}
button.btn_light:hover{
  background-color: #fbb03b !important;
  color: #ffffff !important;
  border-color: #fbb03b;
}
.slide_btn{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 10px;
  padding-left: 15px;
  margin-top: 40px;
}
.banner .swiper-pagination {
  bottom: 60px !important;
  text-align: left;
  padding: 0 100px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 0;
  background-color: #373435;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #fbb03b !important;
}
.explore_pro{
  background-image: url('/wp-content/uploads/2024/11/bg.jpg');
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: space-between;
  align-items: center;
}
.explore_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.explore_flex h2{
  color: #ffffff;
  width: 69%;
}
.h2_heading{
  font-size: 66px;
  line-height: 68px;
}
.explore_flex .btn_dark:hover{
  color: #ffffff;
}
.home_cat_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 35px;
}
.home_cat_item{
  width: 32%;
  height: 380px;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f6f6f6;
  background-position: center;
}
.home_cat_click{
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 35px;
  text-align: center;
}
.home_cat_click h3{
  font-size: 40px;
  color: #251515;
  margin-top: 15px;
}
.home_cat{
  margin-top: -55px;
}
.factory_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.factory_gallery{
  width: 42%;
  background-color: #fbb03b;
  padding-top: 35px;
  padding-left: 35px;
  position: relative;
  height: 390px;
}
.factory_gallery h4{
  font-size: 36px;
  color: #000000;
}
.factory_content{
  width: 45%;
}
.factory_swiper{
  width: 630px;
  margin-top: 25px;
}
.home_factory{
  margin: 150px 0;
}
.factory_content h2{
  margin-bottom: 20px;
}
.stats-block .stats-number {
  font-size: 64px !important;
  color: #000000;
  font-family: 'Teko' !important;
  line-height: 1 !important;
}
.stats-block .stats-text{
  font-size: 18px !important;
  line-height: 24px;
  color: #373435;
}
.stats-left .aio-icon-left {
  padding-right: 35px !important;
}
.home_news{
  padding: 100px 0;
  background-color: #f5f5f5;
  margin: 80px 0 0 0;
}
.home_new_section{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
}
.home_new_style1{
  width: 48%;
}
.home_new_style2 {
  width: 48%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 30px;
}
.new_style_1 img{
  margin: 0 0 30px 0;
  width: 100%;
}
.new_style_1_content h3 a{
  font-size: 36px;
  font-family: 'Teko' !important;
  color: #000000;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px;
}
.new_style_1_content p{
  font-size: 18px;
  color: #373435;
}
.new_style_2 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 20px;
}
.new_style_2 .date{
  font-size: 18px;
  line-height: 24px;
  color: #373435;
  text-transform: uppercase;
}
.new_style_2 h3 a{
  font-size: 30px;
  font-family: 'Teko' !important;
  color: #000000;
  text-decoration: underline;
}
.new_style_2_content {
  padding-top: 20px;
}
.home_service{
  background-color: #fbb03b;
  padding: 58px 0;
}
.home_service_item p{
  font-size: 20px;
  line-height: 24px;
}
.home_service_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.home_service_item .btn_dark{
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.home_service_item .btn_dark:hover{
  background-color: transparent;
  color: #000000;
}
.home_service_item .btn_light{
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.home_service_item .btn_light:hover{
  background-color: #000000;
  color: #ffffff;
}
.home_service_btn{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 15px;
  align-items: center;
}
.home_news_top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.foot_up{
  background-color: #000000;
  padding: 70px 0;
}
.foot_up_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: stretch;
}
.foot_text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.menu_social a{
  color: #ffffff;
  font-size: 16px;
}
.menu_social{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 10px;
  padding-left: 0;
}
.menu_cat{
  padding-left: 0;
}
.menu_cat a{
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Teko' !important;
}
.foot_item h3{
  font-size: 30px;
  font-family: 'Teko' !important;
  color: #ffffff;
  text-transform: uppercase;
}
.foot_item2 {
  max-width: 400px;
  border-left: 5px solid #fbb03b;
  padding-left: 25px;
}
.tnp-email{
  width: 400px !important;
  height: 45px;
}
.tnp-field.tnp-field-email,
.tnp-field.tnp-field-button{
  margin: 0 !important;
}
.tnp-field.tnp-field-email label{
  display: none;
}
.tnp-subscription form {
  position: relative;
}
.tnp-field.tnp-field-button {
  position: absolute;
  top: 0;
  right: 100px;
}
.tnp-subscription .tnp-submit[type="submit"]{
  width: 100px;
  height: 45px;
  background-color: #fbb03b !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: 'Teko' !important;
  padding: 0 !important;
  padding-top: 0.1em !important;
}
.tnp-email {
  color: #666666 !important;
  font-size: 18px !important;
  font-family: 'Teko' !important;
  padding-top: 0.9em !important;
}
.foot_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.foot_down{
  background-color: #ffffff;
  padding: 25px 0;
}
.foot_down p{
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 0;
}
.policy_menu{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding-left: 0;
}
.policy_menu li{
  border-right: 1px solid #666666;
  line-height: 1;
  padding: 0 15px;
}
.policy_menu li:last-child{
  border-right: 0;
}
.policy_menu a{
  font-size: 14px;
  line-height: 1;
  color: #666666;
  text-transform: uppercase;
}
.nf-form-fields-required,
.nf-field-label{
    display: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
    background-color: #ffffff !important;
}
.nf-form-content input[type=submit]{
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 172px !important;
    height: 45px !important;
    background-color: #fbb03b !important;
    text-transform: capitalize !important;
    border-color: #fbb03b !important;
    padding: 0 !important;
    border-radius: 5px !important;
    font-family: 'Teko' !important;
    font-size: 24px !important;
    line-height: 50px;
}
.nf-form-content input[type=submit]:hover{
    background-color: #fbb03b !important;
    color: #ffffff !important;
}
#fancybox-content>div {
    overflow-y: hidden !important;
    height: 100% !important;
}
#fancybox-wrap {
    width: 50% !important;
    left: 25% !important;
    height: 55% !important;
}
.nf-form-title{
  display: none;
}
.menu-item-138{
  display: none !important;
}
.searchwp-modal-form__content input.search-submit{
  color: transparent !important;
}
.searchwp-modal-form__footer{
  background-image: none;
}
.searchwp-modal-form-default .searchwp-modal-form__content .search-form label{
  display: none;
}
.searchwp-modal-form-default .search-form .search-field {
  border-color: #000000;
}
.searchwp-modal-form-default button.searchwp-modal-form__close.button{
  background-color: #000000 !important;
}
.searchwp-modal-form-default button.searchwp-modal-form__close.button:hover::before{
  color: #ffffff !important;
}
.searchwp-modal-form__content input.search-submit{
  display: none;
}
.titlebar_breadcrumbs {
  background-color: rgba(238, 245, 245, 1);
  padding: 17.65px 0;
}
.titlebar_breadcrumbs a,
.titlebar_breadcrumbs span{
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-transform: capitalize;
  font-family: 'Roboto' !important;
}
.pagecontent{
  padding: 80px 0;
}
.catpage_two .titlebar,
.pagecontent_about .titlebar{
  font-size: 66px;
  position: relative;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  border-left: 0;
}
.pagecontent_about h1.titlebar{
  font-size: 44px;
}
.catpage_two .titlebar::after,
.pagecontent_about .titlebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  left: 0;
  bottom: -5px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fbb03b;
}
.pagecontent_about .barcenter::after{
  left: 48.5%;
}
.pagecontent_about h2{
  font-size: 24px;
  margin-top: 25px;
  border-left: 3px solid #2c2c2c;
  background-color: #f6f6f6;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 15px;
}
.pagecontent ul {
  padding-left: 16px;
}
.pagecontent li{
  font-size: 16px;
  line-height: 24px;
  color: #373435;
  margin-bottom: 15px;
  list-style: disc;
}
.pagecontent strong{
  font-family: 'Teko' !important;
  font-weight: 500;
  font-size: 18px;
}
.aio-icon {
  background-color: #000;
  padding: 20px;
  border-radius: 20px;
}
.top-icon .aio-icon-header h3.aio-icon-title{
  font-family: 'Teko' !important;
  font-size: 32px;
}
.top-icon .aio-icon-header+.aio-icon-description{
  font-size: 16px;
  line-height: 24px;
  color: #373435;
}
.aio-icon-component.style_1 {
  background-color: #fff !important;
  padding: 45px 30px !important;
  box-shadow: 0 4px 17px rgba(0, 0, 0, .15) !important;
  border-radius: 50px 0 !important;
  text-align: center;
  min-height: 350px;
  transition: all 0.3s ease;
}
.aio-icon-component.style_1:hover{
  transform: translateY(-15px);
}
.half_bg{
  background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 50%, #ffffff 50%, #ffffff 100%);
}
.top-banner {
  height: 400px;
}
.top-banner img {
    height: 100%;
    object-fit: cover;
}
.top-banner{
  position: relative;
}
.top-banner::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  top: 0;
  left: 0;
}
.banner_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner_cover h1{
  color: #ffffff;
  font-size: 56px;
  text-transform: uppercase;
  text-align: left;
}
.banner_cover p{
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  max-width: 900px;
  margin: 0 auto;
}
.blog_item_content {
  background-color: #ffffff;
  padding: 25px;
  min-height: 216px;
}
.blog_item_content h2{
  font-size: 30px;
  line-height: 36px;
  text-decoration: underline;
  margin-bottom: 15px;
  transition: all ease 0.3s;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_item_img{
  overflow: hidden;
}
.blog_item img{
  transition: all ease 0.3s;
}
.blog_item:hover img{
  transform: scale(1.03);
}
.blog_item:hover h2{
  color: #fbb03b
}
.blog_section .row{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blog_item {
  margin: 15px 0;
}
.blog_item_content p{
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_section {
  margin: 80px 0;
}
.blog_page {
  background-color: #f6f6f6;
}
p.time {
  text-transform: uppercase;
}
.wp-pagenavi span.current{
  font-weight: 400;
  color: #303442;
  background-color: transparent;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: 0 !important;
  background-color: #fbb03b;
  color: #ffffff;
  padding: 4px 8px 2px 8px !important;
  font-family: 'Teko' !important;
}
.wp-pagenavi a:focus, .wp-pagenavi span:focus{
  background-color: #fbb03b !important;
  color: #ffffff !important;
}
.wp-pagenavi {
  text-align: center;
}
.page-nav {
  display: block;
  width: 100%;
  margin-top: 25px;
}
.single_new{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.single_new_content{
  width: 70%;
}
.single_new_sidebar{
  width: 25%;
  position: relative;
  margin-bottom: 70px;
}
.recent_new .new_style_2 .date{
  font-size: 14px;
}
.recent_new .new_style_2 h3 a{
  font-size: 22px;
  line-height: 24px;
}
.recent_new .new_style_2 h3{
  line-height: 24px;
  margin-bottom: 0 !important;
}
.recent_new .new_style_2{
  margin: 15px 0;
  align-items: flex-start;
}
.sideitem{
  margin-bottom: 50px;
}
.sideitem h3{
  font-size: 34px !important;
  margin-bottom: 35px !important;
}
.recent_new .new_style_2_content {
  padding-top: 0;
}
.title_section {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.project_sticky{
  position: sticky;
  top: 115px;
}
.catepage_cat{
  margin-top: 0;
  padding: 80px 0;
}
.catpage_two{
  padding: 80px 0;
}
.latest_title{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
}
.subtitle{
  font-size: 18px;
  line-height: 24px;
  color: #373435;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
.latest_title h2{
  font-size: 44px;
  color: #000000;
}
.latest_title_item p{
  font-size: 16px;
  line-height: 24px;
  color: #373435;
  margin-bottom: 0;
}
.latest_title_item:first-child{
  width: 20%;
}
.latest_title_item:last-child{
  width: 60%;
}
.latest_item {
  background-color: #ffffff;
  text-align: center;
  display: block;
  padding: 25px;
  overflow: hidden;
  border: 3px solid #f6f6f6;
}
.latest_item:focus{
  background-color: #f6f6f6 !important;
}
.latest_item img{
  margin: 0 auto;
  transition: all ease 0.3s;
}
.latest_item h3{
  font-size: 18px;
  margin-top: 20px;
  font-family: 'Roboto' !important;
}
.latest_products ul{
  padding-left: 0;
  margin: 50px 0;
}
.white_box p{
  color: #ffffff;
}
.aio-icon-component.info_box.style_1{
  min-height: 320px;
}
.catpage_four {
  padding: 50px 0 80px 0;
  background-color: #f6f6f6;
}
.catpage_four h2{
  text-align: center;
}
.slogn{
  font-size: 18px;
  text-align: center;
}
.faq-item h4{
	font-size: 28px;
  line-height: 44px;
  color: #000000;
  border-bottom: 1px solid #878787;
  padding: 10px 15px 10px 0;
  position: relative;
}
.faq-item h4::after{
	position: absolute;
  content: "\f107";
  right: 0px;
  font: normal normal normal 14px/1 FontAwesome!important;
  top: 12px;bottom: 0px;font-size: 24px !important;
}
.faq-list.active h4:after{
	content: "\f106" !important;
}
.faq-list.active .faq-content{
	display: block;
}
.faq-content{
	font-size: 18px;
  line-height: 28px;
  color: #4a465e;
  display: none;
  padding: 15px;
  border-bottom: 1px solid #878787;
}
.faq-item{
	margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.faq-item img{
	display: inline-block;
  transform: translateY(-5px);
  margin-right: 25px;
}
.faq-content li {
    list-style: auto;
}
.faq-content ul,
.faq-content ol{
    padding-left: 20px;
}
.faq-title:hover{
  cursor: pointer;
}
.cat_one {
  padding: 100px 0 50px 0;
}
.cat_one p{
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.cat_two{
  padding: 80px 0;
  background-color: #f6f6f6;
}
.cat_icon_list{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.cat_icon_item{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.cat_icon_item h4{
  font-size: 24px;
  text-align: center;
  color: #000000;
  transition: all ease 0.3s;
}
.cat_icon_item:hover img{
  transform: translateY(-5px);
}
.cat_icon_item:hover h4{
  transform: translateY(5px);
}
.cat_one h2,
.cat_three h2,
.cat_one h3,
.cat_three h3{
  font-size: 66px;
  color: #000000;
  margin-bottom: 25px;
}
.cat_four{
  padding: 0 0 80px 0;
}
.cat_products{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
}
.cat_pro_item{
  width: 23.8%;
  text-align: center;
  border: 3px solid #f6f6f6;
  background-color: #f6f6f6;
}
.cat_pro_content{
  background-color: #f6f6f6;
  padding: 15px;
}
.cat_pro_item img{
  margin: 0;
}
.cat_pro_img{
  padding: 25px;
  background-color: #ffffff;
}
.cat_pro_item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #373435;
  font-family: 'Roboto' !important;
  margin: 15px 0 15px 0;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat_pro_item p{
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cat_pro_item button{
  margin: 0 auto;
}
.cat_five_block{
  padding: 50px 150px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.cat_five_item:first-child{
  width: 40%;
}
.cat_five_item:last-child{
  width: 55%;
}
.cat_five_block:nth-child(odd){
  background-color: #f6f6f6;
}
.cat_five_block:nth-child(even) .cat_five_item:first-child{
  order: 2;
}
.cat_five_item h3{
  font-size: 44px;
  margin-bottom: 20px;
  position: relative;
}
.cat_five_item p{
  font-size: 18px;
  line-height: 30px;
}
.cat_five_content{
  margin: 0 0 25px 0;
}
.cat_five_content + .btn_dark{
    width: fit-content;
    padding: 0 20px;
}
.cat_five_item h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  left: 0;
  bottom: -5px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fbb03b;
}
/*********404*************/
.cls-1 {
  fill: #666;
}
.cls-2 {
  fill: #fbb03b;
}
.cls-3 {
  fill: #fbb03b;
}
.cls-4 {
  fill: #ccc;
}
.cls-5 {
  fill: #fbb03b;
}
.cls-6,
.cls-7,
.cls-8 {
  fill: #61481f;
}
.cls-10,
.cls-6 {
  opacity: 0.6;
}
.cls-7 {
  opacity: 0.4;
}
.cls-9 {
  fill: #61481f;
}
.cls-11 {
  fill: #61481f;
}
.cls-12 {
  fill: #61481f;
}
.cls-13 {
  fill: #61481f;
}
.cls-14 {
  fill: #fbb03b;
}
.com-404 .wrapper{
    max-width: 700px;
    width: 100%;
    margin: auto;
}
.show-antor .search-form{
    text-align: center;
    max-width: 700px;
    width:100%;
    margin: auto;
}
.show-antor #search-bg{
    display: flex;
}
.show-antor p{
    padding:18px 0;
}
.com-404{
     padding: 100px 15px;
}
.titlebars img{
  margin-right: 8px;
}
.single_product_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.single_gallery{
  width: 35%;
}
.single_content{
  width: 58%;
  padding-top: 0;
}
.exzoom .exzoom_img_box{
  background-color: #ffffff;
}
.exzoom .exzoom_nav .exzoom_nav_inner {
  width: 100% !important;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
  border: 2px solid #000000;
}
.single_product_one{
  padding: 50px 0 100px 0;
}
.exzoom .exzoom_nav{
  left: 0;
}
.single_titlebar{
  font-size: 48px;
  line-height: 68px;
  color: #000000;
}
.single_titlebar::after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #000000;
  margin-top: 0;
  display: block;
  margin-bottom: 35px;
}
.single_content .btn_dark{
  width: 100%;
  margin-top: 50px;
}
.single_content .btn_dark img{
  margin-right: 15px;
}
.specification{
  padding-left: 0;
}
.specification li:nth-child(odd){
  background-color: #bfbfbf;
  color: #ffffff;
}
.specification li{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.specification li span {
  width: 50%;
  display: block;
  padding: 5px 0 5px 60px;
}
.single_content h2{
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin: 50px 0 15px 0;
}
.single_product_two{
  padding: 80px 0;
  background-color: #f5f5f5;
}
.single_new_product{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
}
.single_product_item{
  width: 24%;
  background-color: #ffffff;
  text-align: center;
  padding: 25px;
}
.single_product_item h3{
  font-size: 16px;
  line-height: 24px;
  color: #373435;
  font-family: 'Roboto' !important;
  margin: 15px 0 15px 0;
}
.single_product_des button{
  margin: 0 auto;
}
.single_product_des .btn_light{
  font-size: 18px;
  line-height: 24px;
  width: 122px;
  height: 36px;
}
.cat_pro_content .btn_dark,
.cat_pro_content .btn_light{
  font-size: 18px;
  line-height: 24px;
  width: 122px;
  height: 36px;
}
.primary-navigation .sub-menu .menu-item > a {
  font-size: 18px !important;
  font-family: 'Teko' !important;
  padding: 12px 20px !important;
  transition: 0.2s;
}
.primary-navigation .sub-menu .menu-item > a:hover{
  background-color: #000000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu{
  min-width: 200px !important;
}
.sub-menu > .menu-item-has-children{
  position: relative;
}
.sub-menu > .menu-item-has-children > .sub-menu{
  position: absolute;
  top: 0;
  left: 200px;
  min-width: 200px !important;
  display: none;
  margin-left: -2px;
  padding: 0;
  list-style: none;
  border: 1px solid #000000 !important;
}
.sub-menu > .menu-item-has-children:hover .sub-menu{
  display: block;
}
.scroll_fix{
  background-color: #fbb03b;
}
.scroll_fix_box ul.menu_cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scroll_fix_box .menu_cat a{
  display: block;
  padding: 10px 25px;
  transition: all ease 0.3s;
}
.scroll_fix_box .menu_cat a:hover{
    background-color: #000000;
}
.scroll_fix_box .menu_cat a:focus{
    color: #ffffff;
}
.scroll_fix.box-active {
  position: fixed;
  z-index: 999;
  top: 72px;
  width: 100%;
}
.scroll_fix.box-active:not(.no-animation) {
  animation: navslide .5s ease forwards
}
.cat_fourbox{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  row-gap: 50px;
  padding: 0 30px;
}
.sidebar-left-content {
  background: #f9f9f9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom:30px;
}

.sidebar-left-content h2 {
 background: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 33px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #fbb03b!important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Teko";
  position: relative;
  border: 1px solid #efefef;
}
.sidebar-left-content i.fa.fa-list {
  font-size: 20px;
  padding-right: 10px;
}
.sidebar-left-content ul li {
  margin: 2.5px 0 !important;
}

.sidebar-left-content ul li a{
  color:#333;
  padding-left:32px;
  font-size:16px;
  padding-top:15px !important;
  padding-bottom:15px !important;
  display:block;
  transition:all 0.4s ease 0s;
  text-transform: uppercase;
  padding-right:10px;
  font-family: 'Roboto' !important;
  background-color: #fbb03b !important;
  color: #ffffff !important;
}
.bellows{
  margin-top: 0 !important;
}
.sidebar-left-content ul li .bellows-submenu li a{
  color:#666 !important;
  font-size:14px;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background-color: #f6f6f6 !important;
}
.sidebar-left-content ul li .bellows-submenu li a .bellows-subtoggle{
  color: #666666 !important;
}
.sidebar-left-content ul li ul.bellows-menu {
  display: none;
  padding-top:10px;
}
.sidebar-left-content ul li ul.bellows-menu li{
  padding-left:18px;
  border-bottom:none;
}
.sidebar-left-content ul li.current-menu-item ul.bellows-menu,.sidebar-left-content ul li.current-menu-ancestor>ul.bellows-menu{
  display:block;
}
.sidebar-left-content ul li a:hover{
  color:#fff;
  transition:all 0.4s ease 0s;
  background:#e01d1d !important;
}
.sidebar-left-content ul li .bellows-submenu li a:hover{
  color:#fbb03b !important;
  transition:all 0.4s ease 0s;
}
.sidebar-left-content ul {
  padding-bottom: 5px;
}
.sidebar-left-content ul li:last-child{
  border-bottom:none;
}
.sidebar-left-content li.current-post-ancestor a {
  color:#fff;
  background: #fbb03b;
}
.sidebar-left-content li.current-post-ancestor >ul.sub-menu{
  display:block;
  padding-top:10px;
}
.sidebar-left-content li.current-post-ancestor >ul.sub-menu li a{
  color:#666;
  background: transparent;
  padding-left:12px;
}
.sidebar-left-content li.current-category-ancestor a{
  color:#fff;
  background: #fbb03b;
}
.sidebar-left-content li.current-category-ancestor >ul.sub-menu li a{
  background: transparent;
}
.sidebar-left-content li.current-category-ancestor >ul.sub-menu li.current-menu-item a{
  color:#fbb03b;
}
.sidebar-left-content li.current-post-ancestor>ul.sub-menu li.current-post-ancestor a{
  color:#fbb03b;
}
.sidebar-left-content li.current-category-ancestor>ul.sub-menu li.current-menu-parent a{
  color: #fbb03b!important;
}
.cat_four_item:nth-child(1){
  width: 18%;
}
.cat_four_item:nth-child(2){
  width: 80%;
}
.bellows-subtoggle{
  background-color: transparent !important;
  color: #ffffff !important;
}
.sidebar_search{
  margin-bottom: 20px;
}
.sidebar_search #searchwp-form-2 input[type=submit]{
  background-color: #fbb03b !important;
  border-color: #fbb03b !important;
  display: none;
}
.sidebar_search #searchwp-form-2 .swp-input {
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
/*.cat_two + .cat_one,*/
/*.cat_two,*/
/*.cat_five{*/
/*  display: none;*/
/*}*/
.pagecontent_about{
  padding-bottom: 0;
}
.pagecontent_about.catpage_four{
  padding-bottom: 80px;
}
/*.category .catpage_four{*/
/*  display: none;*/
/*}*/
.blog_item a{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-item: center;
  flex-wrap: wrap;
}
.blog_item_img{
    width: 25%;
}
.blog_item_content{
    width: 75%;
}
.blog_item img {
    object-fit: cover;
    height: 100%;
}
@media (max-width: 1680px){
  .factory_content {
    width: 43%;
  }
  .aio-icon-img .img-icon {
    width: 100px !important;
  }
  .stats-left .aio-icon-left {
    padding-right: 0 !important;
  }
  .stats-block .stats-number {
    font-size: 56px !important;
  }
  .exzoom .exzoom_img_box{
    width: 100% !important;
  }
  .exzoom .exzoom_img_ul_outer{
    width: 100% !important;
  }
}
@media (max-width: 1440px){
  .slide_box h2 {
    font-size: 52px;
    line-height: 58px;
  }
  .slide_box {
    max-width: 440px;
  }
  .catpage_two .titlebar,
  .pagecontent_about .titlebar,
  .h2_heading {
    font-size: 52px;
    line-height: 58px;
  }
  .factory_swiper {
    width: 550px;
  }
  .factory_gallery{
    height: 360px;
  }
  .stats-block .stats-number {
    font-size: 50px !important;
  }
  .counter_suffix.mycust.ult-responsive {
    font-size: 22px !important;
  }
  .tnp-email {
    width: 320px !important;
  }
  .single_content {
    padding-top: 0;
  }
}
@media (max-width: 1366px){
  .head_container {
    padding: 0 50px;
  }
  .home_cat_click h3 {
    font-size: 34px;
  }
  .home_cat_item {
    background-size: cover;
    background-position: center;
  }
  .home_cat_item {
    height: 330px;
  }
  .factory_gallery {
    width: 45%;
  }
  .new_style_2 h3 a {
    font-size: 28px;
  }
  .new_style_2 .date {
    font-size: 16px;
    line-height: 20px;
  }
  .factory_swiper {
    width: 530px;
  }
  .single_titlebar {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 1024px){
  .header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding: 21px 20px;
  }
  .request_btn {
    padding: 21px 21px;
  }
  .explore_flex h2,
  .slide_box h2 {
    font-size: 44px;
    line-height: 52px;
  }
  .slide_box p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .swiper-slide img {
    height: 470px;
    object-fit: cover;
    object-position: left;
  }
  .explore_pro{
    height: 300px;
  }
  .home_cat_item {
    height: 300px;
  }
  .home_cat_click{
    top: 20px;
  }
  .factory_gallery{
    width: 65%;
  }
  .factory_content{
    width: 100%;
    margin-top: 130px;
  }
  .factory_box{
    flex-wrap: wrap;
  }
  .factory_swiper {
    width: 630px;
  }
  .aio-icon-img .img-icon {
    width: 88px !important;
  }
  .stats-block .stats-number {
    font-size: 41px !important;
  }
  .aio-icon-img{
    font-size: 100px !important;
  }
  .counter_suffix.mycust.ult-responsive {
    font-size: 18px !important;
  }
  .home_service_box {
    gap: 35px;
  }
  .foot_up_box{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .head_container {
    padding: 0 25px;
  }
  .single_new_content {
    width: 100%;
  }
  .single_new_sidebar{
    width: 100%;
  }
  .single_new {
    gap: 80px;
  }
  #fancybox-wrap {
    width: 70% !important;
    left: 15% !important;
    height: 500px !important;
  }
  .single_product_item {
    padding: 25px;
  }
}
@media (max-width: 991px){
  .header_request{
    display: none;
  }
  .slide_flex {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 65px 35px;
  }
  .home_cat_item {
    width: 48%;
  }
  .explore_pro {
    height: 265px;
  }
  .explore_flex h2, .slide_box h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .banner .swiper-pagination {
    bottom: 20px !important;
    padding: 0 20px;
  }
  .home_new_section {
    flex-wrap: wrap;
    gap: 35px;
  }
  .home_new_style1{
    width: 100%;
  }
  .home_new_style2{
    width: 100%;
  }
  .foot_item2 {
    max-width: 340px;
  }
  .foot_flex{
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  .home_service_box {
    gap: 20px;
    flex-wrap: wrap;
  }
  .catpage_three .vc_col-sm-4{
    width: 100%;
  }
  .width_800 {
    padding: 0 20px;
  }
  .faq-item h4 {
    font-size: 26px;
    line-height: 40px
  }
  .faq-item h4::after{
    top: 16px;
  }
  .single_product_flex{
    flex-wrap: wrap;
    gap: 50px;
  }
  .single_content,
  .single_gallery {
    width: 100%;
  }
  .single_product_item {
    width: 47%;
  }
  .single_new_product{
    flex-wrap: wrap;
    row-gap: 35px;
  }
}
@media (max-width: 580px){
  .lock-scrolling .site {
    z-index: 1;
  }
  .cta_info{
    display: none;
  }
  .cta_bar {
    justify-content: flex-start;
  }
  .lan{
    margin: 0;
  }
  .menu-button-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top: 6px;
  }
  .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
    margin: 0;
  }
  .menu-button-container #primary-mobile-menu .dropdown-icon {
    color: #000000;
    background-color: #ffffff;
  }
  .header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    color: #fbb03b !important;
    padding: 18px 2px;
  }
  .header_menu .primary-navigation .primary-menu-container > ul > .menu-item {
    border-bottom: 1px solid #eee;
  }
  .menu-wrapper > li > .sub-menu{
    display: none;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
      display: block;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu{
    border: 0;
    width: auto;
  }
  .header_menu .primary-navigation .primary-menu-container > ul > .current-menu-item > a, .header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover, .header_menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus,
  .header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    border-bottom: 1px solid #efefef;
    background-color: transparent !important;
  }
  .header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
    color: #fbb03b !important;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    height: 51px !important;
    width: 51px !important;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus{
    outline: none !important;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle{
    display: flex !important;
  }
  .header_menu .primary-navigation .primary-menu-container > ul > .menu-item {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
    display: block;
  }
  ul.sub-menu.sub-active {
    width: 100% !important;
  }
  ul.sub-menu.sub-active a{
    color: #fbb03b;
  }
  .menu-item-138{
    display: flex !important;
  }
  .banner .swiper-slide img {
    object-position: center;
  }
  .slide_flex {
    background-color: transparent;
    padding: 0;
  }
  .slide_content {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .slide_box {
    max-width: 300px;
  }
  .explore_flex{
    flex-wrap: wrap;
  }
  .explore_flex h2{
    font-size: 30px;
    line-height: 38px;
    width: 100%;
    margin-bottom: 15px;
  }
  .explore_pro {
    height: 270px;
    align-items: flex-start;
    padding-top: 50px;
  }
  .home_cat_item {
    height: 200px;
  }
  .home_cat_click h3 {
    font-size: 24px;
  }
  .home_cat_click {
    top: 5px;
  }
  .home_cat_click h3 {
    margin-top: 5px;
  }
  .factory_gallery {
    width: 100%;
    height: 330px;
    padding-left: 0;
    background-color: transparent;
    padding-top: 0;
  }
  .factory_swiper {
    width: 100%;
  }
  .factory_content {
    margin-top: 40px;
  }
  .home_factory {
    margin: 85px 0;
  }
  .policy_menu a {
    font-size: 12px;
    text-transform: capitalize;
  }
  .new_style_2 h3 a {
    font-size: 24px;
  }
  .h2_heading,
  .factory_gallery h4{
    font-size: 44px;
    line-height: 50px;
  }
  .btn_dark,
  .btn_light{
    width: 150px;
    height: 46px;
  }
  .pagecontent_about h1.titlebar {
    line-height: 44px;
    font-size: 36px;
  }
  .top-banner {
    height: 250px;
  }
  .aio-icon-component.style_1{
    min-height: inherit;
  }
  .latest_title {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .latest_title_item:first-child {
    width: 100%;
  }
  .latest_title_item:last-child {
    width: 100%;
  }
  .single_titlebar {
    font-size: 36px;
    line-height: 42px;
  }
  .single_product_item {
    width: 45%;
  }
    .blog_item_img{
        width: 100%;
    }
    .blog_item_content{
        width: 100%;
    }  
}
@media (max-width: 390px){
  .home_service_btn{
    flex-wrap: wrap;
  }
}