body {
  cursor: url("data:image/svg+xml,%3Csvg height='12' width='12' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23e0e0e0' r='4'/%3E%3C/svg%3E")
      3 3,
    auto;
  position: relative;
}

/* * {
    cursor: none;
} */

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: var(--width);
  height: var(--height);
  transform: translate(
    calc(var(--x) - var(--width) / 2),
    calc(var(--y) - var(--height) / 2)
  );
  /* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */
  transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms height cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 999;
  pointer-events: none;
  will-change: transform;
}

@media (pointer: fine) {
  .cursor {
    display: block;
  }
}

.cursor::after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #bf9e55;
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
  transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
    300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

.about-container {
  margin-top: 8em;
  margin-left: 0px;
  margin-right: 0px;
  color: white;
  overflow: auto;
}

.first_page_image {
  background: url("../images/aboutusbanner1920x630.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.about-title {
  /* height: 39.375em; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-title-text {
  font-size: 6.25em;
  padding-top: 2.455em;
  padding-bottom: 2.365em;
  /* line-height: 3.090em; */
  font-family: Oswald;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0e0e0;
  /* color: #E0E0E0; */
  text-decoration: none;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #e0e0e0,
    #e0e0e0 50%,
    transparent 50%
  );
  background-size: 200% 100%;
  /* -webkit-animation-delay:2s; */
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 7s;
  /* background-position: 100%;
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
}
@-webkit-keyframes MOVE-BG {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}

/* .visible .about-title-text {
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 0.2);
    background-position: 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E0E0E0
}  */

.abt_slider_img {
  position: relative;
}

.abt_slider_image {
  padding-left: 1.25em;
}

.abt_us_swiper .swiper-slide.swiper-slide-active .abt_slider_img:before {
  content: "";
  position: absolute;
  top: 1.25em;
  left: -1.25em;
  width: 100%;
  height: 100%;
  background: #181818;
  z-index: -1;
  transition: 0.3s ease;
}

/* .visible .about-title-text {
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 0.2);
    background-position: 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BF9E55
} */

.amir-morani-txt {
  max-width: 72.25%;
  width: 100%;
  margin-bottom: 2.1em;
  font-size: 3.125em;
  text-align: center;
  line-height: 1.4em;
  font-family: Oswald;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #bf9e55;
  /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BF9E55;
    color: #BF9E55;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( to right, #BF9E55, #BF9E55 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
  margin: 0 auto;
  margin-top: 1.6em;
}

.about_pg_row:last-child .circle:after {
  height: 7.5em;
  /* height: 10em; */
}

.about_pg_row:first-child .circle:before {
  height: 9.5em;
  /* height: 10em; */
}

/* .visible .amir-morani-txt {
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 0.2);
    background-position: 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BF9E55
} */

.second_page {
  display: flex;
}

/* .image_container{
  display: flex;
  flex-direction: column;
  width: 45%;
} */

/* #carouselpic_1{
  height: 48.625em;
  width: 48.625em;
} */

.about_image_container {
  display: flex;
}

/* .subText{
  font-size: 1.250em;
  font-family: Roboto;
  text-align: center;
  letter-spacing: 0.5px;
}

.description{
  display: flex;
  flex-direction: column-reverse;
}

.desc_text{
  width: 40%;
  font-size: 1.625em;
  letter-spacing: 0.36px;
  font-family: Roboto;

} */

.desc_text {
  font-size: 1.625em;
  letter-spacing: 0.36px;
  line-height: 1.731em;
  font-family: Roboto;
  color: #e0e0e0;
}

/* slider*/

.swiper-container.first {
  /*max-height: 800px;*/
}

.swiper-container.first .swiper-slide {
  text-align: right;
}

.abt_section3 {
  padding-top: 3.596em;
}

.abt_pg_slider_Desc {
  margin-left: 8.625em;
}

.desc_text {
  font-size: 1.625em;
  letter-spacing: 0.36px;
  line-height: 1.731em;
  font-family: Roboto;
  color: #e0e0e0;
  /* padding-top: 8.846em; */
  max-width: 89.8%;
  width: 100%;
  position: relative;
  animation: mymove 3s;
  animation-iteration-count: 2;
}

@keyframes mymove {
  from {
    top: 8.846em;
  }
  to {
    top: 0em;
  }
}

.safety_complent_contatiner {
  height: 44.563em;
  position: relative;
}

.safety_complent_txt {
  position: absolute;
  font-size: 6.25em;
  color: white;
  top: 2.135em;
  text-transform: uppercase;
  width: 100%;
  max-width: 38.9%;
  font-family: Oswald;
  letter-spacing: 0.2px;
  line-height: 1.3em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bf9e55;
  color: #bf9e55;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #bf9e55,
    #bf9e55 50%,
    #000000 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 1s cubic-bezier(0, 0, 0.23, 1);
  margin-top: 0px;
}

.visible .safety_complent_txt {
  transition: all 5s cubic-bezier(0, 0, 0.23, 0.2);
  background-position: 0%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bf9e55;
}

#ytbgabout {
  background-image: url("../images/wearesafetythumbnail.jpg") !important;
}

.equipment_conatiner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 62.1%;
  margin: auto;
}

.equipmemnt_section {
  justify-content: center;
  align-items: center;
  background-color: #181818;
  padding-top: 3.813em;
  padding-bottom: 3.625em;
}

.first_equipment_img_circle {
  margin: auto;
  display: flex;
  height: 10.25em;
  width: 10.25em;
  justify-content: center;
  border: #707070;
  border-radius: 50%;
  background-color: #181818;
  box-shadow: 9px 5px 11px #000000, -5px -5px 11px rgba(43, 43, 43);
}

.equipment_conatiner .eqipment_text {
  font-family: Roboto;
  font-size: 1.25em;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #e0e0e0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.35em;
}

.ourHistory_title {
  font-size: 3.125em;
  line-height: 1.8em;
  letter-spacing: 0.2px;
  font-family: Oswald;
  color: #bf9e55;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  margin-top: 2.5em;
}

.featureText_title {
  font-size: 3.125em;
  line-height: 1.8em;
  letter-spacing: 0.2px;
  color: #bf9e55;
  font-family: Oswald;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: auto;
  margin-top: 2.5em;
}

.visible .featureText_title {
  transition: all 5s cubic-bezier(0, 0, 0.23, 0.2);
  background-position: 0%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bf9e55;
}

.vertical-lineup {
  width: 1px;
  height: 139px;
  background: #bf9e55;
  margin: 0px auto 0 auto;
}

.vertical-linedown {
  width: 1px;
  height: 150px;
  background: #bf9e55;
  margin: 30px auto 0 auto;
}

.circle {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100px;
  position: relative;
  margin: 30px auto 0 auto;
  opacity: 1;
  background: #bf9e55;
  border: 0.5em solid #000;
  padding: 0.5em;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px #bf9e55;
  transition: 0.3s ease;
}

.out_history_desc {
  font-size: 1.25em;
  font-family: Roboto;
  letter-spacing: 0.3px;
  line-height: 1.75em;
  color: #e0e0e0;
  width: 80.2%;
  margin-left: auto;
  /* margin-top: 125px; */
}

.out_history_desc .color_text {
  color: #bf9e55;
  font-size: 1.4em;
  letter-spacing: 0.3px;
  /* line-height: 1.750em;
    /* line-height: 1.750em; */
}

.about_pg_row {
  margin-top: 5.75em;
}

.feature_sec_row {
  margin-top: 5.75em;
  background-color: #181818;
}

.feature_post_col {
  background-color: red;
}

.mobile_vertical_line {
  display: none;
}

.features_desc_container {
  width: 100%;
  max-width: 88.3%;
  margin-top: 2.813em;
  margin-left: 3.875em;
}

.features_desc_container_second {
  width: 100%;
  max-width: 88.3%;
  margin-top: 2.813em;
  margin-right: 3.875em;
  margin-left: auto;
}

.feature_desc_title {
  font-size: 2em;
  font-family: Oswald;
  letter-spacing: 0.2px;
  line-height: 1.2em;
  color: #bf9e55;
  text-transform: uppercase;
}

.feature_dec_date {
  font-size: 1em;
  font-family: Roboto;
  letter-spacing: 0.3px;
  line-height: 1.875em;
  color: #bf9e55;
  margin-top: 0.5em;
}

.feature_desc_subtitle {
  font-size: 1.375em;
  font-family: Roboto;
  letter-spacing: 0.3px;
  line-height: 1.5em;
  color: #e0e0e0;
  margin-top: 1.636em;
  font-weight: 500;
}

.feature_desc_decription {
  font-size: 1.125em;
  font-family: Roboto;
  letter-spacing: 0.3px;
  line-height: 1.5em;
  color: #e0e0e0;
  margin-top: 1.667em;
}

.feature_second_row {
  flex-direction: row-reverse;
}

.feature_desc_decription .read_more {
  color: #bf9e55;
  cursor: pointer;
}

.about_page_center_btn {
  display: flex;
  justify-content: center;
  margin-top: 5.156em;
  margin-bottom: 6.5em;
  width: 100%;
}

.about_page_center_btn .about_page_loadmore {
  position: relative;
  top: 0;
  left: 0;
  color: #ffffff;
}

.about_page_loadmore.amfw_cta {
  font-size: 1.125em;
  letter-spacing: 0.3px;
  font-family: Oswald;
  text-decoration: none;
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #bf9e55;
  display: inline-block;
  padding: 1.222em 3.575em;
  transition: 0.3s ease;
  text-transform: uppercase;
  transition: 0.3s ease;
  position: relative;
}

.about_page_loadmore.amfw_cta:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(191, 158, 85);
  background: linear-gradient(
    180deg,
    rgba(191, 158, 85, 1) 0%,
    rgba(131, 106, 1, 1) 100%
  );
  /* border-radius: 15px; */
  z-index: 0;
  transition: 0.75s ease;
}

.about_page_loadmore.amfw_cta:hover {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease;
}

.about_page_loadmore.amfw_cta:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(191, 158, 85);
  background: linear-gradient(
    180deg,
    rgba(191, 158, 85, 1) 0%,
    rgba(131, 106, 1, 1) 100%
  );
  /* border-radius: 15px; */
  z-index: 0;
  transition: 0.75s ease;
}

.about_page_loadmore.amfw_cta:focus {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.about_page_loadmore.amfw_cta:focus:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(191, 158, 85);
  background: linear-gradient(
    180deg,
    rgba(191, 158, 85, 1) 0%,
    rgba(131, 106, 1, 1) 100%
  );
  /* border-radius: 15px; */
  z-index: 0;
  transition: 0.75s ease;
}

.circle:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #bf9e55;
  display: inline-block;
  width: 1px;
  height: 11.5em;
  /* height: 13em; */
  margin-right: 1px;
  /* content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #BF9E55;
    display: inline-block;
    width: 1px;
    height: 13.7em;
    margin-right: 1px; */
}

.circle:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #bf9e55;
  display: block;
  width: 1px;
  /* height: 13em; */
  height: 11.5em;
  /* content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #BF9E55;
    display: block;
    width: 1px;
    height: 13.7em; */
}

.image_container {
  position: relative;
  width: 84%;
  margin-left: auto;
}

.image_container .swiper-pagination {
  right: -35px;
  bottom: 6.125em;
  z-index: 1;
  transform: translate3d(0px, -50%, 0);
}

.image_container .swiper-pagination-clickable .swiper-pagination-bullet {
  display: block;
  margin: 1.75em 0;
}

#feature_post_three {
  display: none;
}

#feature_post_four {
  display: none;
}

#feature_post_five {
  display: none;
}

#feature_post_six {
  display: none;
}

.swiper_image_text {
  margin-top: 3.61em;
  color: #e0e0e0;
  text-align: center;
  font-size: 1.25em;
  text-decoration: underline;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.history_image_conatiner {
  display: flex;
  justify-content: flex-end;
}

.amfw_about_loadmore_btn {
  font-size: 1.125em;
  letter-spacing: 0.3px;
  font-family: Oswald;
  text-decoration: none;
  background: #000000;
  color: #bf9e55;
  border: 1px solid #bf9e55;
  display: inline-block;
  padding: 1.222em 3.575em;
  transition: 0.3s ease;
  text-transform: uppercase;
  transition: 0.3s ease;
  position: relative;
}

.amfw_about_loadmore_btn:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(191, 158, 85);
  background: linear-gradient(
    180deg,
    rgba(191, 158, 85, 1) 0%,
    rgba(131, 106, 1, 1) 100%
  );
  /*border-radius: 15px;*/
  z-index: 0;
  transition: 0.75s ease;
}

.amfw_about_loadmore_btn:active:after {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(191, 158, 85);
  background: linear-gradient(
    180deg,
    rgba(191, 158, 85, 1) 0%,
    rgba(131, 106, 1, 1) 100%
  );
  /*border-radius: 15px;*/
  z-index: 0;
  transition: 0.75s ease;
}

.amfw_about_loadmore_btn:hover {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.effects_about_loadmore {
  position: absolute;
  top: 9.063em;
  left: 0;
}

@media (min-width: 1921px) {
  .first_page_image {
    background: url(../images/aboutusbanner1920x630.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .first_page_image {
    background: url("../images/aboutusbanner1024x400.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 834px) {
  body {
    background: #000000;
  }
  .first_equipment_img_circle img {
    transform: scale(0.9);
  }
  .about-container {
    margin-top: 7.1em;
  }
  .about-title {
    /* height: 47.826em; */
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .about-title-text {
    padding-top: 1.233em;
    padding-bottom: 9.5em;
    font-size: 4.5em;
    line-height: 1;
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
  .amir-morani-txt {
    max-width: 82.25%;
    width: 100%;
    font-size: 2.4em;
    text-align: center;
    line-height: 1.583em;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #bf9e55;
    /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #BF9E55;
        color: #BF9E55;
        text-decoration: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient( to right, #BF9E55, #BF9E55 50%, #000000 50%);
        background-size: 200% 100%;
        background-position: 100%;
        transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
    margin: 0 auto;
    margin-top: 1.125em;
  }
  .image_container .swiper-pagination-clickable .swiper-pagination-bullet {
    display: block;
    margin: 1.4em 0;
  }
  .swiper-container.first {
    margin-left: 3em;
    margin-right: 3em;
  }
  .abt_section3 {
    padding-top: 7.78em;
  }
  .desc_text {
    font-size: 1.6em;
    letter-spacing: 0.2px;
    line-height: 1.75em;
    text-align: center;
    font-family: Roboto;
    margin: auto;
    padding-top: 1.188em;
    color: #e0e0e0;
    max-width: 100%;
    width: 100%;
  }
  .safety_complent_contatiner {
    height: 27.5em;
  }
  .safety_complent_txt {
    position: absolute;
    font-size: 3em;
    color: white;
    top: 2.13em;
    text-transform: uppercase;
    width: 100%;
    max-width: 38.9%;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.5em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bf9e55;
    color: #bf9e55;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
      to right,
      #bf9e55,
      #bf9e55 50%,
      #000000 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.23, 1);
    margin-top: 0px;
  }
  .abt_section5 {
    background-color: #181818;
  }
  .equipment_conatiner .eqipment_text {
    font-family: Roboto;
    width: 100%;
    font-size: 1.2em;
    line-height: 2em;
    letter-spacing: 0.4px;
    color: #e0e0e0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2.35em;
  }
  .equipment_conatiner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 59.82%;
    margin: auto;
    padding-top: 4.3em;
    padding-bottom: 4.3em;
  }
  .equipmemnt_section {
    justify-content: center;
    align-items: center;
  }
  .vertical-lineup {
    width: 0px;
    height: 0px;
  }
  .vertical-linedown {
    width: 0px;
    height: 0px;
  }
  .circle {
    width: 0px;
    height: 0px;
    background: white;
    border-radius: 0px;
    position: relative;
    margin: 0px;
    opacity: 1;
    border: 0px;
    padding: 0px;
    border-radius: 0%;
    box-shadow: 0px;
  }
  .ourHistory_title {
    font-size: 3em;
    line-height: 3em;
    letter-spacing: 0.2px;
    font-family: Oswald;
    color: #bf9e55;
    text-align: center;
    text-transform: uppercase;
    /* margin: auto; */
    margin-top: 0px;
  }
  .out_history_desc {
    font-size: 1.6em;
    letter-spacing: 0.3px;
    line-height: 1.625em;
    font-family: Roboto;
    margin: auto;
    padding-top: 2.625em;
    color: #e0e0e0;
    width: 100%;
    text-align: center;
  }
  .middle_row_about_page {
    flex-direction: column-reverse;
  }
  .mobile_vertical_line {
    display: block;
  }
  .mobile_vertical_line .linecenter {
    width: 2px;
    height: 6em;
    background: #bf9e55;
    margin: auto;
    margin-top: 1.95em;
  }
  .about_pg_row {
    margin-top: 3.2em;
  }
  .feature_sec_row {
    margin-top: 3.4em;
    background-color: #181818;
    margin: 0;
    margin-bottom: 3.4em;
  }
  .featureText_title {
    font-size: 3em;
    line-height: 3em;
    letter-spacing: 0.2px;
    color: #bf9e55;
    font-family: Oswald;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
    margin: auto;
    margin-top: 2.667em;
  }
  .features_desc_container {
    width: 100%;
    max-width: 100%;
    margin-top: 2.24em;
    margin-bottom: 2.24em;
    margin-left: 0em;
    margin-right: 1.1em;
    padding: 0px;
    padding-left: 1.375em;
    padding-right: 1.375em;
  }
  .feature_desc_title {
    font-size: 2em;
    font-family: Oswald;
    letter-spacing: 0.2px;
    line-height: 1.5em;
    color: #bf9e55;
    text-transform: uppercase;
  }
  .feature_dec_date {
    font-size: 1.4em;
    font-family: Roboto;
    letter-spacing: 0.3px;
    line-height: 2.143em;
    color: #bf9e55;
    margin-top: 0.571em;
  }
  .feature_desc_subtitle {
    font-size: 1.6em;
    font-family: Roboto;
    letter-spacing: 0.3px;
    line-height: 1.5em;
    color: #e0e0e0;
    margin-top: 1.188em;
    font-weight: 500;
  }
  .feature_desc_decription {
    font-size: 1.6em;
    font-family: Roboto;
    letter-spacing: 0.3px;
    line-height: 1.625em;
    color: #e0e0e0;
    margin-top: 1.214em;
  }
  .about_page_center_btn {
    display: flex;
    justify-content: center;
    margin-top: 2.7em;
    margin-bottom: 4.9em;
    width: -webkit-fill-available;
  }
  .about_page_center_btn .about_page_loadmore {
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    max-width: 74%;
    padding: 15px;
    text-align: center;
    font-size: 1.6em;
  }
  .out_history_desc .color_text {
    color: #bf9e55;
    font-size: 1em;
  }
  .history_image_conatiner {
    display: flex;
    justify-content: center;
  }
  /* #feature_post_two {
        display: none;
        margin-top: 1.500em;
    } */
  #feature_post_three {
    display: none;
    margin-top: 1.5em;
  }
  #feature_post_four {
    display: none;
    margin-top: 1.5em;
  }
  .features_desc_container_second {
    width: 100%;
    max-width: 88.3%;
    margin-top: 2.813em;
    margin-left: 2.2em;
  }
  .circle:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translateX(-50%);
    background: #bf9e55;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 0px;
  }
  .circle:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(-50%);
    background: #bf9e55;
    display: block;
    width: 0px;
    height: 0px;
  }
  .image_container {
    position: relative;
    width: 100%;
    margin-left: auto;
  }
  .image_container .swiper-pagination {
    right: 29.9em;
    bottom: -1.875em;
    transform: translate3d(0px, -50%, 0);
    transform: rotate(270deg);
    /* bottom: 0; */
    transform: translate3d(0px, -50%, 0);
    transform: rotate(270deg);
  }
  .swiper_image_text {
    margin-top: 1.871em;
    color: #e0e0e0;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 0.5px;
    line-height: 2.143em;
  }
  .abt_pg_slider_Desc {
    margin-left: 0px;
  }
}

@media (max-width: 1919px) {
  .out_history_desc {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .first_page_image {
    background: url("../images/aboutusbanner768x380.jpg");
  }
  .about-title-text {
    padding-top: 1.233em;
    padding-bottom: 5em;
    font-size: 4.5em;
    line-height: 1;
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 767px) {
  body {
    background: #000000;
  }
  .abt_pg_slider_Desc {
    margin-left: 0px;
  }
  .about-container {
    margin-top: 6em;
  }
  .about-title {
    /* height: 47.826em; */
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .amir-morani-txt {
    max-width: 82.25%;
    width: 100%;
    font-size: 2.4em;
    text-align: center;
    line-height: 1.583em;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #bf9e55;
    /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #BF9E55; */
    /* color: #BF9E55;
        text-decoration: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient( to right, #BF9E55, #BF9E55 50%, #000000 50%);
        background-size: 200% 100%;
        background-position: 100%;
        transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
    margin: 0 auto;
    margin-top: 1.125em;
  }
  .swiper-container.first {
  }
  .abt_section3 {
    padding-top: 7.78em;
  }
  .desc_text {
    font-size: 1.6em;
    letter-spacing: 0.2px;
    line-height: 1.75em;
    font-family: Roboto;
    margin: auto;
    padding-top: 1.188em;
    color: #e0e0e0;
    max-width: 95.85%;
    width: 100%;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .safety_complent_contatiner {
    height: 27.5em;
  }
  .safety_complent_txt {
    position: absolute;
    font-size: 3em;
    color: white;
    top: 2.13em;
    text-transform: uppercase;
    width: 100%;
    max-width: 38.9%;
    font-family: Oswald;
    letter-spacing: 0.4px;
    line-height: 1.5em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bf9e55;
    color: #bf9e55;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
      to right,
      #bf9e55,
      #bf9e55 50%,
      #000000 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.23, 1);
    margin-top: 0px;
  }
  .abt_section5 {
    background-color: #181818;
  }
  .equipment_conatiner .eqipment_text {
    font-family: Roboto;
    width: 100%;
    font-size: 1.2em;
    line-height: 2em;
    letter-spacing: 0.4px;
    color: #e0e0e0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2.35em;
  }
  .equipment_conatiner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 59.82%;
    margin: auto;
    padding-top: 4.3em;
    padding-bottom: 4.3em;
  }
  .equipmemnt_section {
    justify-content: center;
    align-items: center;
  }
  .vertical-lineup {
    width: 0px;
    height: 0px;
  }
  .vertical-linedown {
    width: 0px;
    height: 0px;
  }
  .circle {
    width: 0px;
    height: 0px;
    background: white;
    border-radius: 0px;
    position: relative;
    margin: 0px;
    opacity: 1;
    border: 0px;
    padding: 0px;
    border-radius: 0%;
    box-shadow: 0px;
  }
  .ourHistory_title {
    font-size: 3em;
    line-height: 3em;
    letter-spacing: 0.2px;
    font-family: Oswald;
    color: #bf9e55;
    text-align: center;
    text-transform: uppercase;
    /* margin: auto; */
    margin-top: 0px;
  }
  .out_history_desc {
    font-size: 1.6em;
    letter-spacing: 0.3px;
    line-height: 1.625em;
    font-family: Roboto;
    margin: auto;
    padding-top: 2.625em;
    color: #e0e0e0;
    width: 100%;
    text-align: center;
  }
  .middle_row_about_page {
    flex-direction: column-reverse;
  }
  .mobile_vertical_line {
    display: block;
  }
  .mobile_vertical_line .linecenter {
    width: 2px;
    height: 6em;
    background: #bf9e55;
    margin: auto;
    margin-top: 1.95em;
  }
  .about_pg_row {
    margin-top: 3.2em;
  }
  .feature_sec_row {
    margin-top: 3.4em;
    background-color: #181818;
    margin: 0;
    margin-bottom: 3.4em;
  }
  .featureText_title {
    font-size: 3em;
    line-height: 3em;
    letter-spacing: 0.2px;
    color: #bf9e55;
    font-family: Oswald;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
    margin: auto;
    margin-top: 2.667em;
  }
  .features_desc_container {
    width: 100%;
    padding-top: 2.24em;
    padding-left: 1.1em;
    padding: 0px;
    padding-left: 1.375em;
    padding-right: 1.375em;
  }
  .feature_desc_title {
    font-size: 2em;
    font-family: Oswald;
    letter-spacing: 0.2px;
    line-height: 1.5em;
    color: #bf9e55;
  }
  .feature_dec_date {
    font-size: 1.4em;
    font-family: Roboto;
    letter-spacing: 0.3px;
    line-height: 2.143em;
    color: #bf9e55;
    margin-top: 0.571em;
  }
  .feature_desc_subtitle {
    font-size: 1.6em;
    font-family: Roboto;
    letter-spacing: 0.3px;
    line-height: 1.5em;
    color: #e0e0e0;
    margin-top: 1.188em;
    font-weight: 500;
  }
  .feature_desc_decription {
    font-size: 1.6em;
    font-family: Roboto;
    letter-spacing: 0.3px;
    line-height: 1.625em;
    color: #e0e0e0;
    margin-top: 1.214em;
  }
  .about_page_center_btn {
    display: flex;
    justify-content: center;
    margin-top: 2.7em;
    margin-bottom: 4.9em;
    width: -webkit-fill-available;
  }
  .about_page_center_btn .about_page_loadmore {
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    max-width: 74%;
    padding: 15px;
  }
  .out_history_desc .color_text {
    color: #bf9e55;
    font-size: 1em;
  }
  .history_image_conatiner {
    display: flex;
    justify-content: center;
  }
  /* #feature_post_two {
        display: none;
        margin-top: 1.500em;
    } */
  #feature_post_three {
    display: none;
    margin-top: 1.5em;
  }
  #feature_post_four {
    display: none;
    margin-top: 1.5em;
  }
  .features_desc_container_second {
    width: 100%;
    max-width: 88.3%;
    margin-top: 2.813em;
    margin-left: 2.2em;
  }
  .circle:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translateX(-50%);
    background: #bf9e55;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 0px;
  }
  .circle:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(-50%);
    background: #bf9e55;
    display: block;
    width: 0px;
    height: 0px;
  }
  .image_container .swiper-pagination {
    right: 17.9em;
    bottom: -3.188em;
    transform: translate3d(0px, -50%, 0);
    z-index: 1;
    transform: rotate(270deg);
  }
  .swiper_image_text {
    margin-top: 1.871em;
    color: #e0e0e0;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 0.5px;
    line-height: 2.143em;
  }
}

@media (max-width: 550px) {
  .first_page_image {
    background: url("../images/aboutusbanner550.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-title-text {
    font-size: 4.5em;
    padding-bottom: 9.3em;
    /* line-height: 1; */
    font-family: Oswald;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 375px) {
  .first_page_image {
    background: url("../images/aboutusbanner375x550.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .about_page_center_btn .about_page_loadmore {
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 100%;
    max-width: 74%;
    padding: 15px;
  }
}
