* {
  margin: 0px;
  font-family: "Ubuntu";
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#property-header .dropdown-menu {
  position: absolute;
  padding: 0.5rem 0 0.5rem 0;
  left: 0rem;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0 0px 0;
  background-color: #0b1f44;
  z-index: 556;
  transition: all 0.3s linear;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#property-header .navbar-nav li {
  position: relative;
  /* padding: 0.5rem 1rem; */
}

.header-area .sticky-logo-img {
  display: none;
}

.sticky_header .sticky-logo-img {
  display: block;
}

.sticky_header .header-logo-img {
  display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
  content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
  padding-left: 14px;
}

#property-header .nav-link {
  letter-spacing: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  transition: 0.4s;
  text-transform: capitalize;
  color: #333333;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
  /*color: #0071E3 !important;*/
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #1f487c;
  transition: all 0.3s linear;
  border-bottom: 2px solid #1f487c;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
  color: #dee1e3;
  text-decoration: none;
  background-color: #0071e3;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .dropdown-item:hover {
  color: #0071e3;
  background-color: transparent;
}

#property-header .dropdown-item {
  color: #dee1e3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Ubuntu";
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-collapse {
  flex-grow: 0 !important;
}

.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/loading_icon.gif) 50% 50% no-repeat #000;
}

.bg-contact .navbar {
  background-color: #f6cabf !important;
  border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
  border-bottom: 3px solid #1a244d;
  width: fit-content;
}

.sticky_header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
}

.header-area.sticky_header {
  background: #ffffff;
  width: 100%;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 63px;
  background-repeat: no-repeat;
  z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
  color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
  -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
  -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
  -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
  -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
  -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.header-area {
  padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0784c7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0071e3;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /* color: #62CEC5 !important; */
  transition: all 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

a.nav-link {
  position: relative;
}

.header-button {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 12rem;
  padding: 0.375rem 1.55rem;
  border-radius: 50px;
  background-color: #62cec5;
}

.container {
  padding-right: 3vw !important;
  padding-left: 3vw !important;
  margin: unset !important;
  max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 2px 0;
}

.navbar {
  padding: 20px 0px;
  /* padding-bottom: 0.8rem; */
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.btn:focus {
  box-shadow: unset;
}

.header-area {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: transparent;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 56px;
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
  background: #f36a3a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

.sticky_header .top-header {
  display: none;
}

@media (max-width: 767px) {
  .top-header {
    padding: 0;
    background-color: transparent !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem !important;
    font-weight: 400 !important;
    color: #000 !important;
  }

  .sticky-social {
    display: none;
  }

  .h-height {
    height: 156px;
  }

  .navbar-dark .navbar-toggler {
    color: unset !important;
    border-color: #fff !important;
    box-shadow: unset !important;
  }

  .scrollToTop {
    right: 20px;
  }

  .container {
    padding: 0px 15px !important;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }
  .navbar {
    padding: 10px 0px;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 27px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-area {
    background-color: #ffffff;
  }

  .header-button {
    margin-left: unset !important;
    padding: 8px 20px !important;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    position: unset !important;
  }

  /* .navbar-brand img {
        width: 160px;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem;
  }

  .header-btn .zoop-btn {
    font-weight: 400;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
  }

  .header-btn .zoop-btn.btn-primary:hover {
    background: transparent !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

/* =======================
    Own Css Starts
======================= */
/* common css */
h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  line-height: 32px;
  margin: 0;
}
a {
  text-decoration: none;
}
.cmn-btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  padding: 6px 6px 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.cmn-btn.cmn-btn-blue {
  background: linear-gradient(90deg, #2e6af8 0%, #001b53 113.57%);
  color: #ffffff !important;
}
.cmn-btn.cmn-btn-white {
  background: linear-gradient(90deg, #ffffff 0%, #f3f3f3 113.57%);
  color: #007dd1 !important;
}
.cmn-btn img {
  transition: all 0.3s ease-in-out;
}
.cmn-btn:hover img {
  transform: rotate(45deg);
}

/* ==========================
        Header Css
========================== */
.navbar-nav {
  gap: 50px;
}
.nav-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 80%;
  margin-left: auto;
}
.nav-brands {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 8px 0px;
}
.nav-brands p a {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .nav-right {
    width: 100%;
    align-items: start;
  }
  .navbar-nav {
    gap: 15px;
  }
  .nav-brands {
    gap: 15px;
    margin-top: 20px;
  }
}

/* ===================
  Home Page Css
=================== */
#home-banner {
  background-image: url("../images/banner_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  position: relative;
}
.animate-img {
  position: absolute;
}
.animate-img.watch {
  bottom: 40px;
  animation: floatUpDownNoX 3s ease-in-out infinite;
}
.animate-img.overHeadPhone {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  animation: floatUpDown 3s ease-in-out infinite;
}
.animate-img.airpods {
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  animation: floatUpDown 3s ease-in-out infinite;
}
.animate-img.mouse {
  top: 150px;
  right: -50px;
  animation: floatUpDownNoX 3s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(-15px) translateX(-50%);
  }
}
@keyframes floatUpDownNoX {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
#trusted-technology {
  padding-top: 48px;
  text-align: center;
}
.trusted-technology-inner-logo {
  border: 1px solid #eaeaea;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 42px;
}
.trusted-technology-inner-logo:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
#distribution-partner {
  background-color: #f6fdfe;
  padding: 48px 0px;
  text-align: center;
}
.distribution-partner-inner {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-areas:
    "grid1 grid2"
    "grid3 grid3"
    "grid4 grid5"
    "grid6 grid6";
}
.partner-inner.apple {
  grid-area: grid1;
}
.partner-inner.hp {
  grid-area: grid2;
}
.partner-inner.samsung {
  grid-area: grid3;
}
.partner-inner.dell {
  grid-area: grid4;
}
.partner-inner.epson {
  grid-area: grid5;
}
.partner-inner.lenovo {
  grid-area: grid6;
}
.partner-inner {
  position: relative;
}
.partner-inner-content {
  text-align: start;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.partner-inner-content img {
  margin-bottom: 25px;
}
.partner-inner.apple .partner-inner-content img {
  filter: invert(1);
}
.partner-inner.epson .partner-inner-content img {
  filter: brightness(0) invert(1);
}
.partner-inner.apple .partner-inner-content h3,
.partner-inner.epson .partner-inner-content h3 {
  color: #ffffff;
}
.partner-inner.lenovo .partner-inner-content {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
#why-choose-us {
  padding: 48px 0px;
  background-color: #ffffff;
}
.why-choose-us-right {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
.why-choose-us-right h3 {
  font-weight: 500;
}
#bulk-orders {
  background-image: url("../images/bulk_orders_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.bulk-orders-inner h3,
.bulk-orders-inner p {
  color: #ffffff;
}
#brand-distribution {
  padding: 48px 0px;
  background-color: #f3f3f3;
}
.brand-distribution-head {
  text-align: center;
  margin-bottom: 30px;
}
.brands-box {
  text-align: center;
  background-color: #ffffff;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.brands-box-img img {
  transition: all 0.4s ease-in-out;
}
.brands-box:hover .brands-box-img img {
  transform: scale(1.1);
}
#products-show {
  padding: 150px 0px 48px;
}
.product-inner {
  text-align: center;
  padding: 100px 0px 30px;
  background-color: #0c1f2b;
  position: relative;
  perspective: 1000px;
}
.product-inner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -130px;
  transform: translateX(-50%) translateY(0) rotateX(0deg);
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.product-inner:hover img {
  transform: translateX(-50%) translateY(-20px) rotateY(-25deg);
}
.product-inner h3 {
  color: #ffffff;
}
#IT-distribution {
  padding-top: 48px;
  background-color: #f3f3f3;
}
.IT-distribution-head {
  text-align: center;
  margin-bottom: 50px;
}
.IT-distribution-left {
  text-align: end;
}
.IT-distribution-right {
  text-align: start;
}
.IT-distribution-left h3,
.IT-distribution-right h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 18px 0px;
}
.IT-distribution-left:nth-child(1),
.IT-distribution-right:nth-child(1) {
  margin-bottom: 36px;
}

/* ===========================
    Products Listing Page
=========================== */
#products-listing {
  padding: 60px 0px;
  background-color: #ffffff;
}
.product-listing-inner {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.product-listing-img {
  overflow: hidden;
}
.product-listing-img img {
  transform: scale(1.03);
  transition: all 0.4s ease-in-out;
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
  display: block;
}
.product-listing-img:hover img {
  transform: scale(1);
}
.product-listing-content {
  margin-top: 30px;
}
.product-listing-content h3 {
  font-size: 30px;
  color: #191919;
}
.prod-variants {
  margin: 20px 0px;
}
.prod-variants-inner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.color-box {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.memory-box {
  padding: 10px 12px;
}
.colors,
.memory,
.storage {
  display: flex;
  justify-content: start;
  align-items: center;
}
.prod-variants-left-head {
  width: 40%;
  font-weight: 700;
  font-size: 18px;
}
.colors .prod-variants-inner,
.memory .prod-variants-inner {
  width: 60%;
}
.prod-variants-inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.memory-box,
.storage-box {
  border: 1px solid #e1e1e1;
  padding: 3px 12px;
}
.memory-box.clicked,
.storage-box.clicked {
  border: 1px solid #008bff;
}
.memory-box.clicked p,
.storage-box.clicked p {
  color: #008bff;
}
.color-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.color-box.clicked::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#faq-section {
  background-image: url("../images/faq_section_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.faq-section-head {
  color: #ffffff;
  margin-bottom: 30px;
}
.custom-accordian .accordion-button::after {
  background-image: url("../images/faq_right_arrow.svg");
  background-size: contain;
  width: 30px;
  height: 30px;
}
.custom-accordian .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.custom-accordian .accordion-item {
  border-radius: 30px;
  overflow: hidden;
  background-color: #f8f8f9;
  border: 1px solid #007dd1;
  margin-bottom: 20px;
}
.custom-accordian .accordion-button:not(.collapsed) {
  color: #191919;
  background-color: #f8f8f9;
}
.accordion-button h3 {
  color: #191919;
  font-size: 20px;
  font-weight: 500;
}
/* vimal css start  */
section.inner-banner {
  padding-top: 138px;
  background-image: url(../images/banner_bg.webp);
  background-size: cover;
}

.inner-banner-cont {
  width: 50%;
  padding: 70px 0 100px;
}

.inner-banner-wrap {
  position: relative;
}

.banner-img-wrap {
  position: absolute;
  right: 10%;
  bottom: 0;
}

.who-we-are-icon-sec {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

p.btm-line {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.who-we-are-cont h2 {
  margin-bottom: 12px;
}

.mis-vis-wrap {
  display: flex;
  gap: 20px;
}

section.mission-vision {
  border-top: 1px solid #ced3d5;
  border-bottom: 1px solid #ced3d5;
}

.br-rit {
  border-right: 1px solid #ced3d5;
}

.s-feedback-box img {
  width: auto !important;
  margin-top: -100px;
}

section.customers-feedback {
  background: #f3f3f3;
}

.s-feedback-box {
  background: #fff;
  padding: 40px 20px;
  margin-top: 80px;
}

.s-feedback-box p {
  margin: 20px 0;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #ffffff;
  border: 2px solid #1e90ff;
  color: #1e90ff;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #1e90ff;
  color: #ffffff;
}

.owl-nav i {
  font-size: 14px;
  background: #007dd1;
  border-radius: 50%;
  color: #fff;
  padding: 5px;
}

button.owl-prev,
button.owl-next {
  padding: 5px 10px !important;
  border: 1px solid #007dd1 !important;
  color: #007dd1 !important;
}

.owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  gap: 20px;
  display: flex;
}
.flex-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flex-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* padding: 12px; */
  font-weight: 600;
  text-align: center;
  flex-grow: 1;
  transition: transform 0.2s ease;
}

.flex-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  /* margin-bottom: 10px; */
}

/* Width control */
.half {
  flex: 0 0 calc(50% - 10px);
}
.third {
  flex: 0 0 calc(33.333% - 13.33px);
}
.full {
  flex: 0 0 100%;
}
.flex-item.half {
  position: relative;
}

.flex-item.half span {
  position: absolute;
  left: 5%;
  bottom: 8%;
}
section {
    overflow: hidden;
}
.flex-item.full {
  position: relative;
}

.flex-item.full span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.flex-item.third {
  position: relative;
}

.flex-item.third span {
  position: absolute;
  left: 8%;
  bottom: 10%;
}
section.products span {
  font-size: 22px;
}
.products-top-cont {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 32px;
}
/* Responsive: stack items */
@media (max-width: 768px) {
    h3.faq-section-head {
    padding-top: 20px;
}
  .half,
  .third,
  .full {
    flex: 0 0 100%;
  }
}

.contact-item-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-sec-wrap .row {
  align-items: center;
  display: flex;
}

.s-contact-cont p,
.s-contact-cont a {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
}

.contact-top-content {
  text-align: center;
  padding-bottom: 40px;
}

.contact-sec-wrap {
  max-width: 80%;
  margin: 0 auto;
}

.form-sec-wrap h2 {
  text-align: center;
  padding-bottom: 20px;
}

.form-sec-wrap {
  width: 80%;
  margin: 0 auto;
}

.form-sec-wrap p {
  font-weight: 500;
  font-size: 16px;
  color: #4e4a49;
}

.form-btn-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}

a.cmn-btn.cmn-btn-blue {
  cursor: pointer;
}

/* ===================
    Footer Css
=================== */
#footer-top {
  background-image: url("../images/footer_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-info-row {
  position: relative;
}
.footer-info-row::after {
  content: "";
  height: 1px;
  background-color: #304f62;
  position: absolute;
  bottom: 0px;
  left: -25%;
  right: -25%;
}
.br-lr {
  position: relative;
}
.br-lr::before,
.br-lr::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #304f62;
  top: 0;
}
.br-lr::before {
  left: -20px;
}
.br-lr::after {
  right: 0px;
}
.footer-info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.s-contact-cont p span {
    font-size: 16px;
    font-weight: 400;
}
.footer-info .sub-head {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
}
.footer-info p,
.footer-info p a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.footer-middle {
  margin-top: 30px;
}
.footer-middle h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
}
.footer-middle p,
.footer-middle p a {
  color: #ffffff;
}
.footer-links {
  margin: auto;
  width: 70%;
}
.btm-footer {
  background-color: #081720;
  padding: 5px 0px;
}
.btm-footer p {
  color: #ffffff;
}
.btm-footer p a {
  color: #cce8ff;
}
.products .flex-item a {
  color: currentColor !important;
}
.row.footer-info-row .col-md-4 {
    padding-top: 48px;
}
@media screen and (max-width: 991px) {
  #footer-section {
    padding: 50px 0px;
  }
  .footer-inner-menus {
    flex-direction: column;
    gap: 10px;
  }
  .footer-info {
    align-items: start;
  }
  .footer-info-row::after {
    display: none;
  }
  .footer-info.location::before,
  .footer-info.location::after {
    display: none;
  }
  .footer-links {
    width: 100%;
  }
  img.animate-img {
    display: none;
  }

  h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .home-banner-content {
    padding-top: 40px;
  }

  .product-inner img {
    position: unset;
    transform: none;
  }

  .product-inner {
    padding: 20px;
  }
  section#products-show {
    padding: 20px 0;
  }

  .IT-distribution-left {
    text-align: center;
  }

  .IT-distribution-right {
    text-align: center;
  }

  section#IT-distribution {
    padding: 40px 0;
  }

  .footer-info p,
  .footer-info p a {
    font-size: 16px;
    font-weight: 600;
  }
  .inner-banner-cont {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }

  .banner-img-wrap {
    display: none;
  }

  section.inner-banner {
    padding-top: 90px;
  }

  .who-we-are-cont {
    text-align: center;
  }

  .who-we-are-icon-sec {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  section.mission-vision {
    padding: 20px 0;
    margin-top: 20px;
  }

  .mis-vis-wrap {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
  }

  .br-rit {
    border: none;
  }

  section.customers-feedback {
    padding: 40px 0;
  }

  .owl-nav {
    top: -40px;
  }

  section.customers-feedback h2 {
    padding-bottom: 40px;
  }
  .s-contact-cont p,
  .s-contact-cont a {
    font-size: 16px;
  }

  .contact-sec-wrap {
    max-width: 100%;
  }

  section.contact-sec {
    padding: 40px 0;
  }

  section.form-sec {
    padding: 40px 0;
  }

  .form-sec-wrap {
    width: 100%;
  }
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  section.products {
    padding: 40px 0;
  }

  .products-top-cont {
    width: 100%;
  }

  .products .flex-item.half span {
    position: static;
    color: #000 !important;
    font-size: 18px;
    display: inline-block;
    padding: 10px;
  }

  .flex-item.full span {
    position: static;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    margin: 10px;
    transform: none;
  }

  .flex-item.third span {
    position: static;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
  }
  .product-listing-img {
    border: none;
}

.product-listing-inner {
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.prod-variants-inner {
    flex-wrap: wrap;
}

.memory {
    flex-wrap: wrap;
}

p.prod-variants-left-head {
    width: 100%;
    padding-bottom: 10px;
}

.prod-variants-inner {
    width: 100%;
}

.prod-variants-inner {
    width: 100% !important;
}

.colors, .memory, .storage {
    flex-wrap: wrap;
}
.accordion-button h3 {
    font-size: 18px;
}
.product-inner:hover img {
    transform: none;
}
.mbl-none{
    display:none;
}
.IT-distribution-head {
    margin-bottom: 30px;
}

.IT-distribution-left {
    margin-bottom: 30px;
}
}
