/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

P {
  font-family: "Inter";
  font-size: 16px;
}

.common-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common-btn {
  font-size: 18px;
  padding: 10px 50px;
  font-family: "Inter";
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  border: 2px solid transparent;
}
.common-btn:hover {
  border: 2px solid #000;
  color: #090909;
  background-color: transparent;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  text-align: end;
}
.humburger img {
  width: 30px;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #000;
  z-index: 1;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header-area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  padding: 15px 0;
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background: #000000;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header-area {
  padding: 18px 0;
  background-color: #fff;
}
.header-area .logo {
  width: 280px;
}

.nav-bar {
  position: relative;
}
.nav-bar ul li {
  margin-left: 38px;
}
.nav-bar ul li:first-child {
  margin-left: 0;
}
.nav-bar ul li:last-child {
  margin-left: 40px;
}
.nav-bar ul li .common-btn {
  font-size: 18px;
  padding: 10px 50px;
  font-family: "Inter";
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  border: 2px solid transparent;
  opacity: 1 !important;
}
.nav-bar ul li .common-btn:hover {
  border: 2px solid #000;
  color: #090909;
  background-color: transparent;
}
.nav-bar ul li a {
  font-family: "Inter";
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.nav-bar ul li a:hover {
  opacity: 0.6;
}

/*================================================
            [index] ====== End
================================================*/
/*================================================
            [manufacture] ====== start
================================================*/
.manufacture-sec {
  padding: 70px 0;
  overflow-x: hidden;
}
.manufacture-sec .common-head h2 {
  text-transform: uppercase;
  font-family: "Inter";
}
.manufacture-sec .text-center p {
  margin-top: 20px;
  font-family: "Inter";
}
.manufacture-sec .cmn-tab {
  width: 100%;
  margin: 0 auto;
}
.manufacture-sec .cmn-tab ul {
  justify-content: center;
  margin: 0 -5px;
  width: 100%;
}
.manufacture-sec .cmn-tab .nav-item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
}
.manufacture-sec .cmn-tab .nav-item:last-child {
  margin-right: 0;
}
.manufacture-sec .cmn-tab .nav-tabs {
  border-bottom: none;
}
.manufacture-sec .cmn-tab .nav-tabs .mainresource {
  height: 100%;
}
.manufacture-sec .cmn-tab .nav-tabs .nav-link {
  font-size: 18px;
  text-transform: capitalize;
  background: #ffffff;
  color: #282828;
  padding: 25px 30px 35px 30px;
  border: 2px solid transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 700;
  font-family: "Poppins";
  width: 100%;
  box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
}
.manufacture-sec .cmn-tab .nav-tabs .nav-link.doc-tab-open {
  background-color: #051f51 !important;
}
.manufacture-sec .cmn-tab .nav-tabs .nav-link.doc-tab-open:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent !important;
}
.manufacture-sec .cmn-tab .nav-tabs .nav-link:focus, .manufacture-sec .cmn-tab .nav-tabs .nav-link:hover {
  color: #ffffff;
  border: 2px solid transparent;
  background: #282828;
}
.manufacture-sec .cmn-tab .nav-link.active {
  background: #282828;
  color: #ffffff;
}
.manufacture-sec .tab-descrip {
  margin-top: 20px;
}
.manufacture-sec .cmn-tab-sub .tab-content > .tab-pane {
  display: block;
}
.manufacture-sec .cmn-tab-sub ul {
  background-color: transparent;
  padding: 30px;
  justify-content: center;
}
.manufacture-sec .cmn-tab-sub .fade:not(.show) {
  opacity: 1;
}
.manufacture-sec .cmn-tab-sub .nav-item {
  margin-bottom: 0;
  width: 20%;
  margin-right: 20px;
}
.manufacture-sec .cmn-tab-sub .nav-tabs .nav-link {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 10px 15px;
}
.manufacture-sec .cmn-tab-sub .nav-tabs .nav-link:focus, .manufacture-sec .cmn-tab-sub .nav-tabs .nav-link:hover {
  color: #282828;
  border: 2px solid transparent;
  background: #ffffff;
}
.manufacture-sec .arw {
  font-size: 14px;
  margin-left: 5px;
}
.manufacture-sec .vid-lst-wrap {
  background-color: #051f51;
  padding: 40px 10px 10px;
  width: 100%;
  position: relative;
  height: 100%;
  max-height: 400px;
  overflow: auto;
}
.manufacture-sec .each-vd-list {
  display: flex;
  align-items: center;
  border: 1px solid #dbd5d5;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 20px;
}
.manufacture-sec .each-vd-list:last-child {
  margin-bottom: 0;
}
.manufacture-sec .each-vd-list .each-vid-img {
  width: 140px;
  padding: 7px;
  background-color: #f1f1f1;
  text-align: center;
}
.manufacture-sec .each-vd-list .each-vid-img span {
  display: block;
  padding-top: 5px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Poppins";
  font-size: 18px;
  color: #282828;
}
.manufacture-sec .each-vd-list .each-vid-img img {
  width: 70%;
}
.manufacture-sec .each-vd-list .each-vid-txt {
  flex-grow: 1;
  margin: 0 5%;
}
.manufacture-sec .each-vd-list .click-view-btn {
  display: flex;
  flex-direction: column;
}
.manufacture-sec .each-vd-list .click-view-btn .common-btn {
  text-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 7px;
  width: 160px;
  height: 48px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.manufacture-sec .each-vd-list .click-view-btn .common-btn:last-child {
  margin-bottom: 0 !important;
}
.manufacture-sec .each-vd-list .click-view-btn .common-btn:hover {
  background-color: #000;
  border: 2px solid transparent;
  color: #fff;
}
.manufacture-sec .btn-img {
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  aspect-ratio: 1/1;
}
.manufacture-sec .btn-img img {
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.manufacture-sec .ndt-fnd {
  text-align: center;
  padding: 15px 0;
  border: 2px solid #051f51;
  margin-top: 30px;
  background-color: #fff;
}
.manufacture-sec .ndt-fnd h2 {
  color: rgba(243, 10, 10, 0.8);
  font-size: 25px;
  text-transform: capitalize;
}

.cmn_tab_styl {
  position: fixed;
  width: 225px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.show_pp {
  display: none;
}

.cls_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border: 0;
  border-radius: 100px;
  aspect-ratio: 1;
  height: auto;
  width: 26px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmn-tab-sub {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: #051f51;
}
.cmn-tab-sub.open {
  padding: 10px;
}

/*================================================
            [resource] ====== end
================================================*/
/*================================================
            [login] ====== start
================================================*/
.log-sec {
  padding: 100px 0 200px 0;
  position: relative;
}
.log-sec:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.log-sec .log-in-frm {
  width: 100%;
  max-width: 35%;
  margin: 0 auto;
  background: #f8f9fd;
  border-radius: 10px;
  padding: 40px 45px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
}
.log-sec .heading {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  color: #2c2c2c;
}
.log-sec .log-form {
  margin-top: 20px;
}
.log-sec .log-form .input {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  margin-top: 25px;
  box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
  font-family: "Inter";
  font-size: 15px;
  border: 1px solid transparent;
  color: #2c2c2c;
}
.log-sec .log-form .input::-moz-placeholder {
  color: rgb(170, 170, 170);
}
.log-sec .log-form .input::placeholder {
  color: rgb(170, 170, 170);
}
.log-sec .log-form .input:focus {
  outline: none;
  border: 1px solid #dbd5d5;
}
.log-sec .log-form .login-button {
  display: block;
  width: 100%;
  font-weight: bold;
  background-color: #000000;
  color: white;
  font-family: "Inter";
  font-size: 16px;
  text-transform: capitalize;
  padding-block: 15px;
  margin: 20px auto;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.log-sec .log-form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}
.log-sec .log-form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}
.log-sec .log-form .forgot-password {
  display: block;
  margin: 20px 5px;
}
.log-sec .log-form .forgot-password a {
  font-size: 16px;
  color: #0099ff;
  font-family: "Inter";
  text-decoration: none;
}

/*================================================
           [login] ====== end
================================================*/
.tab-pane.fade .nav.nav-tabs .no-data-item {
  color: #fff !important;
  background: #051f51;
  padding: 10px 20px;
  border: 2px solid #fff;
}

@media (max-width: 767px) {
  .manufacture-sec .each-vd-list .click-view-btn .common-btn {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-bar ul li .common-btn {
    width: 100%;
    text-align: center;
  }
  .col-auto {
    flex: 0 0 auto;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */