html {
  font-size: 18px; }

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

@media (min-width: 1500px) {
  .container {
    max-width: 1400px; } }
.container {
  min-width: 720px !important; }

button:focus {
  outline: none; }

.lb-data .lb-close {
  position: fixed;
  right: 5px;
  z-index: 100;
  top: 5px; }

.carousel .carousel-inner {
  cursor: move; }

.ease-animated, header .btn-menu, .bl-video .group-video, .bl-video .group-video .relative-el img, .bl-video .left-bar, .bl-video .left-bar .relative-el .content, .bl-story .detail .item .child-bl, .bl-structure .cards .card-row .card, .bl-our-team .item .wrap-image .circle:before, .bl-core-value .core-values .item .square, .bl-service .gray .service-row .item, .bl-service .gray .service-row .item .content .title:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.heading-h2 {
  font-weight: bold;
  font-size: 56px; }

.heading-h3, .bl-core-value .core-value-content > .d-flex .col-md-6 .title {
  font-weight: bold;
  font-size: 37px; }

.f-bold {
  font-weight: bold; }

.f-20 {
  font-size: 20px; }

.f-20-bold {
  font-weight: bold;
  font-size: 20px; }

.f-30 {
  font-size: 30px; }

.f-30-bold {
  font-weight: bold;
  font-size: 30px; }

.f-80 {
  font-size: 80px; }

.f-80-bold {
  font-weight: bold;
  font-size: 80px; }

.regular {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: black;
  line-height: 1.667;
  color: black; }

.flex-center, .bl-core-value .core-values .item .bar .number, .bl-core-value .core-values .item .bar .name {
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-h2 {
    font-size: 40px; }

  .f-80-bold {
    font-size: 50px; }

  .f-30 {
    font-size: 22px; } }
header .navbar {
  padding: 1rem 1rem; }
header .btn-menu {
  display: inline-block;
  border-radius: 50%;
  border: none;
  background-color: #fbad1b;
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 298; }
  header .btn-menu:hover {
    background-color: #fb6115; }
header .navbar-nav {
  padding-right: 60px; }
  header .navbar-nav .nav-link {
    padding-right: 60px !important;
    color: black !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .btn-menu {
    display: none; }
  header .navbar-nav {
    padding-right: 0; }
    header .navbar-nav .nav-item .nav-link {
      border-bottom: solid 2px; } }
.ytp-title-text {
  display: none; }

.bl-video {
  position: relative;
  display: flex;
  overflow: hidden; }
  .bl-video .group-video {
    height: 100%;
    display: block;
    z-index: 1;
    right: 0; }
    .bl-video .group-video .relative-el {
      position: relative;
      width: 100%;
      height: 100%; }
      .bl-video .group-video .relative-el img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1; }
      .bl-video .group-video .relative-el .wrap-video {
        height: 100%;
        width: 100%;
        overflow: hidden; }
        .bl-video .group-video .relative-el .wrap-video .width {
          height: 100%;
          width: 100%;
          position: relative; }
          .bl-video .group-video .relative-el .wrap-video .width iframe {
            width: 100%;
            height: 100%;
            position: absolute; }
          .bl-video .group-video .relative-el .wrap-video .width .videoOverlay {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: transparent; }
  .bl-video .left-bar {
    flex: 0 0 30%;
    height: 100%;
    background-color: #FBAD1B;
    z-index: 2; }
    .bl-video .left-bar .relative-el {
      position: relative;
      width: 100%;
      height: 100%; }
      .bl-video .left-bar .relative-el .button {
        cursor: pointer;
        position: absolute;
        display: block;
        border: none;
        right: 0;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        width: 244px;
        height: 273px;
        background-image: url("../img/video-btn.png");
        background-color: transparent;
        z-index: 11;
        background-size: 100%;
        background-repeat: no-repeat; }
      .bl-video .left-bar .relative-el .arrow {
        position: absolute;
        content: "";
        left: 100%;
        top: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 51px 0 55px 110px;
        border-color: transparent transparent transparent #FBAD1B;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10; }
      .bl-video .left-bar .relative-el .content {
        color: white;
        font-size: 43px;
        line-height: 45px;
        opacity: 1;
        margin-left: 30px !important; }
  .bl-video.open .left-bar .content {
    opacity: 0;
    font-size: 0; }
  .bl-video.open .group-video .relative-el img {
    opacity: 0.5; }
  .bl-video.open .group-video .wrap-video {
    opacity: 1;
    visibility: visible; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-video .left-bar {
    flex: 0 0 30%; }
    .bl-video .left-bar .relative-el {
      align-items: start; }
      .bl-video .left-bar .relative-el .content {
        font-size: 35px;
        line-height: 50px;
        margin-left: 15px !important; }
      .bl-video .left-bar .relative-el .button {
        width: 150px;
        height: 170px; }
      .bl-video .left-bar .relative-el .arrow {
        border-width: 35px 0 40px 77px; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-video .left-bar {
    flex: 0 0 30%; }
    .bl-video .left-bar .relative-el {
      align-items: start; }
      .bl-video .left-bar .relative-el .content {
        font-size: 40px;
        line-height: 50px;
        margin-left: 30px !important; }
      .bl-video .left-bar .relative-el .button {
        width: 150px;
        height: 170px; }
      .bl-video .left-bar .relative-el .arrow {
        border-width: 35px 0 40px 77px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-video .left-bar {
    flex: 0 0 30%; }
    .bl-video .left-bar .relative-el {
      align-items: start; }
      .bl-video .left-bar .relative-el .content {
        font-size: 40px;
        line-height: 50px;
        margin-left: 30px !important; }
      .bl-video .left-bar .relative-el .button {
        width: 150px;
        height: 170px; }
      .bl-video .left-bar .relative-el .arrow {
        border-width: 35px 0 40px 77px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-video .left-bar .relative-el {
    flex: 0 0 30%;
    align-items: start; }
    .bl-video .left-bar .relative-el .content {
      font-size: 40px;
      line-height: 50px;
      margin-left: 30px !important; }
    .bl-video .left-bar .relative-el .button {
      width: 150px;
      height: 170px; }
    .bl-video .left-bar .relative-el .arrow {
      border-width: 35px 0 40px 77px; } }
.bl-story {
  padding: 80px 0px; }
  .bl-story .overview .big-title {
    padding-right: 70px;
    white-space: nowrap; }
  .bl-story .detail .item {
    margin-top: 3px; }
    .bl-story .detail .item:nth-child(1) .child-bl:before {
      background-color: #FBAD1B; }
    .bl-story .detail .item:nth-child(2) .child-bl {
      align-items: flex-end; }
    .bl-story .detail .item:nth-child(2) .child-bl:before {
      background-color: #ED2130; }
    .bl-story .detail .item:nth-child(3) .child-bl:before {
      background-color: #FBAD1B; }
    .bl-story .detail .item:nth-child(4) .child-bl {
      align-items: flex-end; }
    .bl-story .detail .item:nth-child(4) .child-bl:before {
      background-color: #ED2130; }
    .bl-story .detail .item .child-bl {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      height: 162px;
      width: 50%; }
      .bl-story .detail .item .child-bl.show {
        width: 40%; }
      .bl-story .detail .item .child-bl:before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0; }
      .bl-story .detail .item .child-bl > div {
        width: 200px;
        max-height: 100%;
        overflow: hidden; }
        .bl-story .detail .item .child-bl > div .big-character {
          font-size: 100px;
          line-height: 100px; }
        .bl-story .detail .item .child-bl > div .small-text {
          font-size: 18px;
          padding-left: 7px; }
      .bl-story .detail .item .child-bl .shape {
        position: absolute;
        height: 100%;
        background-size: 100% !important;
        background-repeat: no-repeat !important; }
      .bl-story .detail .item .child-bl .shape-1 {
        width: 559px;
        left: calc(100% - calc(559px / 2)); }
      .bl-story .detail .item .child-bl .shape-2 {
        width: 644px;
        right: calc(100% - calc(644px / 2)); }
      .bl-story .detail .item .child-bl .shape-3 {
        width: 644.1px;
        left: calc(100% - calc(644.1px / 2)); }
      .bl-story .detail .item .child-bl .shape-4 {
        width: 559.1px;
        right: calc(100% - calc(559.1px / 2)); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-story .detail .item .child-bl {
    height: 95px; }
    .bl-story .detail .item .child-bl .shape-1 {
      width: 330px;
      left: calc(100% - calc(330px / 2)); }
    .bl-story .detail .item .child-bl .shape-2 {
      width: 380px;
      right: calc(100% - calc(380px / 2)); }
    .bl-story .detail .item .child-bl .shape-3 {
      width: 380.1px;
      left: calc(100% - calc(380.1px / 2)); }
    .bl-story .detail .item .child-bl .shape-4 {
      width: 330.1px;
      right: calc(100% - calc(330.1px / 2)); }
    .bl-story .detail .item .child-bl > div {
      width: 150px; }
      .bl-story .detail .item .child-bl > div .big-character {
        font-size: 37px;
        line-height: 37px; }
      .bl-story .detail .item .child-bl > div .small-text {
        font-size: 16px;
        padding-left: 4px;
        line-height: 16px; }
    .bl-story .detail .item .child-bl.show {
      width: 60%; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-story .detail .item .child-bl {
    height: 95px; }
    .bl-story .detail .item .child-bl .shape-1 {
      width: 330px;
      left: calc(100% - calc(330px / 2)); }
    .bl-story .detail .item .child-bl .shape-2 {
      width: 380px;
      right: calc(100% - calc(380px / 2)); }
    .bl-story .detail .item .child-bl .shape-3 {
      width: 380.1px;
      left: calc(100% - calc(380.1px / 2)); }
    .bl-story .detail .item .child-bl .shape-4 {
      width: 330.1px;
      right: calc(100% - calc(330.1px / 2)); }
    .bl-story .detail .item .child-bl > div {
      width: 150px; }
      .bl-story .detail .item .child-bl > div .big-character {
        font-size: 40px;
        line-height: 40px; }
      .bl-story .detail .item .child-bl > div .small-text {
        font-size: 16px;
        padding-left: 4px;
        line-height: 16px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-story .detail .item .child-bl {
    height: 104px; }
    .bl-story .detail .item .child-bl .shape-1 {
      width: 360px;
      left: calc(100% - calc(360px / 2)); }
    .bl-story .detail .item .child-bl .shape-2 {
      width: 416px;
      right: calc(100% - calc(416px / 2)); }
    .bl-story .detail .item .child-bl .shape-3 {
      width: 416.1px;
      left: calc(100% - calc(416.1px / 2)); }
    .bl-story .detail .item .child-bl .shape-4 {
      width: 360.1px;
      right: calc(100% - calc(360.1px / 2)); }
    .bl-story .detail .item .child-bl > div {
      width: 150px; }
      .bl-story .detail .item .child-bl > div .big-character {
        font-size: 50px;
        line-height: 50px; }
      .bl-story .detail .item .child-bl > div .small-text {
        font-size: 16px;
        padding-left: 4px;
        line-height: 16px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-story .detail .item .child-bl {
    height: 115px; }
    .bl-story .detail .item .child-bl .shape-1 {
      width: 400px;
      left: calc(100% - calc(400px / 2)); }
    .bl-story .detail .item .child-bl .shape-2 {
      width: 464px;
      right: calc(100% - calc(464px / 2)); }
    .bl-story .detail .item .child-bl .shape-3 {
      width: 464.1px;
      left: calc(100% - calc(464.1px / 2)); }
    .bl-story .detail .item .child-bl .shape-4 {
      width: 400.1px;
      right: calc(100% - calc(400.1px / 2)); }
    .bl-story .detail .item .child-bl > div {
      width: 150px; }
      .bl-story .detail .item .child-bl > div .big-character {
        font-size: 47px;
        line-height: 47px; }
      .bl-story .detail .item .child-bl > div .small-text {
        font-size: 16px;
        padding-left: 4px;
        line-height: 16px; } }
.bl-structure {
  padding: 80px 0px;
  background-color: #EBEBEB; }
  .bl-structure .overview .big-title {
    padding-right: 70px; }
  .bl-structure .cards {
    padding-left: 50px; }
    .bl-structure .cards .card-row {
      position: relative;
      height: 510px; }
      .bl-structure .cards .card-row .card {
        bottom: 0;
        position: absolute;
        height: calc(100% - 100px);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 20%;
        width: calc(20% + 50px);
        border-radius: 33px;
        display: flex;
        flex-direction: column;
        text-align: right; }
        .bl-structure .cards .card-row .card:nth-child(1) {
          left: calc(100% - 20% * 5 - 50px);
          z-index: 5; }
        .bl-structure .cards .card-row .card:nth-child(2) {
          left: calc(100% - 20% * 4 - 50px);
          z-index: 4; }
        .bl-structure .cards .card-row .card:nth-child(3) {
          left: calc(100% - 20% * 3 - 50px);
          z-index: 3; }
        .bl-structure .cards .card-row .card:nth-child(4) {
          left: calc(100% - 20% * 2 - 50px);
          z-index: 2; }
        .bl-structure .cards .card-row .card:nth-child(5) {
          left: calc(100% - 20% * 1 - 50px);
          z-index: 1; }
        .bl-structure .cards .card-row .card > a {
          display: flex;
          height: 100%;
          width: 100%;
          flex-direction: column;
          padding: 40px; }
          .bl-structure .cards .card-row .card > a:hover {
            text-decoration: none; }
        .bl-structure .cards .card-row .card .logo {
          flex: 1;
          overflow: hidden; }
          .bl-structure .cards .card-row .card .logo img {
            max-width: 100%; }
        .bl-structure .cards .card-row .card .link {
          padding: 20px 0;
          position: relative; }
          .bl-structure .cards .card-row .card .link .after {
            height: 100%;
            width: 50px;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            position: absolute;
            left: calc(100% + 40px - 36px);
            top: 0; }
          .bl-structure .cards .card-row .card .link > span {
            color: white;
            position: relative; }
            .bl-structure .cards .card-row .card .link > span .a-before, .bl-structure .cards .card-row .card .link > span .a-after {
              content: "";
              position: absolute;
              width: 18px;
              height: 3px;
              border-radius: 4px;
              right: -40px;
              background-color: white;
              top: 50%;
              z-index: 10; }
            .bl-structure .cards .card-row .card .link > span .a-before {
              transform: rotate(45deg) translateY(-50%);
              transform-origin: 96% 0%; }
            .bl-structure .cards .card-row .card .link > span .a-after {
              transform: rotate(-45deg) translateY(-50%);
              transform-origin: 96% 0%; }
        .bl-structure .cards .card-row .card:hover {
          height: calc(100% + 50px) !important; }
        .bl-structure .cards .card-row .card.animated {
          height: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-structure .cards .card-row {
    height: 350px; }
    .bl-structure .cards .card-row .card {
      height: calc(100% - 50px); }
      .bl-structure .cards .card-row .card > a {
        padding: 30px 15px; }
      .bl-structure .cards .card-row .card .link .after {
        width: 30px;
        left: 145px; }
      .bl-structure .cards .card-row .card .link > span {
        font-size: 14px; }
        .bl-structure .cards .card-row .card .link > span .a-after, .bl-structure .cards .card-row .card .link > span .a-before {
          right: -20px; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-structure .cards .card-row {
    height: 350px; }
    .bl-structure .cards .card-row .card {
      height: calc(100% - 50px); }
      .bl-structure .cards .card-row .card > a {
        padding: 30px 15px; }
      .bl-structure .cards .card-row .card .link .after {
        width: 30px;
        left: 195px; }
      .bl-structure .cards .card-row .card .link > span {
        font-size: 16px; }
        .bl-structure .cards .card-row .card .link > span .a-after, .bl-structure .cards .card-row .card .link > span .a-before {
          right: -20px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-structure .cards .card-row {
    height: 400px; }
    .bl-structure .cards .card-row .card {
      height: calc(100% - 50px); }
      .bl-structure .cards .card-row .card > a {
        padding: 30px 15px; }
      .bl-structure .cards .card-row .card .link .after {
        width: 30px;
        left: 195px; }
      .bl-structure .cards .card-row .card .link > span .a-after, .bl-structure .cards .card-row .card .link > span .a-before {
        right: -20px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-structure .cards .card-row {
    height: 450px; }
    .bl-structure .cards .card-row .card {
      height: calc(100% - 50px); }
      .bl-structure .cards .card-row .card > a {
        padding: 30px 15px; }
      .bl-structure .cards .card-row .card .link .after {
        width: 30px;
        left: 229px; }
      .bl-structure .cards .card-row .card .link > span .a-after, .bl-structure .cards .card-row .card .link > span .a-before {
        right: -20px; } }
.bl-moment {
  overflow: hidden; }
  .bl-moment .wrap-image {
    height: 350px;
    width: 100%; }
    .bl-moment .wrap-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .bl-moment .view-full {
    cursor: pointer;
    position: relative; }
    .bl-moment .view-full:before, .bl-moment .view-full:after {
      content: "";
      width: 18px;
      height: 3px;
      border-radius: 4px;
      display: block;
      background-color: black;
      position: absolute;
      right: 0;
      top: 58%; }
    .bl-moment .view-full:before {
      -webkit-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      -webkit-transform-origin: 96% 0%;
      transform-origin: 96% 0%; }
    .bl-moment .view-full:after {
      webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-225deg) translateY(-50%);
      -webkit-transform-origin: 96% 0%;
      transform-origin: 96% 0%; }

.image-item.none {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-moment .wrap-image {
    height: 230px; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-moment .wrap-image {
    height: 265px; } }
.bl-our-team .item {
  padding-bottom: 20px;
  margin-top: 100px;
  text-align: center; }
  .bl-our-team .item .wrap-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    .bl-our-team .item .wrap-image .circle {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #FBAD1B;
      border-radius: 50%;
      overflow: hidden; }
      .bl-our-team .item .wrap-image .circle:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ED2130;
        border-radius: 50%;
        right: 100%;
        top: 100%; }
    .bl-our-team .item .wrap-image:hover .circle:before {
      right: 13%;
      top: 30%; }
    .bl-our-team .item .wrap-image img {
      position: absolute;
      bottom: 0;
      max-width: 100%;
      left: 50%;
      transform: translateX(-50%);
      max-width: 80%;
      max-height: 400px; }
    .bl-our-team .item .wrap-image .bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-image: url("../img/member-bottom.png");
      background-size: 100%;
      background-repeat: no-repeat; }
  .bl-our-team .item .name {
    color: black;
    font-weight: bold;
    margin-top: 30px;
    font-size: 24px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-our-team .item {
    margin-top: 150px; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-our-team .item {
    margin-top: 150px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-our-team .item {
    margin-top: 150px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-our-team .item {
    margin-top: 150px; } }
.bl-core-value {
  position: relative;
  z-index: 10;
  padding: 80px 0px;
  padding-bottom: 0;
  background-color: transparent; }
  .bl-core-value .core-values {
    width: 90%;
    margin-left: auto;
    padding-top: 36%;
    min-height: 100vh; }
    .bl-core-value .core-values .item {
      position: relative;
      margin-left: auto;
      border-bottom: solid 0px black;
      font-size: 28px;
      max-height: 0;
      font-size: 0;
      width: 45%;
      -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -ms-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      transition: all 1.5s ease; }
      .bl-core-value .core-values .item.move-height {
        max-height: 42px;
        margin-top: 0;
        border-bottom: solid 2px black;
        font-size: 28px; }
        .bl-core-value .core-values .item.move-height .bar {
          opacity: 1;
          -webkit-transition: opacity 1s ease;
          -moz-transition: opacity 1s ease;
          -ms-transition: opacity 1s ease;
          -o-transition: opacity 1s ease;
          transition: opacity 1s ease; }
      .bl-core-value .core-values .item .bar {
        opacity: 0; }
        .bl-core-value .core-values .item .bar .number {
          color: black; }
        .bl-core-value .core-values .item .bar .name {
          color: #959595; }
      .bl-core-value .core-values .item .square {
        position: absolute;
        width: 350px;
        height: 400px;
        right: 100%;
        bottom: 35px;
        transform: rotateX(25deg) rotateY(45deg);
        border-radius: 20px; }
      .bl-core-value .core-values .item:nth-child(1) {
        z-index: 1; }
      .bl-core-value .core-values .item:nth-child(1).move-width {
        width: 30%; }
      .bl-core-value .core-values .item:nth-child(2) {
        z-index: 2; }
      .bl-core-value .core-values .item:nth-child(2).move-width {
        width: 35%; }
      .bl-core-value .core-values .item:nth-child(3) {
        z-index: 3; }
      .bl-core-value .core-values .item:nth-child(3).move-width {
        width: 40%; }
      .bl-core-value .core-values .item:nth-child(4) {
        z-index: 4; }
      .bl-core-value .core-values .item:nth-child(4).move-width {
        width: 45%; }
      .bl-core-value .core-values .item:nth-child(5) {
        z-index: 5; }
      .bl-core-value .core-values .item:nth-child(5).move-width {
        width: 50%; }
      .bl-core-value .core-values .item:nth-child(6) {
        z-index: 6; }
      .bl-core-value .core-values .item:nth-child(6).move-width {
        width: 55%; }
      .bl-core-value .core-values .item:nth-child(7) {
        z-index: 7; }
      .bl-core-value .core-values .item:nth-child(7).move-width {
        width: 60%; }
  .bl-core-value .core-value-content {
    margin-top: 50px;
    background-image: url("../img/yellow-background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    .bl-core-value .core-value-content > .d-flex {
      height: 100vh; }
      .bl-core-value .core-value-content > .d-flex .col-md-6 .content {
        margin-top: 20px; }
      .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
        padding-right: 190px; }
    .bl-core-value .core-value-content .h-space {
      height: 150px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding-right: 15px; }
  .bl-core-value .core-values {
    padding-top: 500px; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding-right: 15px; }
  .bl-core-value .core-values {
    padding-top: 500px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding-right: 15px; }
  .bl-core-value .core-values {
    padding-top: 500px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-core-value .core-value-content > .d-flex .col-md-6:first-child {
    padding-right: 15px; }
  .bl-core-value .core-values {
    padding-top: 500px; } }
.bl-clients {
  position: relative;
  z-index: 9;
  margin-top: -150px; }
  .bl-clients .block-title {
    position: absolute;
    padding: 120px 70px 100px 265px;
    background: url("../img/yellow-left.png") no-repeat;
    background-size: 100% 100%; }
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background: url("../img/red-background.png") no-repeat bottom;
    padding-top: 300px;
    background-size: 100% auto;
    display: flex;
    align-items: center; }
    .bl-clients .map .map-box {
      width: 100%;
      height: 0;
      padding-bottom: 28.07%;
      background: url("../img/map.png") no-repeat;
      background-size: cover;
      margin-top: 150px;
      position: relative; }
      .bl-clients .map .map-box > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .bl-clients .map .map-box > div > div {
          position: relative;
          width: 100%;
          height: 100%; }
          .bl-clients .map .map-box > div > div .location {
            height: 200px;
            position: absolute;
            background: transparent;
            border-left: solid 1px #FBAD1B; }
            .bl-clients .map .map-box > div > div .location .relative {
              display: inline-block;
              height: 100%;
              position: relative; }
              .bl-clients .map .map-box > div > div .location .relative > div {
                color: white;
                padding: 0 25px;
                margin-top: -10px;
                cursor: pointer;
                position: relative; }
                .bl-clients .map .map-box > div > div .location .relative > div > div {
                  cursor: text;
                  color: black;
                  padding: 10px 15px;
                  background-color: white;
                  font-size: 18px;
                  display: none;
                  position: absolute;
                  -webkit-box-shadow: 0px 30px 20px -8px rgba(0, 0, 0, 0.27);
                  -moz-box-shadow: 0px 30px 20px -8px rgba(0, 0, 0, 0.27);
                  box-shadow: 0px 30px 20px -8px rgba(0, 0, 0, 0.27);
                  z-index: 10; }
                .bl-clients .map .map-box > div > div .location .relative > div:hover > div {
                  display: block; }
              .bl-clients .map .map-box > div > div .location .relative:before, .bl-clients .map .map-box > div > div .location .relative:after {
                content: "";
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background-color: #FBAD1B;
                position: absolute;
                top: -10px;
                transform: translateX(-50%); }
              .bl-clients .map .map-box > div > div .location .relative:after {
                top: unset;
                bottom: 0;
                height: 5px; }
            .bl-clients .map .map-box > div > div .location:nth-child(1) {
              left: 18%; }
            .bl-clients .map .map-box > div > div .location:nth-child(2) {
              left: 43%; }
            .bl-clients .map .map-box > div > div .location:nth-child(3) {
              left: 67%; }
            .bl-clients .map .map-box > div > div .location:nth-child(4) {
              left: 68.5%; }
            .bl-clients .map .map-box > div > div .location:nth-child(5) {
              left: 71%; }
            .bl-clients .map .map-box > div > div .location:nth-child(6) {
              left: 71.5%; }
            .bl-clients .map .map-box > div > div .location:nth-child(7) {
              left: 72%; }
            .bl-clients .map .map-box > div > div .location:nth-child(8) {
              left: 75%; }
            .bl-clients .map .map-box > div > div .location:nth-child(9) {
              left: 79%; }
            .bl-clients .map .map-box > div > div .location:nth-child(1) {
              bottom: 86%; }
            .bl-clients .map .map-box > div > div .location:nth-child(2) {
              bottom: 91%; }
            .bl-clients .map .map-box > div > div .location:nth-child(3) {
              bottom: 74%; }
            .bl-clients .map .map-box > div > div .location:nth-child(4) {
              bottom: 79%; }
            .bl-clients .map .map-box > div > div .location:nth-child(5) {
              bottom: 95%; }
            .bl-clients .map .map-box > div > div .location:nth-child(6) {
              bottom: 91.1%; }
            .bl-clients .map .map-box > div > div .location:nth-child(7) {
              bottom: 72.5%; }
            .bl-clients .map .map-box > div > div .location:nth-child(8) {
              bottom: 76%; }
            .bl-clients .map .map-box > div > div .location:nth-child(9) {
              bottom: 55%; }
            .bl-clients .map .map-box > div > div .location:nth-child(1) {
              height: 200px; }
            .bl-clients .map .map-box > div > div .location:nth-child(2) {
              height: 201px; }
            .bl-clients .map .map-box > div > div .location:nth-child(3) {
              height: 202px; }
            .bl-clients .map .map-box > div > div .location:nth-child(4) {
              height: 403px; }
            .bl-clients .map .map-box > div > div .location:nth-child(5) {
              height: 304px; }
            .bl-clients .map .map-box > div > div .location:nth-child(6) {
              height: 250px; }
            .bl-clients .map .map-box > div > div .location:nth-child(7) {
              height: 220px; }
            .bl-clients .map .map-box > div > div .location:nth-child(8) {
              height: 150px; }
            .bl-clients .map .map-box > div > div .location:nth-child(9) {
              height: 140px; }
            .bl-clients .map .map-box > div > div .location:nth-child(3) .relative {
              right: 100%; }
              .bl-clients .map .map-box > div > div .location:nth-child(3) .relative:before, .bl-clients .map .map-box > div > div .location:nth-child(3) .relative:after {
                right: 0;
                left: unset;
                transform: translateX(50%); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130; }
  .bl-clients .block-title {
    padding: 145px 70px 70px 100px; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130; }
  .bl-clients .block-title {
    padding: 145px 70px 70px 100px; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130; }
  .bl-clients .block-title {
    padding: 145px 70px 70px 100px; }
  .bl-clients .map .map-box {
    margin-top: 300px; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-clients .map {
    min-height: calc(100vh + 150px);
    background-color: #ED2130; }
  .bl-clients .block-title {
    padding: 145px 70px 70px 100px; } }
@media only screen and (min-width: 1400px) {
  .bl-clients {
    margin-top: -210px; }
    .bl-clients .map {
      padding-top: 500px; }
    .bl-clients .block-title {
      top: 70px; } }
.bl-service .gray {
  background-color: #EBEBEB;
  padding: 100px 0; }
  .bl-service .gray .service-row {
    height: 400px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    .bl-service .gray .service-row .item {
      width: 25%;
      height: 100%;
      position: absolute;
      padding: 0 15px;
      bottom: 50px; }
      .bl-service .gray .service-row .item:nth-child(1) {
        left: calc(25% * 0); }
      .bl-service .gray .service-row .item:nth-child(2) {
        left: calc(25% * 1); }
      .bl-service .gray .service-row .item:nth-child(3) {
        left: calc(25% * 2); }
      .bl-service .gray .service-row .item:nth-child(4) {
        left: calc(25% * 3); }
      .bl-service .gray .service-row .item .content {
        background-color: white;
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        -webkit-box-shadow: 0px 65px 20px -8px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 65px 20px -8px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 65px 20px -8px rgba(0, 0, 0, 0.27); }
        .bl-service .gray .service-row .item .content .image {
          flex: 1;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: center; }
        .bl-service .gray .service-row .item .content .title {
          display: inline-block;
          font-size: 30px;
          padding: 50px 100px 40px 45px;
          z-index: 0;
          position: relative; }
          .bl-service .gray .service-row .item .content .title:before {
            content: "";
            position: absolute;
            width: 290px;
            height: 257px;
            left: -32px;
            bottom: -85px;
            border-radius: 50%;
            background-color: #FBAD1B;
            z-index: -1; }
      .bl-service .gray .service-row .item.fake-active {
        bottom: 0; }
        .bl-service .gray .service-row .item.fake-active .title:before {
          width: 0;
          height: 0;
          left: 0;
          bottom: 0; }
      .bl-service .gray .service-row .item:hover, .bl-service .gray .service-row .item.active {
        bottom: 50px; }
        .bl-service .gray .service-row .item:hover .title:before, .bl-service .gray .service-row .item.active .title:before {
          width: 290px;
          height: 257px;
          left: -32px;
          bottom: -85px; }
.bl-service .service-tabs {
  background-color: #FBAD1B; }
  .bl-service .service-tabs .item {
    padding: 150px 0;
    position: relative; }
    .bl-service .service-tabs .item:before {
      content: "";
      position: absolute;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 76px 0 0 76px;
      border-color: transparent transparent transparent #FBAD1B; }
    .bl-service .service-tabs .item:nth-child(1):before {
      left: calc((25% + 15px) * 0); }
    .bl-service .service-tabs .item:nth-child(2):before {
      left: calc((25% + 15px) * 1); }
    .bl-service .service-tabs .item:nth-child(3):before {
      left: calc((25% + 15px) * 2); }
    .bl-service .service-tabs .item:nth-child(4):before {
      left: calc((25% + 15px) * 3); }
    .bl-service .service-tabs .item .title {
      margin-bottom: 45px; }
    .bl-service .service-tabs .item:not(.active) {
      display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-service .gray .service-row {
    height: 300px; }
    .bl-service .gray .service-row .item .content .title {
      padding: 15px 20px 35px;
      font-size: 18px; }
      .bl-service .gray .service-row .item .content .title:before {
        width: 220px;
        height: 200px;
        left: -40px;
        bottom: -85px; }
    .bl-service .gray .service-row .item .content .image > div {
      margin: -50px; }
  .bl-service .service-tabs .item {
    padding: 100px 0; } }
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .bl-service .gray .service-row {
    height: 300px; }
    .bl-service .gray .service-row .item .content .title {
      padding: 25px 50px 25px 35px;
      font-size: 18px; }
      .bl-service .gray .service-row .item .content .title:before {
        width: 220px;
        height: 200px;
        left: -40px;
        bottom: -85px; }
    .bl-service .gray .service-row .item .content .image > div {
      margin: -50px; }
  .bl-service .service-tabs .item {
    padding: 100px 0; } }
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .bl-service .gray .service-row {
    height: 350px; }
    .bl-service .gray .service-row .item .content .title {
      padding: 25px 50px 25px 35px;
      font-size: 21px; }
      .bl-service .gray .service-row .item .content .title:before {
        width: 220px;
        height: 200px;
        left: -40px;
        bottom: -85px; }
    .bl-service .gray .service-row .item .content .image > div {
      margin: -50px; }
  .bl-service .service-tabs .item {
    padding: 100px 0; } }
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-service .gray .service-row {
    height: 350px; }
    .bl-service .gray .service-row .item .content .title {
      padding: 25px 50px 25px 35px;
      font-size: 24px; }
      .bl-service .gray .service-row .item .content .title:before {
        width: 270px;
        height: 220px;
        left: -55px;
        bottom: -85px; }
    .bl-service .gray .service-row .item .content .image > div {
      margin: -50px; }
  .bl-service .service-tabs .item {
    padding: 100px 0; } }
.bl-career {
  background-color: #ED2130; }
  .bl-career > .d-flex {
    min-height: 100vh; }
    .bl-career > .d-flex .yellow {
      background: url("../img/yellow-career.png") no-repeat;
      background-size: 100% 100%; }
      .bl-career > .d-flex .yellow > .container {
        padding: 80px 15px; }
  .bl-career .carousel-indicators {
    position: unset;
    margin-top: 30px;
    margin-right: 0;
    justify-content: flex-end; }
  .bl-career .carousel-item {
    padding-top: 60px;
    position: relative; }
  .bl-career .carousel-item:before {
    content: "";
    width: 36px;
    height: 28px;
    background: url("../img/quote.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0; }

.bl-footer .arrow-red {
  border-top: solid 4px #ED2130; }
.bl-footer .title {
  font-size: 28px;
  font-weight: bold;
  color: #ED2130; }
.bl-footer .fa {
  font-size: 30px;
  color: black;
  margin-left: 20px; }

/*# sourceMappingURL=app.css.map */
