@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Conv_Industry-Bold";
  src: url("../fonts/Industry-Bold.eot");
  src: local("☺"), url("../fonts/Industry-Bold.woff") format("woff"), url("../fonts/Industry-Bold.ttf") format("truetype"), url("../fonts/Industry-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Conv_Industry-Light";
  src: url("../fonts/Industry-Light.eot");
  src: local("☺"), url("../fonts/Industry-Light.woff") format("woff"), url("../fonts/Industry-Light.ttf") format("truetype"), url("../fonts/Industry-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Conv_Industry-Medium";
  src: url("../fonts/Industry-Medium.eot");
  src: local("☺"), url("../fonts/Industry-Medium.woff") format("woff"), url("../fonts/Industry-Medium.ttf") format("truetype"), url("../fonts/Industry-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Conv_Industry-Demi";
  src: url("../fonts/Industry-Demi.eot");
  src: local("☺"), url("../fonts/Industry-Demi.woff") format("woff"), url("../fonts/Industry-Demi.ttf") format("truetype"), url("../fonts/Industry-Demi.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/************************** font_family end here *********************************/
/*red-color*/
/*black-color*/
/*****  mixin  *****/
/***** mixin  *****/
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Conv_Industry-Bold"; }

a {
  color: #121212; }

a:hover {
  text-decoration: none; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  background: #e8e8e8;
  background-color: #e8e8e8;
  font-family: "Montserrat", sans-serif; }

li {
  list-style: none; }

a {
  transition: 0.45s; }

.no_padd {
  padding: 0px; }

header {
  background: #0c0c0c;
  box-shadow: 0px 7px 12px 0 #444;
  position: relative;
  z-index: 999; }

.top-bar {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #303030; }
  .top-bar .top-bar-left ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    .top-bar .top-bar-left ul li {
      list-style: none;
      margin-right: 20px; }
      .top-bar .top-bar-left ul li a {
        color: #fff;
        font-size: 15px;
        transition: 0.45s; }
        .top-bar .top-bar-left ul li a span {
          padding-left: 4px; }
        .top-bar .top-bar-left ul li a:hover {
          color: #bf0a2a; }
  .top-bar .top-bar-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center; }
    .top-bar .top-bar-right ul li {
      list-style: none; }
      .top-bar .top-bar-right ul li a {
        color: #fff;
        font-size: 15px;
        padding: 10px 11px;
        display: inline-block; }
        .top-bar .top-bar-right ul li a:hover {
          color: #bf0a2a; }

.logo_bar {
  padding: 0 20px; }

.top_logo {
  padding: 10px 0px; }
  .top_logo img {
    max-width: 280px; }

.logo_barrow {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav_win {
  padding: 0px 0px;
  display: flex;
  align-items: center; }

.main_navs {
  position: relative; }

.top_nav_items ul {
  text-align: right; }

.top_nav_items ul li {
  display: inline-block;
  position: relative;
  transition: 0.45s all; }

.top_nav_items ul li a {
  font-style: normal;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  position: relative;
  height: 85px;
  padding: 0 17px;
  font-family: "Conv_Industry-Medium";
  line-height: 85px;
  text-decoration: none !important; }

.top_nav_items ul li a i {
  font-size: 14px; }

.top_nav_items ul li:hover {
  color: #fff;
  background: #bf0a2a; }

.top_nav_items ul li:hover a {
  color: #fff; }

.top_nav_items ul li ul.l2_ul {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  display: none;
  width: 250px;
  z-index: 999;
  background: #eff3f6;
  border: 0px solid #e4e4e4;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px; }

.top_nav_items ul li ul.l2_ul li.l2_li {
  display: block;
  text-align: left;
  width: 100%;
  background: transparent;
  transition: 0.45s;
  border-bottom: 1px solid #d2d2d2;
  position: relative; }

.top_nav_items ul li ul.l2_ul li.l2_li a {
  display: block;
  text-align: left;
  width: 100%;
  color: #000;
  background: transparent;
  position: relative;
  font-size: 16px;
  padding: 0px 15px;
  height: 35px;
  line-height: 35px; }

.top_nav_items ul li ul.l2_ul li.l2_li:hover {
  color: #fff;
  background: #bf0a2a; }

.top_nav_items ul li ul.l2_ul li.l2_li:hover a {
  color: #fff; }

.site_h_r {
  text-align: right;
  padding-left: 30px; }

.site_h_r ul li {
  display: inline-block;
  padding: 0px 5px;
  position: relative; }

.mobile_menus {
  display: none !important; }

#mySidenav {
  display: none; }

.mobile-show {
  display: none !important; }

.top-desk-search form {
  position: relative; }
  .top-desk-search form input {
    width: 210px;
    border: 0;
    background: #292929;
    height: 40px;
    color: #afafaf;
    font-size: 12px;
    padding-left: 15px;
    border-radius: 30px; }
  .top-desk-search form ::placeholder {
    color: #afafaf; }
  .top-desk-search form button {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    right: 4px;
    color: #fff;
    cursor: pointer; }

.top-language {
  margin-left: 30px; }
  .top-language a {
    width: 40px;
    height: 40px;
    background: #bf0a2a;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 26px; }
    .top-language a:hover {
      background: #fff;
      color: #bf0a2a; }

.banner_slider {
  position: relative; }
  .banner_slider .slider-left-banner {
    position: absolute;
    width: 90px;
    border-right: 2px solid #000;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner_slider .slider-left-banner ul li {
      padding: 10px 0; }
      .banner_slider .slider-left-banner ul li a {
        color: #fff;
        font-size: 25px; }
        .banner_slider .slider-left-banner ul li a:hover {
          color: #000; }
  .banner_slider .slider-right-banner {
    position: absolute;
    width: 90px;
    border-left: 2px solid #000;
    top: 0;
    right: 0;
    z-index: 99999999999999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner_slider .slider-right-banner h3 {
      font-size: 30px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Conv_Industry-Medium";
      writing-mode: vertical-lr;
      letter-spacing: 5px; }

.servies-lists {
  padding: 60px 0; }
  .servies-lists ul {
    display: flex;
    justify-content: space-between; }
    .servies-lists ul li .location .media {
      align-items: center; }
    .servies-lists ul li .location .media-left {
      margin-right: 15px; }
    .servies-lists ul li .location .media-body p {
      font-size: 14px; }
      .servies-lists ul li .location .media-body p b {
        font-size: 14px;
        letter-spacing: 1px;
        font-family: "Conv_Industry-Bold"; }

.home-about {
  margin-top: 30px;
  background: url(../images/about-bgs.png) no-repeat right bottom; }
  .home-about .short-about-inner {
    padding-bottom: 150px; }
    .home-about .short-about-inner a {
      background: #0c0c0c;
      color: #e8e8e8;
      font-family: "Conv_Industry-Demi";
      border-radius: 20px;
      padding: 9px 20px;
      display: inline-flex;
      align-items: center;
      margin-top: 50px; }
      .home-about .short-about-inner a i {
        padding-left: 10px;
        font-size: 20px; }
      .home-about .short-about-inner a:hover {
        background: #bf0a2a; }
    .home-about .short-about-inner .about-s-head {
      padding: 15px 0 15px 30px;
      position: relative;
      margin-bottom: 30px; }
      .home-about .short-about-inner .about-s-head h3 {
        color: #bf0a2a;
        font-size: 35px;
        text-transform: uppercase;
        font-family: "Conv_Industry-Demi"; }
      .home-about .short-about-inner .about-s-head h2 {
        font-size: 50px;
        color: #000;
        text-transform: uppercase;
        font-family: "Conv_Industry-Bold"; }
      .home-about .short-about-inner .about-s-head::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #000; }
    .home-about .short-about-inner .abouyt-tetx p {
      color: #404040;
      font-size: 16px;
      line-height: 1.8; }
    .home-about .short-about-inner .location {
      border: 1px solid #c2c2c2;
      padding: 30px 30px;
      border-radius: 11px;
      margin-top: 50px; }
      .home-about .short-about-inner .location .media .media-left {
        margin-right: 30px; }
      .home-about .short-about-inner .location .media .media-body p {
        font-size: 14px;
        color: #404040; }
      .home-about .short-about-inner .location .media .media-body b {
        font-size: 20px;
        font-family: "Conv_Industry-Medium";
        text-transform: uppercase;
        margin-bottom: 10px;
        display: inline-block; }
  .home-about .about-imgs {
    position: relative; }
    .home-about .about-imgs .men-img {
      padding-top: 120px; }
    .home-about .about-imgs .xperiance {
      position: absolute;
      top: 30px;
      right: -70px; }

.m-services {
  background: url(../images/bgss.png) no-repeat center;
  padding: 60px 0; }
  .m-services .ser-tetc {
    text-align: center; }
    .m-services .ser-tetc h3 {
      font-size: 35px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Conv_Industry-Demi";
      line-height: 1;
      letter-spacing: 2px; }
  .m-services .text-inner-s {
    position: relative;
    border: 1px solid #bf0a2a;
    background: #0d0d0d;
    border-radius: 10px;
    padding: 29px 25px 30px 60px;
    margin-left: 40px;
    margin-top: 55px; }
    .m-services .text-inner-s .text-img {
      position: absolute;
      top: 50%;
      left: -42px;
      transform: translateY(-50%); }
    .m-services .text-inner-s h3 {
      font-size: 20px;
      color: #fff;
      font-family: "Conv_Industry-Demi";
      text-transform: uppercase;
      margin-bottom: 10px; }
    .m-services .text-inner-s p {
      font-size: 13px;
      color: #969696; }

.main-categories {
  padding: 60px 24px; }
  .main-categories .col-lg-20 {
    padding: 0 12px; }
  .main-categories .cats-haeding {
    text-align: center; }
    .main-categories .cats-haeding h2 {
      font-size: 35px;
      color: #bf0a2a;
      text-transform: uppercase;
      font-family: "Conv_Industry-Demi";
      line-height: 1;
      letter-spacing: 2px; }
  .main-categories .catmains {
    margin-top: 60px; }
    .main-categories .catmains .cat-imgs {
      transition: 0.45s;
      border-radius: 10px; }
    .main-categories .catmains .cat-etxcts {
      text-align: center; }
      .main-categories .catmains .cat-etxcts h2 {
        font-size: 30px;
        font-family: "Conv_Industry-Bold";
        text-transform: uppercase;
        margin: 20px 0; }
      .main-categories .catmains .cat-etxcts p {
        font-size: 10px;
        color: #1a1a1a;
        max-width: 450px;
        margin: 0 auto; }
      .main-categories .catmains .cat-etxcts span {
        background: #0c0c0c;
        color: #e8e8e8;
        font-family: "Conv_Industry-Demi";
        border-radius: 20px;
        font-size: 12px;
        padding: 9px 20px;
        display: inline-flex;
        align-items: center;
        margin-top: 20px;
        transition: 0.45s; }
        .main-categories .catmains .cat-etxcts span:hover {
          background: #bf0a2a; }
        .main-categories .catmains .cat-etxcts span i {
          padding-left: 10px;
          font-size: 20px; }
    .main-categories .catmains:hover .cat-imgs {
      transform: translateY(-10px); }

.mian-featured-product {
  padding: 0px 0 60px; }
  .mian-featured-product .featured-heading {
    text-align: center;
    margin-bottom: 50px; }
    .mian-featured-product .featured-heading h2 {
      font-size: 35px;
      color: #0c0c0c;
      text-transform: uppercase;
      font-family: "Conv_Industry-Demi";
      line-height: 1;
      letter-spacing: 2px; }

.pro-inner .pro-imgs {
  position: relative; }
  .pro-inner .pro-imgs a {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0c0c0c;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%); }
    .pro-inner .pro-imgs a:hover {
      background: #bf0a2a; }
.pro-inner .pro-names {
  text-align: center;
  padding-top: 20px; }
  .pro-inner .pro-names h3 {
    font-size: 15px;
    text-align: center; }
  .pro-inner .pro-names p {
    font-size: 14px;
    text-align: center;
    margin-top: 5px; }
  .pro-inner .pro-names a {
    background: #0c0c0c;
    color: #e8e8e8;
    font-family: "Conv_Industry-Demi";
    border-radius: 20px;
    padding: 9px 20px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px; }
    .pro-inner .pro-names a:hover {
      background: #bf0a2a; }
.pro-inner:hover .pro-imgs a {
  opacity: 1;
  visibility: visible; }

.catlog-main {
  background: url(../images/catlog-bgss.png) no-repeat center;
  padding: 110px 0; }
  .catlog-main .catlog-headings {
    text-align: center; }
    .catlog-main .catlog-headings h2 {
      font-size: 35px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Conv_Industry-Demi";
      line-height: 1;
      letter-spacing: 2px; }
  .catlog-main .catlog-left {
    background: #ebebeb;
    margin-top: 60px;
    display: flex;
    padding: 30px 20px;
    border-radius: 7px;
    flex-wrap: wrap; }
    .catlog-main .catlog-left .catlog-text {
      width: 57%; }
      .catlog-main .catlog-left .catlog-text h3 {
        font-size: 23px;
        text-transform: uppercase;
        margin-top: 30px;
        padding-bottom: 15px; }
      .catlog-main .catlog-left .catlog-text p {
        font-size: 15px;
        padding-right: 15px; }
      .catlog-main .catlog-left .catlog-text a {
        background: #0c0c0c;
        color: #e8e8e8;
        font-family: "Conv_Industry-Demi";
        border-radius: 20px;
        padding: 9px 30px;
        display: inline-flex;
        align-items: center;
        letter-spacing: 1px;
        margin-top: 20px; }
        .catlog-main .catlog-left .catlog-text a:hover {
          background: #bf0a2a; }
    .catlog-main .catlog-left .catlog-img {
      width: 43%; }

.social-walls {
  padding: 60px 0; }
  .social-walls .social-heading {
    text-align: center; }
    .social-walls .social-heading h3 {
      font-size: 35px;
      color: #0c0c0c;
      text-transform: uppercase;
      font-family: "Conv_Industry-Demi";
      line-height: 1;
      letter-spacing: 2px;
      margin-bottom: 40px; }

.news-letter {
  background: #000000;
  padding: 50px 0; }
  .news-letter .row {
    align-items: center; }
  .news-letter .new-letter-text h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Conv_Industry-Demi";
    padding-right: 140px; }
  .news-letter .new-l-form p {
    font-size: 16px;
    color: #bf0a2a;
    font-weight: 600;
    margin-bottom: 10px; }
  .news-letter .new-l-form form {
    position: relative; }
    .news-letter .new-l-form form input {
      width: 100%;
      height: 65px;
      border-radius: 7px;
      padding-left: 15px;
      color: #8d8d8d;
      font-size: 16px;
      border: 0; }
    .news-letter .new-l-form form button {
      width: 120px;
      height: 65px;
      border-radius: 7px;
      line-height: 65px;
      font-size: 15px;
      position: absolute;
      top: 0;
      border: 0;
      font-family: "Conv_Industry-Demi";
      cursor: pointer;
      right: 0;
      letter-spacing: 1px;
      transition: 0.45s;
      background: #bf0a2a;
      color: #fff; }
      .news-letter .new-l-form form button:hover {
        background: #a1001c; }

footer {
  background: url(../images/footer-bgs.png) no-repeat center; }
  footer .footer-top {
    padding: 10px 0 38px; }
  footer .footer-logo,
  footer .footer-material {
    padding-top: 40px; }
  footer .footer-socoials {
    padding: 30px 0;
    border-bottom: solid 2px #53534d; }
    footer .footer-socoials ul {
      display: flex;
      justify-content: center; }
      footer .footer-socoials ul li {
        padding: 0 10px; }
        footer .footer-socoials ul li a {
          width: 62px;
          height: 62px;
          display: inline-block;
          background: #0a0a0a;
          color: #fff;
          font-size: 25px;
          text-align: center;
          border-radius: 50%;
          line-height: 60px;
          border: 1px solid #454545; }
  footer .footer-logo {
    padding-right: 7px; }
    footer .footer-logo img {
      margin-bottom: 10px; }
    footer .footer-logo p {
      font-size: 13px;
      color: #000;
      text-align: justify; }
  footer .footer-material {
    padding-left: 7px; }
    footer .footer-material h3 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 2px;
      text-transform: capitalize;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 30px; }
      footer .footer-material h3::after {
        content: "";
        width: 70px;
        height: 2px;
        background: #bf0a2a;
        position: absolute;
        left: 0;
        bottom: 0; }
    footer .footer-material .footer-links ul li {
      display: flex;
      align-items: center; }
      footer .footer-material .footer-links ul li i {
        color: #eeeeee;
        font-size: 11px;
        padding-right: 5px; }
      footer .footer-material .footer-links ul li a {
        font-size: 13px;
        color: #eeeeee;
        display: inline-block;
        padding: 10px 0; }
        footer .footer-material .footer-links ul li a:hover {
          color: #bf0a2a;
          padding-left: 7px; }
    footer .footer-material .footer-details img {
      margin-top: 20px; }
    footer .footer-material .footer-details ul .footer-phone {
      font-size: 14px;
      color: #fff;
      padding: 5px 0 24px 0;
      font-weight: 600; }
    footer .footer-material .footer-details ul span {
      font-size: 14px;
      color: #fff;
      font-weight: 600; }
    footer .footer-material .footer-details ul li {
      padding: 5px 0; }
      footer .footer-material .footer-details ul li p {
        font-size: 13px;
        color: #919191; }
      footer .footer-material .footer-details ul li strong {
        font-size: 13px;
        margin-bottom: 5px;
        color: #fff;
        font-weight: 600; }
      footer .footer-material .footer-details ul li a {
        color: #919191;
        font-size: 13px; }
        footer .footer-material .footer-details ul li a:hover {
          color: #bf0a2a; }
  footer .copyright-main {
    border-top: solid 2px #4a4845; }
    footer .copyright-main .payment-main {
      padding: 20px;
      border-bottom: solid 1px #4a4845; }
  footer .copy-r {
    padding: 28px 0; }
    footer .copy-r p {
      font-size: 15px;
      color: #eeeeee;
      font-weight: 400;
      text-transform: capitalize; }
      footer .copy-r p a {
        color: #eeeeee;
        text-decoration: underline; }
    footer .copy-r strong {
      font-size: 14px;
      color: #bf0a2a;
      font-weight: 400; }
    footer .copy-r a {
      color: #2d2d2d; }
      footer .copy-r a:hover {
        color: #bf0a2a; }
    footer .copy-r .copyright-text-right {
      text-align: end; }
      footer .copy-r .copyright-text-right p a {
        color: #eeeeee; }
        footer .copy-r .copyright-text-right p a:hover {
          color: #bf0a2a; }

/*owl btn style start */
.catbtn_olw .owl-carousel .owl-dots.disabled,
.catbtn_olw .owl-carousel .owl-nav.disabled {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  display: none; }

.catbtn_olw .owl-prev {
  position: absolute;
  top: -75px;
  right: 22%; }

.catbtn_olw .owl-prev i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 23px;
  text-align: center;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: 1px solid #dedede;
  transition: 0.45s;
  border-radius: 5px; }

.catbtn_olw .owl-prev i:hover {
  background: #bf0a2a;
  border-color: #bf0a2a;
  color: #fff; }

.catbtn_olw .owl-next {
  position: absolute;
  top: -75px;
  right: 19%; }

.catbtn_olw .owl-next i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 23px;
  text-align: center;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 5px;
  transition: 0.45s; }

.catbtn_olw .owl-next i:hover {
  background: #bf0a2a;
  border-color: #bf0a2a;
  color: #fff; }

.category_pro .owl-carousel .owl-dots.disabled,
.category_pro .owl-carousel .owl-nav.disabled {
  display: block; }

.category_pro .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px; }

.category_pro .owl-prev i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 23px;
  text-align: center;
  color: #000;
  border-radius: 0;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #dedede;
  transition: 0.45s; }

.category_pro .owl-prev i:hover {
  background: #bf0a2a;
  border-color: #bf0a2a;
  color: #fff; }

.category_pro .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px; }

.category_pro .owl-next i {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 23px;
  text-align: center;
  color: #000;
  border-radius: 0;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #dedede;
  transition: 0.45s; }

.category_pro .owl-next i:hover {
  background: #bf0a2a;
  border-color: #bf0a2a;
  color: #fff; }

/* R-start here */
@media screen and (max-width: 1600px) {
  .top_logo img {
    max-width: 220px; }

  .top_nav_items ul li a {
    font-size: 15px;
    height: 85px;
    line-height: 85px; }

  .banner_slider .slider-left-banner {
    position: absolute;
    width: 60px; }

  .banner_slider .slider-right-banner {
    position: absolute;
    width: 60px; } }
@media screen and (max-width: 1300px) {
  .top_logo img {
    max-width: 170px; }

  .top_nav_items ul li a {
    font-size: 13px;
    height: 85px;
    line-height: 85px;
    padding: 0 10px; }

  .top-desk-search form input {
    width: 190px; }

  .site_h_r ul {
    display: flex;
    align-items: center; } }
@media screen and (max-width: 1200px) {
  .top-desk-search form input {
    width: 170px; }

  .top-language {
    margin-left: 15px; }

  .top_nav_items ul li a {
    padding: 0 8px; }

  .top_nav_items ul li ul.l2_ul li.l2_li a {
    font-size: 13px;
    height: 32px;
    line-height: 32px; }

  .banner_slider .slider-left-banner ul li a {
    color: #fff;
    font-size: 19px; }

  .banner_slider .slider-right-banner h3 {
    font-size: 18px;
    letter-spacing: 3px; }

  .news-letter .new-letter-text h3 {
    padding-right: 70px; }

  .home-about .short-about-inner .about-s-head h3 {
    color: #bf0a2a;
    font-size: 28px; }

  .home-about .short-about-inner .about-s-head h2 {
    font-size: 35px; }

  .home-about .about-imgs .xperiance {
    top: 90px;
    right: -30px;
    width: 150px; }

  .home-about .short-about-inner .abouyt-tetx p {
    font-size: 14px;
    line-height: 1.8; }

  .home-about .short-about-inner .location {
    padding: 15px 15px;
    border-radius: 11px;
    margin-top: 40px; }

  .m-services {
    background-size: cover; } }
@media screen and (max-width: 992px) {
  .top-language a {
    width: 35px;
    height: 35px;
    border-radius: 40px;
    line-height: 35px;
    color: #fff;
    font-size: 20px; }

  .servies-lists ul li .location .media-left img {
    width: 70%; }

  .servies-lists ul li .location .media-left {
    margin-right: 0; }

  .servies-lists ul li .location .media-body p {
    font-size: 12px; }

  .servies-lists ul li .location .media-body p b {
    font-size: 12px; }

  .servies-lists {
    padding: 40px 0; }

  .short-about-inner {
    padding-bottom: 40px; }

  .home-about .about-imgs .xperiance {
    width: auto;
    position: static;
    padding-top: 80px; }

  .home-about .about-imgs {
    display: flex;
    align-items: flex-start; }

  .catlog-main {
    padding: 80px 0;
    background-size: cover; }

  .news-letter .new-letter-text h3 {
    padding-right: 0;
    padding-bottom: 30px; }

  footer {
    background-size: cover; }

  .servies-lists ul {
    margin: 0 -15px;
    flex-wrap: wrap; }
    .servies-lists ul li {
      width: 50%;
      padding: 15px; }

  .home-about {
    margin-top: 0; }

  .main_navs {
    position: relative;
    display: none; }

  #mySidenav {
    display: block; }

  #mySidenav {
    display: block; }

  /*menu css*/
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px; }

  .sidenav hr {
    margin: 0;
    border-color: #1e4145; }

  .sidenav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 13px;
    color: #aaa !important;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: inline-block; }

  .mob_ul_m {
    padding: 0px; }

  .sidenav a:hover {
    color: #fff; }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

  .mobile_menus {
    display: inline-block !important; }

  .mobile_menus a {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0px solid #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 0px;
    background: #bf0a2a; }

  .cart_liust ul li:last-child a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0px solid #fff;
    padding: 0px;
    text-align: center;
    margin-left: 11px;
    border-radius: 50%;
    transform: translateY(0px);
    transition: 0.45s; }

  .dropdown {
    position: relative; }

  .dropdown-menu {
    display: none; }

  .toggle,
  .dropdown-menu {
    width: 100%; }

  .is-active .dropdown-menu {
    display: block; }

  .dropdown {
    position: relative;
    line-height: 18px;
    display: inline-block;
    width: 100%;
    cursor: pointer; }

  .dropdown:hover a.toggle {
    color: #bf0a2a !important; }

  .my_drop {
    position: static;
    background: #000; }

  .my_drop li {
    background: #272727;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.45s; }

  .my_drop li a {
    width: 100%;
    color: #fff !important; }

  .my_drop li:hover a {
    color: #fff !important; }

  .my_drop li:hover {
    background: #fff;
    color: #000 !important; }

  .my_drop li.list-group-item:hover {
    background: #bf0a2a;
    color: #fff !important; }

  .overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.733);
    overflow-x: hidden;
    transition: 0.5s; }

  /*menu css*/
  .banner_slider .slider-right-banner,
  .banner_slider .slider-left-banner {
    display: none; } }
@media screen and (max-width: 768px) {
  .home-about .about-imgs .xperiance {
    width: 150px;
    position: absolute;
    padding-top: 80px;
    top: 40px; }

  .home-about .about-imgs {
    padding-right: 140px; }

  footer .footer-material .footer-details ul li a {
    display: block; } }
@media screen and (max-width: 576px) {
  .top-bar {
    padding: 0 10px; }

  .top-bar .top-bar-right ul li a {
    font-size: 10px;
    padding: 10px 6px;
    display: inline-block; }

  .top-bar .top-bar-left ul li span {
    display: none; }

  .servies-lists ul li {
    width: 50%;
    padding: 15px 10px; }

  .servies-lists {
    padding: 20px 0; }

  .home-about .about-imgs .xperiance {
    width: 130px;
    position: absolute;
    padding-top: 0;
    top: 40px;
    right: 0px; }

  .m-services .ser-tetc h3 {
    font-size: 25px; }

  .main-categories .cats-haeding h2 {
    font-size: 25px; }

  .mian-featured-product .featured-heading h2 {
    font-size: 25px; }

  .catlog-main .catlog-headings h2 {
    font-size: 25px; }

  .catlog-main .catlog-left .catlog-text img {
    width: 30px; }

  .catlog-main .catlog-left .catlog-text h3 {
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px; }

  .catlog-main .catlog-left .catlog-text p {
    font-size: 13px;
    padding-right: 15px; }

  .social-walls .social-heading h3 {
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 30px; }

  .social-walls {
    padding: 40px 0; }

  .news-letter .new-letter-text h3 {
    font-size: 25px; }

  .copyright-text-left {
    text-align: center; }

  footer .copy-r p {
    font-size: 13px; }

  footer .copy-r .copyright-text-right {
    text-align: center; }

  footer .footer-top {
    padding: 10px 0 8px; }

  footer .footer-socoials ul li a {
    width: 42px;
    height: 42px;
    font-size: 19px;
    line-height: 40px; }

  .news-letter .new-l-form form input {
    font-size: 13px; }

  .top_logo img {
    max-width: 120px; }

  .logo_bar {
    padding: 0 5px; }

  .site_h_r {
    text-align: right;
    padding-left: 10px; }

  .top-desk-search form input {
    width: 120px;
    height: 30px;
    font-size: 10px;
    padding-left: 7px; }

  .top-desk-search form button {
    width: 30px;
    height: 30px;
    font-size: 12px; }

  .top-language {
    margin-left: 0px; }

  .top-language a {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    line-height: 30px;
    color: #fff;
    font-size: 17px; }

  .mobile_menus a {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px; }

  header {
    background: #0c0c0c;
    margin-top: 2px; }

  .main-categories .catmains .cat-etxcts h2 {
    font-size: 20px;
    margin: 15px 0; }

  footer .copy-r p {
    font-size: 12px; }

  .home-about .short-about-inner {
    padding-bottom: 0px; }

  .home-about .about-imgs .men-img {
    padding-top: 20px;
    padding-bottom: 30px; } }

/*# sourceMappingURL=main.css.map */
