@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about_banner .bg {
  height: calc(100vh - var(--headerheight));
}
@media only screen and (max-width: 768px) {
  .banner.about_banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about_banner .bg {
    height: 50vh;
  }
}
.banner.about_banner .bg .banner-wrapper {
  width: 100%;
  left: 50%;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 768px) {
  .banner.about_banner .bg .banner-wrapper {
    width: 100%;
  }
}
.banner.about_banner .bg .banner-wrapper .container .content {
  text-align: center;
}
.banner.about_banner .bg .banner-wrapper .container .content svg, .banner.about_banner .bg .banner-wrapper .container .content img {
  width: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .banner.about_banner .bg .banner-wrapper .container .content svg, .banner.about_banner .bg .banner-wrapper .container .content img {
    display: none;
  }
}
.banner.about_banner .bg .banner-wrapper .container .content h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white);
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .banner.about_banner .bg .banner-wrapper .container .content h2 {
    font-size: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner.about_banner .bg .banner-wrapper .container .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about_banner .bg .banner-wrapper .container .content h2 {
    font-size: 24px;
  }
}
.banner.about_banner .bg .banner-wrapper .container .content p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
}

.about_secA {
  background: url("/assets/images/about/about-secA.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_secA.frozato_A {
  background: none;
}
@media only screen and (max-width: 991px) {
  .about_secA.frozato_A .flex {
    gap: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secA.frozato_A .flex {
    gap: 25px;
  }
}
.about_secA.frozato_A .flex .colA {
  flex: 0 1 auto;
}
.about_secA.frozato_A .flex .colA figure {
  transform: none;
  width: 340px;
}
@media only screen and (max-width: 991px) {
  .about_secA.frozato_A .flex .colA figure {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .about_secA.frozato_A .flex .colA figure {
    width: 120px;
  }
}
.about_secA.frozato_A .flex .colB {
  flex: 1;
}
.about_secA .flex {
  align-items: start;
  gap: 100px;
}
@media only screen and (max-width: 1024px) {
  .about_secA .flex {
    gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about_secA .flex {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .about_secA .flex {
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secA .flex {
    gap: 50px;
  }
}
.about_secA .flex .colA, .about_secA .flex .colB {
  flex: 1;
}
.about_secA .flex .colA figure {
  width: 90%;
  transform: rotate(-20deg);
}
@media only screen and (max-width: 991px) {
  .about_secA .flex .colA figure {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .about_secA .flex .colA figure {
    width: 350px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secA .flex .colA figure {
    width: 250px;
  }
}
.about_secA .flex .colB img {
  width: 300px;
}
@media only screen and (max-width: 991px) {
  .about_secA .flex .colB img {
    display: flex;
    margin: 0 auto;
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .about_secA .flex .colB img {
    width: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secA .flex .colB img {
    width: 170px;
  }
}
.about_secA .flex .colB h2 {
  margin: 20px 0 15px;
}
.about_secA .flex .colB h2.main_head {
  margin: 30px 0 20px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .about_secA .flex .colB h2.main_head {
    text-align: center;
  }
}
.about_secA .flex .colB p {
  margin-bottom: 15px;
}
.about_secA .flex .colB .desc {
  font-size: 20px;
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .about_secA .flex .colB .desc {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .about_secA .flex .colB .desc {
    padding: 25px 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secA .flex .colB .desc {
    font-size: 16px;
    padding: 20px 0;
  }
}
.about_secA .flex .colB .grid_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 30px;
}
@media only screen and (max-width: 1024px) {
  .about_secA .flex .colB .grid_wrapper {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about_secA .flex .colB .grid_wrapper {
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secA .flex .colB .grid_wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
.about_secA .flex .colB .grid_wrapper .ser_col {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 540px) {
  .about_secA .flex .colB .grid_wrapper .ser_col {
    justify-content: center;
  }
}
.about_secA .flex .colB .grid_wrapper .ser_col span {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .about_secA .flex .colB .grid_wrapper .ser_col span {
    font-size: 30px;
  }
}
.about_secA .flex .colB .grid_wrapper .ser_col p {
  font-weight: 500;
  line-height: 1.2;
  max-width: 180px;
}
@media only screen and (max-width: 540px) {
  .about_secA .flex .colB .grid_wrapper .ser_col p {
    min-width: 180px;
  }
}

.about_secB .flex {
  line-height: normal;
  background-color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .about_secB .flex {
    flex-direction: column;
  }
}
.about_secB .flex figure, .about_secB .flex figcaption {
  line-height: normal;
  width: 100%;
}
.about_secB .flex figure {
  flex: 0 1 35%;
  line-height: 0;
}
.about_secB .flex figure img {
  height: 100%;
}
.about_secB .flex figcaption {
  flex: 1;
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .about_secB .flex figcaption {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secB .flex figcaption {
    padding: 25px 20px;
  }
}
.about_secB .flex figcaption > p {
  color: var(--white);
  padding-bottom: 10px;
  font-size: 20px;
}
.about_secB .flex figcaption > p.tagline {
  font-style: italic;
  font-size: 16px;
}
.about_secB .flex figcaption h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--white);
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about_secB .flex figcaption h2 {
    font-size: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .about_secB .flex figcaption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .about_secB .flex figcaption h2 {
    font-size: 24px;
  }
}
.about_secB .flex figcaption .content_wrap {
  border-right: 1px solid var(--white);
}
@media only screen and (max-width: 991px) {
  .about_secB .flex figcaption .content_wrap {
    border-right: none;
  }
}
.about_secB .flex figcaption .content_wrap .scroll_content {
  height: 260px;
  overflow-y: auto;
  padding-right: 40px;
  margin-right: -4px;
}
@media only screen and (max-width: 991px) {
  .about_secB .flex figcaption .content_wrap .scroll_content {
    height: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.about_secB .flex figcaption .content_wrap .scroll_content::-webkit-scrollbar {
  width: 8px;
  background: none;
  height: 8px;
}
.about_secB .flex figcaption .content_wrap .scroll_content::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 10px;
}
.about_secB .flex figcaption .content_wrap .scroll_content p {
  padding-bottom: 15px;
  line-height: 1.2;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .about_secB .flex figcaption .content_wrap .scroll_content p {
    padding-bottom: 10px;
  }
}
.about_secB .flex figcaption .designation {
  padding-top: 20px;
}
@media only screen and (max-width: 540px) {
  .about_secB .flex figcaption .designation {
    padding-top: 10px;
  }
}
.about_secB .flex figcaption .designation h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}
.about_secB .flex figcaption .designation p {
  color: var(--white);
}
.about_secB .flex figcaption .designation span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 25px;
}
.about_secB .flex figcaption .designation span img {
  width: 150px;
  height: 100%;
}

.about_secC {
  padding: 90px 0;
}
@media only screen and (max-width: 991px) {
  .about_secC {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about_secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about_secC {
    padding: 50px 0;
  }
}
.about_secC .vision_sec {
  align-items: center;
  gap: 50px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about_secC .vision_sec {
    gap: 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .about_secC .vision_sec:last-child {
    flex-direction: column-reverse;
  }
}
.about_secC .vision_sec:not(:last-child) {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .about_secC .vision_sec:not(:last-child) {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .about_secC .vision_sec:not(:last-child) {
    padding-bottom: 50px;
  }
}
.about_secC .vision_sec figcaption {
  flex: 1;
  max-width: 680px;
}
.about_secC .vision_sec figcaption h2 {
  font-size: 100px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1882352941);
}
@media only screen and (max-width: 991px) {
  .about_secC .vision_sec figcaption h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .about_secC .vision_sec figcaption h2 {
    font-size: 60px;
    padding-bottom: 5px;
  }
}
.about_secC .vision_sec figcaption h5 {
  font-size: 16px;
  padding: 10px;
  color: var(--text);
}
.about_secC .vision_sec figcaption ul {
  padding-left: 30px;
}
.about_secC .vision_sec figcaption ul li {
  list-style: disc;
  color: var(--text);
}
.about_secC .vision_sec figcaption p {
  padding: 10px;
  line-height: 1.2;
  color: var(--text);
}
.about_secC .vision_sec figure {
  flex: 0 1 auto;
  border-radius: 15px;
  box-shadow: 15px -16px 0 0 #FF5500;
  transform: rotate(-5deg);
  width: 400px;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .about_secC .vision_sec figure {
    width: 300px;
    height: 300px;
  }
}
.about_secC .vision_sec figure img, .about_secC .vision_sec figure video {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=about.css.map */