.hc_tab_data .img::before,
.logo a,
.scrollup,
.section2,
.section4,
.section5 {
  background-repeat: no-repeat;
}
body,
ul.submenu1,
ul.submenu2 {
  background-color: var(--color-white);
}
body {
  padding-top: 0;
}
p {
  margin: 0;
  color: #373737;
  font-size: 1.8rem;
}
.cart_bx1 ul,
.hc_tabs,
.menu ul,
.section1 ul,
.slideRight ul,
ol,
ul {
  list-style: none;
}
.logo a,
a {
  transition: var(--bg-transition);
  text-decoration: none;
}
.section1 h2,
ul.submenu1 h3 {
  margin-top: 0;
  font-weight: 600;
}
.bannerimgg,
.hl_circle,
.logo,
.section1 h2 {
  text-align: center;
}
.banner_title,
.section1_bx h3,
a.goBottom span {
  text-transform: uppercase;
}
.footer_menu ul li a,
.footerinnn_left a,
.ft_links a,
.ft_soc a,
.logo a,
.main_btn2 a,
.menu > ul > li > a,
.section1 a,
a,
a.ft_contact,
ul.submenu1 li a {
  text-decoration: none;
}
.ft_soc a:hover,
.sec4box p,
.socialrt a:hover {
  opacity: 0.5;
}
:root {
  --body-fonts: "Montserrat", serif;
  --body-headings: "Neue Metana", serif;
  --color-primary: #800080;
  --color-secondary: #fff05a;
  --color-one: #008080;
  --color-two: #013b3b;
  --color-three: #ed7f50;
  --color-primary-light: #effeff;
  --color-dark: #000;
  --color-dark-light: #ebebeb;
  --color-dark-light1: rgba(28, 65, 116, 0.03);
  --color-white: #fff;
  --color-text: #000;
  --color-text1: #8f8f8f;
  --color-gradient: linear-gradient(to left, #002667, #470462, #3b045a);
  --color-gradient1: linear-gradient(#3c80f5, #800080, #7614ad);
  --color-gradient2: linear-gradient(#731aab, #790fa3, transparent);
  --bg-transition: all 0.3s;
  --box-shadow1: 10px 10px 25px rgba(0, 0, 0, 0.161);
}
.banner_hd,
.hl_circle,
.menu > ul > li > a {
  color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--body-fonts);
}
.footerinnn_left a,
.main_btn2 a {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bannerboxcont,
.bannerboxcont1,
.cart_bx1 ul {
  vertical-align: middle;
}
.cart_bx1 ul li a,
.menu > ul > li > a,
ul.submenu1 li a {
  text-transform: capitalize;
}
body {
  width: 100%;
  display: block;
  color: var(--color-dark);
  font-size: 1.8rem;
}
html {
  font-size: 62.5%;
}
.grid {
  display: grid;
}
ol,
ul {
  padding: 0;
}
.container {
  max-width: 132rem;
  width: 132rem;
}
.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.innerbody .header.fixed1 {
  box-shadow: none;
}
.header.fixed1.fixed2 {
  box-shadow: var(--box-shadow1);
  background: var(--color-gradient);
}

.headerin {
  padding: 0 10rem;
  display: flex;
  justify-content: space-between;
}
.logo a {
  width: 17rem;
  height: 12rem;
  display: table;
  /* padding: 0.5rem 1.4rem 1rem; */
  background-image: url("../images/logo.png");
  background-image: image-set(
    url("../images/logo.webp") 1x,
    url("../images/logo.png") 1x
  );
  background-size: 100%;
  background-position: left center;
}
.fixed1 .logo a {
  background-size: 100%;
  background-image: url("../images/logo.png");
  background-image: image-set(
    url("../images/logo.webp") 1x,
    url("../images/logo.png") 1x
  );
}
.fixed2 .logo a {
  height: 10rem;
  width: 15rem;
}
.bgwhite,
.home_link,
.menu,
.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child,
.menu > ul > li:hover > a::before,
.menu > ul > li > a.active::before,
.section1,
.section1 ul,
.section1_bx,
.section2,
.section4 {
  width: 100%;
}
.menu {
  width: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.menu > ul > li {
  float: left;
  padding: 0 1.5rem;
  position: relative;
}
.menu > ul > li > a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  outline: 0;
  position: relative;
  height: 10rem;
  font-weight: 600;
  line-height: 10rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 0.75rem;
  color: var(--color-white);
}

.menu > ul > li > a span {
  position: relative;
  top: -1rem;
  font-weight: 600;
  font-size: 1.6rem;
}
.fixed1 .menu > ul > li > a {
  position: relative;
}
.menu > ul > li > a i {
  /* position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%); */
  font-size: 1rem;
}
.menu > ul > li > a img {
  height: 0.5rem;
}
.menu > ul > li:last-child {
  padding: 0 1rem;
}
.menu > ul > li.last a {
  line-height: normal;
  color: var(--color-white) !important;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  /* margin-left: 1.5rem; */
}
.menu > ul > li.last1 {
  padding: 0 0.75rem;
}
.menu > ul > li.last2 {
  padding: 0;
}
.menu > ul > li:last-child a img {
  height: 1.5rem;
}
.menu2,
.section5 .owl-dots,
.section5 .owl-nav,
.slideRight ul li:first-child:before {
  display: none;
}
.menu > ul > li > a.active::before {
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1rem;
  transition: all 0.3s;
}
.menu > ul > li.last2 a::before {
  background-color: var(--color-primary);
}
.menu > ul > li.last > a:hover::before {
  background-color: #0877b9 !important;
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: var(--color-secondary);
}
.menu > ul > li:last-child:hover > a::before {
  background-color: var(--color-primary);
}
.menu ul ul.submenu1 > li:hover ul.submenu2,
.menu ul > li:hover ul.submenu1 {
  display: block !important;
  /* max-height: 750px; */
}
.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -2rem;
}
ul.submenu1,
ul.submenu2 {
  width: 23rem;
  /* box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15); */
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0;
  padding: 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  /*overflow: hidden;*/
}
ul.submenu2 {
  top: 0;
  left: 100%;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  /* padding: 0 1rem; */
}
ul.submenu1 li a {
  color: var(--color-dark);
  background-color: var(--color-white);
  font-size: 1.6rem;
  padding: 1rem 2rem !important;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  font-family: var(--body-headings);
}
ul.submenu1 li:last-child a {
  border-bottom: 0;
}
ul.submenu1 li:hover > a {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
ul.submenu1 h3 {
  color: #1a232e;
  font-size: 2.45rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
ul.submenu1 .levle2 li {
  float: left;
  clear: none;
  width: 50%;
}

ul.megamenu1 {
  width: 100%;
  padding: 0 20px;
  max-height: 0;
  transition: max-height 0.6s;
}
ul.megamenu1 .grid {
  display: grid;
  grid-template-columns: 50fr 25fr 25fr;
  gap: 30px;
  padding: 50px 0;
}
.mega_left {
  border-right: 1px solid #ccc;
}
ul.megamenu1 .grid h3 {
  font-size: 21px;
  margin: 0 0 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  padding: 0;
}
ul.megamenu1 .grid a {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  font-family: var(--body-headings);
}
ul.megamenu1 .grid .subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
ul.megamenu1 .grid .mega_left1 a {
  font-size: 1.8rem;
  font-weight: 600;
}
ul.megamenu1 .grid .mega_left1 a i {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.112px;
  color: #62625f;
  display: block;
  font-style: normal;
}
ul.megamenu1 .grid a:hover {
  text-decoration: underline;
}
ul.megamenu1 .grid a:hover i {
  text-decoration: none;
}
ul.megamenu1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.menu ul.menu_r {
  background-color: var(--color-secondary);
  border-radius: 30px;
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.menu ul.menu_r li {
  padding: 0;
}
.menu ul.menu_r li a {
  height: 3rem;
  text-transform: uppercase;
  line-height: 3rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  font-size: 15px;
  color: var(--color-white);
}
.menu ul.menu_r li a:hover {
  color: var(--color-white);
}
.menu ul.menu_r li a.active {
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-secondary);
}

.footer_logo a img,
.mtop1 {
  height: 9rem;
}
.headertopbx {
  height: 4rem;
  line-height: 4rem;
  background-color: var(--color-primary);
  width: 100%;
  display: table;
  /* padding: 0 7rem; */
}
.headertopbx_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headertopbx ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.headertopbx ul li {
  position: relative;
  color: var(--color-white);
  font-size: 1.3rem;
}

.headertopbx ul li a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: var(--color-white);
  transition: all 0.3s;
}
.headertopbx ul li a img {
  height: 2.1rem;
}
.headertopbx ul li a:hover {
  opacity: 0.7;
}
.videoSlider {
  height: 100vh;
}
/*banner*/
.carousel-item {
  transform: scale(1);
  max-height: 100vh;
  height: 100vh;
  /* min-height: calc(100vh - 180px); */
  overflow: hidden;
  position: relative;
}
.carousel-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-gradient1);
  opacity: 0.49;
}
.carousel-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20rem;
  content: "";
  background: var(--color-gradient2);
  opacity: 0.54;
  z-index: 9;
}
.banner_content {
  width: 100%;
  top: 60%;
  left: 0;
  color: white;
  position: absolute;
  transition: all 1s;
  transform: translateY(-50%);
  visibility: hidden;
  z-index: 99;
  padding: 0 100px;
  text-align: center;
}
.active .banner_content {
  display: block;
  visibility: visible;
}
#carouselExampleIndicators {
  position: relative;
  min-height: 100vh;
}
.containerVideobg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  padding: 0 !important;
  max-height: 100vh;
  overflow: hidden;
}
.videoSliderBackground {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-width: 100vh;
  min-height: 100vh;
}
.videoSlider {
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 180px; */
  width: 90%;
  transition: all 0.5s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.elVideo,
.videoSlider img.bannerimg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}
.active {
}
.active .videoSlider {
  margin-top: 0;
  width: 100%;
  border: none;
  box-shadow: none;
}

.carousel-indicators li {
  width: auto;
  height: auto;
  text-indent: initial;
  background-color: transparent;
  color: #fff;
  border: 0;
  min-width: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1rem;
  position: relative;
  opacity: 1;
}
.carousel-indicators li::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--color-white);
}
.carousel-indicators li.active::before {
  width: 100%;
  transition: all 5s;
}
.carousel-indicators li span {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  position: absolute;
  left: -18px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  top: 60%;
}
.carousel-indicators li:last-child:after {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  position: absolute;
  right: -18px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  top: 60%;
  content: "";
}
.carousel-indicators li.active span {
  background-color: var(--color-white);
}
.banner_content h2 {
  font-size: 6.3rem;
  color: var(--color-white);
  font-family: var(--body-headings);

  margin: 0 0 2rem;
  line-height: 1;
  font-weight: bold;
}
.banner_content h2 span {
  position: relative;
  padding-bottom: 2rem;
  display: block;
}
.banner_content h2 span::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: block;
  content: "";
}
.banner_content p {
  color: var(--color-white);
  font-family: var(--body-fonts);
  font-size: 2rem;
  margin-bottom: 2rem;
}
.carousel-indicators {
  bottom: 5rem;
  left: 0;
  margin: 0;
  justify-content: center;
  gap: 2rem;
}
.overlayScroll {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  transform: none;
  text-align: center;
}
.overlayScroll a {
  text-decoration: none;
}
.overlayScroll a img {
  width: 4rem;
}
.overlayScroll p {
  padding: 0;
  margin: 1vw 0 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  font-family: var(--body-fonts);
  transform: rotate(-90deg);
  position: relative;
  top: -2rem;
}
.banner_side {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7rem;
  height: 100vh;
  border-right: 1px solid #fff;
  display: flex;
  z-index: 99999999;
}
.banner_side a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s;
}
.banner_side a:hover {
  opacity: 0.5;
}
.banner_side a.b_mail {
  position: absolute;
  left: -9rem;
  bottom: 12rem;
  transform: rotate(-90deg);
}
.banner_side a.b_phone {
  position: absolute;
  left: -2.5rem;
  bottom: 54%;
  transform: rotate(-90deg);
  width: 12rem;
}
.banner_social {
  position: absolute;
  left: -2.5rem;
  top: 30%;
  transform: rotate(-90deg);
  width: 12rem;
  display: flex;
  gap: 1.5rem;
}
.banner_social a {
}
.banner_social a img {
  height: 3rem;
}
#carouselExampleIndicators {
  overflow: hidden;
  display: block;
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.s4_ele {
  position: absolute;
  left: 2.5%;
  top: 10%;
}
.s4_ele1 {
  animation-name: animation1;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.s4_ele2 {
  top: 67%;
  animation-name: animation2;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.s4_ele3 {
  top: 80%;
  left: auto;
  right: 4%;
  animation-name: animation3;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.s4_ele4 {
  top: 50px;
  left: auto;
  right: 2%;
  animation-name: animation3;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.s4_ele5 {
  top: auto;
  bottom: 10rem;
  left: -10rem;
}

@keyframes animation1 {
  0% {
    left: 20px;
    top: 160px;
  }
  50% {
    left: 50px;
    top: 200px;
  }
  75% {
    left: 0px;
    top: 50px;
  }
  100% {
    left: 20px;
    top: 160px;
  }
}
@keyframes animation2 {
  0% {
    left: 20px;
    bottom: 20px;
  }
  50% {
    left: 50px;
    bottom: 200px;
  }
  75% {
    left: 100px;
    bottom: 100px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}
@keyframes animation3 {
  0% {
    right: 20px;
    bottom: 120px;
  }
  50% {
    right: 50px;
    bottom: 400px;
  }
  75% {
    right: 100px;
    bottom: 500px;
  }
  100% {
    right: 20px;
    bottom: 120px;
  }
}
.s4_ele img {
  height: 6rem;
}
.s4_ele4 img,
.s4_ele5 img {
  height: 6rem;
}
/*banner*/
a.whatsapp {
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 9999;
}
a.whatsapp img {
  /* width: 6rem; */
  height: 4.6rem;
  display: block;
}
.main_btn {
  clear: both;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  color: var(--color-dark);
  display: inline-flex;
  align-items: center;
  background-color: var(--color-secondary);
  font-size: 1.4rem;
  transition: var(--bg-transition);
  letter-spacing: 0.1rem;
  border-radius: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  gap: 1rem;
}
.btn img {
  height: 3.6rem;
}
.slideRight ul li:before,
.socialrt a,
a.goBottom {
  color: var(--color-white);
}
.btn1,
.btn1:link,
.btn1:visited,
.btn2:hover,
.btn:hover {
  transform: translateY(-0.5rem);
}

.section1 ul li::before,
a.ft_contact {
  background-color: var(--color-secondary);
}

.btn1,
.btn1:link,
.btn1:visited {
  align-items: center;
}
.section3_in_serv,
.section3_in_serv_bg1 {
  background-color: var(--color-dark-light1);
}

a.ft_contact:hover {
  background-color: var(--color-secondary-light);
}
a.goBottom:after,
a.goBottom:before {
  position: absolute;
  content: "";
  transition: var(--bg-transition);
  background-color: var(--color-white);
}
.socialrt {
  position: absolute;
  left: 9rem;
  bottom: 7%;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.socialrt a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.ft_links a img,
.ft_soc a img {
  height: auto;
}
.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 2.5rem;
}
.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 2.1rem;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.active.left,
  .carousel-fade .carousel-inner > .item.active.right,
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.active,
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}
.carousel-control.left {
  left: 10rem;
}
.carousel-control.right {
  right: auto;
  left: 15rem;
}
.footerinnn_left a,
.ft_soc a {
  border-radius: 3rem;
}
a.goBottom {
  position: absolute;
  bottom: 12rem;
  right: 1rem;
  z-index: 999;
  font-size: 1.2rem;
  letter-spacing: 0;
}
a.goBottom span {
  transform: rotate(90deg);
  display: inline-block;
  letter-spacing: 0.3rem;
}
a.goBottom:before {
  top: 8rem;
  right: 37%;
  background-image: url(../images/mouse.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 3rem;
  background-color: transparent;
  background-position: center center;
}
a.goBottom:after {
  top: 5rem;
  right: 47%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 2rem;
}
.section1,
.section1 a,
.section1 a .sec3_img,
.section1 h2,
.section1 ul,
.section1 ul li,
.section1_bx,
.section1_bx h3,
.section2,
.section2_in,
.section2_in p,
.section3_in_serv,
.section4 {
  position: relative;
}
.section1 ul li::before,
.section1_bx h3::before,
.section2::before {
  position: absolute;
  content: "";
  left: 0;
}
.section1 {
  display: table;
  width: 100%;
  padding: 10rem 0;
}
.section1 h2 {
  color: #1a232e;
  font-size: 5.5rem;
  margin-bottom: 3rem;
}
.section1 ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hc_tab_data.active,
.section1 a,
.section2,
.section2 img {
  display: block;
}
.section1 ul li {
  padding-bottom: 1rem;
}
.section1 a {
  transition: 0.3s;
  top: 0;
}
.section1 a:hover {
  top: -10px;
}
.section1 ul li::before {
  bottom: -2rem;
  width: 18rem;
  height: 0.1rem;
}
.section1_bx h3 {
  font-size: 2.3rem;
  font-weight: 600;
  padding-left: 2rem;
  color: var(--color-dark);
  margin-bottom: 2rem;
}
.section1_bx h3::before {
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: var(--color-secondary-light);
}
.section1_bx p {
  font-size: 1.4rem;
  line-height: 2;
  width: 95%;
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.75;
}
.section3_in_serv a,
.section3_in_serv p {
  opacity: 0;
  transition: var(--bg-transition);
}
.section2 {
  width: 100%;
  clear: both;
  padding: 10rem 0;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  background-image: url(../images/intro-starburst.jpg);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center center;
}
/* .section2::before {
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.37;
  background: var(--color-gradient4);
} */
.section2_in {
  text-align: center;
}
h3.mriga_eve_hd1,
h3.mriga_eve_hd1_line {
  font-size: 5.8rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 3rem;
  color: var(--color-dark);
  font-weight: bold;
  font-family: var(--body-headings);
  letter-spacing: -0.9px;
}
h3.mriga_eve_hd1 span {
  color: var(--color-text1);
}
h3.mriga_eve_hd1_line::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #39225e;
}
h3.mriga_eve_hd1 {
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.section2_in p,
p {
  font-size: 1.8rem;
  line-height: 2;
  color: var(--color-text);
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--body-fonts);
}
.section2_in p {
  margin-bottom: 3rem;
  width: 100%;
  margin-top: 1rem;
}
.section2_in_right {
  position: relative;
}
.section4_top h2,
.section5 h2 {
  font-weight: 600;
  padding-top: 1rem;
}
.section2 .btn {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.section2_in_counts {
  clear: both;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 90rem;
  margin: auto;
}
.sic {
  position: relative;
  text-align: center;
}
.sic::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 4rem;
  background-color: #efefef;
}
.sic:last-child::before {
  display: none;
}
.sic h2 {
  font-size: 7rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1rem;
  color: var(--color-dark);
  font-weight: 900;
  font-family: var(--body-headings);
  text-transform: uppercase;
}
.sic h2 span {
}
.sic p {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
.section4 {
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
  padding: 6rem 0 8rem;
  position: relative;
}
.section4 h3 {
  text-align: center;
}
/* .section4::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-white);
  opacity: 0.75;
} */
.section4 h4 {
  color: var(--color-dark);
  margin: 0 0 2rem;
  font-family: var(--body-headings);
  font-size: 2.1rem;
  font-weight: 400;
}
.section4_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  /* align-items: center; */
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}
.section4_grid1 {
  margin-bottom: 5rem;
  margin-top: 10rem;
  grid-template-columns: 33.33fr 66.67fr;
}
.section4_grid a {
  text-decoration: none;
  transition: all 0.3s;
  /* background-color: var(--color-one); */
  padding: 3rem;
  position: relative;
  display: block;
  z-index: 1;
}
.section4_grid a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-one);
  z-index: -1;
}
.section4_grid a::after {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-two);
  z-index: -2;
}
a.section4_grid_r_bx1 .img {
  overflow: hidden;
  width: 100%;
}
.sec4_info {
}
a.section4_grid_r_bx1 .img img {
  height: 12rem;
  display: block;
  transition: all 0.3s;
  /* border-radius: 3rem; */
  /* filter: grayscale(100%); */
}
a.section4_grid_r_bx1:hover .img img {
}
a.section4_grid_r_bx1 h4 {
  color: var(--color-white);
  font-size: 1.9rem;
  margin: 3rem 0 2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--body-fonts);
  /* letter-spacing: -1px; */
}
a.section4_grid_r_bx1 p {
  color: var(--color-white);
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
a.section4_grid_r_bx1 span.abtn {
  border: 1px solid var(--color-white);
}
a.section4_grid_r_bx2 {
  display: grid;
  grid-template-columns: 60fr 40fr;
  background-color: #f8f8fa;
  align-items: center;
}
.section4_grid a span.btn {
  background-color: var(--color-two);
  color: var(--color-white);
}
.sec4_in {
  padding: 5rem 6rem;
}
.section4_grid_r {
  position: relative;
  background-image: url(../images/line1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.section4_grid_r .col-sm-6 {
  padding: 0 3rem;
}
.section4_counterbox {
  position: relative;
  background-image: url(../images/pharma_bg.jpg);
  background-size: cover;
  padding: 4rem 3rem;
  display: block;
}
.section4_counterbox::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-primary);
  opacity: 0.62;
}
.section4_counterbox img {
  height: 7rem;
}
.section4_counterbox h3 {
  margin: 1rem 0;
  color: var(--color-white);
  font-size: 3.4rem;
  font-weight: 600;
}
.section4_counterbox p {
  color: var(--color-white);
  font-size: 1.6rem;
}
.section4 .owl-nav {
  display: none;
}
.mt-1 {
  margin-top: 7rem;
}
.footer,
.scrollup {
  background-size: cover;
}

/*section5*/
.section5 {
  padding: 5rem 0;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.sec5_m_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
}
.sec5_m_img img {
  width: 100%;
  display: block;
}
.section5 h3 {
  color: var(--color-white);
}
.section5 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  row-gap: 0;
  margin-top: 3rem;
}
.sec5_box {
  padding-bottom: 3rem;
  border-right: 1px solid #fff;
}
.sec5_box:nth-child(2),
.sec5_box:nth-child(4) {
  border: 0;
}
.sec5_box img {
  height: 4rem;
}
.sec5_box h4 {
  color: var(--color-white);
  margin: 2rem 0 1rem;
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 600;
}
.sec5_box p {
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.6;
  width: 90%;
}
/*section5*/

/*section6*/
.section6 {
  padding: 5rem 0 15rem;
  background-color: var(--color-white);
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.section6 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.section6 .grid img {
  width: 100%;
  display: block;
      height: 450px;
    object-fit: cover;
    object-position: center center;
}
/*section6*/

/*section8*/
.section8 {
  width: 100%;
  padding: 10rem 0 5rem;
  background-color: #e9e9e9;
  background-image: url(../images/shape2.png);
  background-position: left 2rem;
  background-repeat: repeat-x;
  background-size: auto 1.5rem;
  margin-top: -2rem;
  position: relative;
}
.section8_in {
}
.section8_in .grid {
  grid-template-columns: 55fr 45fr;
  gap: 5rem;
  position: relative;
}
.section8_in h2 {
  color: var(--color-white);
  font-size: 5rem;
  font-family: var(--body-headings);
  text-transform: uppercase;
  margin-bottom: 8rem;
}
.section8_in h3 {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.section8_in .subgrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0rem;
  align-items: center;
}
.sec8_info {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 0rem;
  align-items: center;
  margin-bottom: 2rem;
}
.section8_in .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
}
.section8_in .flex a {
  /*width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--color-white);*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  text-decoration: none;
  font-size: 1.4rem;
}
/*.section8_in .flex a:hover {
  box-shadow: var(--box-shadow1);
}*/
.sec8_info .img {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
}
.sec8_info .img img {
  height: 4rem;
}
.sec8_info p {
  font-size: 1.5rem;
}
.sec8_info h5 {
  margin: 1rem 0 0;
  font-size: 1.6rem;
}
.sec8_form {
}
.sec8_form .flex {
  gap: 3rem;
  margin-bottom: 2rem;
}
.sec8_form .flex label {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  width: 8rem;
}
.sec8_form .flex input.form-control,
.sec8_form .flex textarea.form-control,
.sec8_form select.form-control {
  width: 100%;
  box-shadow: none;
  height: 5rem;
  border: 1px solid var(--color-dark);
  border-radius: 0;
  font-size: 1.4rem;
  padding: 0 2rem;
  font-family: var(--body-fonts);
  text-transform: uppercase;
  color: var(--color-dark);
  background-color: transparent;
}
.sec8_form select.form-control {
  margin-bottom: 2rem;
  cursor: pointer;
  font-family: var(--body-fonts);
}
.sec8_form select.form-control option {
  font-family: var(--body-fonts);
}
.sec8_form .flex textarea.form-control {
  height: 12rem;
  padding: 2rem;
}
.sec8_form .flex button {
  margin: 20px auto auto;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}
/*section8*/

/*mFooter*/
.mFooter {
  padding: 5rem 0 5rem;
  background: var(--color-gradient);
}
.footer_in1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--color-white);
}
a.footerlogo img {
  height: 12rem;
}
.footer_in1_right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
}
.footer_in1_right p {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--body-headings);
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.footer_social a {
  font-size: 2.8rem;
  color: var(--color-white);
}
.footer_social a:hover {
  opacity: 0.5;
}
.fooer_in2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fooer_in2 .links {
  display: flex;
  gap: 4rem;
}
.fooer_in2 .links a {
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 600;
}
.fooer_in2 .links a:hover {
  opacity: 0.5;
}
.fooer_in2 span {
  color: var(--color-white);
  font-size: 1.6rem;
  opacity: 0.5;
}
/*mFooter*/
.scrollup {
  width: 2.5rem;
  height: 3.7rem;
  text-indent: -9999px;
  position: fixed;
  bottom: 3rem;
  left: 1rem;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  opacity: 0.95;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 4.2rem;
  line-height: 1.2rem;
  display: block;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: width 0.2s ease-out;
  width: 3.6rem;
  background: var(--color-secondary);
  height: 2px;
  position: relative;
  top: 8px;
  clear: both;
  margin-bottom: 7px;
}
.cart_bx1,
.cart_open,
.cartbg1,
.menu2 {
  position: fixed;
  top: 0;
}
.cart_bx1 ul,
.cart_open,
.cartbg1 {
  width: 100%;
  height: 100%;
}
#header.fixed1 .icon-bar {
  background: #ed681c;
}
.cart_open {
  left: 0;
  z-index: 999999999999;
  display: none;
}
.cart_bx1,
.menu2 {
  right: -100%;
  z-index: 99999;
}
.cartbg1 {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart_bx1 {
  width: 90%;
  background: var(--color-gradient);
  height: 100%;
  transition: 0.4s;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  overflow-y: auto;
}
.menu2 {
  transition: 0.6s;
}
.cart_bx1 ul {
  margin: 0;
  padding: 10px 0 0;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  font-weight: 400;
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
}
.cart_bx1 ul li a.active,
.cart_bx1 ul li a:hover {
  color: #414141;
}
a.closebtn {
  display: block;
  height: 4.2rem;
  float: right;
  line-height: 1.2;
  padding: 1rem 2.5rem;
  margin-bottom: 4rem;
}
a.closebtn img {
  width: 3em;
}
.section3_btm a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 94em) {
  html {
    font-size: 65%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .menu > ul > li {
    float: left;
    padding: 0 1.2rem;
  }
  .menu > ul > li > a {
    font-size: 1.5rem;
  }
  .banner_hd {
    font-size: 5rem;
  }
  .headerin,
  .headertopbx {
    padding: 0 2rem;
  }

  ul.tabs li .img {
    width: 11rem;
    height: 11rem;
  }
  ul.tabs li {
    gap: 1rem;
  }
  ul.tabs li span {
    font-size: 1.5rem;
  }
  .section5 a h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 90em) {
  .headerin,
  .headertopbx {
    padding: 0 2rem;
  }
  .menu > ul > li > a {
    font-size: 1.4rem;
  }
  .section8_in h2 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
  .headerin,
  .headertopbx {
    padding: 0 2rem;
  }
  .menu > ul > li > a {
    font-size: 1.3rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .section2,
  .section4 {
    background-size: cover;
  }

  ul.tabs li .img {
    width: 10rem;
    height: 10rem;
  }
  ul.tabs li {
    gap: 1rem;
  }
  ul.tabs li span {
    font-size: 1.4rem;
  }
  ul.tabs li.tab_link1 {
  }
  ul.tabs li.tab_link2 {
  }
  ul.tabs li.tab_link3 {
  }
  ul.tabs li.tab_link4 {
  }
  ul.tabs li.tab_link5 {
  }
}
@media only screen and (max-width: 60em) {
  .headerin,
  .section4_btm .owl-carousel .owl-item,
  img.bannerimg1 {
    padding: 0;
  }
  .section4 {
    padding: 5rem 2rem;
  }
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .hc_tabs,
  .menu,
  .tech_tabs {
    display: none;
  }
  .menu2,
  .section1 {
    display: block;
  }
  .menu2 {
    top: 1.5rem;
    right: 0;
  }
  .logo {
    padding: 0;
    height: auto;
  }
  .logo a {
    margin-left: 4%;
    background-size: 100% !important;
  }
  .carousel-fade .carousel-inner .item,
  .home_link {
    height: 100vh;
    overflow: hidden;
  }
  .bannerboxcont,
  .bannerimgg {
    height: auto;
    left: 0;
    width: 100%;
    padding: 0;
  }
  img.bannerimg1 {
    width: 100%;
    height: auto;
    /* height: 58rem; */
    margin: auto;
    object-position: right center;
    object-fit: cover;
  }
  #pavcontentslider8 .carousel-indicators {
    left: 2rem;
    /* top: 10%; */
    /* bottom: auto; */
  }
  .hl_video img {
    z-index: 1;
    background-size: 50%;
  }
  .bannerboxcont {
    padding: 5rem 2rem !important;
    position: relative !important;
  }
  .bannerimgg {
    position: relative;
    top: 0;
  }
  .banner_txt {
    width: 100%;
    left: 0;
    top: 22% !important;
    padding: 0 20px !important;
  }
  .banner_hd,
  .banner_hd span,
  .banner_hd i {
    padding: 10px 0 0;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 0rem;
    margin-top: 0;
    letter-spacing: 0;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    width: 100%;
    overflow: hidden;
  }
  .banner_r_more a svg {
    width: 50px;
    right: 10px;
  }
  .carousel-control svg {
    width: 25px;
  }
  .section1 h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  a.home_servbx h4 {
    font-size: 21px;
  }
  .footer_links_grid,
  .footerinnn,
  .ftcopu,
  .section1 ul,
  .section2 .grid,
  .section4 .grid,
  .section7_in,
  .section6 ul,
  .section4_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ft_links_in,
  .section2_in,
  .section3_in {
    grid-template-columns: 1fr;
  }
  .section1 ul,
  .section4 .grid {
    gap: 3rem;
  }
  .hc_tab_data .txt h4,
  .section2 h2,
  .section3 h2,
  .section4 h2,
  .section5 h2,
  .section7_in h2,
  .section6 h2 {
    font-size: 4.2rem;
  }
  .section2 h3,
  .section2 p,
  .section3 .h6,
  .section4 .h6 {
    /* font-size: 1.4rem; */
    width: 100%;
  }
  .section4_grid a h4 {
    font-size: 1.8rem;
  }
  .section5 a img {
  }

  .ft_links {
    flex-direction: column;
    gap: 2rem;
    align-items: baseline;
  }
  .ft_soc a {
    width: 4.5rem;
    height: 4.5rem;
  }
  .footerinnn_left .copy {
    margin: 2rem 0;
  }
  .hc_tab_title,
  .tech_tab_title {
    display: flex;
    padding: 1.5rem;
    gap: 2rem;
    position: relative;
    align-items: center;
  }
  .hc_tab_data .img,
  .hc_tab_data .txt {
    width: 100%;
  }
  .hc_tab_data .txt {
    padding-top: 0;
    margin-top: 30px;
  }
  .section2 p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .section1 ul li::before {
    bottom: 0;
  }
  .section2_in,
  .section3_in {
  }
  .section4_btm_cont {
    padding: 5rem 0;
  }
  .section4_btm .col-sm-5 img {
    width: 100%;
    margin-left: 0;
  }
  .sic::before {
    display: none;
  }
  .footer_top,
  .ft_links {
    flex-direction: column;
  }
  .sic p {
    font-size: 1.4rem;
  }
  .section2_in2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section3 ul {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .copy {
    padding: 1rem 2rem;
  }
  .footer_top h2 {
    font-size: 2.8rem;
  }
  .section4_item {
    padding: 6rem 2rem 2rem;
  }
  .section2_in_right ul li:nth-child(2) {
    right: 1%;
  }
  .home_link::after {
    background-size: 100%;
  }
  ul.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  ul.tabs li {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto;
  }
  ul.tabs li.tab_link3 {
    transform: translate(0, 0);
    margin: 0;
  }
  ul.tabs li span {
    display: none;
  }
  ul.tabs li .img {
    width: 7rem;
    height: 7rem;
    margin: 0;
    border-radius: 2rem;
  }
  ul.tabs li .img img {
    height: 4rem;
  }
  .tab_info {
    max-width: 90%;
    border-radius: 1rem;
  }
  .tab_info::before {
    border-radius: 1rem;
  }
  ul.tabs li.tab_link3 .img {
    margin: 0;
  }

  .section3::after {
    display: none;
  }
  .sec4_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .sec4_top_ul li:first-child,
  .sec4_top_ul li:last-child,
  .sec4_bottom_ul li:first-child,
  .sec4_bottom_ul li:last-child {
    transform: translate(0, 0);
  }
  .section4 {
  }
  .section5 {
    padding: 5rem 2rem;
  }
  .section5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section5 .owl-carousel .owl-stage-outer {
    margin: 0;
    padding: 7rem 0 0;
  }
  .section5 p {
    width: 100%;
    font-size: 2rem;
  }
  .section5 a h4 {
    font-size: 2.8rem;
  }
  .section5 a p {
    font-size: 1.8rem;
  }
  .section5 .owl-nav {
    left: auto;
    right: 0;
    top: 7rem;
  }
  .section6 {
  }
  .section6 img {
    position: relative;
    margin-bottom: 3rem;
    height: auto;
    width: 100%;
  }
  .section61 .col-sm-6 {
    padding: 2rem !important;
  }
  .section7 .col-sm-12,
  .section7 .col-sm-6 {
    width: 100%;
  }
  .section4_grid_r {
    background-image: none;
  }
  .section4_grid_r hr {
    border-top: 2px solid #0877b9;
    margin: 3rem 0;
    display: none;
  }
  .section4_grid_r_bx1 {
  }
  .home_staffing_grid .col-sm-6 {
    margin: 0 0 15rem;
  }
  .home_staffing_grid .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .section5 .col-sm-3:nth-child(2n) {
    position: relative;
    top: 0;
  }
  .home_industries ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_car_bx {
    width: 100%;
  }
  .copy {
    flex-direction: column;
  }
  .home_infra_grid,
  .home_staffing_grid,
  .home_safety .home_infra_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .home_staffing_grid img.hpi {
    height: auto;
  }
  .home_staffing_grid {
    gap: 0;
  }
  a.hm_products {
    margin-top: -9rem;
  }
  a.hm_products:nth-child(2n) {
    margin-top: 3rem;
  }
  .mFooter .grid,
  .section3_top,
  .section6 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .ft_links_minh {
    min-height: auto;
  }
  h3.mriga_eve_hd1 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .section8 .flex {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    padding-bottom: 2rem;
  }
  .section3_top h5 {
    font-size: 16px;
  }
  .multi_tabs ul.tabs {
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 4rem;
  }
  ul.tabs li span {
    display: block;
  }
  .multi_tabs ul.tabs li p {
    font-size: 1.8rem;
  }
  .section3 {
    padding: 5rem 2rem;
  }
  .section3_top h5 {
    margin-bottom: 2rem;
  }
  .section3_btm .owl-carousel .owl-item,
  .section3_btm_cont {
    padding: 0;
  }
  .section3_btm .col-sm-5 img {
    margin-bottom: 2rem;
  }
  .section3 svg {
    width: 200%;
  }
  .section3_btm_cont2 h4 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  a.section4_grid_r_bx2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .headertopbx {
    display: none;
  }
  body {
  }
  .section3_btm_cont3 p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .section3 .owl-nav {
    bottom: -3rem;
  }
  .sec2_left {
    padding-left: 7rem;
  }
  h3.mriga_eve_hd1,
  h3.mriga_eve_hd1_line {
    font-size: 6rem;
  }
  .ft_links ul li a {
    font-size: 1.6rem;
  }
  .section7 .owl-nav {
    /* top: -6rem; */
    max-width: 90%;
  }
  #carouselExampleIndicators,
  .elVideo,
  .carousel-inner,
  .videoSlider,
  .carousel-item,
  .elVideo,
  .videoSlider img.bannerimg {
    min-height: 80vh;
    height: 80vh;
    object-fit: cover;
    object-position: center center;
  }
  .videoSlider {
    width: 100%;
  }
  .active .banner_content,
  .banner_content {
    padding: 0 2rem;
  }
  .s4_ele img {
    height: 3rem;
  }
  .banner_content p {
    line-height: 1.6;
  }
  .carousel-indicators {
    bottom: 3rem;
  }
  .banner_side {
    display: none;
  }
  .banner_content h2 {
    font-size: 4rem;
    line-height: 1.3;
  }
  .section5 h3.mriga_eve_hd1,
  .section6 h3.mriga_eve_hd1,
  .section7 h3.mriga_eve_hd1,
  .section8_in h2 {
    font-size: 4rem;
  }
  .section8_in h2 {
    font-size: 4rem;
  }
  .section2_in {
    gap: 2rem;
  }
  .section5 .grid,
  .section5 a.grid_box,
  .section7 .grid,
  .section8_in .grid,
  .section8_in .subgrid,
  .mFooter .grid .subgrid1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .mFooter .grid .subgrid1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .section7 .grid,
  .section8_in .grid,
  .section8_in .subgrid,
  .mFooter .grid .subgrid1 {
    gap: 2rem;
  }
  .section5 .grid img {
  }
  .sec5_m_img {
    position: relative;
    width: 50%;
    margin-bottom: 3rem;
  }
  .sec5_box {
    border-right: 0;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff !important;
  }
  .section7 .section3_top {
    position: relative;
    width: 100%;
  }
  .sec8_info p,
  .sec8_form .flex label {
    font-size: 1.8rem;
  }
  .sec8_info h5 {
    font-size: 2rem;
  }
  .section8 .flex {
    gap: 1rem;
  }
  .section8 .flex {
    text-align: left;
    justify-content: flex-start;
  }
  .section8 .flex span {
    display: none;
  }
  .sec8_form .flex label {
    width: auto;
  }
  .mFooter a.flogo img {
    width: auto;
    height: 5rem;
  }
  .copy {
    text-align: left;
    font-size: 1.6rem;
  }
  .header {
    z-index: 999;
  }
  .active .banner_content {
  }
  .sec8_info h5 {
    font-size: 1.6rem;
  }
  .section8_in {
    padding: 2rem;
  }
  .ms_contact .section8_in {
    padding: 5rem 3rem !important;
  }
  .section2 {
    padding: 4rem 2rem;
  }
  .section2 h3,
  h3.mriga_eve_hd1,
  h3.mriga_eve_hd1_line {
    font-size: 3.6rem;
  }
  .footer_in1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_social {
    width: 100%;
    justify-content: center;
  }
  .fooer_in2 {
    flex-direction: column;
    gap: 2rem;
  }
  .fooer_in2 .links {
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 48%;
  }
}
