@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@300;400,700&display=swap");
@import url(../css/nav.css);
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.moblink {
  display: none;
}

#mySidenav {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

a:hover {
  text-decoration: none;
}

.main-header {
  background: #000;
}

.main-header .logo {
  padding: 17px 0;
  text-align: center;
}
.main-header .logo img{ max-width: 94px;}

.main-header .top-left {
  padding: 13px 0;
}

.main-header .top-left ul {
  text-align: right;
  margin: 0px auto;
}

.main-header .top-left ul li {
  list-style: none;
  display: inline;
  padding: 0 15px;
}

.main-header .top-left ul li a {
  color: #dbdbdb;
  font-size: 14px;
}

.main-header .top-left ul li a:hover {
  color: #e52525;
}

.main-header .top-left ul li i {
  color: #dbdbdb;
  font-size: 14px;
}

.main-header .top-right {
  padding: 10px 0;
}

.main-header .top-right ul.social-icon {
  text-align: right;
}

.main-header .top-right ul.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.main-header .top-right ul.social-icon li span {
  color: #dbdbdb;
  font-size: 14px;
}

.main-header .top-right ul.social-icon li i {
  font-size: 17px;
  color: #dbdbdb;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #464646;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-header .top-right ul.social-icon li i:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background: #e52525;
}

.main-header .middle-bar {
  border-top: 1px solid #464646;
}

.main-header .middle-bar .top_nav_items {
  text-align: center;
}

.main-header .middle-bar .top_nav_items ul {
  margin: 0;
  padding: 25px 0;
  font-size: 0;
  width: 85%;
  float: left;
}

.main-header .middle-bar .top_nav_items ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 20px;
  position: relative;
}

.main-header .middle-bar .top_nav_items ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.main-header .middle-bar .top_nav_items ul li a i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.main-header .middle-bar .top_nav_items ul li a:hover {
  color: #e52525;
}

.main-header .middle-bar .top_nav_items ul li a:hover i {
  color: #e52525;
}

.main-header .middle-bar .top_nav_items ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: none;
  width: 280px;
  height: auto;
  z-index: 999;
  background: #000;
  border: 0px solid #e4e4e4;
  padding: 0 0 0 0;
  border-bottom: 0px;
}

.main-header .middle-bar .top_nav_items ul li ul li {
  display: block;
  text-align: left;
  width: 100%;
  background: transparent;
  -webkit-transition: 0.0s;
  transition: 0.0s;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.main-header .middle-bar .top_nav_items ul li ul li a {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main-header .middle-bar .top_nav_items ul li ul li:hover {
  background: #e52525;
}

.main-header .middle-bar .top_nav_items ul li ul li:hover a {
  color: #fff;
}

.main-header .middle-bar .search-box {
  float: right;
}

.main-header .middle-bar .search-box ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.search-box ul {
    display: inline-flex;
    align-items: center;
}

.main-header .middle-bar .search-box ul li i.globe {
  font-size: 22px;
  color: #fff;
}

.main-header .middle-bar .search-box ul li span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  padding: 1px 0 0 5px;
}
/*.main-header .middle-bar .search-box ul li{}*/
.main-header .middle-bar .search-box ul li:nth-of-type(3) a{font-size:16px !important;}

.main-header .middle-bar .search-box ul li i {
  font-size: 20px;
  color: #fff;
}

.main-header .middle-bar .search-box ul li.search {
  padding: 0 0 0 5px; position:relative;
}
.main-header .middle-bar .search-box ul li h5{ text-align:center; position:absolute; z-index:999; background:#e52e24; color:#fff; font-size:12px; padding:2px 5px 2px 4px; border-radius:50px; right:4px; 
 top:11px;}

.main-header .middle-bar .search-box ul li.search i {
  display: inline-block;
  /*background: #e52525;*/
  width: 30px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
}

.main-header .middle-bar .search-box ul li.search i:hover {
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  background: transparent;
  border: 0;
}

.cate_main {
  background: url(../images/brick-bg1.jpg) repeat-x;
  padding: 60px 0 0 0;
}

.cate_main h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.cate_main p {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 0 0 50px 0;
  margin:0 0 1px 0;
}

.cate_main .inner_cate {
  position: relative;
}

.cate_main .inner_cate .cate-img {
  overflow: hidden;
}

.cate_main .inner_cate .cate-img img {
  -webkit-transition: all 5s cubic-bezier(0, 0, 0.1, 1);
  transition: all 5s cubic-bezier(0, 0, 0.1, 1);
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.cate_main .inner_cate .cate-name {
  text-align: center;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
}

.cate_main .inner_cate .cate-name h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.cate_main .inner_cate .cate-name a.cat-btn {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 184px;
  height: 40px;
  line-height: 37px;
  border: 2px solid #fff;
  border-radius: 0px;
  background: transparent;
  margin-top: 20px;
}

/*.cate_main .inner_cate:hover .cate-img img {
  -webkit-transition: all 5s;
  transition: all 5s;
  -webkit-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
  opacity: .9;
}*/

/*.cate_main .inner_cate:hover .cate-name h2 {
  color: #e52525;
}
*/
.cate_main .inner_cate:hover .cate-name a.cat-btn {
  /*background: #e52525;*/
  
  border: 2px solid #e52525;
}

.cate_main .row .col-lg-4 {
  position: relative;
}

/*.cate_main .row .col-lg-4:nth-of-type(1) .row::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  right: 0;
  z-index: 99;
  top: 0;
 border:3px solid #292929;
}*/
.cate_main .inner_cate{ border:3px solid #292929; transition:all 0.5s;}
.cate_main .inner_cate:hover{ border:3px solid #e52525;}

/*.cate_main .row .col-lg-4:nth-of-type(1) .row .col-md-12:nth-of-type(1) {
  border-bottom: 3px solid #292929;
}

.cate_main .row .col-lg-4:nth-of-type(2) .row::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  right: 0;
  z-index: 99;
  top: 0;
  background: #292929;
}

.cate_main .row .col-lg-4:nth-of-type(2) .row .col-md-12:nth-of-type(1) {
  border-bottom: 3px solid #292929;
}

.cate_main .row .col-lg-4:nth-of-type(3) .row .col-md-12:nth-of-type(1) {
  border-bottom: 3px solid #292929;
}*/

.feature_prod {
  background: #f3f3f3;
  padding: 60px 0;
}

.feature_prod h1 {
  font-size: 35px;
  font-weight: 700;
  color: #171717;
  text-align: center;
  text-transform: uppercase;
}

.feature_prod p {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #171717;
  text-align: center;
  padding: 0 0 60px 0;
}

.feature_prod .inner_prod {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}

.feature_prod .inner_prod .prod_img {
  padding: 20px 0;
  overflow: hidden;
}

.feature_prod .inner_prod .prod_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .inner_prod .prod_cart {
  position: absolute;
  top: 3%;
  right: 5%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .inner_prod .prod_cart ul li {
  list-style: none;
  display: block;
  padding: 5px 0;
}

.feature_prod .inner_prod .prod_cart ul li a i {
  display: inline-block;
  background: #e52525;
  color: #fff;
  font-size: 26px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border-radius: 50px;
}

.feature_prod .inner_prod .prod_name {
  text-align: left;
}

.feature_prod .inner_prod .prod_name h3 {
  font-size: 16px;
  color: #262626;
  font-weight: 300;
}

.feature_prod .inner_prod .prod_name p {
  font-size: 16px;
  color: #e52525;
  font-weight: 600;
  text-align: left;
  padding: 0;
}

.feature_prod .inner_prod:hover .prod_img img {
/*  
-webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
	*/
}

.feature_prod .inner_prod:hover .prod_cart {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_prod .owl-carousel .owl-dots {
  text-align: center;
}

.feature_prod .owl-carousel .owl-dots .owl-dot {
  display: inline-blocks !important;
  background: #d6d6d6 !important;
  width: 51px;
  height: 3px;
  border-radius: 0;
  margin: 50px 5px 0 5px;
  outline: none;
}

.feature_prod .owl-carousel .owl-dots .owl-dot.active {
  background: #e52525 !important;
}

.about_main {
  padding: 80px 0px;
  background: url(../images/brick-bg.jpg) no-repeat fixed;
  background-size: cover;
}

.about_main .about-text {
  text-align: center;
}

.about_main .about-text h5 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.about_main .about-text h5 strong {
  color: #ffcc00;
}

.about_main .about-text p {
  font-size: 18px;
  color: #fff;
  padding-top: 30px;
}

.about_main .about-text a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  width: 167px;
  height: 50px;
  line-height: 47px;
  margin-top: 40px;
}

.about_main .about-text a:hover {
 border: 2px solid #e52525;
}


.feature-box {
  background: #f3f3f3;
  padding: 60px 0;
}

.feature-box h1 {
  font-size: 35px;
  font-weight: 700;
  color: #171717;
  text-align: center;
  text-transform: uppercase;
}

.feature-box p {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #171717;
  text-align: center;
  padding: 0 0 60px 0;
}

.feature-box .inner_prod {
  position: relative;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
}

.feature-box .inner_prod .prod_img {
  padding: 20px 0;
  overflow: hidden;
}

.feature-box .inner_prod .prod_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-box .inner_prod .prod_cart {
  position: absolute;
  top: 3%;
  right: 5%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-box .inner_prod .prod_cart ul li {
  list-style: none;
  display: block;
  padding: 5px 0;
}

.feature-box .inner_prod .prod_cart ul li a i {
  display: inline-block;
  background: #e52525;
  color: #fff;
  font-size: 26px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border-radius: 50px;
}

.feature-box .inner_prod .prod_name {
  text-align: left;
}

.feature-box .inner_prod .prod_name h3 {
  font-size: 16px;
  color: #262626;
  font-weight: 300;
}

.feature-box .inner_prod .prod_name p {
  font-size: 16px;
  color: #e52525;
  font-weight: 600;
  text-align: left;
  padding: 0;
}

.feature-box .inner_prod:hover .prod_img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.feature-box .inner_prod:hover .prod_cart {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-box .owl-carousel .owl-dots {
  text-align: center;
}

.feature-box .owl-carousel .owl-dots .owl-dot {
  display: inline-blocks !important;
  background: #d6d6d6 !important;
  width: 51px;
  height: 3px;
  border-radius: 0;
  margin: 50px 5px 0 5px;
  outline: none;
}

.feature-box .owl-carousel .owl-dots .owl-dot.active {
  background: #e52525 !important;
}

.insta-box {
  background: url(../images/cat-bg.webp) repeat-x;
  padding: 60px 0 0 0;
}

.insta-box h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.insta-box p {
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 0 0 60px 0;
}

.my-border {
  border-top: 1px solid #484848;
  padding: 20px 0 0 0;
}

footer .top-footer {
  background: #1a1a1a;
  padding: 60px 0;
}

footer .top-footer .inner-link h2 {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
}

footer .top-footer .inner-link h2::before {
  content: '';
  position: absolute;
  width: 52px;
  height: 5px;
  bottom: 20px;
  left: 0;
  background: #535353;
}

footer .top-footer .inner-link h2::after {
  content: '';
  position: absolute;
  width: 52px;
  height: 5px;
  bottom: 20px;
  left: 17%;
  border: 1px solid #535353;
}

footer .top-footer .inner-link .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

footer .top-footer .inner-link .d-flex i {
  font-size: 22px;
  color: #c3c3c3;
}

footer .top-footer .inner-link .d-flex .flex-body {
  margin-left: 5px;
}

footer .top-footer .inner-link .d-flex .flex-body p {
  font-size: 14px;
  font-weight: 300;
  color: #c3c3c3;
}

footer .top-footer .inner-link .d-flex .flex-body p strong {
  font-size: 14px;
  font-weight: 500;
  color: #c3c3c3;
  display: block;
}

footer .top-footer .inner-link a.mail {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0c0c0c;
  font-weight: 700;
  display: inline-block;
  width: 234px;
  height: 39px;
  line-height: 39px;
  background: #fff;
  text-align: center;
}

footer .top-footer .inner-link a.mail i {
  font-size: 20px;
}

footer .top-footer .inner-link a.mail:hover {
  background: #e52525;
  color: #fff;
}

footer .top-footer .inner-link ul.foot-icon {
  padding-top: 5px;
}

footer .top-footer .inner-link ul.foot-icon li {
  list-style: none;
  display: block;
  padding: 5px 0;
}

footer .top-footer .inner-link ul.foot-icon li a {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

footer .top-footer .inner-link ul.foot-icon li a i {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  color: #2b3036;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  margin-right: 5px;
}

footer .top-footer .inner-link ul.foot-icon li a:hover {
  color: #e52525;
}

footer .top-footer .inner-link ul.foot-icon li a:hover i {
  color: #fff;
  background: #e52525;
}

footer .top-footer .inner-link ul li {
  list-style: none;
  display: block;
}

footer .top-footer .inner-link ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #c3c3c3;
  line-height: 30px;
}

footer .top-footer .inner-link ul li a:hover {
  color: #e52525;
}

footer .top-footer .inner-link p {
  font-size: 14px;
  color: #c3c3c3;
}

footer .top-footer .inner-link form {
  padding-top: 20px;
}

footer .top-footer .inner-link form input {
  display: inline-block;
  font-size: 14px;
  color: #b6b6b6;
  font-weight: 300;
  width: 100%;
  height: 45px;
  line-height: 45px;
  outline: none;
  border: none;
  background: #393939;
  padding: 15px;
}

footer .top-footer .inner-link form button {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #0c0c0c;
  font-weight: 700;
  outline: none;
  border: none;
  text-align: center;
  display: inline-block;
  width: 154px;
  height: 39px;
  line-height: 39px;
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .top-footer .inner-link form button:hover {
  background: #e52525;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer .bottom-footer {
  background-color: #1a1a1a;
}

footer .bottom-footer .copy_right {
  padding-top: 34px; text-align:center;
}

footer .bottom-footer .copy_right p {
  font-size: 14px;
  color: #c3c3c3;
  font-weight: 500;
}

footer .bottom-footer .copy_right p span {
  display: block;
  font-weight: 300;
  font-size: 12px;
}

footer .bottom-footer .copy_right p a {
  font-size: 14px;
  color: #c3c3c3;
  font-weight: 500;
}

footer .bottom-footer .copy_right p a:hover {
  color: #e52525;
}

footer .bottom-footer .design {
  text-align: right;
}

footer .bottom-footer .design p {
  font-size: 14px;
  color: #646464;
}

footer .bottom-footer .design p a {
  font-size: 14px;
  color: #646464;
}

footer .bottom-footer .design p a:hover {
  color: #fff;
}


.flogo{ padding:23px 0;}
.flogo img{ max-width:144px;}





@media screen and (max-width: 1400px) {
  .cate_main .inner_cate .cate-name h2 {
    font-size: 38px;
}
  .main-header .middle-bar .search-box ul li.search i{ width:36px;}
}

@media screen and (max-width: 1300px) {
  .main-header .middle-bar .top_nav_items ul li {
    padding: 0 10px;
  }
  .main-header .middle-bar .top_nav_items ul {
    width: 83%;
  }
  .cate_main {
    padding: 40px 0 0 0;
  }
  .cate_main p {
    padding: 0 0 40px 0;
  }
  .cate_main h1 {
    font-size: 32px;
  }
  .cate_main p {
    font-size: 18px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 32px;
  }
  .feature_prod {
    padding: 40px 0;
  }
  .feature_prod h1 {
    font-size: 32px;
  }
  .feature_prod p {
    font-size: 18px;
    padding: 0 0 40px 0;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 14px;
  }
  .feature_prod .inner_prod .prod_name p {
    font-size: 14px;
  }
  .feature_prod .owl-carousel .owl-dots .owl-dot {
    margin: 40px 5px 0 5px;
  }
  .about_main {
    padding: 60px 0px;
  }
  .about_main .about-text h5 {
    font-size: 30px;
  }
  .about_main .about-text p {
    font-size: 16px;
  }
  .feature-box {
    padding: 40px 0;
  }
  .feature-box h1 {
    font-size: 32px;
  }
  .feature-box p {
    font-size: 18px;
    padding: 0 0 40px 0;
  }
  .feature-box .inner_prod .prod_name h3 {
    font-size: 14px;
  }
  .feature-box .inner_prod .prod_name p {
    font-size: 14px;
  }
  .feature-box .owl-carousel .owl-dots .owl-dot {
    margin: 40px 5px 0 5px;
  }
  .insta-box {
    font-size: 32px;
    padding: 40px 0 0 0;
  }
  .insta-box p {
    font-size: 18px;
    padding: 0 0 40px 0;
  }
  footer .top-footer {
    padding: 40px 0;
  }
  footer .top-footer .inner-link h2 {
    font-size: 18px;
    padding-bottom: 35px;
  }
  footer .top-footer .inner-link p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .main-header .logo {
    padding: 11px 0;
  }
  .main-header .top-left {
    padding: 10px 0;
  }
  .main-header .top-right {
    padding: 7px 0;
  }
  .main-header .middle-bar .search-box ul li.search i {
    width: 67px;
    height: 67px;
    line-height: 67px;
  }
  .main-header .middle-bar .top_nav_items ul li {
    padding: 0 5px;
  }
  .main-header .middle-bar .top_nav_items ul {
    padding: 22px 0;
  }
  .main-header .middle-bar .search-box ul li.search {
    padding: 0 0 0 10px;
  }
  .cate_main h1 {
    font-size: 30px;
  }
  .cate_main p {
    font-size: 16px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 30px;
  }
  .cate_main .inner_cate .cate-name a.cat-btn {
    font-size: 12px;
    width: 170px;
    height: 37px;
    line-height: 34px;
  }
  .feature_prod h1 {
    font-size: 30px;
  }
  .feature_prod p {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
  .about_main .about-text h5 {
    font-size: 25px;
  }
  .about_main .about-text p {
    font-size: 14px;
  }
  .about_main .about-text a {
    font-size: 12px;
    width: 150px;
    height: 45px;
    line-height: 42px;
    margin-top: 30px;
  }
  .feature-box h1 {
    font-size: 30px;
  }
  .feature-box p {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
  .insta-box h1 {
    font-size: 30px;
  }
  .insta-box p {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
  footer .top-footer .inner-link .d-flex i {
    font-size: 18px;
  }
  footer .top-footer .inner-link .d-flex .flex-body p {
    font-size: 12px;
  }
  footer .top-footer .inner-link a.mail {
    font-size: 12px;
    width: 100%;
    height: 39px;
    line-height: 39px;
  }
  footer .top-footer .inner-link p br {
    display: none !important;
  }
  footer .top-footer .inner-link form button {
    font-size: 12px;
    width: 123px;
    height: 35px;
    line-height: 35px;
  }
  footer .bottom-footer .copy_right p {
    font-size: 12px; text-align:center;
  }
  footer .bottom-footer .copy_right p a {
    font-size: 12px;
  }
  footer .bottom-footer .copy_right p span {
    font-size: 11px;
  }
}

@media screen and (max-width: 999px) {
  .cate_main .inner_cate .cate-name h2 {
    font-size: 26px;
  }
  .main-header .middle-bar .search-box ul li.search i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .main-header .middle-bar .top_nav_items ul li a {
    font-size: 12px;
  }
  .main-header .top-left ul li i {
    font-size: 12px;
  }
  .main-header .top-left ul li a {
    font-size: 12px;
  }
  .main-header .top-right ul.social-icon li span {
    font-size: 12px;
  }
  .main-header .top-right ul.social-icon li i {
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .main-header .logo {
    padding: 6px 0;
  }
  .main-header .middle-bar .top_nav_items ul {
    padding: 20px 0;
  }
  .cate_main {
    padding: 20px 0 0 0;
  }
  .cate_main h1 {
    font-size: 25px;
  }
  .cate_main p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .feature_prod {
    padding: 20px 0;
  }
  .feature_prod h1 {
    font-size: 25px;
  }
  .feature_prod p {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
  .feature_prod p {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
  .feature_prod .owl-carousel .owl-dots .owl-dot {
    margin: 20px 5px 0 5px;
  }
  .about_main {
    padding: 30px 0px;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 12px;
  }
  .feature_prod .inner_prod .prod_name p {
    font-size: 12px;
  }
  .about_main .about-text p {
    font-size: 14px;
    padding-top: 15px;
  }
  .about_main .about-text a {
    font-size: 12px;
    width: 150px;
    height: 45px;
    line-height: 42px;
    margin-top: 20px;
  }
  .feature-box {
    padding: 20px 0;
  }
  .feature-box h1 {
    font-size: 25px;
  }
  .feature-box p {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
  .feature-box .inner_prod .prod_name h3 {
    font-size: 12px;
  }
  .feature-box .inner_prod .prod_name p {
    font-size: 12px;
  }
  .feature-box .owl-carousel .owl-dots .owl-dot {
    margin: 20px 5px 0 5px;
  }
  .insta-box {
    font-size: 25px;
    padding: 20px 0 0 0;
  }
  .insta-box p {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
  footer .top-footer {
    padding: 20px 0;
  }
  footer .top-footer .inner-link h2 {
    font-size: 18px;
    padding-bottom: 25px;
  }
  footer .top-footer .inner-link h2::before {
    bottom: 10px;
  }
  footer .top-footer .inner-link h2::after {
    bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .cate_main .inner_cate .cate-name h2 {
    font-size: 20px;
  }
  .cate_main .inner_cate .cate-name {
    bottom: 20px;
  }
  .cate_main .inner_cate .cate-name a.cat-btn {
    font-size: 11px;
    width: 135px;
    height: 32px;
    line-height: 29px;
    margin-top: 10px;
  }
  .about_main .about-text h5 {
    font-size: 18px;
  }
  .about_main .about-text p {
    font-size: 12px;
    padding-top: 15px;
  }
  .about_main .about-text a {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 33px;
    margin-top: 20px;
  }
  footer .top-footer .inner-link a.mail {
    font-size: 11px;
    margin-top: 10px;
  }
  footer .top-footer .inner-link a.mail i {
    font-size: 15px;
  }
  footer .top-footer .inner-link .d-flex i {
    font-size: 16px;
  }
  footer .top-footer .inner-link .d-flex .flex-body p {
    font-size: 10px;
  }
  footer .top-footer .inner-link h2 {
    font-size: 16px;
    padding-bottom: 25px;
  }
  footer .top-footer .inner-link ul.foot-icon li a i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
  }
  footer .top-footer .inner-link ul.foot-icon li a {
    font-size: 12px;
  }
  footer .top-footer .inner-link ul li a {
    font-size: 12px;
    line-height: 25px;
  }
  footer .top-footer .inner-link p {
    font-size: 11px;
  }
  footer .top-footer .inner-link form {
    padding-top: 10px;
  }
  footer .top-footer .inner-link form button {
    font-size: 11px;
    width: 123px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
  }
  .main-header .middle-bar .search-box ul li.search i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 5px;
  }
  .main-header .middle-bar .search-box ul li i.globe {
    font-size: 16px;
  }
  .main-header .middle-bar .search-box ul li span {
    font-size: 11px;
  }
  .main-header .middle-bar .top_nav_items ul li {
    padding: 0 3px;
  }
  .main-header .middle-bar .top_nav_items ul li a i {
    font-size: 10px;
  }
  .main-header .middle-bar .top_nav_items ul li a {
    font-size: 10px;
  }
  .main-header .middle-bar .top_nav_items ul {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .main-header .middle-bar .top_nav_items {
    display: none;
  }
  .main-header .middle-bar .search-box {
    display: none;
  }
  .main-header .top-right {
    display: none;
  }
  .main-header .top-left ul {
    text-align: center;
  }
  .main-header .top-left {
    padding: 3px 0;
  }
  .moblink {
    display: block;
  }
  #mySidenav {
    display: block;
  }
  .main-header .logo {
    padding: 11px 0;
  }
  .cate_main h1 {
    font-size: 20px;
  }
  .cate_main p {
    font-size: 12px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 32px;
  }
  .cate_main .row .col-lg-4:nth-of-type(1) .row .col-md-12:nth-of-type(1) {
    border-bottom: 3px solid #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(1) .row .col-md-12:nth-of-type(2) {
    border-bottom: 3px solid #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(2) .row .col-md-12:nth-of-type(1) {
    border-bottom: 3px solid #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(2) .row .col-md-12:nth-of-type(2) {
    border-bottom: 3px solid #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(3) .row .col-md-12:nth-of-type(1) {
    border-bottom: 3px solid #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(1) .row::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    right: 0;
    z-index: 99;
    top: 0;
    background: #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(2) .row::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    right: 0;
    z-index: 99;
    top: 0;
    background: #292929;
  }
  .cate_main .row .col-lg-4:nth-of-type(3) .row::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0px;
    right: 0;
    z-index: 99;
    top: 0;
    background: #292929;
  }
  .feature_prod h1 {
    font-size: 20px;
  }
  .feature_prod p {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
  .about_main .about-text h5 {
    font-size: 14px;
  }
  .about_main .about-text p {
    font-size: 12px;
    padding-top: 15px;
  }
  .feature-box h1 {
    font-size: 20px;
  }
  .insta-box h1 {
    font-size: 20px;
  }
  .insta-box p {
    font-size: 12px;
    padding: 0 0 20px 0;
  }
  footer .top-footer {
    padding: 0px 0 20px 0;
  }
  footer .top-footer .inner-link {
    padding: 20px 0 0 0;
  }
  footer .top-footer .inner-link a.mail {
    width: 172px;
  }
  footer .bottom-footer .copy_right {
    padding: 0;
    text-align: center;
  }
  footer .bottom-footer .design {
    text-align: center;
    padding-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .main-header .top-left ul li {
    padding: 0 0px;
  }
  .main-header .top-left ul li a {
    font-size: 10px;
  }
  .moblink ul li a {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .cate_main h1 {
    font-size: 14px;
  }
  .cate_main p {
    font-size: 10px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 30px;
  }
  .feature_prod p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .feature_prod {
    padding: 10px 0;
  }
  .feature_prod .owl-carousel .owl-dots .owl-dot {
    margin: 10px 5px 0 5px;
  }
  .about_main .about-text h5 br {
    display: none !important;
  }
  .about_main .about-text h5 {
    font-size: 18px;
  }
  .feature-box {
    padding: 10px 0;
  }
  .feature-box p {
    padding: 0px 0 10px 0;
  }
  footer .top-footer .inner-link h2::after {
    left: 14%;
  }
  footer .bottom-footer .copy_right p {
    font-size: 10px;
  }
  footer .bottom-footer .copy_right p span {
    font-size: 9px;
  }
  .cate_main {
    padding: 11px 0 0 0;
  }
  .cate_main p {
    font-size: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 335px) {
  .cate_main .inner_cate .cate-name h2 {
    font-size: 25px;
  }
  .main-header .top-left ul li i {
    font-size: 9px;
  }
  .main-header .top-left ul li a {
    font-size: 8px;
  }
  .moblink ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
/*# sourceMappingURL=layout.css.map */



/* google language */
#google_translate_element{color:#fff; text-decoration:none; padding:0px; text-align:center;}
.goog-te-gadget img {display: none;}
.goog-te-gadget-simple {background: none !important;border:none !important;color:#b6b6b6; font-size:14px; display:inline-block; padding-top:2px; padding-bottom:0px;zoom:1;}
.goog-te-gadget-simple .goog-te-menu-value {color:#fff !important;}
.goog-te-menu-value span{padding:4px 0;}
.goog-te-menu-value span:first-child{margin-right:20px;}
.goog-te-menu-value span:last-child{color:#fff !important;padding:0px 3px 0 5px;border: none !important;}
.goog-te-menu-value{text-decoration:none !important;}
.goog-te-menu-value span:nth-child(1){margin-right:0px;}
.goog-te-menu-value span:nth-child(3){display:none;}
.goog-te-gadget-simple .goog-te-menu-value{color:#fff !important;}
.goog-te-menu-value span:last-child{color:#fff !important; display:inline-block;}
/* google language end */


/*Search*/
.open-search{background:rgba(0,0,0,0.9); position:fixed; top:0px; left:0px; right:0px; z-index:9999; bottom:0px; height:100%;}
.open-search .search-target{position:absolute; top:50%; left:15%; right:15%; text-align:center; transform:translateY(-50%);}
.open-search .search-target form{position:relative;}
.open-search .search-target form input{display:block; padding-left:20px; width:100%; outline:none; border-radius:5px; font-size:16px; height:60px;
 background:transparent; color:#ffffff; border:none; border-bottom:1px solid #fff; border-radius:0;}
.open-search .search-target form button{ border:none; display:block; outline:none; border-radius:0px 5px 5px 0px; height:60px; position:absolute; top:0px; right:0px; 
  color:#fff; font-size:17px; background:transparent; padding:0px 40px;}
.open-search .search-target form button:hover{}
.search-wrapper01{position:absolute; top:20px; right:20px; z-index:999; cursor:pointer; padding:10px;}
.search-wrapper01::after{display:block; content:""; background:#fff; height:45px; width:2px; transform:rotate(-45deg);}
.search-wrapper01::before{display:block; content:""; background:#fff; height:45px; width:2px;  transform:rotate(45deg); position:absolute;}
.search-wrapper01:hover::after,
.search-wrapper01:hover::before{background:#da251c;}
/******************************************/


.card-content{position: relative; left: 0; right: 0; top: 50%; z-index: 99999999;}
.card-content p{ color:#000; font-size:50px; text-align:center; z-index: 99999999;}
.white-text{position: relative; left: 0; right: 0; top: 50%; z-index: 99999999;}
.white-text p{ color:#000; font-size:50px; text-align:center; z-index: 99999999;}

	







