@keyframes gradientBG {
      0% {background-position: 0% 50%;}
      50% {background-position: 100% 50%;}
      100% {background-position: 0% 50%;}
    }

    .service-tag1 {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      padding: 10px 18px;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,0.15);
      color: #fff;
      font-size: 15px;
      transition: all 0.3s ease;
    }

    .service-tag1:hover {
      background: rgba(255, 126, 95, 0.3);
      transform: scale(1.05);
      cursor: default;
    }


body {
  overflow-x: hidden;
  color: #333;
  font-family: "Poppins", sans-serif;
  background-color: #f2f4fc;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  color: #354154;
  font-size: 17px;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}

.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}

.container {
  max-width: 1320px;
}

.container1 {
  max-width: 1320px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  padding-top: 120px;
  overflow: hidden;
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
}
#header.fixed1.fixed2 {
  background-color: #f2f4fc;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo {
  float: left;
  height: 100px;
  line-height: 100px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 315px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 100px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}

.headerright1 {
  float: right;
  text-align: right;
}

.topmenubx {
  display: inline-block;
}

.topnav {
  padding: 11px 0 0;
}

.topnav ul {
  list-style: none;
  display: inline-block;
}

.topnav ul li {
  display: inline-block;
  margin: 0 5px;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 16px;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
  border-color: #414141;
  color: #fff;
  background-color: #414141;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  /* padding-top: 5px; */

  height: 100px;
  line-height: 100px;
  /* padding-bottom: 20px; */
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 0 15px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.menu > ul > li > a span {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #000;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.menu > ul > li:hover > a span {
  background-color: #fa5021;
  width: 50px;
  height: 2px;
  border-radius: 0;
}
.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

.menu > ul > li.contactli {
  height: 90px;
  line-height: 90px;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #355bf1;
  color: #fff;
  transition: all 0.5s;
  padding: 10px 20px;
  border-radius: 10px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a {
  color: #000;
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 12px;
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff !important;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  margin-left: 15px;
}
#header.fixed1 .menu > ul > li.contactli > a:hover {
  background-color: #fa5021;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #fa5021;
  opacity: 1;
}
#header.fixed1 .menu > ul > li > a.active {
}

.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 0;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
.menu ul ul > li:hover ul.submenu2 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 280px;
  background-color: #f2f4fc;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu123 {
  width: 800px;
  padding: 20px;
}
ul.submenu2 {
  width: 250px;
  background-color: #f2f4fc;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 100%;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
.menu > ul > li:last-child > ul.submenu1 {
  left: auto;
  right: 0;
}
.dd_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.dd_grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid #e8ecff;
  position: relative;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 15px;
  padding: 5px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 > li:hover > a,
ul.submenu2 > li:hover > a,
ul.submenu1 li a:hover{
  color: #fa5021 !important;
}

ul.submenu1 li:last-child a {
}

/*------header_end--------*/

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
}
.bannerbox img {
  width: 100%;
  display: block;
  transform: scale(1.15);
}

.banner_element_1,
.banner_element_4 {
  position: absolute;
  left: 20px;
  top: 65%;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
  backface-visibility: hidden;
}
.banner_element_4 {
  left: auto;
  right: 75px;
}
.banner_element_2 {
  position: absolute;
  left: 8%;
  bottom: 0;

  -webkit-animation: animation2 10s normal linear infinite;
  animation: animation2 10s normal linear infinite;

  backface-visibility: hidden;
}
.banner_element_3 {
  position: absolute;
  right: 13%;
  top: 35%;
  -webkit-animation: animation3 10s normal linear infinite;
  animation: animation3 10s normal linear infinite;
  backface-visibility: hidden;
}
.banner_element_1 img,
.banner_element_2 img,
.banner_element_3 img {
  width: 30px;
  backface-visibility: hidden;
}
.banner_element_4 img {
  width: 35px;
}
.banner_element_2 img,
.banner_element_3 img {
  width: 40px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes animation2 {
  0% {
    left: 10%;
    bottom: 0;
  }
  50% {
    left: 12%;
    bottom: 0;
  }
  75% {
    left: 8%;
    bottom: 0;
  }
  100% {
    left: 10%;
    bottom: 0;
  }
}
@keyframes animation3 {
  0% {
    right: 13%;
    top: 35%;
  }
  50% {
    right: 10%;
    top: 20%;
  }
  75% {
    right: 13%;
    top: 25%;
  }
  100% {
    right: 13%;
    top: 35%;
  }
}

.bannerboxcont {
  position: absolute;
  left: 50%;
  top: -5%;
  z-index: 9;
  width: 55%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0 100px !important;
  overflow: hidden;
  transform: translateX(-50%);
  text-align: center;
}

.bannerboxcont1 {
  display: table-cell;
  vertical-align: middle;
}
.banner_small {
  background-color: rgba(255, 44, 37, 0.1);
  padding: 10px 15px;
  display: inline-block;
  color: #fa5021;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 9;
  position: relative;
}
.banner_hd {
  color: #252424;
  font-size: 60px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.2;
  z-index: 9;
  position: relative;
}
.banner_cont {
  color: #252424;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
  visibility: visible !important;
  width: 100%;
  z-index: 9;
  position: relative;
  padding: 0 12%;
  letter-spacing: 0.5px;
}
.banner_r_more {
  clear: both;
  visibility: visible !important;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 300px;
  margin: auto;
  margin-top: 40px;
}
.banner_r_more img.up {
  position: absolute;
  left: -100px;
  top: -75px;
  width: 100px;
  display: block;
  height: auto;
}
.banner_r_more img.down {
  position: absolute;
  right: -100px;
  bottom: -75px;
  width: 100px;
  display: block;
  height: auto;
}
.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 20px 25px;
  background-color: #fa5021;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  max-width: 300px;
  width: 100%;
  display: block;
}
.banner_r_more a:last-child {
  background-color: #029df4;
}
.banner_r_more a:hover {
  transition: all 0.3s;
  background-color: #355bf1 !important;
  color: #fff;
}

.banner_r_more a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 26px;
}

img.log1 {
  position: absolute;
  left: 50%;
  bottom: -50px;
  /* z-index:1; */
  height: 375px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  width: 55%;
  padding-right: 150px;
}
a.scroll-down-link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
}
/*------bannerbox---------*/

section {
  width: 100%;
  display: block;
}
.main_bg {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  background: linear-gradient(to bottom, #f2f4fc 2%, #fff 98%);
}
img.elipse1 {
  position: absolute;
  left: -200px;
  top: 32%;
  /* transform: translateY(-50%); */
  width: 320px;
}
.main_bg2 {
  background-image: url(../images/elipse2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 122%;
}
/*section1*/
.section1 {
  padding: 40px 0 60px;
}
h2 {
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 20px;
}
.section1 h2,
.section2 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  margin: 0 0 50px;
}
.section1 p {
}
a.btn {
  background-color: #355bf1;
  color: #fff;
  border-radius: 10px;
  border: 0;
  padding: 10px 30px;
  font-weight: 500;
  text-decoration: none;
  font-size: 15px;
}
a.btn:hover {
  background-color: #fa5021;
  color: #fff;
}
.sec1grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 75px;
  align-items: center;
}
.section1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  align-items: center;
}
.section1 ul li {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 215px;
  height: 215px;
}
.section1 ul li img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: rotate 15s normal linear infinite;
  animation: rotate 15s normal linear infinite;
}
.section1 ul li h3,
.section1 ul li h4 {
  margin: 0;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0;
}
.section1 ul li h4 {
  font-weight: 700;
  font-size: 16px;
}
/*section1*/

/*section2*/
.section2 {
  padding: 20px 0 150px;
}
.section2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.section2 ul li {
}
.section2 ul li img {
  width: 100%;
  display: block;
}
.section2 ul .section2_box {
  display: block;
  text-decoration: none;
  background-color: rgba(241, 80, 35, 0.12);
  border-radius: 30px;
  padding: 20px 30px;
  transition: all 0.3s;
}

.section2 ul .section2_box.sec2bg1 {
  background-color: rgba(241, 80, 35, 0.12);
}
.section2 ul .section2_box.sec2bg2 {
  background-color: rgba(48, 55, 186, 0.12);
}
.section2 ul .section2_box.sec2bg3 {
  background-color: rgba(1, 181, 209, 0.12);
}
.section2 ul .section2_box.sec2bg4 {
  background-color: rgba(240, 2, 89, 0.12);
}
.section2 ul .section2_box.sec2bg5 {
  background-color: rgba(248, 118, 32, 0.12);
}
.section2 ul .section2_box.sec2bg6 {
  background-color: rgba(2, 149, 12, 0.12);
}


.section2 ul .section2_box.sec2bg7 {
  background-color: rgba(241, 80, 35, 0.12);
}
.section2 ul .section2_box.sec2bg8 {
  background-color: rgba(48, 55, 186, 0.12);
}
.section2 ul .section2_box.sec2bg9 {
  background-color: rgba(1, 181, 209, 0.12);
}
.section2 ul .section2_box.sec2bg10 {
  background-color: rgba(240, 2, 89, 0.12);
}
.section2 ul .section2_box.sec2bg11 {
  background-color: rgba(248, 118, 32, 0.12);
}
.section2 ul .section2_box.sec2bg12 {
  background-color: rgba(2, 149, 12, 0.12);
}

.section2 ul .section2_box.sec2bg13 {
  background-color: rgba(241, 80, 35, 0.12);
}
.section2 ul .section2_box.sec2bg14 {
  background-color: rgba(48, 55, 186, 0.12);
}
.section2 ul .section2_box.sec2bg15 {
  background-color: rgba(1, 181, 209, 0.12);
}

.section2 ul .section2_box span {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 15px;
  display: inline-flex;
  width: 90px;
  justify-content: center;
}
.section2 ul .section2_box span img {
  height: 35px;
}
.section2 ul .section2_box h3 {
  font-weight: 600;
  margin: 30px 0 10px;
  font-size: 24px;
}
.section2 ul .section2_box a {
  display: inline-block;
}
/*section2*/

/*section3*/
.section3 {
  padding: 0 0 100px;
  position: relative;
  background-color: #373656;
  background-image: url(../images/curv1.png), url(../images/curv2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 100%, 100%;
}
.home_car {
  /* padding: 60px 0; */
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  border-radius: 30px;
  overflow: hidden;
}
.home_car::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to left, #373656, #373656, transparent);
  opacity: 0.87;
}
.home_car video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
  display: block;
}
.home_car_bx {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 40%;
  padding-right: 10%;
  height: 100%;
}
.home_car img {
  height: 100px;
}
.home_car h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}
.home_car p {
  color: #fff;
  opacity: 0.75;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
.video_btns {
  display: flex;
  gap: 10px;
}
.home_car a.btn {
  background-color: #029df4;
}
.home_car a.btn:first-child {
  background-color: #fa5021;
}
.home_car a.btn:hover {
  background-color: #355bf1;
}
.home_products {
  margin-top: 50px;
}
.home_products h2 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
}
.hm_prod_grid {
  display: grid;
  color:#ffffff;
  grid-template-columns: 60fr 40fr;
  gap: 0;
  align-items: center;
}
.hm_prod_grid img.hmp_img {
  width: 100%;
  display: block;
}
.hm_prod_grid h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
  gap: 15px;
}
.hm_prod_grid h3 span {
  background-color: #fff;
  padding: 15px 0;
  border-radius: 20px;
  display: inline-flex;
  width: 140px;
  justify-content: center;
}
.hm_prod_grid h3 img {
  height: 50px;
}
.hm_prod_grid p {
  color: #fff;
  opacity: 0.75;
  width: 95%;
}
.home_products .owl-theme .owl-nav {
  display: none;
}
.home_products .owl-dots {
  text-align: left !important;
}
.sec3_element1 {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: #f0c902;
  left: -10px;
  top: -10px;
  z-index: 9;
}
.sec3_element2 {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ff7e00;
  right: 0px;
  top: 24%;
  z-index: 9;
}
.sec3_element3 {
  position: absolute;
  left: -80px;
  top: 80%;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}
.sec3_element3 img {
  width: 40px;
}
.sec3_element4 {
  position: absolute;
  right: -80px;
  top: 50%;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}
.sec3_element4 img {
  width: 50px;
}
.sec3_element5 {
  position: absolute;
  right: -80px;
  bottom: 8%;
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}
.sec3_element5 img {
  width: 30px;
}
/*section3*/

/*section4*/
.section4 {
  padding: 50px 0;
}
.section4 h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.section4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.section4 ul li:nth-child(2) {
  transform: translateY(-100px);
}
.section4 ul li:nth-child(3) {
  transform: translateY(-200px);
}
.section4 ul li a {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
}
.section4 ul li a:hover {
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.section4 ul li a img {
  width: 100%;
  display: block;
}
.sec4bx1 {
  padding: 20px;
  display: block;
  padding-bottom: 25px;
}
.sec4bx1 p {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}
.sec4bx1 p span {
  background-color: #fa5021;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
}
.sec4bx1 p i {
  font-style: normal;
  color: #fa5021;
}
.sec4bx1 h3 {
  margin: 10px 0 0;
  font-size: 19px;
  color: #212937;
  font-weight: 600;
  line-height: 1.6;
}
/*section4*/

/*section5*/
.section5 {
  padding: 0px 0 100px;
}
.section5 h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: center;
}
.sec5_bx1 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec5_bx1 img {
  height: 80px;
}
.section5 .owl-theme .owl-nav {
  display: none !important;
}
.section5 .owl-dots {
  bottom: -50px;
}
.section5 .owl-theme .owl-dots .owl-dot span {
  background-color: #15397f !important;
}
.section6_in {
  padding: 50px 100px;
  display: flex;
  justify-content: space-between;
  font-size: 38px;
  color: #252424;
  font-weight: 500;
  border-top: 1px solid #ced7ff;
}
.section6_in a {
  align-self: center;
}
/*section5*/

/*main_Footer*/
.main_Footer {
  padding: 50px 0 20px;
  width: 100%;
  display: block;
  background-color: #373656;
}
.main_Footer_top {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  background-color: #201f3e;
  margin-bottom: 30px;
}
.main_Footer_in {
  display: grid;
  grid-template-columns: 52fr 24fr 12fr 12fr;
  gap: 40px;
  position: relative;
}
.main_Footer_top ul,
.social {
  display: flex;
  gap: 30px;
  align-items: center;
}
.social {
  gap: 10px;
}
.main_Footer_top ul li {
}
.main_Footer_top ul li a {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_Footer_top ul li a:hover {
  color: #fa5021;
}
.main_Footer_top ul li a span,
.social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #464564;
  border-radius: 30px;
}
.main_Footer_top ul li a span img {
  height: 13px;
}
a.fixedlogo {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: block;
}
a.fixedlogo img {
  height: 40px;
  display: block;
  width: auto;
}
.main_Footer_in h3 {
  margin-top: 0;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(242, 244, 252, 0.5);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main_Footer_in ul {
  margin-top: 20px;
}

.main_Footer_in ul li {
  display: block;
  margin-bottom: 5px;
}
.main_Footer_in ul.col3 li {
  display: inline-block;
  width: 33.33%;
  float: left;
}
.main_Footer_in1 ul.col3 li {
  display: inline-block;
  width: 20%;
  float: left;
  color:#ffffff;
}

.main_Footer_in ul li a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  opacity: 0.75;
}
.main_Footer_in ul li a:hover {
  color: #ed681c;
}
.copy {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(242, 244, 252, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Poppins", sans-serif;
}
.copy a {
  display: inline-block;
  float: left;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
  color: #fff;
  opacity: 0.75;
  font-size: 14px;
}
.copy a:hover {
  color: #ed681c;
}
.copy a:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}
.mf_bg {
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 110%;
}
/*main_Footer*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #fa5021;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #373656;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    /* padding-top: 100px; */
  }

  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 30px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  #header.fixed1 .logo a {
    padding: 10px 0;
    width: 250px;
  }
  .bannerboxcont {
    width: 100%;
    padding: 0 20px 50px !important;
    left: 0;
    top: 0% !important;
    position: relative !important;
    transform: translateX(0%);
  }
  .pavcontentslider .carousel-control {
    bottom: 0;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
  }
  .banner_hd {
    padding: 10px 10px 0;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .banner_r_more {
    margin-top: 5px;
    padding: 50px;
  }
  .banner_cont {
    padding: 0 10px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 15px;
    font-size: 18px;
  }
  .banner_r_more a svg {
    right: 10px;
  }
  .banner_r_more img.up {
    left: -25px;
    top: -25px;
    width: 75px;
  }
  .banner_r_more img.down {
    right: -25px;
    bottom: -25px;
    width: 75px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
    padding: 0;
  }
  .banner_small {
    font-size: 12px;
  }
  .section1 h2,
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .section1 ul,
  .section2 ul,
  .main_Footer_in,
  .section6_in,
  .section6_left .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section6_right .col-sm-12,
  .section6_right .col-sm-6 {
    display: table;
    width: 100%;
  }
  .section6_right {
    padding: 20px;
  }
  .section1 {
    padding-bottom: 50px;
  }
  .section2 {
    padding: 0 0 50px;
  }
  .section3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  a.main_btn {
    display: inline-block;
    margin-bottom: 30px;
  }
  .section4 {
    padding-top: 100px;
    background-size: cover;
  }
  .section5 .owl-theme .owl-nav {
    display: none;
  }
  .section5 ul li a:hover .section5_bx {
    transform: translateY(50%);
    padding: 20px 30px;
  }
  .copy {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .section6 {
    background-size: cover;
    padding: 20px 20px;
  }
  .section6_info .img {
    width: 50px;
    height: 50px;
  }
  .section6_info {
    grid-template-columns: 70px 1fr;
  }
  .section6_info .img img {
    height: 30px;
  }
  .main_Footer_top,
  .main_Footer_top ul {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
  .main_Footer_top {
    padding: 20px;
  }
  .main_Footer_top ul li a {
    display: grid;
    grid-template-columns: 36px 1fr;
  }
  .main_Footer_in ul.col3 li {
    width: 100%;
  }
  .copy a,
  .copy {
    font-size: 12px;
  }
  .section6_in {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 21px;
    line-height: 1.6;
  }
  .section5 h2,
  .section4 h2,
  .home_products h2 {
    font-size: 28px;
  }
  .sec5_bx1 img {
    max-width: 100%;
    max-height: 50px;
  }
  .section4 ul,
  .hm_prod_grid,
  .sec1grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section4 ul li:nth-child(2),
  .section4 ul li:nth-child(3) {
    transform: translateY(0);
  }
  .home_products .owl-dots {
    bottom: -50px;
  }
  .hm_prod_grid h3 {
    font-size: 18px;
  }
  .home_car_bx {
    padding: 50px;
  }
  .home_car h2,
  .section1 h2,
  .section2 h2 {
    font-size: 24px;
  }
  .home_car p {
    font-size: 14px;
  }
  img.elipse1 {
    z-index: -1;
  }
  .section2 {
    padding-bottom: 100px;
  }
  .hometopsection,
  .section3 {
    display: block;
    overflow: hidden;
  }
  a.scroll-down-link {
    z-index: 9;
  }
  .home_car {
    margin-top: 30px;
  }
  a.fixedlogo img {
    height: 30px;
  }
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .logo a {
    width: 215px;
  }
  .menu > ul > li > a {
    font-size: 12px;
    padding: 0 10px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    font-size: 12px;
  }
  .hometopsection {
    overflow: hidden;
  }
  .sec3_element3,
  .sec3_element4,
  .sec3_element5 {
    display: none;
  }
  .banner_hd {
    font-size: 28px;
  }
  .banner_cont {
    font-size: 12px;
  }
  .banner_r_more a {
    padding: 10px;
    font-size: 16px;
  }
  .banner_r_more {
    max-width: 200px;
  }
  .bannerbox img {
    width: 120%;
    display: block;
    /* transform: scale(1.3); */
    left: -10%;
    position: relative;
  }
  .banner_r_more img.up {
    width: 50px;
    left: -50px;
    top: -50px;
  }
  .banner_r_more img.down {
    width: 50px;
    bottom: -50px;
    right: -50px;
    left: auto;
  }
  .section1 h2,
  .section2 h2,
  .home_car h2,
  .home_products h2,
  .section4 h2,
  .section5 h2,
  .section6_in {
    font-size: 32px;
  }
  .section6_in {
    padding: 50px;
  }
  .sec1grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2 ul .section2_box h3 {
    font-size: 21px;
  }
  p {
    font-size: 14px;
  }
  .section2 ul li img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .main_Footer_top {
    padding: 20px;
  }
  .main_Footer_top ul li a {
    font-size: 12px;
  }
  .main_Footer_top ul,
  .social {
    gap: 10px;
  }
  .main_Footer_in h3 {
    font-size: 14px;
  }
  .main_Footer_in ul li a {
    font-size: 13px;
  }
  ul.submenu123{width: 600px;}
  ul.submenu1 li a{font-size: 12px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container,
  .container1 {
    max-width: 100%;
  }
  .hometopsection {
    overflow: hidden;
  }
  .sec3_element3,
  .sec3_element4,
  .sec3_element5 {
    display: none;
  }
  .banner_hd {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 100%;
    padding: 0 50px;
  }
  .hometopsection {
    overflow: hidden;
  }
  .sec3_element3,
  .sec3_element4,
  .sec3_element5 {
    display: none;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .banner_hd {
    font-size: 48px;
  }
  .banner_r_more a {
    padding: 15px;
  }
}
