.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.inner_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20rem;
  content: "";
  background: var(--color-gradient2);
  opacity: 0.54;
  z-index: 9;
}
.ban_img {
  width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  position: relative;
}
.ban_img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-gradient1);
  opacity: 0.49;
  z-index: 1;
}
.ban_img img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-secondary);
  font-family: var(--body-fonts);

  font-size: 1.4rem;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: "✦";
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  right: 0.2rem;
  top: 0;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  font-size: 6.3rem;
  color: var(--color-white);
  font-family: var(--body-headings);
  line-height: 1;
  font-weight: bold;
}
.banner_box-shape {
  position: absolute;
  bottom: 20%;
  z-index: 9;
  left: 0;
}
.banner_box-shape img {
  width: 100%;
  display: block;
}

/*about_pg1*/
.about_pg1 {
  padding: 6rem 0;
  background-image: url(../images/intro-starburst1.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: auto 90%;
}
.about_pg1 .grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
.about_pg1 img {
  width: 100%;
  display: block;
}
.about_pg1 h3 {
  font-size: 3.6rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 2rem;
  color: var(--color-dark);
  font-weight: bold;
  font-family: var(--body-headings);
  letter-spacing: -0.9px;
}
.about_pg1 p,
p {
  line-height: 1.7;
}
/*about_pg1*/

/*about_pg2*/
.about_pg2 {
  background-color: var(--color-white);
}
.about_pg2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about_pg2_bx {
  background-color: #3d003d;
  padding: 5rem 3rem 5rem 10rem;
  position: relative;
  z-index: 1;
}
.about_pg2_bx:nth-child(2) {
  background-color: #5a005a;
  padding: 5rem 10rem 5rem 5rem;
  position: relative;
  top: 3rem;
}
.about_pg2_bx img {
  width: auto;
  height: 7rem;
}
.about_pg2_bx h3 {
  color: var(--color-white);
  margin: 3rem 0;
  font-size: 3.6rem;
  font-weight: 600;
}
.about_pg2_bx p {
  color: var(--color-white);
}

.announcement {
  width: 100%;
  display: table;
  padding: 0px;
  background-color: #fff05a;
  position: relative;
}
.announcement .news_pd {
  width: 100%;
  display: block;
  height: 15rem;
  line-height: 15rem;
}
.announcement ul.news_scroll {
  list-style: none;
}
.announcement ul.news_scroll li {
  position: relative;
  float: left;
}
.announcement ul.news_scroll li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  padding: 1rem 2.5rem 0;
  position: relative;
  font-size: 3.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4rem;
  font-family: var(--body-headings);
}
.announcement ul.news_scroll li a img {
  height: 4rem;
}
/*about_pg2*/

/*about_pg3*/
.about_pg3 {
  position: relative;
  padding: 5rem 0;
  background-color: var(--color-white);
}
.about_pg3 h3 {
  text-align: center;
  margin-bottom: 5rem;
}
.about_pg3 .grid {
  grid-template-columns: repeat(2, 1fr);
}
.about_pg3 .abt_pg3_bx {
  position: relative;
  padding: 5rem 0;
  border-top: 2px solid #800080;
}
.about_pg3 .abt_pg3_bx::before {
  position: absolute;
  left: 0;
  top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #800080;
  content: "";
}
.about_pg3 .abt_pg3_bx h4 {
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.about_pg3 .abt_pg3_bx p {
  color: #4e4e4e;
  width: 85%;
  font-weight: 500;
}
/*about_pg3*/

/*about_pg4*/
.about_pg4 {
  background-image: url(../images/ab3bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 3rem 0 10rem;
}
.about_pg4 .grid {
  grid-template-columns: 65fr 35fr;
  gap: 5rem;
  align-items: center;
  position: relative;
}
.about_pg4 img {
  position: absolute;
  right: -2rem;
  top: 2rem;
  width: 40%;
  z-index: 1;
}
.about_pg4 p {
  color: #4e4e4e;
  font-weight: 500;
}
/*about_pg4*/

/*services_pg1*/
.services_pg1 {
  padding: 5rem 0;
  position: relative;
}
.services_pg2 {
  padding: 0;
}
.services_pg1 .grid {
  grid-template-columns: 55fr 45fr;
  gap: 5rem;
  align-items: center;
}
.services_pg2 .grid {
  grid-template-columns: 45fr 55fr;
}
.services_pg1 .grid img {
  width: 100%;
  display: block;
}
.services_pg1 .grid .sp_cont img {
  width: auto;
  height: 6rem;
}
.services_pg1 h3 {
  font-size: 3.6rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 2rem;
  color: var(--color-dark);
  font-weight: bold;
  font-family: var(--body-headings);
  letter-spacing: -0.9px;
}
.services_pg1 p {
}
/*services_pg1*/

/*vendor_ben_pg*/
.vendor_ben_pg {
  padding: 5rem 0;
  position: relative;
}
.vendor_ben_pg h3 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 5rem;
}

.multi_tabs1 {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: 38fr 62fr;
  gap: 5rem;
  align-items: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

ul.tabs1 {
  margin: 0;
  list-style: none;
  position: relative;
}

ul.tabs1 li {
  width: 100%;
  display: block;
  padding: 3rem 3rem;
  background-color: #f1f1f1;
  text-transform: uppercase;
  font-weight: 700;
  color: #4e4e4e;
  cursor: pointer;
  margin-bottom: 1rem;
}

ul.tabs1 li.active {
  background-color: #800080;
  color: #fff;
}

.tab_container1 {
  border: 0px;
  border-top: none;
}

.tab_content1 {
  width: 100%;
  margin-top: 0px;
  position: relative;
  display: block;
  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}
.vendor_ben_pg .multi_tabs1 img {
  height: 8rem;
}
.vendor_ben_pg h4 {
  margin: 2rem 0;

  font-size: 3.6rem;
  line-height: 1.4;
  position: relative;
  color: var(--color-dark);
  font-weight: bold;
  font-family: var(--body-headings);
  letter-spacing: -0.9px;
}
.vendor_ben_pg p {
}
/*vendor_ben_pg*/

/*gallerypg*/
.gallerypg {
  padding: 5rem 0;
  position: relative;
}
.gallerypg .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.gallerypg a {
  display: block;
  text-decoration: none;
}
.gallerypg a .img {
  overflow: hidden;
  width: 100%;
  display: block;
}
.gallerypg a .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
      height: 450px;
    object-fit: cover;
    object-position: center center;
}
.gallerypg a:hover .img img {
  transform: scale(1.1) rotate(2deg);
}
.gallerypg a h3 {
  margin: 2rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #4a4a4a;
}
.pagination {
  gap: 5px;
}
.page-item .page-link {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  border-radius: 2px;
  box-shadow: none !important;
}
.page-item.active .page-link {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/*gallerypg*/

/*contactpg*/
.contactpg {
  /* padding: 10rem 0; */
  position: relative;
  display: block;
}
.contactpg .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 0;
  align-items: center;
}
.contact_left {
}
.contact_right {
  padding: 10rem 0;
  position: relative;
  background-color: rgba(233, 233, 233, 0.47);
}
.contact_right::before {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(233, 233, 233, 0.47);
  display: block;
  z-index: -1;
}
.contact_left h3,
.contact_right h3 {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: var(--color-dark);
  font-weight: bold;
  font-family: var(--body-headings);
  letter-spacing: -0.9px;
  position: relative;
}
.address1 {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0;
  margin-bottom: 2rem;
}
.address1 span {
  width: 4rem;
  height: 3.6rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008080;
}
.address1 span img {
  height: 1.5rem;
}
.address1 h4 {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1rem;
}
.address1 p {
  font-weight: 500;
}
.address2 {
  align-items: center;
}
.address2 a {
  text-decoration: none;
  color: #4a4a4a;
  font-weight: 700;
}
.contact_right {
  padding: 10rem 0 3em 5rem;
}
.contact_right h3 {
  margin-bottom: 1rem;
}
.contact_right p {
  color: #4e4e4e;
  margin-bottom: 2rem;
  font-weight: 500;
}
/*contactpg*/


/*testimonials*/
.videotest {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
.videotest h3 {
  text-align: center;
}
.videotest .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  row-gap: 3rem;
}
.videotest a .img {
  position: relative;
}
.videotest a .img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.1;
}
.modal-dialog {
  margin-top: 60px;
}

.modal-backdrop {
  z-index: 99999999 !important;
}

.modal {
  z-index: 999999999 !important;
}

.modal-dialog {
}
.videotest iframe {
  width: 100%;
  display: block;
  height: 265px;
}

.testimonialsbx {
  background-image: url(../images/ab3bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150%;
  padding: 5rem 0 10rem;
}
.testimonialsbx h3 {
  text-align: center;
}
.clients_box {
  padding: 30px;
  background-color: rgba(2, 128, 128, 0.2);
  border-radius: 30px;
  text-align: center;
}
.clients_box img {
  height: 20px;
  opacity: 0.5;
}
.clients_box p {
  margin: 40px 0;
  font-size: 16px;
}
.clients_box h3 {
  position: relative;
  font-size: 18px;
  padding-top: 20px;
  margin: 0;
}
.clients_box h3::before {
  width: 50%;
  height: 1px;
  background-color: #f5a706;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.clients_page .owl-carousel.clientspg1 .owl-stage {
  padding-top: 50px;
}
.clients_page
  .owl-carousel.clientspg1
  .owl-stage
  .owl-item.center.active
  .clients_box {
  position: relative;
  top: -50px;
  background-color: #028080;
}
.clients_page
  .owl-carousel.clientspg1
  .owl-stage
  .owl-item.center.active
  .clients_box
  img {
  height: 20px;
  opacity: 1;
}
.clients_page .owl-theme .owl-nav {
  display: none !important;
}
.clients_page .owl-dots {
  bottom: 0px;
}
.clients_page .owl-carousel.clientspg1 .owl-stage .owl-item.center.active h3,
.clients_page .owl-carousel.clientspg1 .owl-stage .owl-item.center.active p {
  color: #fff;
}
.clients_page .owl-theme .owl-dots .owl-dot span {
  background-color: #15397f !important;
}
/*testimonials*/
@media only screen and (max-width: 90em) {
}
@media only screen and (max-width: 75em) {
}
@media only screen and (max-width: 60em) {
  .inner_banner {
    height: 50vh;
  }
  .inner_banner h1 {
    font-size: 3.6rem;
    position: relative;
    display: table;
  }
  .inner_banner::before,
  .inner_banner::after {
    height: 100%;
  }
  .ban_img {
    float: none;
    width: 100%;
  }
  .innertxt1 {
    position: relative;
    top: 50%;
    transform: translateY(0);
    padding: 8rem 0;
  }
  .ban_img {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .ban_img img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .about_pg1 .grid,
  .grid,
  .about_pg2 .grid,
  .about_pg3 .grid,
  .about_pg4 .grid,
  .services_pg1 .grid,
  .multi_tabs1,
  .gallerypg .grid,
  .contactpg .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .services_pg2 .grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .about_pg2_bx {
    padding: 3rem;
  }
  .about_pg2_bx:nth-child(2) {
    top: 0;
  }
  .about_pg4 img {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
  .vendor_ben_pg h3,
  .vendor_ben_pg h4 {
    font-size: 2.1rem;
  }
  .contactpg {
    padding: 4rem 2rem;
  }
  .contact_right {
    padding: 3rem;
  }
  .contact_right::before {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
}
