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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}

.mySwiper2 .swiper-slide-active {
  width: 60% !important;
  color: red;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.mySwiper2 .swiper-slide-next {
  width: 20% !important;
  color: red;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.mySwiper2 .swiper-slide-prev {
  width: 20% !important;
  color: red;
  -webkit-transition: width 2s;
  transition: width 2s;
}

@media only screen and (min-width: 10px) {
  .mySwiper2 .swiper-slide-active {
    width: 100% !important;
    color: red;
    -webkit-transition: none;
    transition: none;
  }
  .mySwiper2 .swiper-slide-next {
    width: 100% !important;
    color: red;
    -webkit-transition: none;
    transition: none;
  }
  .mySwiper2 .swiper-slide-prev {
    width: 100% !important;
    color: red;
    -webkit-transition: none;
    transition: none;
  }
}

@media only screen and (min-width: 992px) {
  .mySwiper2 .swiper-slide-active {
    width: 60% !important;
    color: red;
    -webkit-transition: width 2s;
    transition: width 2s;
  }
  .mySwiper2 .swiper-slide-next {
    width: 20% !important;
    color: red;
    -webkit-transition: width 2s;
    transition: width 2s;
  }
  .mySwiper2 .swiper-slide-prev {
    width: 20% !important;
    color: red;
    -webkit-transition: width 2s;
    transition: width 2s;
  }
}

.swiper-scrollbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.swiper-scrollbar {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.swiper-button-next, .swiper-button-prev {
  color: #007bff !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #b4aa9c !important;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

header {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.active1 {
  opacity: 1;
  height: auto;
}

p {
  font-size: 1.2rem;
}

section {
  opacity: 0;
  -webkit-transition: all linear 1s;
  transition: all linear 1s;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

section.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.headerhight {
  height: 0px;
}

.navbar-toggler {
  outline: none;
}

.navbar-toggler svg {
  fill: #008ac0;
}

.navbar-toggler:focus {
  outline: none;
}

.top-container {
  color: #ffffff;
  background-image: url("../../assets/img/new/sourcing 1 no text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;
  padding: 10px 20px;
  text-align: center;
}

.slider {
  position: relative;
}

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #040d5cd4;
}

.navbar1 {
  position: relative;
}

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
  z-index: 2;
}

.text1 {
  background: #040d5cd4;
  padding: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.navbar-brand img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #040d5cd4;
}

.navbar .navbar-brand {
  font-size: 30px;
}

.navbar .nav-item {
  padding: 10px 20px;
}

.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
  color: #ffffff;
}

.navbar .nav-link:hover {
  color: #ffffffab;
}

.fa-bars {
  color: #007bff;
  font-size: 30px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: transparent;
}

.footer1 {
  background-color: #040d5cd4;
  font-size: 13px;
}

.footer1 .logo img {
  max-height: 136px !important;
}

.footer1 .main_title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0.25em;
  margin-bottom: 1.35em;
}

.footer1 .textw {
  color: rgba(255, 255, 255, 0.4);
}

.footer1 .textw a {
  color: #ffffff;
}

.footer1 .textw a:hover {
  color: #ffffffab;
  text-decoration: none;
}

.footer1 .footer-link {
  color: #ffffff;
}

.footer1 .footerheader {
  color: #ffffff;
}

.rounded svg {
  width: 70px;
  height: 70px;
  fill: #007bff;
}

.elemnt {
  padding: 1.5rem;
  min-width: 200px;
  min-height: 175px;
  border: 3px solid #007bff;
}

.elemnt a {
  text-decoration: none;
  color: #007bff;
}

.elemnt a:hover {
  color: #0056b3;
  text-decoration: none;
}

.elemnthead {
  color: #007bff;
}

.elemnthead1 {
  color: #ffffff;
}

.elemntbody {
  color: #6d8daf;
}

.elemntbody1 {
  color: #ffffff;
}

.services {
  background: #caced1;
}

.services1 {
  background: #c9ced1c7;
}

.fullh {
  min-height: calc(100vh - 200px);
  background-image: url("../../assets/img/contact-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#productsmain {
  /* The Modal (background) */
  /* Modal Content (image) */
  /* Caption of Modal Image */
  /* Add Animation */
  /* The Close Button */
}

#productsmain a {
  padding: 0;
}

#productsmain .centered {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#productsmain .imagecontainer {
  margin: 8px;
  max-height: 300px;
  max-width: 300px;
  min-height: 250px;
  min-width: 250px;
}

#productsmain .imagecontainer img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

#productsmain .modal-target {
  width: 300px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#productsmain .modal-target:hover {
  opacity: 0.7;
}

#productsmain .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

#productsmain .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  opacity: 1 !important;
  max-width: 1200px;
}

#productsmain .modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 2em;
  margin-top: 32px;
}

#productsmain .modal-content, #productsmain .modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-atransform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#productsmain .modal-close {
  position: absolute;
  height: 100%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#productsmain .modal-close:hover,
#productsmain .modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#products {
  margin-top: 80px;
  /* The Modal (background) */
  /* Modal Content (image) */
  /* Caption of Modal Image */
  /* Add Animation */
  /* The Close Button */
}

#products .centered {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#products .imagecontainer {
  margin: 8px;
  max-height: 300px;
  max-width: 300px;
  min-height: 250px;
  min-width: 250px;
}

#products .imagecontainer img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

#products .modal-target {
  width: 300px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products .modal-target:hover {
  opacity: 0.7;
}

#products .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}

#products .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  opacity: 1 !important;
  max-width: 1200px;
}

#products .modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 2em;
  margin-top: 32px;
}

#products .modal-content, #products .modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-atransform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#products .modal-close {
  position: absolute;
  height: 100%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products .modal-close:hover,
#products .modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 100px) {
  .footer1 .footer-link {
    font-size: 14px;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar .nav-item {
    padding: 10px 0px;
  }
}

@media only screen and (min-width: 576px) {
  .footer1 .footer-link {
    font-size: 16px;
  }
  .navbar .nav-link {
    font-size: 16px;
  }
  .navbar .nav-item {
    padding: 10px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .footer1 .footer-link {
    font-size: 18px;
  }
  .navbar .nav-link {
    font-size: 18px;
  }
  .navbar .nav-item {
    padding: 10px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .footer1 .footer-link {
    font-size: 20px;
  }
  .navbar .nav-link {
    font-size: 20px;
  }
  .navbar .nav-item {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer1 .footer-link {
    font-size: 24px;
  }
  .navbar .nav-link {
    font-size: 24px;
  }
  .navbar .nav-item {
    padding: 10px 20px;
  }
}
/*# sourceMappingURL=index.css.map */