.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: 11rem; */
}
p {
  margin: 0;
  color: #373737;
  font-size: 1.8rem;
}
.cart_bx1 ul,
.hc_tabs,
.menu ul,
.slideRight ul,
ol,
ul {
  list-style: none;
}
.logo a,
a {
  transition: var(--bg-transition);
  text-decoration: none;
}

ul.submenu1 h3 {
  margin-top: 0;
  font-weight: 600;
}
.bannerimgg,
.hl_circle,
.logo {
  text-align: center;
}
.banner_title,
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,
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: "Syne", sans-serif;
  --body-headings: "Syne", sans-serif;
  --color-primary: #f58220;
  --color-primary-dark: #3c1d5c;
  --color-primary-light1: #4b0081;
  --color-primary-dark1: #0877b9;
  --color-primary-dark2: #0e3a79;
  --color-footer-bg: #1d3460;
  --color-secondary: #1e276d;
  --color-secondary1: #0075bc;
  --color-teritary: #ff8f00;
  --color-primary-light: rgba(245, 131, 32, 0.25);
  --color-dark: #000;
  --color-dark-light: #ebebeb;
  --color-dark-light1: rgba(28, 65, 116, 0.03);
  --color-white: #fff;
  --color-text: #535353;
  --color-text1: #a0a0a0;
  --color-line1: #ed7510;
  --color-line2: #2e098b;
  --color-line3: #58c1d3;
  --color-line4: #d10092;
  --color-line5: #1c9505;
  --color-line6: #5c58d3;
  --color-line7: #d1c400;
  --color-gradient1: linear-gradient(to right, #e5f5ff, #fff, #fff);
  --color-gradient2: linear-gradient(to right, #fff, #fff, #ffe5bb);
  --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: 130rem;
  width: 130rem;
}
.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.innerbody .header.fixed1 {
  box-shadow: none;
}
.header.fixed1.fixed2 {
  box-shadow: var(--box-shadow1);
  background-color: var(--color-white);
}

.headerin {
  /* padding: 0 8rem; */
  display: flex;
  justify-content: space-between;
}
.bannerimgg,
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  float: right;
}
.logo a {
  width: 20rem;
  height: 10rem;
  display: table;
  /* padding: 0.5rem 1.4rem 1rem; */
  background-image: url("../images/logo.png");
  background-size: 100%;
  background-position: left center;
}
.fixed1 .logo a {
  height: 10rem;
  background-size: 100%;
  background-image: url("../images/logo.png");
}
.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,
.section2,
.section4 {
  width: 100%;
}
.menu > ul > li {
  float: left;
  padding: 0 1.3rem;
  position: relative;
}
.menu > ul > li > a {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  outline: 0;
  position: relative;
  height: 10rem;
  font-weight: 500;
  line-height: 10rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  padding: 0 0.5rem;
  /* gap: 0.75rem; */
}
.menu > ul > li > a span {
  position: relative;
  top: -1rem;
  font-weight: 600;
  font-size: 1.6rem;
}
.fixed1 .menu > ul > li > a {
  color: var(--color-dark);
  height: 10rem;
  line-height: 10rem;
  position: relative;
}
.menu > ul > li > a i {
  font-size: 1.2rem;
  position: relative;
  top: -0.2rem;
  margin-left: 0.5rem;
}
.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 1.5rem;
  gap: 0.5rem;
  /* margin-left: 1.5rem; */
}
.menu > ul > li.last1 {
  padding: 0 0.75rem;
  margin-left: 12rem;
}
.menu > ul > li.last2 {
  padding: 0;
}
.menu > ul > li:last-child a img {
  height: 2rem;
}
.menu2,
.slideRight ul li:first-child:before {
  display: none;
}
.menu > ul > li.last > a::before,
.menu > ul > li.last > a::after {
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 3.6rem;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 3rem;
}
.menu > ul > li.last > a::after {
  transform: translateY(-50%) scale(1.05);
  height: 4.1rem;
  background-color: transparent;
  border: 1px solid var(--color-primary);
}
.menu > ul > li.last > a:hover::before {
  background-color: var(--color-secondary) !important;
}
.menu > ul > li.last > a:hover::after {
  border-color: var(--color-secondary);
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: var(--color-primary);
}
.menu > ul > li > a.active::before {
  /* height: 1rem; */
  width: 100%;
  content: "";
  background-color: var(--color-primary-light);
  position: absolute;
  left: 0;
  bottom: 4rem;
}
.menu > ul > li > a.active.last::before {
  display: none;
}
.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: 30rem;
  /* 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;
  max-height: 0;
  transition: max-height 0.6s;
}
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.7rem;
  padding: 1rem 2rem !important;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
ul.submenu1 li:last-child a {
  border-bottom: 0;
}
ul.submenu1 li:hover > a {
  background-color: var(--color-primary) !important;
  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 120px;
  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;
}
.main_banner {
  position: relative;
  width: 100%;
  display: block;
}
.main_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bannerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home_link {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}
.bgwhite,
.sec4box_img {
  background-color: var(--color-white);
}
.carousel-control svg {
  width: 1rem;
}
.hl_video video,
.home_link::after,
.home_link::before {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100vh;
}
.home_link::before {
  content: "";
  z-index: 9;
  opacity: 0.76;
  /* background: var(--color-primary-dark); */
}
/* .home_link::after {
  content: "";
  z-index: 9;
  background-image: url(../images/bannershape.svg);
  background-repeat: no-repeat;
  background-position: -5rem 5rem;
  background-size: 38%;
} */
.home_link::after,
.section3_in_serv i,
.section4 {
  background-repeat: no-repeat;
}
.hl_video video {
  display: block;
  object-fit: cover;
  object-position: center center;
}
.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  padding: 0 5%;
  top: 45%;
  position: absolute;
  z-index: 999;
}
.footer_logo a img,
.mtop1 {
  height: 9rem;
}
.headertopbx {
  height: 36px;
  line-height: 36px;
  background-color: rgba(61, 29, 92, 0.05);
  width: 100%;
  display: table;
  padding: 0 7rem;
  transition: all 0.3s;
}
.header.fixed1.fixed2 .headertopbx {
  display: none;
  height: 0;
  transition: all 0.3s;
}
.headertopbx_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headertopbx ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.headertopbx ul li {
  position: relative;
}
.headertopbx ul.htf_r {
  gap: 0;
}
.headertopbx ul.htf_r li {
  padding: 0 2rem;
}
.headertopbx ul.htf_r li:last-child {
  padding-right: 0;
}
.headertopbx ul.htf_r li::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #707070;
}
.headertopbx ul.htf_r li::before:last-child {
  display: none;
}
.headertopbx ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  color: var(--color-dark);
  transition: all 0.3s;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.headertopbx ul li a img {
  height: 2.1rem;
}
.headertopbx ul li a:hover {
  opacity: 0.7;
}
.bannerboxcont,
.bannerimgg {
  height: 100vh;
  visibility: hidden;
  top: 0;
  display: flex;
  align-items: center;
}
.bannerimgg {
  z-index: 9;
  position: absolute;
  right: 8%;
  top: 0;
  display: flex;
}
.bannerimgg img {
  height: 78vh;
  /* width: 100%; */
  display: block;
  margin-top: 8rem;
}
.bannerboxcont {
  position: relative !important;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0rem 0 0 10rem !important;
  overflow: hidden;
}
.banner_cont,
.banner_hd {
  z-index: 9;
  position: relative;
}
.bannerboxcont1 {
  /* display: table-cell; */
  padding-top: 10%;
}
.banner_hd {
  font-size: 6rem;
  margin: 0 0 0rem;
  line-height: 1.2;
  /* font-weight: 900; */
  text-align: left;
  font-weight: 600;
  /* letter-spacing: -0.2rem; */
  color: var(--color-dark);
  position: relative;
}
/* .banner_hd::before {
  position: absolute;
  left: 0;
  top: -2rem;
  width: 7rem;
  height: 4px;
  content: "";
  background-color: var(--color-secondary);
} */
.banner_hd span {
  /* color: #08dcec; */
  /* font-size: 6.8rem; */
  position: relative;
  padding-bottom: 1rem;
}
.banner_hd span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  content: "";
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.banner_hd i {
  font-style: normal;
  /* font-size: 7.2rem; */
}
.banner_cont {
  color: var(--color-dark);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  width: 50%;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.hl_video img {
  position: absolute;
  left: -15rem;
  top: -12rem;
  z-index: 99;
  width: 37rem;
  height: auto;
}
.main_btn {
  clear: both;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  align-items: center;
  font-size: 1.8rem;
  transition: var(--bg-transition);
  gap: 1rem;
  padding: 0;
}
.btn img {
  height: 2.4rem;
}
.slideRight ul li:before,
.socialrt a,
a.goBottom {
  color: var(--color-white);
}
.btn1,
.btn1:link,
.btn1:visited,
.btn2:hover,
.btn:hover {
  color: var(--color-secondary);
  /* background-color: var(--color-primary-dark1);
  color: var(--color-white); */
}

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 {
  background-color: var(--color-secondary);
  position: relative;
  z-index: 9;
}
.section1::before,
.section1::after {
  position: absolute;
  right: 15%;
  top: -2rem;
  width: 30rem;
  height: 2rem;
  content: "";
  background-color: var(--color-secondary);
}
.section1::after {
  right: 70%;
  top: auto;
  bottom: -2rem;
}
.section1_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  color: var(--color-white);
  font-size: 1.8rem;
  height: 7rem;
}
.section1_in img {
  height: 2rem;
}
/*section1*/

/*section2*/
.section2 {
  padding: 6rem 0 6rem;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: -10rem top;
}
.section2 .grid {
  grid-template-columns: 45fr 36fr 19fr;
  align-items: center;
  gap: 5rem;
}
.section2 h3,
h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.section2 h2,
h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 600;
}
.section2 p,
p {
}
.section2 img {
  width: 120%;
  display: block;
}
/*section2*/

/*section3*/
.section3 {
  padding: 6rem 0;
  background-color: #f8f8f8;
}
.section3_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.section3_in h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
.sec3_info {
  position: relative;
  display: grid;
  grid-template-columns: 25fr 75fr;
  gap: 1rem;
}
.sec3_info span {
  padding-top: 3rem;
  border-top: 6px solid #0e723b;
  display: flex;
  justify-content: center;
}
.section3_bx:nth-child(2) span {
  border-color: var(--color-primary);
}
.section3_bx:last-child span {
  border-color: var(--color-primary-dark1);
}
.sec3_info span img {
  height: 4rem;
}
.sec3_info p {
  padding-top: 3rem;
  border-top: 6px solid #ebebeb;
}
/*section3*/

.section3_in_serv,
.section4 {
  position: relative;
}

.section3_in_serv a,
.section3_in_serv p {
  opacity: 0;
  transition: var(--bg-transition);
}
/*section4*/
.section4 {
  padding: 6rem 0;
  position: relative;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.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: 40%;
  left: auto;
  right: 4%;
  animation-name: animation3;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.s4_ele4 {
  top: 50px;
  left: auto;
  right: -10rem;
}
.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: 4rem;
}
.s4_ele4 img,
.s4_ele5 img {
  height: 10rem;
}
.section4 h2 {
  text-align: center;
}
.sec4grid {
  background-color: var(--color-white);
  border-radius: 2rem;
  /* overflow: hidden; */
  display: grid;
  gap: 2rem;
  align-items: center;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.031);
  margin-bottom: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.sec4grid:last-child {
  margin-bottom: 0;
}
.sec4grid1 {
}
.sec4grid2 {
}
.sec4grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.sec4grid_bx {
  padding: 5rem;
}
.sec4grid_bx h4 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 2rem;
}
.sec4grid_bx p {
  margin-bottom: 2rem;
}
/*section4*/
.mt-1 {
  margin-top: 7rem;
}
.footer,
.scrollup {
  background-size: cover;
}

/*section5*/
.section5 {
  padding: 8rem 0;
}
.section5 h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.section5 a {
  text-decoration: none;
  padding: 0;
  display: block;
}
.section5 a img {
  width: 100%;
  display: block;
  filter: grayscale(100);
  /* transform: scale(0.8); */
  opacity: 0.5;
}
.section5 a h4 {
  text-align: center;
  margin: 3rem 0 0;
  font-size: 2.4rem;
  color: var(--color-dark);
  font-weight: 700;
  display: none;
}
.section5 .owl-nav {
  left: 0 !important;
  right: 0 !important;
  bottom: -1rem;
  padding: 0 25%;
}
.section5 .owl-item {
  transform: scale(0.8) !important;
}
.section5 .owl-item.active.center {
  transform: scale(1) !important;
}
.section5 .owl-item {
  margin: 0 -0.5rem;
}
.section5 .owl-stage-outer {
  position: relative;
  /* margin-left: 5rem; */
}
.section5 .owl-item.active.center {
  /* padding: 0 20px; */
  margin: 0 4rem;
}
.section5 .owl-item.active.center a img {
  /* transform: scale(1); */
  filter: grayscale(0);
  opacity: 1;
}
.section5 .owl-item.active.center a h4 {
  display: block;
}
/*section5*/

/*section6*/
.section6 {
  padding: 6rem 0 5rem;
  background-color: rgba(202, 235, 255, 0.32);
  background-image: url(../images/ft1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.section6 h2 {
  text-align: center;
}
.section6 a.btn {
  margin: auto;
  display: flex;
  justify-content: center;
}
/*section6*/

/*mainFooter*/
.mainFooter {
  padding: 2rem 0 2rem;
  width: 100%;
  display: block;
  position: relative;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center center;
}
.footer_in {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 5rem;
}
.mainFooter h2 {
  color: #fff;
}
.footer_in_l p {
  color: #fff;
  opacity: 0.75;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.footer_in_l input.form-control,
.footer_in_l select.form-control,
.footer_in_l textarea.form-control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  height: 5rem;
  box-shadow: none;
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-family: var(--body-fonts);
}
.footer_in_l ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.footer_in_l :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.footer_in_l ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.footer_in_l :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer_in_l select.form-control {
  cursor: pointer;
}
.footer_in_l textarea.form-control {
  height: 10rem;
  resize: none;
  padding: 2rem;
}
button.btn {
  line-height: normal;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  align-items: center;
  font-size: 1.8rem;
  transition: var(--bg-transition);
  gap: 1rem;
  padding: 0;
  border: 0;
  margin-top: 1rem;
  background-color: transparent;
}
button.btn:hover {
  color: #fff;
}
.footer_in_r {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  justify-content: space-between;
}
.footer_in_r > div {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.ft_links {
  display: flex;
  gap: 4rem;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ft_links a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.ft_links a:hover {
  color: #fecd7d;
}
.ft_links:last-child {
  border: 0;
  gap: 5rem;
}
a.footer_logo img {
  height: 8rem;
}
.copy {
  color: var(--color-white);
  opacity: 0.5;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.footersocial {
  position: absolute;
  right: 0;
  top: -4rem;
  height: 4rem;
  padding: 1rem 12rem 0rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  z-index: 9;
  background-color: #1e276d;
}
.footersocial a {
  text-decoration: none;
  color: var(--color-white);
  font-size: 2rem;
}
.footersocial a:hover {
  color: var(--color-primary);
}
/*mainFooter*/

.scrollup {
  width: 2.5rem;
  height: 3.7rem;
  text-indent: -9999px;
  position: fixed;
  bottom: 3rem;
  right: 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-primary);
  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-secondary);
  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: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 4rem;
  background: var(--color-white);
  float: right;
  line-height: 1.2;
  margin: 1rem;
}
a.closebtn img {
  width: 2rem;
}
.section3_btm a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 90em) {
  html {
    font-size: 65%;
  }
  .container {
    width: 100%;
    max-width: 1300px;
  }
  .bannerboxcont {
    padding-left: 5rem !important;
  }
  .bannerimgg {
    right: 2%;
  }
  #pavcontentslider8 .carousel-indicators {
    left: 5rem;
    top: 24%;
  }
}
@media only screen and (max-width: 80em) {
  .container {
    width: 100%;
    max-width: 1240px;
  }
  .bannerboxcont {
    padding-left: 5rem !important;
  }
  .bannerimgg {
    right: 2%;
  }
  .menu > ul > li.last1 {
    margin-left: 0;
  }
  #pavcontentslider8 .carousel-indicators {
    left: 5rem;
  }
  .bannerimgg img {
    height: 70vh;
  }
  .bannerboxcont1 {
    width: 50%;
  }
  .banner_hd {
    font-size: 4.6rem;
  }
  .banner_cont {
    width: 100%;
  }
  .ft_links {
    gap: 3rem !important;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
}
@media only screen and (max-width: 60em) {
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .hc_tabs,
  .menu,
  .tech_tabs {
    display: none;
  }
  .menu2 {
    display: block;
  }
  .menu2 {
    top: 2rem;
    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: 1rem;
    top: 15%;
    bottom: auto;
  }
  .hl_video img {
    z-index: 1;
    background-size: 50%;
  }
  .bannerboxcont {
    padding: 5rem 2rem 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 {
    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;
  }
  .copy {
    flex-direction: column;
  }

  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .mFooter {
    padding: 5rem 2rem;
  }
  .bannerimgg img {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0 5rem 5rem;
  }
  .bannerboxcont1 {
    padding-top: 35%;
    width: 100%;
  }
  #pavcontentslider8 .carousel-indicators {
    gap: 2rem;
  }
  #pavcontentslider8 .carousel-indicators li {
    font-size: 1.25rem;
  }
  .main_banner::before {
    background-position: left top;
  }
  .section1 {
    padding: 2rem 0;
  }
  .section1_in {
    gap: 2rem;
    height: auto;
  }
  .section2 {
    background-position: left top;
    background-size: 100%;
    padding: 5rem 2rem;
  }
  .section2 .grid,
  .section3_in,
  .sec4grid,
  .footer_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2 img {
    width: 100%;
  }
  .section3 {
    padding: 5rem 2rem;
  }
  .section4 .sec4grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .section5 .owl-nav {
    padding: 0;
  }
  .section5 .owl-item {
    margin: 0rem;
  }
  .section5 .owl-stage-outer {
    position: relative;
    /* margin-left: 5rem; */
  }
  .section5 .owl-item.active.center {
    /* padding: 0 20px; */
    margin: 0;
  }
  .ft_links,
  .ft_links:last-child {
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }
  .footer_in_r {
    justify-content: center;
  }
  .footer_in_r > div {
    align-items: center;
    width: 100%;
  }
  a.footer_logo {
    display: block;
  }
  .footer_in .col-sm-6,
  .footer_in .col-sm-12 {
    padding: 0 20px !important;
  }
  .section2 h2,
  h2 {
    font-size: 3.2rem;
  }
  .mob_hide, .section2 img.mob_hide{display: none;}
  .header.fixed1 {
      box-shadow: var(--box-shadow1);
      background-color: var(--color-white);
    }
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 48%;
  }
}
