/*!
 * Name : Tech Republic Website & Ecommerce
 * Version: 1.0.0
 * Author: SYP Solutions Ltd
 * Author URL: https://sypsolutions.com.bd/
 * Github: https://github.com/sajeebdebnath
 * Sajeeb Debnath
 * Table of Contents:
    1. Home
        01. Header Section
        11. Footer Section
*/

/* ------------------------- Home Page Start --------------------- */

/*==================================
Header CSS Start
==================================*/


        .hero-section {
            background: url('https://via.placeholder.com/1920x400') no-repeat center center/cover;
            color: white;
            text-align: center;
            padding: 10px 15px;
        }
        .hero-section h1 {
            font-size: 3rem;
            font-weight: bold;
        }
        .content-section {
            padding: 0px;
        }
        .content-section h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        .content-section img {
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

.tech-header-info-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.main-nav ul li.drop-open.c-1:hover:after {
    transform: rotate(90deg); /* Rotates the icon when hovered */
}
.main-nav ul li.drop-open.c-1:not(:hover):after {
    animation: rotate-back 0.5s ease-in-out forwards;
}

@keyframes rotate-back {
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.tech-header-info-inner .tech-header-box a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tech-header-content-box {
  display: flex;
  flex-direction: column;
}

.header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  position: relative;
}

.our-service-section, .benefit-area, .quality-area, .our-partner-area, .map-area {
    background-blend-mode: soft-light;
}


.tech-header-box-title {
  font-family: var(--tech-body-typography-font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #60626d;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
}

.short-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em; /* Adjust based on font size */
    line-height: 1.5em; /* Ensures 3 lines fit within the height */
}

.our-clients-page p, .our-service-page p, .we-represent-page p{
    padding: 20px;
    text-align: justify;
}

.tech-header-box-content {
  font-family: var(--tech-heading-typography-font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #131419;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
}


.items {
    display: block; /* Initially hidden */
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.filter-group.active .items {
    display: none; /* Show when active */
}


.main-nav {
  position: relative;
}
.drop-open .c-1 ul{
  display: inline-block;
}
.main-nav .overlay {
  display: none;
}
.main-nav .nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav .nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-categories.bg-gray.p-tb-20{
    margin-top: 40px;
}

.for-product-query{
    margin: 50px 0px;
}

.form-complain .btn-complain{
    color: var(--text-white);
    border: 1px solid;
    padding: 15px;
    font-size: 15;
  } 

.for-product-query a{
    transition: var(--transition);
    padding: 14px 30px;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: #fbfbfb 0px 0px 0px 0px inset, rgb(0 0 0 / 20%) 0px 1px 3px;
    color: var(--main-color);
    background-color: transparent;
}
.for-product-query a:hover{
    background: var(--main-color);
    color: #fafafa;
}
.main-nav .nav ul li {
  display: inline-block;
  list-style: none;
  background: none;
  position: relative;
}
.main-nav .nav ul li:first-child a > span {
  transform: translateY(4px);
}

.mr_about .thumb{
    display: flex;
    align-items: end;
    justify-content: center;
}

.main-nav .nav ul li:last-child {
  margin-right: 0;
}
.main-nav .nav li a {
  color: #000;
  display: block;
  transition: all 0.3s ease 0s;
  font-family: var(--tech-heading-typography-font-family);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
.main-nav .nav .drop-menu-1 {
  left: 0;
}
.main-nav .nav .drop-menu-1 li {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
  background: white;
  text-align: left;
  margin: 0;
  height: auto;
  position: relative;
}

.drop-down.drop-menu-1 li a{
    font-size: 0.8rem;
}
.service-section .service-card .service-section-contents .card-pg{
    margin: 20px 0px 0px;
}
#input-description {
    height: 100px; /* Adjust as needed */
}

.service-section .services-form .cta-button{
    transition: var(--transition);
    padding: 14px 30px;
    border-radius: 2rem;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin: 0;
}
    
.service-section .service-card .service-section-contents div{
    margin: 35px 0px 0px;
}

.main-nav .drop-menu-1 li:nth-last-child(1) {
  border-bottom: none;
}

.main-nav .drop-down a:hover {
  color: var(--secondaryBg);
}

.main-nav .drop-menu-1 a {
  display: block;
  padding: 1px 15px;
  color: var(--tech-blackish-color);
}

.main-nav .drop-menu-1 li:hover > a {
  color: white;
}

.main-nav .nav .nav a:hover,
a:focus {
  color: var(--main-color);
  text-decoration: none;
}

.main-nav ul ul {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 100%; /* Adjust for proper positioning */
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: -1;
  list-style: none;
  box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 15%);
  transition: all 0.8s ease;
}

.main-nav ul li:hover > ul {
  visibility: visible;
  height: auto; /* Automatically adjusts based on content */
  opacity: 1;
  z-index: 1; /* Bring it forward */
  overflow: visible; /* Show contents */
}


.main-nav ul li.drop-open.c-1 {
  padding: 10px 0;
  margin: 0;
  margin-right: 20px;
}
.main-nav ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
  margin: 5px;
}

.main-nav .nav .drop-menu-2 li {
  position: relative;
  background: white;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.main-nav ul li.drop-open.c-1:after {
  content: "\e5cf";
  position: absolute;
  font-family: "Material Symbols Outlined";
  color: var(--secondary-color);
}

.drop-down.drop-menu-2 {
  left: 100%;
  top: 0%;
}
.main-nav .nav .drop-menu-2 {
  top: 0 !important;
  box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 15%);
}

.nav .drop-down li.drop-open > a:before {
  content: "\e409";
  font-family: "Material Symbols Outlined";
  float: right;
  font-size: 18px;
  position: absolute;
  right: 0;
  padding: 0 10px;
}

.tech-hero-slider-box .tech-hero-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}

.tech-hero-slider-box .tech-hero-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: #0000007d;
  border-radius: 10px 0px 10px 0px;
  border: 2px solid #fff;
}

.tech-hero-slider-box .tech-hero-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #0000007d;
  border-radius: 0px 10px 0px 10px;
  border: 2px solid #fff;
}

.tech-hero-slider-box .tech-hero-slider .owl-nav .owl-prev span,
.tech-hero-slider-box .tech-hero-slider .owl-nav .owl-next span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  transform: translateY(3px);
}

.tech-hero-slider-box .tech-hero-slider .owl-dots {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 46%;
}

.tech-hero-slider-box .tech-hero-slider .owl-dots .owl-dot {
}

.tech-hero-slider-box .tech-hero-slider .owl-dots .owl-dot span {
  width: 22px;
  height: 16px;
  border-radius: 4px 0 4px 0;
  border: 2px solid #fff;
  background: transparent;
  display: inline-block;
  margin: 5px;
}

.tech-hero-slider-box .tech-hero-slider .owl-dots .owl-dot.active span {
  background: var(--tech-global-color);
  border: 2px solid var(--tech-global-color);
}
.header-menu {
  position: relative;
  border-radius: 0 0 30px;
  flex-grow: 1;
  display: block;
  height: 100%;
  padding: 7px 0;
}

.header-style-1 .menu-right-box {
  margin-left: 20px;
  display : none !important;
}
.common-home .header-style-1 .menu-right-box {
  display: initial !important;
}
.header-style-1 .header-menu:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1500px;
  right: 0;
  top: 0;
  background-color: var(--tech-global-color);
  z-index: -1;
  border-radius: 0 0 30px 0;
}
.header-style-1 .site-header-menu {
  margin-bottom: -34px;
  z-index: 5;
  position: relative;
}
.header-quote-btn {
  background: var(--secondary-color);
}

.header-quote-btn:hover {
  background: var(--secondary-color);
}
.header-style-1 .header-menu .site-title {
  display: none;
}
.on-sticky .header-style-1 .header-menu .site-title {
  display: block;
}
.on-sticky .site-header-menu {
  background: white;
  padding: 5px 0;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
}
.on-sticky .header-style-1 .header-menu:before {
  display: none;
}
.on-sticky .main-nav li a,
.on-sticky .main-nav ul li.drop-open.c-1:after {
  color: black;
}
.on-sticky .header-menu {
  display: flex;
  gap: 180px;
  align-items: center;
  justify-content: space-between;
}
.common-home.on-sticky .header-menu {
  justify-content: initial;
}
.tech-header-info {
  display: none;
}

.common-home .tech-header-info {
  display: block;
}
.ecom-header-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ecom-header-button .header-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.ecom-header-button .header-link .text p {
  margin: 0;
  font-weight: 600;
  transition: 0.4s all;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
}

.ecom-header-button .header-link .text .bottom {
  font-size: 10px;
  text-align: left;
}
.common-home .ecom-header-button {
  display: none;
}
/*==================================
Header CSS End
==================================*/

/*==================================
Why Us Section Start
==================================*/

.whyUs_section .whyUs_section_inner {
  background: url(../image/ovarlay.png);
  background-size: cover;
  background-color: black;
}

.whyUs_section .whyUs_section_inner .why_choose_us h2 {
  font-size: 45px;
  line-height: 1.1em;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--tech-body-typography-font-family);
}

.whyUs_section .whyUs_section_inner .why_choose_us p {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 400;
  margin: 0;
}

.whyUs_section .whyUs_section_inner .why_choose_us .whyus-bg-mob {
  display: none;
}

.whyUs_section .whyUs_section_inner .why_choose_us .whyus-bg-mob img {
  width: 100%;
}

.whyUs_section .whyUs_section_inner .why_choose_us .tech-btn {
  background-color: var(--tech-global-color);
}

.whyUs_section .whyUs_section_inner .why_choose_us .tech-btn:hover {
  background: white;
  color: var(--tech-global-color);
}
.why_choose_us .tech-btn:hover span:before {
  background-color: var(--tech-global-color);
}

/*==================================
  Why Us Section End
  ==================================*/

/*==================================
Represent Section Start
==================================*/
.represent_section {
  background: var(--tech-blackish-color);
}

.represent_section .represent_section_inner {
  background: url(../image/ovarlay.png);
  background-size: cover;
}

.represent_section .represent_section_inner .section_title h2 {
  color: white;
}

.represent_section .represent_section_inner .section_title p {
  color: white;
}

.represent_main_sec {
  margin-bottom: 20px;
}

.represent_main_sec .card {
  border: 1px solid var(--tech-blackish-color);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.represent_main_sec .card .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
}

.represent_main_sec .card .card-body {
  background: #5b5a5f;
  padding: 0;
}
.represent_main_sec .card .card-body .show-all {
  padding: 0px 20px;
  display: block;
  margin-top: 10px;
}
.represent_main_sec .card .card-body p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  border-top: 1px solid #ffffff5c;
  padding: 3px 0;
}

.represent_main_sec .card:hover .card-img .card_overlay {
  opacity: 1;
}

.represent_main_sec .card .card-img .card_overlay a:hover {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15);
}
.represent_main_sec .brand-product-list {
  padding: 10px 20px 5px;
}
.represent_main_sec .brand-product-list ul {
  height: 190px;
}
.represent_main_sec .brand-product-list ul li a {
  color: white;
  opacity: 0.8;
  position: relative;
  display: block;
  font-size: 15px;
  padding-right: 25px;
}

.represent_main_sec .brand-product-list ul li a:after {
  content: "\e5cc";
  position: absolute;
  right: -5px;
  font-family: "Material Symbols Outlined";
  color: white;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.represent_main_sec .brand-product-list ul li:hover a,
.represent_main_sec .brand-product-list ul li:hover a:after {
  color: var(--tech-global-color);
  opacity: 1;
}
/*==================================
  Represent Section End
  ==================================*/

/*==================================
Product Section Start
==================================*/
.products_section {
  background-color: black;
}
.products_section .products_section_inner {
  background: url(../image/ovarlay.png);
  background-size: cover;
}

.products_section .products_section_inner .section_title h2 {
  color: white;
}

.products_section .products_section_inner .section_title p {
  color: white;
}

.single-product-item {
  height: auto !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.single-product-item:before {
  content: "";
  width: 100%;
  height: 150%;
  transform: translateY(50%);
  background-color: var(--tech-light-color);
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 100rem;
  border-top-right-radius: 100rem;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.single-product-item a {
  position: relative;
  z-index: 2;
}

.single-product-item:hover:before {
  transform: translateY(0);
  background: var(--tech-global-color);
}
.single-product-item .product-title h3 {
  margin: 10px 15px !important;
  font-size: 22px;
  transition: 0.4s all;
  line-height: 30px;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-product-item .product-image-wrapper img {
  width: 100%;
}

.product-image-wrapper {
  position: relative;
}

.product-image-wrapper .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all;
}

.img.featured-img {
  transition: 0.3s all;
}

.single-product-item:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.product-description {
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 2rem;
}

.product-description ul li {
  margin: 0 15px 10px 15px !important;
  font-size: 0.8rem;
  list-style: none;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.4s all;
}
.product-description ul.list {
  height: 250px;
}
/*
.product-description ul li:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 1.3rem;
  font-family: "Material Symbols Outlined";
  content: "\e86c";
  margin-right: 0.5rem;
  color: black;
  transition: 0.4s all;
}
.product-description ul li::before {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
*/
.single-product-item:hover h3 {
  color: white;
}
.single-product-item:hover .product-description ul li::before,
.single-product-item:hover .product-description ul li {
  color: white;
}

/*==================================
Product Section End
==================================*/

/*==================================
Service Section Start
==================================*/
.service_section {
  background: black;
}

.service_section .service_section_inner {
  background: url(../image/ovarlay.png);
  background-size: cover;
}

.service_section .service_section_inner .section_title h2 {
  color: white;
}

.service_section .service_section_inner .section_title p {
  color: white;
}

.service_section .service_section_inner .service_main_sec {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.service_section .service_section_inner .service_main_sec .card.si_card {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.card-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100px;
  width: 100px;
  z-index: 9;
  background-color: var(--tech-global-color);
  border: 6px solid var(--tech-light-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.service_section
.service_section_inner
.service_main_sec:hover
.card.si_card
.card-icon {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.card-icon
img {
  width: 60px;
  line-height: 1em;
  color: var(--tech-blackish-color);
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.card-img {
  position: relative;
  margin-bottom: 0;
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.card-img
img {
  display: block;
  width: 100%;
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.overlay {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  transition: all 0.3s ease-out;
  padding: 50px 20px 20px 20px;
  color: #fff;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.overlay::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5%;
  left: -30%;
  width: 150%;
  height: 150%;
  opacity: 0.5;
  background-color: var(--tech-global-color);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0.9;
}

.service_section
.service_section_inner
.service_main_sec:hover
.card.si_card
.overlay {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.service_section
.service_section_inner
.service_main_sec
.card.si_card
.overlay
.desc {
}

.service_section .service_section_inner .service_main_sec .card.sc_card {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  margin-top: -2px;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body {
  border: 1px solid #ffffff42;
  border-top: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body::before,
.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 3;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body::before {
  border-bottom: 1px solid var(--tech-global-color);
  border-left: 1px solid var(--tech-global-color);
  transform-origin: 0 100% 0;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body::after {
  border-right: 1px solid var(--tech-global-color);
  /* border-top: 1px solid var(--siteColor1); */
  transform-origin: 100% 0 0;
}

.service_section
.service_section_inner
.service_main_sec:hover
.card.sc_card
.card-body::before,
.service_section
.service_section_inner
.service_main_sec:hover
.card.sc_card
.card-body::after {
  transform: scale(1);
}

.service_section
.service_section_inner
.service_main_sec:hover
.card.sc_card
.card-body {
  border: 1px solid var(--tech-global-color);
  border-top: none;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body
h4 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: white;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body
a.btn-service {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: var(--tech-global-color);
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 30px;
  background-color: transparent;
  font-weight: 700;
  padding: 7px 15px 5px;
  border: 3px solid var(--tech-global-color);
  min-width: 150px;
  line-height: 20px;
  text-transform: uppercase;
  z-index: 4;
  transition: all 0.25s linear;
}

.service_section
.service_section_inner
.service_main_sec
.card.sc_card
.card-body
a.btn-service:hover {
  color: var(--tech-blackish-color);
  background-color: var(--tech-global-color);
}

/*==================================
  Service Section End
  ==================================*/

/*==================================
  Contact Section Start
  ==================================*/
.tech-right-edpand,
.tech-left-edpand {
  position: relative;
  padding: 14px 0;
}
.tech-right-edpand-bg {
  width: 376px;
}
.tech-right-edpand-bg video {
  width: 100%;
  border-radius: 50px 0 0 0;
}

.tech-left-edpand:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1500px;
  right: 0;
  top: 0;
  background-color: var(--tech-global-color);
  z-index: -1;
  border-radius: 0 0 50px 0;
  background-image: url(../image/ovarlay.png);
  background-size: cover;
}

.tech-ihbox-style-3 .tech-ihbox-box {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.tech-ihbox-style-3 .tech-ihbox-icon-wrapper {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 155px;
  line-height: 155px;
}
img.tech-grevo-icon.tech-grevo-icon-plugin {
  width: 155px;
  height: 155px;
  opacity: 0.1;
}
.jumborton-btn {
  background-color: var(--tech-blackish-color) !important;
  color: #fff !important;
}

.jumborton-btn span::before {
  background-color: #fff !important;
}

.jumborton-btn:hover {
  background-color: #fff !important;
  color: var(--tech-global-color) !important;
}

.jumborton-btn:hover span::before {
  background-color: var(--tech-global-color) !important;
}
.tech-ihbox-style-3 .tech-element-title {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 5px;
  letter-spacing: -0.4px;
  color: #fff;
  text-transform: capitalize;
}

/*==================================
  Contact Section End
  ==================================*/

/*==================================
Client Section Start
==================================*/
.client_section {
  background: var(--tech-blackish-color);
}

.client_section .client_section_inner {
  background: url(../image/ovarlay.png);
  background-size: cover;
  padding: 50px 0;
}

.client_section_inner .section_title h2,
.client_section_inner .section_title p {
  color: white;
}

.client_section .client_section_inner .client-slider .item {
  padding: 5px;
}

.client_section .client_section_inner .client-slider .item img {
  background: white;
  border-radius: 5px;
  box-shadow: 4px 4px 0px rgb(255 255 255 / 50%);
}

.client_section .client_section_inner .client-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -40px;
  right: 0;
  height: 30px;
}

.client_section
.client_section_inner
.client-slider
.owl-nav
[class*="owl-"]:hover {
  background: transparent;
}

/*==================================
Client Section Start
==================================*/

/*==================================
Bestin Section Start
==================================*/
.home1-test-section {
  position: absolute;
  height: 55%;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-color: var(--tech-global-color);
  display: block;
  width: -webkit-fill-available;
  border-radius: 60px 0px;
  margin: 0px 80px;
  background-image: url(../image/ovarlay.png);
  background-size: cover;
}
@media (min-width: 1399px) {
  .home1-test-section {
    margin: 0px 20px;
  }
}

.bestin-section-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-bottom: 60px;
}
.bestin-right .section_title p {
  font-size: 20px;
}
.single-bestin-item {
  box-shadow: 0px 22px 90px 0px rgb(18 28 109 / 13%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px;
  display: flex;
  align-items: center;
  text-align: justify;
  background: white;
  flex-direction: column;
  border-radius: 20px 0;
  justify-content: center;
  gap: 15px;
}
.single-bestin-item:hover {
  background: black;
  border-radius: 0 20px;
}

.single-bestin-item:hover h4 {
  color: var(--tech-global-color);
}
.single-bestin-item .bestin-text h4 {
  font-size: 12px;
  text-align: center;
  line-height: initial;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home1-testimonail-section {
  position: relative;
}

.single-bestin-item .bestin-img img {
  width: 30px;
  height: 30px;
}
.home1-testimonail-section .section_title {
  margin-bottom: 75px;
  text-align: left;
}
/*==================================
Bestin Section End
==================================*/

/*==================================
Testimonial Section Start
==================================*/

.single-testimonial-item {
  background: white;
  position: relative;
  z-index: 3;
  box-shadow: inset 0px 0px 2px 0px rgb(6 5 5 / 13%);
}

.testimonial-content-wrapper {
  padding: 25px 15px;
  border: 5px solid var(--tech-blackish-color);
  border-left-color: white;
  border-bottom-color: white;
  border-radius: 50px;
  position: relative;
  padding-bottom: 15px;
}

.testimonial-img-content img {
  width: 150px !important;
  height: 150px;
  border-radius: 100%;
  display: inline-block !important;
  text-align: center;
  border: 5px solid white;
  object-fit: cover;
  box-shadow: rgba(6, 5, 5, 0.13) 0px 0px 7px 0px;
  position: relative;
  z-index: 3;
}

.testimonial-img-content {
  text-align: center;
}

.testimonial-inner-wrapper {
  padding: 30px;
  position: relative;
}
.testimonial-inner-wrapper:after {
  content: "";
  position: absolute;
  background-image: url(../image/testimonial/shape-1.png);
  width: 55px;
  height: 80px;
  right: 3px;
  bottom: 110px;
}
.single-testimonial-item:after {
  background-color: var(--tech-blackish-color);
  content: "";
  position: absolute;
  width: 100%;
  height: 68%;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.testimonial-content-wrapper:before,
.testimonial-content-wrapper:after {
  position: absolute;
  content: "\f10d";
  width: 120px;
  height: 100px;
  background: white;
  left: -35px;
  top: -35px;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--tech-blackish-color);
}

.testimonial-content-wrapper:after {
  left: auto;
  top: auto;
  bottom: -35px;
  right: -35px;
  background: var(--tech-blackish-color);
  content: "\f10e";
  color: white;
}
.testimonial-text-content {
  text-align: center;
  margin-top: 15px;
}

.testimonial-text-content .testimonial-paragraph {
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}

.testimonial-author-wrap .author-name {
  color: var(--tech-global-color);
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  z-index: 3;
}

.testimonial-author-wrap .company {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
}
.single-testimonial-item::before {
  content: "";
  background-image: url(../image/ovarlay.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68%;
  opacity: 1;
  z-index: 1;
}
.testimonial-text-content .testimonial-paragraph:before,
.testimonial-text-content .testimonial-paragraph:after {
  content: "";
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--tech-global-color);
}

.testimonial-text-content .testimonial-paragraph:after {
  content: "";
}
/*==================================
Testimonial Section End
==================================*/

/*==================================
Video Section Start
==================================*/
.video-section {
  margin-bottom: -10px;
}
/*==================================
Video Section End
==================================*/

/*==================================
  Footer Section Start
  ==================================*/
.tech-footer-overlay {
  border-top: 1px solid #eeeef1;
  padding-top: 40px;
}

.tech-footer-overlay-right {
  display: flex;
}

.tech-footer-contact-info-inner {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}

.tech-footer-contact-info a {
  display: flex;
  align-items: center;
}

.tech-footer-contact-info i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--tech-global-color);
}

.tech-footer-contact-info span {
  display: block;
  font-weight: 500;
  color: var(--tech-blackish-color);
  font-size: 20px;
  line-height: 20px;
}

span.tech-label {
  font-weight: 700;
}

.tech-footer-contact-info span.tech-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.footer-wrap.tech-footer-big-area {
  border-top: 1px solid #eeeef1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-wrap.tech-footer-big-area > .container > .row > .col-sm-12 {
  flex: 0 0 70%;
  max-width: 66%;
  margin-left: 34%;
}

.tech-footer-contact-info-wrap {
  margin-left: 60px;
}

.tech-footer-contact-info {
  position: relative;
}

.tech-footer-contact-info:after {
  content: "";
  width: 1px;
  height: 56px;
  background-color: #eeeef1;
  position: absolute;
  right: -32px;
  top: 0;
  transform: rotate(20deg);
}

.tech-footer-contact-info:last-child::after {
  display: none;
}

footer.footer.site-footer {
  position: relative;
}

footer.footer.site-footer:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-image: none !important;
  border-radius: 0 50px 0 0;
  background-color: var(--tech-blackish-color);
}

.tech-footer-widget-area {
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer a {
  color: #bbb;
}

.site-footer .widget {
  padding: 0px 0 30px;
  position: relative;
}


.tech-footer-widget .widget .widget-title {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}

.tech-footer-widget .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: var(--tech-global-color);
}

.textwidget {
  color: #bbb;
  font-size: 16px;
}

.tech-footer-widget a.btn-arrow {
  border-radius: 0;
  padding: 0;
  display: inline-block;
  margin-top: 30px;
  color: var(--tech-global-color);
}

.tech-footer-widget a.btn-arrow span {
  position: relative;
  padding-right: 42px;
}

.tech-footer-widget a.btn-arrow span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: var(--tech-global-color);
}

.tech-footer-widget a.btn-arrow span:after {
  position: absolute;
  content: "\e5c5";
  font-family: "MATERIAL SYMBOLS OUTLINED";
  top: -1px;
  right: -9px;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  transform: rotate(268deg);
}

.tech-footer-widget a.btn-arrow:hover {
  color: #fff;
}

.tech-footer-widget a:hover.btn-arrow span:before {
  background-color: #fff;
}

.site-footer .widget.widget_nav_menu ul li > a {
  position: relative;
  padding-left: 18px;
  display: block;
}

.site-footer .widget.widget_nav_menu ul li > a:before {
  position: absolute;
  content: "\eac9";
  color: #fff;
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  left: 0;
}

.site-footer .widget .footer-phone {
  font-size: 20px;
  color: var(--tech-global-color);
}

.site-footer .widget .footer-email {
  font-size: 20px;
  color: var(--tech-global-color);
}

.footer.site-footer .widget a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}



.tech-footer-section .tech-footer-contact-info-wrap span.tech-label {
  font-weight: 700;
}

.tech-footer-section.tech-footer-big-area-wrapper {
  background-color: var(--tech-white-color);
  border-top: 1px solid #eeeef1;
  padding-top: 40px;
}

.tech-footer-section.tech-footer-big-area-wrapper .tech-footer-contact-info {
  max-width: 100%;
}

.tech-footer-section.tech-footer-big-area-wrapper
.tech-footer-contact-info
.tech-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.tech-footer-section.tech-footer-big-area-wrapper
.footer-wrap.tech-footer-big-area {
  padding-bottom: 40px;
}

.tech-footer-section .tech-footer-contact-info-wrap {
  margin-left: 60px;
}

.tech-footer-copyright-box.tech-footer-copyright-text {
  display: none;
}

.tech-footer-section.tech-footer-big-area-wrapper:before {
  z-index: 0;
}

.tech-footer-logo-box .tech-footer-logo {
  text-align: center;
}

.tech-footer-section.tech-footer-text-area.tech-footer-logo-box
.tech-footer-logo {
  text-align: right;
}

ul.tech-footer-menu li,
.tech-bottom-links li {
  position: relative;
  display: inline-flex;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  padding-right: 10px;
  margin-right: 10px;
}

ul.tech-footer-menu li:after,
.tech-bottom-links li:after {
  content: "";
  width: 1px;
  top: 4px;
  height: 70%;
  background-color: #bbb;
  position: absolute;
  right: -2px;
}

ul.tech-footer-menu li:last-child::after {
  display: none;
}

.tech-footer-text-area {
  overflow: hidden;
  font-size: 15px;
}

.tech-footer-style-2 .tech-footer-section.tech-footer-widget-area {
  padding-bottom: 20px;
}

.tech-footer-style-2 .tech-footer-section:before {
  border-radius: 0 50px 0 0;
  overflow: hidden;
}

.tech-footer-style-2 .tech-footer-text-inner:after {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  height: 100%;
  width: 2000px;
  background: #000;
  z-index: 0;
}

.tech-footer-style-2 .tech-footer-text-inner {
  background: #000;
  padding: 25px 0;
  border-radius: 50px 0 0 0;
  position: relative;
  color: #bbb;
}

.tech-footer-style-2 .tech-footer-text-inner > div {
  position: relative;
  z-index: 9;
}

.tech-footer-widget a.btn-arrow {
  border-radius: 0;
  padding: 0;
  display: inline-block;
  margin-top: 30px;
  color: var(--tech-global-color);
}

.site-footer .widget.tech-footer-news {
  background-color: var(--tech-global-color);
  border-radius: 0 50px 0 0;
  margin-right: 10px;
  padding: 60px 30px;
  color: #fff;
  margin-top: -140px;
}

.tech-footer-news i {
  font-size: 80px;
  line-height: normal;
  color: #fff;
}

.tech-footer-news h4 {
  font-size: 26px;
  margin-bottom: 26px;
  color: #fff;
}
.site-footer label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 14px;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: 52px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: normal;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.tech-footer-newsletter-form button:hover {
  color: var(--tech-blackish-color);
  border-radius: 0 30px 0 0;
  background-color: #fff;
}

.tech-footer-newsletter-form button {
  margin-top: 20px;
  padding: 16px 45px;
  border-radius: 30px 0;
  border: none;
  background-color: var(--tech-blackish-color);
  -webkit-transition: all 0.6s;
}

.tech-footer-newsletter-form button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.tech-footer-newsletter-form button:hover span {
  color: var(--tech-blackish-color);
}

.tech-footer-style-2 .tech-footer-widget-col-2 {
  padding-right: 60px;
}

.tech-footer-style-2 .tech-footer-widget-col-3 {
  padding-right: 100px;
}

.tech-footer-style-2.site-footer .widget.tech-footer-news {
  background-color: var(--tech-global-color);
  border-radius: 0 50px 0 0;
  margin-right: 10px;
  padding: 50px 30px;
  color: #fff;
  margin-top: -140px;
}

.tech-footer-style-2 .tech-footer-copyright-box-1.col-md-4 {
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}

.tech-footer-style-2 .tech-footer-copyright-box-2.col-md-4 {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}

.tech-footer-style-2.tech-footer-section.tech-text-color-white a.tech-link {
  color: var(--tech-global-color);
  text-decoration: underline;
}

.tech-footer-style-2.site-footer .tech-footer-section:before,
.tech-footer-style-2.site-footer {
  background-color: transparent !important;
}

.tech-footer-style-2.site-footer:before {
  width: calc(100% - 135px);
  border-radius: 0 50px 0 0;
}

.tech-footer-style-2.tech-footer-section.tech-footer-text-area.tech-bg-color-transparent {
  margin-right: 140px;
  margin-left: 140px;
}

.tech-parent-footer-2.tech-footer-big-area-wrapper
> .footer-wrap.tech-footer-big-area
> .container
> .row
> .col-sm-12 {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 30%;
}

.tech-footer-style-2 .tech-footer-menu-area {
  text-align: left;
}

.tech-footer-text-area ul.tech-social-links {
  list-style: none;
  text-align: right;
  margin: 0;
}

.tech-footer-text-area ul.tech-social-links li {
  display: inline-block;
  margin-right: 10px;
}

.tech-footer-text-area ul.tech-social-links li:last-child {
  margin-right: 0;
}

.tech-footer-text-area ul.tech-social-links li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.tech-footer-text-area ul.tech-social-links li a:hover {
  background-color: var(--tech-global-color);
  border-color: var(--tech-global-color);
}

.tech-footer-text-area a:hover {
  color: #fff;
}
.tech-footer-contact-info .tech-footer-icon-box img.tech-footer-box-icon {
  width: 40px;
  height: 40px;
}

.tech-footer-contact-info .tech-footer-content-box {
  margin-left: 12px;
}

.tech-footer-contact-info .tech-footer-content-box .tech-footer-box-title {
  font-size: 14px;
  color: var(--tech-body-typography-color);
}

.tech-footer-contact-info .tech-footer-content-box .tech-footer-box-content {
  font-size: 16px;
  font-weight: 700;
}

.tech-footer-news img {
  width: 40%;
  margin-bottom: 20px;
}
.tech-footer-widget .textwidget p {
  margin-bottom: 5px;
  font-size: 14px;
}

.tech-footer-widget .textwidget p svg {
  color: #fff;
  margin-right: 6px;
}

.tech-footer-widget .textwidget .tech-footer-menu-area {
}

.tech-footer-widget .textwidget .tech-footer-menu-area .tech-social-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.tech-footer-widget
.textwidget
.tech-footer-menu-area
.tech-social-links
.tech-social-li {
  padding: 0;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 5px;
  border-radius: 8px 0 8px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.tech-footer-widget
.textwidget
.tech-footer-menu-area
.tech-social-links
.tech-social-li:first-child {
  margin-left: 0;
}

.tech-footer-widget
.textwidget
.tech-footer-menu-area
.tech-social-links
.tech-social-li:last-child {
  margin-right: 0;
}

.tech-footer-widget
.textwidget
.tech-footer-menu-area
.tech-social-links
.tech-social-li:hover {
  border: 1px solid var(--tech-global-color);
  border-radius: 0 10px 0 0;
}

.tech-footer-widget
.textwidget
.tech-footer-menu-area
.tech-social-links
.tech-social-li
a {
  padding: 14px 14px;
}

.tech-footer-section .tech-footer-text-inner .tech-footer-copyright-text-area {
  font-size: 14px;
  text-align: center;
}

.tech-footer-section .tech-footer-text-inner .tech-footer-developed-text-area {
  font-size: 14px;
  text-align: right;
}
.tech-footer-widget
.textwidget
.tech-footer-menu-area
.tech-social-links
.tech-social-li:hover
a
svg {
  color: var(--tech-global-color);
}

/*==================================
  Footer Section End
  ==================================*/


/* ------------------------- Ecommerce Featured Category Section CSS STart --------------------- */
.feature-ecom-categories-wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.feature-ecom-categories-wrapper .single-category {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0 7px 40px 0 rgb(150 176 203/20%);
  -moz-box-shadow: 0 7px 40px 0 rgba(150,176,203,.2);
  box-shadow: 0 7px 40px 0 rgb(150 176 203/20%);
  justify-content: space-between;
}

.feature-ecom-categories-wrapper .single-category .cat-title > h3 {
  font-size: 14px;
  line-height: initial;
  font-weight: bold;
  transition: 0.3s all;
  margin: 0;
}

.feature-ecom-categories-wrapper .single-category:hover .cat-title h3 {
  color: var(--tech-global-color);
}
.single-category .cat-img img {
  padding: 10px;
}
/* ------------------------- Ecommerce Featured Category Section CSS End --------------------- */

/* ------------------------- Ecommerce Featured Product Section CSS Start --------------------- */
.ecom-feature-product-list-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.ecom-single-product-item {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  box-shadow: 0 7px 40px 0 rgb(150 176 203/20%);
}

.ecom-single-product-item .ecom-product-img {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 2px solid #233c7952;
}

.ecom-single-product-item .ecom-product-info .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ecom-price-info p {
  margin: 0;
  color: var(--tech-global-color);
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}
.ecom-product-info .cart-button-wrap {
  margin-top: 16px;
  cursor: pointer;
}

.cart-button-wrap .add-to-cart {
    background: var(--main-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    justify-content: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.cart-button-wrap .add-to-cart:hover{
    background: var(--secondary-color);
    transform: scale(1.05);
}


.cart-button-wrap .add-to-cart > span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.cart-button-wrap .add-to-cart:hover{
    background: var(--main-color);
    color: #fff;
}
.cart-button-wrap .add-to-cart:hover > span {
    color: #fff;
}

/* ------------------------- Ecommerce Featured Product Section CSS End --------------------- */

/* ------------------------- Banner Section CSS Start --------------------- */
.single-banner-item img {
  transition: var(--transition);
}

.single-banner-item:hover img {
  opacity: 0.7;
}

.single-banner-item {
  overflow: hidden;
  cursor: pointer;
}
.single-banner-item .mobile-banner {
  display: none;
}
/* ------------------------- Banner Section CSS End --------------------- */



/* ------------------------- Home Page End --------------------- */

/* ------------------------- Cart Section CSS Start --------------------- */
/*region mini-cart-item*/
.header-title {
  background: var(--tech-global-color);
  display: flex;
  padding: 6px 7px 9px 7px;
}
.close-btn {
  cursor: pointer;
  color: white;
  font-size: 20px;
  line-height: initial;
}
.mini-cart p {
  text-align: center;
  margin: 0 auto;
  color: white;
  font-weight: 600;
}

.mini-cart {
  position: fixed;
  right: -360px;
  top: 0;
  background: #f3f3f3;
  height: 100%;
  width: 360px;
  z-index: 999999;
  max-width: 360px;
  transition: all 300ms ease;
  box-shadow: -3px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.mini-cart.open {
  right: 0;
}

.mini-cart .content {
  overflow-y: auto;
  height: 100%;
}

.item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  background: #ffffffe8;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  position: relative;
  border-radius: 3px;
}
.item-wrap:last-child {
  margin-bottom: 220px;
}
.item-wrap .item {
  width: 75%;
  position: relative;
  padding: 10px;
  font-size: 13px;
}

.item-wrap .image {
  float: left;
  margin-right: 5px;
  width: 20%;
}
.item-wrap .name {
  line-height: 18px;
  float: right;
  width: 75%;
}
.cart-price {
  margin-top: 10px;
}
.item-wrap .price {
  float: left;
  width: 42%;
  margin-top: 3px;
  font-weight: 500;
}
.item-wrap .price .symbol {
  margin-right: 3px;
}
.item-wrap .price .symbol {
  margin-right: 3px;
}
.quantity-wrapper {
  display: flex;
  float: right;
}


.quantity-btn .value {
  width: 26px;
  background: var(--tech-blackish-color);
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: white;
  font-size: 20px;
  padding-bottom: 0px;
  cursor: pointer;
}
.quantity-btn .quantity {
  width: 28px;
  border: none;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid var(--tech-blackish-color);
  border-bottom: 1px solid var(--tech-blackish-color);
  border-radius: 0;
  height: 26px;
}
.quantity-btn span.add-up.value {
  font-size: 15px;
}
.amount-item {
  font-weight: 700;
  align-items: center;
  display: flex;
  border-left: 1px solid #1518240a;
  padding-left: 15px;
}
.item-cancel {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  color: #ff0000;
}
.mini-cart .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--tech-global-color);
}
.promotion-code {
  padding: 7px 10px;
  background: #ffffff;
}
.promotion-code input {
  width: 75%;
  padding: 13px;
  font-weight: 700;
  background: #f3f3f3;
  border: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.promotion-code button {
  margin-left: -4px;
  width: calc(25% - 4px);
  background: var(--tech-global-color);
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-weight: 700;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  line-height: normal;
  height: 45.2px;
}
.mini-cart .total {
  background: var(--tech-global-color);
  color: #fff;
  padding: 9px;
  border-bottom: 1px solid #fff;
}
.mini-cart .title {
  float: left;
  width: 50%;
}
.mini-cart .amount {
  text-align: right;
}
.mini-cart .checkout-btn button {
  background: var(--tech-blackish-color);
  width: 100%;
  padding: 12px;
  border: 0;
  color: white;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}
.promotion-code input:focus {
  outline-color: transparent;
}
/*end region*/
/* ------------------------- Cart Section CSS End --------------------- */

.on-sticky .header-bottom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
}

.search-box {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: translateX(-50%);
}
.search-box.search-active {
  top: 103px;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  box-shadow: 0 0 8px 0 #3b4eff4a;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.seacrh-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.seacrh-inner-box input[type="search"] {
  width: 100%;
  border: 1px solid transparent;
  padding: 15px 30px 15px 50px;
  height: auto;
  box-shadow: none;
  font-size: 12px;
}
.seacrh-inner-box button {
  position: absolute;
  top: 53%;
  left: 15px;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
}
.seacrh-inner-box input:focus,
.seacrh-inner-box button:focus {
  outline: 0;
  box-shadow: none;
}
.search-icon-mobile span {
  font-size: 23px;
  color: var(--tech-global-color);
  font-weight: bold;
}

.search-icon-mobile {
  display: none;
}
.seacrh-inner-box button > span {
  color: var(--tech-global-color);
  font-size: 22px;
}
.seacrh-inner-box ::placeholder {
  color: var(--tech-global-color);
}
.on-sticky .search-box.search-active {
  top: 65px;
}



/* -------------------------Other CSS Start --------------------- */
section.delivery-section {
  margin-top: 35px;
  margin-bottom: 25px;
}

section.delivery-section marquee {
  box-shadow: 0 0 8px #dededef5;
  background: #fff;
  line-height: 20px;
  padding: 12px 0px;
  color: var(--tech-global-color);
}


/*region breadcrumb*/

.common-home {
  padding: 0;
  background: none;
}


.page-heading {
  text-align: right;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  padding: 5px 15px;
  border-radius: 4px;
}
.breadcrumb {
  background: 0 0;
  padding: 0;
  position: relative;
  margin: 40px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.breadcrumb li {
  display: inline;
  padding-right: 10px
}

.breadcrumb li:after {
  content: "/"
}

.breadcrumb li:last-child:after {
  content: ""
}

.breadcrumb li a {
  display: inline;
  margin-right: 10px;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.breadcrumb li a:hover {
  color: #777
}

.breadcrumb li:last-child a {
  color: #777
}

.breadcrumb li:last-child a:hover {
  color: #777;
  text-decoration: none;
  cursor: text
}


/*region filter css*/
.noUi-horizontal {
  width: 94% !important;
}

.filters {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #66666626;
}

.range-label.from {
  margin-top: 20px;
}

.filter-group .toggler {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
}

.filter-group.show .items {
  display: block;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.filter-group.show .items {
  display: none;
}

input#range-to {
  margin-right: 7px;
}

.panel .range-label input {
  float: left;
  width: 48%;
  outline: 0;
  padding: 3px;
  padding-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #bbbbbb40;
  line-height: 24px;
}

.panel .filters .filter-group,
.panel .filters .price-filter {
  margin-bottom: 0px;
  display: table;
  width: 100%;
}
.product-title.label {
  padding: 5px 20px;
  border-bottom: 1px solid #66666626;
}
.filter-group.show .product-title.label {
  border: none;
}
.panel .filters .price-filter .noUi-horizontal {
  margin: 20px 20px;
  width: 80% !important;
}
.range-label {
  margin: 0 20px;
}
.filters > div:not(:last-child) {
  border-bottom: 1px solid #66666626;
}

.filter-group .product-title.label h3 {
  position: relative;
}

.filter-group .product-title.label h3:after {
  content: "\e5ce";
  position: absolute;
  right: 0;
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  color: #1a1a1ab8;
  transition: 0.3s all;
}


.filter-group.show .product-title.label h3:before {
    font-family: "Material Icons";
  content: "\e5cf";
}

.panel .filters .filter-group label.filter {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

.panel .filters .filter-group label.filter input {
  float: left;
  margin: 5px 10px 0 0;
}

.panel .filters .filter-group .label h3,
.panel .filters .price-filter .label h3 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.panel .filters .filter-group .items {
  padding: 10px 20px;
}

.panel .filters .noUi-base {
  border: none;
  box-shadow: none;
}

.panel .filters .noUi-connects {
  background: #f1f1f1;
}

.panel .filters .noUi-connect {
  background: var(--tech-global-color);
  background: -moz-linear-gradient(left, var(--tech-global-color) 0%, #2c21a18f  100%);
  background: -webkit-linear-gradient(left, var(--tech-global-color) 0%, #2c21a18f 100%);
  background: linear-gradient(to right, var(--tech-global-color) 0%, #2c21a18f  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--tech-global-color)', endColorstr='#2c21a18f',GradientType=1 );
}
.price-filter .product-title.label h3:after {
  display: none;
}
.price-filter.show .product-title.label {
  border-bottom: 1px solid #66666626;
}
/*endregion*/
/*region Popup*/
.popup {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
  border-radius: 3px;
  text-align: center;
}

.popup-inner h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.popup-inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.popup-close {
  width: 34px;
  height: 34px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 25px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  border: solid 4px var(--tech-global-color);
  background: var(--tech-global-color);
  cursor: pointer;
  color: white;
}

.popup-close:after,
.popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #ff4e19;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #fff;
}
/*endregion*/

.f-out {
  visibility: hidden !important;
  transition: visibility 0s linear 500ms, opacity 500ms;
  opacity: 0;
}
.f-in {
  transition: visibility 0s linear 500ms, opacity 500ms;
  visibility: visible !important;
  opacity: 1;
}

/* region popup */
.lb-body img {
  max-width: 100%;
}
.popup-inner .lb-footer {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.popup-inner .lb-footer .title {
  float: left;
}

.popup-inner .lb-footer .counter {
  text-align: right;
}

.popup .button {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: none;
  left: 20px;
  line-height: 0;
  opacity: 0.9;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}

.popup .button.prev {
  border-right: 30px solid #3f3f3f;
  z-index: 99;
}

.popup .button.next {
  border-left: 30px solid #3f3f3f;
  right: 20px;
  left: auto;
}

.popup .button:after {
  content: "";
  position: absolute;
  top: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.popup .button.prev:after {
  right: -27px;
  border-right: 22px solid #fff;
}

.popup .button.next:after {
  left: -27px;
  border-left: 22px solid #fff;
}

.popup span.button i {
  line-height: 0;
}

@media (max-width: 480px) {
  .popup .button {
    transform: scale(0.65);
  }
  .popup-inner .lb-footer .counter {
    text-align: inherit;
  }
  .popup-close {
    top: -5px;
    right: 5px;
  }
}
/*endregion */

body .popup.f-in .popup-inner {
  max-width: 380px;
}
body .popup.f-in .cart-info {
  margin: 10px 0px;
}

body .popup.f-in .cart-info {
  flex: 0 0 180px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  position: relative;
  z-index: 10;
}

body .popup.f-in .cart-info span.cart-qty {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

body .popup.f-in .cart-info > span {
  margin: 0 5px;
  display: inline-block;
  color: #888;
  display: flex;
  justify-content: space-between;
}

body .popup.f-in .cart-info > span > span {
  font-weight: bold;
  color: #111;
  font-size: 15px;
}

body .popup.f-in .cart-info span span {
  font-weight: bold;
}

body .popup.f-in .btn-wrapper a button {
  margin: 7.5px 0px;
  border-radius: 4px;
}

body .popup.f-in .btn-wrapper a button.btn {
  background: var(--tech-global-color);
  color: white;
  width: calc(50% - 10px);
  padding: 8px 0;
  margin: 10px 5px 0;
}

body .input-group > .form-control {
  width: inherit;
  height: 37px;
}
.main_content {
  padding: 20px;
  margin-bottom: 30px;
  background-color: white;
  border:1px solid #66666626;
}
body .popup.f-in .btn-wrapper a button.btn:hover {
  background: black;
  color: white;
}
.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 90%;
  text-align: center;
  padding: 30px;
  background: white;
}

.loader,
.loader::before,
.loader::after {
  border-radius: 10px;
}
.popup-inner .title {
  font-weight: 500;
}
.popup-inner .counter {
  font-size: 13px;
  opacity: 0.5;
}

.popup-close .lb-body {
  min-height: 500px;
}
.additional-btn.buttons_added input[type="button"] {
  display: none;
}

.ecom-product-info .title{
    min-height: 40px;
}

.product-image-holder .main-img {
  padding: 0px 50px 0px 50px;
  width: 100%;
}
.quick-overview .view-more {
  color: var(--main-color);
}
.cart.body .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.delivery ul li {
  list-style: circle;
  margin-left: 25px;
  margin-bottom: 15px;
}

.delivery h3 {
  color: black;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.delivery h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--tech-global-color);
}


/*============================================
* 1.11 Feature Blog
*=============================================*/
.ft-single-blog {
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e9e0e0;
}

.ft-single-blog:hover {
  border: 1px solid var(--tech-global-color);
}
.blog-blog{
    background: #f8f9fb;
}
.blg-thumb {
  display: block;
  overflow: hidden;
}

.blg-thumb a {
  display: inline-block;
  width: 100%;
}

.blg-thumb a img {
  max-width: 100%;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top: -5px;
}

.ft-single-blog:hover .blg-thumb a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-blog .blog-card.article-popular-thumb{
        width: 100%;
}


.blog-blog .blog-card.article-popular-thumb .ppl-blog-info{
    padding: 10px;
}
.blog-blog .blog-card.article-popular-thumb .ppl-blog-info .meta,
.blog-blog .blog-card.article-popular-thumb .ppl-blog-info .blog-intro_text,
.blog-blog .blog-card.article-popular-thumb .ppl-blog-info .title-name{
    margin: 10px 0px 0px;
}

.blog-blog .blog-card {
    margin: 0px 0px 30px;
}

.blog-blog .read-more{
    padding: 30px 10px;
}

.blog-blog .read-more .btn{
    transition: var(--transition);
    padding: 14px 30px;
    border-radius: 2rem;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin: 0;
}


.blg-meta {
  text-align: left;
  position: relative;
  z-index: 5;
  margin: 15px 20px;
}

.blog-article .artical-page{
    margin-top: 50px;
}

.blog-article .artical-area #content{
    padding: 30px;
}

.blog-article .artical-area #content .heading-text{
    padding-left: 30px;
}

.blg-meta span {
  border-radius: 23px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
}

.blg-content {
  padding: 0px 20px 30px 20px;
}


.blg-content-details {
  height: auto;
}

.blg-content-details h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--lightBlack);
  margin: 23px 0px 16px !important;
}

.blg-content h2 a {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--lightBlack);
  margin: 10px 0px 16px;
  line-height: 24px;
  font-weight: 600;
}

.blg-content h2 a:hover {
  color: var(--lightBlack);
}

.blg-content p {
  font-size: 16px;
  font-weight: 300;
  color: #515151;
  letter-spacing: 0;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blg-content a.readmore_btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  display: inline-block;
  background: transparent;
  color: var(--tech-global-color);
  padding: 0;
}


.owl-carousel.owl-news-events img {
  height: 500px;
}

/*============================================
* END Feature Blog
*=============================================*/

.contact-area .tab-area .nav-tabs {
  border: none;
  margin: auto;
  display: flex;
  justify-content: center;
}


.tab-area button {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
  line-height: 24px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
.tab-area {
  margin-bottom: 30px;
}

.tab-area button.nav-link.active {
  background: var(--secondary-color);
  color: white;
  border: none;
}
.tab-area .nav-link:focus, .tab-area .nav-link:hover {
  color: var(--secondary-color);
}
.tab-content-area {
  background-color: white;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #66666626;
}
.contact-wrapper .contact-title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 18px;
}

.contact-content {
  margin-bottom: 25px;
}

.contact_form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #66666626;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}

.contact_form .buttons .btn-basic-sm {
  background: var(--secondary-color);
  color: white;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.contact-content p > i {
  padding-right: 10px;
  color: var(--secondary-color);
}
.contact_form .text-danger {
  margin-bottom: 15px;
  margin-top: -5px;
  font-size: 12px;
}

.contact-wrapper .contact-content p {
  margin-bottom: 10px;
}
.pull-right {
  float: right;
}
.login-image-wrapper {
  height: 100%;
  background-size: cover;
  background-position: center;
  height: 390px;
  border-radius:10px 0px 0px 10px ;
}
.customer_login .main_content,.main_content.registration-form {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #66666626;
}
.registration-form input#input-email {
  height: 34px;
}
.login-form-wrapper .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.login-form-wrapper .form-group label {
  margin-bottom: 5px;
  opacity: 0.9;
}

.login-form-wrapper .form-group input {
  padding-left: 15px;
  font-size: 14px;
  border: 1px solid #164896a1;
}

.login-form-wrapper .form-group {
  margin-bottom: 15px;
}

.login-form-wrapper .forget-password,
.login-form-wrapper .register-link a {
  display: block;
  color: var(--tech-global-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.login-form-wrapper .register-link a {
  text-align: initial;
  display: initial;
}

.login-form-wrapper .register-link p {
  opacity: 0.9;
  margin-top: 20px;
  text-align: center;
}

.login-form-wrapper .form-group.submit input {
  background: var(--tech-global-color);
  border: none;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.login-form-wrapper {
  padding: 30px 30px 0px 10px;
}
.information-offer .clearfix {
  display: none;
}
.offer-page .offer-content img {
  width: 100%;
}
.ft-single-blog.article-thumb {
  margin-bottom: 20px;
}
.blg-content h2 {
  height: 60px;
}
.blog-left {
  border: 1px solid #66666626;
  margin-bottom: 30px;
}

.blog-left img.main-img {
  width: 100%;
}
.blog-details {
  font-size: 16px;
  padding: 20px 0px;
}

.blog-details .article-title h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.article-description p {
  text-align: justify;
}
.blog-details .meta span.date {
  font-size: 20px;
  font-weight: 500;
}

.blog-details .share-on .share-ico {
  height: 30px;
  width: 30px;
  background: var(--main-color);
  text-align: center;
  line-height: 29px;
  color: white;
  transition: 0.3s;
  display: inline-block;
  margin-left: 7px;
}

.blog-details .share-on {
  margin-top: 15px;
}
.blog-details .share-on, .blog-details .meta {
  text-align: right;
}
.sticky-offer {
  position: fixed;
  bottom: 50%;
  right: 0px;
  z-index: 99999;
}

.sticky-offer .offer-item {
  background-color: var(--tech-global-color)!important;
  height: 50px !important;
  width: 50px !important;
  text-align: center !important;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%) !important;
  cursor: pointer;
  color: white;
  border: 2px solid transparent;
  transition: 0.3s all;
}

.sticky-offer .offer-item i {
  font-size: 16px;
  margin-top: 6px;
}
.sticky-offer .offer-item .cart-name {
  font-size: 12px;
}

.sticky-offer .offer-item:hover {
  border-color: var(--tech-global-color);
  background: white !important;
  color: var(--tech-global-color);
}
.tech-footer-contact-info-3 .tech-footer-box-content {white-space: nowrap;overflow: hidden;max-width: 210px;}
/* --------------------------Other CSS End --------------------- */


/* --------------------------We also represent details page CSS start --------------------- */
.we-also-reprsent-details-area .represent-brand-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 15px;
}

.we-also-reprsent-details-area .represent-details-img {
  text-align: center;
  margin-bottom: 25px;
}

.we-also-reprsent-details-area .represent-brand-contact .wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.we-also-reprsent-details-area .represent-brand-contact .wrapper a {
  display: flex;
  gap: 6px;
  align-items: center;
}

.we-also-reprsent-details-area .represent-details-img img {
  box-shadow: 0 7px 40px 0 rgb(150 176 203/20%);
}

.we-also-reprsent-details-area {
  padding: 30px;
}

.we-also-reprsent-details-area .represent-brand-contact .title h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: var(--tech-global-color);
}

.we-also-reprsent-details-area .represent-brand-contact .wrapper .icon span {
  transform: translateY(4px);
  font-size: 18px;
}

.represent-details-description p {
  font-size: 16px;
  text-align: justify;
}



@media (max-width: 767px) {
  .we-also-reprsent-details-area .represent-details-img img {
    height: 130px;
  }

  .we-also-reprsent-details-area {
    padding: 5px;
  }

  .represent-details-description p {
    font-size: 14px;
    text-align: justify;
  }

  .we-also-reprsent-details-area .represent-brand-contact {
    flex-direction: column;
    gap: 5px;
  }

  .we-also-reprsent-details-area .represent-brand-contact .wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .we-also-reprsent-details-area .represent-brand-contact .wrapper .icon span {
    font-size: 16px;
  }

  .we-also-reprsent-details-area .represent-brand-contact .wrapper .text span {
    font-size: 14px;
  }
}
/* --------------------------We also represent details page CSS End --------------------- */

.our_clients .gridding .client_item,
.we_represents .gridding .representer_item{
    border: 1px solid #d6d6d6;
    padding: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
}