@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);
}

.container.container_fix {
  margin-top: -33px;
}

.my_position.my_position_business {
  top: 31px;
}
.social-section .social-content .social-block {
  margin: 30px 0 0 0;
}
.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 52px 60px 150px 140px 94px 100px 0px;
  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;
}

.button_download {
  z-index: 999;
  position: relative;
  top: 0px;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: 176px;
  right: 382px;
  /* transition: 0.8s all; */
}

.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: #6fba2c;
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 390px;
  top: 180px;
  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: 440px;
  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%;
  z-index: 9999;
}

@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;
}

.d-flex {
  display: flex;
}

.d_flex_annual {
  display: flex;
}

.col-md-6-fix {
  width: 100%;
  position: relative;
}

.corporate_highlights {
  position: absolute;
  z-index: 200;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 28px;
  background: #6eb92c;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  margin: 0;
  left: -50px;
  text-align: center;
}

.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: relative;
  z-index: 1100;
  color: rgb(255, 255, 255);
  left: -42px;
  font-size: 27px;
  line-height: 36px;
  top: 50px;
  text-align: center;
  width: fit-content;
}

.temp_set {
  margin-left: 0;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 70px;
  left: 20px;
}

.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,
    rgba(102, 204, 51, 1) 0%,
    rgba(184, 210, 0, 1) 30%,
    rgba(111, 186, 44, 1) 55%,
    rgba(184, 210, 0, 1) 100%
  );
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -35px;
  text-align: center;
  top: -10px;
  width: 60px;
  height: 60px;
}

.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: #b3d234;
  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.dot_circle_business::before {
  background-color: #55c3f1;
}

.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: #55c3f1;
  border-radius: 50%;
  display: inline-block;
  z-index: 999;
}

.custom-section {
  padding: 0px;
}

.carousel-indicators {
  bottom: 0px;
  width: fit-content;
  padding-left: 0px;
  text-align: center;
  list-style: none;
  right: 0;
  left: auto;
}

#text-bottom {
  vertical-align: text-top;
  color: var(--corporate-dark-color);
}

.carousel-indicators li {
  background-color: #fff;
  width: 20px;
  height: 38px;
  margin: 5px 13px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.carousel-indicators .active {
  width: 20px;
  background-color: #b3d234;
  height: 38px;
  margin: 5px 13px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}

.carousel-inner {
  width: 100%;
  background-color: #e8f1da;
  overflow: hidden;
  border-radius: 0px 30px;
  margin: 60px 0 40px 0;
}
.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;
}

.corporate_content_25 {
  height: 120px;
  display: flex;
  width: fit-content;
  padding-left: 35px;
}

.with_over {
  display: flex;
  align-items: flex-end;
  padding-right: 10px;
}

.corporate-content-p {
  font-size: 35px;
  font-weight: 600;
  height: 120px;
  color: var(--corporate-dark-color);
}

@media screen and (max-width: 1024px) {
  .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: #b8d200;
  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 {
  padding-top: 40px;
  padding-left: 0%;
  font-weight: 500;
  padding-right: 30px;
  color: rgb(183, 114, 48);
  font-size: 26px;
}

.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: 65px;
  font-size: 23px;
  color: rgb(139, 52, 60);
}

.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%;
  }
  .social-section .social-content .social-block {
    margin: 30px 0 30px 0;
  }
  .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: 160px;
  }

  .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 {
  width: 100%;
  background-color: transparent;
  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: 40px 0px 20px 50px;
}

@media (max-width: 761px) {
  .business-content p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .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: 0px;
  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-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: #55c3f1;
  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 {
  background: #6fba2c;
  left: -35px;
}

.social-block {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px 0;
  height: 450px;
  background-color: #f3f5c6;
  border-radius: 0px 30px;
}

.social-image {
  height: 70vh;
  width: auto;
  padding-top: 70px;
}

.social-paragraph {
  width: 590px;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
}

.social-paragraph-p1 {
  font-weight: 400;
  text-align: justify;
  padding: 50px 0 0px 0;
  font-size: 23px;
  width: 100%;
  margin: 0;
  line-height: 36px;
}

.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;
    }
    .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;
    }
  }

  @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;
  }
}

@media (max-width: 1440px) {
  .sticky {
    z-index: 999;
    position: fixed;
    top: 177px;
    right: 150px;
  }

  .button_download a {
    right: -129px;
  }

  .financial-section {
    margin: 0;
  }

  .button_download a {
    right: 20px;
  }

  .fixed {
    right: 150px;
  }
}

@media (max-width: 1280px) {
  .col-md-8.padding_x_new {
    padding: 0 0;
  }

  .block2 .chairman-image {
    padding: 0px 0px;
  }

  .star_icon {
    width: 200px;
    left: 120px;
    top: 200px;
  }

  .business-content.bc4 {
    bottom: 100px;
  }

  .business-content.bc4 p {
    font-size: 25px;
  }

  .stake_holder {
    bottom: 90px;
    right: 120px;
  }

  .stake_holder p {
    font-size: 25px;
    line-height: 25px;
  }

  .meeting_need p {
    font-size: 20px;
    line-height: 20px;
  }

  .meeting_need {
    bottom: 90px;
    right: 130px;
  }

  .business-content {
    bottom: 192px;
    right: 100px;
  }

  .serviece_fix p {
    font-size: 27px;
    line-height: 10px;
  }

  .serviece_fix {
    right: -100px;
    bottom: 120px;
  }

  .fix_b2 {
    max-height: 428px;
  }

  .button_download a {
    right: 10px;
  }

  .dot_circle_business_overview::before {
    top: 0px;
    left: -60px;
    width: 220px;
    height: 220px;
  }

  .business_overview {
    left: -16px;
    top: 90px;
  }

  .carousel-inner2 .item .ph_3_fix {
    margin-top: 50px;
    margin-left: 35px;
  }

  .serviece_over {
    margin-top: 0;
    font-size: 27px;
    padding-left: 10px;
    line-height: 35px;
  }

  .chairman-paragraph a {
    margin-top: 90px;
  }

  .social-paragraph-p1 {
    width: 100%;
  }

  .financial_highlights {
    top: 60px;
    left: -43%;
  }

  .block2 .main,
  .block3 .main,
  .block4 .main {
    max-width: 1100px;
    margin: 0 auto;
  }

  .flex_d_financial {
    padding-right: 20px;
  }

  .dot_circle::before {
    top: -20px;
    left: -20px;
    width: 200px;
    height: 200px;
  }

  .dot_circle_financial::before {
    top: -20px;
    left: -20px;
    width: 200px;
    height: 200px;
  }

  .corporate_highlights {
    /* position: relative; */
    z-index: 1100;
    color: #ffff;
    font-size: 23px;
    line-height: 27px;
  }

  .custom-corporate-content {
    right: 30px;
    width: 50%;
  }

  .custom-corporate-content .odd,
  .custom-corporate-content1 span {
    font-size: 100px;
  }

  .with_over {
    align-items: center;
    padding-top: 30px;
  }

  .fix_25,
  .custom-corporate-content .even {
    font-size: 82px;
  }

  .carousel-indicators {
    right: 0;
    bottom: -10px;
  }

  .business-content {
    width: 48%;
  }

  .business-content p {
    font-size: 30px;
    line-height: 30px;
  }

  .bc3 {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .padding_x {
    padding: 0px;
    width: 66%;
  }

  .col-md-8.padding_x_new {
    padding: 0 13px;
    width: 63%;
  }

  .block2 .chairman-image {
    padding: 0px 16px;
  }

  .social-paragraph-p1 {
    font-size: 18px;
  }

  .my_position.my_position_business {
    top: 20px;
  }

  /* .block4 {
        padding: 10px 20px 50px;
    } */

  .sticky {
    z-index: 999;
    position: fixed;
    top: 42px;
    right: 67px;
  }

  #custom-corporate {
    max-width: 1000px;
  }

  #financial-highlight {
    padding: 40px;
    margin-top: 40px;
  }

  .my_position_business {
    left: 0 !important;
  }

  .my_position {
    position: relative;
    top: 0;
    left: -20px;
  }

  .financial-header {
    position: relative;
    top: -40px;
  }

  .create_homes {
    font-size: 30px;
  }

  .sustainable {
    margin-left: 120px;
    font-size: 30px;
  }

  .annual {
    font-size: 15px;
    top: 67%;
  }

  .year_fix {
    font-size: 27px;
  }

  .block2 .row,
  .block3 .row {
    height: 340px;
  }

  .block2 .main-content,
  .block3 .main-content {
    height: 340px;
  }

  .block3 .chairman-paragraph p {
    padding-right: 0;
  }

  .fixed {
    right: 66px;
  }

  .my_position_fix {
    position: relative;
    top: -82px;
    left: -10px;
  }

  .chairman-paragraph a {
    font-size: 16px;
    width: 40%;
  }

  .financial-header {
    left: -10px;
  }

  .button_download a {
    right: 14px;
    top: -130px;
    bottom: inherit;
  }

  .chairman-paragraph a {
    margin-top: 100px;
  }

  .fix_btn {
    margin-top: 50px !important;
  }

  .social-view-more {
    padding-top: 8%;
    padding-right: 0;
  }

  .dot_circle_social::before {
    left: -25px;
    width: 200px;
    height: 200px;
  }

  .social-block {
    height: 420px;
    padding-top: 20px;
  }

  .social-heading {
    font-size: 20px;
  }

  .financial_highlights {
    left: -41%;
    top: 55px;
    font-size: 27px;
  }

  .block2 .chairman-heading {
    position: absolute;
    z-index: 1100;
    color: rgb(255, 255, 255);
    left: -10px;
    font-size: 24px;
    line-height: 30px;
    top: 20px;
  }

  .dot_circle_chairman::before,
  .dot_circle_ceo::before,
  .dot_circle_business_overview::before {
    width: 200px;
    height: 200px;
    left: -40px;
  }

  .business_overview {
    font-size: 25px;
    top: 80px;
    left: 0;
  }

  .block3 .chairman-heading {
    left: -23px;
    font-size: 22px;
    top: 20px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 850px;
  }

  .business-content {
    width: 48%;
  }

  .business-content p {
    font-size: 25px;
    line-height: 30px;
  }

  .bc2 {
    width: 59%;
  }

  .bc3 {
    width: 55%;
  }

  .bc6 {
    width: 57%;
    left: 33%;
  }

  .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 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) {
  /*.chairman-paragraph a {
    margin-left: 145px;
}*/
  /*.block3 .chairman-paragraph a {
    margin-left: 225px;
}*/
  .padding_x {
    padding: 0px;
    width: 70%;
  }

  .col-md-8.padding_x_new {
    padding: 0 13px;
    width: 66%;
  }

  #custom-corporate {
    padding: 75px 0px 40px 0;
  }

  .sticky {
    z-index: 999;
    position: fixed;
    top: 41px;
    right: 24px;
  }

  .stake_holder p {
    font-size: 18px;
  }

  .stake_holder {
    bottom: 60px;
    right: 50px;
  }

  .meeting_need {
    right: 90px;
  }

  .business-content {
    right: 85px;
  }

  .serviece_fix {
    right: -90px;
    bottom: 120px;
  }

  .serviece_fix p {
    font-size: 27px;
    line-height: 30px;
  }

  .fix_b2 {
    max-height: 387px;
  }

  .block4 {
    padding: 5px 0 48px 0;
  }

  .my_position_fix {
    top: -80px;
  }

  .my_position_business {
    top: 55px !important;
    left: 15px !important;
  }

  .my_position {
    top: -14px;
  }

  .annual {
    font-size: 10px;
    top: 66%;
  }

  .year_fix {
    font-size: 15px;
  }

  .sustainable {
    margin-left: 50px;
    font-size: 27px;
    letter-spacing: 1px;
  }

  .create_homes {
    font-size: 29px;
  }

  .block2 .chairman-image {
    height: auto;
    /* max-width: 287px; */
    /* margin-top: -72px; */
    /* margin-left: 80px; */
    overflow: hidden;
    width: 100%;
    margin-left: 0;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    font-size: 15px;
  }

  .chairman-paragraph h4 {
    font-size: 13px;
  }

  .block2 .row,
  .block3 .row {
    height: 284px;
    display: flex;
    align-items: center;
  }

  .block2 .main-content,
  .block3 .main-content {
    height: 284px;
  }

  .block3 .chairman-paragraph p {
    padding-right: 0;
  }

  .chairman-paragraph a {
    font-size: 16px;
    width: 57%;
    margin-top: 50px;
  }

  .fixed {
    top: 43px;
    right: 25px;
  }

  .serviece_over {
    font-size: 27px;
    line-height: 30px;
    padding-left: 0;
  }

  .serviece_over p {
    margin-top: -70px;
    font-size: 27px;
  }

  .carousel-inner2 .item .ph_3_fix {
    margin-top: 10px;
    margin-left: 10px;
  }

  .col-md-6 {
    width: 50%;
  }

  .item .row_fix {
    display: flex;
  }

  .dot_circle_chairman::before,
  .dot_circle_ceo::before,
  .dot_circle_business_overview::before {
    width: 170px;
    height: 170px;
    left: -30px;
    top: -30px;
  }

  .block3 .chairman-heading {
    left: -14px;
    font-size: 18px;
    top: 12px;
  }

  .block2 .chairman-heading {
    font-size: 18px;
    top: 12px;
    left: 0;
  }

  .business_overview {
    font-size: 20px;
    top: 35px;
    left: 3px;
  }

  .my_position {
    left: 7px;
  }

  .chairman-paragraph a {
    font-size: 16px;
    width: 90%;
  }

  .financial-header {
    position: relative;
    left: 0;
    top: -22px;
  }

  .financial_highlights {
    left: -39.5%;
    top: 23px;
    font-size: 22px;
  }

  .dot_circle_social::before {
    left: 0;
    width: 170px;
    height: 170px;
  }

  .social-heading {
    font-size: 16px;
  }

  .social-block {
    padding-top: 50px;
    height: 370px;
    display: flex;
  }

  .temp_set {
    margin-left: 30px;
  }

  .social-view-more {
    padding-top: 13%;
    padding-right: 10px;
  }

  .social-paragraph-p1 {
    padding: 20% 0 0px;
    font-size: 15px;
  }

  .social-paragraph {
    width: 50%;
  }

  .block2 .main,
  .block3 .main {
    max-width: 700px;
  }

  .button_download a {
    right: 10px;
    top: -100px;
  }

  .button_download {
    top: 115px !important;
  }

  .business-content p {
    font-size: 23px;
  }

  .banner-content {
    width: 50%;
  }

  .banner-block {
    margin-left: 36px;
    padding-top: 430px;
  }

  .banner-paragraph p {
    font-size: 32px;
    white-space: inherit;
    padding: 0px 0px;
  }

  .banner-paragraph span {
    font-size: 36px;
    white-space: inherit;
  }

  .banner-section {
    height: 79vw;
  }

  .container {
    max-width: 920px;
  }

  .ccc4 {
    top: 30px;
  }

  .custom-corporate-content #special {
    margin-right: 10px;
  }

  .fix_commended {
    margin-bottom: 10px;
  }

  .fix_25 {
    margin-top: -40px;
  }

  .custom-corporate-content #special {
    font-size: 16px;
  }

  .corporate_content_25 {
    height: 80px;
    padding-left: 30px;
  }

  .financial-amount {
    font-size: 60px;
  }

  .financial-block {
    height: 246px;
  }

  .financial-box {
    margin-top: 25px;
  }

  #backtotop {
    right: -65px;
    bottom: 90px;
  }

  #text-bottom {
    font-size: 78px;
    vertical-align: middle;
  }

  #financial-highlight {
    padding: 38px 0 0 0px;
  }

  .financial-bg {
    height: 55vw;
    max-width: 720px;
  }

  .financial-block {
    height: 40vw !important;
  }

  .financial-block {
    padding: 5px 10px;
  }

  #financial-highlight .container {
    max-width: 710px;
  }

  .financial-view-more {
    margin-right: 15px;
  }

  .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;
  }

  .custom-corporate-content .odd,
  .custom-corporate-content1 span {
    font-size: 70px;
  }

  .carousel-indicators {
    left: 500px !important;
    bottom: -5px;
    margin-left: 0px;
  }

  .over {
    top: -50px;
  }

  .corporate_highlights {
    font-size: 16px;
    line-height: 20px;
  }

  .dot_circle::before {
    left: -10px;
    width: 180px;
    height: 180px;
    top: -40px;
  }

  .dot_circle_financial::before {
    left: -20px;
    width: 180px;
    height: 180px;
    top: -40px;
  }

  .carousel {
    max-width: 100%;
    margin: auto;
  }

  .carousel-inner {
    min-height: 320px;
    margin: 40px 0 0 00;
  }

  .container {
    max-width: 100%;
  }

  .custom-section {
    padding: 60px 10px 30px 10px;
    margin: 0 auto;
    width: 100%;
  }

  .custom-corporate-content {
    bottom: 0;
    height: 80%;
    width: 50%;
    right: 20px;
  }

  .ccc2 {
    bottom: -25px;
    height: 80%;
    width: 42%;
    right: 95px;
  }

  .ccc5 {
    bottom: 34px;
  }

  .custom-corporate-content #special {
    margin-bottom: -16px;
  }

  .custom-corporate-content .even,
  .custom-corporate-content .odd {
    font-size: 65px;
  }

  .corporate-content-p {
    font-size: 30px;
    height: 80px;
  }

  .custom-corporate-content1 #special {
    margin-bottom: 0;
  }

  p {
    margin: 0px;
    font-size: 14px;
  }

  .custom-corporate-content1 span {
    font-size: 70px;
    /* vertical-align: middle; */
  }

  .corporate-content-p2 {
    height: 88px !important;
  }

  .carousel-indicators li {
    width: 16px;
    height: 30px;
    margin: 5px;
  }

  .carousel-indicators .active {
    width: 16px;
    height: 30px;
    margin: 5px;
  }

  .carousel-indicators {
    left: 470px !important;
    width: 37%;
    bottom: -10px;
  }

  .h1,
  h1 {
    font-size: 23px;
  }
}

@media (max-width: 761px) {
  .block2 .chairman-image {
    margin-left: 15px;
    margin-top: 20px;
  }

  .padding_x {
    padding: 0px;
    width: 90%;
  }

  .col-md-8.padding_x_new {
    padding: 0 13px;
    width: 85%;
    margin-top: 20px;
  }

  .fix_part {
    width: 100%;
  }

  .extra_star {
    left: 100px !important;
  }

  #financial-highlight {
    margin-top: 340px;
  }

  .sticky {
    right: 94px;
  }

  .financial_highlights {
    top: 23px;
    font-size: 18px;
  }

  .business-content.bc4 {
    bottom: 75px;
  }

  .meeting_need {
    right: 80px;
    bottom: 70px;
  }

  .meeting_need p {
    font-size: 15px;
    line-height: 20px;
  }

  .stake_holder p {
    font-size: 18px;
    line-height: 25px;
  }

  p.connect {
    padding-right: 20px;
  }

  .business-content {
    right: 65px;
    bottom: 150px;
  }

  .serviece_over {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
  }

  .serviece_fix p {
    font-size: 20px;
    line-height: 30px;
  }

  .serviece_fix {
    right: -60px;
    bottom: 100px;
  }

  .block2 .main {
    padding: 45px 0 30px 0px;
  }

  .fix_b2 {
    max-height: 314px;
  }

  .annual {
    font-size: 9px;
    top: 65.5%;
  }

  .fa-caret-up::before {
    font-size: 30px;
  }

  #backtotop {
    margin-right: 10px;
    height: 30px;
    width: 50px;
  }

  .sustainable {
    margin-left: 0;
    font-size: 40px;
    letter-spacing: 1px;
  }

  .create_homes {
    font-size: 40px;
  }

  .d_flex_banner {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .col-md-6-fix {
    width: 100%;
  }

  .d_flex_annual {
    display: flex;
    flex-wrap: wrap;
  }

  .block4 .carousel-indicators {
    width: 50%;
    bottom: -11px;
    left: 260px !important;
  }

  .business_overview {
    font-size: 18px;
    top: 21px;
    left: 3px;
    line-height: 27px;
  }

  .button_download a {
    font-size: 16px;
    right: -76px;
    top: -30px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 600px;
  }

  span.dot_circule_downlod {
    left: -20px;
    top: -7px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fix_btn {
    margin-top: 40px !important;
  }

  .block2 .row,
  .block3 .row {
    height: 250px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .chairman-paragraph {
    width: 80%;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    font-size: 18px;
  }

  .chairman-paragraph h4 {
    font-size: 18px;
  }

  .chairman-paragraph a {
    font-size: 13px !important;
    width: 22.5%;
    height: 26px !important;
    margin-top: 60px;
  }

  .chairman-view-more {
    padding-right: 0;
  }

  .block3 .col-md-6-right {
    width: 72%;
    height: 100%;
  }

  .block2 .main-content {
    height: 670px;
  }

  .block3 .main-content {
    height: 670px;
  }

  .block3 .chairman-heading {
    left: -14px;
    font-size: 15px;
    top: 0;
    line-height: 20px;
  }

  .dot_circle_chairman::before,
  .dot_circle_ceo::before,
  .dot_circle_business_overview::before {
    width: 150px;
    height: 150px;
  }

  .block2 .chairman-heading {
    font-size: 18px;
    top: -10px;
    left: -8px;
  }

  .my_position_fix {
    top: -80px;
    left: -25px;
  }

  .social-block {
    height: 740px;
    display: flex;
    margin: 0 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .social-heading {
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    top: 75px;
  }

  .dot_circle_social::before {
    left: 0;
    width: 150px;
    height: 150px;
  }

  .social-view-more {
    padding-top: 9px;
    padding-right: 47px;
  }

  .temp_set {
    margin-left: 0;
    margin-top: 20px;
  }

  .carousel {
    max-width: 570px;
    margin: 0 auto;
  }

  .carousel-inner {
    min-height: 220px;
  }

  .custom-section {
    padding: 40px 10px 10px 10px;
    margin: 0 auto;
    width: 100%;
  }

  .fix_25,
  .custom-corporate-content .even {
    font-size: 42px;
  }

  .corporate_content_25 {
    height: 52px;
    padding-left: 15px;
  }

  .fix_25 {
    margin-top: 0;
  }

  .ccc4 {
    top: 0px;
  }

  .ccc5 {
    top: 20px;
  }

  .custom-corporate-content {
    bottom: 0px;
    height: 100%;
    width: 56%;
    left: 260px;
  }

  .custom-corporate-content #special {
    margin-bottom: 8px;
  }

  .custom-corporate-content .even,
  .custom-corporate-content .odd {
    font-size: 42px;
  }

  .corporate-content-p {
    font-size: 20px;
  }

  .ccc3 {
    top: 30px;
  }

  .custom-corporate-content1 #special {
    margin-bottom: -15px;
  }

  p {
    margin: 0px;
    font-size: 11px;
  }

  .custom-corporate-content1 span {
    font-size: 38px;
    /* vertical-align: middle; */
  }

  .corporate-content-p {
    height: 65px;
  }

  .corporate-content-p2 {
    height: 54px !important;
  }

  .carousel-indicators li {
    width: 13px;
    height: 20px;
    margin: 1px 5px;
  }

  .carousel-indicators .active {
    width: 13px;
    height: 20px;
    margin: 1px 5px;
  }

  .over {
    top: -20px;
  }

  .dot_circle::before {
    left: -50px;
    width: 150px;
    height: 150px;
    top: -40px;
  }

  .dot_circle_financial::before {
    left: 0px;
    width: 150px;
    height: 150px;
    top: -23px;
  }

  .corporate_highlights {
    top: 16px;
    left: -27px;
    font-size: 18px;
    line-height: 22px;
  }

  .carousel-indicators {
    left: 385px !important;
    width: 37%;
    bottom: -10px;
  }

  .h1,
  h1 {
    font-size: 23px;
  }

  #backtotop {
    margin-right: 0px;
    bottom: 75px;
  }

  .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: 0;
  }

  .financial-bg {
    height: 82vw;
  }

  .financial-paragraph h4 {
    padding-top: 10%;
    padding-left: 0;
    float: unset;
  }

  .financial-amount {
    font-size: 35px;
  }

  .financial-box .col {
    padding: 0 5px 0 0;
  }

  .financial-paragraph a {
    margin-left: unset;
    float: right;
  }

  .financial-footer {
    background-color: white;
    width: 100%;
    height: 0;
  }

  .sum.header {
    padding: 15px 40px;
  }

  .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: bottom;
    height: 86vw;
    margin-top: 44px;
    background-size: 100%;
  }

  #Main {
    margin-top: -55px;
  }

  @media (max-width: 428px) {
    .banner-section {
      background-position: 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: bottom;
      }

      .banner-heading {
        font-size: 10px;
      }

      .banner-content h6 {
        font-size: 13px;
      }

      .banner-content {
        line-height: 15px;
      }
    }
  }
}

@media (max-width: 600px) {
  .cloud_img {
    max-width: 20px;
  }

  .sticky {
    top: 35px;
  }

  #backtotop {
    margin-right: 0px;
    bottom: 55px;
  }

  .serviece_over p {
    margin-top: -50px;
    font-size: 22px;
    line-height: 30px;
  }

  .my_position_first {
    left: 10px !important;
  }

  .my_position {
    left: 15px;
  }

  .financial-view-more {
    margin-top: 0;
  }

  .financial-view-more a {
    font-size: 13px;
  }

  .financial-bg {
    height: 70vw;
  }

  .financial_text {
    text-align: end;
    padding: 43px 0px 0px;
    margin: 0px;
  }

  .financial-content {
    margin: 0 30px;
    background-color: transparent;
  }

  .financial-block {
    height: 35vw !important;
  }

  .financial_highlights {
    left: -46.5%;
    top: 7px;
    line-height: 23px;
    font-size: 16px;
  }

  .dot_circle_financial::before {
    left: -50px;
    width: 130px;
    height: 130px;
    top: -40px;
  }

  .financial-header {
    position: relative;
    left: 10px;
    top: 35px;
  }

  .financial-bg {
    max-width: 480px;
  }

  .block3 .col-md-6-right {
    width: 90%;
    height: 100%;
    padding: 0 20px;
  }

  .chairman-view-more {
    display: flex;
    margin-left: 0px;
    justify-content: space-between;
    padding-right: 20px;
    text-align: center;
  }

  .chairman-paragraph a {
    width: 75.5%;
    margin-top: 110px;
  }

  .chairman-paragraph h4 {
    font-size: 15px;
  }

  .button_download a {
    right: -13px;
    top: -25px;
  }

  .chairman-paragraph {
    width: 90%;
    margin-left: 20px;
  }

  .block2 .main-content {
    height: 660px;
  }

  .dot_circle::before {
    left: -20px;
    width: 130px;
    height: 130px;
    top: -20px;
  }

  .corporate_highlights {
    left: -1px;
    top: 25px;
    font-size: 16px;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    font-size: 16px;
  }

  .block2 .chairman-image {
    margin-left: 25px;
  }

  .block2 .chairman-heading {
    font-size: 17px;
    top: -16px;
    left: -16px;
    line-height: 22px;
  }

  .dot_circle_chairman::before,
  .dot_circle_ceo::before,
  .dot_circle_business_overview::before {
    width: 130px;
    height: 130px;
  }

  .block3 .chairman-heading {
    left: -22px;
    font-size: 15px;
    top: -9px;
    line-height: 20px;
  }

  .business_overview {
    font-size: 15px;
    top: 21px;
    left: 0;
    line-height: 20px;
  }

  .dot_circle_social::before {
    left: 0;
    width: 130px;
    height: 130px;
  }

  .social-content {
    max-width: 540px !important;
  }

  .social-heading {
    left: 16px;
    font-size: 12px;
    line-height: 20px;
    top: 72px;
  }

  .my_position_fix {
    top: -85px;
    left: -13px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 520px;
  }

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

@media (max-width: 435px) {
  #backtotop {
    margin-right: 0px;
    bottom: 70px;
    right: 20px;
  }

  .col-md-8.padding_x_new {
    padding: 0;
    width: 85%;
    margin-top: 15px;
  }

  .padding_x {
    width: 100%;
  }

  .my_position {
    top: 0;
  }

  #custom-corporate {
    padding: 54px 0px;
  }

  .social-block {
    padding-top: 0px;
  }

  .extra_star {
    left: 70px !important;
  }

  .carousel-inner {
    min-height: 160px;
  }

  .star_icon {
    width: 70px;
    position: absolute;
    left: 60px;
    top: 65px;
  }

  .sticky {
    top: 15px;
    right: 24px;
  }

  .stake_holder {
    bottom: 40px;
    right: 45px;
  }

  .stake_holder p {
    font-size: 11px;
    line-height: 18px;
  }

  p.connect {
    padding-right: 10px;
  }

  .meeting_need p {
    font-size: 9px;
    line-height: 15px;
  }

  .meeting_need {
    right: 60px;
    bottom: 50px;
  }

  p.meet3 {
    padding-right: 30px;
  }

  .fix_b2 {
    max-height: 206px;
  }

  .serviece_fix p {
    font-size: 15px;
    line-height: 20px;
  }

  .serviece_over {
    font-size: 15px;
    line-height: 20px;
  }

  .serviece_fix {
    right: -40px;
    bottom: 70px;
  }

  .business-content {
    right: 65px;
    bottom: 100px;
  }

  .business-content.bc4 {
    bottom: 45px;
  }

  .block4 {
    padding: 0 0 0 0;
  }

  .block2 .main {
    padding: 30px 0 20px 0px;
  }

  .financial-content {
    background-color: #fff;
  }

  .financial_highlights {
    left: -40.5%;
    top: 35px;
    line-height: 20px;
    font-size: 12px;
  }

  .financial-header {
    position: relative;
    left: 13px;
    top: 0;
  }

  #financial-highlight {
    padding: 40px 0 0 0;
  }

  /* .social-paragraph-p1 {
        padding: 30px 8% 5px !important;
    } */

  .temp_set {
    margin-left: 0;
    margin-top: 30px;
  }

  .social-view-more {
    padding-top: 0;
  }

  .social-block {
    height: 210px;
  }

  .my_position_fix {
    top: -85px;
    left: -8px;
  }

  .social-content {
    max-width: 380px !important;
  }

  .dot_circle_social::before {
    left: 0;
    width: 90px;
    height: 90px;
  }

  .social-heading {
    left: 14px;
    font-size: 8px;
    line-height: 14px;
    top: 57px;
  }

  .serviece_over p {
    margin-top: -100px;
    font-size: 16px;
    line-height: 23px;
  }

  .block4 .carousel-indicators {
    width: 60%;
    bottom: -14px;
    left: 150px !important;
  }

  .block4 .carousel-indicators li {
    width: 12px !important;
    height: 22px !important;
  }

  .block4 .carousel-indicators .active {
    width: 14px !important;
    height: 22px !important;
  }

  .my_position_business {
    top: 30px !important;
  }

  .business_overview {
    font-size: 13px;
    top: 1px;
    left: -15px;
    line-height: 16px;
  }

  .my_position {
    left: 10px;
  }

  .block3 .main-content {
    height: 515px;
  }

  .button_download a {
    top: -60px;
    right: 10px;
  }

  .button_download {
    top: 66px !important;
  }

  .block3 .chairman-heading {
    left: -20px;
    font-size: 9px;
    top: -28px;
    line-height: 15px;
  }

  .dot_circle_chairman::before,
  .dot_circle_ceo::before,
  .dot_circle_business_overview::before {
    width: 90px;
    height: 90px;
  }

  .block2 .chairman-heading {
    font-size: 10px;
    top: -32px;
    left: -15px;
    line-height: 18px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 350px;
  }

  .my_position_first {
    left: 0px !important;
  }

  .container_fix {
    margin: 0 20px;
  }

  /* .social-paragraph a {
        font-size: 10px !important;
    } */

  .social-view-more {
    padding-right: 0;
    width: 100%;
  }

  .temp_set {
    margin-left: 0;
    margin-top: 30px;
  }

  .block2 .chairman-image {
    margin-left: 23px;
  }

  .block3 .chairman-image {
    margin-left: 15px;
  }

  .padding_x_new {
    padding: 0 7px;
  }

  .chairman-paragraph {
    width: 90%;
    margin-left: 30px;
  }

  .chairman-view-more {
    display: flex;
    margin-left: 0px;
    justify-content: space-between;
    padding-right: 20px;
    text-align: center;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    font-size: 14px;
    padding-top: 20px;
  }

  .chairman-paragraph a {
    font-size: 13px !important;
    width: 53.5%;
    margin-top: 50px;
  }

  .block2 .main-content {
    height: 455px;
  }

  .chairman-paragraph h4 {
    font-size: 14px;
  }

  .social-row {
    margin-top: 85px;
  }

  .button_download a {
    font-size: 8px;
    padding: 7px 15px 7px 35px;
  }

  span.dot_circule_downlod {
    font-size: 9px;
    left: -6px;
    display: flex;
    top: -4px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
  }

  .fix_25,
  .custom-corporate-content .even {
    font-size: 30px;
  }

  .fix_25 {
    margin-top: 0;
  }

  .corporate_content_25 {
    height: 32px;
    padding-left: 20px;
  }

  content .even,
  .custom-corporate-content .odd {
    font-size: 23px;
  }

  .with_over {
    align-items: center;
    padding-top: 0;
  }

  .custom-corporate-content #special {
    font-size: 9px;
    line-height: 12px;
    padding-top: 10px;
  }

  #text-bottom {
    font-size: 30px;
  }

  .custom-corporate-content span {
    font-size: 11px;
  }

  .custom-corporate-content {
    left: 170px;
  }

  .subsidised {
    font-size: 8px;
    word-break: break-all;
    width: 78%;
  }

  .over {
    top: -20px;
  }

  .custom-corporate-content .odd,
  .custom-corporate-content1 span {
    font-size: 30px;
  }

  .corporate_highlights {
    top: 40px;
    left: 2px;
    font-size: 11px;
    line-height: 15px;
  }

  .dot_circle::before {
    left: -10px;
    width: 90px;
    height: 90px;
    top: 10px;
  }

  .dot_circle_financial::before {
    left: -10px;
    width: 90px;
    height: 90px;
    top: 10px;
  }

  .carousel-indicators {
    left: inherit !important;
    width: 50%;
    bottom: -11px;
  }

  .h1,
  h1 {
    font-size: 15px;
  }

  .carousel-indicators li {
    width: 10px;
    height: 15px;
  }

  .carousel-indicators .active {
    width: 10px;
    height: 15px;
  }

  .corporate-content-p {
    font-size: 17px;
    height: 33px;
  }

  .ccc4 {
    top: 30px;
  }

  .custom-corporate-content span {
    font-size: 11px;
    line-height: 20px;
  }

  p {
    font-size: 9px;
  }

  .corporate-content-p2 {
    height: 37px !important;
  }

  .custom-corporate-content {
    bottom: -15px;
  }

  .custom-corporate-content.ccc3 {
    bottom: -35px;
  }

  .award_28 {
    width: 95%;
  }

  #financial-highlight {
    margin-top: 320px;
  }

  .social-section {
    padding-right: 0px !important;
  }

  .financial-box {
    height: 85% !important;
    margin: 2px !important;
    margin-top: 10px !important;
  }

  .financial-block {
    height: 37vh !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .financial-amount {
    font-size: 29px !important;
  }

  .financial-footer {
    height: 34px !important;
  }

  .financial-view-more {
    margin-right: 11px !important;
    padding-top: 0;
  }

  .financial-view-more a {
    font-size: 10px !important;
  }

  .financial-bg {
    height: 320px;
  }
}

@media (max-width: 429px) {
  .sticky {
    top: 20px;
    right: 25px;
  }

  .block3 .main {
    padding: 20px 0 10px 0;
  }

  .financial-block {
    top: -30px;
  }

  .financial-footer {
    top: -10px;
  }

  .financial-content {
    background-color: #fff;
    border-radius: 0 30px 0 30px;
  }

  .financial_highlights {
    left: -40.5%;
    top: 35px;
    line-height: 20px;
    font-size: 12px;
  }

  .financial-header {
    position: relative;
    left: -5px;
    top: -19px;
  }

  #financial-highlight {
    padding: 40px 0 0 0;
  }

  .social-paragraph-p1 {
    /* padding: 30px 30px 40px 45px !important; */
    width: 100%;
  }

  .temp_set {
    margin-left: 0;
    margin-top: 30px;
  }

  .social-view-more {
    padding-top: 0;
  }

  .social-block {
    height: 560px;
  }

  .my_position_fix {
    top: -65px;
    left: -8px;
  }

  .social-content {
    max-width: 380px !important;
  }

  .dot_circle_social::before {
    left: 0;
    width: 90px;
    height: 90px;
  }

  .social-heading {
    left: 14px;
    font-size: 8px;
    line-height: 14px;
    top: 57px;
  }

  .serviece_over p {
    margin-top: -100px;
    font-size: 16px;
    line-height: 23px;
  }

  .block4 .carousel-indicators {
    width: fit-content;
    bottom: -14px;
    right: 0 !important;
    left: inherit !important;
  }

  .block4 .carousel-indicators li {
    /* width: 9px !important; */
    /* height: 13px px !important; */
  }

  .my_position_business {
    top: 40px !important;
    left: 18px !important;
  }

  .business_overview {
    font-size: 11px;
    top: 1px;
    left: -13px;
    line-height: 16px;
  }

  .my_position {
    left: 10px;
  }

  .block3 .main-content {
    height: 515px;
  }

  .button_download a {
    top: -55px;
    right: 12px;
  }

  .button_download {
    top: 60px !important;
  }

  .block3 .chairman-heading {
    left: -20px;
    font-size: 9px;
    top: -28px;
    line-height: 15px;
  }

  .dot_circle_chairman::before,
  .dot_circle_ceo::before,
  .dot_circle_business_overview::before {
    width: 90px;
    height: 90px;
  }

  .block2 .chairman-heading {
    font-size: 10px;
    top: -32px;
    left: -15px;
    line-height: 18px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 350px;
  }

  .my_position_first {
    left: 0px !important;
    z-index: 1500;
  }

  .container_fix {
    margin: 0 10px;
  }

  /* .social-paragraph a {
        font-size: 10px !important;
    } */

  .social-view-more {
    padding-right: 0;
    width: 100%;
  }

  .temp_set {
    margin-left: 0;
    margin-top: 30px;
  }

  .block2 .chairman-image {
    margin-top: 15px;
    width: 100%;
  }

  .block3 .chairman-image {
    margin-left: 15px;
  }

  .padding_x_new {
    padding: 0 7px;
  }

  .chairman-paragraph {
    width: 90%;
    margin-left: 30px;
  }

  .chairman-view-more {
    display: flex;
    margin-left: 0px;
    justify-content: space-between;
    padding-right: 20px;
    text-align: center;
  }

  .block2 .chairman-paragraph p,
  .block3 .chairman-paragraph p {
    font-size: 14px;
    padding-top: 20px;
  }

  .chairman-paragraph a {
    font-size: 13px !important;
    width: 53.5%;
    margin-top: 50px;
  }

  .block2 .main-content {
    height: 455px;
  }

  .chairman-paragraph h4 {
    font-size: 14px;
  }

  .social-row {
    margin-top: 55px;
  }

  .button_download a {
    font-size: 8px;
    padding: 7px 15px 7px 35px;
  }

  span.dot_circule_downlod {
    font-size: 9px;
    left: -6px;
    display: flex;
    top: -4px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
  }

  .fix_25,
  .custom-corporate-content .even {
    font-size: 30px;
  }

  .fix_25 {
    margin-top: 0;
  }

  .corporate_content_25 {
    height: 32px;
    padding-left: 20px;
  }

  content .even,
  .custom-corporate-content .odd {
    font-size: 23px;
  }

  .with_over {
    align-items: center;
    padding-top: 0;
  }

  .custom-corporate-content #special {
    font-size: 9px;
    line-height: 12px;
    padding-top: 10px;
  }

  #text-bottom {
    font-size: 30px;
  }

  .custom-corporate-content span {
    font-size: 11px;
  }

  .custom-corporate-content {
    left: 170px;
  }

  .subsidised {
    font-size: 8px;
    word-break: break-all;
    width: 78%;
  }

  .over {
    top: -20px;
  }

  .custom-corporate-content .odd,
  .custom-corporate-content1 span {
    font-size: 30px;
  }

  .corporate_highlights {
    top: 40px;
    left: 2px;
    font-size: 11px;
    line-height: 15px;
  }

  .dot_circle_financial::before {
    left: -10px;
    width: 90px;
    height: 90px;
    top: 10px;
  }

  .carousel-indicators {
    right: 0 !important;
    width: 50%;
    bottom: 0;
  }

  .h1,
  h1 {
    font-size: 15px;
  }

  .carousel-indicators li {
    width: 10px;
    height: 15px;
  }

  .carousel-indicators .active {
    width: 10px;
    height: 15px;
  }

  .corporate-content-p {
    font-size: 17px;
    height: 33px;
  }

  .ccc4 {
    top: 30px;
  }

  .custom-corporate-content span {
    font-size: 11px;
    line-height: 20px;
  }

  p {
    font-size: 9px;
  }

  .corporate-content-p2 {
    height: 37px !important;
  }

  .custom-corporate-content {
    bottom: -15px;
  }

  .custom-corporate-content.ccc3 {
    bottom: -35px;
  }

  .award_28 {
    width: 95%;
  }

  #financial-highlight {
    margin-top: 320px;
  }

  .social-section {
    padding-right: 0px !important;
  }

  .financial-box {
    height: 85% !important;
    margin: 2px !important;
    margin-top: 10px !important;
  }

  .financial-block {
    height: 22vh !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .financial-amount {
    font-size: 29px !important;
  }

  .financial-footer {
    height: 34px !important;
  }

  .financial-view-more {
    margin-right: 11px !important;
    padding-top: 0;
  }

  .financial-view-more a {
    font-size: 10px !important;
  }

  .financial-bg {
    height: 320px;
  }
}

@media (max-width: 415px) {
  #backtotop {
    margin-right: 0px;
    bottom: 60px;
    right: 20px;
  }

  .financial_highlights {
    left: -40.5%;
  }

  .financial-header {
    left: 8px;
    top: 10px;
  }

  .my_position_fix {
    top: -75px;
    left: 0;
  }
}

@media (max-width: 390px) {
  .my_position_business {
    top: 40px !important;
    left: 20px !important;
  }

  .custom-section {
    padding: 40px 0px 10px 0px;
  }

  .carousel-inner {
    min-height: 150px;
  }
  .star_icon {
    width: 70px;
    left: 60px;
    top: 65px;
  }

  .meeting_need {
    right: 50px;
    bottom: 40px;
  }

  .stake_holder p {
    font-size: 10px;
  }

  .business-content {
    right: 65px;
    bottom: 92px;
  }

  .business-content p {
    font-size: 11px !important;
    line-height: 15px !important;
  }

  .fix_b2 {
    max-height: 190px;
  }

  .serviece_over {
    font-size: 13px;
    line-height: 20px;
  }

  .serviece_fix {
    right: -34px;
    bottom: 55px;
  }

  .sustainable {
    font-size: 30px;
  }

  .create_homes {
    font-size: 30px;
  }

  .financial_highlights {
    left: -38.5%;
  }

  .financial-header {
    left: -13px;
    top: -20px;
  }

  .my_position_fix {
    top: -70px;
    left: -7px;
  }

  .social-view-more {
    padding-top: 15px;
  }

  .temp_set {
    margin-left: 0;
  }

  .social-content {
    max-width: 350px !important;
  }

  .container_fix {
    margin: 0;
  }

  .my_position {
    left: 22px;
    top: -3px;
  }

  .corporate-content-p {
    font-size: 13px;
  }

  .fix_25,
  .custom-corporate-content .even {
    font-size: 30px;
  }

  .fix_25 {
    margin-top: 0;
  }

  .corporate_content_25 {
    height: 32px;
    padding-left: 20px;
  }

  content .even,
  .custom-corporate-content .odd {
    font-size: 23px;
  }

  .with_over {
    align-items: center;
    padding-top: 0;
  }

  .custom-corporate-content #special {
    font-size: 9px;
    line-height: 12px;
  }

  .custom-corporate-content span {
    font-size: 11px;
  }

  .custom-corporate-content {
    left: 148px;
  }

  .subsidised {
    font-size: 8px;
    word-break: break-all;
    width: 78%;
  }

  .social-section {
    padding-right: 0px !important;
  }

  .financial-box {
    height: 85% !important;
    margin: 2px !important;
    margin-top: 10px !important;
  }

  .financial-block {
    height: 21vh !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .financial-amount {
    font-size: 26px !important;
  }

  .financial-footer {
    height: 34px !important;
  }

  .financial-view-more {
    margin-right: 11px !important;
    padding-top: 0;
  }

  .financial-view-more a {
    font-size: 10px !important;
  }

  .financial-bg {
    height: 310px;
  }
}

@media (max-width: 374px) {
  #backtotop {
    bottom: 70px;
    right: 20px;
  }

  .extra_star {
    left: 60px !important;
  }

  .star_icon {
    width: 50px;
    left: 35px;
    top: 65px;
  }

  .meeting_need p {
    font-size: 7px;
    line-height: 11px;
  }

  .stake_holder p {
    font-size: 8px;
    line-height: 13px;
  }

  .stake_holder {
    bottom: 30px;
    right: 40px;
  }

  p.connect {
    padding-right: 5px;
  }

  p.meet3 {
    padding-right: 20px;
  }

  .meeting_need {
    right: 45px;
    bottom: 30px;
  }

  .business-content.bc4 {
    bottom: 35px;
  }

  .business-content p {
    font-size: 10px !important;
    line-height: 13px !important;
  }

  .business-content {
    right: 65px;
    bottom: 75px;
  }

  .business-content {
    left: 40% !important;
  }

  .serviece_fix p {
    font-size: 12px;
    line-height: 10px;
  }

  .serviece_over {
    font-size: 12px;
    line-height: 16px;
  }

  .serviece_fix {
    right: -27px;
    bottom: 50px;
  }

  .fix_b2 {
    max-height: 153px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 320px;
  }

  .financial-view-more {
    margin-right: 11px !important;
    padding-top: 0;
  }

  .financial_text {
    padding: 30px 0px 0px;
  }

  .financial-header {
    position: relative;
    left: 0px;
    top: -30px;
  }

  .financial_highlights {
    left: -40.5%;
    top: 37px;
    line-height: 13px;
    font-size: 11px;
  }

  .financial-amount {
    font-size: 18px !important;
  }

  .financial-content {
    margin: 0 20px;
  }

  .dot_circle_financial::before {
    width: 80px;
    height: 80px;
  }

  .social-view-more {
    padding-top: 0;
  }

  .my_position_fix {
    left: 5px;
  }

  .block4 .carousel-indicators {
    width: 60%;
    bottom: -16px;
    left: 80px !important;
  }

  .serviece_over {
    padding-left: 0px;
  }

  .carousel-inner2 .item .ph_3_fix {
    margin-top: 23px;
    margin-left: 15px;
  }

  .serviece_over p {
    margin-top: -107px;
    font-size: 13px;
    line-height: 23px;
  }

  .block3 .main-content {
    height: 490px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 290px;
  }

  .social-heading {
    left: 10px;
    font-size: 7px;
    line-height: 14px;
    top: 52px;
  }

  .dot_circle_social::before {
    width: 80px;
    height: 80px;
  }

  .social-block {
    height: 550px;
  }

  .social-paragraph p {
    font-size: 14px !important;
  }

  .carousel-indicators {
    bottom: -10px;
  }

  .custom-corporate-content .odd,
  .custom-corporate-content1 span {
    font-size: 25px;
  }

  .corporate-content-p {
    font-size: 9px;
  }

  .award_28 {
    width: 80%;
  }

  .custom-corporate-content span {
    font-size: 9px;
  }

  .custom-corporate-content {
    left: 130px;
  }

  .fix_25,
  .custom-corporate-content .even {
    font-size: 20px;
  }

  #financial-highlight {
    padding: 40px 0 0px 0px;
  }

  .financial-bg {
    height: 90vw;
  }

  .over {
    top: -14px;
  }

  .custom-corporate-content .odd,
  .custom-corporate-content1 span {
    font-size: 20px;
  }

  .corporate-content-p2 {
    padding-top: 10px;
  }

  p {
    font-size: 8px;
  }
}

@media (max-width: 360px) {
  .my_position_fix {
    left: 3px;
  }

  .carousel-inner {
    height: 420px !important;
  }

  .my_position_first {
    top: -10px !important;
  }

  .financial-header {
    left: -5px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 325px;
  }

  #financial-highlight {
    margin-top: 325px;
  }

  .financial_highlights {
    left: -39.5%;
    font-size: 10px;
  }
}

@media (max-width: 325px) {
  .my_position_fix {
    left: 5px;
  }

  .block2 .main,
  .block3 .main {
    max-width: 290px;
  }

  .social-content {
    max-width: 300px !important;
  }
}

/* =============================================== Shubham Css Start =============================================== */

.home_banner_section {
  padding-top: 20px;
}
.home_banner_section .home_banner_image {
  position: relative;
}
.home_banner_section .home_banner_image .home_banner_txt h3 {
  color: #76b82a;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 65%;
  right: 200px;
}
.home_banner_section .about_txt p {
  font-size: 20px;
  font-weight: 400;
  padding: 50px 0;
  margin: 0;
  text-align: justify;
}
.home_banner_section .about_txt p:last-child {
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 80px 0;
}
.social-row .social-section {
  margin: 20px 0 0 0;
}
.block4 .social-heading-three {
  background: #55c3f1;
}
.corporate_highlights {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: bold !important;
}

/* About us page slider */
.custom-section .carousel-inner .item .slider_slide {
  display: flex;
  align-items: center;
  min-height: 400px;
  width: 82%;
  margin: 0 auto;
}
.custom-section .carousel-inner .item .slider_slide .star_icon {
  width: 50%;
  display: flex;
  justify-content: center;
}
.custom-section .carousel-inner .item .slider_slide .star_icon img {
  width: 50% !important;
  display: flex;
  justify-content: end;
  align-items: center;
}
.custom-section .carousel-inner .item .slider_slide .custom-corporate-content1 {
  width: 50%;
}
.custom-section
  .carousel-inner
  .item
  .slider_slide
  .custom-corporate-content1
  p {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.custom-section
  .carousel-inner
  .item
  .slider_slide
  .custom-corporate-content1
  h6 {
  font-size: 90px;
  color: #6eb92c;
  font-weight: 700;
  padding: 10px 0 10px 0;
  margin: 0;
}
.custom-section
  .carousel-inner
  .item
  .slider_slide
  .custom-corporate-content1
  h6
  span {
  padding: 0 8px !important;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #000;
}
.star_icon {
  position: inherit !important;
}

/*Responsive Home Page */
@media (max-width: 1600px) {
  .button_download a {
    right: 230px !important;
  }
}

/*/ Desktop 1440px /*/
@media (max-width: 1440px) {
  .button_download a {
    right: 150px !important;
  }
}

/*/ Desktop 1280px /*/
@media (max-width: 1366px) {
  .home_banner_section .home_banner_image .home_banner_txt {
    right: -12%;
  }
  .home_banner_section .about_txt p {
    padding: 30px 0 40px 0;
  }
  .button_download a {
    right: 200px !important;
    top: 150px;
  }
  span.dot_circule_downlod {
    left: -25px;
    top: -7px;
    width: 50px;
    height: 50px;
  }
  .button_download a {
    padding: 4px 10px 4px 30px;
    font-size: 18px;
  }
  .button_download {
    top: -140px !important;
  }
  /* .custom-corporate-content1 p.in_celebration {width: 90%;} */
  .temp_set {
    top: 100px;
    left: 40px;
  }
  .social-paragraph-p1 {
    padding: 30px 0 0 20px;
    font-size: 20px;
  }
  .social-paragraph {
    width: 500px;
  }
  .social-view-more {
    padding-top: 28px;
  }
  .dot_circle_business .social-heading {
    top: 110px;
  }
  .custom-section
    .carousel-inner
    .item
    .slider_slide
    .custom-corporate-content1
    p {
    font-size: 18px;
  }
}

/*/ iPad 1024px /*/
@media (max-width: 1199px) {
  .dropdown {
    line-height: 22px;
    text-align: center !important;
  }
  .sum.header nav#nav a {
    text-align: center;
    width: 100%;
  }
  .dot_circle_business .social-heading {
    top: 80px !important;
    left: -6px !important;
  }
  .social-view-more {
    padding-top: 0px !important;
  }
  .social-block {
    height: 440px;
  }
  .social-paragraph-p1 {
    padding: 20px 0 0 20px;
  }
  .temp_set {
    top: 60px;
    left: 30px;
  }
  .home_banner_section .home_banner_image .home_banner_txt {
    right: -4%;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    font-size: 42px;
  }
  .block4 {
    padding: 0px 20px 50px;
  }
  .button_download a {
    right: 30px !important;
  }
}

/*/ iPad 768px /*/
@media (max-width: 991px) {
  .item .projects_icon h2.projects_count {
    margin: 10px;
    font-size: 80px;
  }

  /* .custom-corporate-content1 p.in_celebration {width: 90%;padding: 10px 0 0 0;font-size: 18px;}
.custom-corporate-content1 h6 {padding-top: 10px;font-size: 20px;} */
  .social-block {
    justify-content: space-between;
    padding-top: 40px;
  }
  .social-paragraph-p1 {
    line-height: 26px;
    font-size: 16px;
  }
  .temp_set {
    top: 50px;
    left: -10px;
  }
  .fix_part {
    width: 50%;
  }
  .social-paragraph-p1 {
    padding: 0 0 0px !important;
  }
  .social-paragraph {
    width: 70%;
  }
  .dot_circle_business .social-heading {
    top: 70px !important;
    left: 20px !important;
  }
  .block4 {
    padding: 95px 0 48px 0 !important;
  }
  #custom-corporate {
    padding: 95px 0px 60px 0;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    font-size: 30px;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3:nth-child(1) {
    margin-left: 50px;
  }
  .home_banner_section .home_banner_image .home_banner_txt {
    right: 4%;
  }
  .custom-section {
    padding-top: 0 !important;
    margin-top: -6px !important;
  }
  .corporate_highlights {
    left: -14px;
    top: -75px;
    height: 180px;
    width: 180px;
  }
  .social-heading {
    left: 0;
  }
  .social-row {
    margin-top: 60px;
  }

  /* Slider */
  .custom-section
    .carousel-inner
    .item
    .slider_slide
    .custom-corporate-content1
    h6 {
    font-size: 70px;
  }
  .custom-section .carousel-inner .item .slider_slide .star_icon img {
    width: 60% !important;
  }
}

/*/ Iphone 767px /*/
@media (max-width: 767px) {
  .star_icon {
    width: 140px;
  }

  /* .custom-corporate-content1 {top: 260px;left: 20px;width: 100% !important;} */
  .carousel-indicators li,
  .carousel-indicators .active {
    width: 14px !important;
    height: 28px !important;
  }
  .dot_circle::before,
  .dot_circle_social::before {
    width: 140px !important;
    height: 140px !important;
  }
  .corporate_highlights {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .social-heading {
    top: -100px !important;
    left: 8px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .temp_set {
    margin: 0 !important;
    left: 0 !important;
    top: 20px !important;
  }
  .social-paragraph-p1 {
    padding: 30px 20px 20px 30px !important;
  }
  .social-paragraph a {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  .social-block {
    height: 380px !important;
  }
  .dot_circle_business .social-heading {
    font-size: 13px !important;
  }
  .block4 {
    padding: 120px 0 48px 0 !important;
  }
  .dot_circle_social.dot_circle_business::before {
    top: 0;
  }
  .dot_circle_business .social-heading {
    top: 30px !important;
  }
  .block4 .carousel-inner {
    height: auto !important;
  }
  .home_banner_section .home_banner_image .home_banner_txt {
    right: 10px;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    font-size: 20px;
  }
  .button_download a {
    right: 12px;
    border-radius: 20px 10px 0px 0px;
  }
  .social-paragraph {
    top: -10px;
  }

  /* Slider */
  .custom-section .carousel-inner .item .slider_slide {
    flex-direction: column;
  }
  .custom-section .carousel-inner .item .slider_slide .star_icon {
    width: 100%;
  }
  .custom-section
    .carousel-inner
    .item
    .slider_slide
    .custom-corporate-content1 {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .custom-section
    .carousel-inner
    .item
    .slider_slide
    .custom-corporate-content1
    h6 {
    padding: 0;
    font-size: 50px;
  }
  .custom-section .carousel-inner .item .slider_slide {
    width: 90%;
    margin-top: 110px;
  }
  .carousel-indicators {
    width: 100%;
  }
  .custom-section .carousel-inner .item .slider_slide .star_icon img {
    width: 30% !important;
  }
  .home_banner_section .about_txt p {
    font-size: 16px !important;
  }
  .home_banner_section .about_txt p:last-child {
    padding-bottom: 30px;
  }
  .carousel-inner {
    height: 470px;
  }
  .custom-section
    .carousel-inner
    .item
    .slider_slide
    .custom-corporate-content1
    p {
    font-size: 16px;
  }
}

/*/ Iphone 414px /*/
@media (max-width: 430px) {
  .social-block {
    height: 600px !important;
  }
  .social-paragraph {
    width: 100%;
  }
  .social-row {
    margin-top: 20px;
  }
  .fix_part {
    width: 100%;
  }
}

/*/ Iphone 414px /*/
@media (max-width: 567px) {
  .home_banner_section .home_banner_image img.banner_img {
    width: 100%;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3:nth-child(1) {
    margin-left: 0;
  }
  .home_banner_section .home_banner_image .home_banner_txt {
    right: 30px;
    width: 140px;
  }
  .home_banner_section .home_banner_image img.banner_img {
    left: 0px;
  }
  #custom-corporate {
    padding: 30px 0px !important;
  }
  .corporate_highlights {
    top: -65px !important;
    left: -14px !important;
  }
  .temp_set {
    width: 90%;
    margin: 0 auto !important;
  }
  .social-heading.corporate_highlights {
    top: -65px !important;
    left: 25px !important;
  }
  .social-paragraph.col-md-7.fix_part {
    height: auto;
  }
  .block4 .social-heading-three {
    top: -100px !important;
  }
  .block4 .carousel-indicators li {
    margin: 2px;
  }
  .block4 .carousel-indicators li.active {
    margin: 2px;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    top: 76%;
    right: 240px;
  }
  .button_download a {
    font-size: 14px;
    top: 90px;
  }
  span.dot_circule_downlod {
    left: -15px;
    top: -5px;
    width: 40px;
    height: 40px;
  }
  .button_download {
    top: -80px !important;
  }
}

/*/ Mobile 390px /*/
@media (max-width: 390px) {
  .corporate_highlights {
    left: -4px !important;
  }
  .temp_set {
    top: 30px !important;
  }
  .carousel-inner {
    border-radius: 40px 30px 0 30px;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    top: 86%;
    right: 229px;
    font-size: 16px;
  }
}

/*/ Mobile 375px /*/
@media (max-width: 375px) {
  .home_banner_section .home_banner_image .home_banner_txt {
    right: 10px;
  }
  /* .custom-corporate-content1 p.in_celebration {width: 90%;} */
  .corporate_highlights {
    height: 150px;
    width: 150px;
    left: -4px !important;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    margin: 0 0 4px 0;
  }

  /* slider */
  .custom-section .carousel-inner .item .slider_slide {
    margin-top: 90px;
  }
}

/*/ Mobile 320px /*/
@media (max-width: 320px) {
  .home_banner_section .home_banner_image .home_banner_txt {
    right: 10px;
    width: 120px;
  }
  .home_banner_section .home_banner_image .home_banner_txt h3 {
    font-size: 14px;
    right: 190px;
  }
  .block4 .carousel-indicators {
    bottom: -46px !important;
  }
  .block4 .carousel-indicators li {
    background-color: #ddd;
  }
  .social-block {
    height: 630px !important;
  }
  .button_download a {
    right: 10px !important;
  }

  /* Slider */
  .custom-section
    .carousel-inner
    .item
    .slider_slide
    .custom-corporate-content1
    h6 {
    font-size: 50px;
  }
  .carousel-inner {
    height: 450px;
  }
}

/* =============================================== Shubham Css End =============================================== */
