@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

*,
::before,
::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

html,
body {
  margin: 0px;
  padding: 0px;
  /* overflow-x: hidden; */
}

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;
  max-width: 1140px;
  margin: auto;
}

.back_ch {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  background-position: 0px 70%;
  background-color: rgb(254, 226, 199);
  border-radius: 0px 40px;
}

main {
  overflow: hidden;
}

span.dot_circule_downlod {
  background: linear-gradient(90deg, rgb(175, 103, 42) 0%, rgb(249, 180, 94) 35%, rgb(175, 103, 42) 95%);
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  left: -35px;
  text-align: center;
  top: -10px;
  width: 60px;
  height: 60px;
}

.chairman {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 16px;
}

.view_btn {
  margin-top: 0;
  padding: 3%;
  font-size: 16px;
  border: none;
  background-color: rgb(183, 114, 48);
  border-radius: 0px 9px;
  color: white;
  cursor: pointer;
  float: right;
}

.button_download a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(140, 52, 61);
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 15px;
  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;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
}

.button_download {
  z-index: 999;
  position: relative;
  top: 0px;
}

.margin_mt {

  margin-top: 15px;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: -3px;
  right: 382px;
}

.sum a {
  text-decoration: none;
  text-align: center;
  color: black;
}

.sum.header {
  display: grid;
  grid-template-columns: 160px auto auto;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
}

.sum.header a {
  font-family: Rubik, sans-serif;
  font-weight: 410;
  line-height: 22px;
}

.sum .nav {
  display: grid;
  grid-template-columns: 1px 1px 50px 70px 80px 200px 100px 1px 1px;
  margin: auto;
  gap: 25px;
}
.sum .headericon {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  line-height: 50px;
  justify-content: right;
  align-items: center;
}

.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0px auto;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 4rem 0px 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out 0s;
}

.menu.is-active {
  top: 0px;
  width: 100%;
  height: auto;
}

.menu.is-active .menu-link {
  color: white;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.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;
}

.menu-language {
  padding-left: 85px;
}

#red {
  color: red;
}

.EN {
  color: red;
}

.subdiv {
  display: flex;
  padding: 5% 15% 5% 30%;
  border-top: 1px solid orange;
}

.subdiv span {
  font-size: 14px;
}

.subdiv img {
  width: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(249, 249, 249);
  min-width: 500px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.dropdown {
  line-height: 22px;
}

.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

#dpcontent {
  margin-left: -800%;
  margin-top: -13%;
}

@media only screen and (max-width: 1064px) {
  .menuicon {
    display: none;
  }

  #dpcontent {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1064px) {
  .menudownloadicon {
    display: none;
  }
}

.dropdown-content a:hover {
  background-color: rgb(241, 241, 241);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu.is-active .menu-inner {
  background-color: black;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0px;
    width: auto;
    height: auto;
    padding: 0rem 0rem 0rem 70px;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0px auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: all 0.35s ease 0s;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0px;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: all 0.25s ease-in-out 0s;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.home-logo img {
  height: 55px;
}

.menu-link:hover {
  color: rgb(230, 0, 18);
}

.menu-link:active,
.menu-link:focus {
  color: rgb(230, 0, 18);
}

@media only screen and (max-width: 600px) {
  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

.aboutfirstsection {
  padding-left: 0%;
  padding-right: 0%;
}

.paddingtop {
  padding: 24px 40px 0px 0px;
}

.about-content p {
  padding-top: 3%;
  text-align: justify;
  font-size: 20px;
  line-height: 35px;
}

.about-content h1 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 500;
  margin-top: 0px;
}

.corevalue-section {
  padding-top: 2%;
  position: relative;
}

.fix_bg_color {
  background: rgb(254, 226, 199);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 30px;
  padding: 30px 15px 11px 10px;
}

.about_bg {
  background-color: rgb(241, 232, 218);
}

.core-sub-span1 p {
  background: rgb(172, 140, 68);
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
}

.core-sub-span2 p {
  background: rgb(204, 175, 132);
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
}

.core-sub-span3 p {
  background: rgb(191, 135, 71);
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
}

.core-sub-span4 p {
  background: rgb(179, 163, 126);
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.corevalue-section h3 {
  text-align: center;
  color: rgb(201, 95, 44);
  position: absolute;
  left: 41%;
}

.our-corevalue-section h3 {
  color: rgb(201, 95, 44);
  text-align: center;
}

.core_main {
  position: relative;
}

.core-sub-span1 {
  position: absolute;
  bottom: 12%;
  font-size: 23px;
  left: 17%;
  font-weight: bold;
  color: white;
}

.core-sub-span2 {
  position: absolute;
  bottom: 12%;
  font-size: 23px;
  left: 37%;
  font-weight: bold;
  color: white;
}

.core-sub-span3 {
  position: absolute;
  bottom: 12%;
  font-size: 23px;
  left: 56%;
  font-weight: bold;
  color: white;
}

.core-sub-span4 {
  position: absolute;
  bottom: 12%;
  font-size: 23px;
  padding-left: 73%;
  font-weight: bold;
  color: white;
}

@media only screen and (min-width: 1320px) {
  .core-sub-img {
    margin: 0px -8%;
    padding-top: 60px;
    background: antiquewhite;
    height: 45vh;
  }

  .corevalue-section h3 {
    position: absolute;
    left: 41%;
  }

  .core-sub-span1 {
    left: 40px;
  }

  .core-sub-span2 {
    left: 332px;
  }

  .core-sub-span3 {
    left: 54%;
  }

  .core-sub-span4 {
    left: 77%;
    padding: 0px;
  }
}

@media only screen and (max-width: 1320px) {
  .core-sub-span1 {
    left: 16%;
  }

  .core-sub-span2 {
    left: 36%;
  }

  .core-sub-span3 {
    left: 55.5%;
  }

  .core-sub-span4 {
    padding-left: 72.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .core-sub-span1 {
    font-size: 16px;
  }

  .core-sub-span2 {
    font-size: 16px;
  }

  .core-sub-span3 {
    font-size: 16px;
  }

  .core-sub-span4 {
    font-size: 16px;
  }

  .chairman-img img,
  .ceo-img img {
    width: 220px;
  }

  .ceo-content {
    left: 74%;
    padding-top: 3%;
  }

  .chairman-img {
    width: 16vw;
    left: 11%;
  }

  .chairman-content {
    left: 30%;
  }

  .ceo-img {
    width: 16vw;
    left: 55%;
  }

  .ceo-content {
    left: 74%;
  }
}

@media only screen and (max-width: 428px) {
  .corevalue-section h3 {
    left: 24%;
  }

  .core-sub-span1 {
    left: 16.5%;
    bottom: 6%;
    font-size: 8px;
  }

  .core-sub-span2 {
    left: 36.5%;
    bottom: 6%;
    font-size: 8px;
  }

  .core-sub-span3 {
    left: 55.5%;
    bottom: 6%;
    font-size: 8px;
  }

  .core-sub-span4 {
    padding-left: 72.5%;
    bottom: 6%;
    font-size: 8px;
  }
}

@media only screen and (max-width: 390px) {
  .core-sub-span1 {
    left: 16.5%;
    bottom: 6%;
    font-size: 7px;
  }

  .core-sub-span2 {
    left: 36.5%;
    bottom: 6%;
    font-size: 7px;
  }

  .core-sub-span3 {
    left: 55.5%;
    bottom: 6%;
    font-size: 7px;
  }

  .core-sub-span4 {
    padding-left: 72.5%;
    bottom: 6%;
    font-size: 7px;
  }
}

@media only screen and (max-width: 375px) {
  .core-sub-span1 {
    left: 16.5%;
    bottom: 6%;
    font-size: 7px;
  }

  .core-sub-span2 {
    left: 36.5%;
    bottom: 6%;
    font-size: 7px;
  }

  .core-sub-span3 {
    left: 55.5%;
    bottom: 6%;
    font-size: 7px;
  }

  .core-sub-span4 {
    padding-left: 72.5%;
    bottom: 6%;
    font-size: 7px;
  }
}

.hr-section {
  margin-top: 5%;
  padding-top: 1%;
  padding-left: 11%;
}

fieldset {
  border-top: 1px solid rgb(221, 199, 179);
  border-image: initial;
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 90%;
}

.about-last-sec {
  display: flex;
  margin-top: 5%;
  margin-left: 8%;
  position: relative;
}

.chairman-detail {
  display: block;
  width: 44%;
}

.ceo-detail {
  display: flex;
  flex: 1 1 50%;
}

.chairman-img {
  width: 20.4%;
  flex: 1 1 50%;
  position: absolute;
  left: 13%;
}

.chairman-img img {
  width: 200px;
}

.chairman-content {
  flex: 1 1 50%;
  padding-top: 2%;
  left: 32%;
}

.chairman-content p {
  font-size: 14px;
  font-weight: 450;
  margin-top: 16px;
  margin-bottom: 49px;
}

.chairman-content h2 {
  color: rgb(183, 114, 48);
  font-weight: 550;
  font-size: 23px;
}

@media only screen and (max-width: 1190px) {
  .chairman-content h2 {
    font-size: 3vw;
  }

  .chairman-content p {
    font-size: 1vw;
  }
}

.ceo-img {
  width: 18vw;
  flex: 1 1 50%;
  position: absolute;
  left: 53%;
}

.ceo-img img {
  width: 200px;
}

.ceo-content {
  flex: 1 1 50%;
  padding-top: 2%;
  position: absolute;
  left: 72%;
}

.ceo-content p {
  font-size: 14px;
  font-weight: 450;
  margin-top: 27px;
}

.ceo-content h2 {
  color: rgb(139, 52, 60);
  font-weight: 550;
  font-size: 30px;
}

@media only screen and (min-width: 1320px) {
  .hr-section {
    padding-left: 0;
  }

  fieldset {
    width: 100%;
  }

  .chairman-img {
    left: 0;
    z-index: 999;
    top: 0;
  }

  .chairman-content p,
  .ceo-content p {
    font-size: 14px;
  }

  .chairman-content {
    padding-top: 0;
    left: 29%;
    top: 10px;
    float: right;
  }

  .chairman-img img,
  .ceo-img img {
    width: 100%;
    height: auto;
  }

  .ceo-content {
    left: 74%;
    padding-top: 17px;
    top: 10px;
  }
}

@media only screen and (max-width: 1320px) {
  .chairman-content {
    left: 30%;
  }

  .ceo-content {
    left: 74%;
    padding-top: 3%;
  }

  .chairman-img {
    width: 16vw;
    left: 11%;
  }

  .ceo-img {
    width: 16vw;
    left: 51%;
  }

  .ceo-content {
    left: 70%;
  }

  .core-sub-span1 {
    left: 17%;
  }

  .core-sub-span2 {
    left: 36%;
  }

  .core-sub-span3 {
    left: 54.5%;
  }

  .core-sub-span4 {
    padding-left: 73.3%;
  }
}

@media only screen and (max-width: 1190px) {
  .ceo-content h2 {
    font-size: 3vw;
  }

  .ceo-content p {
    font-size: 1vw;
  }
}

button {
  float: right;
  margin-top: 14%;
  padding: 4%;
  border: none;
  background-color: rgb(183, 114, 48);
  border-radius: 0px 9px;
  color: white;
  cursor: pointer;
  font-size: 73%;
}

.fa-caret-right::before {
  font-size: 14px;
  padding-left: 3px;
  vertical-align: bottom;
}

.about-last-sec a {
  color: white;
}

@media only screen and (max-width: 1190px) {
  .chairman-content {
    left: 28%;
  }

  .ceo-img {
    left: 50%;
  }

  .ceo-content {
    left: 67%;
  }

  .chairman-img img,
  .ceo-img img {
    width: 96%;
  }

  button {
    font-size: 1vw;
  }

  .fa-caret-right::before {
    font-size: 5px;
  }
}

#backtotop {
  background-color: rgb(218, 159, 96);
  float: right;
  margin-right: 90px;
  border: none;
  width: 40px;
  height: 40px;
  color: white;
  bottom: 150px;
  right: 30px;
  position: absolute;
}

.fa-caret-up::before {
  font-size: 35px;
}

.scroll-to-top {
  position: relative;
}

.footer {
  text-align: center;
  padding-top: 6%;
  padding-bottom: 30px;
}

.footer p {
  font-size: 14px;
}

.togglebar {
  position: absolute;
  right: 65px;
  top: 25px;
  display: none;
}

@media (max-width: 761px) {
  .about-content p {
    font-size: 16px;
    text-align: left;
  }

  .sum.header a {
    width: 200px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .about-content h1 {
    font-size: 28px;
  }

  .corevalue-section h3 {
    position: absolute;
    margin: 0px auto;
    left: 25%;
  }

  .about-last-sec {
    height: 360px;
    flex-direction: column;
  }

  .chairman-img {
    width: auto;
    left: 11%;
  }

  .chairman-img img {
    width: 150px;
  }

  .ceo-img img {
    width: 150px;
  }

  .ceo-img {
    width: auto;
    left: 11%;
  }

  .ceo-content {
    left: 43%;
    width: 200px;
  }

  .ceo-content h2 {
    font-size: 20px;
  }

  .about-content p {
    font-size: 15px;
  }

  .ceo-content p {
    font-size: 12px;
  }

  .chairman-content {
    left: 43%;
    width: 200px;
  }

  .chairman-content h2 {
    font-size: 22px;
  }

  .chairman-content p {
    font-size: 12px;
  }

  button {
    font-size: 2vw;
    margin-top: 0px;
  }

  .about-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .scroll-left-right button {
    width: 7vw;
    font-size: 3.5vw;
  }

  #backtotop {
    bottom: 90px;
  }

  .fa-caret-up::before {
    font-size: 22px;
  }

  .footer {
    padding: 15px 20px 10px;
  }

  .footer p {
    font-size: 10px;
  }

  .core-sub-span1 {
    left: 16.5%;
    font-size: 11px;
  }

  .core-sub-span2 {
    left: 36.5%;
    font-size: 11px;
  }

  .core-sub-span3 {
    left: 55.5%;
    font-size: 11px;
  }

  .core-sub-span4 {
    padding-left: 72.5%;
    font-size: 11px;
  }
}

@media (max-width: 428px) {
  .core-sub-span1 {
    left: 16%;
    font-size: 9px;
  }

  .core-sub-span2 {
    left: 36%;
    font-size: 9px;
  }

  .core-sub-span3 {
    left: 55%;
    font-size: 9px;
  }

  .core-sub-span4 {
    padding-left: 72%;
    font-size: 9px;
  }

  .corevalue-section h3 {
    left: 24%;
  }

  .chairman-img img,
  .ceo-img img {
    width: 110px;
  }

  .ceo-content,
  .chairman-content {
    width: 160px;
  }

  .chairman-content,
  .ceo-content {
    left: 170px;
    width: 200px;
  }
}

@media (max-width: 390px) {
  .core-sub-span1 {
    left: 15%;
  }

  .core-sub-span2 {
    left: 35%;
  }

  .core-sub-span3 {
    left: 54.5%;
  }

  .core-sub-span4 {
    padding-left: 71%;
  }

  .chairman-content,
  .ceo-content {
    left: 170px;
    width: 160px;
  }
}

@media (max-width: 320px) {
  .core-sub-span4 {
    padding-left: 74.5%;
  }

  .core-sub-span3 {
    left: 51%;
  }

  .core-sub-span2 {
    left: 27.5%;
  }

  .core-sub-span1 {
    left: 4%;
  }

  .chairman-content,
  .ceo-content {
    left: 160px;
    width: 140px;
  }
}


.statement_section {
  display: flex;
  align-items: center;
  padding-top: 65px;
}

.statement_section .statement_img img {
  width: 100%;
}

/* statement_section light_side */

.statement_section .left_side {
  width: 50%;
  background: rgb(254, 226, 199);
  display: flex;
  align-items: center;
  border-radius: 0 50px 0 50px;
}

.statement_section .left_side .statement_img {
  width: 50%;
}

.statement_section .left_side .statement_txt h2 {
  color: rgb(183, 114, 48);
  font-weight: 550;
  font-size: 32px;
  margin: 0;
}

.statement_section .left_side .statement_txt p {
  font-size: 14px;
  font-weight: 450;
  margin: 20px 0 50px 0;
}

.statement_section .left_side .statement_txt {
  width: 50%;
  margin: 70px auto 0 auto;
  padding: 0 20px;
}

/* statement_section right_side */

.statement_section .right_side {
  width: 50%;
  margin-left: 15px;
  background: rgb(254, 226, 199);
  display: flex;
  align-items: center;
  border-radius: 0 50px 0 50px;
}

.statement_section .right_side .statement_img {
  width: 50%;
}

.statement_section .right_side .statement_txt h2 {
  color: rgb(183, 114, 48);
  font-weight: 550;
  font-size: 32px;
  margin: 0;
}

.statement_section .right_side .statement_txt p {
  font-size: 14px;
  font-weight: 450;
  margin: 20px 0 50px 0;
}

.statement_section .right_side .statement_txt {
  width: 50%;
  margin: 70px auto 0 auto;
  padding: 0 20px;
}

.ceo_red {
  color: #8b343c !important;
}

.veiw_red {
  background-color: #8b343c !important;
}

@media (max-width: 1024px) {
  .statement_section .left_side .statement_txt h2 {
    color: rgb(183, 114, 48);
    font-weight: 550;
    font-size: 20px;
    margin: 0;
  }
  .statement_section .left_side .statement_txt p {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 25px 0;
  }

  .statement_section .right_side .statement_txt h2 {
    color: rgb(183, 114, 48);
    font-weight: 550;
    font-size: 20px;
    margin: 0;
  }

  .statement_section .right_side .statement_txt p {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 25px 0;
  }

  .statement_section {
    margin: 0 20px;
  }

  fieldset {
    width: 98%;
  }

  .hr-section {
    padding: 0 2.5%;
  }


}

@media (max-width: 991px) {
  .view_btn {
    font-size: 12px;
  }

  .statement_section .left_side .statement_txt h2,
  .statement_section .right_side .statement_txt h2 {
    color: rgb(183, 114, 48);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
  }

  .statement_section .left_side .statement_txt p,
  .statement_section .right_side .statement_txt p {
    font-size: 11px;
    font-weight: 600;
    margin: 20px 0 20px 0;
  }

  .statement_section .left_side .statement_txt,
  .statement_section .right_side .statement_txt {
    width: 50%;
    margin: 40px auto 0 auto;
    padding: 0 20px;
  }

}

@media (max-width: 761px) {

  .statement_section .left_side .statement_txt p,
  .statement_section .right_side .statement_txt p {
    margin: 20px 0 25px 0;
  }

  .statement_section {
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .statement_section .left_side,
  .statement_section .right_side {
    width: 100%;
    margin-bottom: 30px;
  }

  .statement_section .right_side {
    margin-left: 0;
  }
}

@media (max-width: 428px) {
  .footer {
    padding: 0px 20px 10px;
  }

  .hr-section {
    padding: 0 4%;
  }

  .statement_section .left_side .statement_txt,
  .statement_section .right_side .statement_txt {
    margin: 45px auto 0 auto;
  }

  .statement_section .left_side .statement_txt p,
  .statement_section .right_side .statement_txt p {
    margin: 20px 0 25px 0;
  }

  span.dot_circule_downlod {
    left: -25px;
    top: -7px;
    width: 50px;
    height: 50px;
  }

  .button_download a {
    font-size: 15px;
  }

  .statement_section {
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .statement_section .left_side,
  .statement_section .right_side {
    width: 100%;
    margin-bottom: 30px;
  }

  .statement_section .right_side {
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .hr-section {
    padding: 0 5%;
  }

  .statement_section .left_side .statement_txt,
  .statement_section .right_side .statement_txt {
    margin: 25px auto 0 auto;
  }

  .view_btn {
    margin-top: 0;
    padding: 3% 7%;
    font-size: 11px;
    border: none;
    background-color: rgb(183, 114, 48);
    border-radius: 0px 9px;
    color: white;
    cursor: pointer;
    float: right;
  }
}

@media (max-width: 374px) {
  .hr-section {
    padding: 0 6%;
  }

  .statement_section .left_side .statement_txt h2,
  .statement_section .right_side .statement_txt h2 {
    color: rgb(183, 114, 48);
    font-weight: 550;
    font-size: 14px;
  }

  .statement_section .left_side .statement_txt,
  .statement_section .right_side .statement_txt {
    padding: 0 15px;
    margin: 25px auto 0 auto;
  }

  .statement_section .left_side .statement_txt p,
  .statement_section .right_side .statement_txt p {
    font-size: 11px;
    font-weight: 600;
    margin: 10px 0 10px 0;
  }
}