@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #9a9a9a;
  overflow-x: hidden;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 65px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 0px;
}

h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 50px;
  color: #000;
  font-weight: 800;
  margin: 0 0 0px;
  text-transform: uppercase;
}

h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 21px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Rajdhani", sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}
.theme-padding {
  padding: 0 4%;
  max-width: 1920px;
  margin: 0 auto;
}
.theme-btn {
  height: 57px;
  background-color: #b70404;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5px 0px 50px;
  text-transform: uppercase;
  font-weight: 550;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.theme-btn:hover::before {
  left: 100%;
}

.theme-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.theme-btn:hover::after {
  width: 300px;
  height: 300px;
}

.theme-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(183, 4, 4, 0.3);
}

.theme-btn span {
  background-color: white;
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 0 30px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.theme-btn:hover span {
  transform: scale(1.1) rotate(0deg);
}
/* header css start */
header {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 10;
}

.menuSec ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.menuSec ul li {
  height: 100%;
  align-items: center;
  display: flex;
}

.menuSec ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  color: #fff;
}

.menuSec ul li a:hover {
  background-color: #b70404;
}

.menuSec ul li a.active {
  background-color: #b70404;
}

.menuSec ul li a:focus {
  background-color: #b70404;
}

.menuSection {
  position: relative;
  height: 100%;
}

.menuSec {
  position: absolute;
  width: -webkit-fill-available;
  height: 60px;
  background-color: #0a1c43;
  top: 86px;
  z-index: 11;
}

.header-right {
  position: absolute;
  top: 15px;
  right: 100px;
  display: flex;
  gap: 15px;
  z-index: 12;
}

.header-right a {
  height: 60px;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #5f86ca;
  border-radius: 5px;
}

.header-right a i {
  font-size: 18px;
  color: #fff;
}

.header-logo {
  position: relative;
  z-index: 13;
  height: 100%;
  display: flex;
  align-items: center;
}

.menuSection .container-fluid {
  height: 100%;
}

.menuSection .container-fluid .row {
  height: 100%;
}

.menuSection .container-fluid .row .col-md-4 {
  height: 100%;
}

.menuSection .container-fluid .row .col-md-8 {
  height: 100%;
}

.header-logo a img {
  mix-blend-mode: multiply;
}

/* header css ends */

/* banner css start */
.hero-sec {
  height: 100vh;
  width: 100%;
  position: relative;
  background: url("../images/hero-bg.png") no-repeat center center / cover;
  margin: 0 0 100px 0;
}

.hero-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    149deg,
    rgba(183, 212, 255, 1) 0%,
    rgba(54, 92, 185, 1) 50%,
    rgba(51, 125, 228, 1) 100%
  );
  opacity: 0.93;
  z-index: 1;
}

section.hero-sec > .container-fluid {
  height: 100%;
  position: relative;
  z-index: 2;
}

section.hero-sec > .container-fluid > .row {
  height: 100%;
  align-items: center;
}

.hero_slidder {
  height: 100%;
  width: 100%;
}

.hero_slidder .slide-item {
  height: 100%;
}

.hero_slidder .slide-item > .row {
  height: 100%;
}

.hero-left-wraper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  position: relative;
}

.hero-left {
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}

.hero-left p {
  width: 50%;
  padding: 0 0 20px 0;
  color: #fff;
}

.hero-left-img {
  position: absolute;
  right: -10%;
  bottom: 0;
  z-index: 1;
}

.hero-left-img img {
  height: 38vw;
  width: auto;
  object-fit: contain;
}

.hero_slidder .slick-slider,
.hero_slidder .slick-list,
.hero_slidder .slick-track {
  height: 100% !important;
}

.hero_slidder .slick-slide {
  height: 100% !important;
}

.hero_slidder .slick-slide > div {
  height: 100%;
}

.hero_slidder .slick-active {
  opacity: 1;
  margin-bottom: 40px !important;
}

.hero_slidder .slick-prev,
.hero_slidder button.slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  bottom: 14px;
  top: auto;
  z-index: 999;
}

.hero_slidder button.slick-prev {
  left: auto;
  right: 0px;
}

.hero_slidder button.slick-next {
  right: -45px;
}

.hero_slidder .slick-prev:before,
.hero_slidder .slick-next:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  object-fit: contain;
  background: url("../images/hero-prev.png") no-repeat center center / contain;
  font-size: 20px;
}

.hero_slidder .slick-prev:before {
  transform: rotate(180deg);
}

.hero-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_slidder .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.hero_slidder .slick-dots {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  right: 20%;
  writing-mode: vertical-rl;
}

.hero_slidder .slick-dots::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 58%;
  width: 2px;
  background-color: #5f8bd0;
  z-index: -1;
  height: calc(100% - 68px);
  transform: translateX(-50%);
}

.hero_slidder .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 20px 0;
  padding: 0;
  cursor: pointer;
}

.hero_slidder .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.hero_slidder .slick-dots li button:hover,
.hero_slidder .slick-dots li button:focus {
  outline: none;
}

.hero_slidder .slick-dots li button:hover:before,
.hero_slidder .slick-dots li button:focus:before {
  opacity: 0.7;
}

.hero_slidder .slick-dots li button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero_slidder .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  transform: scale(1.2);
  padding: 10px;
  border: 1px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hero_slidder .slick-dots li .dot-text {
  position: absolute;
  left: 0px;
  top: 0%;
  transform: translateY(0%) rotate(0deg);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  opacity: 0.8;
  text-align: left;
  writing-mode: lr-tb;
  right: -40px;
}

.hero_slidder .slick-dots li .dot-desc {
  display: none;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  text-align: left;
}

.hero_slidder .slick-dots li.slick-active .dot-text {
  opacity: 1;
}

.hero_slidder .slick-dots li.slick-active .dot-desc {
  display: block;
}
.banner_bottom {
  position: absolute;
  bottom: 20px;
}
.hero-social-iucons li a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ffffff63;
  border-radius: 50%;
  font-size: 15px;
}
.hero-social-iucons li a:hover {
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s ease-in-out;
  background-color: #b70404;
}
.hero-social-iucons ul {
  display: flex;
  gap: 20px;
}

.hero-social-iucons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.banner_bottom {
  width: 100%;
}
.hero-social-line {
  width: 200px;
  height: 1px;
  background-color: #ffffff78;
}
.hero-social-iucons h5 {
  color: white;
  text-transform: uppercase;
}
.progress {
  display: block;
  width: 21%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  background: linear-gradient(135deg, #b70404, #5a0202);

  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  position: absolute;
  left: 39%;
  bottom: 47%;
}

.banner-slider .nike-zoom-silder-number {
  position: relative;
  bottom: 0;
  left: 0;
}
.banner-slider .nike-zoom-sec:before {
  content: "";
  position: absolute;
  background: red;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
}
.hero-range-slidder {
  background: white;
  width: 100%;
  padding: 50px;
}

.banner_bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.hero-social-iucons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-social-iucons ul {
  display: flex;
  gap: 20px;
}

.hero-social-iucons li a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff63;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}

.hero-social-line {
  width: 200px;
  height: 1px;
  background-color: #ffffff78;
}

.hero-social-iucons h5 {
  color: white;
  text-transform: uppercase;
}

.hero-range-slidder {
  background: white;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  max-width: 540px;
  right: 0;
  z-index: -1;
  bottom: -20px;
}

.nike-zoom-progress-barchg {
  position: relative;
  width: 300px;
  margin: 10px auto;
}

.progress {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}

.nike-zoom-silder-number {
  margin-top: 0px;
}

.slide_counter h2 {
  font-size: 24px;
  color: black;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  margin: -10px 0 0px 120px;
}

.slide_counter h2 span {
  opacity: 1;
  transition: opacity 0.3s ease;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

.slide_counter h2 span.active {
  opacity: 1;
  font-weight: bold;
  color: #b70404;
  font-size: 30px;
}
.hero_slidder .theme-btn img {
  width: 100%;
  object-fit: scale-down;
}

/* banner css end */
/* category sec starst  */
.category_slidder .slick-active {
  opacity: 1;
}
.category_slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.category-card {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.category-card-img {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.category-card-img img {
  height: 300px;
  width: 200px;
  object-fit: contain;
}
.category-card-txt {
  padding: 25px 0 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.category-card-txt h4 {
  font-weight: 800;
  text-transform: uppercase;
}
.category-heading {
  padding: 0 0 14px 0;
}
.category-card a {
  display: inline;
}
.category-card:hover {
  cursor: pointer;
}
.category-card:hover {
  background-color: #b70404;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.category-card:hover .category-card-txt h4 {
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.category-card:hover .category-card-img {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
/* category sec ends */

/* about section starts  */
section.about-sec {
  margin: 100px 0;
}

.about-left img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.about-sec.inn-abt .work-space-safety {
    margin-top: 60px;
}
section.about-sec .row {
  align-items: flex-end;
}
.about-right {
  padding: 0 0 0 5%;
}
.about-right p {
  padding: 10px 0;
}
.work-space-safety {
  background-color: white;
  margin: 10vh 0 0px -200px;
  padding: 40px;
  border-radius: 8px;
}
.work-space-safety h4 {
  font-weight: 800;
  text-transform: uppercase;
}
/* about section ends */

/* top products starst  */
section.top-products {
  margin: 0 0 100px 0;
}

.top-product-card {
  background-color: #f6f6f6;
  padding: 25px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.top-product-card:hover {
  background-color: #b70404;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.save-badge {
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 16px;
}

.save-badge h6 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.top-product-card:hover p,
.top-product-card:hover h6,
.top-product-card:hover h4 {
  color: white;
}
.top-product-card:hover .shop-btn {
  border: 1px solid white;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.top-product-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-product-card:hover .save-badge h6 {
  color: #b70404;
}
.top-product-card-img img {
  height: 300px;
  width: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.top-product-card-txt {
  text-align: center;
}

.top-product-card-txt div.product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #d4d4d4;
}

.shop-btn {
  display: inline-flex;
  height: 55px;
  padding: 0 20px;
  background-color: #b70404;
  color: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.shop-btn:hover {
  transform: translateY(2px);
  /* box-shadow: 0 2px 0 #8a0202, 0 4px 8px rgba(0, 0, 0, 0.1); */
  background-color: #b70404;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.shop-btn:active {
  transform: translateY(4px);
  box-shadow: 0 0px 0 #8a0202, 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-info p {
  color: black;
  font-size: 13px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}
.product-info p span i {
  color: #fd8f00;
}
.product-info h6 {
  color: black;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
}
.top-product-card-txt h4 {
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 00;
}
.top-products-heading {
  padding: 0 0 15px 0;
}
.top-products .row {
  margin: 0 0 40px 0;
}
/* top products ends */

/* taking safety starst  */
.taking-safety {
  height: 510px;
  width: 100%;
  background: url("../images/taking-safety-bg.jpg") no-repeat center;
  background-size: cover;
  margin: 0 0 100px 0;
}
.taking-safety .container-fluid,
.taking-safety .row,
.taking-safety .col-md-3,
.taking-safety .col-md-6 {
  padding: 0;
  margin: 0;
}
.taking-safety-left {
  height: 510px;
  width: 100%;
  background: url("../images/taking-safety-left.jpg") no-repeat center;
  background-size: cover;
}
.taking-safety .theme-btn {
  border: 1px solid white;
}
.taking-safety .taking-safety-middle {
  height: 510px;
  width: 100%;
  background: url("../images/safety-middle.png") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px;
}
.taking-safety .taking-safety-right {
  height: 510px;
  width: 100%;
  background: url("../images/taking-safety-right.jpg") no-repeat center;
  background-size: cover;
}
.taking-safety .taking-safety-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(9, 37, 74, 0.9999);
  z-index: -1;
}
.taking-safety-middle h2 {
  color: white;
}

.taking-safety-middle p {
  color: #ffff;
  padding: 0 0 16px 0;
}
/* taking safety ends */

/* safety solution starts  */
.safety-sol-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}
section.safety-solution {
  margin: 0 0 100px 0;
}
.safety-sol-right img {
  height: 490px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.safety-solution .container-fluid {
  padding: 0 7%;
}
.safety-sol-left p {
  padding: 10px 0;
}

.safety-sol-left {
  padding: 0 5% 0 0;
}
.safety-sol-list li {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
section.safety-solution .row {
  align-items: center;
}
/* safety solution edns */

/* testimonial sec starts  */
section.etstimonial-sec {
  margin: 0 0 100px 0;
}
.testimonial-slidder .slick-active {
  opacity: 1;
}
.testimonial-slidder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.testi-card-info > div > img {
  height: 65px;
  width: 65px;
  object-fit: cover;
  border-radius: 10px;
}
.testi-card-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.testi-card-info > div > p {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}

p.desination {
  font-size: 12px !important;
}
.testi-card-ratting {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.testi-card {
  padding: 30px;
  border: 1px solid #fbe8f2;
  border-radius: 5px;
}
.testi-card > p {
  padding: 10px 0;
}
.testimonial-heading {
  padding: 0 0 30px 0;
}

.testi-card-ratting p i {
  color: #f39f1e;
}

.testi-card-ratting p {
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card {
  background-color: #b70404;
  border-radius: 10px;
  border: 1px solid transparent;
}
.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card p {
  color: white;
}
.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card > p {
  color: rgb(221, 218, 218);
}
/* testimonial sec startsends*/
.footer-sec {
  background-color: #315db6;
  padding-bottom: 20px;
  padding-top: 80px;
}
div#Footer .row {
    justify-content: start;
}

.left-text ul li a i {
    color: #fff;
    font-size: 23px;
}

.left-text ul li a {
    display: flex;
    gap: 20px;
    align-items: center;
}

.left-text ul li p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.left-text {
    margin-top: 40px;
}


.left-text ul {
    padding-top: 20px;
}

.left-text ul li {
    line-height: 21px;
    margin-bottom: 20px;
}


ul.footer-socials {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.footer-links {
  /* padding: 80px 0 0 0; */
  margin-top: 40px;
}

ul.footer-socials a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  background-color: #b70404;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease,
    box-shadow 0.3s ease;
}

ul.footer-socials a:hover {
  transform: scale(1.15);
  background-color: #d11515;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.footer-logo-wrapper {
  /* padding: 60px 0 0 0; */
}

.footer-logo-wrapper > p {
  color: #fff;
  padding: 20px 0;
  width: 90%;
  font-size: 14px;
  line-height: 1.6;
  width: 42%;
}

.footer-logo-wrapper > h5 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 25px 0;
}

#Footer h5 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 10px 0;
}

.footer-links ul {
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
}

.footer-links ul li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #ffffff;
}

.footer-links ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.footer-links ul li a:hover::after {
  width: 100%;
}

.copy-right-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 4% 15px;
  border-top: 1px solid #ffffff4d;
  margin: 40px 0 0 0;
}

.copy-right-row p {
  color: #ffffffcc;
  font-size: 14px;
  margin: 0;
}

.copy-right-row img {
  max-height: 40px;
  transition: transform 0.3s ease;
}

.copy-right-row img:hover {
  transform: scale(1.1);
}
/* footer ends  */
/* inner abnner starsts  */
.inner-banner {
  height: 645px;
  width: 100%;
  background: url("../images/hero-bg.png") no-repeat center center / cover;
  position: relative;
}
.inner-banner > .container-fluid {
  width: 100%;
  height: 100%;
}

.inner-banner > .container-fluid > .row {
  height: 100%;
  align-items: center;
  padding: 5% 0 0 0;
  position: relative;
}
.inner-banner-left h1 {
  text-transform: uppercase;
}
.inner-banner-right img {
  height: 490px;
  width: 100%;
  object-fit: contain;
}

.inner-banner-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.inner-banner > .container-fluid > .row > .col-md-6 {
  height: 100%;
}
.inner-banner-left {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0 0 0;
}
section.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    149deg,
    rgba(183, 212, 255, 1) 0%,
    rgba(54, 92, 185, 1) 50%,
    rgba(51, 125, 228, 1) 100%
  );
  opacity: 0.93;
}
.about-dt-para p {
  padding: 10px 0;
}
/* inner abnner ends */

/* ABout inner starts  */
.about-dt-para p {
  padding: 10px 0;
}
/* ABout inner ends */

/* contact sec starts  */
section.contact-us {
  margin: 100px 0;
}
.contact-sec-right input {
  height: 50px;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d8d8d8;
  padding: 20px;
}

.contact-sec-right select {
  height: 50px;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d8d8d8;
  padding: 10px 20px;
  border-radius: 0;
}
.contact-sec-right textarea {
  height: 150px;
  width: 100%;
  resize: none;
  padding: 20px;
  border: 1px solid #d8d8d8;
}
section.contact-us h2 {
  padding: 0 0 15px 0;
}
.contact-box {
  padding: 40px 20px;
  background-color: #b70404;
  margin: 0 0 10px 0;
}
.contact-box-icon i {
  height: 65px;
  width: 65px;
  background-color: white;
  color: #b70404;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
}
section.contact-us .container-fluid {
  padding: 0 7%;
}
.contact-sec-left {
  padding: 0 5% 0 0;
}
.contact-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.contact-box-txt h5 {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 0 0 5px 0;
}

.contact-box-txt p {
  color: white;
  font-weight: 600;
}
.contact-sec-right button {
  border: 1px solid transparent;
  color: white;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
/* contact sec ends */

/* product catalogue starts  */

.range-text {
  display: flex;
  justify-content: center;
  position: relative;
}

.right-side-top select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #bdbdbd;
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  appearance: auto;
  line-height: 60px;
}

.showing-icon > select {
  width: 50%;
}

.showing-icon > .product-select {
  width: 85%;
}

.showing-icon > p {
  width: 15%;
}

.right-side-top p {
  color: #101010;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0;
}

.show-prg-num a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat";
  color: #101010;
  padding: 0 2px;
  transition: 0.5s;
}

.show-prg-num p {
  font-size: 16px;
}

.show-prg-num {
  gap: 10px;
}

.show-prg-num a:hover {
  color: #006df0;
}

.showing-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.showing-icon a {
  margin-top: 19px;
  padding: 0 13px;
  color: #000;
}

section.collection-side {
  padding: 100px 4%;
}

.product-bar h5 {
  font-size: 23px;
  color: #101010;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.product-bar form {
  position: relative;
}

.product-bar {
  width: 90%;
}

.range-slider {
  width: 100%;
  position: relative;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.range-slider input {
  border: none;
}

.range-slider .rangeValues {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  font-family: "Manrope";
}

.range-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  border: none;
  padding: 0px !important;
  height: 0;
  top: -15%;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  background: #101010;
  border: none;
  border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #006df0;
  margin-top: -5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type="range"]:focus {
  outline: none;
}

.range-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #006df0;
}

.range-slider input[type="range"]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #006df0;
  border: none;
  border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #006df0;
}

.product-bar1 a {
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 10px;
  transition: 0.5s;
  font-family: "Montserrat";
  font-weight: 600;
}

.product-bar1 a:hover {
  color: #013626;
  padding-left: 2px;
  font-weight: 600;
}

.grid-view {
  display: flex;
  gap: 15px;
  color: #000;
}

.grid-view > a {
  font-size: 19px;
  width: 25px;
  height: 25px;
  transform: rotate(0deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  overflow: hidden;
}

.pro-grid-view .w-full {
  width: 50%;
}
.collection-side .row {
  margin: 0 0 30px 0;
}

/* product catalogue ends */
