/*common-css*/
* {
  padding: 0;
  margin: 0;
}

h1 {
  margin-bottom: 20px;
  text-align: center;
}

/*slider-bg-setup*/
.slider-items {
  position: relative;
  /*   slider-height */

  min-height: calc(100vh - 110px) !important;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 110px;
}

.slider-items::after,
::before {
  box-sizing: content-box;
}

/* you can use background imgae in internal css */
.bg-img-1 {
  /* background-image: url("../images/services-banner.jpg"); */
  /* background-image: url("../images/factory-worker-wearing-safety-helmet-background-production-line.jpg"); */
  background-image: url("../images/gnp-hero-img-compliance.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-bg-img-1 {
  background-image: url("../images/contact-us-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thanksyou {
  background-image: url("../images/thank-you-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-1-about {
  background-image: url("../images/about-us-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-banner {
  background-image: url("../images/csr-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sas-banner {
  background-image: url("../images/blogs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-img {
  background-image: url("../images/careers-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-2 {
  background-image: url("../images/hero-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-3 {
  background-image: url("../images/gnp-hero-img-explore.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg-img-2 {
  background-image: url("../images/team-hero.webp");
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.why-us-bg-img-2 {
  background-image: url("../images/why-us-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*slider-style*/
.active-slider {
  position: relative;
}

.sigle-item {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  /* text-transform: uppercase; */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*over-lay-for-slider*/
/* .slider-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#000));
    background: -webkit-linear-gradient(#777, #000);
    background: -o-linear-gradient(#777, #000);
    background: linear-gradient(#777, #000);
    opacity: 0.65;
} */

/*slider-reade-more-button*/
a.home-btn {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  transition: linear 0.3s;
}

a.home-btn:hover,
.owl-nav div:hover {
  background-color: #000;
}

/*owl-nav*/
.owl-nav div {
  border: 2px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 9;
  top: 50%;
  margin-top: -20px;
  left: 10px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
}

.owl-nav div.owl-next {
  left: auto;
  right: 10px;
}

/* optional */
.owl-nav h1 {
  font-weight: 900;
}

/* extra css for content  */
.hero-con button {
  width: 186px;
  height: 53px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #1b50b9;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 20px;
  margin-top: 40px;
}

.hero-con button:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  /* background: #2a3c9294; */
  color: #1b50b9;
  background-color: #fff;
}

.hero-header-txt {
  color: #fff;
  text-align: left;
  text-shadow: 0 16px 15px rgba(0, 0, 0, 0.25);
  font-size: 51px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  background: rgba(84, 97, 125, 0.59);
  box-shadow: 5px 10px 20px 8px rgba(0, 0, 0, 0.25);
  width: 347px;
  height: 212px;
  padding: 15px;
  padding-left: 30px;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  gap: 11px;
}

.con-sub {
  /* position: absolute;
  left: 0;
  right: 0; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.gap-hero-img-txt {
  display: block;
  font-size: 30px;
  margin-top: 10px;
}

.item-2s img {
  height: 300px;
}

.active-slider .owl-nav .owl-prev {
  left: 21px !important;
  width: 0px !important;
  top: 50%;
}
.active-slider .owl-nav .owl-next {
  right: 21px !important;
  width: 0px !important;
  top: 50%;
}

@media only screen and (max-width: 777px) {
  .hero-header-txt {
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
  }

  .slider-items {
    margin-top: 63px;
  }

  .career-img {
    background-image: url("../images/careers-hero-phone.webp");
    background-size: cover;
  }

  .sus-banner {
    background-size: cover;
  }
  .sas-banner {
    background-size: cover;
  }

  .bg-img-1 {
    /* background-image: url("../images/hero-1-mobile.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-bg-img-2 {
    margin-bottom: 30px;
    background-image: url("../images/team-hero-phone.webp");
    background-size: cover;
  }

  .gap-hero-img-txt {
    display: block;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
  }

  .bg-img-1-about {
    background-image: url("../images/about-us-phone.png");
  }

  .cont-bg-img-1 {
    background-image: url("../images/contact-us-hero-phone.webp");
  }

  .why-us-bg-img-2 {
    background-image: url("../images/why-us-hero-phone.webp");
  }

  .thanksyou {
    background-image: url("../images/thank-you-banner-phone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
