.play_image_box .video_iframe .video_iframe_prev.manufacturing_inter_img_width {
  width: 55% !important;
}

@media screen and (min-width: 1025px) and (max-width: 1259px) {
  .manufacturing_inter_desc {
    padding: 15% 0% 4% 0% !important;
    margin-right: 5%;
  }
  .manufacturing_inter_desc_inner {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2800px) {
  .manufacturing_inter_desc {
    padding: 8% 0% 0% 0% !important;
    height: 100% !important;
    margin-bottom: 0% !important;
    margin-right: 2%;
  }

  video {
    display: inline-block;
    max-width: 100%;
    padding-left: 0% !important;
    width: 100% !important;
  }
  .close_zoom_popup {
    position: absolute;
    top: 5px;
    right: 8px !important;
  }

  .manufacturing_inter_desc_inner {
    height: 94%;
  }

  .m_inter_desc_content {
    height: 550px !important;
  }

  .manufacturing_inter_img {
    width: 100% !important;
    position: relative;
    height: 100%;
    text-align: center;
  }

  .manufacturing_inter_img {
    width: 100% !important;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1919px) {
  .manufacturing_inter_desc {
    padding: 16% 0% 9% 0% !important;
    height: auto;
    margin-right: 4%;
  }
  .manufacturing_inter_desc_inner {
    height: 100%;
  }
  .m_inter_desc_content {
    height: 370px !important;
  }
  .manufacture_sidebar {
    height: calc(100% - 418px) !important;
  }

  video {
    display: inline-block;
    max-width: 100%;

    width: 100% !important;
  }

  .play_image_box .video_iframe {
    position: relative;
    width: 90%;
    border-radius: 32px !important;
    overflow: hidden;
  }

  .close_zoom_popup {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

@media screen and (min-width: 1260px) and (max-width: 1439px) {
  .manufacturing_inter_desc {
    padding: 12% 0% 4% 0% !important;
    height: auto;
    margin-right: 4%;
  }

  .manufacturing_inter_img_width {
    height: 70% !important;
  }

  .manufacturing_inter_desc_inner {
    height: 100%;
  }
  .m_inter_desc_content {
    height: 250px !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1499px) {
  .manufacturing_inter_desc {
    padding: 10% 0% 4% 0% !important;
    height: 100% !important;
    margin-bottom: 0% !important;
    margin-right: 3%;
  }

  .manufacturing_inter_img_width {
    height: 70% !important;
  }

  .manufacturing_inter_desc_inner {
    height: 100%;
  }
  .m_inter_desc_content {
    height: 420px !important;
  }
}

@media screen and (min-width: 1860px) and (max-width: 1919px) {
  .manufacturing_inter_desc {
    padding: 8% 0% 4% 0% !important;
    height: 100% !important;
    margin-bottom: 0% !important;
    margin-right: 2%;
  }
  .manufacturing_inter_desc_inner {
    height: 100%;
  }
  .m_inter_desc_content {
    height: 590px !important;
  }
}

@media screen and (min-width: 1920px) and (max-width: 1950px) {
  .manufacturing_inter_desc {
    padding: 8% 0% 4% 0% !important;
    height: 100% !important;
    margin-bottom: 0% !important;
    margin-right: 2%;
  }

  .manufacturing_inter_desc_inner {
    height: 100%;
  }
  .m_inter_desc_content {
    height: 527px !important;
  }

  .play_image_box {
    position: absolute;
    top: 0;
    width: calc(90% - 430px) !important;
    left: 50px;
  }
}

.add-pad .service-slider-container {
  padding-left: 0 !important;
  padding-right: 50px !important;
}

/*nav manu */

.navmanu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu__link.my.active {
    background: #eff0f7 !important;
    padding-left: 20px !important;
  }
  .navmanu {
    display: block;
  }
  .menu {
    background: #fff;
    border-radius: 0;
    height: 38vh;
    border: none;
    left: 0;
    overflow: hidden;
    padding: 30px 30px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 900;
    border-bottom: 1px solid #101c6c;
  }
  .menu__item,
  .menu__link {
    height: auto;
    text-align: left;
    margin: 4px 0px !important;
    padding-left: 0px !important;
  }
  .menu__link.active {
    background: #ffffff !important;
  }
}

/*nav manu end*/

img.desktop_img_manufacturing {
  height: 100vh;
}

.nav {
  z-index: 9999;
}

html {
  scroll-behavior: smooth;
}

.logo__link img {
  position: fixed;
}
.manufacturing-cta {
  height: 100vh;
}
#about {
  border-bottom: 1px solid #dddfeb;
  position: relative;
}
footer.footer.section-invert {
  position: relative;
}
footer.footer.section-invert > .row {
  position: relative;
}
footer.footer.section-invert:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #364395;
  width: 50%;
}
.intro {
  min-height: 100vh;
}
.cols {
  min-height: 100vh;
}
.intro-header {
  height: 100%;
}
.input-alt {
  background: #ffffff1a;
  color: #fff;
  border: 0.5px solid rgb(255 255 255 / 50%);
  border-radius: 100px;
}
.textarea-alt {
  background: #ffffff1a;
  color: #fff;
  border: 0.5px solid rgb(255 255 255 / 50%);
  border-radius: 18px;
  padding-top: 0;
}
.input-alt::-webkit-input-placeholder,
.textarea-alt::-webkit-input-placeholder {
  /* Edge */
  color: rgb(255 255 255 / 40%);
}
.input-alt:-ms-input-placeholder,
.textarea-alt:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 40%);
}
.input-alt::placeholder,
.textarea-alt::placeholder {
  color: rgb(255 255 255 / 40%);
}
.footer-info {
  border-top: 1px solid rgb(255 255 255 / 21%);
}
.sidebar_logo img {
  max-height: 40px;

  margin-bottom: 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
.card-services__img img {
  width: 100%;
}
.manufacturing-page .col-header {
  max-width: 400px;

  min-width: 400px;

  position: relative;

  height: 100vh;
}

.manufacturing-page .col-content {
  max-width: calc(100% - 400px);

  width: 100%;

  /*background: transparent linear-gradient(180deg, #E4E6FB 0%, #F2CEB6 100%) 0% 0% no-repeat padding-box;

    background: url(../images/manufacturing/manufactur_bg.png);

    background-size: cover;*/

  position: relative;
}

.manufacturing-page .section-header {
  padding: 50px 0px 0px 30px;

  border-right: none;
}

.manufacturing-page .section-header h3 {
  line-height: 45px;

  color: #101c6c;

  margin-bottom: 6px;
}

.manufacture_sidebar a:hover {
  background: #eff0f7;
}

.sidebar_top_header {
  padding-right: 19px;

  position: relative;
}

.manufacture_sidebar {
  position: relative;

  margin-top: 15px;

  height: calc(100% - 330px);

  overflow-y: auto;

  padding-right: 19px;
}
.intro-thumbs-gall__link {
  width: 120px;
}
.intro-thumbs-gall__link.active:hover .intro-thumbs-gall__img {
  border-color: #101c6c;
}
.intro-thumbs-gall__link.active:hover .intro-thumbs-gall__text {
  background: #101c6c;
  color: #fff;
}
.intro-thumbs-gall__link:hover .intro-thumbs-gall__text {
  background: #fff;
  color: #101c6c;
}
.intro-thumbs-gall__link:hover .intro-thumbs-gall__img {
  border-color: transparent;
}
.manufacture_sidebar .active {
  background: #eff0f7;
  color: #101c6c;
}

.manufacture_sidebar a {
  padding: 10px 15px 10px 24px;

  border-radius: 100px;

  display: flex;

  color: rgb(16 28 108 / 60%);

  font-size: 18px;

  line-height: 22px;

  margin-bottom: 4px;

  transition: all 0.3s;

  align-items: center;

  justify-content: space-between;
}
.about-content {
  padding: 76px 75px 30px;
}
.about-content__header {
  margin-left: -75px;
  margin-right: -75px;
}
.about-content__header h3 {
  line-height: 1;
}
.about-content__header {
  border-bottom: 1px solid rgba(17, 28, 108, 0.15);
  padding-bottom: 10px;
  position: relative;
  margin-left: -30px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
}
.manufacture_sidebar a strong {
  color: #101c6c;

  font-weight: 600;

  margin-right: 5px;

  min-width: 20px;
}

.menu__link.active {
  background: #e4e3fa;
}

.manufacture_sidebar ol ul li a {
  padding-left: 40px;
}

footer.footer.section-invert {
  overflow-x: hidden;
}

ul.nav.nav-tabs {
  position: absolute;

  top: 30px;

  right: auto;

  left: 30px;

  border: none;

  background: #fff;

  display: inline-flex;

  border-radius: 30px;

  padding: 4px;
}

.left_wire_01,
.left_wire_02,
.left_wire_03,
.left_wire_04,
.left_wire_05,
.left_wire_06 {
  position: absolute;

  background: #ffffff 0% 0% no-repeat padding-box;

  box-shadow: 0px 3px 6px #101c6c1a;

  border-radius: 100px;

  min-width: 60px;

  height: 40px;

  display: inline-block;

  text-align: center;

  font-size: 24px;

  line-height: 40px;
}

a.left_wire_01 {
  left: 46%;

  bottom: 18%;
}

.manufacturing-page .tab-content {
  position: relative;

  height: 100%;
}

.manufacturing-page .tab-content > .tab-pane img {
  margin: 0 auto;

  display: block;

  position: relative;
}

.tab_img {
  height: 100%;

  display: flex;

  align-items: center;

  position: relative;
}

.manufacturing-page .tab-content > .tab-pane {
  height: 100%;

  background-size: cover;

  background-position: center;
}

.left_wire_02 {
  bottom: 30%;

  left: 70%;
}

.left_wire_03 {
  left: 80%;

  bottom: 50%;
}

.left_wire_04 {
  top: 25%;

  left: 72%;
}

.left_wire_05 {
  top: 21%;

  left: 38%;
}

.left_wire_06 {
  top: 46%;

  left: 27%;
}

.arrow_icon_sidemenu {
  max-height: 19px;

  opacity: 0;

  transition: 0.3s;
}

.manufacture_sidebar a > div {
  display: flex;
}

.manufacture_sidebar .active .arrow_icon_sidemenu,
.manufacture_sidebar a:hover .arrow_icon_sidemenu {
  opacity: 1;
}

/*.tab_img:before {

    content: "";

    position: absolute;

    background: url(../images/manufacturing/manufacture_circle_bg.png);

    background-position: center;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: contain;

    opacity: 0.8;

}*/

.top_wire_01,
.top_wire_02,
.top_wire_03,
.top_wire_04,
.top_wire_05,
.top_wire_06 {
  position: absolute;

  background: #ffffff 0% 0% no-repeat padding-box;

  box-shadow: 0px 3px 6px #101c6c1a;

  border-radius: 100px;

  min-width: 60px;

  height: 40px;

  display: inline-block;

  text-align: center;

  font-size: 24px;

  line-height: 40px;
}

.top_wire_01 {
  left: 31%;

  bottom: 22%;
}

.top_wire_02 {
  bottom: 20%;

  left: 53%;
}

.top_wire_03 {
  left: 66%;

  bottom: 20%;
}

.top_wire_04 {
  top: 42%;

  left: 77%;
}

.top_wire_05 {
  top: 18%;

  left: 53%;
}

.top_wire_06 {
  top: 18%;

  left: 31%;
}

.right_wire_01,
.right_wire_02,
.right_wire_03,
.right_wire_04,
.right_wire_05,
.right_wire_06 {
  position: absolute;

  background: #ffffff 0% 0% no-repeat padding-box;

  box-shadow: 0px 3px 6px #101c6c1a;

  border-radius: 100px;

  min-width: 60px;

  height: 40px;

  display: inline-block;

  text-align: center;

  font-size: 24px;

  line-height: 40px;
}

.right_wire_01 {
  left: 54%;

  top: 28%;
}

.right_wire_02 {
  top: 29%;

  left: 26%;
}

.right_wire_03 {
  left: 15%;

  top: 44%;
}

.right_wire_04 {
  bottom: 21%;

  left: 28%;
}

.right_wire_05 {
  bottom: 19%;

  left: 56%;
}

.right_wire_06 {
  top: 46%;

  right: 13%;
}

.manufacturing-page .tab-content > .tab-pane a:hover {
  background: #e4e3fa;
}

ul.nav.nav-tabs img.active_icon {
  display: none;
}

ul.nav.nav-tabs .nav-link {
  border: none;

  margin: 0px 1px;

  background: #fff;

  border-radius: 30px;

  min-width: 50px;

  text-align: center;

  position: relative;
}

ul.nav.nav-tabs .nav-link.active img.active_icon {
  display: block;

  margin: 0 auto;
}

ul.nav.nav-tabs .nav-link.active img.default_icon {
  display: none;
}

ul.nav.nav-tabs .nav-link.active,
ul.nav.nav-tabs .nav-link:hover {
  background: #eff0f7;
}

.manufacturing-page .tab-content > .tab-pane a:before {
  content: attr(tooltip-title);

  position: absolute;

  top: -45px;

  background: #101c6c;

  border-radius: 30px;

  color: #fff;

  font-size: 16px;

  box-shadow: 0px 3px 6px #101c6c1a;

  min-width: 170px;

  line-height: 22px;

  padding: 10px 15px;

  left: -90%;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s;
}

.manufacturing-page .tab-content > .tab-pane a:hover:before {
  opacity: 1;

  visibility: visible;
}

ul.nav.nav-tabs .nav-link:before {
  content: attr(tooltip-title);

  position: absolute;

  top: calc(100% + 10px);

  background: #101c6c;

  border-radius: 30px;

  color: #fff;

  font-size: 16px;

  box-shadow: 0px 3px 6px #101c6c1a;

  min-width: 92px;

  line-height: 22px;

  padding: 10px 8px;

  left: -45%;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s;
}

ul.nav.nav-tabs .nav-link:hover:before {
  opacity: 1;

  visibility: visible;
}

.manufacturing_internal_page_content {
  position: relative;

  display: flex;

  padding-top: 00px;

  align-items: center;

  height: 100vh;

  background-image: url(../images/manufacturing/manufactur_bg.png);

  background-size: cover;

  background-position: center;

  padding-bottom: 0px;
}

.manufacturing_inter_img {
  width: 100%;

  position: relative;

  height: 75%;

  text-align: center;
}

.manufacturing_inter_desc {
  width: 400px;
  padding: 0;
  /* position: absolute; */
  /* right: 30px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  padding: 6% 0% 6% 0%;
  /*height: 100% !important;*/
}

.slider-nav .slick-track {
  width: 100% !important;
}

.manufacturing_inter_desc_inner {
  position: relative;

  background: #101c6c;

  border-radius: 32px;

  overflow: hidden;
}

.manufacturing_inter_img img {
  max-height: 100%;
}

.slider-container span {
  display: inline-block;
}

.slider-nav span.item-slick.slick-slide {
  width: 112px;

  height: 60px;

  border-radius: 16px;

  overflow: hidden;

  margin-right: 10px;

  opacity: 0.5;

  background: #dbdada;

  position: relative;
}

.slider-nav span.item-slick.slick-slide.slick-current.slick-active {
  opacity: 1;
}

.slider-nav span.item-slick.slick-slide img {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.slider-nav {
  position: relative;

  padding: 15px 15px;

  border-bottom: 1px solid #293173;
}

.slider-for span.item-slick.slick-slide img {
  height: 260px;

  width: 100%;

  object-fit: cover;
}

.slider-for span.item-slick.slick-slide {
  transform: scale(0);

  transition: all 0.3s;

  background: transparent linear-gradient(180deg, #e4e6fb 0%, #f2ceb6 100%) 0%
    0% no-repeat padding-box;
}

.slider-for span.item-slick.slick-slide.slick-active {
  transform: scale(1);
}

.play_icon_slider {
  position: absolute;

  top: 10px;

  right: 10px;

  display: inline-block;

  color: #fff !important;

  font-size: 18px;

  padding: 0px 18px;

  line-height: 47px;

  text-align: center;
}

.play_icon_slider span {
  transition: all 0.3s;

  margin-right: 10px;

  width: 0;

  position: relative;

  opacity: 0;
}

.play_icon_slider:hover span {
  width: 40px;

  opacity: 1;

  transition: all 0.1s;
}

.play_icon_slider:before {
  content: '';

  background: #101c6c;

  border-radius: 30px;

  height: 44px;

  width: 44px;

  transition: all 0.3s;

  position: absolute;

  right: 6px;

  font-size: 11px;
}

.play_icon_slider i {
  position: relative;
}
.play_icon_slider img {
  position: relative;
}

.play_icon_slider:hover:before {
  width: 100%;
}

.slider-nav
  span.item-slick.slick-slide.slick-current.slick-active
  .video_thumb_icon {
  background: #12111147;
}

.video_thumb_icon {
  position: absolute;

  top: 50%;

  background: #101c6c;

  left: 50%;

  transform: translate(-50%, -50%);

  backdrop-filter: blur(4px);

  -webkit-backdrop-filter: blur(4px);

  color: #fff;

  width: 34px;

  height: 34px;

  text-align: center;

  line-height: 34px;

  font-size: 18px;

  border-radius: 50%;
}

.m_inter_desc_content {
  height: 360px;

  overflow-y: auto;

  color: #fff;

  padding: 0px;

  position: relative;
}

.m_inter_desc_content li {
  font-size: 16px;

  line-height: 22px;
}

.m_inter_desc_content h4 {
  font-size: 24px;

  line-height: 40px;

  margin-bottom: 8px;
}

.m_inter_desc_content .m_inrer_desc_title {
  position: relative;

  padding: 17px;

  border-bottom: 1px solid #293173;

  font-size: 35px;

  line-height: 40px;

  display: flex;

  align-items: center;
}

.m_inter_desc_content > div.m_inrer_desc_grid {
  border-bottom: 1px solid #293173;

  padding: 17px;

  position: relative;
}

.m_inter_desc_content .m_inrer_desc_title span {
  margin-right: 15px;

  min-width: 60px;

  border: 1px solid #fff;

  display: inline-block;

  border-radius: 30px;

  text-align: center;

  font-size: 24px;
}

.m_inter_desc_content > div.m_inrer_desc_grid ol li span {
  background: #272f71;

  min-width: 30px;

  display: inline-block;

  text-align: center;

  border-radius: 30px;

  margin-right: 10px;

  font-size: 12px;

  line-height: 22px;
}

.m_inter_desc_content > div.m_inrer_desc_grid ol li {
  display: flex;

  align-items: flex-start;

  margin-bottom: 13px;
}

.m_inter_desc_content > div.m_inrer_desc_grid ol li:last-child {
  margin-bottom: 0;
}

ul.m_inter_desc_uline {
  position: relative;

  margin-left: 40px;

  margin-top: 20px;
}

ul.m_inter_desc_uline li {
  padding-left: 40px;

  margin-bottom: 13px;

  position: relative;
}

ul.m_inter_desc_uline li:before {
  content: '.';

  position: absolute;

  left: 0;

  background: #272f71;

  width: 30px;

  border-radius: 30px;

  text-align: center;

  vertical-align: middle;

  line-height: 12px;

  height: 20px;
}

ul.m_inter_desc_uline li h6 {
  margin-bottom: 10px;
}

.zoom_image_box {
  position: absolute;

  display: flex;

  align-items: center;

  top: 50%;

  bottom: 0;

  justify-content: center;

  left: 50%;

  right: auto;

  height: 712px;

  width: calc(100% - 1030px);

  text-align: center;

  background: transparent linear-gradient(180deg, #e4e6fb 0%, #f2ceb6 100%) 0%
    0% no-repeat padding-box;

  border-radius: 32px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  opacity: 0;

  transition: all 0.3s;

  visibility: hidden;

  overflow: hidden;
}

.close_zoom_popup {
  position: absolute;

  top: 5px;

  right: 10px;

  height: 44px;

  width: 44px;

  background: #101c6c;

  border-radius: 50%;

  color: #fff;

  font-size: 26px;

  line-height: 44px;

  cursor: pointer;

  text-align: center;
}

.zoom_image_box.zoom_image_box_open {
  opacity: 1;

  visibility: visible;
}

.play_image_box {
  position: absolute;

  top: 0;

  width: calc(100% - 430px);

  height: 100%;

  display: flex;

  align-items: center;

  opacity: 0;

  transition: all 0.3s;

  visibility: hidden;

  border-radius: 32px;

  overflow: hidden;

  justify-content: center;
}

.play_image_box.video_box_open {
  opacity: 1;

  visibility: visible;
}

.play_image_box .video_iframe {
  position: relative;

  border-radius: 32px;

  overflow: hidden;
}

.play_image_box .video_iframe .video_iframe_prev {
  height: 712px;

  object-fit: cover;
}

.nicescroll-rails {
  border-radius: 10px;
}

.nicescroll-cursors {
  border: none !important;

  border-radius: 10px !important;
}

.slider-nav .play_icon_slider {
  display: none;
}

.intro-schema-menu__item.active_intro .intro-schema-menu__link {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: 'btn-shadow';
  animation-name: 'btn-shadow';
  background: #101c6c;
  color: #fff;
}
.intro-schema-menu__item.active_intro .intro-schema-menu__link:before {
  background: #101c6c;
}
.intro-schema-menu__item.active_intro .intro-schema-menu__link:after {
  border-color: #101c6c;
}
.requesting_access_popup {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  justify-content: center;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /* transform: translate(-50%, -50%); */
  /* -webkit-transform: translate(-50%, -50%); */
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 9999;
  flex-direction: column;
  padding: 20px 0px;
}
.requesting_access_popup.requesting_access_popup_open {
  opacity: 1;
  visibility: visible;
}
.requesting_access_inner_content p.request_lead_txt {
  font-size: 16px;
  line-height: 22px;
}
.requesting_access_inner_content {
  background: #f6f6f6;
  border-radius: 32px;
  overflow: hidden;
  max-width: 740px;
  position: relative;
  padding: 40px;
}
.requesting_access_popup h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  padding-right: 90px;
}
.request_access,
.login_access {
  margin-top: 25px;
  padding: 0px 30px;
}
.requesting_access_inner_content h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}
.request_form input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cfd2e2;
  width: 100%;
  height: 40px;
  border-radius: 30px;
  padding: 0px 18px;
  color: #101c6c;
  font-size: 16px;
}
.request_form .form-group {
  margin-bottom: 10px;
}
.requesting_access_inner_content > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.request_form input::-webkit-input-placeholder {
  /* Edge */
  color: #101c6c;
  opacity: 0.5;
}

.request_form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #101c6c;
  opacity: 0.5;
}

.request_form input::placeholder {
  color: #101c6c;
  opacity: 0.5;
}
button.request_login_btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #101c6c;
  border-radius: 31px;
  height: 44px;
  width: 100%;
  font-size: 18px;
  padding: 0px 15px;
  margin-top: 5px;
}
button.request_access_btn[disabled] {
  opacity: 0.5;
}
button.request_access_btn {
  border-radius: 31px;
  height: 44px;
  width: 100%;
  font-size: 18px;
  padding: 0px 15px;
  background: #101c6c;
  color: #fff;
  margin-top: 30px;
}
span.note_txt {
  font-size: 16px;
  line-height: 22px;
}
.request_access {
  border-right: 1px solid #cfd2e2;
}

div#intro-slide-winding {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Gallery_viewer_models .slick-slide {
  padding: 0px 15px;
  text-align: center;
}
.intro-thumbs-gall__img {
  margin: 0 auto;
}
.Gallery_viewer_models {
  padding: 0px 15px;
}
.Gallery_viewer_models .slick-slide a:hover .intro-thumbs-gall__text {
  background: #101c6c;
  color: #fff;
}
.intro-thumbs-gall__img img {
  position: relative;
  top: 15px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.fancybox-image,
.fancybox-spaceball {
  padding: 80px;
}
.Gallery_viewer_models .slick-prev:before,
.Gallery_viewer_models .slick-next:before {
  content: none !important;
}
.Gallery_viewer_models .slick-prev,
.Gallery_viewer_models .slick-next {
  background: transparent;
  padding: 0;
}
.Gallery_viewer_models .slick-next {
  right: 15px;
}
.Gallery_viewer_models .slick-prev {
  left: 15px;
  z-index: 9;
}
.Gallery_viewer_models .slick-prev,
.Gallery_viewer_models .slick-next {
  width: 35px;
  height: 35px;
  top: 30%;
}

@media (max-width: 1500px) {
  .manufacturing_inter_img_width {
    width: 69% !important;
  }

  .manufacturing-page .col-content {
    max-width: calc(100% - 340px);
  }
  .intro-thumbs-gall__link {
    margin: 0 10px;
  }
  .manufacturing_inter_desc {
    width: 360px;

    top: 110px;

    transform: inherit;
  }

  .manufacturing-page .col-header {
    max-width: 340px;

    min-width: 340px;
  }

  .manufacturing-page .section-header h3 {
    font-size: 32px;

    line-height: 34px;
  }

  .manufacture_sidebar {
    height: calc(100% - 330px);
  }

  .left_wire_05 {
    top: 23%;

    left: 38%;
  }

  .left_wire_06 {
    top: 47%;

    left: 26%;
  }

  a.left_wire_01 {
    left: 45%;

    bottom: 22%;
  }

  .left_wire_02 {
    bottom: 32%;

    left: 70%;
  }

  .left_wire_04 {
    top: 26%;

    left: 71%;
  }

  .top_wire_02 {
    bottom: 23%;

    left: 53%;
  }

  .top_wire_03 {
    left: 66%;

    bottom: 23%;
  }

  .top_wire_06 {
    top: 20%;

    left: 30%;
  }

  .top_wire_05 {
    top: 20%;

    left: 52%;
  }

  .slider-for span.item-slick.slick-slide img {
    height: 210px;

    width: 100%;

    object-fit: cover;
  }

  .m_inter_desc_content {
    height: 300px;
  }

  .m_inter_desc_content .m_inrer_desc_title {
    font-size: 27px;

    line-height: 30px;
  }

  .m_inter_desc_content h4 {
    font-size: 20px;

    line-height: 32px;

    margin-bottom: 8px;
  }

  .m_inter_desc_content li {
    font-size: 14px;

    line-height: 20px;
  }

  /*.manufacturing_internal_page_content {

    padding-top: 00px;

    padding-bottom: 50px;

    align-items: flex-start;

}*/

  .zoom_image_box {
    height: 605px;
    width: 550px;
    top: 110px;
    transform: translateX(-55%);
  }

  .play_image_box .video_iframe .video_iframe_prev {
    height: 500px !important;
  }

  .zoom_image_box img {
    height: 100%;

    object-fit: cover;
  }

  .play_image_box {
    width: calc(100% - 400px);

    height: auto;

    top: 110px;
  }

  .play_image_box .video_iframe {
    width: 90%;
  }

  .slider-nav span.item-slick.slick-slide {
    width: 104px;
    margin-right: 6px;
  }
}

@media (max-width: 1500px) {
  .slider-nav span.item-slick.slick-slide {
    opacity: 1;
  }
}

@media (max-width: 1290px) {
  .m_inter_desc_content {
    height: 280px;
  }

  .slider-nav {
    padding: 10px 15px;
  }

  .zoom_image_box {
    height: 574px;

    width: 450px;
  }

  .play_image_box .video_iframe .video_iframe_prev {
    height: 575px;
  }
}

@media (max-width: 1024px) {
  .manufacture_sidebar {
    height: auto;
    margin-bottom: 30px;
    position: relative;
    overflow: inherit !important;
  }
  .intro-slide-content.desktop_intro_slide {
    display: none;
  }
  .Gallery_viewer_models.mobile_intro_slide {
    display: block !important;
  }
  .intro-slide-btn-back {
    right: auto;
    top: 30px;
    left: 30px;
  }
  .manufacturing-page .col-header {
    height: auto;
  }
  .manufacturing-page .section-header {
    padding: 30px 30px 0px 30px;
    border-right: none;
  }
  .sidebar_top_header {
    padding-right: 0;
    position: relative;
  }
  .manufacturing-page .col-header {
    max-width: 100%;
    min-width: 1px;
  }
  .manufacturing-page .section-header h3 {
    font-size: 40px;
    line-height: 45px;
  }
  .manufacturing-page .col-content {
    max-width: 100%;
  }
  .left_wire_01,
  .left_wire_02,
  .left_wire_03,
  .left_wire_04,
  .left_wire_05,
  .left_wire_06,
  .top_wire_01,
  .top_wire_02,
  .top_wire_03,
  .top_wire_04,
  .top_wire_05,
  .top_wire_06,
  .right_wire_01,
  .right_wire_02,
  .right_wire_03,
  .right_wire_04,
  .right_wire_05,
  .right_wire_06 {
    display: none;
  }
  ul.nav.nav-tabs {
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  ul.nav.nav-tabs .nav-link:before {
    content: none;
  }
  .manufacturing-page .tab-content > .tab-pane img {
    position: relative;
    /* transform: scale(1.3); */
  }
  .tab_img {
    min-height: 475px;
  }
  .manufacturing-page .tab-content > .tab-pane {
    height: 67vh !important;
  }
  .manufacturing-page .tab-content {
    padding-top: 70px;
    background: #f1f2fc;
  }
  .m_inter_desc_content {
    height: auto;
  }
  .manufacturing_inter_desc_inner {
    border-radius: 0;
  }
  .manufacturing_inter_desc {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: inherit;
    padding: 0% 0% 0% 0%;
  }
  .service-slider-container {
    padding-left: 0px !important;
  }
  .add-pad .swiper-button-prev {
    left: -10px;
  }

  .manufacturing_inter_img .manufacturing_inter_img_width {
    width: 100% !important;
  }
  .add-pad .service-slider-container {
    padding-left: 25px !important;
    padding-right: 0px !important;
  }

  .manufacturing_internal_page_content {
    height: auto;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .slider-for.slick-initialized.slick-slider {
    display: none;
  }
  .play_icon_slider {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
    padding: 0;
    line-height: 27px;
    text-align: center;
    background: #101c6c;
    height: 25px;
    width: 25px;
    border-radius: 50%;
  }
  .play_icon_slider.zoom_icon,
  .play_icon_slider.play_icon {
    display: block !important;
  }
  .play_icon_slider span {
    display: none;
  }
  .play_icon_slider:before {
    content: none;
  }
  .zoom_image_box,
  .play_image_box {
    height: 100vh;
    width: 100%;
    top: 0;
    transform: inherit;
    left: 0;
    z-index: 99999;
    background: rgb(16 28 108 / 50%);
    border-radius: 0;
    position: fixed;
  }
  .zoom_image_box > div {
    border-radius: 32px;
    background: transparent linear-gradient(180deg, #e4e6fb 0%, #f2ceb6 100%) 0%
      0% no-repeat padding-box;
    height: 420px;
    position: relative;
  }
  .slider-nav {
    padding: 20px 16px;
  }
  .m_inter_desc_content .m_inrer_desc_title {
    padding: 20px 16px;
    font-size: 35px;
    line-height: 40px;
  }
  .m_inter_desc_content h4 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .m_inter_desc_content li {
    font-size: 16px;
    line-height: 22px;
  }
  .sidebar_top_header.manufacturing_inner_sidebar_header h3,
  .sidebar_top_header.manufacturing_inner_sidebar_header .menu2,
  .sidebar_top_header.manufacturing_inner_sidebar_header .subtitle-text {
    display: none;
  }
  .play_image_box .video_iframe {
    width: 100%;
  }
  .play_image_box .video_iframe .video_iframe_prev {
    height: 420px;
  }
  /*.manufacture_sidebar a {
    background: #EFF0F7;
}*/
  .manufacture_sidebar {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #fff;
    left: 0px;
    right: 0px;
    padding: 0px 30px 20px 30px;
    height: calc(100vh - 300px);
    overflow-y: auto !important;
    margin: 0;
    cursor: auto !important;
    touch-action: auto !important;
  }
  .manufacture_mobile_sidebar_toggle {
    display: block !important;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .manufacturing_page_name_mobile {
    background: #eff0f7 0% 0% no-repeat padding-box;
    border-radius: 100px;
    width: calc(100% - 90px);
    font-size: 18px;
    padding: 0 15px 0px 18px;
    color: #101c6c;
    line-height: 40px;
    margin: 0px 10px;
    height: 40px;
    position: relative;
  }
  .manufacture_mobile_sidebar_toggle > div > i img {
    width: 35px;
    height: 35px;
  }
  .sidebar_top_header .subtitle-text {
    margin-bottom: 20px;
  }
  .manufacture_mobile_sidebar_toggle strong {
    color: #101c6c;
    font-weight: 600;
    margin-right: 5px;
    min-width: 20px;
  }
  .desktop_img_manufacturing {
    display: none;
  }
  .mobile_img_manufacturing {
    display: block !important;
  }
  .manufacturing_page_name_mobile:after {
    content: '\f107';
    position: absolute;
    font-family: fontAwesome;
    right: 15px;
    font-size: 26px;
  }
  .intro-header {
    padding: 30px 30px 50px;
  }
  .intro-title {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .intro-action {
    padding-top: 25px;
  }
  header.intro-header .btn {
    width: auto;
  }
  #services {
    border-top: 1px solid #dddfeb;
    position: relative;
  }
  .section-header,
  .section-header-alt {
    padding: 30px;
  }
  #services .section-action {
    display: none;
  }
  #services .lead_txt {
    padding: 0;
  }
  .services-cta .col-content {
    padding: 0 25px 50px;
  }
  #services h2 {
    line-height: 55px;
  }
  .card-services {
    border-radius: 32px;
  }
  .card-services__title {
    height: auto;
  }
  .card-services__title h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .card-services__header {
    padding: 25px 30px 10px 30px;
  }
  .manufacturing-cta__img {
    margin: 50px -30px 15px;
  }
  .manufacture_home_desktop_img {
    display: none;
  }
  .manufacture_home_mobile_img {
    display: block !important;
    width: 100%;
  }
  .h2,
  h2 {
    font-size: 45px;
    line-height: 66px;
  }
  .contact-us-form__dsc {
    font-size: 16px;
    line-height: 20px;
    padding: 17px 0 23px;
  }
  .footer-nav__title {
    color: rgb(255 255 255 / 40%);
    padding-bottom: 14px;
  }
  .footer-info .row .col-md-4:first-child .text {
    margin-bottom: 20px;
  }
  .intro-slide-main {
    bottom: auto;
    padding: 100px 0 150px;
    position: relative;
  }
  .intro-slide-main-img,
  .intro-slide-schema-img {
    margin-right: 0;
    right: 0;
    width: 70%;
  }
  .intro-slide-main__content {
    top: 0;
    right: 0;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .intro-slide-main-img img {
    transform: scale(1.7);
    right: 80px;
    position: relative;
  }
  .intro-slide-main__arrow img {
    right: 0px;
    transform: scale(1.4);
  }
  .intro-slide-main__arrow {
    display: block;
    left: 0;
    top: 75px;
    text-align: center;
    z-index: 9;
  }
  .intro-slide-main__text {
    margin-bottom: 20px;
    text-align: left;
    padding: 0px 60px;
  }
  #about .section-action {
    display: none;
  }
  #about h3 {
    margin-top: 10px;
  }
  #about .section-header .subtitle-text {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .about-content {
    padding: 25px 30px;
    border-top: 1px solid rgba(17, 28, 108, 0.15);
  }
  .about-content__header {
    border-bottom: 1px solid rgba(17, 28, 108, 0.15);
    padding-bottom: 30px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .tab_img {
    min-height: 700px;
  }
}

/*@media Query mobile view  */

@media screen and (min-width: 0px) and (max-width: 976px) {
  .section-header,
  .section-header-alt {
    padding: 30px;
  }
  div#intro-slide-winding {
    display: block;
    padding-top: 180px;
  }
  .Gallery_viewer_models {
    padding: 0;
  }
  .Gallery_viewer_models .slick-slide {
    padding: 0px 10px;
    text-align: center;
  }
  .h2,
  h2 {
    font-size: 45px;
    line-height: 66px;
  }
  .tab_img {
    min-height: 475px;
  }
  .desktop_about_us_img {
    display: none;
  }
  .mobile_about_us_img {
    display: block !important;
  }
  .mobile_about_us_img p {
    font-size: 16px;
    line-height: 20px;
  }
  .mobile_about_us_img img {
    margin-top: 20px;
  }
  .mobile_ab_1 {
    position: relative;
    border-bottom: 1px solid rgba(17, 28, 108, 0.15);
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px 30px 30px;
    margin-bottom: 30px;
  }
  .mobile_about_us_img h4 {
    font-size: 22px;
    color: #111c6c;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .requesting_access_inner_content {
    padding: 30px 15px;
  }
  .requesting_access_popup {
    padding: 15px 15px;
  }
  .requesting_access_popup h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-right: 60px;
  }
  .requesting_access_inner_content p.request_lead_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .request_access,
  .login_access {
    margin-top: 16px;
  }
  .requesting_access_inner_content h3 {
    font-size: 20px;
  }
  .request_access {
    border-right: none;
    border-bottom: 1px solid #cfd2e2;
    padding-bottom: 15px;
  }
  .requesting_access_inner_content {
    overflow-y: auto;
  }
  .desktop_expore {
    display: none !important;
  }
  .mobile_expore {
    display: block !important;
  }
  .mobile_expore .intro-schema-menu {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .mobile_expore .intro-schema-menu .intro-schema-menu__item:first-child {
    bottom: 0;
    left: 0;
    position: relative;
  }
  .mobile_expore .intro-schema-menu__link:after,
  .mobile_expore .intro-schema-menu__link:before {
    content: none;
  }
  .mobile_expore .intro-schema-menu__link {
    background: transparent;
  }

  .intro-slide-main-img img {
    transform: scale(1.3);
    right: 55px;
    position: relative;
  }

  .intro-slide-main__arrow {
    left: 165px;
    top: 100px;
    width: 10px;
  }

  .intro-slide-main__action {
    margin-left: -53px;
  }

  .intro-slide-main__text {
    padding: 0px 50px 0px 0px;
  }

  .intro-slide-schema-img {
    margin-right: 0;
    right: -45px;
    width: 87%;
  }
}

/*@media Query mobile view  end */

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .desktop_expore {
    display: none !important;
  }
  .mobile_expore {
    display: block !important;
  }
  .mobile_expore .intro-schema-menu {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
  }

  .mobile_expore .intro-schema-menu__link:after,
  .mobile_expore .intro-schema-menu__link:before {
    content: none;
  }
  .mobile_expore .intro-schema-menu__link {
    background: transparent;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1366px0) {
  .intro-slide-main__content {
    right: -40px;
    top: 0px;
  }
}

@media screen and (min-width: 0px) and (max-width: 522px) {
  .intro-slide-main__arrow {
    left: 220px;
    top: 80px;
    width: 10px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1366px) {
  .intro-slide-main__content {
    right: -40px;
    top: -207px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1025px) {
  .mobile_expore .intro-schema-menu .intro-schema-menu__item:first-child {
    bottom: 0;
    left: 50px;
    position: relative;
  }
}

/* media screen 1366 */

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .intro-slide-main {
    margin-bottom: 160px;
  }

  .intro-slide-schema {
    margin-bottom: 150px;
  }

  .intro-slide-main-img,
  .intro-slide-schema-img {
    display: inline-block;
    margin-right: 6%;
    max-width: 660px !important;
    opacity: 1;
    position: relative;
    transition: opacity 0.3s;
  }
  .intro-slide-main__content {
    right: -40px;
    top: -207px;
  }

  .intro-schema-menu .intro-schema-menu__item:first-child {
    bottom: -43px;
    left: 90px;
  }

  .intro-schema-menu .intro-schema-menu__item:nth-child(2) {
    left: 165px;
    top: -30px;
  }

  .intro-schema-menu .intro-schema-menu__item:nth-child(3) {
    left: 221px;
    top: -56px;
  }
  .intro-schema-menu .intro-schema-menu__item:nth-child(4) {
    bottom: -33px;
    left: 271px;
  }

  .intro-schema-menu .intro-schema-menu__item:nth-child(5) {
    left: 342px;
    top: -84px;
  }
}

/* media screen 1366 end */

/* media query in 1920 */

@media screen {
  .intro-slide-main-img {
    margin-right: 1%;
  }

  footer.footer.section-invert {
    width: 100%;
    height: 1080px;
  }

  .contact-us-form .form-field .input {
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    line-height: 44px;
    padding: 0px 18px;
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
  }

  .contact-us {
    padding: 80px 30px 80px;
  }

  .contact-us-form .textarea {
    height: 242px;
    border-radius: 22px;
    font-size: 22px;
    resize: none;
  }

  .contact-us-form .contact-us-form__dsc p {
    font-size: 18px;
    line-height: 35px;
  }
  .contact-us-form .btn {
    height: 44px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    padding: 0 20px;
  }
  #contact-tag {
    max-width: 700px;
  }
  .col-xl-6 {
    height: auto;
  }
  .footer-nav__container {
    height: 60%;
  }

  .footer-nav__title {
    font-size: 30px;
  }

  .footer-menu__link {
    font-size: 18px;
    line-height: 30px;
  }

  .footer-info .text p {
    line-height: 40px;
    font-size: 18px;
  }
}

/* media query in 1920 end */

/* media query in 3440 */

/*@media screen and (min-width: 1921px) and (max-width: 3440px) {*/
/*    .intro-slide-main-img, .intro-slide-schema-img {*/
/*    margin-right: -23%;*/
/*}*/
/*}*/

/* media query in 3440 end */

/* media query in 5120  */
/*@media screen and (min-width: 3440px) and (max-width: 5120px) {*/
/*    .intro-slide-main-img, .intro-slide-schema-img {*/
/*    margin-right: 30%;*/
/*}*/
/*}*/
/* media query in 5120 end */

/*::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

.container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

img.zoom-image {
  width: 42px !important;
  height: 42px !important;
  border-radius: 30px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: -8px;
  margin-right: -11px !important;
  position: relative;
}

img.videoicon {
  max-width: 100%;
  width: 22px !important;
  height: 22px !important;
  border-radius: 0px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: -6px;
  margin-right: -4px !important;
  position: relative;
}

.slider-nav span.item-slick.slick-slide img.video-icon {
  height: 100%;

  width: 50%;

  object-fit: cover;
}

.slider-nav span.item-slick.slick-slide img.videoicon1 {
  height: 37px;
  width: 37px;
  object-fit: cover;
  margin-left: -70%;
}

.slider-nav .play_icon_slider img.videoicon {
  background: blue;
}

footer.footer.section-invert {
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.intro-slide-main {
  text-align: center;
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #262f67;
}

::-webkit-scrollbar-thumb {
  background: #676d96;
}
.menu2 {
  background: #eff0f7;
  border-radius: 23px;
  display: inline-flex;
  height: 46px;
  padding: 1px;
  margin-bottom: 20px;
  margin-top: 6px;
}

.menu2 a.menu__link.active {
  background-color: #eff0f7;
}

.intro-slide-schema-img.desktop_expore {
  max-width: 900px;
  margin-right: auto;
  display: block;
  margin-left: auto;
  right: -375px;
  top: -40px;
}
.intro-schema-menu .intro-schema-menu__item:first-child {
  bottom: -7px;
  left: 200px;
}
.intro-schema-menu .intro-schema-menu__item:nth-child(2) {
  left: 365px;
  top: -25px;
}
.intro-schema-menu .intro-schema-menu__item:nth-child(3) {
  left: 495px;
  top: -61px;
}
.intro-schema-menu .intro-schema-menu__item:nth-child(4) {
  bottom: 25px;
  left: 568px;
}
.intro-schema-menu .intro-schema-menu__item:nth-child(5) {
  left: 735px;
  top: -96px;
}
.intro {
  background-attachment: fixed;
}
.intro-hide {
  opacity: 0;
  z-index: -9;
}

@media (min-width: 1951px) {
  .intro-slide-main-img {
    margin-right: 0;
  }

  .intro-slide-main {
    width: calc(100% - 500px);
    right: 0;
  }
}
@media (max-width: 1950px) {
  .intro-slide-schema-img.desktop_expore {
    right: -119px;
    top: -70px;
  }

  .manufacturing_inter_img_width {
    width: 70% !important;
  }
}
@media (max-width: 1920px) {
  .intro-slide-main {
    text-align: center;
  }
  .intro-slide-main-img {
    margin-right: -4%;
  }
}
@media (max-width: 1600px) {
  .intro-slide-main-img {
    margin-right: -61px;
  }
  .intro-slide-schema-img.desktop_expore {
    right: -285px;
    top: -70px;
  }
  .intro-slide-main-img > img {
    max-width: 900px;
  }
  .intro-slide-schema-img.desktop_expore {
    right: -123px;
    top: -20px;
    max-width: 681px;
  }
  .intro-schema-menu .intro-schema-menu__item:first-child {
    bottom: -29px;
    left: 145px;
  }
  .intro-schema-menu .intro-schema-menu__item:nth-child(2) {
    left: 267px;
    top: -46px;
  }
  .intro-schema-menu .intro-schema-menu__item:nth-child(3) {
    left: 365px;
    top: -82px;
  }
  .intro-schema-menu .intro-schema-menu__item:nth-child(4) {
    bottom: -17px;
    left: 420px;
  }
  .intro-schema-menu .intro-schema-menu__item:nth-child(5) {
    left: 545px;
    top: -96px;
  }
  .intro-slide-main__content {
    top: -170px;
    right: 20px;
  }
}
@media (max-width: 1366px) {
  .intro-slide-schema-img.desktop_expore {
    right: -253px;
    top: 25px;
  }
  .intro-slide-main__content {
    top: -170px;
    right: -216px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .intro-slide-main {
    margin-bottom: 95px;
  }
}
@media (max-width: 1280px) {
  .intro-slide-main-img,
  .intro-slide-schema-img {
    right: auto;
  }
}
@media (max-width: 1200px) {
  .menu__link {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .intro-slide-main__content {
    top: 0px;
    right: 0;
  }
  .intro-slide-main__text {
    padding-right: 0px;
  }
  .intro-slide-main__arrow {
    left: 0;
    margin: 0 auto;
  }

  .intro-slide-main-img img {
    right: 0;
  }
  .intro-slide-main-img .intro-slide-main__arrow img {
    transform: scale(1.8);
    bottom: -65px;
  }
}
@media (max-width: 976px) {
  .intro-slide-main__action {
    margin-left: 0;
  }
  .intro-slide-main-img .intro-slide-main__arrow img {
    transform: scale(2.3);
    bottom: -38px;
  }
  .intro-slide-main__content {
    height: 330px;
  }
  .intro-slide-main-img > img {
    max-width: 710px;
  }
}
@media (max-width: 768px) {
  footer.footer.section-invert:before {
    background: transparent;
  }
}
@media (max-width: 561px) {
  .intro-slide-main-img {
    margin-right: 0;
  }
  .intro-slide-main-img img {
    transform: scale(1.3);
    right: 0;
    position: relative;
    max-width: 698px;
    margin-left: -58%;
  }
  .intro-slide-main__text {
    padding-right: 0;
  }
  .intro-slide-main__action {
    margin-left: 0;
  }
  .btn-intro-explore svg {
    width: 100%;
  }
  .intro-slide-main__content {
    height: 350px;
  }
  .intro-slide-main__arrow {
    left: 0;
    top: 80px;
    right: 0;
    margin: 0 auto;
  }
  .intro-slide-main-img .intro-slide-main__arrow img {
    transform: scale(1.67);
    bottom: -63px;
  }
}
@media (max-width: 480px) {
  .intro-slide-main-img img {
    max-width: 555px;
    margin-left: -58%;
  }
  .intro-slide-main__arrow {
    top: 50px;
  }
}
@media (max-width: 420px) {
  .intro-slide-main-img img {
    max-width: 429px;
    margin-left: -58%;
  }
  .intro-slide-main-img .intro-slide-main__arrow img {
    transform: scale(1.3);
    bottom: -10px;
  }
}

@media (min-width: 1024px) {
  .manufacturing_internal_page_content_straightening_copper {
    background: url(../images/manufacturing/1a\ Main.png) !important;
    background-repeat: no-repeat !important;
    background-size: 800px !important;
    z-index: 10;
  }

  .manufacturing_internal_page_content_cutting_copper {
    background: url(https://amps.co.uk/images/manufacturing/1b-cutting%20wire.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
  }

  /* .manufacturing_internal_page_content_skinning_insulation {
    background: url(../images/manufacturing/skinning-model.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
  } */
}

.manufacturing_internal_page_content.manufacturing_internal_page_content_laser_welding {
  background: url(https://amps.co.uk/images/manufacturing/laser-welding-main-1@2x.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media (min-height: 720px) and (max-width: 1850px) {
  .m_inter_desc_content {
    height: 250px !important;
  }
}

@media (min-width: 1024px) {
  .slider-custom {
    left: 35px;
    margin-top: 20px;
    height: 550px;
    width: 550px;
    position: relative;
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 1023px) {
  .slider-custom {
    left: 35px;
    margin-top: 20px;
    height: 500px;
    width: 500px;
    position: absolute;
    display: none;
    justify-content: center;
  }
}

@media (min-width: 450px) and (max-width: 600px) {
  .slider-custom {
    left: 35px;
    margin-top: 20px;
    height: 400px;
    width: 400px;
    position: absolute;
    display: none;
    justify-content: center;
  }
}

@media (min-width: 360px) and (max-width: 449px) {
  .slider-custom {
    left: 35px;
    margin-top: 20px;
    height: 340px;
    width: 340px;
    position: absolute;
    display: none;
    justify-content: center;
  }
}
