body,
html {
  height: 100%;
}
.footerNav .navbar-nav .nav-item .nav-link,
.navbar ul li a {
  margin-left: 20px;
  padding-right: 31px !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.navbar ul li a,
.upperFooterNav ul li {
  font-weight: 600;
}
html {
  overflow: hidden;
  scroll-behavior: smooth !important;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  overflow: auto;
}
.text-justify {
  text-align: justify;
}
a {
  color: unset;
}
a,
li,
ul {
  text-decoration: none;
  list-style: none;
}
.upper-nav ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
}
.upper-nav ul li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  list-style: none;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
}
.navbar {
  margin-top: 0;
  padding-top: 0;
}
.navbar ul li a {
  border-right: 3px solid #fff;
  color: #fff;
}

.landing-Div {
  padding-top: 18px;
  background-image: url(images/bg-lg.webp);
  background-size: cover;
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  height: auto;
  width:100%;
  position:relative;
  z-index:3000;
}
.logoImg {
  position: absolute;
  top: -45px;
}
.landing-Content h1 {
  color: #fff;
  font-weight: 700;
  padding-left: 17px;
  font-size: 2.5rem;
  border-left: 10px solid #f8b22c;
  margin-bottom: 40px;
}
.landing-Content p {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.landing-Content p .years {
  color: #0ff;
  font-weight: 500;
  font-size: 1rem;
}
.landing-Form {
  padding: 10px 20px 20px;
  text-align: left;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(
    rgba(245, 242, 242, 0.4),
    rgba(245, 242, 242, 0.4)
  );
}
/*.landing-Form .formHeading {*/
/*  margin-bottom: 30px;*/
/*}*/


.landing-Form .formHeading p {
  display: flex;
  column-gap: 5px;
  align-items: center;
  justify-content: center;
}
.landingImg {
  height: 80%;
}
.btn-theme {
  background-color: #f8b22c;
  color: #000;
  font-weight: 700;
  padding: 10px 40px;
}
.btn-theme:hover {
  background-color: #f8b22c;
  color: #fff;
}
.expouser-section {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
}
.expouser-section p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.expouser-section span {
  font-size: 18px;
}
.magzineSection {
  background-image: url(images/magzine-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mlmPlans,
.planlist,
.productSection {
  background-position: center;
  background-size: cover;
}
.maxtraText {
  background-image: url(images/maxtra-text.webp);
  background-size: cover;
  display: flex;
  align-items: end;
}
.magzineSection .maxtraText .maxtraMagzineText {
  padding: 10px 25px;
}
.magzineSection .maxtraText .maxtraMagzineText h3 {
  font-weight: 700;
  color: #ffa800;
  text-shadow: 1px 2px #000;
  font-size: 24px;
}
.magzineSection .maxtraText .maxtraMagzineText p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.productCard {
  display: flex;
  padding: 20px;
  height: 100%;
  column-gap: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.isoSection img,
.productCard img {
  width: 100px;
  height: 100px;
}
.apperciationHeading h2,
.productHeading h2,
.whyUsHeading h3 {
  font-size: 36px;
  font-weight: 700;
}
.apperciationHeading p,
.productHeading p {
  font-size: 18px;
  font-weight: 500;
}
.productSection {
  background-image: url(images/product-bg.webp);
  height: auto;
}
.mlmPlans {
     background-image: url(images/plans-bg.webp);
    background-size: cover;
    height: auto;
}

.mlmPlans .plansTypes {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  justify-content: center;
}
.planlist .planlistcard,
.whyUsSection .whyChooseCard {
  row-gap: 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  height: 100%;
}
.mlmPlans .plansTypes img {
  width: 40px;
  height: 40px;
}
.mlmPlans .plansTypes h5 {
  font-size: 19px;
  font-weight: 700;
}
.mlmPlans .plansTypes .d-flex {
  column-gap: 15px;
  align-items: center;
}
.planlist {
  background-image: url(images/planlist-bg.webp);
}
.planlist .planlistcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 25px 70px;
  border-radius: 12px;
  position: relative;
}
.planlist .planlistcard a {
  width:100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}


.planlist .planlistcard img {
  height: 50px;
  width: 50px;
}
.planlist .planlistcard h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.planlist .planlistcard p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  width: 80%;
}
.salesBanner {
  background-image: url(images/salesbanner-bg.webp);
  background-size: cover;
}
.salesBanner .saleText {
  display: flex;
  column-gap: 15px;
  justify-content: space-evenly;
}
.salesBanner .saleText h3 {
  color: #fff;
  font-weight: 700;
}
.industriesSection {
  background-image: url(images/Industries-bg.webp);
  background-size: cover;
}
.owlNft .owl-dots,
.owlTest .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: block !important;
}
.owlNft .owl-nav button.owl-next,
.owlNft .owl-nav button.owl-prev,
.owlNft button.owl-dot {
  border: none;
  padding: 0 !important;
  font: inherit;
  color: #fff !important;
  font-size: 15px !important;
  height: 0 !important;
  line-height: 20px;
  position: relative;
  width: 18px !important;
  left: 0;
  margin: 5px;
  bottom: 0 !important;
  background: #fff !important;
}
#industriesCarousel h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
#industriesCarousel .item {
  text-align: center;
}
.hireBanner {
  background-image: url(images/hireBg.webp);
  background-size: cover;
}
.whyUsSection .whyChooseCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
.whyUsSection .whyChooseCard img {
  width: 60px;
  height: 60px;
}
.whyUsSection .whyChooseCard h5 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.whyUsSection .whyChooseCard p {
  text-align: center;
  width: 80%;
  font-size: 14px;
}
.drop-right {
  border-radius: 0 200px 200px;
}
.drop-left {
  border-radius: 200px 0 200px 200px;
}
.color1 {
  background-color: #ffe3ad;
}
.color2 {
  background-color: #b1d4fe;
}
.color3 {
  background-color: #ffbdcd;
}
.color4 {
  background-color: #e3befd;
}
.whyUsHeading p {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}
.testimonialSection {
  background-image: url(images/testimonials-bg.webp);
  background-size: cover;
}
.testimonialSection .testimonialCard {
  background-color: #fff;
  padding: 25px 30px;
  height:350px;
  border-radius: 50px 0;
}
.testimonialSection .testimonialCard h4 {
  color: #f8b22c;
  font-size: 17px;
  font-weight: 700;
}
.testimonialSection .testimonialCard h6 {
  font-size: 15px;
  font-weight: 700;
}
.testimonialSection .testimonialCard img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.testimonialSection .testimonialHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.testimonialSection .testimonialHeading h2 {
  font-weight: 700;
  font-size: 36px;
  color: #f8b22c;
  margin-bottom: 20px;
}
.testimonialSection .testimonialHeading p {
  color: #fff;
  width: 85%;
  font-weight: 500;
}
.owlNft .owl-nav button.owl-prev,
.owlNft button.owl-dot,
.owlTest .owl-nav button.owl-next {
  border: none;
  padding: 0 !important;
  font: inherit;
  color: #fff !important;
  font-size: 15px !important;
  height: 0 !important;
  line-height: 20px;
  position: relative;
  width: 18px !important;
  left: 0;
  margin: 5px;
  bottom: 0 !important;
  background: #f8b22c !important;
}
.owl-theme .owl-dots .owl-dot span {
  margin-top: 50px;
  background: #fff;
  width: 7px;
  height: 7px;
}
.owl-theme .owl-dots .owl-dot.active span {
  margin-top: 50px;
  background: #f8b22c;
  width: 10px;
  height: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.consultBanner {
  background: #fff;
}
.footerBg {
  background-image: url(images/footerBg.webp);
  background-size: cover;
}
.footerLeft {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footerRight {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: end;
}
.footerLogo {
  width: 268px;
}
.isoSection {
  display: flex;
  column-gap: 10px;
}
.footerCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerCenter img {
  width: 200px;
  height: 200px;
}
.maxtraLogo {
  width: 250px;
}
.googlePartner {
  width: 160px;
}
.footerNav {
  background-color: #f8b22c;
  border-radius: 8px;
  padding: 15px;
}
.footerNav .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 10px;
}
.footerNav .navbar-nav .nav-item .nav-link {
  border-right: 3px solid #000;
  color: #000;
}
.upperFooterNav ul {
  display: flex;
  column-gap: 30px;
  justify-content: center;
}
#TestimonialsCarousel .owl-item {
  height: 332px !important;
}
#TestimonialsCarousel .item {
  height: 100% !important;
}
@media (max-width: 1400px) {
  .upper-nav ul li {
    font-size: 0.9rem;
  }
  .salesBanner .saleText h3 {
    font-size: 1.5rem;
  }
  .salesBanner .saleText {
    align-items: baseline;
  }
  .whyUsSection .whyChooseCard {
    padding: 25px;
  }
  .landingImg {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .landing-Content p,
  .navbar ul li a {
    font-size: 14px;
  }
  .landing-Form .formHeading {
    margin-bottom: 0;
  }
  .headingSection {
    display: flex;
    align-items: end;
  }
  .landing-Content h1 {
    font-size: 2rem;
  }
  .landing-Content {
    margin-top: 0 !important;
  }
  .landingImgSection,
  .landingImgSection img {
    display: none;
  }
  .landing-Form {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .landingImgSection,
  .landingImgSection img,
  .upper-nav {
    display: none;
  }
  .navbar-toggler {
    background-color: #fff;
  }
  .logoImg {
    position: static;
    max-width: 80%;
  }
  
    .landingImgSection,
  .landingImgSection img,
  .magzineSection .maxtraText .maxtraMagzineText,
  .magzineSection .maxtraText .maxtraMagzineText p {
    font-size:10px!important;
  }
  
    .landingImgSection,
  .landingImgSection img,
  .magzineSection .maxtraText .maxtraMagzineText,
  .magzineSection .maxtraText .maxtraMagzineText h4 {

      font-size:12px!important;
  }
  
  
  
  
}
@media (max-width: 768px) {
  .navbar-toggler {
    background-color: #fff;
  }
  .logoImg {
    position: static;
    max-width: 80%;
  }
  .landingImgSection,
  .landingImgSection img,
  .magzineSection .maxtraText .maxtraMagzineText,
  .magzineSection .maxtraText .maxtraMagzineText p {
    font-size:10px!important;
  }
  
    .landingImgSection,
  .landingImgSection img,
  .magzineSection .maxtraText .maxtraMagzineText,
  .magzineSection .maxtraText .maxtraMagzineText h4 {

      font-size:12px!important;
  }
  
  .expouser-section{
      flex-direction:row;
      display: inline-block;
  }
  .expouser-section {
    align-items: initial;
    justify-content: initial;
  }
  .productCard {
    flex-direction: column;
    row-gap: 14px;
  }
  .mlmPlans .plansTypes {
    padding-left: 25px !important;
  }
  .salesBanner .saleText {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
  .salesBanner .saleText h3 {
    text-align: center;
  }
  .footerCenter,
  .footerLeft,
  .footerRight {
    margin-bottom: 30px;
  }
  .upperFooterNav ul {
    flex-direction: column;
    row-gap: 15px;
  }
  .upperFooterNav ul li i {
    margin-right: 0 !important;
  }
  .upperFooterNav ul li {
    display: flex;
    column-gap: 5px;
    align-items: center;
  }
  .footerNav .navbar-nav {
    flex-direction: column;
    row-gap: 10px;
  }
  .footerNav .navbar-nav .nav-item .nav-link {
    border-right: none;
  }
  
  .footerRight {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

.footerLeft {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

}

@media (max-width:568px) {
    
.expouser-section{
    display:flex;
} 


.maxtraText {
    background-image: url(images/maxtra-text.webp);
    background-size: cover;
    display: flex;
    align-items: end;
    height: 366px!important;
    margin-bottom: 25px;
    
}
    
}

.img {
  width: 100%;
  height: auto;
}


.our-plans{
    font-size: 20px!important;
    font-weight: bold!important;
}


/*Footer Styling*/


.navbar .divider li a{
    border-right: 3px solid #000;
    color:#000;
}

.thankyou-img img{
    width:100%;
    height:100%;
}

.pillar-img img{
    width:100%;
    height:100%;
}


.main-details1{
   padding-top:5px;
  background-image: url(images/background.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width:100%;  
}

.contact-details p span{
    color:#0047FF;
    font-weight:bold;
}

.thanks-sign h4{
  font-size:20px;
  font-weight:bold;
}


.portfolio-btn{
    display:flex;
    justify-content:center;
}


.portfolio-btn button{
        all: unset;
    padding: 7px 13px;
    background-color: #1673C9;
    color: white;
    margin-bottom: 10px;
    border-radius: 20px;
    font-weight: 600;
}

.portfolio-btn button svg{
    font-weight: 700;
}

.new-plan1{
   padding-top:5px;
  background-image: url(images/rectangle_370.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width:100%;  
  margin-bottom:10px;
  border-radius:50px;
}

.new-plan1 h4{
    color:#1A2C79;
    padding-top:20px;
    font-weight:bold;
}

.plans{
    display:flex;
}


.plans img{
    width:25px;
}


.plans p{
    margin:0px!important;
}



/*bottom to top btn */


#myBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    font-size: 18px;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    background:none;
}


/*Side Negvation*/

#mySidenav a {
   position:absolute;
     left: -169px; 
    /*right: -175px;*/
    padding: 15px;
    width: 215px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    transition: right 2s;
 
}



#mySidenav a:hover {
  left: 0;
   transition: left 2s;

}

#about {
  top: 20px;
  background-color: #04AA6D;
}

#blog {
  top: 80px;
  background-color: #2196F3;
}

#projects {
  top: 140px;
  background-color:#cf2f45;
   transition: width 5s;
}

#contact {
  top: 200px;
  background-color:#1673c8;
   transition: width 5s;
}




