body {
  font-family: "Ubuntu", sans-serif;
  line-height: 1.6;
  color: #333333;
}
html, body {
  height: 100%;
  margin: 0;
}
 
.wrapper #__next {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
 
.wrapper section {
  flex: 1;
}
.col-12 {
  padding: 0 15px 30px;
}
h2 {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 700;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
}
p {
  margin-bottom: 1.3em;
}
.top-announcement-block {
  background-color: #e44a79;
  min-height: 35px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.top-announcement-block p {
  margin-bottom: 0;
  font-weight: 700;
}

/***********header css ***************/
a.nav-link {
  font-size: 0.8em;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  color: #6f6666;
}
header.navbar {
  transition: background-color 0.3s, opacity 0.3s;
}
a.nav-link.active {
  color: #333;
}
.fixed-top {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  animation: stuckMoveDown 0.6s;
}

/****Footer css********/

.footer-copyright-block {
  background-color: #e44a79;
}

.footer-copyright-block p {
  margin-bottom: 0;
  padding: 10px 0 15px;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.5);
}
.footer-block {
  background-color: #e276a6;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0 0;
}

.footer-address-block p {
  color: #f1f1f1;
  margin-bottom: 0;
}
.footer-address-block p a {
  color: currentColor;
  text-decoration: none;
}
.footer-address-block {
  gap: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
}

/**********Facility css************/
.plant-machinery-block {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.plant-machinery-block h2 {
  color: #333333;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 12px;
}
.cosmetics-banner-block {
  position: relative;
}
.banner-info {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 6%;
}
.banner-info h2 {
  padding: 0;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1;
  max-width: 50%;
  text-align: center;
}
.plant-info h2 {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.6em;
  color: #333;
}
.plant-machinery-block .col-12 {
  padding: 0 15px 30px;
}
.plant-info {
  background-color: rgb(255, 245, 243);
  overflow: hidden;
}
.plant-info p {
  font-size: 0.9em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.plant-info img {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transform: translateZ(0);
  max-width: 100%;
  width: 100%;
}
.plant-info img:hover {
  transform: scale(1.1);
}
.plant-content-info {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.7em;
  padding-bottom: 1.4em;
}

/********why-us*******/
.why-us-block {
  margin-top: 30px;
}

.why-us-block-info {
  text-align: center;
}

.why-us-block-info img {
  margin: 0 auto 1em;
}

/*******Contact-us-block**********/
.contact-us-block {
  background: url(../images/enquire-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.contact-us-block textarea,
.contact-us-block input,
.contact-us-block select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
input:hover,
textarea:hover,
select:hover {
  box-shadow: inset 0 -1.8em 1em 0 transparent;
}
.contact-us-block form {
  max-width: 1000px;
  margin: auto;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}
textarea {
  padding-top: 0.7em;
  min-height: 120px;
}
.button,
button,
input,
textarea,
select,
fieldset {
  margin-bottom: 1em;
}
button.btn.btn-submit {
  background-color: #e44a79;
  margin-right: 0px;
  border-radius: 20px;
  border-color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  color: #fff;
  cursor: pointer;
  font-weight: bolder;
}
.contact-us-block h2 {
  color: #333333;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
}
.contact-us-block form .col-12 {
  padding-bottom: 0;
}

/******About us ************/
.about-us-block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.aboutus-left-block img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.about-us-right-block {
  background: url("../images/about-page-new-bg.png") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.about-us-right-block:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.17);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  z-index: -1;
}
.about-us-right-block p {
  color: #f1f1f1;
  font-size: 19px;
  width: 70%;
  margin: auto;
}
p.gap {
  display: block;
  height: auto;
  padding-top: 60px;
  margin-bottom: 0;
}
.about-us-right-block h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 1;
  font-size: 2.9em;
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
/*******Homepage**********/
.cosmetics-success-block {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(255, 245, 243);
}
.success-block img {
  margin-bottom: 1em;
}
.success-block h3 {
  font-size: 1.25em;
}
.who-we-are-block {
  padding-top: 59px;
  padding-bottom: 59px;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0);
}
.who-we-are-header {
  padding: 0 15px 30px;
}
.who-we-are-header h3 {
  font-weight: 300 !important;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
  padding: 0 15px;
}
a.button.primary.is-outline {
  color: #e44a79;
  text-decoration: none;
  border-radius: 99px;
  border: 2px solid currentColor;
  background-color: transparent;
  line-height: 2.19em;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  min-height: 2.5em;
  padding: 0 1.2em;
  margin-top: 0;
  margin-right: 1em;
  position: relative;
  display: inline-block;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
a.button.primary.is-outline:hover {
  background-color: #e44a79;
  color: #fff;
}
.who-we-are-right-block {
  background-color: rgb(228, 45, 100);
  padding: 15px 15px 15px 15px;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s,
    opacity 0.3s;
}
.who-we-are-right-block h2 {
  color: #fff;
  padding-top: 30px;
}
.who-we-are-right-block p {
  margin-bottom: 1.3em;
  padding-bottom: 30px;
}
.who-we-are-right-block:hover {
  transform: translateY(-6px);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}

.hero-banner {
  width: 100%;
}

@media only screen and (max-width: 520px) {
  .banner-info h2 {
    max-width: 100%;
  }
}