@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);

body {
  overflow-x: hidden !important;
}

.text-1 {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 1%;
  font-size: 40px;
  font-family: "Noto Sans" !important;
  color: #02022C;
}

.container {
  text-align: center !important;
}

.footer {
  background-image: url("images/FOOTER_SECTION/footer_bg.jpg");
  padding-top: 2%;
  /* margin-top: 200px; */
  color: white !important;
  text-align: center;
  padding-bottom: 3%;
}

.footer-logo-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-logo-social img {
  height: 20px;
  width: 20px;
  margin-top: 2%;
}

.btn-css {
  background-color: #e54f00;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  border-radius: 25px;
  color: white;
  font-size: 23px;
  margin-top: 8%;
  transition: background-color 0.2s ease-in-out;
}

.btn-css:hover {
  background-color: #111a43;
}

.subscribeBtn {
  background-color: #e54f00;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
  border: none;
  border-radius: 25px;
  color: white;
  font-size: 23px;
  margin-top: 8%;
  transition: all 0.2s ease-in-out;
}

.subscribeBtn:hover {
  transform: scale(101%);
  -webkit-box-shadow: 0px 0px 33px -10px rgba(255,189,156,1);
  -moz-box-shadow: 0px 0px 33px -10px rgba(255,189,156,1);
  box-shadow: 0px 0px 33px -10px rgba(255,189,156,1);

}


.verticalButton {
  padding: 0px 0px 0px 0px;
  width: 250px;
  height: 40px;
  background: #e54f00;
  border-radius: 0px 0px 10px 10px;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: fixed;
  right: -105px;
  top: 50%;
  color: white;
  z-index: 1000;
}

.verticalButton:hover {
  background: #111a43;
  color: white;
}

.carousel-caption {
  color: black !important;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#banner {
  background: url(images/index_banner.jpg);
  background-size: cover;
  background-position: center;
  height: 114vh;
}

.logo {
  position: relative;
  top: 4%;
  height: 65px;
}

.banner-text {
  text-align: left;
  color: #fff;
  padding-top: 200px;
  padding-left: 150px;
}

.banner-text h5 {
  font-size: 35px;
  font-family: "Noto Sans";
  width: 630px !important;
  line-height: 50px;
}

.banner-btn {
  margin-top: 65px;
}

.banner-btn button {
  width: auto;
  background-color: #e54f00;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-radius: 25px;
  color: white;
  font-size: 23px;
  transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
}

.contactUsForm {
  max-width: 500px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
}

.banner-btn button:hover {
  background-color: white;
  color: #e54f00;
}

#sideNav {
  width: 250px;
  height: 100vh;
  position: fixed;
  right: -250px;
  top: 0;
  background: #111a43;
  z-index: 2;
  transition: 0.5s;
  overflow: auto;
}

nav ul li {
  list-style: none;
  margin: 35px 20px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

#menuBtn {
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  right: 4px;
  top: 2%;
  border-radius: 3px;
  z-index: 1000;
  cursor: pointer;
  background-color: #111a43;
  border-radius: 50%;
}

#menuBtn img {
  width: 30px;
  margin-top: 15px;
}

.banner-section-four {
  display: flex !important;
  justify-content: space-evenly !important;
  align-items: center !important;
  width: 100%;
  z-index: 1000;
  padding: 10px 5px;
}

.section-1 h5 {
  color: #e54f00;
  font-size: 23px;
}

.section-1 P {
  color: white;
  margin-top: -10px;
  margin-bottom: 0;
}

.section-1 {
  display: flex !important;
  margin-top: 5% !important;
}

.text-img {
  padding-left: 10px !important;
  margin: auto;
}

.box-one-text {
  color: #0069a8;
  font-size: 22px !important;
  margin-top: 4%;
  font-weight: bold;
}

.box-one {
  background-color: #edf6fd;
  border: 1px #707070;
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 20px;
  padding-left: 6% !important;
  padding-right: 6% !important;

}

.box-two {
  background-color: #edf6fd;
  border: 1px #707070;
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 20px;

}

.box-three {
  background-color: #edf6fd;
  border: 1px #707070;
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 20px;
  padding-left: 6% !important;
  padding-right: 6% !important;

}

.about-us-section {
  background-image: url("images/ABOUT_SECTION/About_bg.jpg");
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-one-p {
  height: 70px !important;
}

.about-us-h {
  font-size: 40px;
  font-family: Noto Sans;
  color: #02022C;
  line-height: 37px !important;
}

.about-us-p {
  font-size: 20px;
  font-family: Poppins;
  margin-top: 25px;
}

.about-text-pl {
  padding-left: 10%;
}

.since {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans;
  margin-top: 24px !important;
  color: #02022C;
}

.search-box {
  width: 100%;
  position: relative;
  display: flex;
}

.search-input {
  width: 55%;
  padding: 10px;
  border: 1px solid white;
  border-radius: 50px;
  border-right: none;
  outline: none;
  font-size: 20px;
  background: none;
  margin-top: 60px;
  color: white !important;
}

.search-button {
  background-color: white;
  padding: 2%;
  border: none;
  border-radius: 50%;
  margin-left: -7%;
  margin-top: 60px;
}

.three-ftr {
  text-align: left;
}

@media only screen and (max-width: 1100px) {
  .section-1 {
    display: none !important;
  }

  .banner-section-four {
    justify-content: left !important;
  }

  .text-img-22 {
    display: block !important;
  }

  .pcb-img {
    /* height: 300px !important; */
    width: 350px !important;
  }
}

.text-img-22 {
  display: none;
}

@media screen and (min-device-width: 1101px) and (max-device-width: 1700px) {
  /* STYLES HERE */

  .section-1 h5 {
    font-size: 20px !important;
  }

  .section-1 P {
    font-size: 18px !important;
  }

  .section-1 img {
    height: 30px !important;
  }

  .logo {
    height: 50px !important;
  }
  .video {
    display: block;
    height: 45vh;
    width: 40vw !important;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
  }
}


@media only screen and (min-width: 1750px) {
  .ftr-h-l {
    text-align: initial !important;
  }

  .ftr-p-l {
    text-align: initial !important;

  }
}
@media only screen and (min-width: 900px) and (max-device-width: 1101px) {

  .video {
    height: 40vw !important;
    width: 40vw !important;
  
  }
}

@media only screen and (max-width: 900px) {

  .banner-btn button {
    font-size: 12px !important;
  }

  .about-us-h {
    font-size: 37px !important;
  }

  .video {
    height: 30vh !important;
    margin-top: 20% !important;
    width: 30vh !important;
  }

  .banner-text {
    padding-left: 20px;
    padding-top: 130px !important;
  }

  .banner-btn a {
    font-size: 12px !important;
    width: fit-content !important;
  }

  .logo {
    height: 57px;
  }

  .text-1 {
    font-size: 32px !important;
  }

  .btn-css,
  .subscribeBtn {
    font-size: 12px !important;
  }

  .pcb-img {
    /* height: 300px !important; */
    width: 270px !important;
  }

  .since {
    font-size: 20px;
  }

  .ftr-logo-img {
    height: 45px !important;
  }

  .search-input {
    width: 80% !important;
  }

  .search-button {
    margin-left: -13% !important;
  }

  .ftr-h-l {
    font-size: 20px !important;
  }

  .ftr-p-l {
    font-size: 12px !important;
    margin-top: 20px;
  }
}

.ftr-h-l {
  font-size: 30px !important;
}

.ftr-p-l {
  font-size: 18px !important;
  margin-top: 20px;
}

.ftr-logo-img {
  height: 60px;
}

.fllow-p {
  font-size: 30px;
}

.video {
  display: block;
  height: 45vh;
  width: 55vh;
  margin: auto;
  object-fit: cover;
  border-radius: 10px;
}

.pl-5 {
  padding-left: 10% !important;
}

.search-button img {
  height: 30px !important;
  width: 30px !important;
}

.pcb-img {
  width: 500px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .banner-text h1 {
    font-size: 44px;
  }

  .banner-btn a {
    display: block;
    margin: 20px auto;
  }
  .video {
    width: 50vh !important;
    max-width: 90vw!important;
  }
  .newsletter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 630px) {

  #banner {
    height: 90vh;
  }

  .banner-text h5 {
    font-size: 20px;
    line-height:35px;
    font-size: 22px;
    width: fit-content !important;
  }

  .text-1 {
    margin-top: -100px;
  }

}

.our-approach22 {
  background-image: url(images/SEARRVICE_SECTION/BG--PCB-assembly-services.jpg);
}

.text-img-22 {
  color: white;
  margin: 35px 20px;
}

a {
  color: #edf6fd !important;
  text-decoration: none !important;
}

.owl-nav {
  display: none !important;
}

.owl-carousel .owl-item img {
  display: initial !important;
  width: auto !important;
}