* {
  box-sizing: border-box;
}
*,
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "SharpGrotesk";
  font-style: normal;
  font-weight: normal;
  color: #212529;
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("opentype");
  font-display: swap;
}
html {
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "SharpGrotesk", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #212529;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "lnum";
  background-color: #f6f6f6;
}
.navbar-brand {
  width: 200px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
nav.sticky .container .navbar-brand {
  width: 150px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
}
.navbar ul li {
  position: relative;
  list-style: none;
}
a.dropdown-item {
  margin: 0 !important;
}
.navbar ul li a {
  position: relative;
  margin: 0 5px;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 500;
  transiton: 0.6s;
}
.navbar.sticky .logo,
.navbar.sticky li a {
  color: #000;
}
.navMenu {
  display: block;
  float: right;
  position: relative;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
footer {
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 1em 40px;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.soldier-font {
  color: #212529;
  font-family: "SharpGrotesk", sans-serif;
  font-weight: 600;
  font-weight: bold;
}
.soldier-font2 {
  color: #212529;
  font-family: "SharpGrotesk", sans-serif;
}
.soldier-color {
  color: #5a6c42;
}
.nav-link {
  color: #000000;
  font-size: large;
  font-family: "SharpGrotesk", sans-serif;
  padding: 0.5rem var(--bs-nav-link-padding-x);
}
a.nav-link.active {
  font-weight: 600;
}
.footer-text {
  color: #000000;
  font-size: inherit;
  font-family: "SharpGrotesk", sans-serif;
  padding: 0.5rem var(--bs-nav-link-padding-x);
}
.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4caf50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}
.button:hover {
  background-color: #3e8e41;
}
.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.fill {
  position: relative;
  height: 45px;
  margin: 10px 7px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #383736;
  border: 2px #383736 solid;
  border-radius: 4px;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.fill:hover {
  color: whitesmoke;
}
.fill:before {
  content: "";
  position: absolute;
  background: #383736;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.fill:hover:before {
  top: 0;
}
.link,
a {
  font-weight: 600;
  line-height: inherit;
  text-decoration: none;
  color: var(--anchor-color, #507db4);
  cursor: pointer;
  outline: 0;
  display: inline-flex;
  transition: color 0.15s ease-in-out;
}
.button::after {
  content: "";
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  background-color: var(--button-hover-background-color, #ffffff);
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}
@media screen and (min-device-width: 0) and (max-device-width: 571px) {
  .navbar ul li {
    border-bottom: 1px solid #edeff2;
  }
  .soldier-font-size {
    font-size: 4rem;
  }
  .soldier-font-size2 {
    font-size: 6rem !important;
  }
  div#navbarSupportedContent {
    border-top: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
  }
  .list-card-title {
    font-size: 16px !important;
  }
  .title-text {
    font-size: clamp(16px, 5vw, 24px);
  }
}
@media screen and (min-device-width: 572px) and (max-device-width: 991px) {
  .soldier-font-size {
    font-size: 4rem;
  }
  .soldier-font-size2 {
    font-size: 6rem !important;
  }
  .product-item {
    flex-basis: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1291px) {
  .soldier-font-size {
    font-size: 6rem;
  }
  .soldier-font-size2 {
    font-size: 8rem !important;
  }
  div#carouselExampleIndicators {
    z-index: -10 !important;
  }
  .about-image {
    margin-bottom: 3rem;
  }
  .product-item {
    flex-basis: calc(25% - 1rem);
    margin-bottom: 2rem;
  }
}
@media screen and (min-device-width: 1292px) {
  .soldier-font-size {
    font-size: 6rem;
  }
  .soldier-font-size2 {
    font-size: 8rem !important;
  }
  .about-image {
    margin-bottom: 3rem;
  }
}
nav.navbar.navbar-expand-lg {
  background-color: white;
  width: 100% !important;
  z-index: 100;
}
.footer-box > ul > li {
  line-height: 1rem;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.w3-serif {
  font-family: "SharpGrotesk", sans-serif;
}
.w3-sans-serif {
  font-family: "SharpGrotesk", sans-serif;
}
.w3-cursive {
  font-family: cursive;
}
.w3-monospace {
  font-family: monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SharpGrotesk", sans-serif;
  font-weight: 400;
  margin: 10px 0;
}
.w3-wide {
  letter-spacing: 4px;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.w3-image {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
a,
span {
  color: inherit;
  line-height: 1.1rem;
}
.big-title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pagetitle-cont::after {
  content: "";
  width: 60%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #dddddd1c;
  border-bottom-right-radius: 100%;
}
.pagetitle-cont {
  position: relative;
}
.pagetitle-inner {
  padding: 3rem;
  text-align: center;
  color: #fff;
  background-color: #1d1d1b;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.pagetitle-inner .breadcrumb {
  justify-content: center;
}
.pagecontent {
  padding: 2rem 0;
  background-color: #fff;
}
.iletpaglist {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.iletpaglist li i {
  font-style: normal;
  font-size: 24px;
  margin-right: 8px;
  color: var(--brkblue);
}
.iletpaglist li a strong,
.iletpaglist li address strong {
  line-height: 10px;
}
.nav-link:hover {
  color: rgba(0, 0, 0, 0.705) !important;
  font-weight: 600;
}
.nav-link:hover:not(:last-child):before {
  left: 0;
  width: 100%;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
}
.card-deck {
  display: flex;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #494949 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #cecece !important;
}
.breadcrumb-item {
  font-size: 1rem;
}
a.footer-box > img {
  display: flex;
  text-decoration: none;
  max-width: 200px !important;
  height: auto;
  margin: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  transition: 0.3s linear;
}
table > thead > tr {
  background-color: var(--bs-gray);
  color: white;
  text-align: center;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #6c757d !important;
}
ul.dropdown-menu.langdrop-menu {
  min-width: fit-content !important;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.js-cookie-consent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #ffffff99;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 999999;
  text-align: center;
}
span.cookie-consent__message {
  color: #272727;
  font-size: 15px;
  line-height: 1.5em;
}
button.js-cookie-consent-agree.cookie-consent__agree {
  height: 30px;
  width: 130px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
  border: 1px solid green;
  background-color: green;
}
model-viewer {
  width: auto;
  height: 100%;
  min-height: 500px;
}
.card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999999 !important;
}
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}
.service-icon {
  position: relative;
  margin: -50px 0 25px 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #000000;
  border-radius: 100px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}
.service-item:hover .service-icon {
  color: white;
  background: #ffcf15;
}
.newsdcontent-menu .btn {
  margin-bottom: 0;
  display: block;
  font-size: 24px;
  padding: 10px;
  color: var(--cardbox-link-color);
}
.newsdcontent-menu .btn {
  margin-bottom: 0;
  display: block;
  font-size: 24px;
  padding: 10px;
  color: var(--cardbox-link-color);
}
ul.list-unstyled > li {
  background-color: white;
}
.card-header {
  background-color: white;
}
.slider-title {
  font-size: 1.7rem;
  font-weight: 600;
}
.slider-content {
  font-size: 1.5rem;
}
.content-image {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.content-item:hover img {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.content-item {
  overflow: hidden;
  position: relative;
}
.content-image {
  overflow: hidden;
  position: relative;
}
.pagetitle-inner .container .row .col-12 {
  margin-top: 5rem !important;
}
.detail-data {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.gray-bg {
  background-color: #ebf4fa;
}
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.blog-grid .blog-img .date {
  position: absolute;
  background: #1d1d1b;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.blog-grid .blog-info {
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 0 0, rgba(27, 31, 0, 0.15) 0 0 0 1px;
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #3a3973;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}
.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 20px;
  position: relative;
  display: inline-block;
  color: #1d1d1b;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.px-btn-arrow .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  -moz-transition: ease right 0.3s;
  -o-transition: ease right 0.3s;
  -webkit-transition: ease right 0.3s;
  transition: ease right 0.3s;
}
.px-btn-arrow .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide-title {
  font-size: 1.5rem;
}
.slider-content {
  font-size: 1.3rem;
}
.sample-slider {
  width: 100%;
}
.sample-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.sample-slider img {
  width: 100%;
}
.swiper-slide {
  max-height: 100vh;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}
img.icon-item {
  width: clamp(3rem, 5vw, 5rem);
  margin-right: 4px;
}
