/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.wrap-ourclients {
  position: relative;
  width: 100%;
  height: 815px; }
  .wrap-ourclients .wrap-plus {
    left: calc(var(--sideGridWidth) + var(--singleGridWidth) * 8);
    top: 85px; }
  .wrap-ourclients .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ecf1f2; }
  .wrap-ourclients .section-side-text {
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: var(--sideGridWidth);
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top; }
  .wrap-ourclients .section-header {
    position: relative;
    z-index: 1;
    width: 100%; }
    .wrap-ourclients .section-header .dot-line-block {
      padding-top: 30px;
      position: relative;
      display: block;
      z-index: 1;
      margin-left: calc(4.1% + calc(91.8%/ 8)); }
      .wrap-ourclients .section-header .dot-line-block .dot-item {
        margin-right: 8px;
        float: left;
        height: 8px;
        width: 8px;
        background-color: #000000;
        opacity: 0.3;
        outline: none;
        cursor: pointer; }
      .wrap-ourclients .section-header .dot-line-block .active {
        width: 48px;
        opacity: 1; }
    .wrap-ourclients .section-header .header-title {
      z-index: 1;
      padding-top: 80px;
      font-family: "Roboto-Medium";
      font-style: normal;
      font-weight: 500;
      font-size: 59px;
      line-height: 90px;
      color: #000000;
      padding-left: calc(4.1% + calc(91.8%/ 8)); }
    .wrap-ourclients .section-header .wrap-slider-next-pre {
      position: absolute;
      right: calc(4.1% + calc(91.8%/ 8));
      top: 100px;
      height: calc(calc(91.8vw / 8)/ 2);
      width: calc(91.8%/ 8);
      display: flex;
      justify-content: space-between;
      background-color: #26252e;
      z-index: 1;
      overflow: hidden; }
      .wrap-ourclients .section-header .wrap-slider-next-pre .next-pre-box {
        width: calc(100% / 2);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #26252e;
        outline: none; }
      .wrap-ourclients .section-header .wrap-slider-next-pre :hover {
        background-color: #1b1a24; }
      .wrap-ourclients .section-header .wrap-slider-next-pre .pre {
        transform: rotate(180deg); }
  .wrap-ourclients .slider-container {
    position: absolute;
    left: calc(4.1% + calc(91.8%/ 8));
    width: calc(50px + 100% - calc(4.1% + calc(91.8%/ 8)) - calc(4.1% + calc(91.8%/ 8)) + 50px);
    z-index: 1;
    height: 279px;
    top: 280px; }
    .wrap-ourclients .slider-container .slick-prev,
    .wrap-ourclients .slider-container .slick-next {
      display: none !important; }
    .wrap-ourclients .slider-container .wrap-image {
      width: calc(calc(91.8vw - calc(calc(91.8vw / 8)* 2)) / 5);
      height: calc(279px / 3);
      position: relative; }
      .wrap-ourclients .slider-container .wrap-image .image {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .wrap-ourclients .section-bottom-text {
    position: absolute;
    bottom: 0;
    left: calc(4.1% + calc(91.8%/ 8));
    height: 180px;
    z-index: 1;
    width: calc(var(--singleGridWidth) * 4); }
    .wrap-ourclients .section-bottom-text .text {
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.02em;
      color: #67666d; }

@media screen and (min-width: 1440px) {
  .wrap-ourclients .section-side-text {
    left: calc(calc(100% - 1320px) / 2); }
  .wrap-ourclients .section-header .dot-line-block {
    margin-left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)); }
  .wrap-ourclients .section-header .header-title {
    padding-left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)); }
  .wrap-ourclients .section-header .wrap-slider-next-pre {
    right: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8));
    height: calc(165px/ 2);
    width: calc(1320px/ 8); }
  .wrap-ourclients .slider-container {
    left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8));
    width: calc( 35px + 100% - calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)) - calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8))); }
    .wrap-ourclients .slider-container .wrap-image {
      width: calc(calc(1320px - calc(165px* 2)) / 5); }
  .wrap-ourclients .section-bottom-text {
    left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)); } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .wrap-ourclients .section-header .header-title {
    font-size: var(--font59);
    padding-left: var(--secondGridLeft); }
  .wrap-ourclients .section-header .dot-line-block {
    margin-left: var(--secondGridLeft); }
  .wrap-ourclients .section-header .wrap-slider-next-pre {
    right: calc(var(--sideGridWidth) + calc(var(--singleGridWidth)));
    width: var(--singleGridWidth); }
  .wrap-ourclients .slider-container {
    left: var(--secondGridLeft);
    width: calc(var(--singleGridWidth) * 7); }
    .wrap-ourclients .slider-container .wrap-image img {
      width: 85%;
      display: flex;
      justify-content: center;
      align-items: center; }
  .wrap-ourclients .section-bottom-text {
    left: var(--secondGridLeft); }
    .wrap-ourclients .section-bottom-text .text {
      font-size: var(--font20); }
  .wrap-ourclients .section-side-text {
    left: var(--sideGridWidth);
    font-size: var(--font20); } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .wrap-ourclients {
    height: 760px; }
    .wrap-ourclients .section-side-text {
      left: calc(calc(100% - 1240px) / 2);
      font-size: 18px; }
    .wrap-ourclients .section-header .dot-line-block {
      margin-left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
      padding-top: 20px; }
      .wrap-ourclients .section-header .dot-line-block .active {
        width: 46px; }
    .wrap-ourclients .section-header .header-title {
      padding-top: 78px;
      font-size: 57px;
      padding-left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)); }
    .wrap-ourclients .section-header .wrap-slider-next-pre {
      right: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
      height: calc(calc(1240px/ 8)/ 2);
      width: calc(1240px/ 8); }
    .wrap-ourclients .slider-container {
      height: 285px;
      left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
      width: calc( 25px + 100% - calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)) - calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)));
      top: 245px; }
      .wrap-ourclients .slider-container .wrap-image {
        width: calc(calc(1248px - calc(calc(1240px/ 8)* 2)) / 5); }
    .wrap-ourclients .section-bottom-text {
      left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
      height: 165px; }
      .wrap-ourclients .section-bottom-text .text {
        font-size: 18px; } }

@media screen and (max-width: 1024px) {
  .wrap-ourclients {
    position: relative;
    height: 904px; }
    .wrap-ourclients .wrap-plus {
      top: -8px;
      left: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
    .wrap-ourclients .section-side-text {
      font-size: 14px;
      line-height: 28px; }
    .wrap-ourclients .section-header .header-title {
      padding: 48px 0 0 16.1%;
      font-size: 30px;
      line-height: 40px;
      width: 200px; }
    .wrap-ourclients .section-header .wrap-slider-next-pre {
      width: 23%;
      height: 36px;
      right: 4.5%;
      top: 48px; }
      .wrap-ourclients .section-header .wrap-slider-next-pre svg {
        width: 14px;
        height: 10px; }
        .wrap-ourclients .section-header .wrap-slider-next-pre svg path {
          stroke-width: 3px; }
    .wrap-ourclients .section-header .dot-line-block {
      padding-top: 16px;
      margin-left: 17%; }
      .wrap-ourclients .section-header .dot-line-block .dot-item {
        width: 4px;
        height: 4px;
        margin-right: 4px; }
      .wrap-ourclients .section-header .dot-line-block .active {
        width: 24px;
        height: 4px; }
    .wrap-ourclients .slider-container {
      width: 84%;
      top: 156px;
      height: 546px;
      left: calc(4.1% + calc(91.8%/ 8))-30px;
      margin-top: 40px; }
      .wrap-ourclients .slider-container .slick-slide div {
        display: flex;
        flex-wrap: wrap; }
        .wrap-ourclients .slider-container .slick-slide div .wrap-image {
          width: 50% !important;
          height: 60px;
          margin-bottom: 18px; } }
        @media screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
          .wrap-ourclients .slider-container .slick-slide div .wrap-image {
            margin-right: 0px; } }

@media screen and (max-width: 1024px) {
          .wrap-ourclients .slider-container .slick-slide div .wrap-image img {
            width: 110px;
            height: auto; }
    .wrap-ourclients .section-bottom-text {
      height: auto;
      bottom: 40px;
      max-width: 252px; }
      .wrap-ourclients .section-bottom-text .text {
        font-size: 12px;
        line-height: 20px; } }

@keyframes fadeInLeft {
  0% {
    margin-top: -30px; }
  100% {
    margin-top: 0px; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.build-team-area {
  position: relative;
  margin-top: 166px;
  min-height: 742px;
  height: auto;
  z-index: 2; }
  .build-team-area .wrap-plus {
    top: -15px;
    left: var(--sideGridWidth); }
  .build-team-area .desktop-only {
    display: block; }
  .build-team-area .vertical-line-top {
    width: 113px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    left: var(--secondGridLeft);
    top: -3.5px; }
  .build-team-area .team-vertical-text {
    position: absolute;
    left: var(--sideGridWidth);
    top: 70%;
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #26252e;
    transform: rotate(-90deg);
    transform-origin: left top; }
  .build-team-area .team-title {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: var(--font59);
    line-height: 90px;
    color: #26252e;
    margin-left: var(--secondGridLeft);
    padding-top: 58px;
    width: calc((var(--singleGridWidth) * 2));
    overflow-wrap: break-word;
    word-wrap: normal; }
  .build-team-area .team-description {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: var(--font20);
    line-height: 30px;
    letter-spacing: 0.02em;
    color: rgba(38, 37, 46, 0.7);
    margin-left: var(--secondGridLeft);
    letter-spacing: 0.02em;
    margin-top: 48px;
    width: calc((var(--singleGridWidth) * 2)); }
  .build-team-area .bottom-border {
    background: #26252e;
    opacity: 0.3;
    position: absolute;
    left: var(--secondGridLeft);
    bottom: 0;
    width: calc((var(--singleGridWidth) * 2));
    height: 1px; }
  .build-team-area .feature-img {
    position: absolute;
    left: var(--fourGridLeft);
    bottom: 0;
    z-index: 2;
    height: 660px;
    width: calc(var(--singleGridWidth) * 4);
    background-color: #7d7c82; }
  .build-team-area .bg-right-color {
    background-color: #ecf1f2;
    height: calc(100% - 70px);
    position: absolute;
    right: 0;
    width: calc((var(--singleGridWidth) * 3) + var(--sideGridWidth));
    top: -2px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .build-team-area {
    margin-top: var(--singleGridWidth); }
    .build-team-area .team-title {
      font-size: var(--font56);
      width: calc(var(--singleGridWidth) * 2.2); }
    .build-team-area .feature-img img {
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .build-team-area {
    margin-top: 156px; }
    .build-team-area .bg-right-color {
      height: calc(100% - 70px); }
    .build-team-area .feature-img img {
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1920px) {
  .build-team-area {
    min-height: 743px !important; } }

@media screen and (max-width: 1024px) {
  .build-team-area {
    position: relative;
    margin: 64px 0px;
    min-height: 630px;
    z-index: 2; }
    .build-team-area .wrap-plus {
      top: -8px;
      left: var(--sideGridWidth); }
    .build-team-area .desktop-only {
      display: none; }
    .build-team-area .vertical-line-top {
      width: 50px;
      height: 7px;
      background-color: #000000;
      position: absolute;
      left: var(--secondGridLeft);
      top: -3.5px; }
    .build-team-area .team-vertical-text {
      position: absolute;
      left: var(--sideGridWidth);
      top: 425px;
      letter-spacing: 0.02em;
      font-family: "Roboto-Regular";
      font-size: 12px;
      color: #26252e;
      font-weight: normal;
      line-height: 18px;
      letter-spacing: 0.02em;
      transform: rotate(-90deg);
      transform-origin: left top;
      font-family: "Roboto-Medium"; }
    .build-team-area .team-title {
      font-family: "Roboto-Regular";
      font-size: 30px;
      color: #26252e;
      font-weight: normal;
      line-height: 40px;
      width: calc((var(--singleGridWidth) * 3));
      font-family: "Roboto-Medium";
      padding-top: 40px; }
    .build-team-area .spTech-team-title {
      top: 0;
      margin-top: 30px; }
    .build-team-area .team-description {
      font-family: "Roboto-Regular";
      font-size: 12px;
      color: #26252e;
      font-weight: normal;
      line-height: 20px;
      letter-spacing: 0.02em;
      opacity: 0.7 !important;
      width: calc((var(--singleGridWidth) * 3)); }
    .build-team-area .spTech-team-description {
      top: 0;
      margin-top: 23px; }
    .build-team-area .bottom-border {
      background: #26252e;
      opacity: 0.3;
      position: absolute;
      left: var(--secondGridLeft);
      bottom: 0;
      width: calc((var(--singleGridWidth) * 2));
      height: 1px; }
    .build-team-area .feature-img {
      position: absolute;
      left: var(--secondGridLeft);
      bottom: 10% !important;
      width: calc((var(--singleGridWidth) * 3));
      z-index: 2;
      height: 216px; }
      .build-team-area .feature-img img {
        width: calc((var(--singleGridWidth) * 3));
        object-fit: cover;
        height: 216px; }
    .build-team-area .spTech-feature-img {
      bottom: 30px; }
    .build-team-area .bg-right-color {
      background-color: #ecf1f2;
      height: calc(100% - 0px);
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc((var(--singleGridWidth) * 2) + var(--sideGridWidth));
      z-index: -1; } }

