@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:wght@400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arimo", sans-serif;
  font-family: "Poppins", sans-serif;
}

button:focus {
  outline: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

::-moz-selection {
  background-color: #f4a81c;
  color: #ffffff;
}

::selection {
  background-color: #f4a81c;
  color: #ffffff;
}

button {
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

#main_slider_ID .slide_panel {
  position: fixed;
  right: 0;
  height: 100%;
  max-width: 250px;
  background-color: #fdfdfd;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
#main_slider_ID .markTabs {
  display: flex;
  height: 55%;
  width: 100%;
  position: relative;
}
#main_slider_ID .markTabs::after {
  content: "";
  position: absolute;
  height: 95%;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -10%;
  background-color: rgba(166, 166, 166, 0.3411764706);
}
#main_slider_ID .markTabs ul {
  align-self: center;
  width: 100%;
  z-index: 2;
}
#main_slider_ID .markTabs li {
  list-style-type: none;
  padding: 3px 0;
}
#main_slider_ID .section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  font-family: "Arimo", sans-serif;
}
#main_slider_ID .slide_title {
  text-align: center;
  height: 15%;
  padding: 0 45px 45px;
}
#main_slider_ID .slide_title h4 {
  color: #522a2a;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 20px;
}
#main_slider_ID .slider_panel_items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: 700px;
  height: 100%;
  justify-content: center;
}
#main_slider_ID .slide_icon {
  height: 30%;
  display: flex;
  align-items: center;
}
#main_slider_ID .slide_icon img {
  max-width: 170px;
  width: 100%;
}
#main_slider_ID .target_elements {
  font-size: 0;
  width: 70px;
  height: 35px;
  padding-left: 10px;
  transition: all 0.9s ease 0s;
}
#main_slider_ID .target_elements::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #522b2b;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px rgba(166, 166, 166, 0.3411764706);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.9s ease-in-out 0s;
}
#main_slider_ID .markTabsLink {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #522b2b;
}
#main_slider_ID .active {
  margin: 20px 0;
}
#main_slider_ID .active .target_elements::after {
  width: 70px;
  height: 70px;
  background-color: #f5a71b;
  box-shadow: 0px 0px 0px 1px #f5a71b;
}
#main_slider_ID .active .markTabsLink {
  transition: all 0.4s ease-in-out 0s;
  color: #f5a71b;
  font-size: 16px;
  font-weight: 600;
}
#main_slider_ID .active .markTabsLink::after {
  position: absolute;
  left: -22px;
  width: 20px;
  height: 40px;
  background-color: #eae9e2;
  top: 0;
  content: "";
  border-radius: 50px 0 0px 50px;
}
#main_slider_ID .active .year_nav {
  transform: translateX(-70px);
  transition: all 0.3s;
}
#main_slider_ID li.tag_menuItems.tag_stage0x.active {
  margin-bottom: 0;
  transition: all 3s;
}
#main_slider_ID li.tag_menuItems.tag_stage0x.active .target_elements::after {
  width: 20px;
  height: 20px;
  background-color: #d24527;
}
#main_slider_ID .triger_hide_load {
  position: absolute;
  transition: all 3s;
}
#main_slider_ID .triger_hide_load .active .markTabsLink::after {
  display: none;
  transition: all 3s;
}
#main_slider_ID .triger_hide_load .year_nav {
  display: none;
}

.wraper_items {
  display: flex;
  height: 100%;
}

.item_image {
  height: 100%;
}
.item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item_leftLayer {
  width: 45%;
  position: relative;
}
.item_leftLayer::after {
  content: "";
  max-width: 40px;
  height: 80px;
  background-color: #f4a81c;
  position: absolute;
  right: 0;
  top: 10%;
  border-radius: 50px 0 0px 50px;
}

.item_rightLayer {
  width: 55%;
  padding: 7% 60px 40px;
  box-shadow: inset 63px 0px 44px -46px rgba(0, 0, 0, 0.3);
}

.section_wraper {
  height: 100%;
  width: 100%;
}

.main_wraper {
  width: calc(100% - 245px);
}
.main_wraper .renderchart {
  width: 600px;
  height: 100%;
}
.main_wraper canvas {
  height: 250px;
}
.main_wraper video::-webkit-media-controls {
  display: none;
}

.ohidden {
  overflow: hidden;
}

.ohidden_auto {
  overflow-y: auto;
}
.ohidden_auto::-webkit-scrollbar {
  display: none;
}

.def_wraper {
  background-color: #f4a81c;
}

.item_wrapTitle {
  margin-bottom: 30px;
}
.item_wrapTitle h3 {
  font-size: 32px;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #3f1f20;
}

.item_wraperLine p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.year_counter {
  position: absolute;
  background-color: rgba(244, 168, 28, 0.7);
  max-width: 195px;
  width: 100%;
  border-radius: 0 35px 35px 0px;
  padding: 8px 10px;
  top: 12%;
}
.year_counter h5 {
  color: #fff;
  font-weight: 400 !important;
  font-size: 36px;
  text-align: center;
}

.layer_white .def_wraper {
  background-color: #fff;
}
.layer_white .item_wrapTitle h3 {
  color: #d14526;
}
.layer_white .item_wraperLine p {
  color: #424242;
}
.layer_white .year_counter {
  background-color: rgba(255, 255, 255, 0.7);
}
.layer_white .year_counter h5 {
  color: #d14526;
}
.layer_white .item_leftLayer::after {
  background-color: #fff;
}

.slide_wraperItem {
  background-color: #f7f7f7;
  margin: 30px 0;
  position: relative;
}
.slide_wraperItem::after {
  background-color: #d14526;
}

.slide_iconsubtitle {
  font-size: 12px;
  color: #fff;
}

.slide_wraperBlock {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 1;
}

.slide_titleitem h3 {
  font-size: 30px;
  color: #fff;
}

.dFlex {
  display: flex;
}

.slide_wraperItem_outer {
  align-items: center;
  padding: 5px 10px;
  gap: 40px;
}
.slide_wraperItem_outer::after {
  content: "";
  background-color: #d14526;
  max-width: 400px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide_Icon img {
  max-width: 91px;
  width: 55px;
}

.slide_titleitem {
  z-index: 1;
}

.layer_white_sec .def_wraper {
  background-color: #fff;
}
.layer_white_sec .item_wrapTitle h3 {
  color: #f4a81c;
}
.layer_white_sec .item_wraperLine p {
  color: #424242;
}
.layer_white_sec .year_counter {
  background-color: #fff;
}
.layer_white_sec .year_counter h5 {
  color: #3f1f20;
}
.layer_white_sec .item_leftLayer::after {
  background-color: #fff;
}

.slide_dualJob p {
  font-size: 8px;
}

.slider_dualtitle h5 {
  font-size: 20px;
  font-weight: 800;
}

.slider_dualLayer {
  align-items: center;
  position: relative;
  gap: 10px;
  background-color: #e9e8e2;
  padding: 5px 15px;
  width: 100%;
  color: #fff;
}
.slider_dualLayer::after {
  width: auto;
  background-color: #f4a81c;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.slide_dualJob {
  z-index: 1;
}

.slider_dualtitle {
  z-index: 1;
}

.mt-10 {
  margin-top: 20px;
}

.slider_dualLayer_gray::after {
  background-color: #3f1f20;
}

.slider_dualLayer_outer {
  align-items: center;
  gap: 10px;
}

.year_value {
  color: #f4a81c;
  font-size: 22px;
}

.slider_dualIcon {
  width: 15%;
}

.slider_dualItem {
  width: 85%;
}

.bg_white {
  background-color: #fff;
}

.layer_red_sec .item_wrapTitle h3 {
  color: #fff;
}
.layer_red_sec .item_wraperLine p {
  color: #fff;
}
.layer_red_sec .year_counter {
  background-color: #d14526;
}
.layer_red_sec .year_counter h5 {
  color: #fff;
}
.layer_red_sec .item_leftLayer::after {
  background-color: #d14526;
}
.layer_red_sec .item_rightLayer {
  padding: 0;
}
.layer_red_sec .wraper_content {
  background-color: #d14526;
  padding: 14% 60px 10px;
}

.list_item_wraper {
  margin: 0;
  padding: 0;
}
.list_item_wraper li {
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  font-size: 22px;
  line-height: 30px;
  color: #424242;
}

.layer_white_six .item_wrapTitle h3 {
  color: #d14526;
}
.layer_white_six .item_wraperLine p {
  color: #424242;
}
.layer_white_six .item_wraperLine {
  max-width: 788px;
  width: 100%;
}
.layer_white_six .year_counter {
  background-color: rgba(255, 255, 255, 0.7803921569);
}
.layer_white_six .year_counter h5 {
  color: #000;
}
.layer_white_six .item_leftLayer::after {
  background-color: #fff;
}

.custom_counter {
  counter-increment: step-counter;
  position: relative;
}

.custom_counter::before {
  content: counter(step-counter) !important;
  font-size: 27px !important;
  background-image: linear-gradient(90deg, hsl(39, 92%, 54%) 1%, hsl(39, 88%, 53%) 43%, hsl(39, 85%, 52%) 50%, hsl(39, 82%, 51%) 51%, hsl(39, 80%, 50%) 51%, hsl(39, 79%, 49%) 49%, hsl(39, 79%, 48%) 49%, hsl(39, 79%, 47%) 50%, hsl(39, 79%, 46%) 57%, hsl(39, 79%, 45%) 99%)!important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 50px !important;
  left: -83px !important;
  position: absolute !important;
  width: 45px !important;
  height: 45px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.layer_gray_three .def_wraper {
  background-color: #402020;
}
.layer_gray_three .item_wrapTitle h3 {
  color: #f4a81c;
}

/*-------------------------------------------SLIDER---------------------------------------------*/
.play-bt {
  width: 117px;
  height: 135px;
  background: url(../images/dbsa/play-icon.png) no-repeat;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  z-index: 99;
  cursor: pointer;
  left: 50%;
  top: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.pause-bt {
  width: 30px;
  height: 30px;
  background: url(../images/dbsa/Pause-Button-PNG-Free-Image.png) no-repeat;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  z-index: 99;
  cursor: pointer;
  left: 12px;
  bottom: 8px;
  background-size: contain;
}

.video {
  width: 100%;
  height: 320px;
  position: relative;
}

.tv_video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-top {
  padding: 78px 0;
  width: 75%;
  margin: 0 auto;
}

.text-top h1 {
  font-size: 56px;
  line-height: 66px;
  letter-spacing: 0.5px;
  color: #fff;
}

.text-top h1 span {
  font-weight: 300;
}

.video-inner-text {
  position: absolute;
  bottom: 43px;
  left: 215px;
}

.video-inner-text p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 5px;
}

.video-inner-text:before {
  content: "";
  width: 85px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: -100px;
  bottom: 13px;
}

.oauto_vset {
  overflow-y: auto;
}

.wraper_chart {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: end;
  font-size: 22px;
  position: relative;
}
.wraper_chart li {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.wraper_chart_line {
  position: relative;
}
.wraper_chart_line::after {
  position: absolute;
  content: "";
  left: -58px;
  height: 1px;
  background-color: #f4a81c;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
}
.wraper_chart_line p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.wraper_chart_line span {
  max-width: 100px;
  width: 100%;
  display: block;
  height: 23px;
  margin-left: 15px;
  position: relative;
}
.wraper_chart_line span::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4a81c;
  height: 100%;
  content: "";
  border-radius: 0 20px 20px 0;
}

.wraper_innerChart {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.w_10::after {
  width: 10%;
}

.w_20::after {
  width: 11%;
}

.w_25::after {
  width: 15%;
}

.w_26::after {
  width: 18%;
}

.w_30::after {
  width: 30%;
}

.w_40::after {
  width: 30%;
}

.w_43::after {
  width: 30%;
}

.w_50::after {
  width: 43%;
}

.w_60::after {
  width: 47%;
}

.w_18::after {
  width: 18%;
}

.w_38::after {
  width: 28%;
}

.set_w10::after {
  width: 100%;
}

.mt_80 {
  margin-top: 70px;
}

.set_load .set_w32::after {
  animation: set_w32 2s normal forwards;
}
@keyframes set_w32 {
  0% {
    width: 0;
  }
  100% {
    width: 32%;
  }
}
.set_load .set_w55::after {
  animation: set_w55 2s normal forwards;
}
@keyframes set_w55 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.set_load .set_w45::after {
  animation: set_w45 2s normal forwards;
}
@keyframes set_w45 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.set_load .set_w58::after {
  animation: set_w58 2s normal forwards;
}
@keyframes set_w58 {
  0% {
    width: 0;
  }
  100% {
    width: 58%;
  }
}
.set_load .set_w40::after {
  animation: set_w40 2s normal forwards;
}
@keyframes set_w40 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
.set_load .set_w80::after {
  animation: set_w80 2s normal forwards;
}
@keyframes set_w80 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.set_load .set_w10::after {
  animation: set_w10 2s normal forwards;
}
@keyframes set_w10 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.set_load .set_w70::after {
  animation: set_w70 2s normal forwards;
}
@keyframes set_w70 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
.set_load .set_w10::after {
  animation: set_w10 2s normal forwards;
}
@keyframes set_w10 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.section_one .item_wraperLine {
  max-width: 785px;
}

.section_three .item_leftLayer::after {
  background-color: #402020;
}
.section_three .year_counter {
  background-color: #402020;
}
.section_three .item_rightLayer {
  padding: 7% 50px 40px 60px;
}

.chart_line_bottom {
  color: #fff;
  margin-top: 36px;
  padding-right: 18px;
}
.chart_line_bottom ul {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.chart_line_bottom ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.roLine {
  transform: rotate(300deg);
  margin-right: -43px !important;
}

.wrapper_chart {
  margin-top: 50px;
  padding: 0 20px;
  max-width: 900px;
  width: 100%;
}

.dual_slider {
  margin: 70px 0 0 !important;
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
.set_load .slide_wraperItem_outer::after {
  animation: load 3s normal forwards;
}
.set_load .year_counter {
  animation: load 3s normal forwards;
}
.set_load .slider_dualLayer::after {
  animation: load1 3s normal forwards;
}
.set_load .slider_dualLayer_gray::after {
  animation: load2 3s normal forwards !important;
}
.set_load .cssanimation,
.set_load .cssanimation span {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.set_load .cssanimation span {
  display: inline-block;
}
.set_load .fadeInBottom {
  animation-name: fadeInBottom;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
.set_load .frame_1 {
  animation: frame_1 1s normal;
  background: #3d1e1e;
  padding-left: 40px;
  z-index: 2;
}
.set_load .frame_2 {
  animation: frame_1 1.2s normal;
}
.set_load .frame_3 {
  animation: frame_1 1.4s normal;
}
.set_load .frame_4 {
  animation: frame_1 1.6s normal;
}
.set_load .frame_5 {
  animation: frame_1 1.8s normal;
}
.set_load .frame_6 {
  animation: frame_1 2s normal;
}
.set_load .frame_7 {
  animation: frame_1 2.2s normal;
}
.set_load .frame_8 {
  animation: frame_1 2.4s normal;
}
.set_load .frame_9 {
  animation: frame_1 2.6s normal;
}
@keyframes frame_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.set_load .item_leftLayer::after {
  animation: item_leftLayer_animation 1500ms normal forwards;
}
@keyframes item_leftLayer_animation {
  0% {
    width: 0;
  }
  100% {
    width: 10%;
  }
}

.year_nav {
  position: absolute;
  transform: translateX(-40px);
  transition: all 3s;
}

/* END Optional styles */
.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  width: 100%;
}

.video-container video {
  width: 100%;
  height: 100vh;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

div#circle-play-b {
  height: 100%;
}

.left-text {
  left: 20px;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.left-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 32px;
  max-width: 515px;
}

.top-text {
  color: #fff;
  position: absolute;
  top: 10%;
  right: 3%;
  font-weight: 600;
  text-align: center;
}

.left-text h4 {
  margin-top: 25px;
}

.sline1 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(166, 166, 166, 0.3411764706);
  right: 0;
  transform: translate(-100px);
}

.sline2 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(166, 166, 166, 0.3411764706);
  right: 0;
  transform: translate(0px);
}

.sline3 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(166, 166, 166, 0.3411764706);
  right: 0;
  transform: translate(-30px);
}

.sline4 {
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(166, 166, 166, 0.3411764706);
  right: 0;
  transform: translate(-60px);
}

.triger_hide #main_slider_ID .slide_panel {
  position: absolute;
  right: 0;
  height: 100%;
  max-width: 250px;
  background-color: #fdfdfd;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.triger_hide_section_load {
  width: 100%;
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #f5a71b;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f5a71b;
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 99999;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

.playing .play-icon {
  display: block;
}

.play-icon {
  display: none;
}/*# sourceMappingURL=style.css.map */