:root {
  --theme-color: #47151e;
  --theme-color-light: #ffefef;
}

html {
  scroll-behavior: smooth;
}

/* --------------------font-family-------------------- */

@import url("https://fonts.cdnfonts.com/css/poppins");
* {
  font-family: "Poppins", sans-serif;
}

/* -----------------------scroll bar------------------ */
/* body::-webkit-scrollbar {
    width: 13px; 
}  
body::-webkit-scrollbar-thumb {
    background-color: #783340; 
    border-radius: 4px; 
}  
body::-webkit-scrollbar-track {
    background-color:  #8a7c7f; 
} */

/* -----------------------header------------------------ */

/* .header .active {
  background-color: #ffffff;
  color: #40151d;
  border-radius: 20px;
} */
.bg-brown {
  background-color: var(--theme-color);
}

.text-brown {
  color: #e8646f !important;
}

.nav-link {
  font-size: 14px;
  color: white;
}

.nav-link:hover {
  color: #d05a6d;
}

.dropdown-item {
  font-size: 14px;
  color: #555;
}

.nav-item.active .nav-link {
  background-color: white;
  font-weight: 700;
  color: #47151e;
  font-size: 14px;
}

.navbar-text {
  font-size: 30px;
  background-image: linear-gradient(to right, #f99690, #fcc0a4, #ffeabb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* .navbar-text {
  font-size: 27px;
  text-align: center;
  background-image: linear-gradient(to right, #c46576, #f26a77, #c89b80);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
} */

@media (max-width: 768px) {
  .navbar-text {
    font-size: 16px;
  }
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
}

.dropdown-menu {
  background-color: #7f303c;
  border: none;
  border-radius: 2px;
  color: #fff;
}
.dropdown-menu a:hover {
  background-color: #a84a5b;
}

/* -----------------------footer------------------------ */
footer {
  background-color: #232323;
  color: #fff;
  padding-top: 70px;
}

/* footer {
  background: linear-gradient(to right, #7d3945, #f26a77, #c89b80);
  color: #fff;
  padding-top: 50px;
} */

footer h5 {
  font-size: 18px;
  margin-bottom: 14px;
}

footer ul.list-unstyled {
  list-style: none;
  padding: 0;
  line-height: 35px;
  font-size: 14px;
}

footer ul.list-unstyled li {
  margin-bottom: 10px;
}

footer ul.list-unstyled li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

footer ul.list-unstyled li a:hover {
  color: #f36b77;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
} */

/* ---------------------back to top-------------- */

.back-to-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  background-color: #40151d;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.back-to-top i {
  margin: 0;
  padding: 0;
}

.back-to-top:hover {
  background-color: white;
  color: black;
}

/* -------------------------index-------------------------*/
.rounded-circle {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.rounded-circle-1 {
  width: 500px;
  height: 350px;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  #myImage {
    width: 100%;
  }
}

#myImage {
  width: 50px;
  height: 50px;
}

.active-img {
  width: 50px;
  height: 50px;
  border: 1px solid #47151e;
  border-radius: 50%;
}

/* CSS for the active image border for the specific carousel */
#my-carousel .active {
  background-color: #f1efef;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

h2 {
  font-size: 20px;
}

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}

.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
  border: 1px solid red;
  z-index: 92;
  position: absolute;
  top: 50%;
}

.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
  outline: none;
}

.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
  color: #fff;
}

.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
  font-size: 40px !important;
}

.owl-1 .owl-nav .owl-next {
  border: 4px solid blue;
  right: 20px;
}

.owl-1 .owl-nav .owl-prev {
  left: 20px;
}

.owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-1 .owl-dots .owl-dot {
  background: none;
  display: inline-block;
}

.owl-1 .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 4px;
}

.owl-1 .owl-dots .owl-dot.active > span {
  background: white;
}

.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
  outline: none;
}

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.media-29101 .text {
  padding: 0px;
}

@media (max-width: 991.98px) {
  .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}

.media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.media-29101 .text h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.media-29101 .text h2 a {
  color: #000;
}

.carousel-nav {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

.carousel-nav a {
  color: #999;
  padding: 20px;
  text-align: center;
  display: inline-block;
}

.carousel-nav a:hover {
  color: #000;
}

.carousel-nav a.active {
  color: #000;
}

.carousel-nav a.active:before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
}

#my-section-3 {
  background-image: url("../image/site-images/banner-5.jpg");
  background-repeat: no-repeat;
  margin: 80px;
  background-size: cover;
  overflow: hidden;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  #my-section-3 {
    background-position: center;
    height: 30vh;
    margin: 10px;
  }
}

.parallax-2 {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  color: #47151e;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

.text-custom {
  font-size: 14px;
  color: #000000 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* carousel */
@media (min-width: 767px) {
  .carousel-item {
    height: 60vh;
    /* min-height: 350px; */
    overflow: hidden;
    background: no-repeat center center scroll;
    background-size: cover;
  }

  .carousel-item img {
    height: 85vh;
    object-fit: cover;
  }

  .carousel-caption {
    position: absolute;
    top: 20%;
    text-align: center;
    z-index: 2;
  }
  .big-h1 {
    font-size: 63px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    font-family: "Poppins", sans-serif;
  }

  .span-1 {
    color: #822736;
    font-size: 50px;
    font-weight: 600;
  }
  /* .button-left{
    margin-left: -10%;
  } */
}

/* background-color: rgba(148, 60, 60, 0.12); */

@media (max-width: 767px) {
  .carousel-caption {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -50%);
    z-index: 2;
  }

  .big-h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }

  .carousel-item img {
    height: 250px;
    overflow: hidden;
  }
}

.special-icon i {
  color: #47151e;
}

.special-icon i {
  font-size: 30px;
}

/* ------------------contact------------------- */

.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border: none;
}
.accordion-style .card:last-child {
  margin-bottom: 0;
}
.accordion-style .card-header {
  border: 0;
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion-style .btn-link {
  color: #7f303c;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  padding: 15px 55px;
  text-decoration: none;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.rounded-1 {
  border-radius: 0.25rem !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
}
.accordion-style .btn-link.collapsed {
  color: black;
}
.accordion-style .btn-link.collapsed:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1rem;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7f303c;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.accordion-style .btn-link:after {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1rem;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7f303c;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.accordion-style .card-body {
  padding-top: 0px;
  padding-left: 3.5rem;
  padding-bottom: 0;
}
.accordion-style .card-body:before {
  position: absolute;
  content: "";
  border-style: dashed;
  border-width: 0 0 0 1.2px;
  border-color: #7f303c;
  left: 20px;
  top: 0;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    padding: 15px 40px 15px 55px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-style .btn-link {
    padding: 15px 30px 15px 55px;
  }
}

#my-section-2 {
  background-image: url("../image/site-images/bnner-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  #my-section-2 {
    background-position: center;
    height: 50vh;
  }
}

.parallax-1 {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-with-orange-bg {
  background-color: #7f303c;
  padding: 10px;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.orange-1:hover {
  color: #a84a5b;
}

.reach {
  background-color: var(--theme-color-light);
}

.btn-primary-1 {
  background-color: #a84a5b;
  border-color: none;
  color: white;
}

.btn-primary-1:hover {
  background-color: #edc2ca;
  color: #fff;
}

.icon-bars {
  font-size: 30px;
}

.hover-1:hover {
  transition: filter 0.3s ease-in-out;
  filter: brightness(50%);
}

.image-container-1 {
  position: relative;
  display: inline-block;
}

.image-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  opacity: 0;
  color: #fff;
  padding: 10px 20px;
  transition: opacity 0.3s ease-in-out;
}

.image-container-1:hover .image-text {
  opacity: 1;
}

/* ------------------about------------------- */

.diagonal {
  min-height: 50vh;
}
.diagonal-image {
  position: relative;
  overflow: hidden;
  transition: 0.1s all;
}

@media screen and (max-width: 600px) {
  .diagonal {
    min-height: auto;
    padding-top: 45px !important;
  }
  .diagonal-image {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    background: url("../image/site-images/about-banner-6.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    overflow: hidden;
    min-height: 40vh;
  }
  .diagonal-image .diagonal-text {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    transition: 0.1s all;
  }
}
@media screen and (min-width: 601px) {
  .diagonal-image:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../image/site-images/about-banner-6.jpg");
    background-origin: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;

    border-left: 300px solid rgb(255, 255, 255);
    border-bottom: 80vh solid rgba(0, 0, 0, 0);
    transition: 1s all;
  }

  .diagonal-image .diagonal-text {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    padding-left: 300px !important;
    /* border-left: 40px solid rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.6); */
    transition: 1s all;
  }
  .diagonal-image:hover .diagonal-text {
    transform: translateX(0);
  }
}

/*----  card style----*/

#cards_landscape_wrap-2 {
  background-image: url(" ../image/site-images/bg-about-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#cards_landscape_wrap-2 {
  text-align: center;
}
#cards_landscape_wrap-2 .container {
  padding-top: 80px;
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box {
  /* background: #ffffff; */
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 250px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer {
  background: #ffffff;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}
#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Black", sans-serif;
  letter-spacing: 1px;
  color: #7f303c;
}

#my-section {
  background-image: url("../image/site-images/banner-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  #my-section {
    background-position: center;
    height: 50vh;
  }
}
.parallax {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --------------products----------------- */

#my-section-5 {
  background-image: url("../image/site-images/world-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 60vh;
}
@media screen and (max-width: 768px) {
  #my-section-5 {
    background-position: center;
    height: 50vh;
  }
}

.parallax-5 {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.radio-btns:hover .radio-btns__btn:not(:hover) {
  filter: grayscale(100%);
  opacity: 0.75;
}

.radio-btns:hover .radio-btns__btn:not(:hover)::after {
  background-color: rgba(#000, 0.5);
}

@media (min-width: 30rem) {
  .radio-btns {
    grid-template-columns: repeat(3, 150px);
  }
}

.radio-btns__btn {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.radio-btns__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(#000, 0);
  transition: 0.3s;
}

.radio-btns__btn img {
  display: block;
  width: 300px;
  height: 198px;
  overflow: hidden;
  object-fit: cover;
  /* max-width: 100%; */
}

#my-section-4 {
  background-image: url("../image/site-images/ppe_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  #my-section-4 {
    background-position: center;
    height: 50vh;
  }
}

.parallax-4 {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.font-one {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: justify;
  /* margin-left: 20px; */
}

@media screen and (max-width: 768px) {
  .font-one {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: justify;
    margin: 10px;
  }
  .left-move {
    margin: 10px;
  }
}

.button-81 {
  background-color: #fff;
  border: 0 solid #e2e8f0;
  /* border-radius: 1.5rem; */
  box-sizing: border-box;
  color: #47151e;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle", -apple-system, system-ui, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: none #47151e solid;
  text-decoration-thickness: auto;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-81:hover {
  background-color: #47151e;
  color: #fff;
}

@media (min-width: 768px) {
  .button-81 {
    font-size: 1rem;
  }
}

.button-82 {
  background-color: #47151e;
  border: 0 solid #e2e8f0;
  /* border-radius: 1.5rem; */
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Basier circle", -apple-system, system-ui, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  padding-bottom: 12px;
  text-align: center;
  text-decoration: none #47151e solid;
  text-decoration-thickness: auto;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-82:hover {
  background-color: white;
  color: #47151e;
}

@media (min-width: 768px) {
  .button-82 {
    font-size: 1rem;
  }
}

/* --------------------------------------------------
personal equipment
-------------------------------------------------- */
.ag-format-container {
  /* width: 1142px; */
  width: 90%;
  margin: 0 auto;
}

/* .ag-offer-block {
  padding: 50px 0 90px
} */

.ag-offer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ag-offer_item {
  width: 33.33%;

  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;
}

.ag-offer_item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  border-top: 1px solid #c1c1c1;
}

.ag-offer_item:not(:nth-child(3n)) {
  border-right: 1px solid #c1c1c1;
}

.ag-offer_item:nth-child(1) .ag-offer_hidden-item {
  background-color: #a84a5b;
}

.ag-offer_item:nth-child(2) .ag-offer_hidden-item {
  background-color: #a84a5b;
}

.ag-offer_item:nth-child(3) .ag-offer_hidden-item {
  background-color: #a84a5b;
}

.ag-offer_item:nth-child(4) .ag-offer_hidden-item {
  background-color: #a84a5b;
}

.ag-offer_item:nth-child(5) .ag-offer_hidden-item {
  background-color: #a84a5b;
}

.ag-offer_item:nth-child(6) .ag-offer_hidden-item {
  background-color: #a84a5b;
}

.ag-offer_item:hover .ag-offer_visible-item {
  opacity: 0;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.ag-offer_visible-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 100%;
  width: 100%;
  padding: 35px 35px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: 0.4s 0.3s;
  -moz-transition: 0.4s 0.3s;
  -o-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.ag-offer_img {
  height: 64px;
  width: 64px;
  margin: 0 15px 0 0;
}

.ag-offer_title {
  font-size: 22px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ag-offer_hidden-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 30px;

  opacity: 0;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transform: rotate(180deg) scale(0);
  -moz-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  -o-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ag-offer_item:hover .ag-offer_hidden-item {
  opacity: 1;

  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);

  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ag-offer_text {
  max-width: 100%;

  opacity: 0;

  font-size: 15px;
  color: #fff;

  -webkit-transition: 0.3s 0.5s;
  -moz-transition: 0.3s 0.5s;
  -o-transition: 0.3s 0.5s;
  transition: 0.3s 0.5s;
}

.ag-offer_item:hover .ag-offer_text {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 100%;
  }

  .ag-offer_item {
    width: 100%;
    margin: 0 0 30px;
    border: 0 none !important;
    border-bottom: 1px solid #c1c1c1 !important;
  }

  .ag-offer_visible-item {
    padding: 0 20px 30px;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ag-offer_item:hover .ag-offer_visible-item {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .ag-offer_hidden-item {
    padding: 0 20px 20px;

    opacity: 1;

    position: static;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .ag-offer_item:nth-child(1) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(2) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(3) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(4) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(5) .ag-offer_hidden-item,
  .ag-offer_item:nth-child(6) .ag-offer_hidden-item {
    background-color: transparent;
  }

  .ag-offer_item:hover .ag-offer_text {
    opacity: 1;
  }

  .ag-offer_title {
    font-weight: bold;
  }

  .ag-offer_text {
    opacity: 1;

    font-size: 18px;
    color: #000;
  }

  .ag-offer_btn {
    border: 2px solid #0000d1;
    background-color: #000080;

    position: static;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    /* width: 750px; */
    width: 800px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    /* width: 960px; */
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .ppe-container {
    margin-left: 0%;
  }
}

/* Default styles for the card and image */
.card-1 {
  width: 150px;
  text-align: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.slide-img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.slider-p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 1px;
  margin-bottom: 0;
}

.card-1:hover {
  background-color: #f5f5f5;
}

.card-1:hover .slide-img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.card-1:hover .slider-p {
  background-color: black;
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 15px 1px;
}

.slider {
  position: relative;
}

.catlog-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.catlog-img:hover {
  transform: scale(1.1);
}

.footer-a {
  color: #fff;
}

.footer-a:hover {
  color: #a84a5b;
}

.footer-a-2 {
  color: #3e4245;
}

.footer-a-2:hover {
  color: #a84a5b;
}

#my-section-6 {
  background-image: url("https://img.freepik.com/premium-photo/industrial-worker-welding-steel-structure-with-construction-site-background_35927-355.jpg?w=1060");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 50vh;
}
@media screen and (max-width: 768px) {
  #my-section-6 {
    background-position: center;
    height: 50vh;
  }
}

.eqip-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.equipment-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.equipment-img:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 500px) {
  .eqip-container {
    width: 100%;
    height: 150px;
  }
  .equipment-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}

.main-img {
  width: 100%;
  height: 769px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

@media screen and (max-width: 998px) {
  .main-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width: 728px) {
  .main-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.bg-main-black {
  background-color: #444444;
}

.image-container-2 {
  position: relative;
  width: 100%;
}

.vertical-text {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: white;
  font-size: 10rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 998px) {
  .vertical-text {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-40%, -10%);
    color: white;
    font-size: 6rem;
    font-weight: bold;
    white-space: nowrap;
  }
}

@media screen and (max-width: 728px) {
  .vertical-text {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-44%, -10%);
    color: white;
    font-size: 4rem;
    font-weight: bold;
    white-space: nowrap;
  }
}

.mini-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

#my-section-7 {
  background-image: url("https://img.freepik.com/free-photo/man-is-working-metal-factory-he-is-welding-piece-rail-using-special-tools_613910-17144.jpg?t=st=1714732781~exp=1714736381~hmac=e3025123c76d35630ab053d46abb70987675eb8566174ea970e2c50ec6b15058&w=900");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  #my-section-7 {
    background-position: center;
    height: 50vh;
  }
}

/* From Uiverse.io by vinodjangid07 */
.Documents-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  height: 45px;
  border: none;
  padding: 0px 15px;
  border-radius: 5px;
  background-color: var(--theme-color);
  /* background-color: rgb(49, 49, 83); */
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.folderContainer {
  width: 40px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.fileBack {
  z-index: 1;
  width: 80%;
  height: auto;
}
.filePage {
  width: 50%;
  height: auto;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.fileFront {
  width: 85%;
  height: auto;
  position: absolute;
  z-index: 3;
  opacity: 0.95;
  transform-origin: bottom;
  transition: all 0.3s ease-out;
}
.text {
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.Documents-btn:hover .filePage {
  transform: translateY(-5px);
}
.Documents-btn:hover {
  background-color: #712634;
}
.Documents-btn:active {
  transform: scale(0.95);
}
.Documents-btn:hover .fileFront {
  transform: rotateX(30deg);
}

.overlay-2 {
  height: 100%;
  width: 98%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .overlay-2 {
    background-color: transparent;
  }
}

.customer-img {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .customer-img {
    width: 300px;
    height: 150px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 4px;
  }
}

.about-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.pattern-bg-1 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240, 0%, 100%, 1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='0.5' stroke='hsla(47, 0%, 85.11556088924408%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-10,-10)' fill='url(%23a)'/></svg>");
}

.pattern-bg-2 {
  background-color: #fbfbfb;
  background-image: linear-gradient(#ffffff 0.9px, transparent 0.9px),
    linear-gradient(to right, #ffffff 0.9px, #e9e9e9 0.9px);
  background-size: 18px 18px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Behind content */
}

/* .bg-dip {
  background-color: #ff9aad !important;
} */

/* .svg {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.content h1 {
  mix-blend-mode: difference;
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
} */

.pattern-bg-3 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='30' height='30' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240, 0%, 100%, 1)'/><path d='M0 22.5h30v15H0zm15-15h30v15H15m-30-15h30v15h-30zm15-15h30v15H0z'  stroke-width='0.5' stroke='hsla(47, 0%, 86.29558086395264%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-60,-60)' fill='url(%23a)'/></svg>");
}

.pattern-bg-4 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240, 0%, 100%, 1)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='0.5' stroke='hsla(347.6245190654701, 100.00000000000004%, 89.51214643552309%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-58,-100.23)' fill='url(%23a)'/></svg>");
}

.demo {
  backdrop-filter: blur(100px);
}

.pattern-bg-5 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240, 0%, 100%, 1)'/><path d='M0 10v20m40-20v20M10 40h20M10 0h20m10 50c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10zM10 40c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10m30-30c-5.523 0-10-4.477-10-10s4.477-10 10-10S50-5.523 50 0s-4.477 10-10 10zM10 0c0 5.523-4.477 10-10 10S-10 5.523-10 0s4.477-10 10-10S10-5.523 10 0'  stroke-width='0.5' stroke='hsla(360, 27.952665409266668%, 83.31673351717114%, 1)' fill='none'/><path d='M20-10v20m0 20v20m-30-30h20m20 0h20m-20 0c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10'  stroke-width='0.5' stroke='hsla(360, 27.952665409266668%, 83.31673351717114%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-80,-80)' fill='url(%23a)'/></svg>");
}

.pattern-bg-6 {
  background: linear-gradient(1deg, #930b3a 25%, #ffc0d7 75%);
}

.pattern-bg-7 {
  box-shadow: 17px 20px 12px -7px rgba(128, 0, 0, 1);
}

.pattern-bg-8 {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='69.141' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240, 0%, 100%, 1)'/><path d='M69.212 40H46.118L34.57 20 46.118 0h23.094l11.547 20zM57.665 60H34.57L23.023 40 34.57 20h23.095l11.547 20zm0-40H34.57L23.023 0 34.57-20h23.095L69.212 0zM34.57 60H11.476L-.07 40l11.547-20h23.095l11.547 20zm0-40H11.476L-.07 0l11.547-20h23.095L46.118 0zM23.023 40H-.07l-11.547-20L-.07 0h23.094L34.57 20z'  stroke-width='0.5' stroke='hsla(360, 100.00000000000004%, 93.9584205107067%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-138,-80)' fill='url(%23a)'/></svg>");
}

.poly-img {
  width: 230px;
  height: 250px;
  object-fit: cover;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.left-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  -webkit-clip-path: polygon(
    100% 0%,
    78% 50%,
    100% 100%,
    25% 100%,
    0 51%,
    25% 0%
  );
  clip-path: polygon(100% 0%, 78% 50%, 100% 100%, 25% 100%, 0 51%, 25% 0%);
}
.right-img {
  width: 200px;
  height: 200px;
  object-fit: cover;

  -webkit-clip-path: polygon(
    75% 0%,
    100% 50%,
    75% 100%,
    0% 100%,
    25% 50%,
    0% 0%
  );
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.holy-img {
  width: 250px;
  height: 250px;
  object-fit: cover;

  -webkit-clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
  clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
}

.left-img-2 {
  width: 200px;
  height: 200px;
  object-fit: cover;

  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}
.right-img-2 {
  width: 200px;
  height: 200px;
  object-fit: cover;

  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}
