/*******Dupat Front page css start******/

body {
	font-family: "Quicksand", sans-serif;
	overflow-x: hidden !important;
  }
  
  h1 {
	font-size: 50px;
	font-weight: 700;
  }
  
  h2 {
	font-size: 50px;
  }
  
  h6 {
	font-size: 30px;
  }
  
  h5 {
	font-size: 20px;
  }
  
  p {
	font-size: 16px;
  }
  
  .section {
	padding-top: 50px;
	padding-bottom: 50px;
  }
  
  /*******Banner start******/
  
.herobanner {
    background: url(../images/home/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90vh;
    min-height: 650px;
    max-height: 760px;
    width: auto;
    position: relative;
}

  .container-fluid.hbbanner {
    background: #ffffffcf;
  }
  
  .bannercontent {
	margin-top: 6%;
	position: absolute;
  }
  
  .bannercontent h1,
  .bannercontent h2,
  .bannercontent h3,
  .bannercontent h4,
  .bannercontent h5,
  .bannercontent h6 {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 60px;
  }
  
  .bannercontent h1 {
	font-size: 50px;
	font-weight: 700;
  }
  
  .bannercontent h6 {
	font-size: 30px;
	font-weight: 700;
  }
  
  .bannercontent h3 {
	font-size: 40px;
	font-weight: 300;
  }
  
  .bannercontent h4 {
	font-size: 25px;
	font-weight: 400;
  }
  
  a.nav-link {
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
  }
  
  .logo-wrapper img {
	height: 60px;
  }
  
  .herobanner h1 h2 h3 h4 h6 {
	color: #ffffff;
  }
  
  .socialicons-wrapper img {
	height: 30px;
  }
  .socialicons-wrapper a{
      text-decoration: none;
  }
  button.bannerbtn {
	width: fit-content;
	height: fit-content;
	background: linear-gradient(85.11deg, #25ba4a 1.67%, #1390cf 100%);
	border-radius: 41px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	margin-top: 30px;
	font-size: 16px;
	padding: 6px;
  }
  
  .btncontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
  }
  
  .btntext {
	margin: 0 20px;
	font-size: 14px;
  }
  .btnimg img {
	height: 40px;
  }
  
  /*******Banner end******/
  
  /******* navbar start******/
  .navbar-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
  }
  
  .nav-item a {
	color: #ffff !important;
  }
  
  .navbar-nav {
	margin: 0 auto;
	display: inherit;
  }
  
  /******* Navbar end******/
  
  /******* Usps start******/
  
  .cardcontent {
	justify-content: center;
	text-align: center;
  }
  
  .cardsusps {
	margin-top: -80px;
  }
  
  .card p {
	font-weight: 700;
	color: #25ba4a;
	text-transform: uppercase;
	padding-top: 20px;
  }
  
  .card {
	background: #000000;
	width: 200px;
	height: 160px;
	padding: 20px;
	border: 3px solid;
	border-image-source: linear-gradient(
	  238.24deg,
	  #1390cf 5.25%,
	  #25ba4a 95.85%
	);
	border-image-slice: 1;
  }
  
  .card img {
	height: 50px;
	width: auto;
  }
  
  /******* Usps end******/
  
  /*******About us start******/
  
  .aboutus {
	background: linear-gradient(180deg, #ffffff 65%, #f2f2f2 100%);
	padding: 80px;
  }
  
  .aboutus span {
	color: #1390cf;
  }
  
  .aboutimage img {
	height: auto;
	width: 100%;
	font-size: 50px;
  }
  
  .aboutus h2 {
	font-weight: 700;
	text-transform: uppercase;
  }
  
  .aboutus h5 {
	font-weight: 200;
	text-transform: uppercase;
  }
  
  .aboutus p {
	font-size: 16px;
  }
  
  button.aboutusbtn {
	width: fit-content;
	height: fit-content;
	background: linear-gradient(85.11deg, #25ba4a 1.67%, #1390cf 100%);
	border-radius: 41px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	margin-top: 30px;
	font-size: 14px;
	padding: 6px;
  }
  
  .aboutusbtn .btncontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
  }
  
  .btntext {
	margin: 0 20px;
	font-size: 14px;
  }
  
  .aboutusbtn .btnimg img {
	height: 40px;
  }
  
  /*******About us end******/
  
  /*******Our Products start******/
  
  .ourproducts h2 {
	font-weight: 700;
  }
  
  .ourproducts span {
	font-weight: 700;
	color: #1390cf;
  }
  
  .ourproducts h5 {
	font-weight: 300;
	margin-top: 20px;
  }
  
  .ourproductsheading {
	text-align: center;
	text-transform: uppercase;
  }
  
  .productimages img {
	width: auto;
	height: 200px;
  }
  .allproducts .nav-item{
      margin-bottom: 20px;
  }
  .allproducts .nav-item button img {
	height: 50px;
	width: 50px;
	background-color: #1390cf;
	object-fit: contain;
	border-radius: 50%;
	padding: 10px;
  }
  
  .allproducts li .ap-btn {
	background-color: #1390cf;
	height: 50px;
	width: 50px;
	border-radius: 50%;
  }
  
  .allproducts li .ap-btn .all-product-txt {
	display: block;
	color: #fff;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
  }
  
  .allproducts .nav-item button p {
	display: inline-block;
    color: black;
    text-transform: uppercase;
    margin-bottom: unset;
    padding: 0 20px 0 10px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .allproducts .nav-item .nav-link.active p {
	display: inline-block;
	color: black;
	text-transform: uppercase;
	margin-bottom: unset;
	padding: 0 20px 0 10px;
	font-size: 14px;
    font-weight: 600;
  }
  
  .allproducts .nav-item .nav-link.active {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #1390cf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
  }
  
  .nav-pills .nav-link {
	padding: 0 !important;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #1390cf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;adding: unset !important;
  }
  
  .nav {
	justify-content: space-between;
  }
  
  .allproducts .nav-item .nav-link.active img {
	background-color: #25ba4a;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	object-fit: contain;
	padding: 10px;
  }
  
  .tab-content {
	padding: 30px 40px;
  }
  
  ul#pills-tab {
	padding: 30px 50px;
  }
  
  .productimages p {
	padding-top: 30px;
	font-weight: 400;
	font-size: 16px;
	display: none;
  }
  
  .productcontainer {
	background: #f4f4f4;
	padding: 30px;
  }
  
  /*******Our Products end******/
  
  /*******certificates section start******/
  
  .certificates {
	padding: 60px;
	display: block;
  }
  
  .mobilecertificates {
	display: none;
  }
  
  .certificates img {
	height: 100%;
	width: 100%;
	box-shadow: 0px 10px 30px 0px #0000001a;
  }
  
  .certificates h2 {
	font-weight: 700;
  }
  
  .certificates span {
	font-weight: 700;
	color: #1390cf;
  }
  
  .certificates h5 {
	font-weight: 300;
	margin-top: 20px;
  }
  
  .certificatesheading {
	text-align: center;
	text-transform: uppercase;
  }
  
  .certificatesall {
	margin-top: 50px;
  }
  
  /*******Certificates section end******/
  
  /******* management section start******/
  
  .management {
	padding: 60px 0 0 0;
	background: #000000;
  }
  
  .ourmanagers {
	padding-top: 50px;
  }
  
  .management p {
	color: #ffffff;
	line-height: 30px;
	text-transform: capitalize;
  }
  
  .ourmanagers img {
	height: 600px;
	width: auto;
  }
  
  .managementheading {
	text-align: center;
	text-transform: uppercase;
  }
  
  .management h2 {
	font-weight: 700;
	color: #ffffff;
  }
  
  .management span {
	font-weight: 700;
	color: #1390cf;
  }
  
  .management h6 {
	font-weight: 300;
	margin-top: 20px;
	color: #ffffff;
  }
  
  .managers h6 {
	font-weight: 700;
  }
  
  .managers span {
	color: #25ba4a;
  }
  
  .managementcontent {
	text-align: left;
  }
  
  button.managementbtn {
	width: fit-content;
	height: fit-content;
	background: linear-gradient(85.11deg, #25ba4a 1.67%, #1390cf 100%);
	border-radius: 41px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	margin-top: 30px;
	font-size: 14px;
	padding: 6px;
  }
  
  .btncontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
  }
  
  .btntext {
	margin: 0 20px;
	font-size: 14px;
  }
  
  .btnimg img {
	height: 40px;
  }
  
  /******* Management section End******/
  
  /*******clientele section start******/
  
  .clienteleheading {
	text-align: center;
	text-transform: uppercase;
  }
  
  .clientele h2 {
	font-weight: 700;
  }
  
  .clientele span {
	font-weight: 700;
	color: #1390cf;
  }
  
  .clientele h5 {
	font-weight: 300;
	margin-top: 20px;
  }
  
  .marquee {
	margin-top: 50px;
	overflow: hidden;
  }
  
  .marquee-content {
	display: flex;
	animation: scrolling 26s linear infinite;
  }
  
  .marquee-item {
	flex: 0 0 16vw;
	margin: 0 1vw;
	/*   flex: 0 0 20vw; */
	/*   margin: 0 2vw; */
  }
  
  .marquee-item img {
	display: block;
	width: 100%;
  }
  
  @keyframes scrolling {
	0% {
	  transform: translateX(0);
	}
  
	100% {
	  transform: translatex(-144vw);
	}
  }
  
  /*******clientele section End******/
  
  /******* Awards section Start ******/
  
  .awards {
	padding: 60px;
  }
  
  .awards h2 {
	font-weight: 700;
  }
  
  .awards span {
	font-weight: 700;
	color: #1390cf;
  }
  
  .awards h5 {
	font-weight: 300;
	margin-top: 20px;
  }
  
  .awardsheading {
	text-align: center;
	text-transform: uppercase;
  }
  
  .awards img {
	height: auto;
	width: 100%;
  }
  
  .awardsall {
	margin-top: 50px;
  }
  
  .awards p {
	font-weight: 700;
	color: #25ba4a;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
  }
  
  /******* Awards section End ******/
  
  /******* Footer section Start ******/
  .footer {
	background: linear-gradient(0deg, #000000 0%, #1390cf 42%, #000000 100%);
	padding: 100px 0px 20px 0px;
  }
  
  .footerbuttons {
	width: fit-content;
  }
  
  .footerbtntext {
	font-size: 14px;
	width: fit-content;
	text-wrap: wrap;
	text-align: left;
	color: #ffffff;
	font-weight: 500;
	margin: 0 20px;
  }
  .footer h2 {
	font-size: 60px;
	font-weight: 700;
  }
  
  .footerheading {
	color: #ffffff;
  }
  
  .footerimg {
	height: 40px;
	width: 100%;
  }
  
  button.footerbtn {
	width: fit-content;
	height: fit-content;
	background: transparent;
	border-radius: 41px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #ffffff;
	margin-top: 30px;
	font-size: 14px;
	padding: 6px;
  }
  
  .footerbtncontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	text-decoration: none;
  }
  
  .footerbuttons {
	display: flex;
	column-gap: 30px;
  }
  
  .footerimg {
	height: 100%;
	width: 100%;
  }
  
  .input {
	height: 55px;
	width: 350px;
	border: none;
	border-radius: 80px;
  }
  
  .formfeilds .input .placeholder {
	color: #000000;
  }
  
  input#name {
	height: 55px;
	width: 350px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	border: none;
	border-radius: 80px;
  }
  
  input#email {
	height: 55px;
	width: 350px;
	padding-left: 20px;
	border: none;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	border-radius: 80px;
  }
  
  input#phone {
	height: 55px;
	width: 350px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	border-radius: 80px;
  }
  
  button.formsbtn {
	width: fit-content;
	height: fit-content;
	background: linear-gradient(85.11deg, #25ba4a 1.67%, #1390cf 100%);
	border-radius: 41px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	font-size: 14px;
	padding: 6px;
  }
  
  ::placeholder {
	color: #000000;
  }
  
  .formbtncontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
  }
  
  .footerbtnimg {
	height: 40px;
  }
  
  .btntext {
	margin: 0 20px;
	font-size: 14px;
  }
  
  form {
	display: flex;
	column-gap: 32px;
  }
  
  .submitform {
	padding-top: 40px;
  }
  
  .quicklinks {
	padding: 40px 0px;
  }
  
  .footerlogo {
	height: 70px;
  }
  
  .quicklinks p,
  li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	list-style-type: none;
  }
  
  ul {
	padding: 0px;
  }
  
  .linkheading p {
	font-weight: 700;
  }
  
  .copyright {
	border-top: 1px solid #ffffff;
	padding-top: 30px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
  }
  
  /******* Footer section End ******/
  
  
  
/*side floating button  */
.float-sm {
position: relative;
}
.apply-now {
    position: fixed;
    transform: rotate(90deg);
    bottom: 50% !important;
    left: calc(100% - 121px);
    background: linear-gradient(85.11deg, #25ba4a 1.67%, #1390cf 100%);
    outline: none;
    border: none;
    z-index: 99999;
    width: max-content;
    padding: 4px 10px;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
}
.float-sm a {
    color:#ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.float-sm a p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 10px;
}
/*side floating button  */

/* whats app button  */
.con-float {
  display: inline-block;
  position: fixed;
  bottom: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent;
  color: var(--white);
  text-align: center;
  right: 25px;
  bottom: 30px;
  z-index: 99;
}

.con-float img {
  width: 100%;
}
/* whats app button  */ 



.allproducts .allproductstab.nav-item{
}
.allproducts .allproductstab.nav-item .nav-link{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #1390cf;
    color: #ffffff;
    border: 1px solid #1390cf;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allproducts .allproductstab.nav-item .nav-link.active{
    background: transparent;
    color: #000000;
}
.allproducts .allproductstab.nav-item .nav-link p{
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.allproducts .allproductstab.nav-item .nav-link.active p{
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
#catalogueModal input{
    width: 100%;
    font-weight: 700;
    border: 1px solid #bebebe;
    margin-bottom: 20px;
    font-size: 14px;
}
#catalogueModal button.formsbtn{
    width: 100%;
}
.cataloguebtnreq p{
    font-size: 14px;
}











/************ Mobile View start*********/
  
  @media (max-width: 767px) {
	h1 {
	  font-size: 24px;
	  font-weight: 700;
	}
  
	h2 {
	  font-size: 24px;
	}
  
	h6 {
	  font-size: 16px;
	}
  
	h5 {
	  font-size: 16px;
	}
  
	p {
	  font-size: 14px;
	}
  .herobanner{
      height: 70vh;
  }
	.bannercontent h1 {
	  font-size: 24px;
	  font-weight: 700;
	}
  
	.bannercontent h2 {
	  font-size: 22px;
	}
  
	.bannercontent h3 {
	  font-size: 20px;
	}
  
	.bannercontent h6 {
	  font-size: 20px;
	}
  
	.bannercontent h5 {
	  font-size: 16px;
	}
  
	p {
	  font-size: 14px;
	}
  
	.bannercontent h1,
	.bannercontent h2,
	.bannercontent h3,
	.bannercontent h4,
	.bannercontent h5,
	.bannercontent h6 {
	  color: #ffffff;
	  text-transform: uppercase;
	  line-height: 1.5;
	}
  
	.btnimg img {
	  height: 40px;
	}
  
	.btncontent {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
  
	.btntext {
	  font-size: 14px;
	}
  
	button.bannerbtn {
	  width: fit-content;
	  height: 60px;
	  font-size: 14px;
	}
  
	/******* Cards  section Start ******/
  
	.card {
	  background: #000000;
	  height: fit-content;
	  width: 100%;
	  margin-bottom: 20px;
	  padding: 10px 2px;
	  line-height: 1.2;
	}
  
	.card p {
	  padding-top: 10px;
	  font-size: 12px;
	  margin-bottom: 0;
	}
  
	.card img {
	  height: 40px;
	  width: auto;
	}
  
	.cardsusps {
	  margin-top: -50px;
	}
  
	.cardcontent {
	  padding-top: 20px;
	}
  
	/******* Aboutus section Start ******/
  
	.aboutus {
	  padding: 30px;
	}
  
	.aboutimage img {
	  padding-top: 40px;
	}
  
	/******* Products  section Start ******/
  
	.productcontainer {
	  margin-top: 10px;
	}
  
	.productimages img {
	  width: auto;
	  height: 60px;
	}
  
	.productcontainer {
	  padding: 10px;
	}
  
	.productimages p {
	  contain-intrinsic-block-size: auto 100px;
	  padding-top: 20px;
	  font-weight: 400;
	  font-size: 12px;
	  margin: 0px;
	}
  
	ul#pills-tab {
	  padding: 30px 50px 0 30px;
	  margin-bottom: 0 !important;
	}
  
	.quicklinks p,
	li {
	  font-size: 14px;
	  margin: 2px;
	}
  
	.allproducts .nav-item .nav-link.active {
	  display: flex;
	  border-radius: 50px;
	  background: transparent;
	  border: 1px solid #1390cf;
	  height: 50px;
	  width: fit-content;
	  align-items: center;
	}
  
	p.all-product-txt {
	  padding: 0;
	  width: 50px;
	  height: 45px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	.nav-pills .nav-link {
	  padding: unset !important;
	}
  
	.allproducts .nav-item button img {
	  height: 50px;
	  width: 50px;
	  background-color: #1390cf;
	  object-fit: contain;
	  border-radius: 50%;
	  padding: 10px;
	}
  
	.allproducts .nav-item .nav-link.active img {
	  background-color: #25ba4a;
	  border-radius: 50%;
	  height: 50px;
	  width: 50px;
	  object-fit: contain;
	  padding: 10px;
	}
  
	.allproducts .nav-item .nav-link.active p {
	  display: inline-block;
	  color: black;
	  text-transform: uppercase;
	  margin-bottom: unset;
	  padding: 0 20px 0 10px;
	  font-size: 12px;
	}
  .allproducts .allproductstab.nav-item .nav-link.active{
      width: 50px;
  }
	/******* Certificates section Start ******/
  
	.certificates {
	  padding: 30px;
	}
  
	.certificatesall {
	  display: none;
	}
  
	.mobilecertificates {
	  display: block;
	  padding: 20px 20px;
	}
  
	.carousel-inner img {
	  width: 100%;
	  height: 510px;
	}
  
	/******* Awards section Start ******/
  
	.awards {
	  padding: 20px 20px 0px 20px;
	}
  
	.awardsall {
	  display: none;
	}
  
	.mobilecertificates img {
	  width: 100%;
	  height: 100%;
	}
  
	/******* Managers section Start ******/
  
	.ourmanagers img {
	  height: 300px;
	  width: auto;
	}
  
	/******* Clientele section Start ******/
  
	.clientele h5 {
	  margin: 0;
	}
  
	.marquee-item img {
	  width: 100px;
	}
  
	/******* footer section Start ******/
  
	form {
	  display: flex;
	  column-gap: 50px;
	  flex-wrap: wrap;
	}
  
	.quicklinks p,
	li {
	  font-size: 14px;
	}
  
	.copyright {
	  font-size: 16px;
	}
  
	.footer h2 {
	  font-size: 24px;
	}
  
	.footer {
	  padding: 60px 0px 20px 0px;
	}
  
	.footerimg {
	  padding-top: 40px;
	}
  
	.footerbuttons {
	  display: block;
	  column-gap: 0;
	}
  
	.footerbtntext {
	  font-size: 12px;
	  margin: 0 10px;
	}
  
	.formfeilds input {
	  margin-bottom: 15px;
	}
	.allproducts .nav-item button p{
	    display: none;
	}
  }