@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap");
@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 400;
  src: local("Crimson Text"), url("https://fonts.cdnfonts.com/s/14901/CrimsonText-Regular.woff") format("woff");
}

@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 400;
  src: local("Crimson Text"), url("https://fonts.cdnfonts.com/s/14901/CrimsonText-Italic.woff") format("woff");
}

@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 600;
  src: local("Crimson Text"), url("https://fonts.cdnfonts.com/s/14901/CrimsonText-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 600;
  src: local("Crimson Text"), url("https://fonts.cdnfonts.com/s/14901/CrimsonText-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: 700;
  src: local("Crimson Text"), url("https://fonts.cdnfonts.com/s/14901/CrimsonText-Bold.woff") format("woff");
}

@font-face {
  font-family: "Crimson Text";
  font-style: italic;
  font-weight: 700;
  src: local("Crimson Text"), url("https://fonts.cdnfonts.com/s/14901/CrimsonText-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Regular Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Regular.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 250;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Thin Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 250;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Thin.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Light.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 300;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Light Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Semibold Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Semibold.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Bold Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Bold.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Extrabold Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Extrabold.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 900;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Black Italic.woff") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 900;
  src: local("Proxima Nova"), url("https://fonts.cdnfonts.com/s/27118/Mark Simonson  Proxima Nova Black.woff") format("woff");
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #7ba1cc;
}

.clickme-btn {
  margin-top: 0 !important;
}

html,
body {
  position: relative;
  font-size: 14px;
  font-family: "Proxima Nova";
  height: 100%;
  font-weight: 400;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #212529;
}

html .scroll-remove,
body .scroll-remove {
  overflow: hidden;
}

html .next-link,
body .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
  z-index: 100;
}

html ul,
body ul {
  list-style: none;
  padding: 0%;
}

html a,
body a {
  text-decoration: none;
  display: inline-block;
}

html button,
body button {
  font-family: "Proxima Nova";
}

html .hamburger,
body .hamburger {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  padding: 5px 10px 10px;
  z-index: 999;
}

html .hamburger img,
body .hamburger img {
  width: 30px;
}

html header,
body header {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  padding: 30px;
  overflow-y: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html header .icon,
body header .icon {
  position: absolute;
  top: 5%;
  -webkit-transform: translate(20%, 3px);
          transform: translate(20%, 3px);
  left: 49%;
}

html header .icon img,
body header .icon img {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

html header .box-a,
body header .box-a {
  text-align: center;
}

html header .box-a .inner-box,
body header .box-a .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

html header .box-a .inner-box .icon img,
body header .box-a .inner-box .icon img {
  width: 18px;
}

html header .box-a .inner-box a,
body header .box-a .inner-box a {
  text-decoration: none;
  margin: 6px 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Crimson Text";
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #77b2f0;
}

html header .box-a .inner-box a:hover,
body header .box-a .inner-box a:hover {
  color: #ffd039;
}

html header .box-a .inner-box a h3,
body header .box-a .inner-box a h3 {
  font-size: 21px;
  color: #686868;
  margin: 0%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Crimson Text";
  letter-spacing: 0px;
}

html header .box-a .inner-box a h3:hover,
body header .box-a .inner-box a h3:hover {
  color: #ffd039;
}

html .header-active,
body .header-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
}

html .index-box,
body .index-box {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .index-box .inner-box,
body .index-box .inner-box {
  text-align: center;
  padding: 50px;
}

html .index-box .inner-box .icon img,
body .index-box .inner-box .icon img {
  width: 18px;
}

html .index-box .inner-box p,
body .index-box .inner-box p {
  color: #fff;
  line-height: 19px;
  font-size: 16px;
  font-weight: 700;
  margin: 100px auto 30px;
  max-width: 200px;
  text-align: center;
}

html .index-box .inner-box .dragbox,
body .index-box .inner-box .dragbox {
  width: 50px;
  min-height: 50px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

html .index-box .inner-box .dragbox .dotedline,
body .index-box .inner-box .dragbox .dotedline {
  height: 70px;
  border-right: 1px dashed #fff;
  margin: 46px 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

html .index-box .inner-box .dragbox .dotedline .solid-circle-2,
body .index-box .inner-box .dragbox .dotedline .solid-circle-2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

html .index-box .inner-box .dragbox .dotedline .solid-circle,
body .index-box .inner-box .dragbox .dotedline .solid-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 14%;
  top: 7px;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

html .index-box .inner-box .dragbox .dotedline.active,
body .index-box .inner-box .dragbox .dotedline.active {
  height: 50px;
  margin: 0;
  border-color: transparent;
}

html .index-box .inner-box .dragbox .dotedline.active .solid-circle,
body .index-box .inner-box .dragbox .dotedline.active .solid-circle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: 25px !important;
  left: 29% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html .index-box .inner-box .dragbox .dotedline::after,
body .index-box .inner-box .dragbox .dotedline::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  bottom: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html .index-box .next-link,
body .index-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .chapter-one,
body .chapter-one {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 50px;
  overflow: hidden;
}

html .chapter-one .text-img img,
body .chapter-one .text-img img {
  width: 220px;
}

html .chapter-one .text-box,
body .chapter-one .text-box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 80px;
  padding: 60px 30px 60px 30px;
}

html .chapter-one .text-box .ball_img,
body .chapter-one .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  margin: auto;
  margin-top: 55px;
}

html .chapter-one .text-box .ball_img .box-a,
body .chapter-one .text-box .ball_img .box-a {
  max-width: 150px;
  width: 100%;
}

html .chapter-one .text-box .ball_img .box-a p,
body .chapter-one .text-box .ball_img .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .chapter-one .text-box .ball_img .box-a a .a-big,
body .chapter-one .text-box .ball_img .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .chapter-one .text-box .ball_img .box-a a .a-big .b-small,
body .chapter-one .text-box .ball_img .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .chapter-one .text-box .ball_img .box-a a .a-big:hover .b-small,
body .chapter-one .text-box .ball_img .box-a a .a-big:hover .b-small {
  width: 28px;
  height: 28px;
}

html .chapter-one .text-box .ball_img .box-a a .a-big:hover,
body .chapter-one .text-box .ball_img .box-a a .a-big:hover {
  opacity: 1;
}

html .chapter-one .text-box h2,
body .chapter-one .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-family: "Crimson Text";
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-one .text-box p,
body .chapter-one .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-one .drag-up,
body .chapter-one .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .chapter-one .drag-up p,
body .chapter-one .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

html .chapter-two,
body .chapter-two {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 50px;
  overflow: hidden;
}

html .chapter-two .text-img img,
body .chapter-two .text-img img {
  width: 220px;
}

html .chapter-two .text-box,
body .chapter-two .text-box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 80px;
  padding: 60px 30px 60px 30px;
}

html .chapter-two .text-box .ball_img,
body .chapter-two .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin: auto;
  margin-top: 55px;
}

html .chapter-two .text-box .ball_img .ball_img_inner,
body .chapter-two .text-box .ball_img .ball_img_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a {
  max-width: 150px;
  width: 100%;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a p,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a p span,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a p span {
  display: block;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big .b-small,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big:hover .b-small,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big:hover .b-small {
  width: 30px;
  height: 30px;
}

html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big:hover,
body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big:hover {
  opacity: 0.8;
}

html .chapter-two .text-box h2,
body .chapter-two .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-two .text-box p,
body .chapter-two .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-two .drag-up,
body .chapter-two .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .chapter-two .drag-up p,
body .chapter-two .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

html .chapter-three,
body .chapter-three {
  width: 100%;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 50px;
  overflow: hidden;
}

html .chapter-three .text-img img,
body .chapter-three .text-img img {
  width: 220px;
}

html .chapter-three .text-box,
body .chapter-three .text-box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 80px;
  padding: 60px 30px 60px 30px;
}

html .chapter-three .text-box .ball_img,
body .chapter-three .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: auto;
  margin-top: 55px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

html .chapter-three .text-box .ball_img .box-a,
body .chapter-three .text-box .ball_img .box-a {
  max-width: 150px;
  width: 100%;
}

html .chapter-three .text-box .ball_img .box-a p,
body .chapter-three .text-box .ball_img .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .chapter-three .text-box .ball_img .box-a p span,
body .chapter-three .text-box .ball_img .box-a p span {
  display: block;
}

html .chapter-three .text-box .ball_img .box-a a .a-big,
body .chapter-three .text-box .ball_img .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .chapter-three .text-box .ball_img .box-a a .a-big .b-small,
body .chapter-three .text-box .ball_img .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .chapter-three .text-box .ball_img .box-a a .a-big:hover .b-small,
body .chapter-three .text-box .ball_img .box-a a .a-big:hover .b-small {
  width: 30px;
  height: 30px;
}

html .chapter-three .text-box .ball_img .box-a a .a-big:hover,
body .chapter-three .text-box .ball_img .box-a a .a-big:hover {
  opacity: 0.8;
}

html .chapter-three .text-box h2,
body .chapter-three .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-three .text-box p,
body .chapter-three .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-three .drag-up,
body .chapter-three .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .chapter-three .drag-up p,
body .chapter-three .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

html .chapter-four,
body .chapter-four {
  width: 100%;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 50px;
  overflow: hidden;
}

html .chapter-four .text-img img,
body .chapter-four .text-img img {
  width: 220px;
}

html .chapter-four .text-box,
body .chapter-four .text-box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 80px;
  padding: 60px 30px 60px 30px;
}

html .chapter-four .text-box .ball_img,
body .chapter-four .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: auto;
  margin-top: 55px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

html .chapter-four .text-box .ball_img .box-a,
body .chapter-four .text-box .ball_img .box-a {
  max-width: 150px;
  width: 100%;
}

html .chapter-four .text-box .ball_img .box-a p,
body .chapter-four .text-box .ball_img .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .chapter-four .text-box .ball_img .box-a p span,
body .chapter-four .text-box .ball_img .box-a p span {
  display: block;
}

html .chapter-four .text-box .ball_img .box-a a .a-big,
body .chapter-four .text-box .ball_img .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .chapter-four .text-box .ball_img .box-a a .a-big .b-small,
body .chapter-four .text-box .ball_img .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .chapter-four .text-box .ball_img .box-a a .a-big:hover .b-small,
body .chapter-four .text-box .ball_img .box-a a .a-big:hover .b-small {
  width: 28px;
  height: 28px;
}

html .chapter-four .text-box .ball_img .box-a a .a-big:hover,
body .chapter-four .text-box .ball_img .box-a a .a-big:hover {
  opacity: 1;
}

html .chapter-four .text-box h2,
body .chapter-four .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-family: "Crimson Text";
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-four .text-box p,
body .chapter-four .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-four .drag-up,
body .chapter-four .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .chapter-four .drag-up p,
body .chapter-four .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

html .chapter-five,
body .chapter-five {
  width: 100%;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 50px;
  overflow: hidden;
}

html .chapter-five .text-img img,
body .chapter-five .text-img img {
  width: 220px;
}

html .chapter-five .text-box,
body .chapter-five .text-box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 80px;
  padding: 60px 30px 60px 30px;
}

html .chapter-five .text-box .ball_img,
body .chapter-five .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  margin: auto;
  margin-top: 55px;
}

html .chapter-five .text-box .ball_img .box-a,
body .chapter-five .text-box .ball_img .box-a {
  max-width: 150px;
  width: 100%;
}

html .chapter-five .text-box .ball_img .box-a p,
body .chapter-five .text-box .ball_img .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .chapter-five .text-box .ball_img .box-a a .a-big,
body .chapter-five .text-box .ball_img .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .chapter-five .text-box .ball_img .box-a a .a-big .b-small,
body .chapter-five .text-box .ball_img .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .chapter-five .text-box .ball_img .box-a a .a-big:hover .b-small,
body .chapter-five .text-box .ball_img .box-a a .a-big:hover .b-small {
  width: 30px;
  height: 30px;
}

html .chapter-five .text-box .ball_img .box-a a .a-big:hover,
body .chapter-five .text-box .ball_img .box-a a .a-big:hover {
  opacity: 0.8;
}

html .chapter-five .text-box h2,
body .chapter-five .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-five .text-box p,
body .chapter-five .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-five .drag-up,
body .chapter-five .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .chapter-five .drag-up p,
body .chapter-five .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

html .chapter-six,
body .chapter-six {
  width: 100%;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 30px 50px;
  overflow: hidden;
}

html .chapter-six .text-img img,
body .chapter-six .text-img img {
  width: 220px;
}

html .chapter-six .text-box,
body .chapter-six .text-box {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 80px;
  padding: 60px 30px 60px 30px;
}

html .chapter-six .text-box .ball_img,
body .chapter-six .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  margin: auto;
  margin-top: 55px;
}

html .chapter-six .text-box .ball_img .box-a,
body .chapter-six .text-box .ball_img .box-a {
  max-width: 150px;
  width: 100%;
}

html .chapter-six .text-box .ball_img .box-a p,
body .chapter-six .text-box .ball_img .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .chapter-six .text-box .ball_img .box-a p span,
body .chapter-six .text-box .ball_img .box-a p span {
  display: block;
}

html .chapter-six .text-box .ball_img .box-a a .a-big,
body .chapter-six .text-box .ball_img .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .chapter-six .text-box .ball_img .box-a a .a-big .b-small,
body .chapter-six .text-box .ball_img .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .chapter-six .text-box .ball_img .box-a a .a-big:hover .b-small,
body .chapter-six .text-box .ball_img .box-a a .a-big:hover .b-small {
  width: 30px;
  height: 30px;
}

html .chapter-six .text-box .ball_img .box-a a .a-big:hover,
body .chapter-six .text-box .ball_img .box-a a .a-big:hover {
  opacity: 0.8;
}

html .chapter-six .text-box h2,
body .chapter-six .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-six .text-box p,
body .chapter-six .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .chapter-six .drag-up,
body .chapter-six .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .chapter-six .drag-up p,
body .chapter-six .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

html .write-up-box,
body .write-up-box {
  width: 100%;
  min-height: 100vh;
  background-color: #8cafd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 50px;
}

html .write-up-box .text-img img,
body .write-up-box .text-img img {
  width: 220px;
}

html .write-up-box .text-box,
body .write-up-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .write-up-box .text-box p,
body .write-up-box .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}

html .write-up-box .drag-up,
body .write-up-box .drag-up {
  color: #fff;
  width: 84px;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

html .write-up-box .drag-up img,
body .write-up-box .drag-up img {
  margin: 10px auto 0;
  width: 32px;
}

html .write-up-box .next-link,
body .write-up-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .playing-up-box,
body .playing-up-box {
  width: 100%;
  min-height: 100vh;
  background-position: center bottom;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 30px 50px;
  overflow: hidden;
}

html .playing-up-box .text-img img,
body .playing-up-box .text-img img {
  width: 220px;
}

html .playing-up-box .text-box,
body .playing-up-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 60px 30px 60px 30px;
}

html .playing-up-box .text-box .ball_img,
body .playing-up-box .text-box .ball_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: auto;
  margin-top: 55px;
}

html .playing-up-box .text-box .ball_img .box-a,
body .playing-up-box .text-box .ball_img .box-a {
  max-width: 130px;
}

html .playing-up-box .text-box .ball_img .box-a p,
body .playing-up-box .text-box .ball_img .box-a p {
  margin: 0%;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.9px;
}

html .playing-up-box .text-box .ball_img .box-a p span,
body .playing-up-box .text-box .ball_img .box-a p span {
  display: block;
}

html .playing-up-box .text-box .ball_img .box-a a .a-big,
body .playing-up-box .text-box .ball_img .box-a a .a-big {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #38c3dd;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.4;
  margin: auto;
  margin-top: 20px;
}

html .playing-up-box .text-box .ball_img .box-a a .a-big .b-small,
body .playing-up-box .text-box .ball_img .box-a a .a-big .b-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
}

html .playing-up-box .text-box .ball_img .box-a a .a-big:hover .b-small,
body .playing-up-box .text-box .ball_img .box-a a .a-big:hover .b-small {
  width: 26px;
  height: 26px;
}

html .playing-up-box .text-box .ball_img .box-a a .a-big:hover,
body .playing-up-box .text-box .ball_img .box-a a .a-big:hover {
  opacity: 0.8;
}

html .playing-up-box .text-box h2,
body .playing-up-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .playing-up-box .text-box p,
body .playing-up-box .text-box p {
  color: #fff;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  margin: 60px 0px 30px 0px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

html .playing-up-box .drag-up,
body .playing-up-box .drag-up {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

html .playing-up-box .drag-up p,
body .playing-up-box .drag-up p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 2.5px;
  margin: 10px 0px;
}

html .playing-up-box .drag-up i,
body .playing-up-box .drag-up i {
  font-size: 28px;
  color: #fff;
}

html .speaking_common .banner_speaking,
body .speaking_common .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .speaking_common .banner_speaking .inner-box,
body .speaking_common .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .speaking_common .banner_speaking .inner-box .icon img,
body .speaking_common .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .speaking_common .banner_speaking .inner-box a,
body .speaking_common .banner_speaking .inner-box a {
  font-family: "Crimson Text";
}

html .speaking_common .banner_speaking .inner-box a i,
body .speaking_common .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .speaking_common .banner_speaking .inner-box .text-box,
body .speaking_common .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .speaking_common .banner_speaking .inner-box .text-box h2,
body .speaking_common .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
}

html .speaking_common .banner_speaking .inner-box .drag-up,
body .speaking_common .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .speaking_common .banner_speaking .inner-box .drag-up img,
body .speaking_common .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .speaking_common .banner_speaking .inner-box .next-link,
body .speaking_common .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .speaking_common .inner_speaking,
body .speaking_common .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .speaking_common .inner_speaking .dropdown,
body .speaking_common .inner_speaking .dropdown {
  display: none;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs,
body .speaking_common .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs,
body .speaking_common .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs .li-a,
body .speaking_common .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs .li-margin,
body .speaking_common .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .speaking_common .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .speaking_common .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .speaking_common .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .speaking_common .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .speaking_common .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .speaking_common .inner_speaking .tab_section .inside-chess,
body .speaking_common .inner_speaking .tab_section .inside-chess {
  width: 65%;
  margin: auto;
}

html .speaking_common .inner_speaking .tab_section .inside-chess h1,
body .speaking_common .inner_speaking .tab_section .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
}

html .speaking_common .inner_speaking .tab_section .text-box,
body .speaking_common .inner_speaking .tab_section .text-box {
  width: 65%;
  margin: auto;
}

html .speaking_common .inner_speaking .tab_section .text-box h6,
body .speaking_common .inner_speaking .tab_section .text-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

html .speaking_common .inner_speaking .tab_section .text-box p,
body .speaking_common .inner_speaking .tab_section .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
}

html .speaking_common .inner_speaking .tab_section .img-fish-box,
body .speaking_common .inner_speaking .tab_section .img-fish-box {
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px;
}

html .speaking_common .inner_speaking .tab_section .img-fish-box .fish-img,
body .speaking_common .inner_speaking .tab_section .img-fish-box .fish-img {
  height: 100%;
  max-width: 550px;
}

html .speaking_common .inner_speaking .tab_section .img-fish-box img,
body .speaking_common .inner_speaking .tab_section .img-fish-box img {
  max-width: 450px;
  width: 100%;
}

html .speaking_common .inner_speaking .btn-section,
body .speaking_common .inner_speaking .btn-section {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .speaking_common .inner_speaking .btn-section button,
html .speaking_common .inner_speaking .btn-section .pre-nxt,
body .speaking_common .inner_speaking .btn-section button,
body .speaking_common .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
}

html .chairman_page .banner_speaking,
body .chairman_page .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .chairman_page .banner_speaking .inner-box,
body .chairman_page .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .chairman_page .banner_speaking .inner-box .icon img,
body .chairman_page .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .chairman_page .banner_speaking .inner-box a i,
body .chairman_page .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .chairman_page .banner_speaking .inner-box .text-box,
body .chairman_page .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .chairman_page .banner_speaking .inner-box .text-box p,
body .chairman_page .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .chairman_page .banner_speaking .inner-box .text-box h2,
body .chairman_page .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  font-family: "Crimson Text";
  letter-spacing: 1.2px;
}

html .chairman_page .banner_speaking .inner-box .drag-up,
body .chairman_page .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .chairman_page .banner_speaking .inner-box .drag-up img,
body .chairman_page .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .chairman_page .banner_speaking .inner-box .next-link,
body .chairman_page .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .chairman_page .inner_speaking,
body .chairman_page .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .chairman_page .inner_speaking .dropdown,
body .chairman_page .inner_speaking .dropdown {
  display: none;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs,
body .chairman_page .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs,
body .chairman_page .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs .li-a,
body .chairman_page .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs .li-margin,
body .chairman_page .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .chairman_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .chairman_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .chairman_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .chairman_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .chairman_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box,
body .chairman_page .inner_speaking .tab_section .main-flex-box {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box,
body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
  max-width: 330px;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .cover-avatar,
body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .cover-avatar{
  max-width: 330px;
  text-align: center;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box {
  width: 65%;
  margin: 0px auto 0px auto;
  padding-bottom: 110px;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box button,
html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box button,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #7bb9fa;
  background-color: transparent;
  border: none;
  font-family: "Proxima Nova";
  border-bottom: 2px solid #7bb9fa;
  padding: 0px;
  line-height: 13px;
  margin-top: 30px;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box h6,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a {
  font-weight: 600;
  font-size: 18px;
}

html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span,
body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span {
  font-weight: 400;
  display: block;
}

html .chairman_page .inner_speaking .btn-section,
body .chairman_page .inner_speaking .btn-section {
  width: 70%;
  margin: 80px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .chairman_page .inner_speaking .btn-section .previous-btn,
body .chairman_page .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .chairman_page .inner_speaking .btn-section button,
html .chairman_page .inner_speaking .btn-section .pre-nxt,
body .chairman_page .inner_speaking .btn-section button,
body .chairman_page .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
  font-family: "Proxima Nova";
}

html .chairman_page .inner_speaking .hide-less,
body .chairman_page .inner_speaking .hide-less {
  display: none;
}

html .chairman_page .inner_speaking .show,
body .chairman_page .inner_speaking .show {
  display: inline-block;
}

html .chairman_page .inner_speaking .hide,
body .chairman_page .inner_speaking .hide {
  display: none;
}

html .chairman_page .inner_speaking .inside-chess-b,
body .chairman_page .inner_speaking .inside-chess-b {
  display: none;
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .Cargo_solution .banner_speaking,
body .Cargo_solution .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .Cargo_solution .banner_speaking .inner-box,
body .Cargo_solution .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .Cargo_solution .banner_speaking .inner-box .icon img,
body .Cargo_solution .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .Cargo_solution .banner_speaking .inner-box a i,
body .Cargo_solution .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .Cargo_solution .banner_speaking .inner-box .text-box,
body .Cargo_solution .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .Cargo_solution .banner_speaking .inner-box .text-box p,
body .Cargo_solution .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .Cargo_solution .banner_speaking .inner-box .text-box h2,
body .Cargo_solution .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  font-family: "Crimson Text";
  letter-spacing: 1.2px;
}

html .Cargo_solution .banner_speaking .inner-box .drag-up,
body .Cargo_solution .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .Cargo_solution .banner_speaking .inner-box .drag-up img,
body .Cargo_solution .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .Cargo_solution .banner_speaking .inner-box .next-link,
body .Cargo_solution .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .Cargo_solution .inner_speaking,
body .Cargo_solution .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .Cargo_solution .inner_speaking .dropdown,
body .Cargo_solution .inner_speaking .dropdown {
  display: none;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs .li-a,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs .li-margin,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box {
  width: 65%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box button,
html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box button,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #7bb9fa;
  background-color: transparent;
  border: none;
  font-family: "Proxima Nova";
  border-bottom: 2px solid #7bb9fa;
  padding: 0px;
  line-height: 13px;
  margin-top: 80px;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box h3,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0%;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box h3,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box p,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a {
  font-weight: 600;
  font-size: 18px;
}

html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span,
body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span {
  font-weight: 400;
  display: block;
}

html .Cargo_solution .inner_speaking .btn-section,
body .Cargo_solution .inner_speaking .btn-section {
  width: 70%;
  margin: 80px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .Cargo_solution .inner_speaking .btn-section .previous-btn,
body .Cargo_solution .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .Cargo_solution .inner_speaking .btn-section button,
html .Cargo_solution .inner_speaking .btn-section .pre-nxt,
body .Cargo_solution .inner_speaking .btn-section button,
body .Cargo_solution .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
  font-family: "Proxima Nova";
}

html .Cargo_solution .inner_speaking .img_chess,
body .Cargo_solution .inner_speaking .img_chess {
  width: 85%;
  margin: auto;
}

html .Cargo_solution .inner_speaking .img_chess img,
body .Cargo_solution .inner_speaking .img_chess img {
  width: 50%;
  display: block;
  margin-left: auto;
}

html .Cargo_solution .inner_speaking .hide-less,
body .Cargo_solution .inner_speaking .hide-less {
  display: none;
}

html .Cargo_solution .inner_speaking .show,
body .Cargo_solution .inner_speaking .show {
  display: inline-block;
}

html .Cargo_solution .inner_speaking .hide,
body .Cargo_solution .inner_speaking .hide {
  display: none;
}

html .Cargo_solution .inner_speaking .inside-chess-b,
body .Cargo_solution .inner_speaking .inside-chess-b {
  display: none;
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .financial_review .banner_speaking,
body .financial_review .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .financial_review .banner_speaking .inner-box,
body .financial_review .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .financial_review .banner_speaking .inner-box .icon img,
body .financial_review .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .financial_review .banner_speaking .inner-box a i,
body .financial_review .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .financial_review .banner_speaking .inner-box .text-box,
body .financial_review .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .financial_review .banner_speaking .inner-box .text-box p,
body .financial_review .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .financial_review .banner_speaking .inner-box .text-box h2,
body .financial_review .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  font-family: "Crimson Text";
  letter-spacing: 1.2px;
}

html .financial_review .banner_speaking .inner-box .drag-up,
body .financial_review .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .financial_review .banner_speaking .inner-box .drag-up img,
body .financial_review .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .financial_review .banner_speaking .inner-box .next-link,
body .financial_review .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .financial_review .inner_speaking,
body .financial_review .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .financial_review .inner_speaking .dropdown,
body .financial_review .inner_speaking .dropdown {
  display: none;
}

html .financial_review .inner_speaking .tab_section .nav-tabs,
body .financial_review .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .financial_review .inner_speaking .tab_section .nav-tabs,
body .financial_review .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .financial_review .inner_speaking .tab_section .nav-tabs .li-a,
body .financial_review .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .financial_review .inner_speaking .tab_section .nav-tabs .li-margin,
body .financial_review .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .financial_review .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .financial_review .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .financial_review .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .financial_review .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .financial_review .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .financial_review .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .financial_review .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .financial_review .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .financial_review .inner_speaking .tab_section .financial-inner,
body .financial_review .inner_speaking .tab_section .financial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: auto;
}

html .financial_review .inner_speaking .tab_section .financial-inner .text-box,
body .financial_review .inner_speaking .tab_section .financial-inner .text-box {
  width: 68%;
  margin-left: auto;
}

html .financial_review .inner_speaking .tab_section .financial-inner .text-box h2,
body .financial_review .inner_speaking .tab_section .financial-inner .text-box h2 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  text-align: start;
  font-weight: 400;
}

html .financial_review .inner_speaking .tab_section .financial-inner .text-box P,
body .financial_review .inner_speaking .tab_section .financial-inner .text-box P {
  font-size: 18px;
  margin: 30px 0px;
  color: #000;
  font-weight: 400;
}

html .financial_review .inner_speaking .tab_section .financial-inner .text-box .btn-download,
body .financial_review .inner_speaking .tab_section .financial-inner .text-box .btn-download {
  font-size: 18px;
  line-height: 28px;
  background-color: transparent;
  border: 2px solid #ff961b;
  border-radius: 10px;
  padding: 13px 19px;
  color: #ff961b;
  font-family: "Proxima Nova";
}

html .financial_review .inner_speaking .tab_section .financial-inner .img-box img,
body .financial_review .inner_speaking .tab_section .financial-inner .img-box img {
  max-width: 300px;
}

html .financial_review .inner_speaking .btn-section,
body .financial_review .inner_speaking .btn-section {
  width: 70%;
  margin: 0px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .financial_review .inner_speaking .btn-section .previous-btn,
body .financial_review .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .financial_review .inner_speaking .btn-section button,
html .financial_review .inner_speaking .btn-section .pre-nxt,
body .financial_review .inner_speaking .btn-section button,
body .financial_review .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
  font-family: "Proxima Nova";
  margin-right: auto;
}

html .financial_review .inner_speaking .img_chess,
body .financial_review .inner_speaking .img_chess {
  width: 85%;
  margin: auto;
}

html .financial_review .inner_speaking .img_chess img,
body .financial_review .inner_speaking .img_chess img {
  width: 50%;
  display: block;
  margin-left: auto;
}

html .financial_review .inner_speaking .hide-less,
body .financial_review .inner_speaking .hide-less {
  display: none;
}

html .financial_review .inner_speaking .show,
body .financial_review .inner_speaking .show {
  display: inline-block;
}

html .financial_review .inner_speaking .hide,
body .financial_review .inner_speaking .hide {
  display: none;
}

html .financial_review .inner_speaking .inside-chess-b,
body .financial_review .inner_speaking .inside-chess-b {
  display: none;
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .community_realtion_page .banner_speaking,
body .community_realtion_page .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .community_realtion_page .banner_speaking .inner-box,
body .community_realtion_page .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .community_realtion_page .banner_speaking .inner-box .icon img,
body .community_realtion_page .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .community_realtion_page .banner_speaking .inner-box a i,
body .community_realtion_page .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .community_realtion_page .banner_speaking .inner-box .text-box,
body .community_realtion_page .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .community_realtion_page .banner_speaking .inner-box .text-box p,
body .community_realtion_page .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .community_realtion_page .banner_speaking .inner-box .text-box h2,
body .community_realtion_page .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  font-family: "Crimson Text";
  letter-spacing: 1.2px;
}

html .community_realtion_page .banner_speaking .inner-box .drag-up,
body .community_realtion_page .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .community_realtion_page .banner_speaking .inner-box .drag-up img,
body .community_realtion_page .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .community_realtion_page .banner_speaking .inner-box .next-link,
body .community_realtion_page .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .community_realtion_page .inner_speaking,
body .community_realtion_page .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .community_realtion_page .inner_speaking .dropdown,
body .community_realtion_page .inner_speaking .dropdown {
  display: none;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs .li-a,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs .li-margin,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box {
  width: 65%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
  max-width: 330px;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box {
  margin: 0px auto 0px auto;
  position: relative;
  z-index: 10;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .img_turtle,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .img_turtle {
  position: absolute;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .btn-margin,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .btn-margin {
  margin-bottom: 40px;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box button,
html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box button,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #7bb9fa;
  background-color: transparent;
  border: none;
  font-family: "Proxima Nova";
  border-bottom: 2px solid #7bb9fa;
  padding: 0px;
  line-height: 13px;
  margin-top: 30px;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box h3,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0%;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h6,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a {
  font-weight: 600;
  font-size: 18px;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span {
  font-weight: 400;
  display: block;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box-before,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box-before {
  position: relative;
}

html .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after,
body .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after {
  content: "";
  position: absolute;
  background-image: url(../images/GreenChesspiece.png);
  width: 94%;
  left: -28%;
  top: 0%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-size: contain;
  height: 900px;
}

html .community_realtion_page .inner_speaking .margin-img-tutrle,
body .community_realtion_page .inner_speaking .margin-img-tutrle {
  margin-bottom: 60px;
}

html .community_realtion_page .inner_speaking .margin-img-tutrle-2,
body .community_realtion_page .inner_speaking .margin-img-tutrle-2 {
  margin-bottom: 0px;
}

html .community_realtion_page .inner_speaking .img_tutrle,
body .community_realtion_page .inner_speaking .img_tutrle {
  /* display: none; */
}

html .community_realtion_page .inner_speaking .img_tutrle img,
body .community_realtion_page .inner_speaking .img_tutrle img {
  max-width: 500px;
  margin-left: auto;
  display: block;
}

html .community_realtion_page .inner_speaking .hide-tutrle,
body .community_realtion_page .inner_speaking .hide-tutrle {
  display: initial;
}

html .community_realtion_page .inner_speaking .btn-section,
body .community_realtion_page .inner_speaking .btn-section {
  width: 70%;
  margin: 20px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .community_realtion_page .inner_speaking .btn-section .previous-btn,
body .community_realtion_page .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .community_realtion_page .inner_speaking .btn-section button,
html .community_realtion_page .inner_speaking .btn-section .pre-nxt,
body .community_realtion_page .inner_speaking .btn-section button,
body .community_realtion_page .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
  font-family: "Proxima Nova";
}

html .community_realtion_page .inner_speaking .img_community,
body .community_realtion_page .inner_speaking .img_community {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-top: 20px;
}

html .community_realtion_page .inner_speaking .img_community .black-img,
body .community_realtion_page .inner_speaking .img_community .black-img {
  max-width: 284px;
  max-height: 510px;
}

html .community_realtion_page .inner_speaking .img_community .white-img,
body .community_realtion_page .inner_speaking .img_community .white-img {
  max-width: 250px;
  max-height: 510px;
}

html .community_realtion_page .inner_speaking .hide-less,
body .community_realtion_page .inner_speaking .hide-less {
  display: none;
}

html .community_realtion_page .inner_speaking .show,
body .community_realtion_page .inner_speaking .show {
  display: inline-block;
}

html .community_realtion_page .inner_speaking .hide,
body .community_realtion_page .inner_speaking .hide {
  display: none;
}

html .community_realtion_page .inner_speaking .inside-chess-b,
body .community_realtion_page .inner_speaking .inside-chess-b {
  display: none;
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .BOD_page .banner_speaking,
body .BOD_page .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .BOD_page .banner_speaking .inner-box,
body .BOD_page .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .BOD_page .banner_speaking .inner-box .icon img,
body .BOD_page .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .BOD_page .banner_speaking .inner-box a i,
body .BOD_page .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .BOD_page .banner_speaking .inner-box .text-box,
body .BOD_page .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .BOD_page .banner_speaking .inner-box .text-box p,
body .BOD_page .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .BOD_page .banner_speaking .inner-box .text-box h2,
body .BOD_page .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-family: "Crimson Text";
}

html .BOD_page .banner_speaking .inner-box .drag-up,
body .BOD_page .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .BOD_page .banner_speaking .inner-box .drag-up img,
body .BOD_page .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .BOD_page .banner_speaking .inner-box .next-link,
body .BOD_page .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .BOD_page .banner_speaking .inner-box,
body .BOD_page .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .BOD_page .banner_speaking .inner-box .icon img,
body .BOD_page .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .BOD_page .banner_speaking .inner-box a i,
body .BOD_page .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .BOD_page .banner_speaking .inner-box .img-box,
body .BOD_page .banner_speaking .inner-box .img-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .BOD_page .banner_speaking .inner-box .img-box p,
body .BOD_page .banner_speaking .inner-box .img-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .BOD_page .banner_speaking .inner-box .img-box h2,
body .BOD_page .banner_speaking .inner-box .img-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
}

html .BOD_page .banner_speaking .inner-box .drag-up,
body .BOD_page .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .BOD_page .banner_speaking .inner-box .drag-up img,
body .BOD_page .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .BOD_page .banner_speaking .inner-box .next-link,
body .BOD_page .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .BOD_page .inner_speaking,
body .BOD_page .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .BOD_page .inner_speaking .dropdown,
body .BOD_page .inner_speaking .dropdown {
  display: none;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs,
body .BOD_page .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs,
body .BOD_page .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs .li-a,
body .BOD_page .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs .li-margin,
body .BOD_page .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .BOD_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .BOD_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .BOD_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .BOD_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .BOD_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .BOD_page .inner_speaking .tab_section .board,
body .BOD_page .inner_speaking .tab_section .board {
  width: 70%;
  margin: auto;
}

html .BOD_page .inner_speaking .tab_section .board .notes,
body .BOD_page .inner_speaking .tab_section .board .notes {
  padding: 0 50px;
  margin-top: -87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .BOD_page .inner_speaking .tab_section .board .notes h6,
body .BOD_page .inner_speaking .tab_section .board .notes h6 {
  color: #626262;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

html .BOD_page .inner_speaking .tab_section .board .notes ul,
body .BOD_page .inner_speaking .tab_section .board .notes ul {
  padding-left: 15px;
}

html .BOD_page .inner_speaking .tab_section .board .notes ul li,
body .BOD_page .inner_speaking .tab_section .board .notes ul li {
  color: #626262;
  font-size: 14px;
  list-style-type: disc;
}

html .BOD_page .inner_speaking .tab_section .board h2,
body .BOD_page .inner_speaking .tab_section .board h2 {
  font-size: 32px;
  font-family: "Crimson Text";
  font-weight: 400;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes,
body .BOD_page .inner_speaking .tab_section .board .img-boxes {
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d {
  position: relative;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after {
  position: absolute;
  content: "";
  background-image: url(../images/Castle.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 10%;
  top: 10%;
  width: 817px;
  height: 1300px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner img,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner img {
  width: 330px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner .sea-horse,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner .sea-horse {
  max-width: 380px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  max-width: 330px;
  margin-bottom: 0px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p span,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  line-height: 21px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p .bold_no,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p .bold_no {
  font-weight: 400;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes img,
body .BOD_page .inner_speaking .tab_section .board .img-boxes img {
  max-width: 330px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle {
  max-width: 500px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img {
  width: 100%;
  height: 300px;
  position: relative;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/clock.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain;
  left: -30%;
  bottom: -40%;
  width: 100%;
  height: 400px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img img,
body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img img {
  max-width: 500px;
}

html .BOD_page .inner_speaking .tab_section .board .img-boxes-2,
body .BOD_page .inner_speaking .tab_section .board .img-boxes-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0%;
}

html .BOD_page .inner_speaking .tab_section .board .img-box-after,
body .BOD_page .inner_speaking .tab_section .board .img-box-after {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0%;
}

html .BOD_page .inner_speaking .tab_section .board .img-box-after::after,
body .BOD_page .inner_speaking .tab_section .board .img-box-after::after {
  position: absolute;
  content: "";
  background-image: url(../images/clock.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20%;
  left: 50%;
  height: 70%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
}

html .BOD_page .inner_speaking .tab_section .board .img-box-after::before,
body .BOD_page .inner_speaking .tab_section .board .img-box-after::before {
  position: absolute;
  content: "";
  background-image: url(../images/Castle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10%;
  left: 90%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
}

html .BOD_page .inner_speaking .tab_section .board .sea-horse-width,
body .BOD_page .inner_speaking .tab_section .board .sea-horse-width {
  width: 100%;
  margin-bottom: -165px;
  margin-top: 20px;
}

html .BOD_page .inner_speaking .tab_section .board .sea-horse-width img,
body .BOD_page .inner_speaking .tab_section .board .sea-horse-width img {
  max-width: 450px;
  width: auto !important;
}

html .BOD_page .inner_speaking .btn-section,
body .BOD_page .inner_speaking .btn-section {
  width: 70%;
  margin: 150px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

html .BOD_page .inner_speaking .btn-section .previous-btn,
body .BOD_page .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .BOD_page .inner_speaking .btn-section button,
html .BOD_page .inner_speaking .btn-section .pre-nxt,
body .BOD_page .inner_speaking .btn-section button,
body .BOD_page .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
  font-family: "Proxima Nova";
}

html .corporate_goverance .banner_speaking,
body .corporate_goverance .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .corporate_goverance .banner_speaking .inner-box,
body .corporate_goverance .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .corporate_goverance .banner_speaking .inner-box .icon img,
body .corporate_goverance .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .corporate_goverance .banner_speaking .inner-box a i,
body .corporate_goverance .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .corporate_goverance .banner_speaking .inner-box .text-box,
body .corporate_goverance .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .corporate_goverance .banner_speaking .inner-box .text-box p,
body .corporate_goverance .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  margin-top: 0;
}

html .corporate_goverance .banner_speaking .inner-box .text-box h2,
body .corporate_goverance .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-family: "Crimson Text";
}

html .corporate_goverance .banner_speaking .inner-box .drag-up,
body .corporate_goverance .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .corporate_goverance .banner_speaking .inner-box .drag-up img,
body .corporate_goverance .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .corporate_goverance .banner_speaking .inner-box .next-link,
body .corporate_goverance .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .corporate_goverance .banner_speaking .inner-box,
body .corporate_goverance .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .corporate_goverance .banner_speaking .inner-box .icon img,
body .corporate_goverance .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .corporate_goverance .banner_speaking .inner-box a i,
body .corporate_goverance .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .corporate_goverance .banner_speaking .inner-box .img-box,
body .corporate_goverance .banner_speaking .inner-box .img-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .corporate_goverance .banner_speaking .inner-box .img-box p,
body .corporate_goverance .banner_speaking .inner-box .img-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  margin-top: 0;
}

html .corporate_goverance .banner_speaking .inner-box .img-box h2,
body .corporate_goverance .banner_speaking .inner-box .img-box h2 {
  color: #fff;
  font-size: 52px;
  line-height: 26px;
  text-align: center;
  font-family: "Crimson Text";
}

html .corporate_goverance .banner_speaking .inner-box .drag-up,
body .corporate_goverance .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .corporate_goverance .banner_speaking .inner-box .drag-up img,
body .corporate_goverance .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .corporate_goverance .banner_speaking .inner-box .next-link,
body .corporate_goverance .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .corporate_goverance .inner_speaking,
body .corporate_goverance .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .corporate_goverance .inner_speaking .dropdown,
body .corporate_goverance .inner_speaking .dropdown {
  display: none;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-a,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-margin,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .corporate_goverance .inner_speaking .tab_section .board,
body .corporate_goverance .inner_speaking .tab_section .board {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

html .corporate_goverance .inner_speaking .tab_section .board .left-img-box img,
body .corporate_goverance .inner_speaking .tab_section .board .left-img-box img {
  max-width: 300px;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text {
  padding: 0px 30px;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess {
  margin-bottom: 40px;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess h1,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess h1 {
  font-size: 32px;
  font-family: "Crimson Text";
  font-weight: 400;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess p,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 30px;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess p span,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess p span {
  display: block;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box h1,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box h1 {
  font-size: 32px;
  font-family: "Crimson Text";
  font-weight: 400;
  margin-bottom: 30px;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box p,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}

html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box h6,
body .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

html .corporate_goverance .inner_speaking .btn-section,
body .corporate_goverance .inner_speaking .btn-section {
  width: 70%;
  margin: 80px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .corporate_goverance .inner_speaking .btn-section .previous-btn,
body .corporate_goverance .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .corporate_goverance .inner_speaking .btn-section button,
html .corporate_goverance .inner_speaking .btn-section .pre-nxt,
body .corporate_goverance .inner_speaking .btn-section button,
body .corporate_goverance .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
  font-family: "Proxima Nova";
}

html .values_page .banner_speaking,
body .values_page .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .values_page .banner_speaking .inner-box,
body .values_page .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .values_page .banner_speaking .inner-box .icon img,
body .values_page .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .values_page .banner_speaking .inner-box a i,
body .values_page .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .values_page .banner_speaking .inner-box .text-box,
body .values_page .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .values_page .banner_speaking .inner-box .text-box p,
body .values_page .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .values_page .banner_speaking .inner-box .text-box h2,
body .values_page .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-weight: 400;
  font-family: "Crimson Text";
  letter-spacing: 1.2px;
}

html .values_page .banner_speaking .inner-box .drag-up,
body .values_page .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .values_page .banner_speaking .inner-box .drag-up img,
body .values_page .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .values_page .banner_speaking .inner-box .next-link,
body .values_page .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .values_page .inner_speaking,
body .values_page .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .values_page .inner_speaking .dropdown,
body .values_page .inner_speaking .dropdown {
  display: none;
}

html .values_page .inner_speaking .tab_section .nav-tabs,
body .values_page .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .values_page .inner_speaking .tab_section .nav-tabs,
body .values_page .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .values_page .inner_speaking .tab_section .nav-tabs .nav-item,
body .values_page .inner_speaking .tab_section .nav-tabs .nav-item {
  margin: 0px 50px 0 0;
}

html .values_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .values_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
  padding-bottom: 10px;
}

html .values_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .values_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .values_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .values_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
}

html .values_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .values_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .values_page .inner_speaking .tab_section .main-flex-box,
body .values_page .inner_speaking .tab_section .main-flex-box {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .values_page .inner_speaking .tab_section .main-flex-box .img-left-box,
body .values_page .inner_speaking .tab_section .main-flex-box .img-left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html .values_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
body .values_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
  max-width: 330px;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box {
  width: 65%;
  margin: 0px auto 0px auto;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box button,
html .values_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box button,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #7bb9fa;
  background-color: transparent;
  border: none;
  font-family: "Proxima Nova";
  border-bottom: 2px solid #7bb9fa;
  padding: 0px;
  line-height: 13px;
  margin-top: 80px;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box h3,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0%;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a {
  font-weight: 600;
  font-size: 18px;
}

html .values_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span,
body .values_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span {
  font-weight: 400;
  display: block;
}

html .values_page .inner_speaking .btn-section,
body .values_page .inner_speaking .btn-section {
  width: 70%;
  margin: 80px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .values_page .inner_speaking .btn-section .previous-btn,
body .values_page .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .values_page .inner_speaking .btn-section button,
html .values_page .inner_speaking .btn-section .pre-nxt,
body .values_page .inner_speaking .btn-section button,
body .values_page .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 190px;
  font-family: "Proxima Nova";
}

html .values_page .inner_speaking .hide-less,
body .values_page .inner_speaking .hide-less {
  display: none;
}

html .values_page .inner_speaking .show,
body .values_page .inner_speaking .show {
  display: inline-block;
}

html .values_page .inner_speaking .hide,
body .values_page .inner_speaking .hide {
  display: none;
}

html .values_page .inner_speaking .inside-chess-b,
body .values_page .inner_speaking .inside-chess-b {
  display: none;
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .year_page .banner_speaking,
body .year_page .banner_speaking {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .year_page .banner_speaking .inner-box,
body .year_page .banner_speaking .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .year_page .banner_speaking .inner-box .icon img,
body .year_page .banner_speaking .inner-box .icon img {
  width: 18px;
}

html .year_page .banner_speaking .inner-box a i,
body .year_page .banner_speaking .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .year_page .banner_speaking .inner-box .text-box,
body .year_page .banner_speaking .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .year_page .banner_speaking .inner-box .text-box p,
body .year_page .banner_speaking .inner-box .text-box p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}

html .year_page .banner_speaking .inner-box .text-box h2,
body .year_page .banner_speaking .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-weight: 400;
  font-family: "Crimson Text";
  letter-spacing: 1.2px;
}

html .year_page .banner_speaking .inner-box .drag-up,
body .year_page .banner_speaking .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .year_page .banner_speaking .inner-box .drag-up img,
body .year_page .banner_speaking .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .year_page .banner_speaking .inner-box .next-link,
body .year_page .banner_speaking .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .year_page .inner_speaking,
body .year_page .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .year_page .inner_speaking .inside-chess-b,
body .year_page .inner_speaking .inside-chess-b {
  display: none;
}

html .year_page .inner_speaking .dropdown,
body .year_page .inner_speaking .dropdown {
  display: none;
}

html .year_page .inner_speaking .tab_section .nav-tabs,
body .year_page .inner_speaking .tab_section .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto;
  margin-bottom: 80px;
}

html .year_page .inner_speaking .tab_section .nav-tabs,
body .year_page .inner_speaking .tab_section .nav-tabs {
  border: none;
}

html .year_page .inner_speaking .tab_section .nav-tabs .nav-item,
body .year_page .inner_speaking .tab_section .nav-tabs .nav-item {
  margin: 0px 50px 0 0;
}

html .year_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .year_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  border: 0;
  padding-bottom: 10px;
}

html .year_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .year_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  outline: none;
  isolation: unset;
}

html .year_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .year_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border: 0;
  border-bottom: 2px solid #ff961b;
}

html .year_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .year_page .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .year_page .inner_speaking .tab_section .main-flex-box,
body .year_page .inner_speaking .tab_section .main-flex-box {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .year_page .inner_speaking .tab_section .main-flex-box.inno .text-box,
body .year_page .inner_speaking .tab_section .main-flex-box.inno .text-box {
  width: 85%;
}

html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box,
body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box {
  width: 35%;
}

html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link,
body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link {
  margin: 0;
  padding: 0;
  display: block;
}

html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li,
body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li {
	margin-bottom: 20px;
  list-style-type: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li a,
body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li a {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0px;
  background-color: transparent;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li a.active,
body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li a.active {
  color: #ff961b;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box {
  width: 65%;
  margin: 0px auto 0px auto;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box h6,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box button,
html .year_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box button,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #7bb9fa;
  background-color: transparent;
  border: none;
  font-family: "Proxima Nova";
  border-bottom: 2px solid #7bb9fa;
  padding: 0px;
  line-height: 13px;
  margin-top: 30px;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
  text-align: start;
  font-weight: 400;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box h3,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0%;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a {
  font-weight: 600;
  font-size: 18px;
}

html .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span,
body .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box .p-a span {
  font-weight: 400;
  display: block;
}

html .year_page .inner_speaking .btn-section,
body .year_page .inner_speaking .btn-section {
  width: 70%;
  margin: 80px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .year_page .inner_speaking .btn-section .previous-btn,
body .year_page .inner_speaking .btn-section .previous-btn {
  margin-right: auto;
}

html .year_page .inner_speaking .btn-section button,
html .year_page .inner_speaking .btn-section .pre-nxt,
body .year_page .inner_speaking .btn-section button,
body .year_page .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 190px;
  font-family: "Proxima Nova";
}

html .year_page .inner_speaking .hide-less,
body .year_page .inner_speaking .hide-less {
  display: none;
}

html .year_page .inner_speaking .show,
body .year_page .inner_speaking .show {
  display: inline-block;
}

html .year_page .inner_speaking .hide,
body .year_page .inner_speaking .hide {
  display: none;
}

html .year_page .inner_speaking .chess-img,
body .year_page .inner_speaking .chess-img {
  max-width: 50%;
  width: 100%;
}

html .year_page .inner_speaking .innovation-img,
body .year_page .inner_speaking .innovation-img {
  max-width: 70%;
  width: 100%;
  margin-bottom: -130px;
}

html .year_page .inner_speaking .chess-cargoso-img,
body .year_page .inner_speaking .chess-cargoso-img {
  max-width: 50%;
  width: 100%;
}

html footer,
body footer {
  padding: 80px 0px 0px 0px;
}

html footer .inside-footer,
body footer .inside-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: auto;
}

html footer .inside-footer .box-a,
body footer .inside-footer .box-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html footer .inside-footer .box-a img,
body footer .inside-footer .box-a img {
  width: 120px;
  margin-top: -15px;
}

html footer .inside-footer .box-a ul,
body footer .inside-footer .box-a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  margin-bottom: 0%;
  padding: 0%;
}

html footer .inside-footer .box-a ul li,
body footer .inside-footer .box-a ul li {
  padding: 0px 10px;
  position: relative;
}

html footer .inside-footer .box-a ul li:last-child::before,
body footer .inside-footer .box-a ul li:last-child::before {
  display: none;
}

html footer .inside-footer .box-a ul li::before,
body footer .inside-footer .box-a ul li::before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html footer .inside-footer .box-a ul li a,
body footer .inside-footer .box-a ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

html footer .inside-footer .box-b,
body footer .inside-footer .box-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html footer .inside-footer .box-b button,
html footer .inside-footer .box-b .pre-nxt,
body footer .inside-footer .box-b button,
body footer .inside-footer .box-b .pre-nxt {
  text-align: center;
  border: 3px solid #000;
  color: #000;
  border-radius: 30px;
  background-color: transparent;
  padding: 15px 25px;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

html footer .inside-footer .box-b .icon,
body footer .inside-footer .box-b .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html footer .inside-footer .box-b .icon .fb,
body footer .inside-footer .box-b .icon .fb {
  margin-right: 25px;
}

html footer .inside-footer .box-b .icon a img,
body footer .inside-footer .box-b .icon a img {
  width: 50px;
  height: 50px;
}

html .financial .banner_financial,
body .financial .banner_financial {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .financial .banner_financial .inner-box,
body .financial .banner_financial .inner-box {
  text-align: center;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html .financial .banner_financial .inner-box .icon img,
body .financial .banner_financial .inner-box .icon img {
  width: 18px;
}

html .financial .banner_financial .inner-box a i,
body .financial .banner_financial .inner-box a i {
  color: #fff;
  font-size: 30px;
}

html .financial .banner_financial .inner-box .text-box,
body .financial .banner_financial .inner-box .text-box {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 30px;
}

html .financial .banner_financial .inner-box .text-box h2,
body .financial .banner_financial .inner-box .text-box h2 {
  color: #fff;
  font-size: 52px;
  text-align: center;
  font-family: "Crimson Text";
}

html .financial .banner_financial .inner-box .drag-up,
body .financial .banner_financial .inner-box .drag-up {
  color: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

html .financial .banner_financial .inner-box .drag-up img,
body .financial .banner_financial .inner-box .drag-up img {
  margin: 10px auto auto;
  width: 32px;
  display: block;
}

html .financial .banner_financial .inner-box .next-link,
body .financial .banner_financial .inner-box .next-link {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  text-decoration: none;
}

html .financial .inner_speaking,
body .financial .inner_speaking {
  padding: 50px 0px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

html .financial .inner_speaking .dropdown,
body .financial .inner_speaking .dropdown {
  display: none;
}

html .financial .inner_speaking .tab_section .nav-tabs,
body .financial .inner_speaking .tab_section .nav-tabs {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .financial .inner_speaking .tab_section .nav-tabs .li-a,
body .financial .inner_speaking .tab_section .nav-tabs .li-a {
  margin: 0px 30px;
}

html .financial .inner_speaking .tab_section .nav-tabs .li-margin,
body .financial .inner_speaking .tab_section .nav-tabs .li-margin {
  margin-right: 30px;
}

html .financial .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me,
body .financial .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  color: #626262;
  padding: 0%;
  background-color: transparent;
}

html .financial .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover,
body .financial .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me:hover {
  border: none;
  outline: none;
  isolation: unset;
}

html .financial .inner_speaking .tab_section .nav-tabs .nav-link-me.active,
body .financial .inner_speaking .tab_section .nav-tabs .nav-link-me.active {
  border: none;
  color: #ff961b;
  border-bottom: 2px solid #ff961b;
  padding-bottom: 5px;
}

html .financial .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover,
body .financial .inner_speaking .tab_section .nav-tabs .nav-link-me.active:hover {
  border-bottom: 2px solid #ff961b;
}

html .financial .inner_speaking .inside-chess,
body .financial .inner_speaking .inside-chess {
  width: 70%;
  margin: auto;
}

html .financial .inner_speaking .inside-chess h1,
body .financial .inner_speaking .inside-chess h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
}

html .financial .inner_speaking .inside-chess p,
body .financial .inner_speaking .inside-chess p {
  font-size: 18px;
  font-weight: 600;
  color: #60a5ee;
  border-bottom: 2px solid #60a5ee;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

html .financial .inner_speaking .img-box,
body .financial .inner_speaking .img-box {
  width: 65%;
  margin: auto;
  position: relative;
	max-width: 1200px;
}

html .financial .inner_speaking .img-box .south,
body .financial .inner_speaking .img-box .south {
  position: absolute;
  top: 24%;
  left: 6%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  color: #575757;
}

html .financial .inner_speaking .img-box .south span,
body .financial .inner_speaking .img-box .south span {
  display: block;
  width: 57px;
  height: 57px;
  background: #cfe3f8;
  border-radius: 50%;
  margin: 0 auto 10px;
  cursor: pointer;
}

html .financial .inner_speaking .img-box .south span:hover,
body .financial .inner_speaking .img-box .south span:hover {
  -webkit-box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
          box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
}

html .financial .inner_speaking .img-box .north,
body .financial .inner_speaking .img-box .north {
  position: absolute;
  top: 9%;
  left: 28.5%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  color: #575757;
}

html .financial .inner_speaking .img-box .north span,
body .financial .inner_speaking .img-box .north span {
  display: block;
  width: 57px;
  height: 57px;
  background: #cfe3f8;
  border-radius: 50%;
  margin: 0 auto 10px;
  cursor: pointer;
}

html .financial .inner_speaking .img-box .north span:hover,
body .financial .inner_speaking .img-box .north span:hover {
  -webkit-box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
          box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
}

html .financial .inner_speaking .img-box .middle,
body .financial .inner_speaking .img-box .middle {
  position: absolute;
  top: 0%;
  left: 46.5%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  color: #575757;
}

html .financial .inner_speaking .img-box .middle span,
body .financial .inner_speaking .img-box .middle span {
  display: block;
  width: 57px;
  height: 57px;
  background: #cfe3f8;
  border-radius: 50%;
  margin: 0 auto 10px;
  cursor: pointer;
}

html .financial .inner_speaking .img-box .middle span:hover,
body .financial .inner_speaking .img-box .middle span:hover {
  -webkit-box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
          box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
}

html .financial .inner_speaking .img-box .europe,
body .financial .inner_speaking .img-box .europe {
  position: absolute;
  top: 16%;
  right: 22.5%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  color: #575757;
}

html .financial .inner_speaking .img-box .europe span,
body .financial .inner_speaking .img-box .europe span {
  display: block;
  width: 57px;
  height: 57px;
  background: #cfe3f8;
  border-radius: 50%;
  margin: 0 auto 10px;
  cursor: pointer;
}

html .financial .inner_speaking .img-box .europe span:hover,
body .financial .inner_speaking .img-box .europe span:hover {
  -webkit-box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
          box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
}

html .financial .inner_speaking .img-box .americas,
body .financial .inner_speaking .img-box .americas {
  position: absolute;
  top: 32%;
  right: 10%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  color: #575757;
}

html .financial .inner_speaking .img-box .americas span,
body .financial .inner_speaking .img-box .americas span {
  display: block;
  width: 57px;
  height: 57px;
  background: #cfe3f8;
  border-radius: 50%;
  margin: 0 auto 10px;
  cursor: pointer;
}

html .financial .inner_speaking .img-box .americas span:hover,
body .financial .inner_speaking .img-box .americas span:hover {
  -webkit-box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
          box-shadow: 0 0 0 13px rgba(207, 227, 248, 0.6);
}

html .financial .inner_speaking .img-box .modal,
body .financial .inner_speaking .img-box .modal {
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.7);
}

html .financial .inner_speaking .img-box .modal .modal-dialog,
body .financial .inner_speaking .img-box .modal .modal-dialog {
  max-width: 800px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content {
  border-radius: 25px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header img,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header img {
  border-radius: 14px 14px 0px 0px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .mobile,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .mobile {
  display: none;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .btn-close,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: none;
  position: absolute;
  top: -5%;
  opacity: 1;
  cursor: pointer;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .btn-close img,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .btn-close img {
  border-radius: 0px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body {
  padding: 30px 50px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text {
  display: none;
  margin-bottom: 20px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p span,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p span {
  min-width: 10px;
  width: 10px;
  margin: -3px 10px 0 0;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .light-black,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .light-black {
  background-color: #4c4c4c;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .orange,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .orange {
  background-color: #ff4d4d;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .golden,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .golden {
  background-color: #bb8d58;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .green,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .green {
  background-color: #52d3a5;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .blue,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .blue {
  background-color: #24a0e5;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .black,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p .black {
  background-color: #4d4d4d;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 10px;
  width: 50%;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box {
  width: 160px !important;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box h3,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box h3 {
  font-weight: 600;
  font-size: 18px;
  font-family: "Proxima Nova";
  margin: 0;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box h3 span,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box h3 span {
  display: block;
  font-weight: 400;
  margin: 8px 0px 0px 0px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box {
  width: 100px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box span,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box span {
  width: 10px;
  margin: 0px 1px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .light-black,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .light-black {
  background-color: #4c4c4c;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .orange,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .orange {
  background-color: #ed1c24;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .golden,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .golden {
  background-color: #d4a03e;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .green,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .green {
  background-color: #007446;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .blue,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .blue {
  background-color: #0061b0;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .black,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box .black {
  background-color: #4d4d4d;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .china-box,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .china-box {
  margin-bottom: 0px;
}

html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .border-me,
body .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .border-me {
  border-bottom: 1px solid #888888;
}

html .financial .inner_speaking .financial_page_inner,
body .financial .inner_speaking .financial_page_inner {
  position: relative;
  padding-bottom: 150px;
  width: 65%;
  margin: auto;
  text-align: center;
}

html .financial .inner_speaking .financial_page_inner::before,
body .financial .inner_speaking .financial_page_inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/guard-img.png);
  background-repeat: no-repeat;
  left: -13%;
  top: -1%;
  width: 40%;
  height: 40%;
  background-size: contain;
}

html .financial .inner_speaking .financial_page_inner::after,
body .financial .inner_speaking .financial_page_inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/TheRook1.png);
  background-repeat: no-repeat;
  right: -22%;
  bottom: -7%;
  width: 35%;
  height: 50%;
  background-size: contain;
}

html .financial .inner_speaking .financial_page_inner h1,
body .financial .inner_speaking .financial_page_inner h1 {
  font-size: 38px;
  color: #000;
  font-family: "Crimson Text";
  margin-bottom: 30px;
}

html .financial .inner_speaking .financial_page_inner .statement_box,
body .financial .inner_speaking .financial_page_inner .statement_box {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 9px 14px 10px #f5f5f5;
          box-shadow: 9px 14px 10px #f5f5f5;
  padding: 50px 70px;
  overflow-x: auto;
}

html .financial .inner_speaking .financial_page_inner .statement_box table,
body .financial .inner_speaking .financial_page_inner .statement_box table {
  width: 100%;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0%;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a .li_box,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a .li_box {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a .li_box span,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a .li_box span {
  font-weight: 400;
  display: block;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a td,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-a td {
  width: 80px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 8px;
  text-align: right;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-b,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px 15px 0px;
  padding: 0%;
  text-align: right;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-b .li_box,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-b .li_box {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px;
  padding: 0%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c.mtop-25,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c.mtop-25 {
  margin-top: 25px;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c span,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c span {
  font-size: 10px;
  margin-right: 3px;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c .li_box,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c .li_box {
  width: 40%;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c td,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c td {
  width: 80px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 8px;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0%;
  text-align: right;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d .li_box,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d .li_box {
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d td,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d td {
  width: 80px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 8px;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line {
  height: 2px;
  color: #d6d6d6;
  width: 57%;
  margin: 0px 0px;
  margin-left: auto;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line-2,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line-2 {
  height: 2px;
  color: #888888;
  width: 57%;
  margin: 2px 0px;
  margin-left: auto;
}

html .financial .inner_speaking .financial_page_inner .statement_box table tbody .full-line,
body .financial .inner_speaking .financial_page_inner .statement_box table tbody .full-line {
  height: 2px;
  color: #888888;
  margin: 10px 0px;
}

html .financial .inner_speaking .financial_page_inner .statement_box .statement_box_text,
body .financial .inner_speaking .financial_page_inner .statement_box .statement_box_text {
  margin-top: 40px;
}

html .financial .inner_speaking .financial_page_inner .statement_box .statement_box_text p,
body .financial .inner_speaking .financial_page_inner .statement_box .statement_box_text p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html .financial .inner_speaking .financial_page_inner .statement_box .statement_box_text p span,
body .financial .inner_speaking .financial_page_inner .statement_box .statement_box_text p span {
  font-size: 10px;
  margin-right: 3px;
}

html .financial .inner_speaking .main_img,
body .financial .inner_speaking .main_img {
  width: 70%;
  margin: auto;
  margin-bottom: 100px;
}

html .financial .inner_speaking .main_img .hide-destok,
body .financial .inner_speaking .main_img .hide-destok {
  display: none;
}

html .financial .inner_speaking .btn-section,
body .financial .inner_speaking .btn-section {
  width: 70%;
  margin: 80px auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .financial .inner_speaking .btn-section button,
html .financial .inner_speaking .btn-section .pre-nxt,
body .financial .inner_speaking .btn-section button,
body .financial .inner_speaking .btn-section .pre-nxt {
  text-align: center;
  background-color: #77b2f0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 12px 23px;
  width: 180px;
}

html .financial .inner_speaking .modal,
body .financial .inner_speaking .modal {
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.7);
}

html .financial .inner_speaking .modal .box-img-2 img,
body .financial .inner_speaking .modal .box-img-2 img {
  border-radius: 15px;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: rgba(123, 185, 250, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p {
  font-size: 18px;
	font-weight: 600;
    letter-spacing: -0.4px;
/*   font-weight: 500; */
/*   font-family: "Crimson Text"; */
  line-height: 20px;
  color: #000;
  border-bottom: 0px;
  text-align: center;
  margin: 0%;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p span,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p span {
  display: block;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1 {
  position: absolute;
  top: 36%;
  left: 15.5%;
  width: 366px;
  height: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1:hover,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1:hover {
  background: rgba(123, 185, 250, 0.2);
  border-radius: 50%;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2 {
  left: 46%;
  position: absolute;
  top: 20%;
  width: 287px;
  height: 287px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2:hover,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2:hover {
  background: rgba(123, 185, 250, 0.2);
  border-radius: 50%;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3 {
  position: absolute;
  top: 48%;
  left: 57.5%;
  width: 172px;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3:hover,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3:hover {
  background: rgba(123, 185, 250, 0.2);
  border-radius: 50%;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4 {
  position: absolute;
  bottom: 23.5%;
  left: 69%;
  width: 231px;
  height: 231px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4:hover,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4:hover {
  background: rgba(123, 185, 250, 0.2);
  border-radius: 50%;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5 {
  position: absolute;
  right: 10%;
  top: 32%;
  width: 197px;
  height: 197px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5:hover,
body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5:hover {
  background: rgba(123, 185, 250, 0.2);
  border-radius: 50%;
}

html .financial .inner_speaking .modal .modal-dialog,
body .financial .inner_speaking .modal .modal-dialog {
  max-width: 1400px;
  border-radius: 15px;
  pointer-events: all;
}

html .financial .inner_speaking .modal .modal-dialog .modal-content-2,
body .financial .inner_speaking .modal .modal-dialog .modal-content-2 {
  background-color: transparent;
  border-bottom: none;
}

html .financial .inner_speaking .modal .modal-dialog .modal-content .modal-header,
body .financial .inner_speaking .modal .modal-dialog .modal-content .modal-header {
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: 0px;
}

html .financial .inner_speaking .modal .modal-dialog .modal-content .modal-header .mobile,
body .financial .inner_speaking .modal .modal-dialog .modal-content .modal-header .mobile {
  display: none;
}

html .financial .inner_speaking .modal .modal-dialog .modal-content .modal-header .btn-close,
body .financial .inner_speaking .modal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: none;
  position: absolute;
  top: -40px;
  opacity: 1;
  cursor: pointer;
}

html .financial .inner_speaking .modal .modal-dialog .modal-content .model-body,
body .financial .inner_speaking .modal .modal-dialog .modal-content .model-body {
  padding: 30px 50px;
}

html .financial .inner_speaking .modal .modal-dialog .modal-content .model-body .box-model,
body .financial .inner_speaking .modal .modal-dialog .modal-content .model-body .box-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

html .p-box-hide,
body .p-box-hide {
/*   display: none; */
	overflow: hidden;
	max-height: 0px;
	transition: all .4s ease-in-out;
}

html .d-show-p,
body .d-show-p {
/*   display: initial; */
	max-height: 4000px;
	transition: all .4s ease-in-out;
}

html .p-map-box-2,
body .p-map-box-2 {
  padding-bottom: 10px;
}

html .p-map-box-3 .inner-text .text-box .h3_bold,
body .p-map-box-3 .inner-text .text-box .h3_bold {
  font-weight: 600 !important;
}

html .p-map-box-3 .inner-text .text-box .h3_bold span,
body .p-map-box-3 .inner-text .text-box .h3_bold span {
  font-weight: 400;
}

html .p-map-box-3 .inner-text .text-box h3,
body .p-map-box-3 .inner-text .text-box h3 {
  font-weight: 400 !important;
}

html .p-map-box .inner-text,
body .p-map-box .inner-text {
  margin-bottom: -5px !important;
}

html .p-map-box .inner-text .text-box .h3_bold,
body .p-map-box .inner-text .text-box .h3_bold {
  font-weight: 600 !important;
}

html .p-map-box .inner-text .text-box .h3_bold span,
body .p-map-box .inner-text .text-box .h3_bold span {
  font-weight: 400;
}

html .p-map-box .inner-text .text-box h3,
body .p-map-box .inner-text .text-box h3 {
  font-weight: 400 !important;
}

html .chapter-one .text-img,
html .chapter-one .text-box,
html .chapter-one .drag-up,
html .chapter-two .text-img,
html .chapter-two .text-box,
html .chapter-two .drag-up,
html .playing-up-box .text-img,
html .playing-up-box .text-box,
html .playing-up-box .drag-up,
html .chapter-three .text-img,
html .chapter-three .text-box,
html .chapter-three .drag-up,
html .chapter-four .text-img,
html .chapter-four .text-box,
html .chapter-four .drag-up,
html .chapter-five .text-img,
html .chapter-five .text-box,
html .chapter-five .drag-up,
html .chapter-six .text-img,
html .chapter-six .text-box,
html .chapter-six .drag-up,
html .index-box .inner-box,
html .chairman_page .banner_speaking .inner-box,
html .corporate_goverance .banner_speaking .inner-box,
html .BOD_page .banner_speaking .inner-box,
html .financial .banner_financial .inner-box,
html .year_page .banner_speaking .inner-box,
html .speaking_common .banner_speaking .inner-box,
html .community_realtion_page .banner_speaking .inner-box,
html .financial_review .banner_speaking .inner-box,
body .chapter-one .text-img,
body .chapter-one .text-box,
body .chapter-one .drag-up,
body .chapter-two .text-img,
body .chapter-two .text-box,
body .chapter-two .drag-up,
body .playing-up-box .text-img,
body .playing-up-box .text-box,
body .playing-up-box .drag-up,
body .chapter-three .text-img,
body .chapter-three .text-box,
body .chapter-three .drag-up,
body .chapter-four .text-img,
body .chapter-four .text-box,
body .chapter-four .drag-up,
body .chapter-five .text-img,
body .chapter-five .text-box,
body .chapter-five .drag-up,
body .chapter-six .text-img,
body .chapter-six .text-box,
body .chapter-six .drag-up,
body .index-box .inner-box,
body .chairman_page .banner_speaking .inner-box,
body .corporate_goverance .banner_speaking .inner-box,
body .BOD_page .banner_speaking .inner-box,
body .financial .banner_financial .inner-box,
body .year_page .banner_speaking .inner-box,
body .speaking_common .banner_speaking .inner-box,
body .community_realtion_page .banner_speaking .inner-box,
body .financial_review .banner_speaking .inner-box {
  position: relative;
  z-index: 9;
}

html .chapter-one,
html .chapter-two,
html .playing-up-box,
html .chapter-three,
html .chapter-four,
html .chapter-five,
html .chapter-six,
html .index-box,
html .chairman_page .banner_speaking,
html .corporate_goverance .banner_speaking,
html .BOD_page .banner_speaking,
html .financial .banner_financial,
html .year_page .banner_speaking,
html .speaking_common .banner_speaking,
html .community_realtion_page .banner_speaking,
html .financial_review .banner_speaking,
body .chapter-one,
body .chapter-two,
body .playing-up-box,
body .chapter-three,
body .chapter-four,
body .chapter-five,
body .chapter-six,
body .index-box,
body .chairman_page .banner_speaking,
body .corporate_goverance .banner_speaking,
body .BOD_page .banner_speaking,
body .financial .banner_financial,
body .year_page .banner_speaking,
body .speaking_common .banner_speaking,
body .community_realtion_page .banner_speaking,
body .financial_review .banner_speaking {
  position: relative;
}

html .chapter-one::before,
html .chapter-two::before,
html .playing-up-box::before,
html .chapter-three::before,
html .chapter-four::before,
html .chapter-five::before,
html .chapter-six::before,
html .index-box::before,
html .chairman_page .banner_speaking::before,
html .corporate_goverance .banner_speaking::before,
html .BOD_page .banner_speaking::before,
html .financial .banner_financial::before,
html .year_page .banner_speaking::before,
html .speaking_common .banner_speaking::before,
html .community_realtion_page .banner_speaking::before,
html .financial_review .banner_speaking::before,
body .chapter-one::before,
body .chapter-two::before,
body .playing-up-box::before,
body .chapter-three::before,
body .chapter-four::before,
body .chapter-five::before,
body .chapter-six::before,
body .index-box::before,
body .chairman_page .banner_speaking::before,
body .corporate_goverance .banner_speaking::before,
body .BOD_page .banner_speaking::before,
body .financial .banner_financial::before,
body .year_page .banner_speaking::before,
body .speaking_common .banner_speaking::before,
body .community_realtion_page .banner_speaking::before,
body .financial_review .banner_speaking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

html .chapter-one .video,
html .chapter-two .video,
html .playing-up-box .video,
html .chapter-three .video,
html .chapter-four .video,
html .chapter-five .video,
html .chapter-six .video,
html .index-box .video,
html .chairman_page .banner_speaking .video,
html .corporate_goverance .banner_speaking .video,
html .BOD_page .banner_speaking .video,
html .financial .banner_financial .video,
html .year_page .banner_speaking .video,
html .speaking_common .banner_speaking .video,
html .community_realtion_page .banner_speaking .video,
html .financial_review .banner_speaking .video,
body .chapter-one .video,
body .chapter-two .video,
body .playing-up-box .video,
body .chapter-three .video,
body .chapter-four .video,
body .chapter-five .video,
body .chapter-six .video,
body .index-box .video,
body .chairman_page .banner_speaking .video,
body .corporate_goverance .banner_speaking .video,
body .BOD_page .banner_speaking .video,
body .financial .banner_financial .video,
body .year_page .banner_speaking .video,
body .speaking_common .banner_speaking .video,
body .community_realtion_page .banner_speaking .video,
body .financial_review .banner_speaking .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* #exampleModal .text-box {
    width: 135px !important;
} */

html footer .footer-btm, body footer .footer-btm {
    margin: 25px auto 0;
    border-top: 1px solid #000;
    padding: 25px 0 0 0;
    width: 85%;
}

html footer .footer-btm p, body footer .footer-btm p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
	margin-bottom: 0;
}

.privacy-box{
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
	padding: 100px 0px 0px;
}

@media (max-width: 1600px) {
  html .financial .inner_speaking .img-box .south {
    top: 24%;
    left: 6.5%;
    font-size: 15px;
  }
  html .financial .inner_speaking .img-box .south span {
    width: 50px;
    height: 50px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .south span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .north {
    top: 9%;
    left: 29%;
    font-size: 15px;
  }
  html .financial .inner_speaking .img-box .north span {
    width: 50px;
    height: 50px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .north span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .middle {
    font-size: 15px;
  }
  html .financial .inner_speaking .img-box .middle span {
    width: 50px;
    height: 50px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .middle span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .europe {
    font-size: 15px;
  }
  html .financial .inner_speaking .img-box .europe span {
    width: 50px;
    height: 50px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .europe span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .americas {
    font-size: 15px;
  }
  html .financial .inner_speaking .img-box .americas span {
    width: 50px;
    height: 50px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .americas span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
}

@media (max-width: 1366px) {
  html .financial .inner_speaking .img-box .south {
    font-size: 14px;
  }
  html .financial .inner_speaking .img-box .south span {
    width: 40px;
    height: 40px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .south span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .north {
    font-size: 14px;
  }
  html .financial .inner_speaking .img-box .north span {
    width: 40px;
    height: 40px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .north span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .middle {
    font-size: 14px;
  }
  html .financial .inner_speaking .img-box .middle span {
    width: 40px;
    height: 40px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .middle span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .europe {
    font-size: 14px;
  }
  html .financial .inner_speaking .img-box .europe span {
    width: 40px;
    height: 40px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .europe span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .americas {
    font-size: 14px;
  }
  html .financial .inner_speaking .img-box .americas span {
    width: 40px;
    height: 40px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .americas span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
}

@media (max-width: 1024px) {
  html .financial .inner_speaking .img-box .south {
    font-size: 12px;
  }
  html .financial .inner_speaking .img-box .south span {
    width: 30px;
    height: 30px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .south span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .north {
    font-size: 12px;
  }
  html .financial .inner_speaking .img-box .north span {
    width: 30px;
    height: 30px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .north span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .middle {
    font-size: 12px;
  }
  html .financial .inner_speaking .img-box .middle span {
    width: 30px;
    height: 30px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .middle span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .europe {
    font-size: 12px;
  }
  html .financial .inner_speaking .img-box .europe span {
    width: 30px;
    height: 30px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .europe span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .americas {
    font-size: 12px;
  }
  html .financial .inner_speaking .img-box .americas span {
    width: 30px;
    height: 30px;
    margin: 0px auto 8px;
  }
  html .financial .inner_speaking .img-box .americas span:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 10px rgba(207, 227, 248, 0.6);
  }
}

@media (min-width: 577px) {
  .mob_financial {
    display: none;
  }
}

@media (max-width: 576px) {
  .desk_financial {
    display: none;
  }
  html .financial .inner_speaking .img-box {
    margin-top: 30px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .mobile {
    display: initial;
    width: 100%;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .desktop {
    display: none;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 10px;
    right: 10px;
    opacity: 1;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body {
    padding: 30px 20px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p {
    font-size: 11px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text {
    margin-right: 8px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3px;
    margin-left: 2px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box span {
    width: 8px;
    margin: 0px 1px;
    height: 8px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box {
    width: 100px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box h3 {
    font-size: 16px;
  }
  html .financial .inner_speaking .img-box .south {
    font-size: 10px;
    left: 7.5%;
    top: 14%;
  }
  html .financial .inner_speaking .img-box .south span {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px;
  }
  html .financial .inner_speaking .img-box .south span:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .north {
    font-size: 10px;
    left: 26%;
    top: 5%;
  }
  html .financial .inner_speaking .img-box .north span {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px;
  }
  html .financial .inner_speaking .img-box .north span:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .middle {
    font-size: 10px;
    left: 42.5%;
    top: -3%;
  }
  html .financial .inner_speaking .img-box .middle span {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px;
  }
  html .financial .inner_speaking .img-box .middle span:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .europe {
    font-size: 10px;
    right: 18.5%;
    top: 10%;
    max-width: 90px;
  }
  html .financial .inner_speaking .img-box .europe span {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px;
  }
  html .financial .inner_speaking .img-box .europe span:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
  }
  html .financial .inner_speaking .img-box .americas {
    font-size: 10px;
    right: 7%;
    top: 22%;
  }
  html .financial .inner_speaking .img-box .americas span {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px;
  }
  html .financial .inner_speaking .img-box .americas span:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
            box-shadow: 0 0 0 6px rgba(207, 227, 248, 0.6);
  }
  .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-c.mtop-25,
  .financial .inner_speaking .financial_page_inner .statement_box table tbody .ul-d.mtop-25 {
    margin-top: 0 !important;
  }
}

@media (max-width: 320px) {
  html .financial .inner_speaking .img-box .middle {
    top: -10%;
    font-size: 9px;
    font-weight: 600;
  }
  html .financial .inner_speaking .img-box .north {
    font-size: 9px;
    font-weight: 600;
  }
  html .financial .inner_speaking .img-box .europe {
    top: 7%;
    font-size: 9px;
    font-weight: 600;
    max-width: 80px;
  }
  html .financial .inner_speaking .img-box .south {
    font-size: 9px;
    font-weight: 600;
  }
  html .financial .inner_speaking .img-box .americas {
    font-size: 9px;
    font-weight: 600;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body {
    padding: 30px 20px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .banner-text p {
    font-size: 10px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box {
    width: 50px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .dot-box span {
    width: 8px;
    height: 8px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box {
    width: 90px;
  }
  html .financial .inner_speaking .img-box .modal .modal-dialog .modal-content .model-body .box-model .inner-text .text-box h3 {
    font-size: 15px;
  }
}

@media (max-width: 1399px) {
  html header .icon {
    top: 5%;
    -webkit-transform: translate(20%, 3px);
    transform: translate(39%, 9px);
    left: 49%;
  }
  html .financial .inner_speaking .financial_page_inner::before {
    left: -55px;
    width: 31%;
    height: 30%;
    top: -1%;
  }
  html .financial .inner_speaking .financial_page_inner::after {
    bottom: 0%;
    right: -16%;
  }
  html .playing-up-box .text-box {
    margin-top: 150px;
  }
  html .chapter-one .text-box,
  html .chapter-two .text-box,
  html .chapter-three .text-box,
  html .chapter-four .text-box,
  html .chapter-five .text-box,
  html .chapter-six .text-box {
    margin-top: 30px;
  }
  html .chapter-one .text-box p,
  html .chapter-two .text-box p,
  html .chapter-three .text-box p,
  html .chapter-four .text-box p,
  html .chapter-five .text-box p,
  html .chapter-six .text-box p {
    margin: 30px 0px 30px 0px;
  }
  html .financial_review .inner_speaking .tab_section .financial-inner .text-box {
    width: 60%;
  }
  html footer {
    padding: 50px 0px 0px 0px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box button,
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .pre-nxt {
    text-align: center;
    margin-top: 40px;
  }
  html .BOD_page .inner_speaking .tab_section .board {
    width: 75%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after {
    left: -5%;
    width: 680px;
    top: 120px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after {
    bottom: -22%;
    height: 350px;
    left: -26%;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs {
    width: 75%;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .li-a {
    margin: 0px 20px;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .li-margin {
    margin-right: 20px;
  }
  html .corporate_goverance .inner_speaking .tab_section .board {
    width: 75%;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs {
    width: 75%;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-a {
    margin: 0px 20px;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-margin {
    margin-right: 20px;
  }
}

@media (max-width: 1366px) and (min-width: 1295px) {
  html .playing-up-box .text-box,
  body .playing-up-box .text-box {
    margin: 0%;
  }
  html .playing-up-box .text-box .ball_img,
  body .playing-up-box .text-box .ball_img {
    margin-top: 28px;
  }
  html .playing-up-box .text-box p,
  body .playing-up-box .text-box p {
    margin: 40px 0px 30px 0px;
  }
  html .chapter-one .text-box,
  html .chapter-two .text-box,
  html .chapter-three .text-box,
  html .chapter-four .text-box,
  html .chapter-five .text-box,
  html .chapter-six .text-box,
  body .chapter-one .text-box,
  body .chapter-two .text-box,
  body .chapter-three .text-box,
  body .chapter-four .text-box,
  body .chapter-five .text-box,
  body .chapter-six .text-box {
    margin-top: 0px;
  }
}

@media (max-width: 1295px) {
  html footer {
    padding: 40px 0px 0px 0px;
  }
  html footer .inside-footer {
    width: 90%;
  }
  html footer .inside-footer .box-a ul {
    margin-left: 5px;
  }
  html footer .inside-footer .box-a ul li {
    padding: 0px 10px;
  }
  html footer .inside-footer .box-a a img {
    width: 100px;
  }
  html footer .inside-footer .box-b .icon .fb {
    margin-right: 15px;
  }
  html footer .inside-footer .box-b button,
  html footer .inside-footer .box-b .pre-nxt {
    text-align: center;
    margin-right: 20px;
    padding: 8px 11px;
    font-size: 15px;
  }

	
}

@media (max-width: 1199px) {
  html .financial .inner_speaking .modal .box-img-2 img {
    border-radius: 15px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner {
    width: 100px;
    height: 100px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1 {
    top: 36%;
    left: 16%;
    width: 250px;
    height: 250px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2 {
    left: 38%;
    top: 18%;
    width: 220px;
    height: 220px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3 {
    top: 39%;
    left: 57%;
    width: 150px;
    height: 150px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4 {
    position: absolute;
    bottom: 25%;
    left: 63%;
    width: 180px;
    height: 180px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5 {
    position: absolute;
    right: 15%;
    top: 31%;
    width: 150px;
    height: 150px;
  }
  html header .icon {
    top: 5%;
    -webkit-transform: translate(9%, 9px);
            transform: translate(9%, 9px);
    left: 49%;
  }
  html .speaking_common .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .speaking_common .inner_speaking .tab_section .img-fish-box img {
    height: 100%;
  }
  html .speaking_common .inner_speaking .tab_section .img-fish-box .fish-img {
    max-width: 450px;
  }
  html .speaking_common .inner_speaking .tab_section .inside-chess h1 {
    font-size: 32px;
  }
  html .speaking_common .inner_speaking .tab_section .nav-tabs {
    margin-bottom: 60px;
  }
  html .speaking_common .inner_speaking .tab_section .img-fish-box {
    width: 90%;
  }
  html .speaking_common .inner_speaking .tab_section .img-fish-box img {
    max-width: 300px;
  }
  html .playing-up-box .text-box h2 {
    font-size: 42px;
  }
  html .playing-up-box .text-box .ball_img {
    margin-top: 40px;
  }
  html .chapter-one .text-box h2,
  html .chapter-two .text-box h2,
  html .chapter-three .text-box h2,
  html .chapter-four .text-box h2,
  html .chapter-five .text-box h2,
  html .chapter-six .text-box h2 {
    font-size: 42px;
  }
  html .chapter-one .text-box .ball_img,
  html .chapter-two .text-box .ball_img,
  html .chapter-three .text-box .ball_img,
  html .chapter-four .text-box .ball_img,
  html .chapter-five .text-box .ball_img,
  html .chapter-six .text-box .ball_img {
    margin-top: 40px;
  }
  html footer {
    padding: 40px 0px 0px 0px;
  }
  html footer .inside-footer {
    width: 90%;
  }
  html footer .inside-footer .box-a ul {
    margin-left: 5px;
  }
  html footer .inside-footer .box-a ul li {
    padding: 0px 6px;
  }
  html footer .inside-footer .box-a a img {
    width: 100px;
  }
  html footer .inside-footer .box-b .icon .fb {
    margin-right: 10px;
  }
  html footer .inside-footer .box-b button,
  html footer .inside-footer .box-b .pre-nxt {
    text-align: center;
    margin-right: 10px;
    padding: 8px 10px;
    font-size: 14px;
  }
  html .financial .banner_financial .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .financial .inner_speaking .tab_section .nav-tabs {
    margin-bottom: 60px;
  }
  html .financial .inner_speaking .financial_page_inner::before {
    left: -40px;
    width: 18%;
    height: 26%;
    top: -1%;
  }
  html .financial .inner_speaking .financial_page_inner::after {
    bottom: -4%;
    width: 30%;
    right: -15%;
  }
  html .financial .inner_speaking .main_img {
    margin-bottom: 60px;
  }
  html .chairman_page .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 32px;
  }
  html .Cargo_solution .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 32px;
  }
  html .community_realtion_page .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .community_realtion_page .inner_speaking .img_tutrle img {
    max-width: 400px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after {
    height: 700px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 32px;
  }
  html .BOD_page .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .BOD_page .inner_speaking .tab_section .board {
    width: 70%;
  }
  html .BOD_page .inner_speaking .tab_section .board .notes {
    margin: -140px 0 100px;
  }
  html .BOD_page .inner_speaking .tab_section .board .sea-horse-width {
    margin-bottom: -85px;
  }
  html .BOD_page .inner_speaking .tab_section .board .sea-horse-width img {
    max-width: 350px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after {
    left: -100%;
    height: 360px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after {
    top: 80px;
    left: 10%;
    width: 500px;
    height: 800px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner {
    width: 250px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner img {
    width: 200px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .sea-horse-width {
    width: 100%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-box-after {
    padding: 0%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-box-after::before {
    left: 80%;
    width: 0%;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs {
    width: 70%;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 18px;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .li-a {
    margin: 0px 8px;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .li-margin {
    margin-right: 8px;
  }
  html .corporate_goverance .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .corporate_goverance .inner_speaking .tab_section .board {
    width: 65%;
  }
  html .corporate_goverance .inner_speaking .tab_section .board .img-box-after::before {
    left: 80%;
    width: 30%;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs {
    width: 70%;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 18px;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-a {
    margin: 0px 8px;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-margin {
    margin-right: 8px;
  }
  html .financial_review .banner_speaking .inner-box .text-box h2 {
    font-size: 42px;
  }
  html .financial_review .inner_speaking .tab_section .financial-inner .text-box {
    width: 50%;
  }
  html .financial_review .inner_speaking .tab_section .financial-inner .text-box h2 {
    font-size: 32px;
  }
  html .nav-item .nav-link-me {
    font-size: 18px !important;
  }
  html .btn-section {
    margin: 20px auto 30px auto !important;
  }
  html .tab_section .nav-tabs {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1024px) {
  html .financial .inner_speaking .modal .box-img-2 img,
  body .financial .inner_speaking .modal .box-img-2 img {
    border-radius: 15px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner {
    width: 95px;
    height: 95px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p {
    font-size: 15px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1 {
    top: 36%;
    left: 16%;
    width: 200px;
    height: 200px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2 {
    left: 38%;
    top: 18%;
    width: 180px;
    height: 180px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3 {
    top: 39%;
    left: 57%;
    width: 120px;
    height: 120px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4 {
    position: absolute;
    bottom: 28%;
    left: 65%;
    width: 140px;
    height: 140px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5 {
    position: absolute;
    right: 15%;
    top: 31%;
    width: 120px;
    height: 120px;
  }
  html .tab_section .nav-tabs,
  body .tab_section .nav-tabs {
    width: 80% !important;
  }
  html .inner_speaking .btn-section,
  body .inner_speaking .btn-section {
    width: 80% !important;
  }
}

@media (max-width: 991px) {
  html header .icon {
    -webkit-transform: translate(0%, 9px);
            transform: translate(0%, 9px);
  }
  html .speaking_common .inner_speaking {
    padding: 40px 0px;
  }
  html .speaking_common .inner_speaking .btn-section {
    width: 100%;
  }
  html .speaking_common .inner_speaking .tab_section .img-fish-box {
    width: 100%;
  }
  html .speaking_common .inner_speaking .tab_section .nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
  html .speaking_common .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .speaking_common .inner_speaking .tab_section .inside-chess {
    width: 90%;
  }
  html .speaking_common .inner_speaking .tab_section .inside-chess h1 {
    font-size: 28px;
  }
  html .speaking_common .inner_speaking .tab_section .text-box {
    width: 90%;
  }
  html .speaking_common .inner_speaking .tab_section .text-box p {
    font-size: 16px;
  }
  html .speaking_common .inner_speaking .tab_section .text-box h3 {
    font-size: 21px;
  }
  html .financial .inner_speaking {
    padding: 40px 0px;
  }
  html .financial .inner_speaking .img-box {
    width: 100%;
  }
  html .financial .inner_speaking .financial_page_inner {
    padding-bottom: 50px;
    width: 75%;
  }
  html .financial .inner_speaking .financial_page_inner::after {
    bottom: -10%;
  }
  html .financial .inner_speaking .financial_page_inner h1 {
    font-size: 28px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box {
    padding: 30px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-b .li_box {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-b li {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-c .li_box {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-c li {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-a .li_box {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-a li {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-d .li_box {
    font-size: 14px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-d li {
    font-size: 14px;
  }
  html .financial .inner_speaking .main_img {
    width: 90%;
  }
  html .financial .inner_speaking .btn-section {
    width: 100%;
  }
  html .financial .inner_speaking .tab_section .nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
  html .financial .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .financial .inner_speaking .tab_section .inside-chess {
    width: 90%;
  }
  html .financial .inner_speaking .tab_section .inside-chess h1 {
    font-size: 28px;
  }
  html .financial .inner_speaking .tab_section .text-box {
    width: 90%;
  }
  html .financial .inner_speaking .tab_section .text-box p {
    font-size: 15px;
  }
  html .financial .inner_speaking .tab_section .text-box h3 {
    font-size: 21px;
  }
  html .playing-up-box .text-box {
    margin-top: 80px;
  }
  html .playing-up-box .text-box .ball_img .box-a a .a-big {
    width: 60px;
    height: 60px;
  }
  html .playing-up-box .text-box .ball_img .box-a a .a-big .b-small {
    width: 20px;
    height: 20px;
  }
  html .playing-up-box .text-box .ball_img .box-a a .a-big:hover .b-small {
    width: 21px;
    height: 21px;
  }
  html .chairman_page .inner_speaking .tab_section .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  html .chairman_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box {
    width: auto;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 28px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  html .chairman_page .inner_speaking .btn-section {
    margin: 50px auto 40px auto;
    width: auto;
  }
  html .Cargo_solution .inner_speaking .img_chess {
    width: auto;
  }
  html .Cargo_solution .inner_speaking .tab_section .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  html .Cargo_solution .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box {
    width: auto;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 28px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  html .Cargo_solution .inner_speaking .btn-section {
    margin: 50px auto 40px auto;
    width: auto;
  }
  html .financial_review .inner_speaking .img_chess {
    width: auto;
  }
  html .financial_review .inner_speaking .tab_section .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  html .financial_review .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .financial_review .inner_speaking .tab_section .financial-inner {
    width: auto;
  }
  html .financial_review .inner_speaking .btn-section {
    margin: 0px auto 40px auto;
    width: auto;
  }
  html .chapter-two .text-box .ball_img {
    width: 80%;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big {
    width: 50px;
    height: 50px;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .b-small {
    width: 20px;
    height: 20px;
  }
  html .chapter-one .text-box .ball_img .box-a a .a-big,
  html .chapter-three .text-box .ball_img .box-a a .a-big,
  html .chapter-four .text-box .ball_img .box-a a .a-big,
  html .chapter-five .text-box .ball_img .box-a a .a-big,
  html .chapter-six .text-box .ball_img .box-a a .a-big,
  html .playing-up-box .text-box .ball_img .box-a a .a-big {
    width: 50px;
    height: 50px;
  }
  html .chapter-one .text-box .ball_img .box-a a .b-small,
  html .chapter-three .text-box .ball_img .box-a a .b-small,
  html .chapter-four .text-box .ball_img .box-a a .b-small,
  html .chapter-five .text-box .ball_img .box-a a .b-small,
  html .chapter-six .text-box .ball_img .box-a a .b-small,
  html .playing-up-box .text-box .ball_img .box-a a .b-small {
    width: 20px;
    height: 20px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after {
    bottom: -38%;
    left: -1%;
    top: auto;
    height: 450px;
  }
  html .community_realtion_page .inner_speaking .tab_section .nav-tabs {
    width: auto;
    margin-bottom: 40px;
  }
  html .community_realtion_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box {
    width: auto;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 28px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  html .community_realtion_page .inner_speaking .btn-section {
    margin: 50px auto 40px auto;
    width: auto;
  }
  html .community_realtion_page .inner_speaking .img_community {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .li-a {
    margin: 0px 8px;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs .li-margin {
    margin-right: 8px;
  }
  html .BOD_page .inner_speaking .tab_section .board {
    width: 100%;
  }
  html .BOD_page .inner_speaking .tab_section .board .notes {
    margin: -140px 0 50px;
    padding-left: 150px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .sea-horse-width {
    width: 100% !important;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after {
    top: 20px;
    left: -30%;
    width: 500px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img {
    height: 200px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after {
    left: -6%;
    top: -25px;
    height: 200px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner p {
    font-size: 18px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes img {
    max-width: 220px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner-senior {
    width: 220px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner-senior .img-senior {
    width: 180px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img {
    width: 100%;
  }
  html .BOD_page .inner_speaking .btn-section {
    width: 100%;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-a {
    margin: 0px 8px;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs .li-margin {
    margin-right: 8px;
  }
  html .corporate_goverance .inner_speaking .tab_section .board {
    width: 100%;
  }
  html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .inside-chess p {
    font-size: 16px;
    margin-top: 25px;
  }
  html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  html .corporate_goverance .inner_speaking .tab_section .board .right-box-text .text-box h3 {
    font-size: 18px;
  }
  html .corporate_goverance .inner_speaking .btn-section {
    width: 100%;
  }
  html .year_page .inner_speaking .tab_section .nav-tabs {
    width: 100%;
    margin-bottom: 40px;
  }
  html .year_page .inner_speaking .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box {
    width: auto;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .text-box .inside-chess h1 {
    font-size: 28px;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .text-box .p-box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  html .year_page .inner_speaking .btn-section {
    margin: 50px auto 40px auto;
    width: auto;
  }
  html footer .inside-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html footer .inside-footer .box-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  html footer .inside-footer .box-a ul {
    margin-top: 15px;
  }
  html footer .inside-footer .box-b button,
  html footer .inside-footer .box-b .pre-nxt {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
  }
  html .inner_speaking .btn-section {
    width: 100% !important;
  }
  html .tab_section .nav-tabs {
    width: 100% !important;
  }
  html .tab_section .nav-tabs .nav-item .nav-link-me {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  html .financial .inner_speaking .financial_page_inner::after,
  body .financial .inner_speaking .financial_page_inner::after {
    bottom: -10%;
  }
  html .financial .inner_speaking .modal .box-img-2 img,
  body .financial .inner_speaking .modal .box-img-2 img {
    border-radius: 15px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner {
    width: 80px;
    height: 80px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover .box-inner p {
    font-size: 13px;
    line-height: 14px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-1 {
    top: 36%;
    left: 16%;
    width: 200px;
    height: 200px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-2 {
    left: 37%;
    top: 14%;
    width: 180px;
    height: 180px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-3 {
    top: 38%;
    left: 54%;
    width: 120px;
    height: 120px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-4 {
    position: absolute;
    bottom: 26%;
    left: 65%;
    width: 140px;
    height: 140px;
  }
  html .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5,
  body .financial .inner_speaking .modal .box-img-2 .ball_box_img .box-hover-5 {
    position: absolute;
    right: 15%;
    top: 31%;
    width: 120px;
    height: 120px;
  }
  html .BOD_page .inner_speaking .tab_section .board .sea-horse-width,
  body .BOD_page .inner_speaking .tab_section .board .sea-horse-width {
    margin-bottom: -70px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img {
    height: 200px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img::after {
    top: -16%;
    left: -60px;
    height: 200px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d::after {
    top: 100px;
    width: 400px;
  }
}
@media (min-width: 577px) {
  html .BOD_page .inner_speaking .tab_section .board .col-md-4.col-12 .notes,
  body .BOD_page .inner_speaking .tab_section .board .col-md-4.col-12 .notes {
    display: none;
  }
}
@media (max-width: 576px) {
  html .financial .inner_speaking .modal-overflow,
  body .financial .inner_speaking .modal-overflow {
    overflow: auto;
  }
  html .financial .inner_speaking .modal-overflow .modal-dialog,
  body .financial .inner_speaking .modal-overflow .modal-dialog {
    min-width: 768px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 img,
  body .financial .inner_speaking .modal-overflow .box-img-2 img {
    border-radius: 15px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover .box-inner,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover .box-inner {
    width: 80px;
    height: 80px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover .box-inner p,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover .box-inner p {
    font-size: 13px;
    line-height: 14px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-1,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-1 {
    top: 36%;
    left: 16%;
    width: 200px;
    height: 200px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-2,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-2 {
    left: 37%;
    top: 14%;
    width: 180px;
    height: 180px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-3,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-3 {
    top: 38%;
    left: 54%;
    width: 120px;
    height: 120px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-4,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-4 {
    position: absolute;
    bottom: 26%;
    left: 65%;
    width: 140px;
    height: 140px;
  }
  html .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-5,
  body .financial .inner_speaking .modal-overflow .box-img-2 .ball_box_img .box-hover-5 {
    position: absolute;
    right: 15%;
    top: 31%;
    width: 120px;
    height: 120px;
  }
  html header .icon,
  body header .icon {
    -webkit-transform: translate(-20%, 9px);
            transform: translate(-20%, 9px);
  }
  html .hamburger,
  body .hamburger {
    right: 10px;
    top: 20px;
  }
  html header,
  body header {
    padding: 60px 30px 30px 30px;
  }
  html header .icon,
  body header .icon {
    top: 2%;
  }
  html header .box-a .inner-box,
  body header .box-a .inner-box {
    margin-bottom: 15px;
  }
  html header .box-a .inner-box a,
  body header .box-a .inner-box a {
    font-size: 14px;
    margin: 0px 0px 5px 0px;
  }
  html header .box-a .inner-box a h3,
  body header .box-a .inner-box a h3 {
    font-size: 18px;
  }
  html .header-active,
  body .header-active {
    overflow-y: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html .index-box,
  body .index-box {
    background-position: center left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .index-box .inner-box p,
  body .index-box .inner-box p {
    margin: 30px 0px;
    max-width: 225px;
  }
  html .speaking_common .banner_speaking .inner-box,
  body .speaking_common .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .speaking_common .banner_speaking .inner-box .drag-up img,
  body .speaking_common .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .speaking_common .banner_speaking .inner-box .text-box,
  body .speaking_common .banner_speaking .inner-box .text-box {
    padding: 10px;
  }
  html .speaking_common .banner_speaking .inner-box .text-box h2,
  body .speaking_common .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .speaking_common .inner_speaking,
  body .speaking_common .inner_speaking {
    padding: 0px 0 50px;
  }
  html .speaking_common .inner_speaking .dropdown,
  body .speaking_common .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .speaking_common .inner_speaking .dropdown .dropdown-toggle::after,
  body .speaking_common .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .speaking_common .inner_speaking .dropdown button,
  body .speaking_common .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .speaking_common .inner_speaking .dropdown ul,
  body .speaking_common .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .speaking_common .inner_speaking .dropdown ul li,
  body .speaking_common .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .speaking_common .inner_speaking .dropdown ul li a,
  body .speaking_common .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .speaking_common .inner_speaking .tab_section .nav-tabs,
  body .speaking_common .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .speaking_common .inner_speaking .tab_section .img-fish-box,
  body .speaking_common .inner_speaking .tab_section .img-fish-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0%;
  }
  html .speaking_common .inner_speaking .btn-section,
  body .speaking_common .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .speaking_common .inner_speaking .btn-section button,
  html .speaking_common .inner_speaking .btn-section .pre-nxt,
  body .speaking_common .inner_speaking .btn-section button,
  body .speaking_common .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
  }
  html .financial .banner_financial .inner-box,
  body .financial .banner_financial .inner-box {
    padding: 50px 0px;
  }
  html .financial .banner_financial .inner-box .drag-up img,
  body .financial .banner_financial .inner-box .drag-up img {
    width: 20px;
  }
  html .financial .banner_financial .inner-box .text-box h2,
  body .financial .banner_financial .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .financial .inner_speaking,
  body .financial .inner_speaking {
    padding: 0% 0 50px;
  }
  html .financial .inner_speaking .img-box,
  body .financial .inner_speaking .img-box {
    width: 100%;
  }
  html .financial .inner_speaking .main_img,
  body .financial .inner_speaking .main_img {
    margin-bottom: 0px;
  }
  html .financial .inner_speaking .main_img .hide-desktop-mobile,
  body .financial .inner_speaking .main_img .hide-desktop-mobile {
    display: none;
  }
  html .financial .inner_speaking .main_img .hide-destok,
  body .financial .inner_speaking .main_img .hide-destok {
    display: block;
  }
  html .financial .inner_speaking .dropdown,
  body .financial .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .financial .inner_speaking .dropdown .dropdown-toggle::after,
  body .financial .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .financial .inner_speaking .dropdown button,
  body .financial .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .financial .inner_speaking .dropdown ul,
  body .financial .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .financial .inner_speaking .dropdown ul li,
  body .financial .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .financial .inner_speaking .dropdown ul li a,
  body .financial .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .financial .inner_speaking .financial_page_inner,
  body .financial .inner_speaking .financial_page_inner {
    width: 100%;
	  margin-top: 50px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line,
  html .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line-2,
  body .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line,
  body .financial .inner_speaking .financial_page_inner .statement_box table tbody .half-line-2 {
    width: 66%;
  }
  html .financial .inner_speaking .financial_page_inner h1,
  body .financial .inner_speaking .financial_page_inner h1 {
    margin-bottom: 15px;
  }
  html .financial .inner_speaking .financial_page_inner::before,
  body .financial .inner_speaking .financial_page_inner::before {
/* 	  display: none;*/
    background-image: url(../images/Financial_higlights_Illustrations_mob.png); 
	  width: 145px;
	  /* height: 18%; */
	  top: -90px;
	  left: 63%;
  }
  html .financial .inner_speaking .financial_page_inner::after,
  body .financial .inner_speaking .financial_page_inner::after {
    top: auto;
    width: 13%;
	  display: none;
    bottom: 52%;
    right: 0%;
  }
  html .financial .inner_speaking .tab_section .nav-tabs,
  body .financial .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .financial .inner_speaking .tab_section .img-fish-box,
  body .financial .inner_speaking .tab_section .img-fish-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0%;
  }
  html .financial .inner_speaking .btn-section,
  body .financial .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .financial .inner_speaking .btn-section button,
  html .financial .inner_speaking .btn-section .pre-nxt,
  body .financial .inner_speaking .btn-section button,
  body .financial .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
  }
  html .playing-up-box,
  body .playing-up-box {
    padding: 28px 0px 30px 0px;
  }
  html .playing-up-box .text-img img,
  body .playing-up-box .text-img img {
    width: 170px;
  }
  html .playing-up-box .text-box,
  body .playing-up-box .text-box {
    padding: 40px 30px;
    margin-top: 0px;
  }
  html .playing-up-box .text-box p,
  body .playing-up-box .text-box p {
    font-size: 16px;
    margin: 30px 0px 30px 0px;
  }
  html .playing-up-box .text-box .ball_img,
  body .playing-up-box .text-box .ball_img {
    width: 80%;
    margin-top: 0px;
  }
  html .playing-up-box .text-box .ball_img .box-a,
  body .playing-up-box .text-box .ball_img .box-a {
    max-width: 120px;
  }
  html .playing-up-box .text-box .ball_img .box-a a .a-big,
  body .playing-up-box .text-box .ball_img .box-a a .a-big {
    width: 40px;
    height: 40px;
  }
  html .playing-up-box .text-box .ball_img .box-a a .a-big .b-small,
  body .playing-up-box .text-box .ball_img .box-a a .a-big .b-small {
    width: 15px;
    height: 15px;
  }
  html .playing-up-box .text-box .ball_img .box-a a .a-big:hover .b-small,
  body .playing-up-box .text-box .ball_img .box-a a .a-big:hover .b-small {
    width: 16px;
    height: 16px;
  }
  html .playing-up-box .text-box .ball_img .box-a p,
  body .playing-up-box .text-box .ball_img .box-a p {
    font-size: 14px;
  }
  html .playing-up-box .text-box .ball_img .box-a p span,
  body .playing-up-box .text-box .ball_img .box-a p span {
    width: auto;
    height: auto;
    display: block;
  }
  html .playing-up-box .text-box .ball_img .box-a span,
  body .playing-up-box .text-box .ball_img .box-a span {
    width: 50px;
    height: 50px;
  }
  html .playing-up-box .text-box .ball_img .margin-a,
  body .playing-up-box .text-box .ball_img .margin-a {
    margin-right: 15px;
  }
  html .playing-up-box .text-box h2,
  body .playing-up-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .playing-up-box .text-box .img_community,
  body .playing-up-box .text-box .img_community {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html footer,
  body footer {
    padding: 25px 0px 25px 0px;
  }
  html footer .inside-footer,
  body footer .inside-footer {
    width: 100%;
  }
  html footer .inside-footer .box-a ul,
  body footer .inside-footer .box-a ul {
    display: inline-block;
    text-align: center;
    margin-left: 0px;
  }
  html footer .inside-footer .box-a ul li,
  body footer .inside-footer .box-a ul li {
    display: inline-block;
  }
  html footer .inside-footer .box-a ul .footer-privacy,
  body footer .inside-footer .box-a ul .footer-privacy {
    display: block;
  }
  html footer .inside-footer .box-b,
  body footer .inside-footer .box-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html footer .inside-footer .box-b button,
  body footer .inside-footer .box-b button {
    margin: 0;
    margin-bottom: 20px;
    padding: 15px 25px;
  }
  html .index-box .inner-box .text-img .text-img,
  body .index-box .inner-box .text-img .text-img {
    width: 220px;
  }
  html .write-up-box,
  body .write-up-box {
    height: auto;
    min-height: 100vh;
    position: relative;
    padding: 27px 20px 20px 20px;
  }
  html .write-up-box .text-img img,
  body .write-up-box .text-img img {
    width: 170px;
  }
  html .write-up-box .text-box,
  body .write-up-box .text-box {
    padding: 30px 0px;
  }
  html .write-up-box .text-box p,
  body .write-up-box .text-box p {
    font-size: 16px;
  }
  html .chairman_page .banner_speaking .inner-box .drag-up img,
  body .chairman_page .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .chairman_page .banner_speaking .inner-box .text-box h2,
  body .chairman_page .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .chairman_page .inner_speaking,
  body .chairman_page .inner_speaking {
    padding: 0% 0 50px;
  }
  html .chairman_page .inner_speaking .btn-section,
  body .chairman_page .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .chairman_page .inner_speaking .btn-section button,
  html .chairman_page .inner_speaking .btn-section .pre-nxt,
  body .chairman_page .inner_speaking .btn-section button,
  body .chairman_page .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
  }
  html .chairman_page .inner_speaking .inside-chess-b,
  body .chairman_page .inner_speaking .inside-chess-b {
    display: block;
    width: 90%;
    margin: auto;
  }
  html .chairman_page .inner_speaking .dropdown,
  body .chairman_page .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .chairman_page .inner_speaking .dropdown .dropdown-toggle::after,
  body .chairman_page .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .chairman_page .inner_speaking .dropdown button,
  body .chairman_page .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .chairman_page .inner_speaking .dropdown ul,
  body .chairman_page .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .chairman_page .inner_speaking .dropdown ul li,
  body .chairman_page .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .chairman_page .inner_speaking .dropdown ul li a,
  body .chairman_page .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .chairman_page .inner_speaking .tab_section .nav-tabs,
  body .chairman_page .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box,
  body .chairman_page .inner_speaking .tab_section .main-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .inside-chess,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .inside-chess {
    display: none;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box {
    width: 90%;
    padding-bottom: 0px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3 {
    font-size: 18px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .text-box button,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .text-box button {
    margin-top: 15px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box {
    width: 90%;
    margin: 30px auto 50px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
    max-width: 200px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .cover-avatar,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .cover-avatar {
    max-width: 200px;
    text-align: center;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img,
  body .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img {
    max-height: 250px;
    max-width: 130px;
  }
  html .Cargo_solution .banner_speaking .inner-box,
  body .Cargo_solution .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .Cargo_solution .banner_speaking .inner-box .drag-up img,
  body .Cargo_solution .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .Cargo_solution .banner_speaking .inner-box .text-box h2,
  body .Cargo_solution .banner_speaking .inner-box .text-box h2 {
    line-height: 45px;
    font-size: 36px;
  }
  html .Cargo_solution .banner_speaking .inner-box .text-box h2 span,
  body .Cargo_solution .banner_speaking .inner-box .text-box h2 span {
    display: block;
  }
  html .Cargo_solution .inner_speaking,
  body .Cargo_solution .inner_speaking {
    padding: 0% 0 50px;
  }
  html .Cargo_solution .inner_speaking .btn-section,
  body .Cargo_solution .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .Cargo_solution .inner_speaking .btn-section .previous-btn,
  body .Cargo_solution .inner_speaking .btn-section .previous-btn {
    margin-bottom: 7px;
  }
  html .Cargo_solution .inner_speaking .btn-section button,
  html .Cargo_solution .inner_speaking .btn-section .pre-nxt,
  body .Cargo_solution .inner_speaking .btn-section button,
  body .Cargo_solution .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
  }
  html .Cargo_solution .inner_speaking .inside-chess-b,
  body .Cargo_solution .inner_speaking .inside-chess-b {
    display: block;
    width: auto;
    margin-right: auto;
  }
  html .Cargo_solution .inner_speaking .dropdown,
  body .Cargo_solution .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .Cargo_solution .inner_speaking .dropdown .dropdown-toggle::after,
  body .Cargo_solution .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .Cargo_solution .inner_speaking .dropdown button,
  body .Cargo_solution .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .Cargo_solution .inner_speaking .dropdown ul,
  body .Cargo_solution .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .Cargo_solution .inner_speaking .dropdown ul li,
  body .Cargo_solution .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .Cargo_solution .inner_speaking .dropdown ul li a,
  body .Cargo_solution .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .Cargo_solution .inner_speaking .tab_section .nav-tabs,
  body .Cargo_solution .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .inside-chess,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .inside-chess {
    display: none;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box {
    width: 90%;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box h3,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box .p-box h3 {
    font-size: 18px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box button,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .text-box button {
    margin-top: 15px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .img-left-box,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .img-left-box {
    width: 90%;
    margin: 30px auto 50px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .img-left-box img,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .img-left-box img {
    max-width: 230px;
  }
  html .Cargo_solution .inner_speaking .tab_section .main-flex-box .img-left-box .king-img,
  body .Cargo_solution .inner_speaking .tab_section .main-flex-box .img-left-box .king-img {
    max-height: 250px;
    max-width: 330px;
  }
  html .Cargo_solution .inner_speaking .btn-section,
  body .Cargo_solution .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .Cargo_solution .inner_speaking .btn-section button,
  html .Cargo_solution .inner_speaking .btn-section .pre-nxt,
  body .Cargo_solution .inner_speaking .btn-section button,
  body .Cargo_solution .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    margin-bottom: 7px;
  }
  html .financial_review .banner_speaking .inner-box,
  body .financial_review .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .financial_review .banner_speaking .inner-box .drag-up img,
  body .financial_review .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .financial_review .banner_speaking .inner-box .text-box h2,
  body .financial_review .banner_speaking .inner-box .text-box h2 {
    line-height: 45px;
    font-size: 36px;
  }
  html .financial_review .banner_speaking .inner-box .text-box h2 span,
  body .financial_review .banner_speaking .inner-box .text-box h2 span {
    display: block;
  }
  html .financial_review .inner_speaking,
  body .financial_review .inner_speaking {
    padding: 0% 0 50px;
  }
  html .financial_review .inner_speaking .btn-section,
  body .financial_review .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .financial_review .inner_speaking .btn-section .previous-btn,
  body .financial_review .inner_speaking .btn-section .previous-btn {
    margin-bottom: 7px;
  }
  html .financial_review .inner_speaking .btn-section button,
  html .financial_review .inner_speaking .btn-section .pre-nxt,
  body .financial_review .inner_speaking .btn-section button,
  body .financial_review .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
  }
  html .financial_review .inner_speaking .dropdown,
  body .financial_review .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .financial_review .inner_speaking .dropdown .dropdown-toggle::after,
  body .financial_review .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .financial_review .inner_speaking .dropdown button,
  body .financial_review .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .financial_review .inner_speaking .dropdown ul,
  body .financial_review .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .financial_review .inner_speaking .dropdown ul li,
  body .financial_review .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .financial_review .inner_speaking .dropdown ul li a,
  body .financial_review .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .financial_review .inner_speaking .tab_section .nav-tabs,
  body .financial_review .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .financial_review .inner_speaking .tab_section .financial-inner,
  body .financial_review .inner_speaking .tab_section .financial-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
  html .financial_review .inner_speaking .tab_section .financial-inner .text-box,
  body .financial_review .inner_speaking .tab_section .financial-inner .text-box {
    width: 100%;
  }
  html .financial_review .inner_speaking .btn-section,
  body .financial_review .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .financial_review .inner_speaking .btn-section button,
  html .financial_review .inner_speaking .btn-section .pre-nxt,
  body .financial_review .inner_speaking .btn-section button,
  body .financial_review .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    margin-bottom: 7px;
  }
  html .BOD_page .inner_speaking .tab_section .board .notes,
  body .BOD_page .inner_speaking .tab_section .board .notes {
    margin: 20% 0 0;
    padding: 0;
    display: none;
  }
  html .BOD_page .inner_speaking .tab_section .board .col-md-4.col-12 .notes,
  body .BOD_page .inner_speaking .tab_section .board .col-md-4.col-12 .notes {
    display: block;
  }
  html .BOD_page .banner_speaking .inner-box,
  body .BOD_page .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .BOD_page .banner_speaking .inner-box .drag-up img,
  body .BOD_page .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .BOD_page .banner_speaking .inner-box .text-box h2,
  body .BOD_page .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .BOD_page .banner_speaking .inner-box .text-box h2 span,
  body .BOD_page .banner_speaking .inner-box .text-box h2 span {
    display: block;
  }
  html .BOD_page .inner_speaking,
  body .BOD_page .inner_speaking {
    padding: 0% 0 50px;
  }
  html .BOD_page .inner_speaking .btn-section,
  body .BOD_page .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .BOD_page .inner_speaking .btn-section .previous-btn,
  body .BOD_page .inner_speaking .btn-section .previous-btn {
    margin-bottom: 7px;
  }
  html .BOD_page .inner_speaking .btn-section button,
  html .BOD_page .inner_speaking .btn-section .pre-nxt,
  body .BOD_page .inner_speaking .btn-section button,
  body .BOD_page .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
  }
  html .BOD_page .inner_speaking .inside-chess-b,
  body .BOD_page .inner_speaking .inside-chess-b {
    display: block;
    width: auto;
    margin-right: auto;
  }
  html .BOD_page .inner_speaking .dropdown,
  body .BOD_page .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .BOD_page .inner_speaking .dropdown .dropdown-toggle::after,
  body .BOD_page .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .BOD_page .inner_speaking .dropdown button,
  body .BOD_page .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .BOD_page .inner_speaking .dropdown ul,
  body .BOD_page .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .BOD_page .inner_speaking .dropdown ul li,
  body .BOD_page .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .BOD_page .inner_speaking .dropdown ul li a,
  body .BOD_page .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .BOD_page .inner_speaking .tab_section .board,
  body .BOD_page .inner_speaking .tab_section .board {
    width: 90%;
    margin: auto;
  }
  html .BOD_page .inner_speaking .tab_section .board .sea-horse-width,
  body .BOD_page .inner_speaking .tab_section .board .sea-horse-width {
    margin-bottom: 0%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-box-after,
  body .BOD_page .inner_speaking .tab_section .board .img-box-after {
    margin-bottom: 200px;
    width: 100%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-box-after::before,
  body .BOD_page .inner_speaking .tab_section .board .img-box-after::before {
    top: 65%;
    width: 50%;
    left: 85%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-box-after::after,
  body .BOD_page .inner_speaking .tab_section .board .img-box-after::after {
    bottom: -50%;
    width: 50%;
    left: 13%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-box-after .img-margin,
  body .BOD_page .inner_speaking .tab_section .board .img-box-after .img-margin {
    margin-bottom: 40px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0%;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .clock-img-d {
    display: none;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .castle-img {
    display: none;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner-senior,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner-senior {
    max-width: 280px;
    width: 280px;
    margin: auto;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner-senior .img-senior,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes .img-inner-senior .img-senior {
    max-width: 280px;
    width: 280px;
  }
  html .BOD_page .inner_speaking .tab_section .board .img-boxes img,
  body .BOD_page .inner_speaking .tab_section .board .img-boxes img {
    max-width: 280px;
    width: 280px;
  }
  html .BOD_page .inner_speaking .tab_section .nav-tabs,
  body .BOD_page .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box,
  body .BOD_page .inner_speaking .tab_section .main-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .inside-chess,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .inside-chess {
    display: none;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .text-box,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .text-box {
    width: 90%;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3 {
    font-size: 18px;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .text-box button,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .text-box button {
    margin-top: 15px;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .img-left-box,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .img-left-box {
    width: 90%;
    margin: 30px auto 50px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
    max-width: 230px;
  }
  html .BOD_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img,
  body .BOD_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img {
    max-height: 250px;
    max-width: 330px;
  }
  html .BOD_page .inner_speaking .btn-section,
  body .BOD_page .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .BOD_page .inner_speaking .btn-section button,
  html .BOD_page .inner_speaking .btn-section .pre-nxt,
  body .BOD_page .inner_speaking .btn-section button,
  body .BOD_page .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    margin-bottom: 7px;
  }
  html .corporate_goverance .banner_speaking .inner-box,
  body .corporate_goverance .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .corporate_goverance .banner_speaking .inner-box .drag-up img,
  body .corporate_goverance .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .corporate_goverance .banner_speaking .inner-box .text-box h2,
  body .corporate_goverance .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .corporate_goverance .banner_speaking .inner-box .text-box h2 span,
  body .corporate_goverance .banner_speaking .inner-box .text-box h2 span {
    display: block;
  }
  html .corporate_goverance .inner_speaking,
  body .corporate_goverance .inner_speaking {
    padding: 0% 0 50px;
  }
  html .corporate_goverance .inner_speaking .btn-section,
  body .corporate_goverance .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .corporate_goverance .inner_speaking .btn-section .previous-btn,
  body .corporate_goverance .inner_speaking .btn-section .previous-btn {
    margin-bottom: 7px;
  }
  html .corporate_goverance .inner_speaking .btn-section button,
  html .corporate_goverance .inner_speaking .btn-section .pre-nxt,
  body .corporate_goverance .inner_speaking .btn-section button,
  body .corporate_goverance .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
  }
  html .corporate_goverance .inner_speaking .inside-chess-b,
  body .corporate_goverance .inner_speaking .inside-chess-b {
    display: block;
    width: auto;
    margin-right: auto;
  }
  html .corporate_goverance .inner_speaking .dropdown,
  body .corporate_goverance .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .corporate_goverance .inner_speaking .dropdown .dropdown-toggle::after,
  body .corporate_goverance .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .corporate_goverance .inner_speaking .dropdown button,
  body .corporate_goverance .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .corporate_goverance .inner_speaking .dropdown ul,
  body .corporate_goverance .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .corporate_goverance .inner_speaking .dropdown ul li,
  body .corporate_goverance .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .corporate_goverance .inner_speaking .dropdown ul li a,
  body .corporate_goverance .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .corporate_goverance .inner_speaking .tab_section .board,
  body .corporate_goverance .inner_speaking .tab_section .board {
    width: 90%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .corporate_goverance .inner_speaking .tab_section .board .right-box-text,
  body .corporate_goverance .inner_speaking .tab_section .board .right-box-text {
    padding: 0%;
  }
  html .corporate_goverance .inner_speaking .tab_section .nav-tabs,
  body .corporate_goverance .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .corporate_goverance .inner_speaking .btn-section,
  body .corporate_goverance .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .corporate_goverance .inner_speaking .btn-section button,
  html .corporate_goverance .inner_speaking .btn-section .pre-nxt,
  body .corporate_goverance .inner_speaking .btn-section button,
  body .corporate_goverance .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    margin-bottom: 7px;
  }
  html .community_realtion_page .banner_speaking .inner-box,
  body .community_realtion_page .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .community_realtion_page .banner_speaking .inner-box .drag-up img,
  body .community_realtion_page .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .community_realtion_page .banner_speaking .inner-box .text-box,
  body .community_realtion_page .banner_speaking .inner-box .text-box {
    padding: 0%;
  }
  html .community_realtion_page .banner_speaking .inner-box .text-box h2,
  body .community_realtion_page .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .community_realtion_page .banner_speaking .inner-box .text-box h2 span,
  body .community_realtion_page .banner_speaking .inner-box .text-box h2 span {
    display: block;
  }
  html .community_realtion_page .inner_speaking,
  body .community_realtion_page .inner_speaking {
    padding: 0% 0 50px;
  }
  html .community_realtion_page .inner_speaking .margin-img-tutrle,
  body .community_realtion_page .inner_speaking .margin-img-tutrle {
    margin-bottom: 150px;
  }
  html .community_realtion_page .inner_speaking .img_tutrle,
  body .community_realtion_page .inner_speaking .img_tutrle {
    display: block;
  }
  html .community_realtion_page .inner_speaking .img_tutrle img,
  body .community_realtion_page .inner_speaking .img_tutrle img {
    max-width: 220px;
  }
  html .community_realtion_page .inner_speaking .img_community img,
  body .community_realtion_page .inner_speaking .img_community img {
    width: 150px;
  }
  html .community_realtion_page .inner_speaking .btn-section,
  body .community_realtion_page .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .community_realtion_page .inner_speaking .btn-section .previous-btn,
  body .community_realtion_page .inner_speaking .btn-section .previous-btn {
    margin-bottom: 7px;
  }
  html .community_realtion_page .inner_speaking .btn-section button,
  html .community_realtion_page .inner_speaking .btn-section .pre-nxt,
  body .community_realtion_page .inner_speaking .btn-section button,
  body .community_realtion_page .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
    margin-bottom: 7px;
  }
  html .community_realtion_page .inner_speaking .inside-chess-b,
  body .community_realtion_page .inner_speaking .inside-chess-b {
    display: block;
    width: auto;
    margin-right: auto;
  }
  html .community_realtion_page .inner_speaking .dropdown,
  body .community_realtion_page .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .community_realtion_page .inner_speaking .dropdown .dropdown-toggle::after,
  body .community_realtion_page .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .community_realtion_page .inner_speaking .dropdown button,
  body .community_realtion_page .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .community_realtion_page .inner_speaking .dropdown ul,
  body .community_realtion_page .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .community_realtion_page .inner_speaking .dropdown ul li,
  body .community_realtion_page .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .community_realtion_page .inner_speaking .dropdown ul li a,
  body .community_realtion_page .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after {
    height: 400px;
    left: -10%;
    bottom: -320px;
  }
  html .community_realtion_page .inner_speaking .tab_section .nav-tabs,
  body .community_realtion_page .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .inside-chess,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .inside-chess {
    display: none;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box {
    width: 100%;
    margin: 0%;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box .p-box h3 {
    font-size: 18px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box button,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .text-box button {
    margin-top: 15px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box {
    width: 90%;
    margin: 30px auto 50px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
    max-width: 230px;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img,
  body .community_realtion_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img {
    max-height: 250px;
    max-width: 330px;
  }
  html .community_realtion_page .inner_speaking .btn-section,
  body .community_realtion_page .inner_speaking .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .community_realtion_page .inner_speaking .btn-section button,
  html .community_realtion_page .inner_speaking .btn-section .pre-nxt,
  body .community_realtion_page .inner_speaking .btn-section button,
  body .community_realtion_page .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    margin-bottom: 7px;
  }
  html .chapter-two,
  body .chapter-two {
    padding: 40px 20px 50px 20px;
  }
  html .chapter-two .text-box,
  body .chapter-two .text-box {
    padding: 40px 0px;
    margin-top: 0px;
  }
  html .chapter-two .text-box p,
  body .chapter-two .text-box p {
    font-size: 16px;
    margin: 15px 0px 15px 0px;
  }
  html .chapter-two .text-box .ball_img,
  body .chapter-two .text-box .ball_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner,
  body .chapter-two .text-box .ball_img .ball_img_inner {
    margin-bottom: 30px;
    width: 100%;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a {
    max-width: 100%;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big {
    width: 40px;
    height: 40px;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big .b-small,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big .b-small {
    width: 15px;
    height: 15px;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big:hover .b-small,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a a .a-big:hover .b-small {
    width: 16px;
    height: 16px;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a p,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a p {
    font-size: 14px;
    line-height: 18px;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a p span,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a p span {
    display: block;
    margin: auto;
    height: auto;
    width: auto;
  }
  html .chapter-two .text-box .ball_img .ball_img_inner .box-a span,
  body .chapter-two .text-box .ball_img .ball_img_inner .box-a span {
    width: 50px;
    height: 50px;
  }
  html .chapter-two .text-box h2,
  body .chapter-two .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .chapter-two .text-box h2 span,
  body .chapter-two .text-box h2 span {
    display: block;
  }
  html .chapter-one,
  html .chapter-three,
  html .chapter-four,
  html .chapter-five,
  html .chapter-six,
  body .chapter-one,
  body .chapter-three,
  body .chapter-four,
  body .chapter-five,
  body .chapter-six {
    padding: 27px 0px 30px 0px;
  }
  html .chapter-one .text-box,
  html .chapter-three .text-box,
  html .chapter-four .text-box,
  html .chapter-five .text-box,
  html .chapter-six .text-box,
  body .chapter-one .text-box,
  body .chapter-three .text-box,
  body .chapter-four .text-box,
  body .chapter-five .text-box,
  body .chapter-six .text-box {
    padding: 40px 15px;
    margin-top: 0px;
  }
  html .chapter-one .text-box p,
  html .chapter-three .text-box p,
  html .chapter-four .text-box p,
  html .chapter-five .text-box p,
  html .chapter-six .text-box p,
  body .chapter-one .text-box p,
  body .chapter-three .text-box p,
  body .chapter-four .text-box p,
  body .chapter-five .text-box p,
  body .chapter-six .text-box p {
    font-size: 16px;
    margin: 15px 0px 15px 0px;
  }
  html .chapter-one .text-box .ball_img,
  html .chapter-three .text-box .ball_img,
  html .chapter-four .text-box .ball_img,
  html .chapter-five .text-box .ball_img,
  html .chapter-six .text-box .ball_img,
  body .chapter-one .text-box .ball_img,
  body .chapter-three .text-box .ball_img,
  body .chapter-four .text-box .ball_img,
  body .chapter-five .text-box .ball_img,
  body .chapter-six .text-box .ball_img {
    width: 90%;
    margin-top: 0px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  html .chapter-one .text-box .ball_img .box-a,
  html .chapter-three .text-box .ball_img .box-a,
  html .chapter-four .text-box .ball_img .box-a,
  html .chapter-five .text-box .ball_img .box-a,
  html .chapter-six .text-box .ball_img .box-a,
  body .chapter-one .text-box .ball_img .box-a,
  body .chapter-three .text-box .ball_img .box-a,
  body .chapter-four .text-box .ball_img .box-a,
  body .chapter-five .text-box .ball_img .box-a,
  body .chapter-six .text-box .ball_img .box-a {
    max-width: 100%;
  }
  html .chapter-one .text-box .ball_img .box-a a .a-big,
  html .chapter-three .text-box .ball_img .box-a a .a-big,
  html .chapter-four .text-box .ball_img .box-a a .a-big,
  html .chapter-five .text-box .ball_img .box-a a .a-big,
  html .chapter-six .text-box .ball_img .box-a a .a-big,
  body .chapter-one .text-box .ball_img .box-a a .a-big,
  body .chapter-three .text-box .ball_img .box-a a .a-big,
  body .chapter-four .text-box .ball_img .box-a a .a-big,
  body .chapter-five .text-box .ball_img .box-a a .a-big,
  body .chapter-six .text-box .ball_img .box-a a .a-big {
    width: 40px;
    height: 40px;
  }
  html .chapter-one .text-box .ball_img .box-a a .a-big .b-small,
  html .chapter-three .text-box .ball_img .box-a a .a-big .b-small,
  html .chapter-four .text-box .ball_img .box-a a .a-big .b-small,
  html .chapter-five .text-box .ball_img .box-a a .a-big .b-small,
  html .chapter-six .text-box .ball_img .box-a a .a-big .b-small,
  body .chapter-one .text-box .ball_img .box-a a .a-big .b-small,
  body .chapter-three .text-box .ball_img .box-a a .a-big .b-small,
  body .chapter-four .text-box .ball_img .box-a a .a-big .b-small,
  body .chapter-five .text-box .ball_img .box-a a .a-big .b-small,
  body .chapter-six .text-box .ball_img .box-a a .a-big .b-small {
    width: 15px;
    height: 15px;
  }
  html .chapter-one .text-box .ball_img .box-a a .a-big:hover .b-small,
  html .chapter-three .text-box .ball_img .box-a a .a-big:hover .b-small,
  html .chapter-four .text-box .ball_img .box-a a .a-big:hover .b-small,
  html .chapter-five .text-box .ball_img .box-a a .a-big:hover .b-small,
  html .chapter-six .text-box .ball_img .box-a a .a-big:hover .b-small,
  body .chapter-one .text-box .ball_img .box-a a .a-big:hover .b-small,
  body .chapter-three .text-box .ball_img .box-a a .a-big:hover .b-small,
  body .chapter-four .text-box .ball_img .box-a a .a-big:hover .b-small,
  body .chapter-five .text-box .ball_img .box-a a .a-big:hover .b-small,
  body .chapter-six .text-box .ball_img .box-a a .a-big:hover .b-small {
    width: 16px;
    height: 16px;
  }
  html .chapter-one .text-box .ball_img .box-a p,
  html .chapter-three .text-box .ball_img .box-a p,
  html .chapter-four .text-box .ball_img .box-a p,
  html .chapter-five .text-box .ball_img .box-a p,
  html .chapter-six .text-box .ball_img .box-a p,
  body .chapter-one .text-box .ball_img .box-a p,
  body .chapter-three .text-box .ball_img .box-a p,
  body .chapter-four .text-box .ball_img .box-a p,
  body .chapter-five .text-box .ball_img .box-a p,
  body .chapter-six .text-box .ball_img .box-a p {
    font-size: 14px;
    line-height: 18px;
  }
  html .chapter-one .text-box .ball_img .box-a p span,
  html .chapter-three .text-box .ball_img .box-a p span,
  html .chapter-four .text-box .ball_img .box-a p span,
  html .chapter-five .text-box .ball_img .box-a p span,
  html .chapter-six .text-box .ball_img .box-a p span,
  body .chapter-one .text-box .ball_img .box-a p span,
  body .chapter-three .text-box .ball_img .box-a p span,
  body .chapter-four .text-box .ball_img .box-a p span,
  body .chapter-five .text-box .ball_img .box-a p span,
  body .chapter-six .text-box .ball_img .box-a p span {
    display: block;
    margin: auto;
    height: auto;
    width: auto;
  }
  html .chapter-one .text-box .ball_img .box-a span,
  html .chapter-three .text-box .ball_img .box-a span,
  html .chapter-four .text-box .ball_img .box-a span,
  html .chapter-five .text-box .ball_img .box-a span,
  html .chapter-six .text-box .ball_img .box-a span,
  body .chapter-one .text-box .ball_img .box-a span,
  body .chapter-three .text-box .ball_img .box-a span,
  body .chapter-four .text-box .ball_img .box-a span,
  body .chapter-five .text-box .ball_img .box-a span,
  body .chapter-six .text-box .ball_img .box-a span {
    width: 50px;
    height: 50px;
  }
  html .chapter-one .text-box .ball_img .margin-a,
  html .chapter-three .text-box .ball_img .margin-a,
  html .chapter-four .text-box .ball_img .margin-a,
  html .chapter-five .text-box .ball_img .margin-a,
  html .chapter-six .text-box .ball_img .margin-a,
  body .chapter-one .text-box .ball_img .margin-a,
  body .chapter-three .text-box .ball_img .margin-a,
  body .chapter-four .text-box .ball_img .margin-a,
  body .chapter-five .text-box .ball_img .margin-a,
  body .chapter-six .text-box .ball_img .margin-a {
    margin-right: 15px;
  }
  html .chapter-one .text-box h2,
  html .chapter-three .text-box h2,
  html .chapter-four .text-box h2,
  html .chapter-five .text-box h2,
  html .chapter-six .text-box h2,
  body .chapter-one .text-box h2,
  body .chapter-three .text-box h2,
  body .chapter-four .text-box h2,
  body .chapter-five .text-box h2,
  body .chapter-six .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .chapter-one .text-box h2 span,
  html .chapter-three .text-box h2 span,
  html .chapter-four .text-box h2 span,
  html .chapter-five .text-box h2 span,
  html .chapter-six .text-box h2 span,
  body .chapter-one .text-box h2 span,
  body .chapter-three .text-box h2 span,
  body .chapter-four .text-box h2 span,
  body .chapter-five .text-box h2 span,
  body .chapter-six .text-box h2 span {
    display: block;
  }
  html .chapter-six .text-box .ball_img,
  body .chapter-six .text-box .ball_img {
    margin-top: 50px;
  }
  html .chapter-one .text-img img,
  html .chapter-two .text-img img,
  html .chapter-three .text-img img,
  html .chapter-four .text-img img,
  html .chapter-five .text-img img,
  html .chapter-six .text-img img,
  body .chapter-one .text-img img,
  body .chapter-two .text-img img,
  body .chapter-three .text-img img,
  body .chapter-four .text-img img,
  body .chapter-five .text-img img,
  body .chapter-six .text-img img {
    width: 170px;
  }
  html .chapter-four .text-box .ball_img,
  body .chapter-four .text-box .ball_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 65%;
  }
  html .chapter-four .text-box .ball_img .margin-a,
  body .chapter-four .text-box .ball_img .margin-a {
    width: 50%;
    margin: 0px;
  }
  html .chapter-four .text-box .ball_img .box-a,
  body .chapter-four .text-box .ball_img .box-a {
    width: 50%;
  }
  html .chapter-four .text-box .ball_img .box-b,
  body .chapter-four .text-box .ball_img .box-b {
    width: 50%;
    margin-top: 20px;
  }
  html .chapter-three .text-box .ball_img,
  body .chapter-three .text-box .ball_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 65%;
  }
  html .chapter-three .text-box .ball_img .margin-a,
  body .chapter-three .text-box .ball_img .margin-a {
    margin: 0px;
    width: 50%;
  }
  html .chapter-three .text-box .ball_img .box-a,
  body .chapter-three .text-box .ball_img .box-a {
    width: 46%;
  }
  html .chapter-three .text-box .ball_img .box-b,
  body .chapter-three .text-box .ball_img .box-b {
    width: 50%;
    margin-top: 20px;
  }
  html .year_page .banner_speaking .inner-box,
  body .year_page .banner_speaking .inner-box {
    padding: 50px 0px;
  }
  html .year_page .banner_speaking .inner-box .drag-up img,
  body .year_page .banner_speaking .inner-box .drag-up img {
    width: 20px;
  }
  html .year_page .banner_speaking .inner-box .text-box h2,
  body .year_page .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
    line-height: 45px;
  }
  html .year_page .inner_speaking,
  body .year_page .inner_speaking {
    padding: 0% 0 50px;
  }
  html .year_page .inner_speaking .innovation-img,
  body .year_page .inner_speaking .innovation-img {
    margin: 40px 0px 0px;
  }
  html .year_page .inner_speaking .btn-section,
  body .year_page .inner_speaking .btn-section {
    width: 90%;
    margin: 50px auto 20px auto;
  }
  html .year_page .inner_speaking .btn-section button,
  html .year_page .inner_speaking .btn-section .pre-nxt,
  body .year_page .inner_speaking .btn-section button,
  body .year_page .inner_speaking .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
  }
  html .year_page .inner_speaking .inside-chess-b,
  body .year_page .inner_speaking .inside-chess-b {
    display: block;
    width: 100%;
    margin: auto;
  }
  html .year_page .inner_speaking .inside-chess-b h1,
  body .year_page .inner_speaking .inside-chess-b h1 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: "Crimson Text";
    margin-bottom: 15px;
  }
  html .year_page .inner_speaking .dropdown,
  body .year_page .inner_speaking .dropdown {
    padding: 15px 0px;
    display: block;
    background-color: #ff961b;
    margin-bottom: 40px;
  }
  html .year_page .inner_speaking .dropdown .dropdown-toggle::after,
  body .year_page .inner_speaking .dropdown .dropdown-toggle::after {
    position: absolute;
    background-image: url(../images/drop-down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 12px;
    color: #ff961b;
    border-top: none;
    border-right: none;
  }
  html .year_page .inner_speaking .dropdown button,
  body .year_page .inner_speaking .dropdown button {
    display: block;
    width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-family: "Poppins", sans-serif;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: none;
    color: #ff961b;
    outline: none;
  }
  html .year_page .inner_speaking .dropdown ul,
  body .year_page .inner_speaking .dropdown ul {
    width: 90%;
    top: 75% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border: none;
  }
  html .year_page .inner_speaking .dropdown ul li,
  body .year_page .inner_speaking .dropdown ul li {
    padding: 6px 0px;
  }
  html .year_page .inner_speaking .dropdown ul li a,
  body .year_page .inner_speaking .dropdown ul li a {
    font-family: "Poppins", sans-serif;
  }
  html .year_page .inner_speaking .tab_section .nav-tabs,
  body .year_page .inner_speaking .tab_section .nav-tabs {
    display: none;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box,
  body .year_page .inner_speaking .tab_section .main-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box.inno .text-box,
  body .year_page .inner_speaking .tab_section .main-flex-box.inno .text-box {
    width: 95%;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .inside-chess,
  body .year_page .inner_speaking .tab_section .main-flex-box .inside-chess {
    display: none;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .text-box,
  body .year_page .inner_speaking .tab_section .main-flex-box .text-box {
    width: 95%;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .text-box button,
  body .year_page .inner_speaking .tab_section .main-flex-box .text-box button {
    margin-top: 20px;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box,
  body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box {
    width: 90%;
    margin: 0 auto 20px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link,
  body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 10px;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li,
  body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li {
    margin: 0 20px 0 0;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li a,
  body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .slide-tab-link li a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    white-space: nowrap;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box img,
  body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
    max-width: 230px;
  }
  html .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img,
  body .year_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img {
    max-height: 250px;
    max-width: 330px;
  }
  html .btn-section,
  body .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .btn-section button,
  html .btn-section .pre-nxt,
  body .btn-section button,
  body .btn-section .pre-nxt {
    text-align: center;
    width: 100%;
    margin: 5px 0px;
  }
  html .banner_speaking .inner-box .icon,
  body .banner_speaking .inner-box .icon {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  html .banner_financial .inner-box .icon,
  body .banner_financial .inner-box .icon {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  html .inner_speaking .btn-section,
  body .inner_speaking .btn-section {
    width: 90% !important;
    margin: 50px auto 20px auto !important;
  }
  html .overlay,
  body .overlay {
    height: 2px;
  }
}

@media (max-width: 360px) {
  html .playing-up-box .text-box .ball_img,
  body .playing-up-box .text-box .ball_img {
    width: 74%;
  }
}

@media (max-width: 320px) {
  html .playing-up-box {
    padding: 30px;
  }
  html .playing-up-box .text-box {
    padding: 0;
  }
  html .playing-up-box .text-img img {
    width: 150px;
  }
  html .financial .inner_speaking .financial_page_inner {
    width: 100%;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box {
    padding: 30px 15px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-b .li_box {
    margin-right: 5px;
    font-size: 13px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-b li {
    width: 50px;
    font-size: 13px;
    margin: 0px 2px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-c .li_box {
    font-size: 13px;
    margin-right: 5px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-c li {
    width: 50px;
    font-size: 13px;
    margin: 0px 2px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-a .li_box {
    margin-right: 5px;
    font-size: 13px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-a li {
    font-size: 13px;
    width: 50px;
    margin: 0px 2px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-d {
    font-size: 13px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-d .li_box {
    margin-right: 5px;
    font-size: 13px;
  }
  html .financial .inner_speaking .financial_page_inner .statement_box .ul-d li {
    font-size: 13px;
    width: 50px;
    margin: 0px 2px;
  }
  html .financial .inner_speaking .financial_page_inner::before {
    width: 120px;
/*     height: 18%;
    top: -2%;
    left: 76%; */
	  
  }
  html .financial .inner_speaking .financial_page_inner::after {
    top: auto;
    width: 17%;
    bottom: 52%;
    right: 0%;
  }
  html .chairman_page .banner_speaking .inner-box .text-box h2 {
    font-size: 36px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box img {
    max-width: 200px;
  }
  html .chairman_page .inner_speaking .tab_section .main-flex-box .img-left-box .king-img {
    max-height: 180px;
  }
  html .corporate_goverance .banner_speaking .inner-box .text-box {
    padding: 0% 0 50px;
  }
  html .chapter-three .text-box .ball_img {
    width: 80%;
  }
  html .BOD_page .banner_speaking .inner-box .text-box {
    padding: 0%;
  }
  html .community_realtion_page .inner_speaking .tab_section .main-flex-box-before::after {
    bottom: -320px;
  }
  html footer .inside-footer .box-a ul li {
    padding: 0px 3px;
  }
  html footer .inside-footer .box-a ul li a {
    font-size: 14px;
  }
  html footer .inside-footer .box-b button {
    font-size: 12px;
  }
}

@media (max-width: 576px)
html footer .footer-btm, body footer .footer-btm {
    padding: 25px 0 25px 0;
}

@supports (-webkit-touch-callout: none) {
  html header {
    padding: 60px 30px 90px 30px;
  }
}

.sitemap{
  padding: 100px 0px 30px;
  background-image: url(../images/marblebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

html .sitemap .box-a .inner-box, body .sitemap .box-a .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
	text-align: center;
}

html .sitemap .box-a .inner-box a, body .sitemap .box-a .inner-box a {
    text-decoration: none;
    margin: 6px 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: "Crimson Text";
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #77b2f0;
}
html .sitemap .box-a .inner-box h3, body .sitemap .box-a .inner-box h3, html .sitemap .box-a .inner-box h3, body .sitemap .box-a .inner-box h3 a {
    font-size: 25px;
    color: #686868;
    margin: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: "Crimson Text";
    letter-spacing: 0px;
}

@media(max-width: 1025px){
	html .sitemap .box-a .inner-box h3, body .sitemap .box-a .inner-box h3, html .sitemap .box-a .inner-box h3, body .sitemap .box-a .inner-box h3 a {
		font-size: 22px;
	}
	
	html .sitemap .box-a .inner-box a, body .sitemap .box-a .inner-box a {
	font-size: 16px;
	}
}

@media(max-width: 576px){
	html .sitemap .box-a .inner-box , html .sitemap .box-a .inner-box h3, body .sitemap .box-a .inner-box {
		margin-bottom: 10px
	}
	
	html .sitemap .box-a .inner-box p, body .sitemap .box-a .inner-box p {
		margin-bottom: 0px
	}
	html .sitemap .mt-70, body .sitemap .mt-70{
		margin-bottom: 70px;
	}
	html .year_page .inner_speaking .chess-img, body .year_page .inner_speaking .chess-img{
		max-width: 100%;
	}
}