  /*
  Theme Name: Plus Printer
  Theme URI: https://www.plusprinters.com/
  Author: DigitSol
  Author URI: https://digitsol.co/
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: plusprinter
  Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

  #TABEL OF CONTENT#

  1# FONTS
  2# GENERAL CSS
  3# HEADER SECTION
  4# MAIN SLIDER
  ******************/
  /* ================================= */
  /* ---------- General CSS ---------- */
  /* ================================= */
  @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

  @font-face {
      font-family: 'rozha_oneregular';
      src: url('assets/fonts/rozhaone-regular-webfont.woff2') format('woff2'),
          url('assets/fonts/rozhaone-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  body {
      height: 100%;
      position: relative;
      width: 100%;
      font-weight: 300;
      color: #524c61;
      overflow-x: hidden;
      font-weight: normal;
      font-family: 'Poppins', sans-serif;
  }

  ol,
  ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }

  .single-post-content ol li {
      padding: 0 0 15px 0;
  }

  li {
      display: inline-block;
  }

  p {
      margin: 0;
      font-size: 14px;
      font-weight: 300;
      line-height: 30px;
  }

  a {
      text-decoration: none;
  }

  a:hover,
  a:focus {
      text-decoration: none;
      outline: none;
      color: inherit;
      color: #7adcf5;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
      margin: 0;
  }

  img {
      width: 100%;
      height: auto;
  }

  .p-l-200 {
      padding-left: 200px;
  }

  .p-r-200 {
      padding-right: 200px;
  }

  .p-t-170 {
      padding-top: 170px;
  }

  .p-b-170 {
      padding-bottom: 170px;
  }

  .p-t-150 {
      padding-top: 150px;
  }

  .p-b-150 {
      padding-bottom: 150px;
  }

  .p-t-100 {
      padding-top: 100px;
  }

  .p-b-100 {
      padding-bottom: 100px;
  }

  .p-t-50 {
      padding-top: 50px;
  }

  .p-b-50 {
      padding-bottom: 50px;
  }

  .p-t-15 {
      padding-top: 15px;
  }

  .p-b-15 {
      padding-bottom: 15px;
  }

  .p-t-10 {
      padding-top: 10px;
  }

  .p-b-10 {
      padding-bottom: 10px;
  }

  /* ================================= */
  /* ----------- General CSS --------- */
  /* ================================= */
  .heading {
      position: relative;
  }

  .heading p.heading {
      font-family: 'rozha_oneregular';
      font-size: 42px;
      font-weight: 600;
      line-height: 40px;
  }

  .sub-heading {
      position: relative;
      margin-top: 40px;
      padding-bottom: 100px;
  }

  .sub-heading p {
      font-size: 26px;
      font-weight: 600;
      position: absolute;
      margin-left: 60px;
  }

  .heading-inner h2 {
      position: relative;
      padding-left: 60px;
  }

  .sub-heading::before,
  .heading-inner h2:before {
      content: "";
      position: absolute;
      height: 2px;
      background: #000;
      left: 0;
      width: 50px;
      top: 9px;
  }

  .heading-inner h2::before {
      top: 22px;
      left: 0;
  }

  .heading-inner {
      margin-bottom: 30px;
  }

  .heading-inner h3::before {
      top: 22px;
      left: 0;
  }

  .sub-heading::before,
  .heading-inner h3:before {
      content: "";
      position: absolute;
      height: 2px;
      background: #000;
      left: 0;
      width: 50px;
      top: 17px;
  }

  #blog h4.card-title {
      color: #524c61;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 27px;
  }

  #blog .card {
      margin-bottom: 80px;
  }

  #blog .card-body .card-text p {
      color: #524c61;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: justify;
  }

  .testimonial-heading {
      position: relative;
      display: inline-block;
  }

  .testimonial-heading {
      font-family: 'rozha_oneregular';
      font-size: 42px;
  }

  .testimonial-heading:before,
  .testimonial-heading:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 50px;
      background: #000;
      transform: translateY(-50%);
      top: 50%;
  }

  .testimonial-heading:before {
      left: -70px;
  }

  .testimonial-heading:after {
      right: -70px;
  }

  /*************/
  .btn_default,
  .green-btn {
      display: inline-block;
      border: 1px solid #ededed;
      padding: 13px 60px;
      font-size: 16px;
      letter-spacing: 1px;
      color: #524c61;
      background: #fff;
  }

  .btn-one {
      box-shadow: 6px 6px 0 0 #f9e1d5;
  }

  .btn-two {
      box-shadow: 6px 6px 0 0 #fff;
  }

  .green-btn {
      border: none;
      background: #5a4e67;
      display: block;
      width: 100%;
      color: #fff;
  }

  .btn_default:hover,
  .green-btn:hover {
      color: #524c61;
  }

  .btn-one:hover,
  .btn-two:hover,
  .btn-one:focus,
  .btn-two:focus,
  .green-btn:hover,
  .green-btn:focus {
      background: #f9e1d5;
      box-shadow: 0 0 0 0 #f9e1d5;
      color: #fff;
      border-color: #f9e1d5;
  }

  /*************/
  .how-it-work-box,
  .how-it-work-box img,
  .product-category-box,
  a,
  a:hover {
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
  }

  /*************/
  .header-inner {
      text-align: right;
  }

  .header-inner .breadcrumb {
      padding: 0;
      margin-bottom: 0;
      list-style: none;
      background-color: transparent;
      border-radius: 0;
  }

  .header-inner .breadcrumb>li+li::before {
      content: "\f105";
      font-family: fontawesome;
  }

  .header-inner .breadcrumb>li {
      display: inline-block;
      font-weight: 300;
  }

  .header-inner .breadcrumb>li>a {
      color: #524c61;
  }

  .header-inner .breadcrumb>li>a:hover,
  .header-inner .breadcrumb>.active {
      text-decoration: underline;
  }

  /***********/
  select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }

  /* ================================= */
  /* ----------- Header CSS ---------- */
  /* ================================= */
  #header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: transparent;
  }

  .wrap-sticky nav.navbar.bootsnav.sticked {
      background: #f9e1d5;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .display-block {
      display: none;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li img.size-nav {
      width: 50px;
      margin-right: 18px;
  }

  .nav>li>a>img {
      display: none;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
      min-width: 300px;
  }

  /****Header Top****/
  #header_top {
      border-bottom: 1px solid #e0c7ba;
      text-align: right;
      padding: 10px 0;
      position: relative;
      z-index: 5;
      background: transparent;
  }
  .page-id-2945 #header_top {
      background: #fff;
  }

  #header_top ul li {
      font-size: 11px;
      font-weight: 200;
  }

  #header_top ul li b {
      font-weight: 500;
  }

  #header_top ul li a {
      color: #524c61;
  }

  #header_top ul li::after {
      content: "|";
      position: relative;
      height: 10px;
      width: 1px;
      font-weight: 400;
      margin: 0 10px 0 14px;
      color: #524c61;
  }

  #header_top ul li:last-child:after {
      display: none;
  }

  #header.inner-page nav.navbar.bootsnav {
      background-color: #f9e1d5;
  }

  #header.inner-page .wrap-sticky nav.navbar.bootsnav.sticked {
      background-color: #fff;
  }

  /******Nav Bar*****/
  nav.navbar.bootsnav {
      background-color: transparent;
      border: none;
  }

  .navbar-brand {
      display: inline-block;
      width: 214px;
      height: auto;
  }

  nav.navbar.bootsnav ul.nav>li>a {
      padding: 30px 15px;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14px;
      color: #524c61;
  }

  nav.navbar.bootsnav ul.nav li a span {
      background: #fff;
      border-radius: 100%;
      height: 30px;
      width: 30px;
      display: inline-block;
      margin-right: 10px;
      line-height: 28px;
      text-align: center;
      font-size: 18px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
      background: #d6f9e7;
      border: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
      background: #fff !important;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
      display: block;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
      text-align: left;
      border-bottom: none;
  }

  .attr-nav>ul>li>a:hover,
  .attr-nav>ul>li>a:focus,
  nav.navbar ul.nav li.dropdown.on>a,
  nav.navbar.navbar-inverse ul.nav li.dropdown.on>a,
  nav.navbar ul.nav>li>a:hover,
  nav.navbar ul.nav>li.active>a:hover,
  nav.navbar ul.nav li.active>a,
  nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
      color: #000;
  }

  nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
      color: #000;
      background: #fff !important;
      padding-left: 20px;
      border-left: 2px solid #000;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
      color: #000;
      background: #d6f9e7 !important;
      padding-left: 10px;
      border-left: none;
  }

  nav.navbar.bootsnav ul.nav li a:hover span {
      background: #524c61;
      color: #fff;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content ul.dropdown-menu {
      left: 0 !important;
      right: 0;
      top: 100% !important;
      width: 100%;
      background: #fff;
      position: relative !important;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
      padding: 10px 0 10px 10px;
      border-radius: 40px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content a.dropdown-toggle::before,
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content a.dropdown-toggle::before {
      margin-top: 4px;
      margin-right: 25px;
  }

  .social-icons.social-icons2 {
      display: none;
  }

  /****Search*****/
  .attr-nav>ul>li>a {
      padding: 30px 10px 0 10px;
  }

  .mobile-quote {
      text-align: center;
      display: none;
      position: fixed;
      bottom: 10px;
      left: 0;
      right: 0;
      z-index: 999;
  }

  .mobile-quote a {
      display: inline-block;
      border-radius: 40px;
      background: #7adcf5;
      color: #000;
      padding: 10px 50px;
      font-size: 16px;
      box-shadow: 0 5px 10px 1px rgba(120, 220, 245, 0.5);
  }

  /* ================================= */
  /* ----------- Banner CSS ---------- */
  /* ================================= */
  #main-banner {
      background: #f9e1d5;
  }

  #main-slider {
      padding: 150px 0 50px;
  }

  #main-banner .container {
      position: relative;
  }

  #main-banner .social-icons {
      position: absolute;
      right: 15px;
      z-index: 5;
      top: 180px;
  }

  .wrap-sticky .attr-nav>ul>li {
      margin-right: 10px;
  }

  .wrap-sticky .attr-nav>ul>li>a.btn-nav-round {
      background: #434343;
      color: #fff;
      border-radius: 50px;
      line-height: 25px;
      padding: 5px 13px;
      margin-top: 20px;
      border: none;
  }

  .wrap-sticky .attr-nav>ul>li>a.btn-nav-round:hover {
      background: #ffffff;
      color: #434343;
  }

  .wrap-sticky .attr-nav>ul>li>a.btn-nav-phone {
      background: #ffffff;
      color: #434343;
  }

  .wrap-sticky .attr-nav>ul>li>a.btn-nav-phone:hover {
      background: #434343;
      color: #fff;
  }

  .social-icons ul {
      position: relative;
  }

  .social-icons ul::before {
      position: absolute;
      content: "";
      height: 65px;
      width: 2px;
      background: #524c61;
      top: -80px;
      transform: translateX(-50%);
      left: 30%;
  }

  .social-icons ul li {
      display: block;
      margin: 5px 0;
  }

  .social-icons ul li a {
      display: block;
      color: #fff;
      font-size: 21px;
      transition: all .3s linear;
  }

  .get-quote ul li a {
      display: block;
      color: #fff;
      background: #7adcf5;
      padding: 15px 12px;
      border-radius: 50px;
  }

  .get-quote ul li a:hover {
      color: #7adcf5;
      background: #fff;
  }

  #main-banner .get-quote {
      position: absolute;
      left: 0;
      bottom: 200px;
  }

  .get-quote ul {
      position: relative;
  }

  .get-quote ul::before {
      position: absolute;
      content: "";
      height: 65px;
      width: 2px;
      background: #524c61;
      top: -80px;
      transform: translateX(-50%);
      left: 50%;
  }

  .get-quote ul li {
      display: inline-block;
      transform: rotate(-90deg);
      margin: 50px 5px 0 0;
  }

  .banner-text {
      position: relative;
      display: inline-block;
      padding: 0 0 260px 0;
  }

  .banner-text p,
  .banner-text p.main-slider {
      position: relative !important;
      color: #fff;
  }

  .banner-text p {
      font-family: 'rozha_oneregular';
      font-size: 26px;
      letter-spacing: 15px;
      text-transform: uppercase;
      margin-bottom: 10px;
  }

  .banner-text p.main-slider {
      font-size: 110px;
      text-transform: uppercase;
      font-weight: 900;
      text-shadow: 0 0 24px rgba(224, 199, 186, 0.7);
      position: relative;
      z-index: 1;
      line-height: .8;
      font-family: 'Poppins', sans-serif;
  }

  .banner-text .banner-img {
      position: absolute;
      z-index: 0;
      width: 370px;
  }

  .banner-text .banner-img.img-one {
      left: 0;
      top: 150px;
  }

  .banner-text .banner-img.img-two {
      right: 30px;
      top: 180px;
      width: 280px;
  }

  .banner-text .banner-img.img-three {
      right: 0;
      top: 150px;
      width: 230px;
      left: 0;
      margin: 0 auto;
      z-index: 2;
  }

  #main-slider .carousel.slide {
      margin-bottom: 100px;
  }

  #main-slider .prev span,
  #main-slider .next span {
      height: 10px;
      width: 10px;
      border: 1px solid #bf9f8f;
      display: inline-block;
      border-radius: 100%;
      color: #bf9f8f;
  }

  .prev span:hover,
  .next span:hover {
      border: 1px solid #bf9f8f;
      background: #fff;
  }

  /***********/
  #main-slider .active .animation.animated-item-1 {
      -webkit-animation: fadeInUp 600ms linear 600ms both;
      -moz-animation: fadeInUp 600ms linear 600ms both;
      -o-animation: fadeInUp 600ms linear 600ms both;
      -ms-animation: fadeInUp 600ms linear 600ms both;
      animation: fadeInUp 600ms linear 600ms both;
  }

  #main-slider .active .animation.animated-item-2 {
      -webkit-animation: fadeInUp 800ms linear 800ms both;
      -moz-animation: fadeInUp 800ms linear 800ms both;
      -o-animation: fadeInUp 800ms linear 800ms both;
      -ms-animation: fadeInUp 800ms linear 800ms both;
      animation: fadeInUp 800ms linear 800ms both;
  }

  #main-slider .active .animation.animated-item-3 {
      -webkit-animation: fadeInUp 1000ms linear 1000ms both;
      -moz-animation: fadeInUp 1000ms linear 1000ms both;
      -o-animation: fadeInUp 1000ms linear 1000ms both;
      -ms-animation: fadeInUp 1000ms linear 1000ms both;
      animation: fadeInUp 1000ms linear 1000ms both;
  }

  #main-slider .active .animation.animated-item-4 {
      -webkit-animation: fadeInUp 1200ms linear 1200ms both;
      -moz-animation: fadeInUp 1200ms linear 1200ms both;
      -o-animation: fadeInUp 1200ms linear 1200ms both;
      -ms-animation: fadeInUp 1200ms linear 1200ms both;
      animation: fadeInUp 1200ms linear 1200ms both;
  }

  #main-slider .active .animation.animated-item-5 {
      -webkit-animation: fadeInUp 1400ms linear 1400ms both;
      -moz-animation: fadeInUp 1400ms linear 1400ms both;
      -o-animation: fadeInUp 1400ms linear 1400ms both;
      -ms-animation: fadeInUp 1400ms linear 1400ms both;
      animation: fadeInUp 1400ms linear 1400ms both;
  }

  #main-slider .active .animation.animated-item-6 {
      -webkit-animation: fadeInUp 1600ms linear 1600ms both;
      -moz-animation: fadeInUp 1600ms linear 1600ms both;
      -o-animation: fadeInUp 1600ms linear 1600ms both;
      -ms-animation: fadeInUp 1600ms linear 1600ms both;
      animation: fadeInUp 1600ms linear 1600ms both;
  }

  /* ================================= */
  /* ---------- Features CSS --------- */
  /* ================================= */
  .features-box {
      margin-top: -50px;
  }

  .features-box-img img {
      width: auto;
  }

  .features-box-img {
      height: 100px;
      width: 100px;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 100%;
      text-align: center;
      line-height: 100px;
      position: relative;
      margin: 0 auto;
      background: #fff;
      transition: all .3s linear;
  }

  .features-box:hover .features-box-img {
      transform: translateY(-20px);
  }

  .reviews-areas .nav-tabs>li>a {
      background: #434343;
      color: #fff;
      border-radius: 0;
      border: none;
  }

  .reviews-areas .nav-tabs>li.active>a {
      background: #c2f5f7;
      color: #434343;
      border: none;
  }

  .features-box-img::after {
      position: absolute;
      content: "";
      height: 80px;
      width: 80px;
      border: 1px solid #ededed;
      left: 10px;
      top: 10px;
      border-radius: 100%;
      margin: 0;
  }

  .features-box p {
      font-size: 18px;
      padding: 30px 20px 0;
      line-height: 20px;
      font-weight: 300;
  }

  li.product-category.active .features-box-img {
      background: #f9e0d5;
  }

  /* ================================= */
  /* ------- How It Works CSS -------- */
  /* ================================= */
  #how-it-work .col-md-4:nth-child(1) {
      padding-right: 20px;
  }

  #how-it-work .col-md-4:nth-child(2) {
      padding-left: 10px;
      padding-right: 10px;
  }

  #how-it-work .col-md-4:nth-child(3) {
      padding-left: 20px;
  }

  .how-it-work-box {
      border: 1px solid #ededed;
      border-radius: 0 160px 180px 180px;
      padding: 100px 35px 130px;
      min-height: 600px;
      position: relative;
  }

  .how-it-work-box img {
      width: auto;
  }

  .how-it-work-box span {
      position: absolute;
      font-family: 'rozha_oneregular';
      left: 30px;
      top: -55px;
      font-size: 70px;
      font-weight: 600;
  }

  .how-it-work-box p.small-heading {
      margin: 40px 0 20px 0;
      font-size: 18px;
      font-weight: 500;
  }

  .how-it-work-box:hover {
      border-radius: 0;
  }

  .how-it-work-box:hover img {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
  }

  /* ================================= */
  /* ----- Product Category CSS ------ */
  /* ================================= */
  .product-category-box {
      background: #f7f7f7;
      padding: 20px 20px 20px;
      margin-bottom: 4px;
      cursor: pointer;
  }

  .product-category-box h3 {
      font-weight: 300;
      margin-top: 20px;
      font-size: 20px;
      min-height: 80px;
      color: #524c61;
  }

  .product-category-box:hover {
      -webkit-box-shadow: 0 10px 30px 0 rgba(221, 221, 221, 0.78);
      box-shadow: 0 10px 30px 0 rgba(221, 221, 221, 0.78);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      background: #fff;
      position: relative;
      z-index: 5;
  }

  #products .col-md-8 .row {
      margin-left: -3px;
      margin-right: 5px;
  }

  /* ================================= */
  /* ----- Believe Quality CSS ------- */
  /* ================================= */
  #believe-quality {
      margin-bottom: -100px;
  }

  .believe-quality-text p {
      padding-right: 32%;
      padding-top: 30px;
      line-height: normal;
  }

  /* ================================= */
  /* --------- Box Style CSS --------- */
  /* ================================= */
  #box-style {
      background: #e2fcef;
  }

  li.product-category {
      padding: 0 20px;
      min-width: 175px;
      padding-bottom: 20px;
  }

  #box-style .features-box {
      margin-top: 0;
      text-align: center;
  }

  .product-category-carousel .features-box-img img {
      width: 60px;
  }

  .features-box h4 {
      margin-top: 25px;
      font-size: 14px;
  }

  .box-style-slider1 .product-category-box {
      /*background: #fff;*/
      margin: 2px;
  }

  .product-category-carousel .item:hover .features-box-img,
  .product-category-carousel .synced .item .features-box-img {
      background: #f9e1d5;
  }

  .box-style-slider1 .owl-prev,
  .box-style-slider1 .owl-next,
  #ads-slider .owl-prev,
  #ads-slider .owl-next {
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      font-size: 30px;
  }

  #ads-slider .owl-prev {
      left: 25px;
  }

  #ads-slider .owl-next {
      right: 10px;
  }

  .box-style-slider1 .owl-prev {
      left: -20px;
  }

  .box-style-slider1 .owl-next {
      right: -20px;
  }

  /* ================================= */
  /* -------- Testimonial CSS -------- */
  /* ================================= */
  #testimonial .sub-heading {
      padding-bottom: 50px;
  }

  .testimonial-text img {
      width: auto;
  }

  .testimonial-text p {
      padding: 50px 12% 0;
      line-height: 24px;
      font-size: 16px;
  }

  .testimonial-text-img img {
      width: auto;
      border-radius: 100%;
      float: left;
      margin-right: 15px;
  }

  .testimonial-text-img h3 {
      padding-top: 28px;
      display: block;
  }

  .testimonial-text-img p {
      display: block;
  }

  .testimonial-slider1 .item {
      text-align: center;
  }

  .testimonial-slider2 .item {
      cursor: pointer;
  }

  .testimonial-slider2 .item {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      opacity: 0.8;
  }

  .testimonial-slider2 .item:hover,
  .testimonial-slider2 .synced .item {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1;
  }

  /* ================================= */
  /* ---------- Services CSS --------- */
  /* ================================= */
  .services-area {
      background: #f9e1d5;
      padding: 50px 0;
      position: relative;
      z-index: 1;
  }

  .services-area img {
      width: auto;
  }

  .services-area h5 {
      margin: 25px 0 10px 0;
      font-size: 18px;
  }

  .services-area p {
      font-size: 11px;
  }

  /* ================================= */
  /* -------- Outside Box CSS -------- */
  /* ================================= */
  #outside-box {
      background: #f7f7f7;
      margin-top: -100px;
      padding-top: 165px;
      position: relative;
  }

  #outside-box::after {
      position: absolute;
      content: "";
      height: 65px;
      background: #77ebe2;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
  }

  .believe-quality-text.second {
      transition: all .3s linear;
  }

  .believe-quality-text.second:hover {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
  }

  .believe-quality-text img {
      position: relative;
      z-index: 2;
      transition: all .3s linear;
  }

  .believe-quality-text img:hover {
      transform: scale(1.1);
  }

  /* ================================= */
  /* ----------- Clients CSS --------- */
  /* ================================= */
  #clients {
      background: #e2fcef;
      padding: 60px 0;
  }

  #client-slider .item {
      padding: 0 30px;
  }

  #client-slider .item img {
      display: block;
      width: 100%;
      height: auto;
  }

  /* ================================= */
  /* ----------- Footer CSS ---------- */
  /* ================================= */
  #footer {
      background: #14191d;
      padding-top: 80px;
  }

  .footer-box img {
      width: 214px;
  }

  .footer-box p {
      color: #fff;
  }

  .social-icons ul {
      margin-left: 70px;
  }

  .footer-box .social-icons ul li {
      display: inline-block;
      margin: 0 10px 0 0;
  }

  .footer-box .social-icons ul::before {
      position: absolute;
      content: "";
      height: 2px;
      width: 50px;
      background: #524c61;
      top: 14px;
      transform: translateX(0%);
      left: -70px;
  }

  .footer-box .social-icons ul li a:hover {
      color: #fff;
      transform: translateY(-10px);
  }

  .footer-box p {
      color: #fff;
      font-size: 13px;
      padding: 30px 30px 30px 0;
  }

  .footer-box .footer-heading {
      color: #caaa9a;
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 500;
  }

  .footer-box .footer-heading::after {
      content: "";
      position: absolute;
      width: 60px;
      background: #caaa9a;
      height: 2px;
      left: 0;
      bottom: 8px;
  }
.footer-contact span {
    display: block;
    padding: 10px 0;
}
.footer-contact span i {
    margin-right: 7px;
}
.footer-contact span,
.footer-contact span a {
    color: #fff;
}
  .footer-links li {
      display: block;
  }

  .footer-links li a {
      display: block;
      color: #fff;
      font-size: 12px;
      margin-bottom: 15px;
  }

  .footer-box .footer-contact p {
      padding: 0 30px 0 0;
      line-height: 30px;
  }

  .footer-box .footer-contact p:first-child {
      margin-bottom: 30px;
  }

  .footer-box .instagram .col-md-4.col-sm-4.col-xs-6 {
      padding-left: 5px;
      padding-right: 5px;
  }

  .footer-box .instagram img {
      width: 100%;
      margin-bottom: 10px;
  }

  .footer-bottom {
      background: #0e1317;
      padding: 20px 0;
      margin-top: 60px;
  }

  .copyright p {
      padding: 120px 0 60px;
      color: #fff;
  }

  .footer-bottom-box.copyrights {
      padding-top: 19px;
      color: #fff;
      font-weight: 200;
  }

  .footer-bottom-box img {
      width: 300px;
  }

  .footer-bottom-box.payment-icons {
      text-align: right;
      padding-top: 15px;
  }

  .footer-bottom-box.payment-icons img,
  .footer-bottom-box.payment-icons p {
      display: inline-block;
  }

  .footer-bottom-box.payment-icons p {
      margin-right: 15px;
  }

  /* ================================= */
  /* ---------- Products CSS --------- */
  /* ================================= */
  #products {
      padding-top: 150px;
  }

  .pagination-lg>li:first-child>a,
  .pagination-lg>li:first-child>span {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }

  .pagination-lg>li:last-child>a,
  .pagination-lg>li:last-child>span {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }

  .pagination-lg>li>a,
  .pagination-lg>li>span {
      padding: 10px 20px;
      color: #524c61;
      cursor: pointer;
  }

  .pagination>li {
      display: inline-block;
      margin: 0 5px 0 0;
  }

  .pagination-lg>li>a:hover,
  .pagination>.active>a,
  .pagination>.active>a:focus,
  .pagination>.active>a:hover,
  .pagination>.active>span,
  .pagination>.active>span:focus,
  .pagination>.active>span:hover {
      background-color: #f9e1d5;
      border-color: #f9e1d5;
  }

  .pagination>li>a:focus,
  .pagination>li>a:hover,
  .pagination>li>span:focus,
  .pagination>li>span:hover {
      background-color: #f9e1d5;
      border-color: #f9e1d5;
      color: #524c61;
  }

  .side-btn .btn_default.btn-one {
      box-shadow: 6px 6px 0 0 #c3f5f7;
      display: block;
      padding: 17px 0;
      text-align: center;
  }

  .side-btn .btn_default.btn-one:hover {
      box-shadow: none;
      background: #c3f5f7;
      border-color: #c3f5f7;
      color: #524c61;
  }

  /**********************/
  .instant-qoute {
      background: #fafafa;
      margin-top: 40px;
  }

  .instant-qoute-heading {
      background-image: url(assets/images/qoute.png);
      background-position: 100% 100%;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
  }

  .instant-qoute-heading h4 {
      text-transform: uppercase;
      padding: 20px 0;
  }

  .instant-qoute-form .form-control {
      border-top: none;
      border-left: none;
      border-right: none;
      box-shadow: none;
      border-radius: 0;
      padding-left: 0;
      background: #574f65;
      position: relative;
      z-index: 1;
      font-size: 13px;
      padding: 8px 14px;
      color: #fff;
  }

  .select-arrow {
      position: relative;
      width: 100%;
  }

  .select-arrow:after {
      position: absolute;
      content: "\f107";
      font-family: fontawesome;
      right: 0;
      transform: translateY(-50%);
      top: 50%;
      z-index: 0;
  }

  .instant-qoute-form {
      padding: 40px 15px 20px 15px;
  }

  .instant-qoute-form h5 {
      font-size: 18px;
      margin: 30px 0 15px 0;
  }

  li.select2-results__option {
      display: block;
  }

  .instant-qoute-form .select2-container--default .select2-selection--single {
      background-color: #5a4e67;
      border: none;
      border-radius: 0;
      padding: 3px 12px;
      min-height: 34px;
  }

  .instant-qoute-form .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff;
      padding: 0;
  }

  .instant-qoute-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none;
  }

  .instant-qoute-form textarea.form-control {
      border: none;
      height: 150px;
  }

  #ads-slider {
      margin-top: 60px;
      padding-left: 15px;
  }

  #outside-box.product-outside-box {
      padding-bottom: 130px;
  }

  #outside-box.product-outside-box::after {
      display: none;
  }

  /* ================================= */
  /* --------- Responsive CSS -------- */
  /* ================================= */


  @media (min-width: 320px) {
      .col-md-12.col-sm-12.col-xs-12.circle-category {
          float: left;
      }
  }


  @media (max-width: 1199px) {}

  @media screen and (min-device-width: 993px) and (max-device-width: 1400px) {
      nav.navbar.bootsnav ul.nav>li>a {
          padding: 30px 10px;
      }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 993px) {}

  @media (max-width: 992px) {
      body.on-side {
          margin-left: 0;
      }

      nav.navbar.bootsnav .navbar-toggle {
          margin-right: 10px;
          float: right;
      }

      .fa-navicon::before,
      .fa-reorder::before,
      .fa-bars::before {
          content: "\f038";
      }

      nav.navbar.bootsnav .navbar-brand {
          float: left !important;
          padding: 20px 5px;
          width: 110px;
      }

      #main-banner .social-icons {
          right: 20px;
      }

      nav.navbar.bootsnav .navbar-toggle {
          background-color: transparent !important;
          font-size: 22px;
          top: 14px;
      }

      nav.bootsnav .megamenu-content .content {
          display: block !important;
      }

      #navbar-menu {
          background: #e2fcef;
      }

      nav.navbar.bootsnav ul.nav>li>a {
          padding: 10px 0 10px 0;
      }

      .attr-nav>ul>li>a {
          padding: 30px 10px 0 15px;
      }

      nav.navbar.bootsnav ul.nav>li>a {
          text-align: center;
      }

      .nav-image {
          display: none;
      }

      .social-icons.social-icons2 ul {
          margin: 0 auto;
          text-align: center;
          display: inline-block;
      }

      .social-icons.social-icons2,
      nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
          display: block;
          /*       text-align: center; */
      }

      .social-icons.social-icons2 ul li {
          display: inline-block;
          margin: 25px 10px;
      }

      .social-icons.social-icons2 ul::before {
          height: 1px;
          width: 80px;
          top: 35px;
          left: -50px;
      }

      .attr-nav {
          position: absolute;
          z-index: 2;
      }

      .side {
          right: -100%;
          width: 100%;
      }

      .display-none {
          display: none !important;
      }

      .display-block {
          display: block !important;
      }

      nav.navbar.bootsnav.navbar-mobile .navbar-collapse,
      nav.navbar.bootsnav.navbar-mobile ul.nav {
          width: 100%;
      }

      nav.navbar.bootsnav .navbar-toggle {
          z-index: 999;
      }

      nav.navbar.bootsnav.navbar-mobile ul.nav {
          margin-top: 30px;
          border: none;
      }

      nav.navbar.bootsnav .navbar-nav>li>a {
          border: none !important;
      }

      nav.navbar.bootsnav.navbar-mobile ul.nav {
          margin-left: -15px;
          border-top: none;
      }

      /*Resopnsive-Menu-Start*/
      .navbar.navbar-default.navbar-sticky.bootsnav.navbar-mobile .container {
          width: 100%;
      }

      #navbar-menu {
          right: 0;
          width: 100%;
          height: 600px !important;
      }

      .nav.navbar-nav.navbar-right {
          padding-left: 70px !important;
          padding-right: 60px !important;
      }

      nav.navbar.bootsnav ul.nav>li>a {
          text-align: left;
          border-bottom: 1px solid #8f8a8a !important;
          padding-left: 0 !important;
          padding-right: 0 !important;
      }

      nav.navbar.bootsnav .navbar-nav>li {
          border-bottom: 1px solid #88888880;
      }

      nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
          text-align: left;
      }

      .social-icons.social-icons2 {
          text-align: center;
      }

      /*Responsive-Menu-End*/
  }

  @media (max-width: 767px) {
      .how-it-work-box {
          padding: 50px 50px 50px;
          min-height: auto;
      }

      .p-t-150 {
          padding-top: 80px;
      }

      .p-b-150 {
          padding-bottom: 80px;
      }

      .heading p.heading {
          font-size: 29px;
      }

      .banner-text p.main-slider {
          font-size: 40px;
      }

      .banner-text p {
          font-size: 20px;
          letter-spacing: 7px;
      }

      .banner-text .banner-img {
          width: auto;
      }

      .banner-text .banner-img.img-one {
          top: 80px;
      }

      .banner-text .banner-img.img-two {
          top: 140px;
          width: 170px;
      }

      .banner-text .banner-img.img-three {
          right: 100%;
          top: 140px;
          width: 120px;
      }

      #main-slider {
          padding: 160px 0 40px;
      }

      #main-banner .get-quote {
          left: -40px;
      }

      #main-banner .get-quote {
          display: none;
      }

      #header_top {
          text-align: center;
      }

      .features-box {
          margin-top: 0;
          padding-top: 50px;
      }

      #how-it-work .col-md-4 {
          margin-bottom: 60px;
      }

      #how-it-work .col-md-4:last-child {
          margin-bottom: 0;
      }

      #how-it-work .col-md-4:nth-child(1) {
          padding-right: 15px;
      }

      #how-it-work .col-md-4:nth-child(2) {
          padding-left: 15px;
          padding-right: 15px;
      }

      #how-it-work .col-md-4:nth-child(3) {
          padding-left: 15px;
      }

      #product-category .col-md-3 {
          padding-left: 15px;
          padding-right: 15px;
      }

      .product-category-box {
          margin-bottom: 30px;
      }

      .believe-quality-text p {
          padding-right: 0;
      }

      #believe-quality {
          margin-bottom: 0;
      }

      .believe-quality-text img {
          margin-top: 50px;
      }

      .testimonial-text p {
          padding: 50px 0 0;
      }

      .box-style-slider2 {
          padding-bottom: 100px;
      }

      .sub-heading {
          margin-top: 50px;
          padding-bottom: 50px;
          margin-bottom: 40px;
      }

      .services-box {
          margin-bottom: 50px;
      }

      .footer-box {
          margin-bottom: 50px;
      }

      .footer-box h4 {
          padding-bottom: 25px;
      }

      .footer-box h4::after {
          bottom: 10px;
      }

      .copyright p {
          padding: 10px 0 60px;
      }

      .footer-bottom-box img {
          width: 100%;
      }

      .footer-bottom-box.payment-icons {
          text-align: center;
      }

      .footer-bottom-box.payment-icons p {
          margin-right: 0;
          margin-bottom: 15px;
      }

      .header-inner {
          text-align: center;
          margin-bottom: 30px;
      }

      #products .col-md-8 .row {
          margin-left: -15px;
          margin-right: -15px;
      }

      #product-category .col-md-3,
      #products .col-md-4 {
          padding-left: 5px;
          padding-right: 5px;
      }

      #ads-slider {
          padding-left: 0;
          margin-bottom: 60px;
      }

      #ads-slider .owl-prev {
          left: 10px;
      }

      #header_top {
          display: none;
      }

      #main-banner .social-icons {
          display: none;
      }

      .mobile-quote {
          display: block;
      }

      nav.navbar.bootsnav.no-full .navbar-collapse {
          height: 500px;
      }

      nav.navbar.bootsnav.no-full .navbar-collapse {
          max-height: 100%;
      }

      ul.product-category-carousel {
          padding: unset !important;
          margin: 0 auto;
      }
  }

  @media (max-width: 555px) {}

  @media (max-width: 480px) {}

  @media (max-width: 360px) {}

  /* ================================= */
  /* ----- Product Page CSS ------ */
  /* ================================= */
  .more-images {
      background: #f7f7f7;
      padding: 5px 2px 1px;
      margin-bottom: 4px;
      cursor: pointer;
      margin-left: px;
  }

  .features-box-product-page {
      margin-top: 0px;

  }

  .features-box-img-product-page img {
      width: auto;
      padding-bottom: 30px;
  }

  .features-box-img-product-page {
      height: 100px;
      width: 100px;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 100%;
      text-align: center;
      line-height: 135px;
      position: relative;
      margin: 0 auto;
      background: #fff;
  }

  .features-box-product-page p {
      font-size: 18px;
      padding: 30px 20px 0;
      line-height: 20px;
      font-weight: 300;
  }

  #spec-border {
      border-bottom: 1px solid;
      border-bottom-color: gray;
      margin-bottom: 5px;
      text-align: center;
      /* font-weight: bold; */
      font-size: 1.2em;
  }

  .spec-content {
      padding-bottom: 20px;
  }

  .spec {
      color: lightgray;
  }

  .spec:hover {
      border-bottom: 2px solid;
      color: #000
  }

  #free-quote-box {
      background-color: #77ebe2;
  }

  #free-quote-box .heading {
      line-height: 50%;
  }

  /* contact us page css */
  .contact-heading {
      font-size: 2em;
      font-weight: bolder;
  }

  .solution-provider {
      padding-top: 80px;
  }

  .specification {
      padding: 25px;
  }

  .specification .product-reviews-description {
      font-weight: 300;
      line-height: 30px;
  }

  .related-products {
      padding-bottom: 100px;
  }

  .contact-sec {
      padding-bottom: 100px;
  }

  .popular {
      padding-bottom: 15px;
      border-bottom: 1px solid;
  }

  #how-it-work {
      padding: 60px 0;
  }

  .product-category-box img {
      width: 100%;
  }

  .tab-content .tab-pane h2 {
      padding-bottom: 15px;
  }

  /* Contact Form-7 */
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  select,
  textarea {
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 0;
      box-shadow: none;
      color: #999;
      display: block;
      font-size: 0.875em;
      line-height: 1.42857;
      padding: 6px 12px;
      height: 37px;
      width: 100%;
  }

  input[type=submit].btn {
      background: #333;
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 11px 15px;
  }

  .wpcf7 h5 {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 700;
  }

  .wpcf7 .row p {
      margin-bottom: 0;
  }

  .wpcf7-form-control-wrap {
      position: relative;
  }

  textarea {
      height: 100px;
  }

  .wpcf7 .row {
      margin-bottom: 20px;
  }

  .wpcf7-form-control-wrap {
      position: relative;
  }

  .wpcf7 input[type="file"] {
      cursor: pointer;
      line-height: 0;
      margin-top: 22px;
      margin-bottom: -33px;
      margin-left: -3px;
  }

  .wpcf7 .btn-round {
      background: #434343;
      color: #fff;
      border-radius: 50px;
      line-height: 25px;
      padding: 10px 30px;
      margin-top: 20px;
      border: none;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: 2px;
  }

  .wpcf7 .btn-round:hover {
      background: #7adcf5;
      color: #fff;
  }

  #wholesale-box .wholesale-text {
      height: 400px;
      max-height: 400px;
      overflow-y: scroll;
      border: 1px solid #ccc;
      padding: 20px 32px;
  }

  #wholesale-box .wholesale-text p {
      text-align: justify;
  }

  .no-padding {
      padding: 0;
  }

  .zoom-eff {
      min-height: 389px;
  }

  p {
      margin-bottom: 20px;
  }

  .short-text {
      text-align: justify;
  }

  .attr-nav {
      float: right;
      display: inline-block;
      margin-left: 15px;
      margin-right: -15px;
  }


  /* Ammar Work Start */
  @media (max-width: 992px) {
      nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
          position: absolute;
          overflow-y: auto !important;
          overflow-x: hidden !important;
          display: block;
          background: #fff;
          z-index: 99;
          height: auto !important;
          left: unset;
          margin: 0 auto;
          top: 100%;
          width: 50%;
          right: -36%;
          padding: 0;
          /* -webkit-transition: all .3s ease-in-out; */
          -moz-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          /* transition: all .3s ease-in-out; */
      }

      nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li img.size-nav {
          display: none !important;
      }

      body.side-right>.wrapper {
          margin-left: 0px !important;
          margin-right: 0px !important;
      }

      body>.wrapper {
          -webkit-transition: none !important;
          -moz-transition: none !important;
          -o-transition: none !important;
          -ms-transition: none !important;
      }

      .box-style-slider1 .owl-prev {
          left: -14px;
          top: 68%;
      }

      .box-style-slider1 .owl-next {
          right: -14px;
          top: 68%;
      }
  }

  @media (max-width: 767px) {
      .product-category-box h3 {
          font-size: 16px;
          line-height: 1.3;
          margin-top: 20px;
          min-height: 45px;
          margin-bottom: 10px;
      }

      .product-category-box {
          margin-bottom: 10px;
          padding: 10px;
      }

      li.product-category {
          width: 32% !important;
      }
  }

  @media (max-width: 620px) {
      li.product-category {
          width: 48% !important;
      }

      .box-style-slider1 .owl-prev {
          top: 79%;
      }

      .box-style-slider1 .owl-next {
          top: 79%;
      }
  }

  @media (max-width: 430px) {
      li.product-category {
          width: 100% !important;
      }

      .box-style-slider1 .owl-prev {
          top: 84%;
      }

      .box-style-slider1 .owl-next {
          top: 84%;
      }

  }

  section#products .col-sm-12 {
      display: inline;
  }

  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:focus,
  .dropdown-menu>.active>a:hover {
      background-color: transparent;
  }

  @media (max-width: 767px) {
      .product-template-default section#products {
          padding-left: 15px;
          padding-right: 15px;
      }

      .col-md-4.col.col-xs-4.single-product {
          margin-bottom: 20px;
      }
  }


  .testimonial-text-img p.testimonial-name {
      padding-top: 30px;
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #737373;
  }

  /* Sitemap */
  h2[class^="wsp"] {
      font-size: 16px;
  }

  ul[class^="wsp"] {
      list-style: none;
      padding: 20px 22px;
      font-size: 12px;
      font-weight: 300;
  }

  ul[class^="wsp"] li {
      display: block;
  }

  ul[class^="wsp"] li::before {
      content: "-";
  }

  ul[class^="wsp"] li [class$="title"] {
      font-size: 18px;
      font-weight: 400;
  }

  /* Contact us */
  .full-address {}

  .full-address__phone,
  .full-address__email,
  .full-address__street,
  .full-address__city,
  .full-address__state,
  .full-address__zip,
  .full-address__country,
  .full-address__social-icons {
      padding: 10px 0;
  }

  .full-address__phone,
  .full-address__email,
  .full-address__country,
  .full-address__social-icons {
      display: inline-block;
      margin-right: 15px;
  }

  .full-address__email {
      float: right;
  }

  .full-address__phone {}

  .full-address__email {}

  .full-address__street {}

  .full-address__city {}

  .full-address__state {}

  .full-address__zip {}

  .full-address__country {}

  .full-address__social-icons {
      float: right;
  }

  .full-address__map {
      margin-top: 20px;
  }

  .full-address__phone a,
  .full-address__email a {
      color: #524c61;
      padding-left: 10px;
  }

  .full-address__social-icons a {
      font-size: 20px;
      color: #524c61;
      padding-left: 18px;
  }

  .full-address__social-icons a:hover {
      color: #eba69a;
  }


  @media (max-width: 767px) {
      .menu-item a img {
          width: 60px;
          height: 60px;
      }
      section#box-style {
          display: none;
      }

      .footer-links li a {
          font-size: 15px;
      }

      .col-md-12.beat-quote-btn {
          position: relative;
          top: 260px;
          text-align: center;
          z-index: 2;
      }

      .believe-quality-text.second {
          position: relative;
          top: -180px;
      }

      .product-images-box {
          padding: 0 15px;
      }

      .features-box-product-page small {
          margin-top: 20px;
          display: inline-block;
          font-size: 14px;
      }
  }


  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin-top: 15px;
      margin-bottom: 20px;
  }

  .instant-qoute-heading p {
      font-size: 18px;
      text-transform: uppercase;
      padding: 20px 0;
  }

  p.solution-provider.heading {
      line-height: 1.2 !important;
      font-size: 36px;
  }

  /* Sitemap */
  .sitemap {
      border-left: 2px solid #ccc;
      position: relative;
      padding-left: 3px;
  }

  ul.sitemap::before {
      content: "";
      background: #fff;
      position: absolute;
      top: 0;
      left: -3px;
      width: 4px;
      height: 16px;
  }

  .sitemap__catgory-item.sub-category {
      padding-left: 20px;
      padding-top: 20px;
      position: relative;
  }

  .sitemap__catgory-item.sub-category::before {
      content: '';
      top: 31px;
      left: -3px;
      position: absolute;
      width: 22px;
      height: 2px;
      background: #ccc;
  }

  .sitemap__products {
      padding: 10px 0 0 21px;
      border-left: 2px solid #ccc;
      margin-top: -4px;
      position: relative;
  }

  .sitemap__product-item {
      width: 100%;
      padding: 3px 0;
      position: relative;
  }

  .sitemap__product-item::before {
      content: "";
      position: absolute;
      top: 12px;
      width: 16px;
      height: 2px;
      background: #ccc;
      left: -21px;
  }

  .sitemap__products::after {
      content: "";
      background: #fff;
      position: absolute;
      bottom: 0;
      left: -3px;
      width: 4px;
      height: 12px;
  }

  /* Old CSS */
  /*
.sitemap__products {
    padding: 8px 0 0 20px;
}
.sitemap__catgory-item.sub-category {
    padding-left: 20px;
    padding-top: 20px;
}
.sitemap__catgory-item.sub-category::before {
    content: '- ';
}
.sitemap__product-item {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
}
.sitemap__product-item::before {
    content: "-- ";
}
*/
  .sitemap__catgory-link {
      font-size: 16px;
      font-weight: 600;
  }

  .sitemap__catgory-item.sub-category .sitemap__catgory-link {
      font-size: 14px;
      font-weight: 500;
  }

  .sitemap__product-link {
      font-size: 12px;
      font-weight: 300;
  }

  .sitemap__product-link:hover,
  .sitemap__catgory-link:hover {
      background: #434343;
      color: #fff;
  }
section#page-2945 {
    background: url(assets/images/blur-bg.png) center fixed;
    position: relative;
}
section#page-2945::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(255,255,255,1) 100%);
    position: absolute;
}
.instant-qoute {
    background-image: url(https://www.plusprinters.com/wp-content/uploads/2019/04/blur-bg.jpg);
    position: relative;
    background-position: center center;
    background-attachment: fixed;
}
/* .instant-qoute::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ccccccc4;
    opacity: .4;
}
 */

 .about-content-left {
     height: 430px;
     max-height: 430px;
     overflow-y: scroll;
     border: 1px solid #ccc;
     padding: 20px 32px;
 }
 .social-images {
  padding-left: 0;
 }
.social-images .icon-box {
    color: #fff;
    padding: 26.95px 0;
    width: 80%;
    margin-bottom: 15px;
}
.social-images .icon-box * {
    margin-bottom: 15px;
    margin-top: 0;
}
.social-images .icon-box i {
    font-size: 31px;
}
.social-images .icon-box h6 {
    margin-bottom: 0;
    margin-top: -5px;
    font-size: 12px;
}
.social-images .fb {
    background: #4450a6;
}
.social-images .twitter {
    background: #07a5e3;
}
.social-images .instagram {
    background: #e84482;
}
.get-in-touch h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.5;
    margin-top: 115px;
}
.get-in-touch h2 a {
    color: #434343;
}
.get-in-touch .phone-num {
    margin-left: -100px;
    margin-top: 90px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.5;
}
.plusprinter-hidden{
  display: none;
}

.load-more-posts {
    background: #f9e1d5;
    border: none;
    color: #000;
    padding: 10px 60px;
    margin-bottom: 30px;
}
.load-more-posts:hover {
    color: #fff;
    background-color: #434343;
    border: none;
}
