@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

* {
  margin: 0;
}

/* Home Banner */

.home-banner {
  width: 100%;
  height: auto;
  background-image: url("../images/corporate/banner/banner-bg-corporate.webp");
  /* background-color: rgb(231, 190, 190);*/
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}

.heading h2 {
  text-align: center;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-top: 10%;

  color: transparent;

  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}

.banner-text h3 {
  color: white;
  text-align: center;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-top: -50px;
}

.abt-txt h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 140px;
  line-height: 86%;
  /* identical to box height, or 86% */
  padding-top: 6%;
  padding-bottom: 4%;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

/* Banner Cards */

.banner-card {
  width: 100%;
  height: 300px;
  /* background-color: bisque; */
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.banr-crd {
  width: 300px;
  height: 300px;
  /* background-color: #00a5c9; */
  padding: 0;
  margin: 0 25px;
}

.banr-crd img {
  width: 262px;
  height: 262px;
  opacity: 0.97;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banr-crd-txt h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50.3855px;
  line-height: 76px;
  color: rgba(0, 165, 201, 1);
}

.banr-crd-txt p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25.1928px;
  line-height: 38px;
  color: #ffffff;
}

/* Ribbon */

.ribbon {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.ribbon p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2vw;
  color: #000000;
  margin-bottom: 0 !important;
}

.ribbon span {
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: rgb(255, 255, 255);
}

/* Who we are */

.whoweare {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/corporate/whoweare-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}

.whoweare-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  /* background-color: #0c3842; */
}
.whoweare-col-left {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  /* background-color: rgb(104, 104, 119); */
}

.whoweare-images {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* background-color: blue; */
  /* margin-bottom: 30px; */
}

.whoweare-images img {
  width: auto;
  height: auto;
}

.whoweare-col-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  /* background-color: #3f4143; */
}

.whoweare-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 3vw;
  padding-right: 3vw;

  /* background-color: #00a5c9; */
}
.whoweare-top-linetext {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.whoweare-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.whoweare-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.whoweare-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.whoweare-text span {
  color: rgba(0, 165, 201, 1);
}

.whoweare-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;
  color: #a4b4c3;
  margin-top: 20px;
}

/* Why chose us */

.whychoseus-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  background-image: url("../images/why-chose-us/whychoseus-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.whychoseus-text {
  text-align: center;
  margin-top: 6vh;
  /* background-color: #00a5c9; */
}

.whychoseus-top-linetext {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 5%;
}

.whychoseus-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;

  margin-top: 10px;
}

.whychoseus-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.whychoseus-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.whychoseus-text span {
  color: rgba(0, 165, 201, 1);
}

.whychoseus-slidenav {
  width: 100%;
  height: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  margin-bottom: 3vh;
  padding-top: 0;
}

.whychoseus-slidebtns {
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5%;
}

.whychoseus-left-arrow {
  width: 5vw;
  height: 5vw;
  margin-right: 10px;
  background-color: black;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.whychoseus-left-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.whychoseus-right-arrow {
  width: 5vw;
  height: 5vw;
  background-color: black;
  margin: 5px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.whychoseus-right-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

/* Slider */
.slide-container {
  /* background-color: #085263; */
  max-width: 1300px;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.slide-content {
  padding: 0 15px;

  margin: 0 auto;
}

.card_slider {
  width: 100%;
  /* background-color: #3f4143; */
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  /* background-color: #c90057; */
  display: flex;
  align-items: center;
  /* padding-left: 0.8vw; */
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .singleCard {
  height: 300px;
  width: 270px;

  background-color: transparent !important;
  /* border: 1px solid rgba(255, 255, 255, 0.392);
  border-radius: 10px; */
  opacity: 0.7;
  background-image: url("../images/why-chose-us/whychoseus-crd-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px;

  overflow: hidden;
}

.singleCard img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  /* width: 4vw;
  height: 4vw;
  margin-top: 2vw; */
}

.singleCard h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  /* font-size: 1.4vw;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw; */

  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.singleCard p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;

  font-size: 14px;
  margin-top: 10px;
  /* font-size: 0.85vw;
  margin-top: 0.8vw; */

  text-overflow: ellipsis;
  overflow: hidden;
}

/* Chairman Message */

.chairman-msg {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);

  background-image: url("../images/sales-pitch/sales-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.chairman-msg-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* background-color: #0c3842; */
}

.chairman-msg-content-right {
  height: 100%;
  width: 100%;
  /* background-color: rgb(104, 104, 119); */
}

.chairman-images {
  height: 100%;
  width: auto;
  display: flex;
  align-items: start;
  justify-content: center;

  /* background-color: blue; */
  /* margin-bottom: 30px; */
}

.chairman-images img {
  width: 100%;
  height: auto;
}

.chairman-msg-content-left {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  /* background-color: #045669; */
}

.chairman-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 4vw;
  /* background-color: #00a5c9; */
}

.chairman-top-linetext {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.chairman-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.chairman-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.chairman-text h2 {
  max-width: 482.65px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.chairman-text span {
  color: rgba(0, 165, 201, 1);
}

.chairman-text p {
  max-width: 500px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;

  color: #a4b4c3;
  margin-top: 20px;
}

/* Mission */

.mission-vision {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/corporate/whoweare-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}

.mission-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  /* background-color: #0c3842; */
}
.mission-col-left {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  /* background-color: rgb(104, 104, 119); */
}

.mission-images {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* background-color: blue; */
  /* margin-bottom: 30px; */
}

.mission-images img {
  width: auto;
  height: auto;
}

.mission-col-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  /* background-color: #3f4143; */
}

.mission-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 3vw;
  padding-right: 7vw;

  /* background-color: #00a5c9; */
}
.mission-top-linetext {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.mission-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.mission-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.mission-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.mission-text span {
  color: rgba(0, 165, 201, 1);
}

.mission-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;

  color: #a4b4c3;
  margin-top: 20px;
}

/* Our Vision Starts */

.vision-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.vision-col-left {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.vision-images {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mission-images img {
  width: auto;
  height: auto;
}

.vision-col-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.vision-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  margin-left: 8vw;
  padding-right: 2vw;

  /* background-color: #00a5c9; */
}
.vision-top-linetext {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.vision-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.vision-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.vision-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.vision-text span {
  color: rgba(0, 165, 201, 1);
}

.vision-text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;
  color: #a4b4c3;
  margin-top: 20px;
}

/* Awards */

.awards-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  background-image: url("../images/why-chose-us/whychoseus-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.awards-text {
  text-align: center;
  margin-top: 6vh;
  /* background-color: #00a5c9; */
}

.awards-top-linetext {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 5%;
}

.awards-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;

  margin-top: 10px;
}

.awards-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.awards-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.awards-text span {
  color: rgba(0, 165, 201, 1);
}

.awards-crds {
  width: 100%;
  height: auto;
  /* background-color: #a4b4c3; */
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 4vh;
}

.awards-card {
  height: auto;
  width: auto;
  /* background-color: rgb(222, 21, 21); */
  position: relative;
  margin: 0 8px 0 8px;
}

.awards-card .iconss {
  position: absolute;
  top: 16%;
  left: 10%;
  height: 25%;
  width: 25%;
}

.awards-card img {
  width: 100%;
  height: 150%;
  opacity: 0.7;
}

.awards-card h3 {
  position: absolute;
  top: 45%;
  left: 10%;
  color: #ffffff;
  font-size: 1.6vw;
}

.awards-card p {
  position: absolute;
  top: 68%;
  left: 10%;
  color: #ffffff;
  font-size: 1vw;

  overflow: hidden !important;
  text-overflow: ellipsis;
}

.awards-crd-content {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.awards-crd-content img {
  width: 40%;
  height: 40%;
  margin-bottom: 20px;
}

.awards-crd-content h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 120%;
  line-height: 28px;
  /* or 127% */

  color: #ffffff;
  margin-bottom: 20px;
}

.awards-crd-content p {
  width: 227px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80%;
  line-height: 2.5vw;
  /* or 147% */

  color: #a4b4c3;
}

.awards-slidenav {
  width: 100%;
  height: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  margin-bottom: 3vh;
  padding-top: 0;
}

.awards-slidebtns {
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5%;
}

.awards-left-arrow {
  width: 5vw;
  height: 5vw;
  margin-right: 10px;
  background-color: black;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.awards-left-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.awards-right-arrow {
  width: 5vw;
  height: 5vw;
  background-color: black;
  margin: 5px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.awards-right-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.awards-left-arrow i {
  color: #00a5c9;
}

.awards-right-arrow i {
  color: #00a5c9;
}

.swiper-slide .awards_single_card {
  height: 300px;
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: transparent !important;
  /* border: 1px solid rgba(255, 255, 255, 0.392);
  border-radius: 10px; */
  opacity: 0.7;
  background-image: url("../images/why-chose-us/whychoseus-crd-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px;

  overflow: hidden;
}

.awards_single_card img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  /* width: 4vw;
  height: 4vw;
  margin-top: 2vw; */
}

.awards_single_card h2 {
  color: #00a5c9;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  /* font-size: 1.4vw;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw; */

  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.awards_single_card p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;

  font-size: 14px;
  margin-top: 10px;
  /* font-size: 0.85vw;
  margin-top: 0.8vw; */

  text-overflow: ellipsis;
  overflow: hidden;
}

/* Timeline */

.timeline-contents {
  width: 100%;
  height: auto;
  background-color: black;
}

.timeline-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 74px;
  /* or 124% */

  text-align: center;
  letter-spacing: -0.01em;

  color: #ffffff;
}

.timeline-text span {
  color: #00a5c9;
}

.timeline-img {
  width: 100%;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7%;
  padding-bottom: 5%;
}

/* Connect With us */

.connect {
  width: 100%;
  height: auto;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/our-showrooms/showrooms-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.connect-crd-with-bg {
  width: 80%;
  height: auto;

  background-image: url("../images/connect/connect-crd-bg-1440.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.connect-crd-with-bg img {
  margin-bottom: 5%;
  margin-top: 7%;
}

.connect-crd-with-bg h2 {
  margin-bottom: 3%;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 3.4vw;
  line-height: 56px;
  /* identical to box height, or 112% */
  color: #ffffff;
}

.connect-crd-with-bg span {
  color: #00a5c9;
}

.connect-crd-with-bg p {
  margin-bottom: 2%;
  text-align: center;

  max-width: 820px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;
  color: #ffffff;
}

.connect-crd-with-bg form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6%;
}

.connect-crd-with-bg input {
  margin-bottom: 10%;

  width: 326px;
  height: 48px;
  background: #3f4143;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
  color: #ffffff;
}

.connect-crd-with-bg input:hover {
  background-color: #5f6062;
  border: none;
}

.connect-crd-with-bg button {
  width: 15vw;
  height: auto;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #00a5c9;
  color: #ffffff;

  margin-bottom: 10%;
  border-radius: 15px;
}

.connect-crd-with-bg button:hover {
  background-color: #00a5c9;
  border: 1px solid #00a5c9;
  color: black;
}

/* Responsive */

@media only screen and (max-width: 1132px) {
  .navbar ul li a {
    font-size: 1.6vh;
  }

  .navbar ul li {
    padding: 0 20px;
  }

  .social img {
    padding: 3px;
  }
}

@media only screen and (max-width: 992px) {
  .social {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .navi-logo {
    margin-left: 1.5vh;
  }

  .hideme {
    display: none;
  }

  .heading h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    margin: 0 1px;
    overflow: hidden;
  }

  .banner-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    margin-top: -30px;
    overflow: hidden;
  }

  /* Banner Area */

  .home-banner {
    width: 100%;
    height: auto;
  /*  background-image: url("../images/corporate/corporate-banner-bg-mobile.webp");*/

    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
  }

  .banner-text {
    margin-top: 90px;
    overflow: hidden;
    margin-bottom: 90px;
  }

  .abt-txt h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    font-size: 68px;
    line-height: 65px;
    /* or 97% */
    
    padding-top: 75px; /* padding change*/
    padding-bottom: 45px; /* padding change*/
    text-align: center;
    color: #ffffff;
  }

  /* Banner Cards */

  .banner-card {
    width: 100%;
    height: auto;
    /* background-color: bisque; */
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .banr-crd {
    width: 150px;
    height: 150px;

    padding: 0;
    margin: 0 15px;
    overflow: hidden;
  }

  .banr-crd img {
    width: 150px;
    height: auto;
    opacity: 0.97;
  }

  .banr-crd-txt h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: rgba(0, 165, 201, 1);
    overflow: hidden;
  }

  .banr-crd-txt p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 90%;
    line-height: 23px;
    color: #ffffff;
    overflow: hidden;
  }

  .ribbon {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .ribbon p {
    font-size: 8vw;
  }

  /* Who we are */

  .whoweare {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/corporate/whoweare-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: black;
    overflow-x: hidden;
  }

  .whoweare-row {
    width: auto;
    height: 100%;
  }

  .whoweare-col-left {
    height: 100vw;
    width: 360px;
    /* background-color: #00a5c9; */
    overflow: hidden;
  }

  .whoweare-images {
    height: 95%;
    width: 95%;
    /* background-color: blue; */
    margin: 30px 10px 0px 10px;
    overflow: hidden;
  }

  .whoweare-col-right {
    width: 100%;
    height: auto;
    /* background-color: #3f4143; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .whoweare-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .whoweare-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .whoweare-top-linetext img {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .whoweare-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .whoweare-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .whoweare-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
  }

  /* Why Chose Us */

  .whychoseus-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .whychoseus-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .whychoseus-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }
  .whychoseus-line {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }
  .whychoseus-text h4 {
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    margin-left: 0px;
    margin-top: 0;
    overflow: hidden;
    line-height: 10px;
    text-align: left;
  }

  .whychoseus-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
    text-align: left;
  }

  .whychoseus-crds .crd-hides {
    display: none;
  }

  .whychoseus-crds {
    margin-top: 4vh;
  }

  .whychoseus-card .iconss {
    position: absolute;
    top: 16%;
    left: 10%;
    height: 24%;
    width: 25%;
  }

  .whychoseus-crds {
    margin-top: 5vh;
  }

  .whychoseus-card img {
    width: 290px;
    height: 340px;
    opacity: 0.7;
  }

  .whychoseus-card h3 {
    width: 243.28px;
    height: 56px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 50%;
    left: 10%;
    color: #ffffff;
    font-size: 6vw;
  }

  .whychoseus-card p {
    width: 227px;
    height: 44px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 75%;
    left: 10%;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }

  .whychoseus-slidenav {
    width: 100%;
    height: auto;
    margin-bottom: 2vh;
    margin-top: 10px;
  }

  .whychoseus-left-arrow {
    width: 15vw;
    height: 15vw;
    margin-right: 20px;
  }

  .whychoseus-right-arrow {
    width: 15vw;
    height: 15vw;
  }

  /* Chairman msg */

  .chairman-msg {
    width: 100%;
    height: auto;
  }
  .chairman-msg-content-left {
    width: 100%;
    height: auto;
    /* background-color: #3f4143; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .chairman-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .chairman-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .chairman-top-linetext img {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .chairman-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .chairman-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .chairman-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
  }

  .chairman-text button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: transparent;
    border: 1px solid white;

    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
  }

  .chairman-msg-content-right {
    height: auto;
    width: 100%;
    /* background-color: #00a5c9; */
    overflow: hidden;
  }

  .chairman-images {
    height: 95%;
    width: 95%;
    /* background-color: blue; */
    margin: 30px 10px 0px 10px;
    overflow: hidden;
  }

  .chairman-images img {
    width: auto;
    height: auto;
  }

  /* our mission*/

  .mission {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/corporate/whoweare-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: black;
    overflow-x: hidden;
  }

  .mission-row {
    width: auto;
    height: 100%;
  }

  .mission-col-left {
    height: 100vw;
    width: 360px;
    /* background-color: #00a5c9; */
    overflow: hidden;
  }

  .mission-images {
    height: 95%;
    width: 95%;
    /* background-color: blue; */
    margin: 30px 10px 0px 10px;
    overflow: hidden;
  }

  .mission-col-right {
    width: 100%;
    height: auto;
    /* background-color: #3f4143; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .mission-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .mission-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .mission-top-linetext img {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .mission-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .mission-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .mission-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
  }

  /* Our Vision */

  .vision {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/corporate/whoweare-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: black;
    overflow-x: hidden;
  }

  .vision-row {
    width: auto;
    height: 100%;
  }

  .vision-col-left {
    height: 100vw;
    width: 360px;
    /* background-color: #00a5c9; */
    overflow: hidden;
  }

  .vision-images {
    height: 95%;
    width: 95%;
    /* background-color: blue; */
    margin: 30px 10px 0px 10px;
    overflow: hidden;
  }

  .vision-col-right {
    width: 100%;
    height: auto;
    /* background-color: #3f4143; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .vision-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .vision-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .vision-top-linetext img {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .vision-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .vision-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .vision-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  /* Awards */
  .awards-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .awards-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .awards-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }
  .awards-line {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }
  .awards-text h4 {
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    margin-left: 0px;
    margin-top: 0;
    overflow: hidden;
    line-height: 10px;
    text-align: left;
  }

  .awards-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
    text-align: left;
  }

  .awards-crds .crd-hides {
    display: none;
  }

  .awards-crds {
    margin-top: 4vh;
  }

  .awards-card .iconss {
    position: absolute;
    top: 16%;
    left: 10%;
    height: 24%;
    width: 25%;
  }

  .awards-crds {
    margin-top: 5vh;
  }

  .awards-card img {
    width: 290px;
    height: 340px;
    opacity: 0.7;
  }

  .awards-card h3 {
    width: 243.28px;
    height: 56px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 50%;
    left: 10%;
    color: #ffffff;
    font-size: 6vw;
  }

  .awards-card p {
    width: 227px;
    height: 44px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 75%;
    left: 10%;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }

  .awards-slidenav {
    width: 100%;
    height: auto;
    margin-bottom: 2vh;
    margin-top: 10px;
  }

  .awards-left-arrow {
    width: 15vw;
    height: 15vw;
    margin-right: 20px;
  }

  .awards-right-arrow {
    width: 15vw;
    height: 15vw;
  }

  /* Timeline */

  .timeline-text h2 {
    font-size: 30px;
    line-height: 40px;
  }

  /* Connect With Us */

  .connect-crd-with-bg {
    background-image: none;
  }

  .connect-crd-with-bg h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #00a5c9;
  }
  .connect-crd-with-bg p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
  }

  .connect-crd-with-bg input {
    margin-top: 5%;
    margin-bottom: 10%;
    width: 220px;
    height: 40px;
    font-size: 12px;
    background: #3f4143;
    border-radius: 13.5688px;
  }

  .connect-crd-with-bg button {
    width: 130px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    border: 1px solid #00a5c9;
    color: #ffffff;

    /* Note: backdrop-filter has minimal browser support */
  }
}
