/** ADD YOUR AWESOME CODES HERE **/
@font-face {
  font-family: "FormulaCondensed-Bold";
  src: url("../font/FormulaCondensed-Bold.otf") format("truetype");
}

@font-face {
  font-family: "FormulaCondensed-Light";
  src: url("../font/FormulaCondensed-Light.otf") format("truetype");
}

@font-face {
  font-family: "MigraItalic-ExtralightItalic";
  src: url("../font/Migra/MigraItalic-ExtralightItalic.otf") format("truetype");
}

@font-face {
  font-family: "Prata";
  src: url("../font/Prata/Prata-Regular.ttf") format("truetype");
}

/* -------------------------------------- old font family--------------------------------- */
@font-face {
  font-family: "Oswald-SemiBold";
  src: url("../font/Oswald-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald-ExtraLight";
  src: url("../font/Oswald-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSerifDisplay-MediumItalic";
  src: url("../font/NotoSerifDisplay-MediumItalic.ttf") format("truetype");
}

html {
  font-family: fo;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden !important;
  margin: 0px;
  padding: 0px;
  right: 0px !important;
}

.filters-button-group .btn {
  font-size: 1.125rem;
  background: transparent;
  color: #fff;
}

.filters-button-group .btn.active {
  font-weight: 700;
}

.filters-button-group .btn::after {
  content: "|";
  position: absolute;
  right: 0;
  font-weight: 400;
  color: #fff;
}

.filters-button-group .btn:last-child::after {
  display: none;
}

.img-work {

  object-fit: cover;
  /* width: 187px;
    height: 123px; */
}


.element-item {
  position: relative;
  /* float: left; */
  align-items: center !important;

  /* width: 187px;
    height: 123px; */

  /* padding: 90px; */
  /* margin: 1px; */

  color: #262524;
}

.layer-text {
  position: absolute;

  width: 100%;
  height: 100%;
  /* padding: 90px; */
  color: transparent;
  margin-left: 0px;
}

.layer-text:hover {

  background-color: #dbdbdb !important;
  opacity: 0.8;
  /* width: 187px;
    height: 123px; */
  /* padding: 90px; */
  color: #262524;

}

.work-text {
  align-items: center;
  text-align: center;
}

.element-item>* {
  margin: 0;
  padding: 0;
}

.element-item .name2 {
  position: absolute;

  /* left: 10px; */
  top: 30%;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: normal;
}

.element-item .name {
  text-align: center;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/* .element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
  .element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
  .element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
  .element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
  .element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
  .element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
  .element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
  .element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
  .element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
  .element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); } */



.line-white {
  border-color: white;
  opacity: 50%;

}

.line-white2 {
  border-color: white;
  opacity: 50%;
  position: relative;
  top: -119px;

}

.line-white3 {
  border-color: white;
  opacity: 50%;
  position: relative;
  top: -119px;

}

.brand-strategy {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.btn-service {
  border-radius: 28px;
  background-color: #ea8288;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.brand-section-text {
  font-family: 'Oswald-SemiBold';
  font-style: normal;

  font-size: 80pt;
  line-height: 199px;
}

.sub-text-brand {
  font-family: 'Oswald-ExtraLight';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
}

.strategic-text {
  color: #FFF;
  font-size: 70px;
  font-family: 'Oswald-SemiBold';
  /* font-weight:900; */
}

.strategic-text2 {
  text-align: center;
  color: #FFF;
  font-size: 70px;
  font-family: 'Oswald-SemiBold';
  /* font-weight:900; */
  position: absolute;
  left: 25%;
}


.th-left-none {
  border-left: none;
}

.th-right-none {
  border-right: none;
}

table {
  font-family: 'Oswald-ExtraLight';
  border-collapse: collapse;

  width: 100%;
}

th {
  text-align: center;
  font-size: 26px;
}

.th-our-service {
  border-left: none;
  /* display: none; */
}

.th-our-service2 {
  border-right: none;
}

td,
th {
  border: 1px solid #dddddd;

  padding: 8px;
}

.value-text {
  text-align: center;
}

.list-value li {
  float: left;
  margin-left: 30px;
}

.img-group {
  width: 100%;
}

.brand-customer {
  border-radius: 70px;
  width: 100%;
  border: 1px solid #ffff;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  color: white;
}

.text-360 {
  margin-left: 200px;
  margin-right: 200px;
}

.arrow-next {
  align-items: center;
  /* margin-top: 30px; */
  /* width: 97px ;
  height: 32.95px; */
  width: auto;
}

.text-button-service {
  font-family: 'Oswald-ExtraLight';
  font-size: 45.637px;

  font-style: normal;
  font-weight: 700;

}

.circle-approach {
  width: 50%;

}

.img-star {
  height: 89px;
  width: 89px;
}

.img-star-rules {
  position: relative;
  width: 203.27px;
  height: 203.27px;

}

.brand-identity {
  font-family: 'Oswald-ExtraLight';
  font-style: normal;
  font-weight: 700;
  font-size: 65.5443px;
  line-height: 79px;
}

.arrow-double {
  height: 122px;
  width: 122px;

}

.elip-core-img {
  height: 302px;
  width: 400px;
}

.col-img-elip {
  padding-left: 100px;
  padding-right: 100px;
}

.arrow-split {
  width: 65.21px;
  height: 55.215px;
}

.small-star {
  width: 89px;
  height: 89px;
  margin-top: 40px;
}

.brand-position-text {
  color: #FFF;
  font-size: 66.71px;
  font-family: 'Oswald-ExtraLight';
  font-weight: 700;
}

.m-arrow-left {
  padding-right: 150px;
}

.m-arrow-right {
  padding-left: 150px;
}

.skema-img {
  width: 100%;
  object-fit: cover;
}

.campaigns-img {
  width: 350px;

}

.strategic-section {
  background-image: url("../img/background/bg-strategic.png");
}

.brand-identity-section {
  background-image: url("../img/background/bg-brand-identity.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.implementation-system {
  background-image: url("../img/background/bg-strategic.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 74%;
}

.star-table {
  width: 40px;
}

.title-service {

  font-style: italic;
  /* font-size: 125.055px !important; */
  font-weight: 200;
  letter-spacing: 6.253px;
}

.title-service2 {
  font-family: 'Oswald-ExtraLight';
  font-size: 165.646px;

  font-weight: 700;
  /* letter-spacing: 24.847px; */
}

.subtitle-service {
  color: #F2F3F0;
  /* font-size: 30px; */
  font-family: 'Oswald-ExtraLight';
  font-weight: 300;
  text-align: center;
}

/* .is-checked{
  font-weight: 900;
} */

/* .btn:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
} */

.btn:active,
.btn.is-checked {
  font-weight: 900;
}

.btn.is-checked {
  font-weight: 900;
}

/* .btn:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
} */

#our-works .btn:focus {
  box-shadow: none !important;
}

.img-work-home {

  object-fit: cover;
  /*width: 237px;
  height: 183px;*/
  width: 100%;
  height: 50%;
  aspect-ratio: 3/2;
  padding: 0;
  margin: 0 !important;
}

.img-work {

  object-fit: cover;
  /*width: 237px;
  height: 183px;*/
  width: 100%;
  height: 50%;
  aspect-ratio: 3/2;
}

.our-works-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.our-works-pagination>.swiper-pagination {
  position: static;
  transform: translateX(0) !important;
}

.element-item {
  position: relative;
  float: left;

  /* width: 80%;
  height: 70%; */
  margin: 2px;
  color: #262524;
}

.layer-text {
  position: absolute;

  /* width: 257px;
  height: 203px; */
  color: transparent;
}

/* .layer-text:hover {

  background-color: #fda527 !important;
  opacity: 0.8;
  /* width: 257px;
  height: 203px; */
/* color: #fff; */

/* } */

.lightbox-ourwork>.row {
  height: auto !important;

}

.ourworks-swiper .swiper-wrapper {
  /* height: 100% !important; */
  max-height: max-content !important;
}

.pinc-grop-text {
  color: #FFF;
  font-size: 1.8vw;
  /* font-size: 36px; */
  font-family: "Oswald-SemiBold";
  font-weight: 700;
}

.img-pinc {
  width: 169px;
  height: 169px;
}

.img-pinc-mobile {
  width: 169px;
  height: 169px;


}

.img-groups {
  width: 80%;
}

.text-custom {

  font-weight: px !important;

  color: #fff;
  opacity: 0.2;
  text-shadow:
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px,
    0 0 5px, !important;


}

.col-decoration {
  display: flex;
}

.arrow-skema {
  width: 47.32px;
  height: 37.18px;
}

.row-arrow-skema {
  display: flex !important;
  flex-direction: row;
}

.padding-section {
  padding-left: 60px;
  padding-right: 60px;
}

.img-castle {
  width: 354.63px;
  height: 321px;
}

/* ---------------------------------- diagram ---------------------------- */


.tree,
.tree ul,
.tree li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.tree {
  margin: 0 0 1em;
  text-align: center;
}

.tree,
.tree ul {
  display: table;
}

.tree ul {
  width: 100%;

}

.tree li {
  display: table-cell;
  padding: .5em 0;
  margin-top: 50px;
  vertical-align: top;
}

.tree li:after {
  outline: solid 1px #fff;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tree li:first-child:after {
  left: 50%;
}

.tree li:last-child:after {
  right: 50%;
}

.tree code,
.tree span {
  /* border: solid .1em #fff; */
  border-radius: .2em;
  display: inline-block;
  margin: 0 .2em .5em;
  padding: .2em .5em;

  /* margin-top: 50px; */

  position: relative;
}


.tree span img {
  margin-top: 30px;
}

.tree code {
  margin-top: 100px;
}

.tree code:after,
.tree span:after {
  outline: solid 1px #fff;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
}

.tree ul:after {
  top: -.5em;
}

.tree code:after,
.tree span:after {
  top: -.55em;
}

.tree>li {
  margin-top: 100px;
}

.tree>li:after,
.tree>li:before,
.tree>li>code:after,
.tree>li>span:after {
  outline: none;
}

li .p-inc-title::after {
  display: none !important;
}

.row-img {
  height: 180px;
}

.row-img img {
  margin-top: 50px !important;
}

/* ------------------------------------------------------------------- */
/* ------------------------------ tree vertical ------------------------ */

.menu-items li {
  padding: 9px 0;
  list-style-type: none;
}

.menu-items li.active a {
  color: red;
  font-weight: 700;
}

.sub-items {
  padding-left: 15px;
  padding-top: 5px;
}

.sub-items li {
  position: relative;
  border-left: 3px solid #fff;
}

.sub-items li img {
  margin-bottom: 30px;
  width: 50%;
  height: 50%;
}

.sub-items li::before {
  position: relative;
  top: -4px;
  width: 30px;
  border-bottom: 3px solid #fff;
  content: '';
  display: inline-block;
}

.sub-items li:last-of-type {
  border-left: none;
}

.sub-items li:first-of-type {
  border-left: none;
  /* border-left:3px solid #fff; */
}

.sub-items li:last-of-type:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  border-left: 3px solid #fff;
  content: '';
  display: inline-block;
}

.sub-items li:first-of-type:after {
  position: absolute;
  left: 0;
  top: 50px;
  height: 70px;
  border-left: 3px solid #fff;
  content: '';
  display: inline-block;
}

/* --------------------------------------------------------------------- */

.row-pinc-desk {
  display: flex;
}

.row-pinc-mobile {
  display: none;
}

.timeline .item .caption .title {
  font-family: "Prata";

  font-size: 80px !important;
  margin-bottom: 0.125rem;
  /* font-weight: 5; */
  font-style: italic;

}

.timeline-wrap ul li {
  list-style: disc !important;

}

.timeline .item .caption col {
  /* padding: 20px; */
  padding-right: 0px !important;
  padding-left: 0px !important;
}


.timeline .item:nth-child(odd) .caption {
  padding-right: 80px !important;
  text-align: right;
  width: 100%;
}

.timeline .item:nth-child(odd) .caption ul li {

  direction: rtl;
}

.timeline .item:nth-child(odd) .caption ul li p {

  direction: ltr;
}

.timeline .item .caption {
  padding-left: 80px !important;
  text-align: left;
}

/* .star-achive{
  width: 78px;
  height: 78px;
  position: absolute;



}
.star-achive2{
  width: 78px;
  height: 78px;
  position: absolute;
bottom: 70px;
left: 200px;
} */
.row-achieve {
  height: 150px;

}

.timeline .item:nth-child(odd) .caption .col-image {
  -webkit-order: 0;
  margin-right: 50px;
}


.timeline .item .caption .col-image {
  -webkit-order: 1;

}

.timeline .item:nth-child(odd) .caption .star-achive {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 205px;
  bottom: 60px;
}

.timeline .item .caption .star-achive {
  width: 78px;
  height: 78px;
  position: absolute;
  bottom: 70px;
  left: 200px;
}

.col-tahun {
  width: 200px;
}

.row-achieve {
  margin-top: 0px;
}


.invisibel {
  display: none;
}

/* .ourworks{
  display: flex;
  justify-content: center;
  align-items: center;
} */
.grid {
  display: flex;
  height: auto !important;
  justify-content: start;
}

.timeline .item .caption .desc {
  min-width: 450px;
}


.timeline .item:nth-child(odd) .caption .desc {
  min-width: 400px;
}

.th-left-none h2 {

  font-size: 2rem;
}

.table-service .container2,
.brand-identity-tb .container2 {
  margin: 5px;


  /* min-width: 500px; */
  /* border: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box; */
  /* Shadow Card 1 */

  /* padding: 10px;
      padding-left: 10px; */
  white-space: nowrap;
  overflow: none;
}

@media only screen and (max-width: 900px) {

  .table-service .container2,
  .brand-identity-tb .container2 {
    overflow: auto;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 2px;
  height: 1px;
}

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

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.44, #0a2e7c),
      color-stop(0.72, #0a2e7c),
      color-stop(0.86, #0a2e7c));
}

@media (max-width: 992px) {
  .table-service .container2 {
    margin: 5px;
    width: auto;
    height: auto;
  }
}

ul {
  list-style-type: circle;

}

.glightbox-clean .gslide-desc {
  margin-top: 20px !important;
  text-align: justify !important;
}

.img-line {
  width: 43.48px;
  height: 76.82px;
}

.line-white-3 {
  border-color: white;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

/* #our-works{
      margin-top: 500px !important;
    } */

.padding-who {
  margin-top: 500px !important;
}

.invisible {
  visibility: hidden !important;
}

.skema-service ul li {
  font-size: 18px;
  list-style: disc !important;
}

.line-brand {
  border-color: white;
  opacity: 50%;
  margin-bottom: 0px;
  margin-top: 55px;
}

.margin-text {
  margin-left: 0px;
  margin-right: 0px;
}

/* =========================================== responsive =============================== */
@media (max-width: 992px) {
  .pinc-grop-text {

    /* font-size: 34px; */
    font-size: 1.8vw;

  }

  .brand-section-text {

    font-size: 70pt;
    line-height: 100px;
  }

  .text-button-service {

    font-size: 35.637px;
    font-weight: 600;

  }

  .arrow-next {
    /* margin-top: 10px; */
    width: 10%;
    height: 30%;
  }

  .strategic-text {

    font-size: 60px;
  }


  .subtitle-service {

    /* font-size: 30px; */
    font-weight: 300;

  }

  .strategic-text2 {
    position: relative;
    font-size: 60px;
    left: 10%;

  }



  .img-star-rules {

    width: 20%;
    height: 20%;

  }


  .img-star-rules {
    display: none;

  }

  .line-white3 {

    top: -30px;

  }

  .brand-position-text {

    font-size: 56.71px;

    font-weight: 700;
  }

  .arrow-double {
    display: none;
    /* height: 80%;
    width: 50%; */
  }

  .elip-core-img {
    height: 202px;
    width: 300px;
  }

  .campaigns-img {
    width: 50%;

  }

  .title-service2 {

    font-size: 105.646px;

    font-weight: 700;

  }

  .arrow-skema {
    width: 100%;
    height: 50%;
  }

  .grid {
    display: flex;
    justify-content: center;
    height: auto;

  }

  .img-star {
    height: 50%;
    width: 50%;
  }

  .img-castle {
    width: 154.63px;
    height: 121px;
  }

  .timeline .item .caption {
    text-align: left !important;
  }

  .timeline .item:nth-child(odd) .caption ul li {
    direction: ltr;
  }

  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
  }

  .timeline .item .caption .desc {
    min-width: 400px;
  }

  .timeline .item:nth-child(odd) .caption .col-image {
    margin-right: 0px;
  }

  .timeline .item:nth-child(odd) .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 210px;
  }

  .timeline .item:nth-child(even) .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 210px;
  }

  .timeline .item:nth-child(odd) .caption .desc {
    min-width: 300px;
  }
}



@media (max-width: 768px) {
  .pinc-grop-text {

    /* font-size: 24px; */
    font-size: 1.8vw;

  }

  .row-pinc-desk {
    display: none;
  }

  .row-pinc-mobile {
    display: block;
  }

  /* .th-our-service{

   display: none;
   } */

  .brand-section-text {

    font-size: 65px;
    line-height: 100px;
  }

  .text-button-service {

    font-size: 25.637px;
    font-weight: 500;

  }

  .strategic-text {

    font-size: 25px;
  }

  .subtitle-service {

    /* font-size: 20px; */
    font-weight: 300;

  }

  /* .arrow-next{

    width: 77px ;
    height: 12.95px;
  } */

  .strategic-text2 {

    font-size: 50px;

    position: relative;
    left: 10%;

  }

  .brand-position-text {

    font-size: 46.71px;

    font-weight: 700;
  }

  /* .arrow-split{
     display: none;
    } */

  .title-service2 {
    font-family: 'Oswald-ExtraLight';
    font-size: 165.646px;

    font-weight: 700;

  }

  .elip-core-img {
    height: 102px;
    width: 200px;
  }

  .col-decoration {
    display: none;
  }

  .th-left-none h2 {
    border-left: none;
    font-size: 1.5rem;
  }

  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 300px;
  }

}

@media (max-width: 576px) {

  .pinc-grop-text {

    /* font-size: 14px; */
    font-size: 4.6vw;

  }

  .img-pinc-mobile {
    width: 50%;
    height: 50%;
  }

  .sub-items li:first-of-type {
    /* border-left: none;   */
    border-left: 3px solid #fff;
  }

  .sub-items li:first-of-type:after {
    border-left: none;
  }

  .brand-section-text {

    font-size: 40px;
    line-height: 100px;
  }

  .text-button-service {

    font-size: 15.637px;
    font-weight: 400;

  }

  .strategic-text {

    font-size: 20px;
  }

  .subtitle-service {

    /* font-size: 18px; */
    font-weight: 300;

  }


  .strategic-text2 {

    font-size: 40px;

    position: relative;

    left: 15%;
  }

  .arrow-next {
    display: none;
  }

  .brand-position-text {

    font-size: 36.71px;

    font-weight: 700;
  }


  .row-arrow-skema {
    display: flex !important;
    flex-direction: row;
  }

  .img-work {

    object-fit: cover;
    width: 300px;
    height: 283px;
  }

  .ourworks .img-work {
    width: 320px;
  }

  .ourworks .element-item>* {
    margin: 0 5px;
  }

  .padding-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-customer {

    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }

  .arrow-split {
    width: 50%;
    height: 50%;
  }

  .title-service {
    font-family: 'NotoSerifDisplay-MediumItalic' !important;
    font-style: italic;
    font-size: 95.055px !important;
    font-weight: 200;
    letter-spacing: 6.253px;
  }

  .timeline .item .caption {
    padding-left: 30px !important;
    text-align: left;
  }

  .timeline .item:nth-child(odd) .caption .desc {
    min-width: 240px;
  }


  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 300px;
  }

  .timeline .item .caption .desc {
    min-width: 300px
  }

  .skema-service ul li {
    font-size: 12px;
  }


  .margin-text {
    margin-left: 30px;
    margin-right: 30px;
  }

  .timeline .item:nth-child(odd) .caption ul li {

    text-align: left !important;
    direction: ltr;
  }

}

@media (max-width: 470px) {

  .strategic-text2 {

    font-size: 30px;

    position: relative;

    left: 30%;
  }

  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 300px;
  }

}

@media (max-width: 450px) {

  .strategic-text2 {

    font-size: 30px;

    position: relative;

    left: 20%;
  }

  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 300px;
  }

}



@media (max-width: 420px) {

  .strategic-text2 {

    font-size: 30px;

    position: relative;

    left: 15%;
  }

  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 300px;
  }

}

@media (max-width: 400px) {


  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 240px;
  }

}


@media (max-width: 362px) {
  .strategic-text2 {

    font-size: 25px;

    position: relative;

    left: 18%;
  }
}

@media (max-width: 350px) {

  .timeline .item .caption .star-achive {
    width: 78px;
    height: 78px;
    position: absolute;
    bottom: 70px;
    left: 200px;
  }

}

h2 {
  font-size: 36px;
}

p {
  font-size: 20px !important;
}

.news-description {
  font-size: 20px !important;
}

.img-moi {
  width: 100%;
}

.img-ourteam>.zoomable {
  width: 65% !important;
  height: auto !important;
  max-height: max-content !important;
  max-width: max-content !important;
  margin-top: 1rem;
}

.desc-ourteam.description-bottom {
  max-width: 65% !important;
  padding-right: 1rem !important;
}

.ourteam-name {
  font-family: 'FormulaCondensed-Bold';
  font-size: 48px !important;
}

.ourteam-jobtitle {
  font-family: 'FormulaCondensed-Light';
  font-size: 38px !important;

}

.ourteam-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ourteam-descriprtion {
  font-family: 'FormulaCondensed-Light';

}

.gap-7px {
  gap: 7px;
}

.gslide-media.gslide-image>img {
  width: 100% !important;
  max-height: max-content !important;
}

.gslide-image {
  width: 40vw !important;
  height: auto !important;
  max-height: max-content !important;
}

.gslide-image img {
  max-width: none;
}

.btn-yt-center {
  text-wrap: wrap;
}

.image-ration-news-slide {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

@media only screen and (max-width: 900px) {
  .image-ration-news-slide {
    height: auto !important;
  }

  .gslide-image {
    margin-top: -400px !important;
  }
}

.gslide-inner-content {
  max-height: 100vh;
  padding-top: 10vh;
  overflow: auto;
}

@media only screen and (max-width: 900px) {
  .our-team-popup .gslide-description.description-bottom {
    overflow: initial !important;
    position: static !important;
  }

  .our-team-popup .gslide-image {
    width: 70% !important;
    margin-top: 0 !important;
  }

  .ourteam-jobtitle {
    font-size: 24px !important;
  }
}

.grid-pinc-group {
  grid-row-gap: 1rem;
}

.g-1 {
  grid-row-gap: 1rem;
  grid-column-gap: 30px;
}

.gr-1 {
  grid-row-gap: 1rem;
}


.gr-2 {
  grid-row-gap: 1.5rem;
}


.gr-3 {
  grid-row-gap: 3rem;
}


.gr-4 {
  grid-row-gap: 4.5rem;
}


.gr-5 {
  grid-row-gap: 6rem;
}

.gc-1 {
  grid-column-gap: 1rem;
}


.gc-2 {
  grid-column-gap: 1.5rem;
}


.gc-3 {
  grid-column-gap: 3rem;
}


.gc-4 {
  grid-column-gap: 4.5rem;
}


.gc-5 {
  grid-column-gap: 6rem;
}

.gap-05 {
  gap: 0.25rem;
}

.gap-1 {
  gap: 1rem;
}


.gap-2 {
  gap: 1.5rem;
}


.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4.5rem;
}

.gap-4 {
  gap: 6rem;
}


.border-top-space-1 {
  border-top: 0.5px #bee2e6 solid !important;
}

.border-bottom-space-1 {
  border-bottom: 0.5px #bee2e6 solid !important;
}

.our-works-option {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}


@media only screen and (min-width:768px) {
  .w-md-auto {
    width: auto !important;
  }
}
