/* Main Fixed Section Style */
.main {
  position: relative;
  display: flex;
}
.main__section{
  width: 100%;
}
.fake__items {
  position: absolute;
  z-index: -10;
  width: 100%;
  top: 0;
  opacity: 0;
}
.main__items {
  position: fixed;
  width: 100%;
}
.main__item {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
}
.main__item__bg {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -4;
}
.main__item_text {
  color: #ffffff;
  position: relative;
  line-height: 1;
}
.main__social i {
  color: #ffffff;
  font-size: 30px;
}
.main__social i:hover,
.main__social i:focus,
.main__social i:active {
  color: #ffc600;
}
.main__item_text_header {
  font-size: 48px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Adelle Cyrillic';
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
}
.main__item_text_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 15px;
}
.main__item_text_mobile_btn {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
.main__item_text_mobile_btn:hover {
  color: #FFC600;
}
.main__item__bg:after {
  position: absolute;
  background: linear-gradient(to top, rgba(8, 18, 38, 0), rgba(8, 18, 38, 0.6));
  content: " ";
  z-index: -3;
  height: 100%;
  width: 100%;
}
.main__item__bg-top:after {
  background: linear-gradient(to bottom, rgba(8, 18, 38, 0), rgba(8, 18, 38, 0.6));
}
/* Right Sidebar News Block Style */
.main__news {
  padding-top: 40vh;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  margin-left: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  transition: padding-top .1s linear;
  -webkit-transition: padding-top .1s linear;
}
.main__news__header {
  font-weight: 700;
  font-size: 36px;
}
.main__news__blocks_title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: none;
  margin-bottom: .5rem;
}
.main__news__items {
  align-items: flex-start;
  align-content: flex-start;
}
.main__news__item {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  cursor: pointer;
}
.main__news__item:hover{
  color: #ffffff;
}
.main__news__item__bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main__news__item__bg__mask {
  background: linear-gradient(to bottom, rgba(56, 92, 173, 0), rgba(56, 92, 173, 1));
  position: absolute;
  bottom: 0;
  content: " ";
  z-index: 2;
  height: 40%;
  width: 100%;
}

.main__news__item__info {
  z-index: 5;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.main__news__item__info-top {
  z-index: 10;
  display: flex;
  width: 100%;
  position: absolute;
  padding: 20px 30px;
  flex-flow: wrap;
  left: 0;
  top: 0;
}
.main__news__item__info-bottom {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 20px 30px;
  left: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.main__news__item__info-full {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.main__news__item__date {
  font-size: 17px;
  text-transform: uppercase;
}
.main__news__item__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1rem;
  white-space: pre-wrap;
}
.main__news__item-full {
  background: linear-gradient(90deg, #385cad, #00b2e3);
  padding: 60px;
}
.main__news__item__title-full {
  font-size: 30px;
  margin: auto;
  text-align: center;
}
.main__news__item__date-full {
  font-size: 31px;
  margin: auto;
}
.main__news__item__tag-full {
  margin: auto;
}
.main__news__item__tag {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.8rem;
  margin-right: 0.5rem;
}
.main__news__item__tag span{
  color: #262a30;
  background-color: #FFC600;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
}
.main__news__item__tag span:hover {
  color: #ffffff !important;
  background-color: #696969 !important;
  box-shadow: none !important;
}
.main__news__show_all {
  padding-top: 60px;
  padding-bottom: 200px;
}
.main__news__show_all__btn {
  text-align: center;
  color: #ffffff;
  border-radius: 2rem;
  border: 1px solid #ffffff;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
}
.main__news__show_all__btn:hover {
  color: #FFC600;
  border: 1px solid #FFC600;
}
.btn-blue {
  max-width: 400px;
  width: 100%;
  text-align: center;
  color: #006699;
  border-radius: 2rem;
  background-color: transparent;
  border: 1px solid #006699;
  padding: 0.3rem 1rem;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 400;
}
/* Carousel Section Style */
.main__carousel .carousel-item {
  height: 100%;
}
.main__carousel__bg {
  background-color: #262a30;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.main__carousel__bg__mask {
  background: linear-gradient(to top, rgba(8, 18, 38, 0), rgba(8, 18, 38, 0.6));
  position: absolute;
  z-index: 3;
  height: 100vh;
  width: 100%;
}
.main__carousel .main__carousel__info {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.main__carousel .carousel-inner {
  height: 100vh;
}
.main__carousel .carousel-inner img {
  height: 100vh;
  width: auto !important;
}
.carousel__text {
  flex-direction: column;
  color: #ffffff;
  padding: 0;
}
.carousel__text__header {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.carousel__text__title {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 10px;
}
.carousel__text__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 6rem;
  margin-bottom: 5rem;
}
.main__carousel .carousel-control-next,
.main__carousel .carousel-control-prev {
  opacity: .5;
  width: 35px;
  align-items: start;
}
.main__carousel .carousel-control-prev-icon {
  background-image: none;
  position: absolute;
  top: calc(50% - 60px);
  right: 0;
  width: auto;
}
.main__carousel .carousel-control-prev-icon::before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 80px;
}
.main__carousel .carousel-control-next-icon {
  background-image: none;
  position: absolute;
  top: calc(50% - 60px);
  left: 0;
  width: auto;
}
.main__carousel .carousel-control-next-icon::before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 80px;
}
/* History Company Section Style */
.main__history_timline {
  background-color: #262a30;
  position: relative;
  width: 100%;
  display: flex;
}
.main__news__item__bg, .box.post_image {
  background-size: 100% 100%;
  transition: background-size 1s ease-in;
  -moz-transition: background-size 1s ease-in;
  -ms-transition: background-size 1s ease-in;
  -webkit-transition: background-size 1s ease-in;
}
.main__news__item:hover .main__news__item__bg,
.news_article:hover .box.post_image {
  background-size: 115% 115%;
}
.timline_tabs {
  overflow-x: auto;
  width: 100%;
  padding: 15px 0 7px;
  flex-wrap: nowrap !important;
}
.timline_tabs .nav-item {
    flex: 0 !important;
}
.timline_tabs .nav-item:last-of-type .nav-link {
  margin-right: 0;
}
.timline_tabs .nav-link {
  opacity: 0.2;
  white-space: nowrap;
  padding: 0 0 5px 0;
  margin-right: 35px;
}
.timline_tabs .nav-link:hover {
  opacity: 0.2;
  color: #ffffff !important;
}
.timline_tabs .nav-link.active {
  opacity: 1;
  color: #ffffff !important;
  background-color: transparent !important;
  border-radius: 0;
  border-bottom: 3px solid #fff !important;
}
.main__history_timline_bg {
  background-image: url(/assets/img/main/history_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main__history_timline_text {
  list-style-type: none;
  color: #ffffff;
  position: relative;
  line-height: 1;
  z-index: 5;
  height: 100%;
}
.main__badge_history_timline_header {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10rem;
  padding-left: 0.2rem;
}
.main__history_timline_text_header {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0;
  vertical-align: bottom !important;
}
.main__history_timeline_paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 280px;
  line-height: 1.5;
  padding: 35px 50px 16px;
  margin: 0;
}
.carousel-caption .main__history_timeline_paragraph {
  padding: 35px 0 16px;
  height: 260px;
}
.main__history_timline_holder {
  position: absolute;
  bottom: calc(2% + 110px);
  width: 100%;
  top: calc(5% + 130px);
  display: flex;
  flex-direction: column;
}
.main__history_timline_holder .container-1 {
  height: 130px;
}
.main__history_timline_holder .container-1 .row{
  align-items: center;
}
.main__history_timline_holder .container-2 {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.main__history_timline_text_desc {
  font-size: 130px;
  opacity: 0.2;
  font-weight: 700;
  color: #ffffff;
}
.main__history_timline_year {
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.main__history_timline_bottom .tab-content{
  height: 100%;
}
/* Overlay Style */
.overlay-bg {
  background-image: linear-gradient( to bottom, rgb(0 0 0 / 50%), rgb(255 255 255 / 0%));
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.overlay__black_bg {
  background-color: rgba(38, 42, 48, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.links-none {
  display: none;
}
.letters-list{
  list-style: none;
  padding: 0;
  display: block;
}
.letters-list li {
  margin: 0.3rem 0.5rem !important;
  padding: 0;
  border-right: solid 1px #262a30;
  border-left: solid 1px #262a30;
  cursor: pointer;
  width: 2.5rem;
  display: inline-block;
  text-align: center;
}
.letters-list li.show {
  color: #385cad;
}

.main__history_timline_bottom .carousel-caption {
  text-align: inherit;
  position: relative !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0 50px 20px;
}
.main__history_timline_bottom {
  width: 100%;
}
.main__history_timline_bottom .carousel-control-next,
.main__history_timline_bottom .carousel-control-prev {
  width: 20px;
  z-index: 20;
}
.main__history_timline_bottom .carousel-control-prev-icon::before,
.main__history_timline_bottom .carousel-control-next-icon::before {
  display: none;
}
@media (min-width: 1199.98px) {
  .box h3 {
    font-size: 18px !important;
  }
}
.main__news__carousel .carousel-control-next,
.main__news__carousel .carousel-control-prev {
  bottom: 30px;
  top: auto;
  width: 4%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main__news__item:hover .main__news__item__bg,
  .news_article:hover .box.post_image {
    background-size: 100% 100%;
  }
}
