@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
.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;
}
body {
  font-family: "Poppins", sans-serif;
  padding-top: 80px;
  font-weight: normal;
  overflow-x: hidden;
}
.container {
  width: 1280px;
  margin: auto;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 99;
}

.header.fixed {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.logo {
  float: left;
  padding: 7px 0 0;
}
.logo a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.logo a img {
  height: 65px;
}

.header_right {
  clear: both;
  width: 100%;
  display: table;
}

.menu {
  float: right;
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.menu > ul > li {
  position: relative;
  display: inline-block;
  padding: 0px 15px;
}

.menu > ul > li > a {
  line-height: 80px;
  height: 80px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  transition: all 0.3s;
}
.menu > ul > li:last-child > a {
  background: linear-gradient(to bottom, #e93f6e 0%, #8a47a5 100%);
  color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  margin-top: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.menu > ul > li:last-child > a:hover {
  background: linear-gradient(to bottom, #8a47a5 0%, #e93f6e 100%);
  color: #fff;
}
.menu > ul > li > a:before {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  height: 5px;
  transform: scaleX(0);
  transform-origin: center center;
  background-color: #e64070;
  opacity: 0.13;
}
.menu > ul > li:last-child > a:before {
  display: none;
}
.menu > ul > li:hover > a:before,
.menu > ul > li > a.active:before {
  /* width: 100%; */
  transform: scaleX(100%);
}
.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  color: #000;
}

.megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  width: 275px;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  transition: all 0.1s ease-in-out 0s;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  border-top: 3px solid #e64070;
}

.megamenu:before {
  position: absolute;
  left: 40px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e64070;
}

.menu > ul > li:hover .megamenu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.megamenu ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.megamenu ul li {
  float: left;
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  padding: 0;
}

.megamenu ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  line-height: 22px;
  display: block;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.megamenu ul li:last-child a {
  border: 0;
}

.megamenu ul li a:hover {
  background-color: #ddd;
  color: #000;
  transition: all 0.3s ease 0s;
}

/*----------banner-----------*/

.mtop1 {
  height: 80px;
}
.main_banner {
  background-color: #000;
}
/*.main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
}*/

.carousel-inner .item img {
  width: 100%;
  opacity: 0.83;
}

.banner_txt {
  top: auto !important;
  bottom: -65px;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 !important;
  margin: auto;
  left: 0%;
  margin: auto;
  visibility: hidden !important;
}
.banner_txt_in {
  position: relative;
  width: 65%;
  padding: 35px 50px;
  background: linear-gradient(
    to right,
    rgba(233, 63, 111, 0.9) 0%,
    rgba(138, 71, 165, 0.9) 100%
  );
  display: table;
  border-radius: 20px;
  margin-left: 3%;
}
.banner_txt_in::before {
  position: absolute;
  left: -50px;
  bottom: -40px;
  content: "";
  width: 50%;
  height: 300px;
  background: linear-gradient(
    to right,
    rgba(233, 63, 111, 0.44) 0%,
    rgba(138, 71, 165, 0.44) 100%
  );
  border-radius: 30px;
  z-index: -1;
}
.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
  padding-bottom: 15px;
  position: relative;
  font-weight: 700;
}
.banner_hd i {
  font-style: normal;
}
.banner_cont {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 10px 0;
  display: block;
  padding: 0px;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 10px;
}

.banner_r_more a {
  text-decoration: none;
  color: #e64070;
  background-color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 17px;
  padding: 10px 20px;
  position: relative;
  gap: 10px;
  align-items: center;
}
.banner_r_more a img {
  height: 13px;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.banner_r_more a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
/*----------banner-----------*/

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 175px 0 75px;
  background-color: #fff;
  position: relative;
  background-image: url(../images/logo-overview1.png),
    url(../images/aboutlogo.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 0, right 85%;
  background-size: 200px, 450px;
}
.section1 h2 {
  color: #2e2757;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
}
.section1 h2 span {
  color: #e64070;
}
.section1 h3 {
  color: #a1a1a1;
  font-size: 32px;
  margin: 0 0 70px;
  line-height: 1.4;
  width: 92%;
  font-weight: 500;
}
.section1_btm {
  display: grid;
  grid-template-columns: 75fr 25fr;
  gap: 50px;
}
.section1_btm ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 40px;
}
.section1_btm ul li {
}
.section1_btm ul li h4 {
  text-transform: uppercase;
  color: #2e2757;
  font-size: 16px;
  margin: 0 0 20px;
}
.section1_btm ul li img {
  max-height: 40px;
  max-width: 75px;
}
.section1_btm ul li p {
  margin: 15px 0 0;
  color: #000;
  font-size: 21px;
  line-height: 1.6;
}
.section1_btm_rt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1_btm_rt a {
  text-decoration: none;
  color: #fff;
  background-color: #e64070;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 17px;
  padding: 10px 30px;
  position: relative;
  gap: 10px;
  align-items: center;
}
.section1_btm_rt a img {
  height: 13px;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.section1_btm_rt a:hover {
  background-color: #000000;
}
/*-------section1---------*/

/*-------section2---------*/
.section2 {
  width: 100%;
  display: block;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #2e2757;
  background-image: url(../images/logo-overview2.svg);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: 200px;
}
.section2in {
  position: relative;
  width: 100%;
  z-index: 9;
  padding-left: 100px;
}
.section2in h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.section2in h2 span {
  color: #e34071;
}
.section2in h3 {
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 20px;
  width: 85%;
  font-weight: 400;
}
.servicessec a {
  transition: all 0.3s;
  color: #fff;
  /* background-color: #40478c; */
  padding: 40px 20px;
  display: block;
  /* border-radius: 20px; */
  text-decoration: none;
  position: relative;
}
.servicessec a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #d3417a;
  transition: all 0.3s;
  border-radius: 20px;
  z-index: -1;
}
.servicessec a:hover::before {
  background: linear-gradient(to top, #8a47a5 0%, #e93f6e 100%);
  transform: scaleY(1.05);
}
.servicessec a img {
  height: 45px;
}
.servicessec a h4 {
  font-size: 26px;
  font-weight: 300;
  margin: 30px 0 20px;
      height: 75px;
    overflow: hidden;
    font-weight: 700;
}
.servicessec a h4 span {
  font-weight: 400;
  display: block;
}
.servicessec a p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 15px;
  
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.servicessec a > span {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.servicessec a > span img {
  height: 15px;
}

.section2in .owl-stage {
  left: -45px;
  padding: 30px 20px;
}
.section2in .owl-theme .owl-nav {
  width: auto;
  float: right;
}
.section2in .owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  height: 37px;
}
.section2in .owl-nav {
  top: 250px !important;
  width: auto;
  left: -29%;
  display: none;
}
.section2in .owl-dots {
  top: 85% !important;
  width: auto;
  left: -49%;
  display: block;
}
/*-------section2---------*/

/*section3*/
.section3 {
  padding: 50px 0 80px;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.section3 h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 48px;
  text-align: center;
}
.section3 h2 span {
  color: #e64070;
}
.section3 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff8f9;
  padding: 40px 20px;
}
.section3 ul li img {
  max-width: 100%;
  max-height: 100px;
}
.section3 .owl-dots {
  bottom: -50px;
  text-align: center;
  display: block;
}
.section3 .owl-dots .owl-dot span {
  background-color: rgba(226, 63, 113, 0.16);
}
.section3 .owl-dots .owl-dot.active span,
.section3 .owl-dots .owl-dot:hover span {
  background-color: #e64070;
  transform: scale(1.2);
}
/*section3*/

/*section4*/
.section4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.section4 .sec4_left {
  position: relative;
  display: grid;
  align-items: center;
  color: #000;
  padding: 50px 120px;
  background-image: url(../images/solbg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section4 .sec4_left::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #7749b1;
  opacity: 0.37;
}
.sec4_left_in {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}
.sec4_left_in h2 {
  font-size: 48px;
  margin-top: 0;
  color: #000;
  margin-bottom: 20px;
}
.sec4_left_in p {
  font-size: 21px;
  color: #000;
  margin-bottom: 15px;
}
.sec4_left_in a {
  text-decoration: none;
  color: #fff;
  background-color: #e64070;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  gap: 10px;
  align-items: center;
}
.sec4_left_in a img {
  height: 13px;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.sec4_left_in a:hover {
  background-color: #000000;
}
.section4 .sec4_right ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section4 .sec4_right ul li {
  position: relative;
  width: 100%;
  padding: 50px;
  font-size: 15px;
  line-height: 1.8;
  transition: all ease-in-out 0.5s;
  border: 1px solid #dadada;
  background-color: #fff;
}
.section4 .sec4_right ul li:hover {
  transform: scale(1.1);
  z-index: 2;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
}
.section4 .sec4_right ul li img {
  height: 50px;
}
.section4 .sec4_right ul li h4 {
  font-weight: 300;
  font-size: 32px;
  margin: 20px 0 20px;
}
.section4 .sec4_right ul li h4 span {
  display: block;
  font-weight: 400;
}
.section4 .sec4_right ul li p {
  font-size: 16px;
}
.section4 .sec4_right ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #e64070;
  transition: all 0.3s;
}
.section4 .sec4_right ul li a img {
  height: 15px;
}
.section4 .sec4_right ul li a:hover {
  opacity: 0.85;
}
/*section4*/

/*section5*/
.section5 {
  padding: 100px 0;
  width: 100%;
  text-align: center;
  position: relative;
  background-image: url(../images/logo-overview2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section5 h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  text-align: center;
}
.section5 h2 span {
  color: #e64070;
}
.section5 a {
  text-decoration: none;
  color: #fff;
  background-color: #e64070;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  padding: 10px 20px;
  position: relative;
  gap: 10px;
  align-items: center;
}
.section5 a img {
  height: 13px;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.section5 a:hover {
  background-color: #000000;
}
/*section5*/

/*footer*/
.footer {
  padding: 0 100px;
  display: grid;
  grid-template-columns: 20fr 80fr;
  background-color: #2e2757;
  position: relative;
  width: 100%;
  gap: 100px;
}
.footer_logo {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
}
.footer_logo img {
  max-width: 100%;
  max-height: 150px;
}
.footer_right {
  position: relative;
  padding: 50px 0 30px 0;
}
.footer_right_in {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.footer_right_in h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.25;
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
.footer_right_in ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  margin-bottom: 15px;
  display: block;
}
.footer_right_in ul li a:hover {
  color: #e64070;
}
.footer_right_in h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.footer_right_in p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer_right_in p a {
  color: #e64070;
  text-decoration: none;
  display: block;
  clear: both;
}
.footer_socical {
  display: flex;
  gap: 10px;
  position: relative;
}
.footer_socical a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}
.footer_socical a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.footer_socical a img {
  height: 15px;
}
.copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 25px;
  text-align: center;
  font-weight: 300;
}
/*footer*/

/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #000;
}
/* .inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-color: #fff;
    opacity: 0.1
} */
.inner_banner svg.n_-rifkq7g0kj79ubfl0zua_i {
  opacity: 0.35;
}

.inner_banner img {
  width: 100%;
  /* opacity: 0.4; */
  display: block;
}
img.innerbannerf {
  position: absolute;
  left: 0px;
  top: 20%;
  width: 350px;
  opacity: 0.5;
  z-index: 9;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}
.searchbxtxt {
  top: 42%;
}
.innertxt1 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #6cbbff;
  font-size: 18px;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: 5px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; /* border-bottom: 2px solid #e97051; */
  display: inline;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}

.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}
.searchbxtxt {
  top: 42%;
}
.searchbox {
  width: 100%;
  margin-top: 30px;
}
.searchbox span {
  font-size: 12px;
  color: #fff;
  margin: 0px 0px 10px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: table;
}
.banner_fields {
  width: 40%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  padding: 15px;
  float: left;
  border: none;
  margin: 0px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.formsubmit {
  margin: 0px 6px;
  width: 15%;
  height: 100%;
  color: #fff;
  border-radius: 2px;
  padding: 15px 20px 15px 16px;
  float: right;
  text-align: right;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  background: url(../images/search.png) no-repeat right #e76f52;
  transition: ease all 0.5s;
  background-position: 11% 17px;
}
.formsubmit:hover {
  background: url(../images/search.png) no-repeat right #f4a363;
  transition: ease all 0.5s;
  background-position: 11% 17px;
}
.searchbox h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px solid #e97051;
  display: inline;
}
.searchbox form {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
/*innerbanner*/

.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: #d83f71;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #53c1ff;
}
/* .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: #7749b1;
  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: 2100px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 2100px;
  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: #2e3192;
}

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 #e64070;
  background-color: #e64070;
  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;
}
.mobno {
  display: block;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 55px;
  }
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .footer {
    overflow: hidden;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .menubar {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 5px;
    right: 10px;
    z-index: 99999999999999;
  }
  .menu {
    display: none;
  }

  .banner_hd {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .banner_hd br {
    display: none;
  }
  .banner_cont {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .banner_txt {
    top: 25% !important;
    padding: 0 15%;
  }
  .logo a img {
    height: 43px;
    padding: 5px 0 5px 10px;
  }
  .carousel-inner .item picture img {
    height: 400px;
    object-fit: cover;
    object-position: center center;
  }
  .banner_txt_in {
    width: 95%;
    padding: 25px;
  }
  .pavcontentslider .carousel-indicators {
    display: none;
  }
  .section1,
  .section2 {
    padding: 50px 20px;
  }
  .section1 h2,
  .section2in h2,
  .section3 h2 {
    font-size: 32px;
  }
  .section1 h3,
  .section2in h3 {
    font-size: 21px;
    line-height: 28px;
    width: 100%;
  }
  .section1_btm ul,
  .section1_btm,
  .section4,
  .section4 .sec4_right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1_btm ul li p,
  .sec4_left_in p {
    font-size: 16px;
  }
  .section2in {
    padding: 0;
  }
  .section2in h2 {
    margin-top: 0;
  }
  .section2in h3 {
    width: 100%;
  }
  .section2in .owl-stage {
    left: 0;
  }
  .section2in .owl-dots {
    left: 0;
    width: 100%;
    text-align: center;
    top: auto !important;
    bottom: -30px;
  }
  .section4 .sec4_left {
    display: block;
    width: 100%;
    padding: 50px 25px;
  }
  .sec4_left_in h2,
  .section4 .sec4_right ul li h4,
  .section5 h2 {
    font-size: 24px;
  }
  .section5 {
    background-position: left;
  }
  .footer {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer_logo {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 25px;
    justify-content: center;
  }
  .footer_right_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .copy {
    font-size: 12px;
  }
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .banner_txt {
    top: 35% !important;
  }
  .banner_hd {
    font-size: 48px;
    line-height: 52px;
  }
  .box2 ul li {
    float: left;
    display: inline-block;
    clear: none;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .menu > ul > li {
    margin: 0;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .logo {
    margin: 0;
    padding: 0;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .menu ul {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .section2in {
    padding-left: 50px;
  }
  .section2in h2 {
    font-size: 28px;
  }
  .section2in .owl-stage {
    left: -20px;
  }
  .banner_hd {
    font-size: 36px;
    line-height: 55px;
  }
  .box2cont p {
    min-height: 78px;
  }
  .logo a img {
    height: 45px;
    margin-top: 20px;
    margin-left: 15px;
  }
  .footer {
    padding: 0 30px;
    gap: 50px;
  }
  .footer_logo img {
    height: 90px;
  }
  .section4 .sec4_left {
    padding: 50px;
  }
  .sec4_left_in h2,
  .section3 h2 {
    font-size: 26px;
  }
  .section4 .sec4_right ul li h4 {
    font-size: 24px;
  }
  .section4 .sec4_right ul li {
    padding: 30px;
  }
  .section4 .sec4_right ul li p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1320px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 50px;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .header {
    padding: 0;
  }
  .logo a img {
    height: 55px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .section2in {
    padding-left: 50px;
  }
}
