/*
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%
*/
.who-we-are-section {
  position: relative;
  margin-top: var(--margin166);
  margin-bottom: var(--margin166);
  min-height: 955px; }
  .who-we-are-section .vertical-text {
    position: absolute;
    z-index: 1;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    top: 220px;
    left: calc(var(--sideGridWidth));
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: var(--font20);
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #26252e; }
  .who-we-are-section .content-div {
    position: relative;
    margin-left: var(--secondGridLeft);
    padding-top: 108px; }
    .who-we-are-section .content-div .dash-line {
      position: relative;
      height: 7px;
      width: 113px;
      background-color: #000000; }
    .who-we-are-section .content-div .section-title {
      margin-top: 55px;
      font-family: "Roboto-Medium";
      font-weight: 500;
      font-size: var(--font59);
      line-height: 90px;
      color: #26252e;
      width: calc(var(--singleGridWidth) * 3);
      margin-left: -4px; }
    .who-we-are-section .content-div .section-description {
      margin-top: 48px;
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: var(--font20);
      line-height: 30px;
      display: flex;
      align-items: center;
      letter-spacing: 0.02em;
      color: rgba(38, 37, 46, 0.7);
      width: calc(var(--singleGridWidth) * 3); }
  .who-we-are-section .dash-think-line {
    bottom: 0;
    left: var(--sideGridWidth);
    height: 1px;
    width: calc(var(--singleGridWidth) * 2);
    position: absolute;
    background: rgba(38, 37, 46, 0.3); }
  .who-we-are-section .mobile-hover-div {
    display: none; }
  .who-we-are-section .hover-div {
    margin-top: 85px;
    margin-left: var(--sideGridWidth);
    display: block; }
    .who-we-are-section .hover-div .single-div {
      float: left;
      width: calc(var(--singleGridWidth) * 2);
      height: calc((var(--singleGridWidth) * 2) + 60px);
      margin-right: 12px;
      background-color: #7d7c82; }
      .who-we-are-section .hover-div .single-div .hover-img {
        position: absolute;
        top: 0;
        left: calc(calc(var(--singleGridWidth) * 5) + var(--sideGridWidth));
        height: 100%;
        max-width: calc(calc(var(--singleGridWidth) * 3) + var(--sideGridWidth));
        transition: all 0.5s linear;
        background-color: #7d7c82; }
      .who-we-are-section .hover-div .single-div .wrap-div {
        position: relative;
        height: 100%;
        width: 100%;
        background: #ecf1f2;
        padding: 56px 60px;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s; }
        .who-we-are-section .hover-div .single-div .wrap-div:hover {
          background: #434eba; }
          .who-we-are-section .hover-div .single-div .wrap-div:hover .item-text {
            color: #ffffff; }
          .who-we-are-section .hover-div .single-div .wrap-div:hover .item-description {
            color: rgba(255, 255, 255, 0.7); }
        .who-we-are-section .hover-div .single-div .wrap-div:hover::after {
          background: #434eba;
          content: ''; }
        .who-we-are-section .hover-div .single-div .wrap-div .item-text {
          font-family: "Roboto-Medium";
          font-style: normal;
          font-weight: 500;
          font-size: var(--font20);
          line-height: 36px;
          color: #434eba;
          z-index: 3;
          -webkit-transition: color 0.28s ease-in-out 0s;
          -moz-transition: color 0.28s ease-in-out 0s;
          transition: color 0.28s ease-in-out 0s; }
        .who-we-are-section .hover-div .single-div .wrap-div .item-description {
          margin-top: 30px;
          font-family: "Roboto-Regular";
          font-style: normal;
          font-weight: normal;
          font-size: var(--font16);
          line-height: 30px;
          align-items: center;
          letter-spacing: 0.01em;
          z-index: 3;
          color: rgba(38, 37, 46, 0.7);
          -webkit-transition: color 0.3s ease-in-out 0s;
          -moz-transition: color 0.3s ease-in-out 0s;
          transition: color 0.3s ease-in-out 0s; }
  .who-we-are-section .wrap-plus {
    left: calc(var(--sideGridWidth));
    top: -15px; }

@keyframes who-we-are-animation {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .who-we-are-section {
    min-height: 934px;
    margin-top: 156px;
    margin-bottom: 156px !important; } }

@media screen and (min-width: 1280px) and (max-width: calc(1366px - 1px)) {
  .who-we-are-section .hover-div .single-div .wrap-div {
    padding: 40px 13% !important; }
    .who-we-are-section .hover-div .single-div .wrap-div .item-text {
      line-height: 30px !important; }
    .who-we-are-section .hover-div .single-div .wrap-div .item-description {
      line-height: 30px !important; }
  .who-we-are-section .hover-div .single-div .wrap-div-active {
    padding: 40px 13% !important; }
    .who-we-are-section .hover-div .single-div .wrap-div-active .item-text {
      line-height: 30px !important; }
    .who-we-are-section .hover-div .single-div .wrap-div-active .item-description {
      line-height: 30px !important; } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .who-we-are-section {
    margin-top: var(--singleGridWidth) !important;
    margin-bottom: 0px !important; }
    .who-we-are-section .hover-div .single-div .wrap-div {
      padding: 40px 7%; }
      .who-we-are-section .hover-div .single-div .wrap-div .item-text {
        font-size: var(--font18);
        line-height: 27px; }
      .who-we-are-section .hover-div .single-div .wrap-div .item-description {
        line-height: 27px; }
    .who-we-are-section .hover-div .single-div .wrap-div-active {
      padding: 40px 7%; }
      .who-we-are-section .hover-div .single-div .wrap-div-active .item-text {
        font-size: var(--font18);
        line-height: 27px; }
      .who-we-are-section .hover-div .single-div .wrap-div-active .item-description {
        line-height: 27px; }
    .who-we-are-section .content-div .section-title {
      width: calc(var(--singleGridWidth) * 3); } }

@media screen and (max-width: 1024px) {
  .who-we-are-section {
    margin: 0;
    margin-top: 124px;
    position: relative;
    min-height: auto;
    margin-bottom: var(--margin166);
    padding-bottom: 47px; }
    .who-we-are-section .vertical-text {
      top: 300px;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.02em;
      font-weight: 500;
      font-family: "Roboto-Medium"; }
    .who-we-are-section .content-div {
      position: relative;
      margin-left: var(--secondGridLeft);
      padding-top: 0; }
      .who-we-are-section .content-div .dash-line {
        position: relative;
        height: 7px;
        width: 50px;
        background-color: #000000; }
      .who-we-are-section .content-div .section-title {
        margin-top: 30px;
        line-height: 40px;
        font-weight: 500;
        width: calc(var(--singleGridWidth) * 2);
        margin-left: -1px; }
      .who-we-are-section .content-div .section-description {
        margin-top: 24px;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em;
        color: rgba(38, 37, 46, 0.7);
        width: 210px; }
    .who-we-are-section .dash-think-line {
      bottom: 0;
      left: var(--sideGridWidth);
      height: 1px;
      width: calc(var(--singleGridWidth) * 2);
      position: absolute;
      background: rgba(38, 37, 46, 0.3); }
    .who-we-are-section .mobile-hover-div {
      display: block;
      height: 397px;
      width: 100%;
      margin-top: 36px;
      position: relative; }
      .who-we-are-section .mobile-hover-div .hover-img {
        height: 100%;
        margin-left: var(--secondGridLeft);
        width: calc(100% - var(--secondGridLeft));
        background-color: #7d7c82; }
      .who-we-are-section .mobile-hover-div .slider-wrap {
        position: absolute;
        display: block;
        height: 180px;
        width: calc(100% - var(--sideGridWidth));
        margin-left: var(--sideGridWidth);
        bottom: 36px; }
        .who-we-are-section .mobile-hover-div .slider-wrap .slick-list {
          overflow: unset; }
      .who-we-are-section .mobile-hover-div .single-div {
        width: 180px !important;
        height: 500px;
        position: relative;
        outline: none; }
        .who-we-are-section .mobile-hover-div .single-div .hover-img {
          position: absolute;
          top: -180px; }
        .who-we-are-section .mobile-hover-div .single-div .wrap-div {
          position: relative;
          height: 180px !important;
          width: 100%;
          background: #ecf1f2;
          padding: 20px 24px;
          transition: all 0.5s linear; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div .item-text {
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            color: #434eba; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div .item-description {
            margin-top: 20px;
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 11px;
            line-height: 16px;
            display: flex;
            align-items: center;
            letter-spacing: 0.01em;
            color: rgba(38, 37, 46, 0.7);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 5;
            font-feature-settings: "palt";
            font-kerning: auto; }
        .who-we-are-section .mobile-hover-div .single-div .wrap-div-active {
          position: relative;
          height: auto;
          width: 100%;
          background: #434eba;
          padding: 20px 24px;
          transition: all 0.5s linear; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div-active .item-text {
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            color: #ffffff; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div-active .item-description {
            margin-top: 20px;
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 11px;
            line-height: 16px;
            align-items: center;
            letter-spacing: 0.01em;
            color: rgba(255, 255, 255, 0.7); }
    .who-we-are-section .hover-div {
      display: none;
      margin-top: 48px;
      margin-left: var(--sideGridWidth); }
    .who-we-are-section .wrap-plus {
      left: var(--sideGridWidth);
      top: -3px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .who-we-are-section .mobile-hover-div .slider-wrap {
    width: calc(var(--singleGridWidth) * 2);
    margin-left: calc(var(--sideGridWidth) +var(--singleGridWidth) / 2); } }

