/*
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%
*/
.item-obj {
  margin-bottom: 15px;
  line-height: 20px; }
  .item-obj__title {
    font-family: "Roboto-Bold";
    font-weight: 300;
    font-size: 16px; }
  .item-obj__description {
    font-family: "Roboto-Regular";
    font-weight: 300;
    font-size: 14px; }

.benefits-Of-AI-solution {
  position: relative;
  min-height: 948px;
  margin-top: var(--singleGridWidth); }
  .benefits-Of-AI-solution .wrap-plus {
    left: calc(calc(var(--singleGridWidth) * 8) + var(--sideGridWidth));
    top: -5px; }
  .benefits-Of-AI-solution .vertical-text {
    position: absolute;
    z-index: 1;
    transform: rotate(-90deg);
    transform-origin: left top;
    top: 540px;
    left: calc(var(--sideGridWidth));
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #26252e; }
  .benefits-Of-AI-solution .vertical-text-small {
    position: absolute;
    z-index: 1;
    transform: rotate(-90deg);
    transform-origin: left top;
    top: 465px;
    left: calc(var(--sideGridWidth));
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #26252e; }
  .benefits-Of-AI-solution .content-div {
    position: relative;
    padding-left: var(--secondGridLeft);
    border: 1px solid #ffffff;
    border-left: 0;
    display: block; }
    .benefits-Of-AI-solution .content-div .bg {
      position: absolute;
      left: 0;
      top: 7px;
      height: calc(100% - 7px);
      width: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 8));
      background: #ecf1f2; }
    .benefits-Of-AI-solution .content-div .additional-grid-block {
      left: 0;
      top: 7px;
      height: calc(100% - 7px); }
    .benefits-Of-AI-solution .content-div .dash-line {
      position: relative;
      height: 7px;
      width: 113px;
      background-color: #000000;
      margin-top: 6.5px; }
    .benefits-Of-AI-solution .content-div .section-title {
      margin-top: 58px;
      font-family: "Roboto-Medium";
      font-style: normal;
      font-weight: 500;
      font-size: var(--font59);
      line-height: 90px;
      color: #26252e;
      position: relative;
      width: calc(var(--singleGridWidth) * 5);
      margin-left: -1px; }
    .benefits-Of-AI-solution .content-div .section-description .read-more-section .read-description {
      position: relative;
      margin-top: 48px;
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.02em;
      color: rgba(38, 37, 46, 0.7);
      width: calc(var(--singleGridWidth) * 4);
      left: calc(var(--singleGridWidth));
      padding-bottom: 60px; }
  .benefits-Of-AI-solution .dash-think-line {
    bottom: 0;
    left: var(--sideGridWidth);
    height: 1px;
    width: calc(var(--singleGridWidth) * 2);
    position: absolute;
    background: rgba(38, 37, 46, 0.3); }
  .benefits-Of-AI-solution .data-container {
    width: 100%;
    padding-left: var(--sideGridWidth);
    position: relative; }
    .benefits-Of-AI-solution .data-container .item-description {
      margin: auto;
      width: calc(var(--singleGridWidth) * 8);
      position: absolute;
      left: var(--sideGridWidth);
      background: #434eba;
      padding: 38px 50px;
      color: rgba(255, 255, 255, 0.7); }
      .benefits-Of-AI-solution .data-container .item-description p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Roboto-Regular";
        font-style: normal;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0.02em;
        font-size: 20px;
        min-height: 200px;
        max-height: 280px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .benefits-Of-AI-solution .data-container .item-description p::-webkit-scrollbar {
          display: none; }
      .benefits-Of-AI-solution .data-container .item-description h3 {
        margin: 0;
        font-family: "Roboto-Bold";
        font-weight: 300;
        font-size: 16px;
        line-height: 20px; }
      .benefits-Of-AI-solution .data-container .item-description h4 {
        margin: 0;
        font-family: "Roboto-Regular";
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px; }
    .benefits-Of-AI-solution .data-container .single-div {
      float: left;
      height: calc(var(--singleGridWidth) * 2);
      width: calc(var(--singleGridWidth) * 2); }
      .benefits-Of-AI-solution .data-container .single-div .bottom-dash-line {
        position: absolute;
        width: calc(var(--singleGridWidth) * 2);
        height: 10px;
        background: #434eba;
        bottom: 0;
        opacity: 0;
        margin-bottom: 10px; }
      .benefits-Of-AI-solution .data-container .single-div .wrap-svg .after-image {
        display: none; }
      .benefits-Of-AI-solution .data-container .single-div.selected .wrap-div {
        opacity: 1; }
      .benefits-Of-AI-solution .data-container .single-div.selected .bottom-dash-line {
        opacity: 1; }
      .benefits-Of-AI-solution .data-container .single-div.selected .data-icon {
        background-color: #434eba; }
      .benefits-Of-AI-solution .data-container .single-div.selected .item-description {
        opacity: 1; }
      .benefits-Of-AI-solution .data-container .single-div.selected .item-text {
        color: #434eba; }
      .benefits-Of-AI-solution .data-container .single-div.selected .wrap-svg svg path {
        stroke: #434eba; }
      .benefits-Of-AI-solution .data-container .single-div .wrap-div {
        cursor: pointer;
        position: relative;
        height: 100%;
        width: 100%;
        text-align: center;
        opacity: 0.5; }
      .benefits-Of-AI-solution .data-container .single-div .wrap-svg {
        padding-top: 100px; }
        .benefits-Of-AI-solution .data-container .single-div .wrap-svg img {
          cursor: pointer; }
        .benefits-Of-AI-solution .data-container .single-div .wrap-svg svg path {
          stroke: #26252e; }
      .benefits-Of-AI-solution .data-container .single-div .item-text {
        font-family: "Roboto-Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #26252e;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        cursor: pointer;
        margin-top: 12px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .benefits-Of-AI-solution {
    margin-top: var(--singleGridWidth); }
    .benefits-Of-AI-solution .content-div .section-description .read-more-section .read-description {
      font-size: var(--font20); }
    .benefits-Of-AI-solution .data-container .single-div .wrap-svg {
      padding-top: 50px; }
    .benefits-Of-AI-solution .data-container .single-div .item-text {
      font-size: var(--font20); }
    .benefits-Of-AI-solution .data-container .single-div .item-description {
      font-size: var(--font20); } }

@media screen and (max-width: 1024px) {
  .benefits-Of-AI-solution {
    position: relative;
    min-height: auto; }
    .benefits-Of-AI-solution .wrap-plus {
      left: calc(calc(var(--singleGridWidth) * 4) + var(--sideGridWidth));
      top: -5px; }
    .benefits-Of-AI-solution .vertical-text {
      top: 390px;
      font-size: 12px;
      line-height: 18px; }
    .benefits-Of-AI-solution .vertical-text-small {
      top: 465px;
      font-size: 12px;
      line-height: 12px; }
    .benefits-Of-AI-solution .content-div {
      position: relative;
      padding-left: var(--secondGridLeft); }
      .benefits-Of-AI-solution .content-div .bg {
        position: absolute;
        left: 0;
        top: 3.5px;
        height: calc(100% - 3.5px);
        width: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 4)); }
      .benefits-Of-AI-solution .content-div .additional-grid-block {
        top: 3.5px;
        height: calc(100% - 3.5px); }
      .benefits-Of-AI-solution .content-div .dash-line {
        width: 50px; }
      .benefits-Of-AI-solution .content-div .section-title {
        margin-top: 30px;
        font-size: 30px;
        line-height: 40px;
        margin-left: -1px;
        width: calc(var(--singleGridWidth) * 3); }
      .benefits-Of-AI-solution .content-div .section-description .read-more-section .read-description {
        margin-top: 24px;
        font-size: 12px;
        line-height: 20px;
        margin-left: calc(-1 * var(--singleGridWidth) / 2);
        width: calc(var(--singleGridWidth) * 2);
        padding-bottom: 36px; }
    .benefits-Of-AI-solution .dash-think-line {
      bottom: 0;
      left: var(--sideGridWidth);
      height: 1px;
      width: calc(var(--singleGridWidth) * 2);
      position: absolute;
      background: rgba(38, 37, 46, 0.3); }
    .benefits-Of-AI-solution .data-container {
      width: 100%;
      padding-left: var(--sideGridWidth);
      position: relative;
      min-height: auto; }
      .benefits-Of-AI-solution .data-container .item-description {
        margin-top: 10px;
        display: none;
        width: calc(var(--singleGridWidth) * 4);
        position: relative;
        left: 0;
        background: #434eba;
        padding: 20px 24px;
        font-size: 12px;
        line-height: 20px; }
      .benefits-Of-AI-solution .data-container .single-div {
        float: unset;
        height: auto;
        width: calc(var(--singleGridWidth) * 4);
        cursor: pointer; }
        .benefits-Of-AI-solution .data-container .single-div .wrap-div {
          height: 216px;
          padding-top: 70px; }
        .benefits-Of-AI-solution .data-container .single-div .bottom-dash-line {
          opacity: 0; }
        .benefits-Of-AI-solution .data-container .single-div.selected .bottom-dash-line {
          width: calc(var(--singleGridWidth) * 4);
          opacity: 1;
          height: 4px;
          margin-bottom: 0; }
        .benefits-Of-AI-solution .data-container .single-div.selected .data-icon {
          background-color: #434eba; }
        .benefits-Of-AI-solution .data-container .single-div.selected .item-description {
          color: rgba(255, 255, 255, 0.7);
          background: #434eba;
          display: block;
          margin-top: 6px; }
        .benefits-Of-AI-solution .data-container .single-div.selected .item-text {
          color: #434eba; }
        .benefits-Of-AI-solution .data-container .single-div.selected .wrap-svg svg path {
          stroke: #434eba; }
        .benefits-Of-AI-solution .data-container .single-div .wrap-svg {
          padding-top: 0;
          height: 72px;
          width: 72px;
          position: relative;
          margin-left: 50%;
          transform: translateX(-50%); }
          .benefits-Of-AI-solution .data-container .single-div .wrap-svg svg {
            position: relative;
            height: 100%;
            width: 100%;
            object-fit: cover; }
            .benefits-Of-AI-solution .data-container .single-div .wrap-svg svg path {
              stroke: #26252e; }
        .benefits-Of-AI-solution .data-container .single-div .item-text {
          padding-top: 20px;
          font-size: 12px;
          line-height: 20px;
          position: relative;
          bottom: unset;
          font-family: "Roboto-Medium";
          font-weight: 500; } }

/*
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); } }

