:root{
    --main-color: #233c79;
    --secondary-color: #6c160f;
    --tech-global-color: #6c160f;
    --tech-secondary-color: #5b5a5f;
    --tech-light-color: #dcdddf;
    --tech-blackish-color: #101010;
    --tech-link-color-normal: #131419;
    --tech-link-color-hover: #0079bc;
    --tech-responsive-breakpoint: 1200px;
    --tech-global-color-rgb: 138, 196, 58;
    --tech-body-typography-variant: 400;
    --tech-body-typography-font-size: 16px;
    --tech-body-typography-line-height: 1.7;
    --tech-body-typography-color: #60626d;
    --tech-heading-color: #101010;
    --tech-heading-font-variant: 700;
    --tech-btn-typography-variant: 700;
    --tech-btn-typography-font-size: 13px;
    --tech-btn-typography-line-height: 18px;
    --primaryBg: #6c160f;
    --secondaryBg: #142539;
    --largeFont: 60px;
    --mediumFont: 24px;
    --normalFont: 14px;
    --text-white: #fafafa;
    --textColor: #3b3663;
    --textColor2: #181818;
    --textColor3: #000;
    --textColor4: #666;
    --fontFamily: "Open Sans", sans-serif;
    --fontFamilyTwo: "Barlow", sans-serif;
    --sectionPadding: 50px 0 0;
    --transition: all 0.4s;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    margin: 0;
    counter-reset: pbmitbox1 pbmitbox2 tech-rev-counter;
    line-height: var(--tech-body-typography-line-height);
    text-transform: none;
    font-style: normal;
    overflow-x: hidden;
    font-size: var(--normalFont);
    color: var(--textColor);
    font-family: var(--fontFamily);
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: "Fira Sans", serif;
  color: var(--textColor);
  font-weight: 700;
  margin: 0;
}



body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--tech-global-color);
  border-radius: 30px;
}

p {
  margin: 0 0 20px;
  font-family: "Roboto", serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: 700;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-select {
  padding: 15px;
  font-size: 15px;
  color: #848484;
  border: 1px solid #eee;
  border-radius: 0;
  font-family: "Fira Sans", serif;
  font-weight: 500;
}

.form-select:focus {
  border-color: #1bbde4;
  outline: 0;
  box-shadow: none;
}

h1 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -1px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.8px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  -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;
  color: var(--tech-link-color-normal);
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--tech-link-color-hover);
  text-decoration: none;
}

a.link-btn,
.link-btn a {
  font-family: montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

a.link-btn i,
.link-btn a i {
  padding-left: 10px;
}

.tech-btn {
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
}

.tech-btn span:after {
    position: absolute;
    content: "\f587";
    font-family: "MATERIAL SYMBOLS OUTLINED";
    top: -14px;
    right: -3px;
    font-size: 35px;
    line-height: normal;
    font-weight: 400;
}

.tech-btn span {
  position: relative;
  padding-right: 50px;
}

@media(max-width: 991px){
    .tech-btn span{
        padding-right: 30px;
    }
}

.tech-btn:hover,
.tech-btn:focus {
  color: #fff;
  background-color: var(--tech-blackish-color);
  outline: none;
}

.tech-btn-hover-white:hover,
.tech-btn.tech-btn-white {
  background-color: var(--secondary-color);
  color: #fff;
}

.tech-btn.tech-btn-white.tech-btn-hover-secondary a:before {
  background-color: var(--tech-blackish-color);
}

a.tech-btn.tech-btn-white.tech-btn-hover-secondary:hover span:before {
  background-color: #000;
}

.tech-btn.tech-btn-white.tech-btn-hover-secondary:hover {
  background-color: #fff;
  color: var(--tech-blackish-color);
  border-radius: 0 20px 0 0;
}

.tech-btn.tech-btn-white.tech-btn-hover-secondary:hover:before {
  background-color: var(--tech-blackish-color);
}

.tech-btn-hover-global:hover {
  background-color: var(--tech-blackish-color);
  color: #fff;
  border-radius: 0 20px 0 0;
}

.tech-btn-hover-secondary:hover {
  background-color: var(--tech-secondary-color);
  color: #fff;
}

.tech-btn-hover-white:hover {
  background-color: #fff;
  color: var(--tech-global-color);
}

.tech-btn.tech-btn-outline {
  color: #fff;
  background-color: var(--tech-blackish-color);
}

.tech-btn.tech-btn-outline span:before {
  background-color: var(--tech-blackish-color);
}

.tech-btn.tech-btn-outline:hover span:before {
  background-color: #fff;
}

.blog-btn-outline {
  border: 2px solid var(--tech-global-color);
  padding: 18px 60px;
  background-color: transparent;
  color: var(--tech-blackish-color);
}

.tech-btn.tech-btn-outline::before {
  background-color: var(--tech-blackish-color);
}

.tech-btn.tech-btn-outline:hover::before {
  background-color: #fff;
}

.tech-btn.tech-btn-outline:hover,
.tech-btn.tech-btn-outline:focus {
  background-color: var(--tech-global-color);
  color: #fff;
}

.tech-btn.tech-btn-outline.tech-btn-white {
  border-color: #fff;
}

.tech-btn.tech-btn-outline:hover a {
  color: #fff;
}

.tech-btn.tech-btn-outline:before:hover a {
  color: #fff;
}

.tech-btn.tech-btn-outline.tech-btn-hover-white:hover {
  background-color: #fff;
  color: var(--tech-blackish-color);
}

.tech-btn.tech-btn-outline a:before {
  background-color: var(--tech-blackish-color);
}

.tech-btn.tech-btn-outline a {
  position: relative;
  padding-right: 42px;
}

.tech-btn.tech-btn-outline:hover {
  border-radius: 0 20px 0 0;
  border-color: transparent;
  color: #fff;
  background-color: var(--tech-global-color);
}

.tech-btn.tech-btn-outline:hover a:before {
  background-color: #fff;
}

.tech-btn-inline {
  font-family: var(--tech-btn-typography-font-family);
  font-size: var(--tech-btn-typography-font-size);
  font-weight: var(--tech-btn-typography-variant);
  line-height: var(--tech-btn-typography-line-height);
  color: #fff;
  position: relative;
  border: none;
  padding: 0;
  margin-top: 0;
  background-color: transparent;
  padding-bottom: 3px;
  letter-spacing: 0.5px;
}

.tech-btn-inline:before {
  content: "";
  height: 1px;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--tech-blackish-color);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tech-btn-inline:before {
  position: absolute;
  content: "\e85a";
  font-family: pbminfotech-base-icons;
  top: 1px;
  right: -2px;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
}

.tech-btn-inline:hover,
.tech-btn-inline:focus {
  color: #fff;
}

.tech-btn-inline:hover:before,
.tech-btn-inline:focus:before {
  width: 0%;
}
.section_title h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  line-height: 35px;
  word-spacing: 3px;
  font-family: var(--tech-body-typography-font-family);
}



.ecom-section-padding {
  padding: 50px 0 0;
}

.ecom-section-padding-top {
  padding-top: 50px;
}
.section-padding-top {
  padding-top: 80px;
}
.ecom-section-padding-bottom {
  padding-bottom: 50px;
}
.section-padding-bottom {
  padding-bottom: 80px;
}
.ecom_section_title {
  text-align: center;
  margin-bottom: 30px;
}

.ecom_section_title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: initial;
}

.ecom_section_title p {
  margin: 0;
}
.sticky-cart {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99999;
  display: none;
}
.common-home .sticky-cart {
  display: none;
}
.select-item.cart-toggler.mc-toggler {
  position: relative;
  background: linear-gradient(74deg, hsl(240deg 12% 19.61%) 0%, #233c79 80.17%, #233c79 80.17%);
  height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
.select-item.cart-toggler.mc-toggler i {
  color: #fff;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.select-item.cart-toggler.mc-toggler img {
  width: 25px;
  height: 25px;
  margin: 10px 5px 2px 0;
  text-align: center;
}
span.buy-num.value.count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #000;
  color: #fff;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 21px;
  border-radius: 100%;
  font-weight: 500;
}
.cart-name {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.bounce{animation:bounce .9s ease-in-out}

@keyframes bounce {
  0% {transform: translate(0, 0)}
  20% {transform: translate(0, -20px)}
  40% {transform: translate(0, 5px)}
  65% {transform: translate(0, -10px)}
  80% {transform: translate(0, 2px)}
  90% {transform: translate(0, -5px)}
  100% {transform: translate(0, 0)}
}
.common-home .header-searchBar {
  display: none;
}
.header-searchBar .search-box-wrapper input {
  width: 450px;
  border: 1px solid #66666626;
  height: 40px;
  padding: 8px 16px;
  padding-right: 64px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.header-searchBar .search-box-wrapper {
  position: relative;
}

.header-searchBar .search-box-wrapper button {
  position: absolute;
  background: transparent;
  border: none;
  right: 5px;
  height: 100%;
  top: 50%;
  transform: translateY(-37%);
  color: #99999999;
}
#search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  max-height: 365px;
  overflow: auto;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  border-left: 0;
  width: 100%;
}
#search .dropdown-menu .search-item {
  border-bottom: 1px solid #e1e4e7;
}
#search .dropdown-menu .search-item a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  white-space: normal;
}
#search .dropdown-menu .search-item .image {
  float: left;
  width: 60px;
  background: #fafafa;
}
#search .dropdown-menu .search-item .image img {
  max-width: 60px;
}

#search .dropdown-menu .search-item .name {
  margin-left: 70px;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
  color: #2b2828;
}
#search .dropdown-menu .search-item .price {
  font-size: 14px;
  margin-left: 70px;
  font-weight: 600;
  color: #222;
}

#search .dropdown-menu .search-item.remainder-count a {
  text-align: center;
  background: #f1f5f7;
  font-size: 13px;
  color: #777;
}

.dropdown-menu::-webkit-scrollbar {
  position: absolute;
  width: 0.7vw;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color:var(--tech-global-color);
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color:  #151414;;
}
.dropdown-menu::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
/*endregion*/

/*
.loader {
  width: 57.6px;
  height: 57.6px;
  border-radius: 50%;
  background: radial-gradient(farthest-side,#ffffff 94%,#0000),
  radial-gradient(farthest-side,#dcdddf 94%,#0000),
  radial-gradient(farthest-side,#5b5a5f 94%,#0000),
  radial-gradient(farthest-side,#0079bc 94%,#0000),
  #ffffff;
  background-size: 105% 105%;
  background-repeat: no-repeat;
  animation: colorful-7utelwlg 2s infinite;
}

@keyframes colorful-7utelwlg {
  0% {
    background-position: 50% -72px,-57.6px 50%, 50% calc(100% + 72px),calc(100% + 72px) 50%;
  }

  20%, 25% {
    background-position: 50% -72px,-72px 50%, 50% calc(100% + 72px),50% 50%;
  }

  45%, 50% {
    background-position: 50% -72px,-72px 50%, 50% 50% ,50% 50%;
  }

  75%, 75% {
    background-position: 50% -72px, 50%  50%, 50% 50%,50% 50%;
  }

  95%, 100% {
    background-position: 50%  50% , 50%  50%, 50% 50%,50% 50%;
  }
}
*/

.mission-vission-box {
    border: 1px solid var(--secondary-color);
    border-radius: 1.5rem;
    margin: 2px;
    transition: all 0.3s ease-in-out; /* Smooth transition */
}
.mission-vission-box:hover {
    border: 1px solid var(--main-color);
    background-color: var(--secondary-color);
    color: #fff;
}
.col-md-4.mission-vission-box{
    padding: 25px;
}
.col-sm-12.mission-vission-box{
}
.col-md-4.mission-vission-box img{
    height: 120px;
    width: auto;
}
.about-us-mb{
    display: none;
}
@media (max-width: 740px) {
    .about-us-mb {
        display: block;
    }
    .about-us {
        display: none;
    }
}

.sticky-footer {
  display: none;
  position: fixed;
  bottom: -1px;
  left: 0;
  background: var(--tech-global-color);
  z-index: 999;
  box-shadow: 0 -4px 4px rgb(0 0 0 / 20%), 0 -1px 0 rgb(255 255 255 / 20%);
  flex: 1 1 auto;
  width: 100%;
  padding: 5px 0;
}
.sticky-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sticky-footer ul li {
  flex: 1 0 15%;
  max-width: 14%;
}
.sticky-footer ul li a {
  text-align: center;
}
.sticky-footer ul li a i,
.sticky-footer ul li a span {
  display: block;
}
.sticky-footer ul li a .icon > span {
  font-size: 18px;
  color: #fff;
}
.sticky-footer ul li a span {
  font-size: 10px;
  font-weight: 500;
  color: white;
  margin-top: 3px;
}
.sticky-footer ul li.home-icon a.th-ib-items {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -100%);
  padding: 5px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 53%);
}

.sticky-footer ul li.home-icon a > .home-icon-wrapper {
  border: 1px solid var(--tech-global-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sticky-footer ul li.home-icon a > .home-icon-wrapper img {
  height: 20px;
  margin-top: 8px;
}
.sticky-footer ul li.home-icon .home-icon-wrapper span {
  color: var(--tech-global-color);
  font-size: 24px;
  line-height: 30px;
}

.our-partner-area h1{
  font-size: 60px;
    font-weight: 200;
    font-family: "Fira Sans", serif;
}

.our-client-area h1{
  font-size: 50px;
  font-weight: 200;
  color: #3b3663;
}



/* Scroll Bar */
html::-webkit-scrollbar {
  position: absolute;
  width: 0.5vw;
}
html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #151414;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: var(--primaryBg);
}
html::-webkit-scrollbar-track {
  background-color: white;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Common CSS */

/* Variable List */



ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--textColor);
  transition: var(--transition);
}

a:hover {
  color: var(--primaryBg);
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.btn {
  transition: var(--transition);
  padding: 14px 30px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: rgb(255 255 255) 0 0 0 1px inset,
    rgb(0 0 0 / 10%) 0 0 0;
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.btn.link {
  color: var(--textColor);
  box-shadow: var(--primaryBg) 0 0 0 1px inset,
    rgb(0 0 0 / 10%) 0 0 0;
}
.btn.link:hover {
  background-color: var(--main-color);
  color: white;
}
.btn span {
  margin-left: 10px;
}
.btn:hover {
  background-color: white;
  color: var(--primaryBg);
}
.btn-alt {
  background-color: var(--primaryBg);
  color: white;
}
.btn-alt:hover {
  color: var(--primaryBg);
  background-color: white;
  border-color: var(--primaryBg);
}
.section-padding {
  padding: var(--sectionPadding);
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title.dark h1 {
  color: var(--textColor);
}