@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kodchasan&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #f7f7f7;
}

.company-profile {
  margin-top: 10rem !important;
}

.company-profile .container .about-title {
  margin-top: -45px;
}

.company-profile .container .about-title ul {
  list-style: none !important;
  margin-left: 60px !important;
  padding-left: 0px !important;
}

.company-profile .container .about-title ul li {
  margin-top: 9px !important;
  text-shadow: 2px 2px 4px #D7B66F !important;
  font-family: "Poppins", sans-serif !important;
  color: #6F355E !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.company-profile .container .company-name {
  margin-top: -24% !important;
  margin-left: 10% !important;
  width: 56% !important;
  font-family: "Kodchasan", sans-serif !important;
}

.company-profile .container .company-name h2 {
  width: 20px;
  font-size: 72px;
  letter-spacing: 22px;
  color: #6F355E;
  font-weight: 600;
}

.company-profile .container .company-image {
  margin-top: -163px;
  margin-left: -80px;
  width: 500px;
  height: 600px;
  background-image: url("../wp-content/about/about-main.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.company-profile .container .company-image:before {
  content: "";
  position: absolute;
  top: 163px;
  left: -292px;
  width: 292px;
  height: 33px;
  background-color: #D7B66F;
  z-index: -10000000;
}

.company-profile .container .company-image:after {
  content: "";
  position: absolute;
  top: -190px;
  left: 104px;
  width: 33px;
  height: 190px;
  background-color: #D7B66F;
  z-index: -10000000;
}

.company-profile .container .about-company {
  width: 900px;
  padding: 3rem 9rem 3rem 2rem !important;
  position: relative;
  z-index: -1;
  background: linear-gradient(112.76deg, #6F355E 0%, rgba(111, 53, 94, 0.7) 95.64%);
}

.company-profile .container .about-company p {
  max-width: 80%;
  padding: .3rem 0;
  margin: 0.8rem auto;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "Poppins", sans-serif;
}

.company-profile .container .about-company:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 292px;
  background-color: #D7B66F;
  z-index: -10000000;
}

.company-profile .container .about-company:after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 292px;
  height: 24px;
  background-color: #D7B66F;
  z-index: -10000000;
}

@media (min-width: 768px) {
  .container {
    max-width: 726px;
  }
}

@media (max-width: 768px) {
  .pad-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1146px;
    width: 1332px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1326px !important;
  }
}

@media (max-width: 1400px) {
  .about-company {
    width: 720px !important;
    padding: 4rem 8rem 4rem 4rem !important;
  }
  .company-profile .container .company-name {
    margin-top: -271px !important;
    margin-left: 6% !important;
  }
}

@media (max-width: 1200px) {
  .about-company {
    width: 590px !important;
    padding: 4rem 6rem 4rem 3rem !important;
  }
  .company-image {
    width: 445px !important;
    height: 500px !important;
  }
  .company-profile .container .company-name {
    margin-top: -116px !important;
    margin-left: 6% !important;
  }
  .company-profile .container .company-name h2 {
    font-size: 45px !important;
  }
}

@media (max-width: 990px) {
  .about-company {
    width: 473px !important;
    padding: 2rem 6rem 2rem 2rem !important;
  }
  .about-company p {
    font-size: 12px !important;
  }
  .about-title {
    margin-top: 130px;
  }
  .about-title ul {
    margin-left: 0 !important;
  }
  .second .container .line {
    display: none;
  }
  .company-image {
    width: 327px !important;
    height: 374px !important;
  }
}

@media (max-width: 744px) {
  .company-profile {
    margin-top: 0px !important;
  }
  .company-profile .container div {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .about-company {
    width: 100% !important;
    max-height: 500px !important;
    padding: 2.1rem 2rem 2.1rem 2rem !important;
  }
  .about-company p {
    max-width: 90% !important;
    line-height: 1.8;
    margin-top: 20px;
  }
  .about-company:before, .about-company::after {
    display: none;
  }
  .company-name {
    margin: 0 !important;
    text-align: center;
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    font-size: 24px;
  }
  .company-name h2 {
    font-size: 36px !important;
    width: 100% !important;
    text-align: center;
  }
  .company-image {
    width: 100% !important;
    height: 504px !important;
    margin: 70px 0 !important;
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .company-image:before, .company-image::after {
    display: none;
  }
  .about-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #D7B66F;
    margin-bottom: 30px;
    margin-top: 30px !important;
  }
  .about-title ul {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-title ul li:not(:nth-child(1)) {
    text-transform: lowercase;
  }
  .about-title ul li {
    font-size: 1em !important;
  }
  .company-profile .container .about-title ul:nth-child(1) {
    margin-left: 0 !important;
  }
  .company-profile .container .about-title ul:nth-child(2) {
    margin-left: 10px !important;
  }
  .made-in-india .container section {
    text-align: center;
  }
  .second {
    margin-top: 120px !important;
  }
  .second .container .line {
    display: none;
  }
}

.second {
  margin-top: 250px;
}

.second .container .mission h1, .second .container .vision h1 {
  font-size: 38px;
}

.second .container img {
  max-width: 100%;
  height: auto;
}

.second .container .r section {
  padding: 50px 0;
}

.second .container .r section h1 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #6F355E;
}

.second .container p {
  max-width: 450px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.quality-policy {
  margin-top: 90px !important;
}

.quality-policy .item-paragraph {
  font-size: 16px;
}

.quality-policy .section-title {
  font-size: 38px;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .quality-policy .section p {
    text-align: center;
  }
}

.made-in-india {
  margin: 115px 0 150px 0;
}

.made-in-india .container h2 {
  background-color: #D7B66F;
  color: #6F355E;
  font-size: 38px;
  text-transform: uppercase;
}

.made-in-india .container section {
  background-color: #6F355E;
  padding: 60px 0;
}

.made-in-india .container section img {
  max-width: 100%;
  padding: 0 10px;
}

.made-in-india .container section p {
  max-width: 485px;
  color: white;
  padding: 0 10px;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
/*# sourceMappingURL=about.css.map */