  @charset "UTF-8";

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    font-family: 'Gotham';
  }

  @font-face {
    font-family: 'Urbanist';
    src: url('../../assets/fonts/Urbanist-Regular.woff2') format('woff2'),
      url('../../assets/fonts/Urbanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Birgine';
    src: url('../../assets/fonts/Birgine.woff2') format('woff2'),
      url('../../assets/fonts/Birgine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Urbanist';
    src: url('../../assets/fonts/Urbanist-Bold.woff2') format('woff2'),
      url('../../assets/fonts/Urbanist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Gotham';
    src: url('../../assets/fonts/Gotham-Medium.woff2') format('woff2'),
      url('../../assets/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Gotham';
    src: url('../../assets/fonts/Gotham-Bold.woff2') format('woff2'),
      url('../../assets/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Gotham';
    src: url('../../assets/fonts/Gotham-Book.woff2') format('woff2'),
      url('../../assets/fonts/Gotham-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Gotham';
    src: url('../../assets/fonts/GothamBold.woff2') format('woff2'),
      url('../../assets/fonts/GothamBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  body {
    background: #fff;
    color: #000;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Gotham';
  }

  a>h1,
  a>h2,
  a>h3,
  a>h4,
  a>h5,
  a>h6 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 20px;
    margin-top: -5px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-family: 'Gotham';
    font-weight: 100;
    font-style: normal;
  }

  .p12 {
    margin-top: -15px !important;
    margin-bottom: 15px;
    margin-left: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 18px;
    font-family: 'Gotham';
    font-weight: 100;
    font-style: normal;
  }

  a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
  }

  a:hover,
  a:focus,
  a:active,
  a:visited {
    color: #181818;
    text-decoration: none;
    outline: none;
  }

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

  @media (min-width: 576px) {
    h1 {
      font-size: 72px;
      line-height: 80px;
    }

    h2 {
      font-size: 48px;
      line-height: 60px;
    }

    h3 {
      font-size: 36px;
      line-height: 45px;
    }

    h4 {
      font-size: 30px;
      line-height: 40px;
    }

    h5 {
      font-size: 20px;
      line-height: 28px;
    }

    h6 {
      font-size: 16px;
      line-height: 34px;
    }
  }

  ul {
    margin: 0;
    padding: 0;
  }

  ul.agri-ul li {
    list-style: none;
  }

  /* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
  .padding-tb {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  @media (min-width: 992px) {
    .padding-tb {
      padding-top: 110px;
      padding-bottom: 95px;
    }
  }

  .lab-btn {
    display: inline-block;
    padding: 13px 49px;
    background: #f15922;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .lab-btn::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    background: #0f1b28;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
  }

  .lab-btn span {
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .lab-btn:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
    color: #fff;
  }

  .bg_img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .bg_img_11 {
    background: #e2e0df;
  }

  .bg_counter {
    background: url(../../assets/images/bg-images/bg-counter.jpg);
  }

  .bg-sopnsor1 {
    background: #f8fafe;
  }

  .bg-product {
    background: #f8fafe;
  }

  @media (min-width: 1200px) {
    .ml-about-thumb {
      margin-left: -75px;
    }
  }

  .scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .scrollToTop i {
    color: #fff;
    z-index: 1;
  }

  @keyframes lab_top_up {
    0% {
      transform: translateY(-15px);
    }

    50% {
      transform: translateY(0px);
    }

    100% {
      transform: translateY(-15px);
    }
  }

  .pluse_1,
  .pluse_2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.102);
  }

  .pluse_1::after,
  .pluse_1::before,
  .pluse_2::after,
  .pluse_2::before {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
  }

  .pluse_1::after,
  .pluse_2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
  }

  .pluse_1:before,
  .pluse_2:before {
    width: 40px;
    height: 40px;
  }

  .pluse_1 {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
  }

  .pluse_2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0;
  }

  @keyframes pluse_animate {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(0.3);
      transform: translate(-50%, -50%) scale(0.3);
    }

    100% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
    }
  }

  /* social icon css*/
  .btn-whatsapp-pulse-border:hover {
    transform: scale(1.2);
    color: white;
    text-decoration: none;
  }

  /*  whatsapp button css start hear */
  .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }

  .btn-whatsapp-pulse-border {
    bottom: 110px;
    right: 4.8%;
    animation-play-state: paused;
    z-index: 100;
  }

  /*  whatsapp button css end hear */
  .lab-tooltip {
    bottom: 0;
    left: 40%;
    width: 150px;
    height: auto;
    border-radius: 3px;
    background: #f15922;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 10px;
    z-index: 4;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .lab-tooltip::after {
    width: 19px;
    height: 19px;
    background: #f15922;
    bottom: -12px;
    left: 50%;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    z-index: -1;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }

  .lab-tooltip::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f15922;
    border-radius: 10px;
  }

  .lab-tooltip p {
    margin-bottom: 0;
    color: #fff;
    z-index: 1;
  }

  .rating {
    color: #f15922;
  }

  .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(169, 169, 169, 0.7);
  }

  .section-header {
    margin-bottom: 24px;
    text-align: center;
  }

  @media (min-width: 768px) {
    .section-header {
      margin-bottom: 60px;
    }
  }

  .section-header p {
    margin-bottom: 0;
  }

  .section-header h3 {
    margin-top: -8px;
    color: #fff;
    font-size: 30px;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    /* letter-spacing: 3px; */
  }

  .feature-item:hover .feature-inner {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  }

  .feature-item:hover .feature-inner .feature-content a h5 {
    color: #f15922;
  }

  .feature-item .feature-inner {
    padding: 40px 20px;
    background: #f8fafe;
    margin-bottom: 24px;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (min-width: 768px) {
    .feature-item .feature-inner {
      text-align: left;
    }
  }

  .feature-item .feature-inner .feature-thumb {
    width: 100%;
    margin-bottom: 20px;
  }

  @media (min-width: 768px) {
    .feature-item .feature-inner .feature-thumb {
      width: 50%;
      margin-bottom: 0;
    }
  }

  .feature-item .feature-inner .feature-thumb img {
    max-width: none;
  }

  .feature-item .feature-inner .feature-content {
    width: 100%;
  }

  @media (min-width: 768px) {
    .feature-item .feature-inner .feature-content {
      width: 50%;
    }
  }

  .feature-item .feature-inner .feature-content a h5 {
    margin-bottom: 5px;
  }

  .feature-item .feature-inner .feature-content p {
    margin-bottom: 0;
  }

  .feature-item-2:hover .feature-inner {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
    background: #fff !important;
  }

  .feature-item-2 .feature-inner {
    box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 25px;
    background: #fff7d1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .feature-item-2 .feature-inner .feature-thumb {
    margin-bottom: 20px;
  }

  .feature-item-2 .feature-inner .feature-content h5:hover {
    color: #f15922;
  }

  .col-12:nth-child(2n+1) .feature-item-2 .feature-inner {
    background: #ffeadc;
  }

  .about-item .about-inner {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  @media (min-width: 576px) {
    .about-item .about-inner {
      margin-bottom: 45px;
    }
  }

  .about-item .about-inner .about-thumb {
    width: 60px;
  }

  .about-item .about-inner .about-thumb img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
  }

  .about-item .about-inner .about-content {
    width: calc(100% - 75px);
  }

  .about-item .about-inner .about-content a h5:hover {
    color: #f15922;
  }

  .about-item .about-inner .about-content p {
    max-width: 300px;
    margin-bottom: 0;
  }

  .product-item .product-inner {
    margin: 15px;
  }

  .product-item .product-inner::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #75a3fa;
    opacity: 0.8;
    transform: scale(0);
  }

  .product-item .product-inner:hover::after {
    transform: scale(1);
  }

  .product-item .product-inner:hover .product-content {
    opacity: 1;
  }

  .product-item .product-inner .product-content {
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  .product-item .product-inner .product-content .product-name {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
  }

  @media (min-width: 1440px) {
    .product-item .product-inner .product-content .product-name {
      font-size: 30px;
      line-height: 30px;
    }
  }

  .product-item-2 {
    margin-bottom: 45px;
  }

  .product-item-2 .product-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px;
    z-index: 1;
    /* box-shadow: 0 0 6px rgba(8, 136, 136, 0.08); */
  }

  .product-item-2 .product-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .product-item-2 .product-inner:hover .product-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .product-item-2 .product-inner:hover .product-content .cart-option {
    opacity: 1;
  }

  .product-item-2 .product-inner .product-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .product-item-2 .product-inner .product-thumb .offer {
    top: 5px;
    right: 5px;
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    /* background: #83ba43; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }

  .product-item-2 .product-inner .product-content {
    padding: 20px;
    text-align: center;
    background: #fff;
  }

  .product-item-2 .product-inner .product-content h5 {
    line-height: 1;
  }

  .product-item-2 .product-inner .product-content h5:hover {
    color: #f15922;
  }

  .product-item-2 .product-inner .product-content .price {
    margin-bottom: 0;
  }

  .product-item-2 .product-inner .product-content .cart-option {
    left: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .product-item-2 .product-inner .product-content .cart-option .lab-btn {
    padding: 10px 20px;
    font-size: 15px;
  }

  .product-item-3 .product-inner {
    padding: 30px 15px;
    background: #f8fafe;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .product-item-3 .product-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    /* background: #fff;
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1); */
  }

  .product-item-3 .product-inner:hover .product-content h5 {
    color: #f15922;
  }

  .product-item-3 .product-inner .product-thumb {
    margin-bottom: 10px;
  }

  .product-item-3 .product-inner .product-content h5 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .product-item-3 .product-inner .product-content p {
    margin-bottom: 0;
  }

  @media (max-width: 991px) {
    .abs-product-item {
      text-align: center;
    }
  }

  .abs-product-item::after {
    width: 1px;
    height: 70%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #f15922;
  }

  @media (max-width: 767px) {
    .abs-product-item::after {
      display: none;
    }
  }

  .abs-product-item .abs-product-inner {
    padding: 30px 15px;
  }

  .abs-product-item .abs-product-inner .abs-product-thumb {
    width: 100%;
    margin-bottom: 15px;
  }

  @media (min-width: 992px) {
    .abs-product-item .abs-product-inner .abs-product-thumb {
      width: 80px;
      margin-bottom: 0;
    }
  }

  .abs-product-item .abs-product-inner .abs-product-content {
    width: 100%;
  }

  @media (min-width: 992px) {
    .abs-product-item .abs-product-inner .abs-product-content {
      width: calc(100% - 80px);
    }
  }

  .abs-product-item .abs-product-inner .abs-product-content p {
    margin-bottom: 0;
  }

  .post-item .post-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
    margin-bottom: 25px;
  }

  .post-item .post-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  }

  .post-item .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .post-item .post-inner .post-thumb a {
    display: block;
  }

  .post-item .post-inner .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .post-item .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 10px;
  }

  .post-item .post-inner .post-thumb .meta-date .md-pre {
    padding: 8px 20px;
    background: #f15922;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .post-item .post-inner .post-thumb .meta-date .md-pre h5,
  .post-item .post-inner .post-thumb .meta-date .md-pre p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
  }

  .post-item .post-inner .post-thumb .meta-date .md-pre h5 {
    margin-bottom: 5px;
  }

  .post-item .post-inner .post-thumb .meta-date .md-pre p {
    font-size: 15px;
  }

  .post-item .post-inner .post-content {
    padding: 30px 20px;
    background: #fff;
    text-align: center;
  }

  .post-item .post-inner .post-content .meta-post p span {
    display: inline-block;
    padding-right: 15px;
  }

  .post-item .post-inner .post-content .meta-post p span::after {
    width: 1px;
    height: 12px;
    right: 4px;
    top: 50%;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .post-item .post-inner .post-content .meta-post p span:last-child {
    padding-right: 0;
  }

  .post-item .post-inner .post-content .meta-post p span:last-child::after {
    display: none;
  }

  .post-item .post-inner .post-content .meta-post p span a {
    padding-left: 5px;
    font-weight: 500;
  }

  .post-item .post-inner .post-content .meta-post p span a:hover {
    color: #f15922;
  }

  .post-item .post-inner .post-content h5 {
    margin-bottom: 15px;
  }

  .post-item .post-inner .post-content h5:hover {
    color: #f15922;
  }

  .post-item .post-inner .post-content .text-btn a {
    color: #f15922;
    font-weight: 700;
    font-size: 15px;
  }

  .post-item-2 .post-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 35px;
  }

  .post-item-2 .post-inner:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .post-item-2 .post-inner:hover .post-thumb a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .post-item-2 .post-inner .post-thumb a {
    display: block;
  }

  .post-item-2 .post-inner .post-thumb a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .post-item-2 .post-inner .post-thumb .meta-date {
    top: 10px;
    left: 10px;
  }

  .post-item-2 .post-inner .post-thumb .meta-date .md-pre {
    padding: 8px 20px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .post-item-2 .post-inner .post-thumb .meta-date .md-pre h5,
  .post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
    color: #181818;
    margin-bottom: 0;
    line-height: 1;
  }

  .post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
    margin-bottom: 5px;
  }

  .post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
    font-size: 15px;
  }

  .post-item-2 .post-inner .post-content {
    padding: 30px 0;
  }

  .post-item-2 .post-inner .post-content .post-date li {
    display: inline-block;
    padding-right: 15px;
  }

  .post-item-2 .post-inner .post-content .post-date li:last-child {
    padding-right: 0;
  }

  .post-item-2 .post-inner .post-content h3 {
    font-weight: 500;
    margin: 10px 0 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .post-item-2 .post-inner .post-content h3:hover {
    color: #f15922;
  }

  .post-item-2 .post-inner .post-content .more-com .text-btn {
    font-weight: 500;
  }

  .post-item-2 .post-inner .post-content .more-com .text-btn span {
    font-size: 14px;
  }

  .post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
    color: #f15922;
  }

  .post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
    margin-left: 5px;
    opacity: 1;
  }

  .post-item-2 .post-inner .post-content .more-com .text-btn i {
    top: 50%;
    font-size: 13px;
    margin-left: -10px;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .post-item-2 .post-inner .post-content .more-com .comment-visi span {
    padding-right: 15px;
  }

  .post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
    padding-right: 0;
  }

  .post-item-2 .post-inner .post-content .more-com .comment-visi span a {
    color: #181818;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
    color: #f15922;
  }

  .post-item-2 .post-inner .post-content .qute-content {
    padding: 30px;
    box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27);
  }

  .post-item-2 .post-inner .post-content .qute-content blockquote {
    margin-bottom: 0;
    padding-top: 45px;
  }

  .post-item-2 .post-inner .post-content .qute-content blockquote::before {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    color: #f15922;
    content: "" !important;
    font-size: 36px;
    font-family: IcoFont !important;
  }

  .post-item-2 .post-inner .post-content .qute-content blockquote a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
    color: #f15922;
  }

  .post-item-2 .post-inner .post-content .meta-post p span {
    display: inline-block;
    padding-right: 15px;
  }

  .post-item-2 .post-inner .post-content .meta-post p span::after {
    width: 1px;
    height: 12px;
    right: 4px;
    top: 50%;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .post-item-2 .post-inner .post-content .meta-post p span:last-child {
    padding-right: 0;
  }

  .post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
    display: none;
  }

  .post-item-2 .post-inner .post-content .meta-post p span a {
    padding-left: 5px;
    font-weight: 500;
  }

  .post-item-2 .post-inner .post-content .meta-post p span a:hover {
    color: #f15922;
  }

  .counter-item .counter-inner {
    text-align: center;
    margin-bottom: 25px;
  }

  .counter-item .counter-inner .counter-thumb {
    margin-bottom: 20px;
  }

  .counter-item .counter-inner .counter-content .count-title {
    margin-bottom: 0;
  }

  .counter-item .counter-inner .counter-content .count-number,
  .counter-item .counter-inner .counter-content .count-title {
    color: #fff;
  }

  .offer-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .offer-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .offer-item .offer-inner {
    padding: 40px 20px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  @media (min-width: 1200px) {
    .offer-item .offer-inner {
      text-align: left;
    }
  }

  .offer-item .offer-inner .offer-thumb {
    width: 100%;
    margin-bottom: 25px;
  }

  @media (min-width: 1200px) {
    .offer-item .offer-inner .offer-thumb {
      width: 35%;
      margin: 0;
    }
  }

  .offer-item .offer-inner .offer-content {
    width: 100%;
  }

  @media (min-width: 1200px) {
    .offer-item .offer-inner .offer-content {
      width: 65%;
      padding-left: 20px;
    }
  }

  .offer-item .offer-inner .offer-content h3 {
    font-weight: 400;
  }

  .offer-item .offer-inner .offer-content h3 span {
    display: inline-block;
    font-weight: 700;
  }

  .offer-item .offer-inner .offer-content .lab-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
  }

  .offer-item .offer-inner .offer-content .lab-btn:hover span {
    color: #fff;
  }

  .offer-item .offer-inner .offer-content .lab-btn span {
    color: #061f3e;
  }

  .contact-item {
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 5px rgba(136, 136, 136, 0.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .contact-item:hover {
    box-shadow: 0 5px 5px rgba(136, 136, 136, 0.12);
  }

  .contact-item .contact-icon {
    width: 72px;
  }

  .contact-item .contact-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    background: #1685ef;
  }

  .contact-item .contact-details {
    width: calc(100% - 72px);
  }

  .contact-item .contact-details p {
    margin: 0;
  }

  .col-12:nth-child(2) .contact-item .contact-icon i {
    background: #f15922;
  }

  .col-12:nth-child(3) .contact-item .contact-icon i {
    background: #5ce1b9;
  }

  .scocial-media {
    margin-bottom: 20px;
  }

  .scocial-media a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 4px;
    text-align: center;
  }

  .scocial-media a:hover {
    border-radius: 100%;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
  }

  .paginations {
    margin: 40px 0;
  }

  @media (min-width: 992px) {
    .paginations {
      margin-bottom: 10px;
    }
  }

  .paginations ul li {
    padding: 5px;
  }

  .paginations ul li a {
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
    color: #716c80;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .paginations ul li a.active,
  .paginations ul li a:hover {
    color: #fff;
    background: #f15922;
  }

  .paginations ul li a.dot {
    box-shadow: none;
  }

  .paginations ul li a.dot:hover {
    background: transparent;
    color: #716c80;
  }

  .tags-social .tags {
    align-items: center;
  }

  .tags-social .tags span {
    display: inline-block;
    color: #716c80;
    padding-right: 10px;
  }

  .tags-social .tags ul li {
    display: inline-block;
    padding-right: 10px;
  }

  .tags-social .tags ul li:last-child {
    padding-right: 0;
  }

  .tags-social .tags ul li a {
    color: #181818;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .tags-social .tags ul li a:hover {
    color: #f15922;
  }

  .tags-social .scocial {
    align-items: center;
  }

  @media (min-width: 992px) {
    .tags-social .scocial {
      justify-content: flex-end;
    }
  }

  .tags-social .scocial span {
    font-weight: 500;
    padding-right: 10px;
  }

  .tags-social .scocial .scocial-media {
    margin-bottom: 0;
  }

  .tags-social .scocial .scocial-media a {
    color: #181818;
    font-size: 16px;
  }

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #061f3e;
  }

  .preloader .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .preloader .preloader-inner .preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
  }

  .preloader .preloader-inner .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
  }

  .preloader .preloader-inner .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
  }

  @keyframes preloader-fx {
    0% {
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
      opacity: 0.5;
    }

    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  @-webkit-keyframes preloader-fx {
    0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.5;
    }

    100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
    }
  }

  @keyframes price-ani {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 0.5;
    }

    100% {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: 0.1;
    }
  }

  @media (min-width: 1440px) {
    .container {
      max-width: 1200px;
    }
  }

  /* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
  .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul,
  .footer-section .footer-top .footer-item .footer-inner .footer-body ul li,
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul,
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating,
  .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on,
  .shop-single .review .review-content .review-showing .content li .post-content .entry-meta,
  .shop-single .review .review-nav,
  .shop-single .product-details .post-content form,
  .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
  .shop-product-wrap .product-list-item,
  .shop-product-wrap .product-item .product-thumb .product-action-link,
  .shop-product-wrap .product-list-item .product-thumb .product-action-link,
  .widget.widget-tags ul.widget-wrapper,
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form,
  .blog-section.blog-single .section-wrapper .authors,
  .blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags,
  .blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section,
  .contact-form form.comment-form,
  .product-section.home-4 .section-wrapper .product-item-2 .product-inner,
  .product-section .section-wrapper .grid,
  .product-section .section-wrapper .product-filter-name,
  .page-header .page-header-content-area ul,
  .header-section .primary-menu .main-area .main-menu ul,
  .header-section .primary-menu .main-area,
  .header-section .primary-menu,
  .feature-item .feature-inner,
  .about-item .about-inner,
  .abs-product-item .abs-product-inner,
  .testi-item .testi-inner .testi-head,
  .offer-item .offer-inner,
  .contact-item,
  .history-item .history-inner .history-content,
  .search-cart li .cart-content .cart-item,
  .paginations ul li a,
  .tags-social .tags,
  .tags-social .scocial {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-section *,
  .footer-section,
  .shop-single .review .review-content .description .post-item .post-content ul li,
  .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5,
  .shop-single .product-details .post-content form .select-product select,
  .shop-single .product-details .post-content form .select-product,
  .shop-single .product-details .product-thumb .gallery-top,
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select,
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select,
  .shop-product-wrap .product-item .product-thumb,
  .shop-product-wrap .product-list-item .product-thumb,
  .widget.widget-search .search-wrapper,
  .faq-section .faq-content .tab-pane .card-header .faq-item,
  .countdown-section,
  .counterup-section .section-wrapper .counter-item .counter-inner,
  .counterup-section,
  .testimonial-section.home-3 .section-wrapper,
  .agricul-farm-section .section-wrapper .farm-left,
  .abs-product .section-wrapper,
  .product-section.product-style2,
  .about-us.home-2 .about-wrapper,
  .about-us.home-2 .section-header,
  .about-us.home-2 .section-wrapper,
  .about-us,
  .feature-section,
  .page-header .page-header-content-area ul li a,
  .page-header .page-header-content-area,
  .page-header,
  .banner.banner-3 .banner-item .banner-inner .banner-content,
  .banner.banner-3,
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content,
  .banner.banner-2 .banner-slider,
  .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a,
  .shop-menu li.menu-item-has-children>a,
  .cart-plus-minus,
  .lab-btn,
  .lab-btn span,
  .home-page4 .about-us *,
  .home-page4 .countdown-section .countdown-thumb,
  .home-page4 .countdown-section .countdown-thumb *,
  .scrollToTop i,
  .lab-tooltip p,
  .product-item .product-inner,
  .product-item-2 .product-inner,
  .product-item-2 .product-inner .product-thumb,
  .abs-product-item,
  .team-item-2 .team-inner .team-thumb,
  .testi-item .testi-inner .testi-body p,
  .post-item .post-inner .post-thumb,
  .post-item .post-inner .post-content .meta-post p span,
  .post-item-2 .post-inner .post-thumb,
  .post-item-2 .post-inner .post-content .more-com .text-btn,
  .post-item-2 .post-inner .post-content .qute-content blockquote,
  .post-item-2 .post-inner .post-content .meta-post p span,
  .search-cart li,
  .search-cart li .cart-content .cart-item,
  .paginations ul li a {
    position: relative;
  }

  .footer-section::after,
  .shop-single .review .review-content .description .post-item .post-content ul li::before,
  .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after,
  .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before,
  .shop-single .product-details .post-content form .select-product i,
  .shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav,
  .shop-single .product-details .product-thumb .gallery-top .shop-navigation,
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon,
  .shop-product-wrap .product-item .product-thumb .product-action-link,
  .shop-product-wrap .product-list-item .product-thumb .product-action-link,
  .shop-product-wrap .product-item .product-thumb::after,
  .shop-product-wrap .product-list-item .product-thumb::after,
  .widget.widget-search .search-wrapper button,
  .faq-section .faq-content .tab-pane .card-header .faq-item::after,
  .faq-section .faq-content .tab-pane .card-header .faq-item::before,
  .lab-item .lab-inner::after,
  .countdown-section .shape-image img,
  .counterup-section .section-wrapper .counter-item .counter-inner::after,
  .testimonial-section.home-3 .testi-navigation .testi-nav,
  .testimonial-section.home-3 .testi-navigation,
  .agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line,
  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner .cart-option,
  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner::after,
  .product-section.product-style2 .shape-image .shape-1,
  .product-section.product-style2 .shape-image .shape-2,
  .about-us.home-2 .about-thumb-2,
  .about-us.home-2 .shape-image .shape-1,
  .about-us.home-2 .shape-image .shape-2,
  .about-us .shape-about,
  .feature-section .shape-feature img,
  .page-header .page-header-content-area ul li a::after,
  .banner.banner-2 .banner-slider .banner-pagination,
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb::after,
  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb,
  .transparent-header,
  .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after,
  .header-section .primary-menu .main-area .main-menu ul li ul,
  .shop-menu li.menu-item-has-children>a::after,
  .cart-plus-minus .qtybutton,
  .lab-btn::after,
  .home-page4 .about-us .shape-image .shape-1,
  .home-page4 .about-us .shape-image .shape-2,
  .home-page4 .about-us::after,
  .home-page4 .countdown-section .countdown-thumb:after,
  .home-page4 .countdown-section .countdown-thumb .price,
  .home-page4 .countdown-section .countdown-thumb .price::after,
  .pluse_1,
  .pluse_2,
  .pluse_1::after,
  .pluse_1::before,
  .pluse_2::after,
  .pluse_2::before,
  .lab-tooltip,
  .lab-tooltip::after,
  .lab-tooltip::before,
  .overlay,
  .product-item .product-inner::after,
  .product-item .product-inner .product-content,
  .product-item-2 .product-inner .product-thumb .offer,
  .product-item-2 .product-inner .product-content .cart-option,
  .abs-product-item::after,
  .team-item-2 .team-inner .team-thumb::after,
  .testi-item .testi-inner .testi-body p .img-left,
  .testi-item .testi-inner .testi-body p .img-right,
  .post-item .post-inner .post-thumb .meta-date,
  .post-item .post-inner .post-content .meta-post p span::after,
  .post-item-2 .post-inner .post-thumb .meta-date,
  .post-item-2 .post-inner .post-content .more-com .text-btn i,
  .post-item-2 .post-inner .post-content .qute-content blockquote::before,
  .post-item-2 .post-inner .post-content .meta-post p span::after,
  .search-cart li .cart-content,
  .search-cart li .cart-content .cart-item .cart-btn,
  .search-input .search-close,
  .search-input form {
    position: absolute;
    content: "";
  }

  .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li a,
  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .thumb,
  .shop-single .review .review-content .review-showing .content li .post-thumb,
  .shop-single .product-details .product-thumb .gallery-thumbs .shop-item .shop-thumb,
  .shop-single .product-details,
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon,
  .shop-cart .section-wrapper .cart-bottom,
  .shop-product-wrap .product-item .product-thumb,
  .shop-product-wrap .product-list-item .product-thumb,
  .widget.recipe-categori,
  .widget.widget-instagram ul.widget-wrapper li a,
  .widget.widget-post ul.widget-wrapper li .post-thumb,
  .widget .widget-header,
  .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content,
  .blog-section.blog-single .section-wrapper .rel-product,
  .sponsor-section .section-wrapper .sponsor-slider,
  .testimonial-section.home-3 .testi-slider-2,
  .testimonial-section.home-2 .testi-slider-2,
  .testimonial-section .section-wrapper .testi-slider,
  .agricul-farm-section,
  .product-section.masonary,
  .product-section.product-style5 .section-wrapper .product-right .slider-product,
  .about-us,
  .banner.banner-2 .banner-slider,
  .cart-plus-minus,
  .lab-btn,
  .about-item .about-inner .about-thumb,
  .product-item-2 .product-inner .product-thumb,
  .team-item-2 .team-inner .team-thumb,
  .testi-item.style-2 .testi-inner .testi-head .testi-thumb,
  .post-item .post-inner .post-thumb,
  .post-item-2 .post-inner .post-thumb,
  .preloader {
    overflow: hidden;
  }

  .shop-single .review .review-content .review-showing .client-review .review-form form button,
  .shop-single .review .review-nav li,
  .shop-single .product-details .post-content form button,
  .shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav,
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button,
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit],
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit],
  .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn,
  .faq-section .faq-content .tab-pane .card-header .faq-item,
  .faq-section .faq-content .tab-pane .card-header,
  .contact-form form.comment-form button.lab-btn,
  .newsletter-section .newsletter-form input.subscribe-btn,
  .testimonial-section.home-3 .testi-navigation .testi-nav,
  .testimonial-section.home-2 .testi-navigation .testi-nav,
  .agricul-farm-section .section-wrapper .farm-left .agricul-farm-animate .farm-line,
  .product-section .section-wrapper .product-filter-name li,
  .cart-plus-minus .qtybutton,
  .search-cart li .cart-option,
  .search-cart li .search-option,
  .search-input .search-close,
  .search-input form button {
    cursor: pointer;
  }

  .blog-section.style-2 .section-wrapper .post-item-2 .post-inner .post-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lab-item .lab-inner .lab-content h5,
  .product-item-2 .product-inner .product-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-section .header-area.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 3px rgba(81, 136, 136, 0.1);
  }

  .header-section .primary-menu {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header-section .primary-menu .logo a {
    display: block;
  }

  .header-section .primary-menu .logo a img {
    display: block;
  }

  .header-section .primary-menu .navbar-toggler {
    outline: none;
    box-shadow: none;
  }

  .header-section .primary-menu .main-area {
    align-items: center;
    width: 100%;
  }

  @media (min-width: 576px) {
    .header-section .primary-menu .main-area {
      justify-content: flex-end;
    }
  }

  @media (max-width: 575px) {
    .header-section .primary-menu .main-area .main-menu {
      width: 100%;
    }
  }

  .header-section .primary-menu .main-area .main-menu ul {
    padding: 0;
    margin: 0;
  }

  @media (max-width: 575px) {
    .header-section .primary-menu .main-area .main-menu ul {
      width: 100%;
    }
  }

  .header-section .primary-menu .main-area .main-menu ul li {
    padding: 0;
  }

  @media (max-width: 575px) {
    .header-section .primary-menu .main-area .main-menu ul li {
      margin-right: 0;
      width: 100%;
    }

    .header-section .primary-menu .main-area .main-menu ul li a {
      display: block;
      padding: 10px 0px !important;
      border-bottom: 1px solid #f0f0f0;
    }
  }

  .header-section .primary-menu .main-area .main-menu ul li.active>a,
  .header-section .primary-menu .main-area .main-menu ul li:hover>a {
    color: #000;
    text-decoration: none;
  }

  .header-section .primary-menu .main-area .main-menu ul li a {
    padding: 25px 20px;
    color: #181818;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul {
    min-width: 200px;
    background: #f15922;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    display: block;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  @media (max-width: 575px) {
    .header-section .primary-menu .main-area .main-menu ul li ul {
      position: static;
      display: none;
      background: #fff;
      box-shadow: none;
      padding-left: 15px;
    }

    .header-section .primary-menu .main-area .main-menu ul li ul li a {
      color: #181818 !important;
      border-bottom: 1px solid #f0f0f0 !important;
    }
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li a {
    font-size: 98%;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #ffffff40;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
    padding-left: 20px;
    color: #f15922;
    background: #fff;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li.active>a,
  .header-section .primary-menu .main-area .main-menu ul li ul li:hover>a {
    background: #192a57;
    color: #fff;
    text-decoration: none;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
    border-bottom: none;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
    margin-right: 0px;
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
    right: 0px;
    transform: translateY(-50%);
  }

  @media (min-width: 576px) {
    .header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
      right: 15px;
      transform: translateY(-50%) rotate(-90deg);
    }
  }

  .header-section .primary-menu .main-area .main-menu ul li ul li ul {
    left: 100%;
    top: 0;
  }

  .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
    margin-right: 5px;
    position: relative;
  }

  @media (min-width: 992px) {
    .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
      margin-right: 10px;
    }
  }

  @media (min-width: 1440px) {
    .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
      margin-right: 16px;
    }
  }

  .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children>a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    content: "" !important;
    font-family: IcoFont !important;
  }

  .header-section .primary-menu .main-area .main-menu ul li:hover>ul {
    transform: scaleY(1);
  }

  @media (max-width: 575px) {
    .header-section .primary-menu .main-area .main-menu ul.search-cart {
      margin-left: 0 !important;
      margin-top: 15px !important;
    }
  }

  .header-section .primary-menu .main-area .main-menu ul.search-cart li {
    display: inline-block;
    width: 40px;
  }

  @media (max-width: 575px) {
    .header-section .primary-menu .main-area .main-menu ul.search-cart li {
      margin: 3px;
    }
  }

  .header-section .primary-menu .main-area .header-btn {
    margin-top: 15px;
  }

  @media (min-width: 576px) {
    .header-section .primary-menu .main-area .header-btn {
      margin-left: 15px;
      margin-top: 0;
    }
  }

  .header-section .primary-menu .main-area .header-btn .lab-btn {
    display: block;
    padding: 13px 30px;
  }

  .header-section .header-top {
    background: #f15922;
    padding: 10px 0;
  }

  .header-section .header-top .ht-left ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
  }

  .header-section .header-top .ht-left ul li:last-child {
    padding-right: 0;
  }

  .header-section .header-top .ht-left ul li i {
    margin-right: 5px;
  }

  .header-section .header-top .ht-right .scocial-media {
    margin-bottom: 0;
    text-align: right;
  }

  .header-section .header-top .ht-right .scocial-media a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header-section .header-top .ht-right .scocial-media a:hover {
    color: #f15922;
    background: #fff;
  }

  .header-section .header-top.bg-black {
    background: #181818;
  }

  .transparent-header {
    width: 100%;
    z-index: 999;
  }

  @media only screen and (max-width: 600px) {
    .transparent-header {
      width: 100%;
      top: 0px;
      z-index: 999;
      background: #000;
    }
  }

  .transparent-header .primary-menu .main-area .main-menu ul li a {
    color: #fff;
  }

  .transparent-header .primary-menu .main-area .main-menu ul li ul {
    background: #061f3e;
  }

  @media (max-width: 575px) {
    .transparent-header .primary-menu .main-area {
      padding: 15px;
      /* background: #061f3e; */
    }

    .transparent-header .primary-menu .main-area .header-btn .lab-btn {
      background: #181818;
    }

    .transparent-header .primary-menu .main-area .main-menu ul li.active>a {
      color: #fff;
    }

    .transparent-header .primary-menu .main-area .main-menu ul li ul li.active>a,
    .transparent-header .primary-menu .main-area .main-menu ul li ul li a,
    .transparent-header .primary-menu .main-area .main-menu ul li ul li.open>a,
    .transparent-header .primary-menu .main-area .main-menu ul li:hover>a {
      background: #061f3e;
      color: #fff !important;
    }
  }

  .transparent-header .primary-menu .navbar-toggler i {
    color: #fff;
  }

  .transparent-header .header-area.menu-fixed {
    background: #000;
  }

  /* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
  /*.banner {
    background: url(../../assets/images/banner/01.jpg);
  }*/
  .banner.banner-pad-1 {
    padding: 200px 0 150px;
  }

  @media (min-width: 992px) {
    .banner.banner-pad-1 {
      padding: 300px 0 250px;
    }
  }

  .banner .banner-content {
    text-align: center;
  }

  .banner .banner-content .banner-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }

  @media (min-width: 576px) {
    .banner .banner-content .banner-title {
      font-size: 80px;
    }
  }

  @media (min-width: 992px) {
    .banner .banner-content .banner-title {
      line-height: 1.3;
      font-size: 130px;
    }
  }

  .banner .banner-content .banner-desc {
    max-width: 750px;
    margin: 0 auto 40px;
    color: #fff;
    line-height: 28px;
  }

  @media (min-width: 576px) {
    .banner .banner-content .banner-desc {
      font-size: 18px;
    }
  }

  .banner-slider {
    height: 100vh;
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner {
    padding: 200px 0;
    width: 100%;
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb img {
    width: 100%;
  }

  @media (max-width: 767px) {
    .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-thumb img {
      height: 100%;
    }
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content {
    z-index: 1;
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content h3 {
    color: #fff;
  }

  .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 29px;
  }

  @media (min-width: 992px) {
    .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
      font-size: 42px;
    }
  }

  @media (min-width: 992px) {
    .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
      font-size: 48px;
      line-height: 1.2;
    }
  }

  @media (min-width: 1200px) {
    .banner.banner-2 .banner-slider .banner-item .banner-inner .banner-content .banner-title {
      font-size: 72px;
      max-width: 700px;
      margin: 0 auto 15px;
    }
  }

  .banner.banner-2 .banner-slider .banner-pagination {
    bottom: 50px;
    left: 50%;
    width: 100%;
    z-index: 1;
    text-align: center;
    transform: translateX(-50%);
  }

  .banner.banner-2 .banner-slider .banner-pagination span {
    width: 20px;
    height: 3px;
    opacity: 1;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .banner.banner-2 .banner-slider .banner-pagination span.swiper-pagination-bullet-active {
    background: #f15922;
  }

  .banner.banner-3 {
    background: url(../../assets/images/banner/02.jpg);
  }

  .banner.banner-3 .banner-item .banner-inner {
    padding: 200px 0;
    width: 100%;
  }

  .banner.banner-3 .banner-item .banner-inner .banner-content {
    z-index: 1;
  }

  .banner.banner-3 .banner-item .banner-inner .banner-content h3 {
    color: #fff;
  }

  .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 29px;
  }

  @media (min-width: 992px) {
    .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
      font-size: 42px;
    }
  }

  @media (min-width: 992px) {
    .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
      font-size: 48px;
      line-height: 1.2;
    }
  }

  @media (min-width: 1200px) {
    .banner.banner-3 .banner-item .banner-inner .banner-content .banner-title {
      font-size: 72px;
      max-width: 700px;
      margin: 0 auto 15px;
    }
  }

  .banner.banner-4 {
    background: url(../../assets/images/banner/home-4/01.jpg);
  }

  .banner.banner-4 .banner-item .banner-inner {
    padding: 200px 0;
    width: 100%;
  }

  .banner.banner-4 .banner-item .banner-inner .banner-content {
    text-align: left;
  }

  .banner.banner-4 .banner-item .banner-inner .banner-content h3,
  .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
    color: #181818;
  }

  .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 29px;
  }

  @media (min-width: 992px) {
    .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
      font-size: 42px;
    }
  }

  @media (min-width: 992px) {
    .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
      font-size: 48px;
      line-height: 1.2;
    }
  }

  @media (min-width: 1200px) {
    .banner.banner-4 .banner-item .banner-inner .banner-content .banner-title {
      font-size: 72px;
      max-width: 700px;
      margin: 0 auto 15px;
    }
  }

  .banner.banner-4 .banner-item .banner-inner .banner-content .banner-desc {
    color: #716c80;
  }

  /* @@@@@@@@@@@@@  Page Header Section Start Here  @@@@@@@@@@@@@@ */
  .page-header {
    background: url(../../assets/images/bg-images/page-header.jpg);
  }

  .page-header .page-header-content-area {
    z-index: 1;
    margin-top: 25px;
    /*margin-bottom: 15px;*/
  }

  .page-header .page-header-content-area .ph-title {
    text-align: center;
    color: #fff;
  }

  .page-header .page-header-content-area ul {
    justify-content: center;
  }

  .page-header .page-header-content-area ul li {
    padding-right: 15px;
  }

  .page-header .page-header-content-area ul li:last-child {
    padding-right: 0;
  }

  .page-header .page-header-content-area ul li a {
    color: #fff;
  }

  .page-header .page-header-content-area ul li a::after {
    width: 1px;
    height: 15px;
    top: 4px;
    right: -9px;
    background: #fff;
    transform: rotate(20deg);
  }

  .page-header .page-header-content-area ul li a.active {
    color: #f15922;
  }

  .page-header .page-header-content-area ul li a.active::after {
    display: none;
  }

  /* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
  .about-us .shape-about {
    right: 0;
    bottom: 0;
  }

  @media (min-width: 1200px) {
    .about-us .shape-about {
      right: -300px;
    }
  }

  @media (min-width: 1600px) {
    .about-us .shape-about {
      right: -170px;
    }
  }

  .about-us .about-thumb {
    text-align: center;
    margin-bottom: 24px;
  }

  @media (min-width: 992px) {
    .about-us .about-thumb {
      text-align: left;
      margin-bottom: 0;
    }
  }

  .about-us.home-2 {
    background: #f8fafe;
  }

  @media (min-width: 1440px) {
    .about-us.home-2 {
      overflow: visible;
    }
  }

  .about-us.home-2 .shape-image {
    display: none;
  }

  @media (min-width: 1440px) {
    .about-us.home-2 .shape-image {
      display: block;
    }
  }

  .about-us.home-2 .shape-image .shape-1,
  .about-us.home-2 .shape-image .shape-2 {
    z-index: 1;
  }

  .about-us.home-2 .shape-image .shape-1 {
    left: 71px;
    top: -120px;
  }

  .about-us.home-2 .shape-image .shape-2 {
    left: 55%;
    top: 50px;
  }

  .about-us.home-2 .section-header {
    max-width: 550px;
    margin: 0 auto 60px;
  }

  @media (min-width: 1200px) {
    .about-us.home-2 .section-header {
      margin-left: 0;
    }
  }

  .about-us.home-2 .section-header,
  .about-us.home-2 .section-wrapper {
    z-index: 1;
  }

  .about-us.home-2 .about-thumb-2 {
    bottom: -94px;
    right: -145px;
    display: none;
  }

  @media (min-width: 1200px) {
    .about-us.home-2 .about-thumb-2 {
      display: block;
    }
  }

  @media (min-width: 1599px) and (min-width: 1440px) {
    .about-us.home-2 .about-thumb-2 {
      right: -200px;
    }
  }

  .about-us.home-2 .about-thumb-2 img {
    max-width: none;
    width: 100%;
  }

  .about-us.about-page .section-wrapper h5 {
    max-width: 450px;
    margin: 10px 0 20px;
    font-weight: 400;
  }

  .about-us.about-page .section-wrapper p {
    max-width: 450px;
  }

  .about-us.about-page .lab-btn {
    margin-top: 20px;
  }

  /* @@@@@@@@@@@@@  Product Section Start Here  @@@@@@@@@@@@@@ */
  @media (min-width: 992px) {
    .product-section .section-header {
      margin-bottom: 45px;
    }
  }

  .product-section .section-header p {
    max-width: 450px;
    margin: auto;
  }

  .product-section .section-wrapper {
    margin-bottom: 15px;
  }

  .product-section .section-wrapper .product-filter-name {
    justify-content: center;
    margin-bottom: 60px;
  }

  .product-section .section-wrapper .product-filter-name li {
    margin: 0 10px;
  }

  .product-section .section-wrapper .product-filter-name li.active {
    color: #f15922;
    border-bottom: 1px solid #f15922;
  }

  .product-section .section-wrapper .grid {
    margin: -15px;
  }

  .product-section .section-wrapper .grid .product-item {
    width: calc(100% / 1);
  }

  @media (min-width: 576px) {
    .product-section .section-wrapper .grid .product-item {
      width: calc(100% / 2);
    }
  }

  @media (min-width: 992px) {
    .product-section .section-wrapper .grid .product-item {
      width: calc(100% / 3);
    }
  }

  .product-section .section-wrapper .grid .product-item .product-inner .product-thumb img {
    width: 100%;
  }

  .product-section.product-style2 .shape-image {
    display: none;
  }

  @media (min-width: 1440px) {
    .product-section.product-style2 .shape-image {
      display: block;
    }
  }

  .product-section.product-style2 .shape-image .shape-1,
  .product-section.product-style2 .shape-image .shape-2 {
    z-index: 1;
  }

  .product-section.product-style2 .shape-image .shape-1 {
    right: 71px;
    top: 120px;
  }

  .product-section.product-style2 .shape-image .shape-2 {
    left: 0;
    bottom: 50px;
  }

  .product-section.product-style2 .section-wrapper {
    margin-bottom: 5px;
  }

  .product-section.product-style2.home-4 .product-item-2,
  .product-section.product-style2.home4s2 .product-item-2 {
    margin-bottom: 25px;
  }

  .product-section.product-style3 .section-wrapper {
    margin-bottom: -5px;
  }

  @media (min-width: 1200px) {
    .product-section.product-style3 .product-item {
      margin-bottom: 20px;
    }
  }

  .product-section.product-style3 .product-item .product-inner {
    margin: 5px;
  }

  .product-section.product-style3 .product-item .product-inner .product-thumb img {
    width: 100%;
  }

  .product-section.product-style4 .section-wrapper {
    margin-bottom: -15px;
  }

  .product-section.product-style4 .product-item {
    margin-bottom: 24px;
  }

  .product-section.product-style4 .product-item .product-inner {
    margin: 0px;
  }

  .product-section.product-style4 .product-item .product-inner .product-thumb img {
    width: 100%;
  }

  .product-section.product-style5 .section-wrapper {
    margin-bottom: -15px;
  }

  .product-section.product-style5 .section-wrapper .product-right {
    margin-bottom: 15px;
  }

  .product-section.product-style5 .section-wrapper .product-right .product-slider-item .product-slider-thumb img {
    width: 100%;
  }

  .product-section.product-style5 .section-wrapper .product-right .slider-product-pagination {
    margin-top: 30px;
  }

  .product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span {
    width: 12px;
    height: 12px;
    border: 2px solid #f15922;
    background: #fff;
    opacity: 1;
    margin: 2px;
  }

  .product-section.product-style5 .section-wrapper .product-right .slider-product-pagination span.swiper-pagination-bullet-active {
    background: #f15922;
  }

  .product-section.grid-2 .section-wrapper {
    margin-bottom: -10px;
  }

  .product-section.grid-2 .product-item .product-inner {
    margin: 0 0 25px;
  }

  .product-section.grid-2 .product-item .product-inner .product-thumb img {
    width: 100%;
  }

  .product-section.masonary .section-wrapper {
    margin-bottom: 15px;
  }

  .product-section.masonary .section-wrapper .grid .product-item {
    width: calc(100% / 1);
  }

  @media (min-width: 576px) {
    .product-section.masonary .section-wrapper .grid .product-item {
      width: calc(100% / 2);
    }
  }

  @media (min-width: 992px) {
    .product-section.masonary .section-wrapper .grid .product-item {
      width: calc(100% / 4);
    }
  }

  .product-section.masonary .section-wrapper .grid .product-item .product-inner {
    margin: 5px;
  }

  .product-section.masonary .section-wrapper .grid .product-item .product-inner .product-thumb img {
    width: 100%;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner {
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner:hover {
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner:hover .product-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-thumb {
    width: 100%;
  }

  @media (min-width: 1200px) {
    .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-thumb {
      width: 50%;
    }
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content {
    width: 100%;
  }

  @media (min-width: 1200px) {
    .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content {
      width: 50%;
      text-align: left;
    }
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .price span {
    margin-right: 10px;
    color: #f15922;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .price span del {
    color: #181818;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .price span:last-child {
    margin-right: 0;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option {
    left: auto;
    margin-top: 15px;
    opacity: 1;
    position: static;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn {
    background: transparent;
    border: 2px solid #f15922;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn span {
    color: #f15922;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn:hover::after {
    background: #f15922;
  }

  .product-section.home-4 .section-wrapper .product-item-2 .product-inner .product-content .cart-option .lab-btn:hover span {
    color: #fff;
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner {
    border: 10px solid #fff;
    background: #eff4f8;
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner .product-thumb {
    padding: 20px 0 0;
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner .product-content {
    background: transparent;
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner .product-content p {
    margin-bottom: 0px;
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner .cart-option {
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .product-section.home4s2 .section-wrapper .product-item-2 .product-inner .cart-option .lab-btn {
    display: block;
    padding: 7px 15px;
  }

  /* @@@@@@@@@@@@@  Abs Product  Section Start Here  @@@@@@@@@@@@@@ */
  .abs-product .section-wrapper {
    z-index: 1;
    background: #fff;
    margin-top: -70px;
    box-shadow: 0 3px 3px rgba(239, 244, 255, 0.67);
  }

  .abs-product .section-wrapper .col-12:last-child .abs-product-item::after {
    display: none;
  }

  /* @@@@@@@@@@@@@  Team Member Section Start Here  @@@@@@@@@@@@@@ */
  .team-member-section .section-wrapper {
    margin-bottom: -15px;
  }

  /* @@@@@@@@@@@@@  testimonial  Section Start Here  @@@@@@@@@@@@@@ */

  /* @@@@@@@@@@@@@  Contact Us Section Start Here  @@@@@@@@@@@@@@ */
  .contact-section .contac-top {
    margin-bottom: 60px;
  }

  .contact-section .contac-bottom {
    margin-bottom: 15px;
  }

  @media (max-width: 991px) {
    .location-map {
      margin-bottom: 15px;
    }
  }

  .location-map #map {
    height: 435px;
    width: 100%;
  }

  .location-map #map iframe {
    height: 100%;
    width: 100%;
    border: none;
  }

  .contact-form form.comment-form {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
  }

  .contact-form form.comment-form input[type=text],
  .contact-form form.comment-form [type=email],
  .contact-form form.comment-form [type=tel] {
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
  }

  @media (min-width: 576px) {

    .contact-form form.comment-form input[type=text],
    .contact-form form.comment-form [type=email],
    .contact-form form.comment-form [type=tel] {
      width: calc(100% / 2 - 10px);
    }
  }

  @media (min-width: 768px) {

    .contact-form form.comment-form input[type=text]:nth-child(3),
    .contact-form form.comment-form [type=email]:nth-child(3),
    .contact-form form.comment-form [type=tel]:nth-child(3) {
      width: 100% !important;
      margin-right: 0;
    }
  }

  .contact-form form.comment-form textarea {
    background: #fff;
    border: 1px solid #f0f0f0;
    width: 100%;
    padding: 10px 15px;
  }

  .contact-form form.comment-form button.lab-btn {
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px;
    color: #fff;
    background: #8d9aa8;
    outline: none;
    border: none;
  }

  .contact-form form.comment-form button.lab-btn:hover {
    box-shadow: none;
    color: #fff;
  }

  /* @@@@@@@@@@@@@  Service Section Start Here  @@@@@@@@@@@@@@ */
  .service-section .section-wrapper .lab-item .lab-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.08);
  }

  .service-section .section-wrapper .lab-item .lab-inner .lab-thumb {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }

  .lab-item .lab-inner {
    margin: 15px 0;
    position: relative;
    /* box-shadow: 0 0 8px rgba(136, 136, 136, 1); */
    padding: 40px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lab-item .lab-inner:hover:hover {
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  }

  .lab-item .lab-inner:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }

  .lab-item .lab-inner:hover .lab-content h5 {
    color: #000;
  }

  .lab-item .lab-inner .lab-thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 80px;
    border-radius: 30px 2px;
    margin-bottom: 10px;
  }

  @media (min-width: 992px) {
    .lab-item .lab-inner .lab-thumb {
      margin-bottom: 10px;
    }
  }

  .lab-item .lab-inner .lab-content h5 {
    margin-bottom: 0px;
  }

  .lab-item .lab-inner .lab-content p {
    margin-bottom: 0;
  }

  .service-single .section-wrapper .left-item {
    width: 100%;
    padding: 0 15px;
    margin-top: 60px;
  }

  @media (min-width: 992px) {
    .service-single .section-wrapper .left-item {
      width: calc(33%);
      margin-top: 0;
    }
  }

  .service-single .section-wrapper .left-item h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
  }

  .service-single .section-wrapper .left-item .service-tab {
    margin-bottom: 50px;
  }

  .service-single .section-wrapper .left-item .service-tab ul {
    margin: 0;
    padding: 0;
  }

  .service-single .section-wrapper .left-item .service-tab ul.tab-menu li {
    list-style: none;
    padding: 15px 25px;
    border: 1px solid #ebebeb;
    color: #181818;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: none;
  }

  .service-single .section-wrapper .left-item .service-tab ul.tab-menu li:hover {
    background: #ebebeb;
  }

  .service-single .section-wrapper .left-item .service-tab ul.tab-menu li.active {
    color: #fff;
    background: #f15922;
    border-color: #f15922;
  }

  .service-single .section-wrapper .left-item .service-tab ul.tab-menu li:first-child {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
  }

  .service-single .section-wrapper .left-item .service-tab ul.tab-menu li:last-child {
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    border-bottom: 1px solid #ebebeb;
  }

  .service-single .section-wrapper .left-item .need-help,
  .service-single .section-wrapper .left-item .brochure {
    padding: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
  }

  @media (min-width: 1440px) {

    .service-single .section-wrapper .left-item .need-help,
    .service-single .section-wrapper .left-item .brochure {
      padding: 30px;
    }
  }

  .service-single .section-wrapper .left-item .brochure {
    margin-bottom: 50px;
  }

  .service-single .section-wrapper .left-item .brochure p {
    margin-bottom: 25px;
  }

  .service-single .section-wrapper .left-item .brochure .lab-btn {
    padding: 12px 26px;
    font-size: 14px;
    background: #f15922;
  }

  .service-single .section-wrapper .left-item .need-help ul {
    margin: 0;
  }

  .service-single .section-wrapper .left-item .need-help ul li {
    justify-content: flex-start;
    color: #716c80;
    line-height: 24px;
    padding: 5px 0;
    list-style: none;
  }

  .service-single .section-wrapper .left-item .need-help ul li span {
    font-weight: 500;
    margin-right: 5px;
    color: #181818;
  }

  .service-single .section-wrapper .right-item {
    width: 100%;
    padding: 0 15px;
  }

  @media (min-width: 576px) {
    .service-single .section-wrapper .right-item .tab-cont {
      padding-bottom: 30px;
    }
  }

  .service-single .section-wrapper .right-item .tab-cont .tab-pane {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .service-single .section-wrapper .right-item .post-thumb {
    margin-bottom: 45px;
  }

  @media (max-width: 767px) {
    .service-single .section-wrapper .right-item .post-thumb {
      margin-bottom: 25px;
    }
  }

  .service-single .section-wrapper .right-item img {
    display: block;
  }

  @media (min-width: 992px) {
    .service-single .section-wrapper .right-item {
      width: calc(100% - 33%);
    }
  }

  .service-single .section-wrapper .right-item p {
    margin-bottom: 24px;
  }

  @media (min-width: 768px) {
    .service-single .section-wrapper .right-item .post-item {
      flex-direction: row-reverse;
      margin: -15px;
    }

    .service-single .section-wrapper .right-item .post-item .post-thumb,
    .service-single .section-wrapper .right-item .post-item .post-content {
      padding: 15px;
    }

    .service-single .section-wrapper .right-item .post-item .post-thumb {
      width: 44%;
    }

    .service-single .section-wrapper .right-item .post-item .post-content {
      width: 56%;
    }

    .service-single .section-wrapper .right-item .post-item .post-content h5 {
      margin-bottom: 15px;
    }
  }

  @media (min-width: 768px) {
    .service-single .section-wrapper .right-item .post-item .post-thumb {
      padding-left: 30px;
    }
  }

  @media (max-width: 575px) {
    .service-single .section-wrapper .right-item .post-item .post-thumb .thumb {
      margin-bottom: 24px;
    }
  }

  .service-single .section-wrapper .right-item .post-item .post-thumb .ser-sing-items {
    padding: 0 20px;
  }

  .service-single .section-wrapper .right-item .post-item .post-thumb .item p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #8a94a6;
  }

  .service-single .section-wrapper .right-item .post-item .post-thumb .item h5 {
    margin: 0;
    color: #405089;
    font-size: 22px;
  }

  /* @@@@@@@@@@@@@  Faq Section Start Here  @@@@@@@@@@@@@@ */
  .faq-section .faq-tab {
    padding: 30px;
    box-shadow: 0 5px 5px rgba(81, 70, 174, 0.15);
  }

  @media (max-width: 991px) {
    .faq-section .faq-tab {
      margin-bottom: 24px;
    }
  }

  .faq-section .faq-tab>h5 {
    margin-bottom: 15px;
  }

  .faq-section .faq-tab ul {
    border: none;
  }

  .faq-section .faq-tab ul li {
    width: 100%;
  }

  .faq-section .faq-tab ul li a {
    padding: 5px 0;
    color: #716c80;
    font-size: 16px;
    border: none;
  }

  .faq-section .faq-tab ul li a.active {
    color: #f15922;
    text-decoration: underline;
  }

  .faq-section .faq-content .tab-pane>h5 {
    color: #f15922;
    margin-bottom: 15px;
    text-decoration: underline;
  }

  .faq-section .faq-content .tab-pane .card {
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 3px 3px rgba(81, 70, 174, 0.15);
  }

  .faq-section .faq-content .tab-pane .card-header {
    background: #fdfeff;
    border: none;
    padding: 0;
  }

  .faq-section .faq-content .tab-pane .card-header .faq-item {
    padding: 20px 30px;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    background: #fdfeff;
    font-size: 16px;
  }

  @media (min-width: 576px) {
    .faq-section .faq-content .tab-pane .card-header .faq-item {
      font-size: 20px;
    }
  }

  .faq-section .faq-content .tab-pane .card-header .faq-item::after,
  .faq-section .faq-content .tab-pane .card-header .faq-item::before {
    background: #181818;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-section .faq-content .tab-pane .card-header .faq-item::after {
    width: 20px;
    height: 2px;
  }

  .faq-section .faq-content .tab-pane .card-header .faq-item.collapsed::before {
    width: 2px;
    height: 20px;
    right: 29px;
  }

  .faq-section .faq-content .tab-pane .card-body {
    background: #fdfeff;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */
  .footer-section {
    background: #000000;
  }

  .footer-section * {
    z-index: 1;
  }

  .footer-section::after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    background: url(../css/bg-image/footer-top-bg.png) no-repeat;
    transform: translateY(-50%);
  }

  .footer-section .footer-top .footer-item {
    margin-bottom: 40px;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-logo {
    margin-bottom: 20px;
    margin-left: 25px;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-desc p {
    color: #e49a1d;
    font-size: 14px;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-desc h6 {
    color: #fff;
    font-size: 14px;
    margin-top: -5px;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-title {
    margin-bottom: 20px;
    margin-left: 25px;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-title h5 {
    color: #fff;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-body ul li {
    padding: 10px 0;
  }

  .footer-section .footer-top .footer-item .footer-inner .footer-body ul li .detalis p {
    color: #fff;
  }

  .footer-section .footer-top .footer-item.footer-addtess .footer-inner .footer-body ul li .icon {
    width: 30px;
    color: #f15922;
    font-size: 20px;
  }

  .footer-section .footer-top .footer-item.footer-addtess .footer-inner .footer-body ul li .detalis {
    width: calc(100% - 40px);
  }

  .footer-section .footer-top .footer-item.footer-addtess .footer-inner .footer-body ul li .detalis p {
    margin-bottom: 0;
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li {
    justify-content: space-between;
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li:hover .thumb img {
    transform: scale(1.05);
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .thumb {
    width: 90px;
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .detalis {
    width: calc(100% - 100px);
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .detalis h5,
  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .detalis h6 {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 100;
    color: #fff;
    font-size: 15px;
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .detalis h5 {
    margin-bottom: 10px;
  }

  .footer-section .footer-top .footer-item.footer-blog .footer-inner .footer-body ul li .detalis h5:hover {
    color: #f15922;
  }

  .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li {
    width: calc(100% / 3);
    padding: 2px;
  }

  .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li:hover img {
    transform: scale(1.05);
  }

  .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li a {
    display: block;
    width: 100%;
  }

  .footer-section .footer-top .footer-item.footer-gallery .footer-inner .footer-body ul li img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer-section .footer-bottom {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid #f8fafb1f;
  }

  .footer-section .footer-bottom p {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
  }

  .footer-section .footer-bottom p a {
    padding: 0 5px;
    color: #fff;
  }

  .footer-section .footer-bottom p a:hover {
    color: #f15922;
  }

  /*# sourceMappingURL=style.css.map */
  .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .set-bg-Spe {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  @media only screen and (max-width: 600px) {
    .set-bg {
      margin-top: 62px;
    }
  }

  .bg-video {
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
  }

  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .p13 {
    text-decoration: none;
    border-bottom: 3px solid #f15922;
    font-family: 'Gotham';
    letter-spacing: -1px;
  }

  .pM {
    margin-top: 25px;
  }

  .pMC {
    font-size: 18px;
    margin-top: 25px;
    line-height: 30px;
    color: #000;
  }

  @media (max-width: 575px) {
    .pMC {
      font-size: 15px;
      margin-top: 25px;
      line-height: 18px;
      color: #000;
    }
  }

  .bg-light {
    border: 2px solid #f15922 !important;
  }

  .VMM {
    font-family: 'Gotham';
    color: #f15a22;
    font-size: 35px;
    font-weight: 500;
  }

  .VMH {
    font-family: 'Gotham';
    color: #f15a22;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }

  .VMB {
    font-family: 'Gotham';
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 30px;
  }

  .serviceHD {
    font-family: 'Gotham';
    font-size: 20px;
    color: #000;
    text-align: center;
  }

  .serviceS {
    font-family: 'Gotham';
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    margin-left: 40px
  }

  /* service section text css */
  .serviceHD1 {
    font-family: 'Gotham';
    font-size: 20px;
    color: #b79230;
    margin-left: 14px
  }

  .serviceS1 {
    font-family: 'Gotham';
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    /* margin-left: 40px */
  }

  .locationmapHD {
    font-family: 'Gotham';
    font-size: 20px;
    color: #b79230;
    margin-left: 4px;
  }

  .locationmap-pnt {
    font-family: 'Gotham';
    font-size: 14px;
    color: #fff;
    margin-top: 1px;
  }

  table,
  tr,
  td,
  th {
    border: none !important;
  }

  .table td,
  .table th {
    padding: 4px !important;
  }

  /* banner crousel */
  .top-content {
    width: 100%;
    padding: 0;
    background-color: #061f3e;
  }

  .top-content .carousel-control-prev {
    border-bottom: 0;
  }

  .top-content .carousel-control-next {
    border-bottom: 0;
  }

  .top-content .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
  }

  @media (max-width: 767px) {

    h1,
    h2 {
      font-size: 22px;
      line-height: 30px;
    }

    .top-content .carousel-caption {
      bottom: 20px;
    }

    .top-content .carousel-indicators {
      display: none;
    }
  }

  @media (max-width: 575px) {
    .top-content {
      margin-top: 75px;
    }

    .top-content .carousel-caption {
      bottom: 0;
      padding-bottom: 20px;
    }

    .top-content .carousel-caption-description {
      display: none;
    }

    .top-content h1,
    .top-content h2,
    .top-content h3 {
      font-size: 18px;
    }
  }

  .fa-brands,
  .fab {
    color: #777;
    font-size: 30px;
  }

  .fa-brands:hover {
    color: #000;
  }

  .scocial {
    margin-top: 40px;
    margin-left: -40px;
  }

  .scocial li {
    display: inline-block;
    /* margin-left: 15px; */
    padding-left: 15px;
    position: relative;
    z-index: 1;
  }

  .nav {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .logo,
  #hamburger {
    margin: 1%;
  }

  #hamburger {
    /* opacity: 0.5;*/
    cursor: pointer;
    transition: opacity 0.25s linear;
    width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
    height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
    display: flex;
    align-items: center;
  }

  #hamburger:hover {
    opacity: 1;
  }

  #hamburger div,
  #hamburger div:after,
  #hamburger div:before {
    background-color: #fff;
    border-radius: 10px;
    width: clamp(1.5rem, 2vw + 1.1rem, 2.5rem);
    height: clamp(0.1rem, 0.3vw + 0.1rem, 0.3rem);
    /*width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
  height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);*/
    transition: all 0.15s linear;
  }

  #hamburger div:before,
  #hamburger div:after {
    content: "";
    position: absolute;
  }

  #hamburger div:before {
    transform: translateY(-200%);
  }

  #hamburger div:after {
    transform: translateY(200%);
  }

  #hamburger.open div {
    background: transparent;
  }

  #hamburger.open div:before {
    transform: rotate(45deg);
  }

  #hamburger.open div:after {
    transform: rotate(-45deg);
  }

  #overlay {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background-color: #1a1a1af5;
    z-index: 2;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: -40px; */
  }

  #overlay.menu {
    transform: translateY(0%);
  }

  #overlay a {
    text-decoration: none;
    color: #fafafa;
    /*font-size: clamp(1rem, 4.1vw + 0.2rem, 10rem);*/
    margin: 2%;
    opacity: 0.5;
    transition: opacity 0.2s linear;
  }

  #overlay a:hover {
    opacity: 1;
  }

  .youtube-embed {
    position: relative;
    padding-bottom: 60%;
    width: 100%;
    text-align: left;
  }

  .youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 75%;
    overflow: hidden;
  }

  .amesec {
    margin-top: -300px;
  }

  @media (max-width: 992px) {
    .amesec {
      margin-top: -130px;
    }
  }

  #h3_own {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
  }

  #h3_own_1 {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
  }

  /*===========================
  slider
============================ */
  /* slider css start */
  .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    width: 100%;
    height: 1080px;
  }

  .carousel-item-bgimage1 {
    background-image: url('../images/Banner_1.jpg');
  }

  .carousel-item-bgimage2 {
    background-image: url('../images/Banner_2.jpg');
  }

  @media (min-width: 300px) and (max-width: 768px) {
    .carousel-item-bgimage1 {
      background-image: url('../images/Banner_1.1.jpg');
      height: 100vh;
    }

    .carousel-item-bgimage2 {
      background-image: url('../images/Banner_2.2.jpg');
      height: 100vh;
    }

    #h3_own {
      color: #fff;
      font-size: 35px;
      font-weight: 700;
    }

    #h3_own_1 {
      color: #fff;
      font-size: 30px;
      font-weight: 400;
    }
  }

  .uk-card-default {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .00) !important;
  }