@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

:root {
  --corporate-dark-color: #c29e6d;
  --financial-light-color: #feeedf;
  --financial-dark-color: #c4965d;
  --financial-mix-color: #efd9c4;
}

*,
::before,
::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: Rubik, sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

html,
body {
  margin: 0px;
  padding: 0px;
  /* overflow-x: hidden; */
}

main {
  overflow: hidden;
}

#Main {
  width: 100%;
  height: auto;
  margin-top: -68px;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.section {
  margin: 0px auto;
  padding: 6rem 0px 1rem;
}

.container {
  height: auto;
  margin-top: -19px;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.paragraph {
  font-family: inherit;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: inherit;
  max-width: 95%;
  height: auto;
  text-transform: unset;
  color: var(--color-white-200);
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  outline: none;
  border: none;
  border-radius: 0.25rem;
  text-transform: unset;
  transition: all 0.3s ease-in-out 0s;
}

.fix_b2 {
  max-height: 580px;
  display: flex;
  align-items: center;
}

.btn-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}

.btn-darken {
  padding: 0.75rem 2rem;
  color: var(--color-white-100);
  background-color: var(--color-black-200);
  box-shadow: var(--shadow-medium);
}

.btn-neutral {
  padding: 0.75rem 2rem;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
  box-shadow: var(--shadow-medium);
}

.my_position.my_position_business {
  top: 31px;
}

.sum a {
  text-decoration: none;
  text-align: center;
  color: black;
}

.meeting_need {
  text-align: center;
  position: absolute;
  bottom: 100px;
  width: 50%;
  right: 150px;
}

.meeting_need p {
  font-weight: 600;
  font-size: 33px;
  line-height: 28px;
  display: flex;
  justify-content: end;
}

.sum.header {
  display: grid;
  grid-template-columns: 160px auto auto;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
  margin: auto;
  max-width: 1140px;
}

.sum.header a {
  font-family: Rubik, sans-serif;
  font-weight: 410;
  line-height: 22px;
}

@media (max-width: 761px) {
  .sum.header {
    padding: 15px 40px;
  }
}

.sum .nav {
  display: grid;
  grid-template-columns: 1px 1px 50px 70px 80px 200px 100px 1px 1px;
  margin: auto;
  gap: 25px;
}

.sum .headericon {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  line-height: 50px;
  justify-content: right;
  align-items: center;
}

.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0px auto;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 4rem 0px 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out 0s;
}

.menu.is-active {
  top: 0px;
  width: 100%;
  height: auto;
}

.menu.is-active .menu-link {
  color: white;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.star_icon {
  width: 240px;
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(49%);
}

.button_download {
  z-index: 999;
  position: relative;
  top: 0px;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: 35px;
  right: 382px;
}

.fixed {
  position: fixed;
  top: 40px;
  right: 381px;
  transition: all 0.5s ease 0s;
}

.button_download a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(140, 52, 61);
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 260px;
  top: 160px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.5s ease 0s;
}

.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out 0s;
}

.togglebar {
  position: absolute;
  right: 65px;
  top: 25px;
  display: none;
}

.menu-language {
  padding-left: 85px;
}

#red {
  color: red;
}

.EN {
  color: red;
}

.subdiv {
  display: flex;
  padding: 5% 15% 5% 30%;
  border-top: 1px solid orange;
}

.subdiv span {
  font-size: 14px;
}

.subdiv img {
  width: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(249, 249, 249);
  min-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.dropdown {
  line-height: 22px;
}

.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

#dpcontent {
  margin-left: -800%;
  margin-top: -13%;
}

@media only screen and (max-width: 1064px) {
  .menuicon {
    display: none;
  }

  #dpcontent {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1064px) {
  .menudownloadicon {
    display: none;
  }
}

.dropdown-content a:hover {
  background-color: rgb(241, 241, 241);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu.is-active .menu-inner {
  background-color: black;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0px;
    width: auto;
    height: auto;
    padding: 0rem 0rem 0rem 70px;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0px auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: all 0.35s ease 0s;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0px;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: all 0.25s ease-in-out 0s;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.home-logo img {
  height: 55px;
}

.menu-link:hover {
  color: rgb(230, 0, 18);
}

.menu-link:active,
.menu-link:focus {
  color: rgb(230, 0, 18);
}

@media only screen and (max-width: 600px) {
  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

.banner-column {
  position: relative;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}

.blue-title {
  color: rgb(3, 110, 184);
  font-size: 22px;
  margin: 0px;
}

@media only screen and (min-width: 48rem) {
  .banner-column {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    justify-content: center;
  }
}

@media only screen and (min-width: 64rem) {
  .banner-column {
    grid-template-columns: 1fr max-content;
    column-gap: 4rem;
    margin-top: 3rem;
  }
}

.banner-image {
  display: block;
  max-width: 18rem;
  height: auto;
  margin-top: 2rem;
  object-fit: cover;
  justify-self: center;
}

@media only screen and (min-width: 48rem) {
  .banner-image {
    order: 1;
    max-width: 20rem;
    height: auto;
  }
}

@media only screen and (min-width: 64rem) {
  .banner-image {
    max-width: 25rem;
    height: auto;
    margin-right: 5rem;
  }
}

.banner-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.75rem;
}

.banner-links {
  position: absolute;
  top: 30%;
  right: 1.5rem;
  display: grid;
  justify-items: center;
  row-gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 64rem) {
  .banner-links {
    opacity: 1;
    visibility: visible;
  }
}

.banner-links>* {
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--color-white-100);
}

.banner-links::before {
  position: absolute;
  content: "";
  top: -3rem;
  width: 4rem;
  height: 1.5px;
  transform: rotate(90deg);
  background: var(--color-white-100);
}

.banner-links::after {
  position: absolute;
  content: "";
  bottom: -3rem;
  width: 4rem;
  height: 2px;
  transform: rotate(90deg);
  background: var(--color-white-100);
}

.home-logo img {
  height: 55px;
}

.banner-section {
  background-image: url("images/Background.png");
  height: 62vw;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 68px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

.banner-content {
  display: flex;
  bottom: 30%;
  height: 100%;
  width: 55%;
}

.banner-block {
  text-align: center;
  margin-left: 140px;
  padding-top: 745px;
}

.banner-paragraph {
  bottom: 30%;
  width: 46%;
}

.banner-block h6 {
  font-size: 37px;
  letter-spacing: 7px;
  font-weight: 400;
}

.banner-content h6 {
  font-size: 25px;
  color: rgb(0, 125, 201);
  font-weight: 600;
  padding-left: 40px;
}

.banner-heading {
  font-weight: 100;
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.banner-paragraph p {
  padding: 0px 100px;
  color: rgb(3, 110, 184);
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
  margin: 0px;
}

.banner-paragraph .year-span {
  font-weight: bold;
  color: black;
  font-size: 28px;
  margin-left: 5px;
  margin-right: 5px;
}

.banner-paragraph span {
  color: rgb(230, 0, 18);
  font-size: 53px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.banner-paragraph span:nth-child(2) {
  color: rgb(230, 0, 18);
  font-size: 53px;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 10px;
  font-weight: 600;
}

.menu-link:hover {
  color: rgb(230, 0, 18);
}

.menu-link:active,
.menu-link:focus {
  color: rgb(230, 0, 18);
}

@media screen and (max-width: 1280px) {
  .banner-content {
    width: 50%;
  }

  .banner-block {
    margin-left: 36px;
    padding-top: 500px;
  }

  .banner-paragraph p {
    font-size: 32px;
    white-space: inherit;
    padding: 0px;
  }

  .banner-paragraph span {
    font-size: 36px;
    white-space: inherit;
  }

  .banner-section {
    height: 79vw;
  }

  .container {
    max-width: 920px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-content {
    width: 50%;
    margin-top: 0px;
  }

  .banner-heading {
    font-size: 20px;
  }

  .banner-paragraph p {
    font-size: 30px;
    white-space: nowrap;
  }

  .banner-paragraph span {
    font-size: 32px;
    white-space: nowrap;
  }

  .banner-block {
    margin-left: 16px;
    padding-top: 343px;
  }

  .banner-paragraph p {
    font-size: 32px;
    white-space: inherit;
    padding: 0px;
  }

  .banner-paragraph span {
    font-size: 36px;
    white-space: inherit;
  }

  .banner-section {
    height: 79vw;
    background-size: 128%;
  }

  .container {
    max-width: 920px;
  }
}

@media (max-width: 992px) {
  .banner-block h6 {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .banner-paragraph span {
    font-size: 30px;
  }

  .banner-paragraph p {
    font-size: 22px;
  }

  .banner-paragraph span {
    font-size: 26px;
  }
}

@media only screen and (max-width: 761px) {
  .banner-content {
    left: 5px;
    width: 50%;
    bottom: 0px;
    text-align: center;
    margin-top: 42px;
  }

  .banner-block h6 {
    font-size: 15px;
  }

  .banner-block {
    padding-top: 170px;
    white-space: nowrap;
    margin-left: 15px;
  }

  .banner-paragraph {
    width: 45%;
  }

  .banner-paragraph p {
    padding: 0px;
    font-size: 9px;
    font-weight: bold;
  }

  .banner-paragraph span {
    font-size: 12px;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 7px;
  }

  .banner-paragraph .h6 {
    font-weight: bold;
  }

  .banner-content h6 {
    font-size: 18px;
  }

  .banner-paragraph .year-span {
    font-size: 12px;
    margin: 0px;
  }

  .banner-heading {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .banner-section {
    background-position: center bottom;
    height: 86vw;
    margin-top: 44px;
    background-size: 100%;
  }

  #Main {
    margin-top: -55px;
  }

  @media (max-width: 428px) {
    .banner-section {
      background-position: center bottom;
    }

    .banner-heading {
      font-size: 11px;
    }

    .banner-content h6 {
      font-size: 13px;
    }

    .banner-block h6 {
      font-size: 10px;
    }

    .banner-content {
      line-height: 15px;
    }

    @media (max-width: 390px) {
      .banner-section {
        background-position: center bottom;
      }

      .banner-heading {
        font-size: 10px;
      }

      .banner-content h6 {
        font-size: 13px;
      }

      .banner-content {
        line-height: 15px;
      }
    }
  }
}

.fix_25 {
  font-size: 110px;
  font-weight: 600;
  padding-right: 10px;
  margin-top: -50px;
  color: var(--corporate-dark-color);
}

.over {
  top: -60px;
  font-size: 35px;
}

.d-flex {
  display: flex;
}

.d_flex_annual {
  display: flex;
}

.col-md-6-fix {
  width: 100%;
  position: relative;
}

.corporate_highlights {
  position: relative;
  z-index: 1100;
  color: rgb(255, 255, 255);
  left: -10px;
  font-size: 27px;
  line-height: 30px;
  top: 100px;
}

.financial_highlights {
  position: relative;
  z-index: 1100;
  color: rgb(255, 255, 255);
  left: -44%;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  top: 100px;
}

.business_overview {
  position: absolute;
  z-index: 200;
  color: rgb(255, 255, 255);
  font-size: 26px;
  line-height: 34px;
  background: #e43e4b;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  margin: 0;
  left: -60px;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}

.temp_set {
  margin-left: 15%;
  max-width: 100%;
  height: auto;
}

.custom-corporate-content.ccc5,
.custom-corporate-content.ccc3 {
  bottom: -50px;
}

.col-md-8.padding_x_new {
  padding: 0 13px;
}

span.dot_circule_downlod {
  background: linear-gradient(90deg, rgb(175, 103, 42) 0%, rgb(249, 180, 94) 35%, rgb(175, 103, 42) 95%);
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  display: flex;
  left: -35px;
  text-align: center;
  top: -10px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.my_position {
  position: relative;
  top: 0px;
}

.my_position_fix {
  position: relative;
  top: -81px;
}

.padding_x {
  padding: 0px;
}

.financial-section {
  margin: 0px 15px;
}

.dot_circle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -60px;
  width: 250px;
  height: 250px;
  background-color: var(--corporate-dark-color);
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
}

.dot_circle_chairman::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -60px;
  width: 250px;
  height: 250px;
  background-color: rgb(183, 114, 48);
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
}

.d_flex_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40%;
}

.create_homes {
  color: var(--corporate-dark-color);
  font-size: 35px;
}

.sustainable {
  color: var(--corporate-dark-color);
  margin-left: 150px;
  font-size: 40px;
  letter-spacing: 2px;
}

.year_fix {
  color: var(--corporate-dark-color);
  font-size: 25px;
  padding: 0px;
  margin: 0px;
}

.annual {
  position: absolute;
  font-size: 16px;
  top: 66%;
  color: rgb(140, 52, 61);
  font-weight: 500;
  left: 52%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.dot_circle_ceo::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -60px;
  width: 250px;
  height: 250px;
  background-color: rgb(139, 52, 60);
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
}

.dot_circle_financial::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -60px;
  width: 250px;
  height: 250px;
  background-color: rgb(196, 150, 93);
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
}

.banner {
  margin-top: 100px;
}

.dot_circle_social::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -60px;
  width: 250px;
  height: 250px;
  background-color: rgb(44, 179, 75);
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
}

/* .dot_circle_business_overview::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -60px;
  width: 250px;
  height: 250px;
  background-color: rgb(228, 62, 75);
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
} */

#custom-corporate {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: rgb(241, 232, 218);
  z-index: 98;
  padding: 54px 0px;
  max-width: 1400px;
  margin: 0px auto;
}

.custom-section {
  padding: 60px 0px 30px;
}

.carousel-indicators {
  bottom: 0px;
  width: fit-content;
  padding-left: 0px;
  text-align: center;
  list-style: none;
  right: 0 !important;
  left: inherit;
}

#text-bottom {
  vertical-align: text-top;
  color: var(--corporate-dark-color);
}

.carousel-indicators li {
  background-color: rgb(233, 220, 201);
  width: 20px;
  height: 38px;
  margin: 5px 13px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.carousel-indicators .active {
  width: 20px;
  background-color: rgb(218, 159, 96);
  height: 38px;
  margin: 5px 13px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  background-color: white;
  min-height: 450px;
  overflow: hidden;
  border-radius: 0px 30px;
}

.custom-corporate-content1 {
  position: absolute;
  bottom: -40px;
  right: 115px;
  font-size: 24px;
  width: 48%;
  height: 40%;
}

.custom-corporate-content1 #special {
  margin-bottom: -15px;
}

.custom-corporate-content #special {
  margin-bottom: -15px;
  padding-top: 20px;
  margin-right: 20px;
}

.fix_commended {
  margin-bottom: 20px;
}

.custom-corporate-content {
  position: absolute;
  bottom: 13px;
  right: 0px;
  font-size: 24px;
  width: 54%;
  height: 84%;
}

.ccc2 {
  width: 50%;
  bottom: -60px;
  right: 20px;
}

.ccc4 {
  width: 44%;
  right: 90px;
  top: 70px;
}

.custom-corporate-content .even {
  font-size: 110px;
  color: var(--corporate-dark-color);
  font-weight: 600;
}

.custom-corporate-content .odd {
  font-size: 110px;
  color: var(--corporate-dark-color);
  font-weight: 600;
}

.custom-corporate-content1 span {
  font-size: 110px;
  color: var(--corporate-dark-color);
  font-weight: 600;
}

.corporate_content_25 {
  height: 120px;
  display: flex;
  width: fit-content;
  padding-left: 35px;
}

.with_over {
  display: flex;
  align-items: flex-end;
  padding-right: 10px;
  color: #c29e6d;
  font-size: 35px;
}

.corporate-content-p {
  font-size: 35px;
  font-weight: 600;
  height: 120px;
  color: var(--corporate-dark-color);
}

@media screen and (max-width: 1024px) {
  .custom-corporate-content1 {
    bottom: -20px;
    right: 83px;
  }

  .ccc2 {
    width: 46%;
    right: 104px;
  }

  .ccc3 {
    right: 120px;
  }

  .ccc4 {
    right: 101px;
  }
}

@media (max-width: 428px) {
  .carousel-indicators {
    width: 37%;
    bottom: -11px;
    left: 110px !important;
  }

  .h1,
  h1 {
    font-size: 15px;
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }

  .carousel-indicators .active {
    width: 15px;
    height: 15px;
  }

  .corporate-content-p {
    font-size: 17px;
  }

  .custom-corporate-content span {
    font-size: 28px;
    line-height: 25px;
  }

  p {
    font-size: 11px;
  }

  .custom-corporate-content {
    bottom: -14px;
  }
}

@media (max-width: 390px) {
  .carousel-indicators {
    width: 37%;
    bottom: -11px;
    left: 110px !important;
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }

  .custom-corporate-content {
    left: 143px;
    bottom: -19px;
  }

  .carousel-indicators .active {
    width: 15px;
    height: 15px;
  }

  .corporate-content-p {
    font-size: 17px;
  }

  .custom-corporate-content span {
    font-size: 24px;
    line-height: 25px;
  }

  p {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .custom-corporate-content {
    left: 131px;
    bottom: -13px;
  }
}

#backtotop {
  background-color: rgb(218, 159, 96);
  float: right;
  margin-right: 90px;
  border: none;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 70px;
  height: 40px;
  color: white;
  bottom: 20px;
  right: 30px;
  position: absolute;
}

.fa-caret-up::before {
  font-size: 35px;
}

.fa-caret-right::before {
  font-size: 14px;
  padding-left: 3px;
  vertical-align: bottom;
}

.scroll-to-top {
  position: relative;
}

.footer {
  text-align: center;
  padding: 30px;
}

.footer p {
  font-size: 13px;
}

@media only screen and (max-width: 1190px) {
  .fa-caret-right::before {
    font-size: 5px;
  }
}

.chairman-row {
  margin: 0px;
}

.custom-section .chairman-heading {
  width: 100%;
  border: 1px solid rgb(46, 167, 224);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgb(46, 167, 224);
  color: white;
  margin-bottom: 0px;
}

.chairman-block {
  background-image: url("images/Asset-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px;
}

.block2 .main {
  max-width: 1140px;
  display: flex;
  padding: 30px 0px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.block2 .main-content {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  background-position: 0px 70%;
  height: 470px;
  background-color: rgb(254, 226, 199);
  border-radius: 0px 40px;
}

.block2 .chairman-heading {
  position: absolute;
  z-index: 1100;
  color: rgb(255, 255, 255);
  left: -12px;
  font-size: 27px;
  text-align: center;
  line-height: 30px;
  top: 45px;
}

.block2 .chairman-paragraph p {
  text-align: justify;
  padding-top: 40px;
  padding-left: 0%;
  font-weight: 500;
  padding-right: 30px;
  color: rgb(183, 114, 48);
  font-size: 24px;
}

.block2 .col-md-6 {
  width: 43%;
  height: 100%;
}

.block2 .col-md-6-right {
  width: 57%;
  height: 100%;
}

.block2 .row {
  height: 470px;
  display: flex;
  align-items: center;
}

.block2 .chairman-image {
  height: auto;
  overflow: hidden;
  width: 100%;
  padding: 0px 11px;
}

.block2 .chairman-bottom {
  position: absolute;
}

@media (max-width: 761px) {
  .block2 .main {
    max-width: 570px;
  }

  .block2 .main-content {
    height: auto;
  }

  .chairman-heading {
    padding: 10px 0px;
  }

  .block2 .chairman-paragraph p {
    font-size: 12px;
    padding-right: 0px;
  }

  .chairman-paragraph h4 {
    width: 310px;
  }

  .h4,
  h4 {
    font-size: 11px;
  }

  .block2 .chairman-image {
    margin: 0px 0px 0px 6px;
    width: 100%;
    padding: 0px;
  }

  .block2 .row {
    max-height: 237px;
    width: 100%;
  }

  @media (max-width: 428px) {
    .block2 .chairman-paragraph p {
      font-size: 14px;
      padding-top: 40%;
    }

    .block2 .col-md-6 {
      width: 38%;
      height: 100%;
    }

    .block2 .main-content {
      height: auto;
      width: 100%;
    }

    .block2 .col-md-6-right {
      height: 100%;
      width: 60% !important;
    }

    .chairman-paragraph h4 {
      width: 229px !important;
    }
  }

  @media (max-width: 390px) {
    .block2 .chairman-paragraph p {
      font-size: 12px;
    }

    .chairman-paragraph h4 {
      width: 229px !important;
    }
  }
}

.block3 .main {
  max-width: 1140px;
  display: flex;
  padding: 30px 0px 0px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.block3 .main-content {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 70%;
  padding: 0px;
  height: 470px;
  border-radius: 0px 50px;
  background-color: rgb(254, 226, 199);
}

.block3 .chairman-heading {
  position: absolute;
  z-index: 1100;
  color: rgb(255, 255, 255);
  left: -40px;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  top: 45px;
}

.block3 .chairman-paragraph p {
  padding-top: 90px;
  padding-left: 0px;
  font-weight: 500;
  padding-right: 30px;
  font-size: 24px;
  color: rgb(139, 52, 60);
  text-align: justify;
}

.block3 .col-md-6 {
  width: 43%;
  height: 100%;
}

.block3 .col-md-6-right {
  width: 50%;
  height: 100%;
}

.block3 .row {
  height: 470px;
  display: flex;
  align-items: center;
}

.block3 .chairman-image {
  height: auto;
  overflow: hidden;
  width: 100%;
}

.block3 .chairman-bottom {
  position: absolute;
  border: 1px solid rgb(176, 60, 33);
  background-color: rgb(176, 60, 33);
}

@media (max-width: 1024px) {
  .block3 .main-content {
    background-position: 0% 50%;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    padding-top: 12%;
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .block3 .main-content {
    background-position: 0% 25%;
  }
}

@media (max-width: 761px) {
  .sum.header a {
    width: 200px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .block3 .main {
    max-width: 570px;
  }

  .block3 .main-content {
    height: auto;
    background-position: 0% 15%;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    font-size: 12px;
  }

  .chairman-paragraph a {
    height: 22px !important;
    font-size: 10px !important;
  }

  .chairman-paragraph h4 {
    width: 310px;
  }

  .block3 .chairman-image {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .block3 .row {
    height: auto;
    width: 104%;
  }

  .fb-1 {
    width: 28% !important;
  }

  .fb-2 {
    width: 38% !important;
  }

  .fb-3 {
    width: 38% !important;
  }

  @media (max-width: 428px) {

    .block2 .chairman-paragraph p,
    .block3 .chairman-paragraph p {
      font-size: 14px;
      padding-top: 43%;
      padding-right: 0px;
    }

    .block3 .col-md-6-right {
      height: 100%;
      width: 90% !important;
    }

    .block3 .main-content {
      background-position: 0% 15%;
    }

    .block3 .col-md-6 {
      width: 38%;
      height: 100%;
    }

    .chairman-paragraph h4 {
      width: 229px !important;
    }
  }

  @media (max-width: 390px) {

    .block2 .chairman-paragraph p,
    .block3 .chairman-paragraph p {
      font-size: 12px;
    }

    .chairman-paragraph h4 {
      width: 229px !important;
    }
  }
}

.block4 #custom-corporate {
  background-image: none;
  padding: 0px;
}

.block4 .chairman-heading {
  margin-top: 8px;
  width: 100%;
  border: 1px solid rgb(231, 109, 165);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgb(231, 109, 165);
  color: white;
  margin-bottom: 0px;
}

.carousel-inner2 {
  position: relative;
  width: 100%;
  background-color: transparent;
  min-height: 580px;
  overflow: hidden;
}

p.connect {
  padding-right: 30px;
  margin: 0px;
}

p.meet3 {
  padding-right: 60px;
}

.stake_holder {
  position: absolute;
  bottom: 130px;
  width: 50%;
  right: 120px;
}

.stake_holder p {
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  display: flex;
  justify-content: end;
}

.serviece_over {
  font-weight: 600;
  font-size: 34px;
  line-height: 55px;
  text-align: center;
  float: left;
  color: rgb(228, 62, 75);
  padding-left: 0px;
}

.carousel-inner2 .item .ph_3_fix {
  margin-top: 10px;
  margin-left: 10px;
}

.carousel-inner2 .item .ph_3_fix {
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
  margin-left: 60px;
  height: auto !important;
}

.business-content p {
  color: rgb(91, 145, 116);
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  display: flex;
  justify-content: end;
}

.block4 .carousel-indicators li {
  background-color: rgb(184, 226, 249);
}

.block4 .carousel-indicators .active {
  background-color: rgb(0, 91, 172);
}

.block4 {
  padding: 80px 20px 50px;
}

@media (max-width: 761px) {
  .business-content p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .carousel-inner2 {
    min-height: 230px;
  }

  .block4 .carousel-indicators {
    width: 49%;
    bottom: 23px;
    left: 90px !important;
  }
}

@media (max-width: 428px) {
  .business-content p {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .business-content {
    left: 41% !important;
  }

  .block4 .carousel-indicators {
    bottom: -5px;
    left: -15px !important;
  }

  .block4 .carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
  }

  .block4 .carousel-indicators .active {
    width: 15px !important;
    height: 15px !important;
  }
}

@media (max-width: 390px) {
  .block4 .carousel-indicators {
    width: 49%;
    bottom: 20px;
    left: -14px !important;
  }

  .carousel-inner {
    min-height: 180px;
  }

  .custom-corporate-content .even,
  .custom-corporate-content .odd {
    font-size: 34px;
  }
}

.block5 .main {
  width: 100%;
  display: flex;
  padding: 30px 381px;
  margin-top: 60px;
}

.block5 .main-content {
  background-image: url("images/Asset-6.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  height: 590px;
  margin-top: 30px;
}

.block5 .chairman-heading {
  margin-top: -60px;
  border: 1px solid rgb(161, 177, 27);
  background-color: rgb(161, 177, 27);
}

.block5 .chairman-paragraph p {
  padding-top: 24%;
  padding-left: 0%;
  font-weight: 500;
  font-size: 20px;
}

.block5 .chairman-paragraph {
  width: 23%;
}

.block5 .col-md-6 {
  width: 71%;
  height: 100%;
}

.block5 .row {
  height: 340px;
}

.block5 .chairman-image {
  height: auto;
  max-width: 287px;
  margin-top: -78px;
  margin-left: -20px;
}

.social-view-more {
  padding-top: 18%;
  padding-right: 0px;
}

@media only screen and (max-width: 1280px) {
  .social-block {
    background-position: 67% 0%;
  }

  .social-view-more {
    /* padding-top: 28%; */
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .social-block {
    background-position: 67% 0%;
  }

  .social-view-more {
    padding-top: 20%;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 761px) {
  .social-block {
    background-size: 128% !important;
  }

  .social-content {
    margin: 0px auto;
    max-width: 570px !important;
    height: auto !important;
  }

  .social-paragraph {
    padding: 0px !important;
  }

  .social-paragraph a {
    font-size: 11px !important;
  }

  .social-paragraph-p1 {
    width: 100%;
    float: right;
    font-size: 15px !important;
    padding: 60px 8% 5px !important;
  }

  .social-paragraph-p2 {
    width: 100%;
    float: right;
    font-size: 10px !important;
    padding: 0px 8% !important;
  }

  .social-view-more {
    padding-top: 13%;
  }
}

.chairman-image {}

.chairman-paragraph {
  width: 50%;
}

.chairman-paragraph h4 {
  padding-top: 0%;
  padding-left: 0%;
  color: rgb(0, 0, 0);
}

.chairman-paragraph a {
  border: 1px solid rgb(183, 114, 48);
  background: rgb(183, 114, 48);
  color: white;
  padding: 3px 10px;
  margin-top: 90px;
  height: 32px;
  font-size: 18px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.fix_btn {
  margin-top: 45px !important;
  background-color: rgb(139, 52, 60) !important;
}

.chairman-bottom {
  width: 100%;
  border: 1px solid rgb(0, 125, 201);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgb(0, 125, 201);
}

.chairman-view-more {
  display: flex;
  margin-left: 0px;
  justify-content: space-between;
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .chairman-paragraph a {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .chairman-paragraph {
    width: 100%;
  }

  .chairman-paragraph p {
    padding-top: 10%;
    padding-left: 0px;
  }

  .chairman-paragraph h4 {
    padding-top: 0%;
    padding-left: 0px;
    float: unset;
  }
}

@media (max-width: 428px) {
  .chairman-paragraph a {
    margin-left: -130px;
  }
}

.ceo-section {
  padding-top: 30px;
}

.ceo-row {
  margin: 0px;
}

.ceo-heading {
  width: 100%;
  border: 1px solid rgb(176, 60, 33);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgb(176, 60, 33);
  color: white;
  margin-bottom: 0px;
}

.ceo-block {
  background-image: url("images/Asset-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
}

.ceo-image {
  height: 70vh;
  width: auto;
  padding-top: 70px;
}

.ceo-paragraph {
  width: 50%;
  text-align: justify;
}

.ceo-paragraph p {
  padding-top: 35%;
  padding-left: 0%;
  font-weight: 500;
  font-size: 20px;
}

.ceo-paragraph h4 {
  padding-top: 0%;
  padding-left: 0%;
  color: rgba(0, 0, 0, 0.47);
  font-weight: 100;
}

.ceo-paragraph a {
  border: 1px solid red;
  background: red;
  color: white;
  padding: 3px 10px;
  margin-left: 225px;
  height: 28px;
  font-size: 14px;
  margin-top: 10px;
}

.ceo-bottom {
  width: 100%;
  border: 1px solid rgb(176, 60, 33);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgb(176, 60, 33);
}

.ceo-view-more {
  display: inline-flex;
  margin-left: 0px;
}

@media only screen and (max-width: 600px) {
  .ceo-paragraph {
    width: 100%;
  }

  .ceo-paragraph p {
    padding-top: 10%;
    padding-left: 0px;
  }

  .ceo-paragraph h4 {
    padding-top: 10%;
    padding-left: 0px;
    float: unset;
  }

  .ceo-view-more {
    display: unset;
    margin-left: 0px;
  }

  .ceo-paragraph a {
    margin-left: unset;
    float: right;
  }
}

.business-overview {
  width: 100%;
  padding-top: 30px;
}

.block4 .carousel-indicators li {
  background-color: rgb(255, 255, 255);
  width: 20px;
  height: 38px;
  margin: 5px 13px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.block4 .carousel-indicators .active {
  background-color: #e43e4b;
  width: 20px;
  height: 38px;
  margin: 5px 13px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.business-heading {
  width: 100%;
  border: 1px solid rgb(230, 0, 18);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: rgb(230, 0, 18);
  color: white;
  margin-bottom: 0px;
}

.business-content {
  position: absolute;
  bottom: 262px;
  width: 50%;
  right: 120px;
}

.d_flex_d {
  align-items: center;
  justify-content: center;
  display: flex !important;
}

.serviece_fix {
  position: absolute;
  bottom: 212px;
  width: 50%;
  right: -150px;
}

.serviece_fix p {
  color: rgb(228, 62, 75);
  font-weight: 600;
  font-size: 35px;
  line-height: 35px;
  display: flex;
  text-align: center;
}

.bc2 {
  width: 70%;
}

.bc2 p {
  color: rgb(199, 2, 93);
}

.bc3 {
  width: 41%;
}

.bc3 p {
  color: rgb(251, 172, 63);
}

.bc4 {
  color: rgb(240, 131, 30);
  width: 62%;
  bottom: 146px;
}

.bc4 p {
  color: rgb(173, 210, 92);
  text-align: center;
  line-height: 40px;
}

.bc5 {
  width: 51%;
}

.bc5 p {
  color: rgb(10, 115, 174);
}

.bc6 {
  width: 66%;
  left: 33%;
}

.bc6 p {
  color: rgb(158, 189, 43);
}

@media (max-width: 992px) {
  .block4 .carousel-indicators li {
    width: 12px;
    height: 19px;
    margin: 5px 7px;
  }

  .block4 .carousel-indicators .active {
    width: 12px;
    height: 19px;
    margin: 5px 7px;
  }
}

@media (max-width: 761px) {
  .bc2 {
    width: 55%;
  }

  .bc3 {
    width: 36%;
  }

  .bc5 {
    width: 43%;
  }

  .bc6 {
    width: 58%;
  }
}

@media (max-width: 428px) {
  .bc2 {
    width: 50%;
  }

  .bc4 {
    width: 55%;
  }

  .bc6 {
    width: 46%;
  }
}

.social-row {
  margin-top: 30px;
}

.social-heading {
  position: absolute;
  z-index: 1100;
  color: rgb(255, 255, 255);
  left: -36px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  top: 111px;
}

.social-block {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  height: 500px;
  background-color: rgb(242, 246, 216);
  border-radius: 0px 30px;
}

.social-image {
  height: 70vh;
  width: auto;
  padding-top: 70px;
}

.social-paragraph {
  width: 47%;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
}

.social-paragraph-p1 {
  font-weight: 500;
  padding: 18% 0% 0px 5%;
  font-size: 24px;
  width: 95%;
  text-align: justify;
}

.social-paragraph-p2 {
  padding: 5% 10% 0px;
  font-weight: 500;
  font-size: 20px;
}

.social-paragraph h4 {
  padding-top: 0%;
  padding-left: 0%;
}

.social-paragraph a {
  border: 1px solid rgb(46, 167, 224);
  background: rgb(46, 167, 224);
  color: white;
  padding: 7px;
  float: right;
  font-size: 16px;
}

.social-view-more a {
  background: rgb(44, 179, 75);
  border: 1px solid rgb(44, 179, 75);
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

@media only screen and (max-width: 1280px) {
  .social-paragraph-p1 {
    /* padding: 20% 10% 0px; */
    /* font-size: 15px; */
  }
}

@media only screen and (max-width: 761px) {
  .social-paragraph {
    width: 46%;
    height: 100%;
    margin-top: -1px;
    margin-right: -1px;
  }

  .social-heading {
    margin-top: 10px;
  }

  .social-paragraph p {
    padding-top: 10%;
    padding-left: 0px;
    font-size: 16px;
  }

  .social-paragraph h4 {
    padding-top: 10%;
    padding-left: 0px;
    float: unset;
  }

  .social-paragraph a {
    margin-left: unset;
    float: right;
  }

  .social-row {
    margin-left: 5px;
    margin-top: 10px;
  }

  @media (max-width: 428px) {
    .social-row {
      margin-left: -29px;
      margin-top: 37px;
    }

    .social-paragraph p {
      font-size: 14px !important;
    }

    .social-block {
      height: 255px;
    }

    .block4 {
      padding: 0px;
    }

    .carousel-inner {
      min-height: 165px;
    }

    .carousel-inner2 {
      min-height: 203px;
    }

    .custom-corporate-content {
      width: 54%;
    }

    .social-view-more {
      padding-right: 25px;
      padding-top: 12px;
    }
  }

  @media (max-width: 390px) {
    .social-row {
      margin-left: -29px;
      margin-top: 15px;
    }

    .social-paragraph p {
      font-size: 14px !important;
    }

    .social-paragraph-p1 {
      padding-top: 8% !important;
    }

    .carousel-inner2 {
      min-height: 200px;
    }
  }

  @media (max-width: 375px) {
    .social-block {
      height: 255px;
    }

    .social-block {
      background-size: 157% !important;
    }

    .social-block {
      background-position: 80% 50%;
    }
  }
}

#financial-highlight {
  padding: 40px;
  margin-top: 39px;
}

.financial-bg {
  background-color: var(--financial-light-color);
  height: 555px;
  margin: 0px auto;
  max-width: 1400px;
}

.financial-row {
  margin: 48px 0px 0px;
}

#financial-highlight .container {
  max-width: 1200px;
}

.financial-image {
  height: 70vh;
  width: auto;
  padding-top: 70px;
}

.financial-view-more {
  padding-top: 35%;
}

@media only screen and (max-width: 1024px) {
  #financial-highlight .container {
    max-width: 920px;
  }
}

@media only screen and (max-width: 761px) {
  .financial-paragraph {
    width: 100%;
  }

  .financial-paragraph p {
    padding-top: 10%;
    padding-left: 0px;
  }

  .financial-content {
    margin: auto;
    background-color: white;
  }

  .financial-paragraph h4 {
    padding-top: 10%;
    padding-left: 0px;
    float: unset;
  }

  .financial-paragraph a {
    margin-left: unset;
    float: right;
  }

  .financial-block {
    display: flex;
    height: 43vh !important;
    padding: 0px !important;
  }

  .financial-bg {
    margin-top: -325px;
    height: 360px;
  }

  #financial-highlight .container {
    min-width: 100%;
  }

  .financial-box {
    margin: 20px 5px;
    height: 85% !important;
  }

  .financial-view-more {
    padding-top: 3%;
    margin-right: 15px;
    float: right;
  }

  #financial-highlight {
    margin-top: 350px;
    padding: 10px 10px 50px;
  }

  @media (max-width: 428px) {
    .social-section {
      padding-right: 0px !important;
    }

    .financial-box {
      height: 85% !important;
      margin: 10px 2px 2px !important;
    }

    .financial-block {
      height: 20vh !important;
      margin-left: 15px !important;
      margin-right: 15px !important;
    }

    .financial-amount {
      font-size: 29px !important;
    }

    .financial-footer {
      height: 34px !important;
    }

    .financial-view-more {
      padding-top: 3%;
      margin-right: 11px !important;
    }

    .financial-view-more a {
      font-size: 10px !important;
    }

    .financial-bg {
      height: 320px;
    }
  }

  @media (max-width: 390px) {
    .social-section {
      padding-right: 0px !important;
    }

    .financial-box {
      height: 85% !important;
      margin: 10px 2px 2px !important;
    }

    .financial-block {
      height: 20vh !important;
      margin-left: 5px !important;
      margin-right: 5px !important;
    }

    .financial-amount {
      font-size: 26px !important;
    }

    .financial-footer {
      height: 34px !important;
    }

    .financial-view-more {
      padding-top: 3%;
      margin-right: 11px !important;
    }

    .financial-view-more a {
      font-size: 10px !important;
    }

    .financial-bg {
      height: 310px;
    }
  }
}

.financial-heading {
  margin-top: -8px;
  width: 100%;
  border: 1px solid rgb(166, 83, 156);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgb(166, 83, 156);
  color: white;
  margin-bottom: 0px;
}

.financial-block {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  margin: 0px;
  height: 426px;
  background-color: white;
  padding: 5px 30px;
  border-radius: 0px 30px 0px 0px;
  top: -60px;
}

.financial-image {
  height: 70vh;
  width: auto;
  padding-top: 70px;
}

.financial-box {
  background-color: var(--financial-mix-color);
  width: 100%;
  color: black;
  font-size: 27px;
  font-weight: 500;
  margin: 45px 5px 5px;
  padding-top: 19px;
  height: 84%;
  border-radius: 0px 30px;
}

.fb-1 {
  width: 75%;
}

.financial-footer {
  width: 100%;
  position: relative;
  height: 50px;
  background-color: white;
  border-radius: 0px 0px 0px 30px;
  top: -60px;
}

.financial-amount {
  color: rgb(196, 150, 93);
  font-size: 80px;
  text-align: center;
}

.financial-note {
  text-align: right;
  width: 100%;
}

.financial-view-more {
  padding-top: 0%;
  float: right;
  margin-right: 25px;
}

.financial-view-more a {
  background: var(--financial-dark-color);
  color: white;
  padding: 8px;
  font-size: 15px;
  text-decoration: none;
  border-radius: 0px 7px;
}

.financial-header {
  position: relative;
  top: -65px;
}

.flex_d_financial {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 30px;
}

.financial_text {
  text-align: end;
  padding: 70px 0px 0px;
  margin: 0px;
}

@media only screen and (max-width: 1024px) {
  #backtotop {
    bottom: 72px;
  }
}

@media (max-width: 992px) {
  .financial-amount {
    font-size: 60px;
  }

  .financial-block {
    height: 246px;
  }

  .financial-box {
    margin-top: 25px;
  }

  #backtotop {
    right: -40px;
  }

  #text-bottom {
    font-size: 78px;
    vertical-align: middle;
  }

  #financial-highlight {
    padding: 40px 0px;
  }

  .financial-bg {
    height: 65vw;
  }

  .financial-block {
    height: 40vw !important;
  }

  .financial-block {
    padding: 5px 10px;
  }

  #financial-highlight .container {
    max-width: 710px;
  }

  .financial-view-more {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 761px) {
  #backtotop {
    margin-right: 0px;
    bottom: 68px;
  }

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }

  .financial-paragraph {
    width: 100%;
  }

  #text-bottom {
    font-size: 50px;
  }

  .financial-paragraph p {
    padding-top: 10%;
    padding-left: 0px;
  }

  .financial-bg {
    height: 82vw;
  }

  .financial-paragraph h4 {
    padding-top: 10%;
    padding-left: 0px;
    float: unset;
  }

  .financial-amount {
    font-size: 35px;
  }

  .financial-box .col {
    padding: 0px 5px 0px 0px;
  }

  .financial-paragraph a {
    margin-left: unset;
    float: right;
  }

  .financial-footer {
    background-color: white;
    width: 100%;
    height: 50px;
  }
}

@media (max-width: 428px) {
  #financial-highlight {
    margin-top: 320px;
  }
}

@media only screen and (max-width: 374px) {
  #financial-highlight {
    padding: 0px;
  }

  .financial-bg {
    height: 90vw;
  }
}

@media only screen and (max-width: 360px) {
  #financial-highlight {
    margin-top: 355px;
  }
}