@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Bai Jamjuree', sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1480px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

/* -----------------banner-css-start-------------------- */
.sec01_digital_outer {
    width: 100%;
    background: url(../images/about_us/banner-bg.png) center center no-repeat;
    padding: 70px 0;
    position: relative;
    margin-bottom: 200px;
}

.sec01_digital_outer .sec01_digital_inner {
    width: 100%;
    gap: 50px;
}

.sec01_digital_outer .sec01_digital_inner .right_part {
    width: 100%;
    text-align: center;
}

.sec01_digital_outer .sec01_digital_inner .right_part h1 b {
    color: #161616 !important;
    display: block;
    font-size: 100px;
    font-weight: 700;
    line-height: normal;

}

.sec01_digital_outer .sec01_digital_inner .right_part h1 {
    color: #fc7600;
    font-size: 52px;
    padding-bottom: 20px;

}

.sec01_digital_outer .sec01_digital_inner .right_part span {
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    display: block;
    padding-bottom: 20px;
}

.sec01_digital_outer .sec01_digital_inner .right_part p {
    max-width: 700px;
    margin: auto;
    padding-bottom: 30px;
}

.sec01_digital_outer .sec01_digital_inner .right_part .sub_tittle {
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    display: block;
    margin-bottom: 15px;
    width: fit-content;
    border-left: solid 4px #fc7600;
    padding: 5px 0 5px 10px;
}

.sec01_digital_outer .sec01_digital_inner .right_part .sub_heading {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    line-height: normal;
}

.clients {
    padding: 0;
}

.clients ul {
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    padding: 16px 30px;
    border-radius: 100px;
    width: fit-content;
    margin: auto;
    display: flex;
    margin-bottom: 30px;
}

.clients ul li {
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    padding-right: 5px;
    border-right: solid 2px #000;
    margin-right: 5px;
}

.clients ul li:last-child {
    margin-right: 0;
    border-width: 0;
    padding-right: 0;
}

.rating {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rating ul {
    padding: 0;
    display: flex;
    gap: 10px;
}

.rating ul li {
    background: #fff;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    padding: 20px;
    width: 175px;
    height: 150px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}

.rating ul li p {
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    padding-bottom: 0 !important;
}

.star {
    margin-bottom: 20px !important;
    display: block;
}

/*Sec 01 End*/


/*Sec 02 start*/
.satisfaction {
    padding: 0;
    margin-bottom: 120px;
}

.satisfaction_outer {
    display: flex;
    align-items: center;
    gap: 50px;
}

.satisfaction_outer .right_part {
    width: 50%;
    position: relative;
}

.satisfaction_outer .left_part {
    width: 50%;
}

.satisfaction_outer .left_part h2 {
    padding-bottom: 20px;
}

.satisfaction_outer .left_part p {
    padding-bottom: 20px;
}


.year img {
    width: auto;
    max-width: 350px;
}

.year {
    padding-bottom: 20px;
}

.satisfaction_outer .right_part span {
    background: #fff;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.satisfaction_outer .right_part span img {
    width: auto;
}

/*Sec 02 end*/

/*Sec 03 start*/
.mission {
    margin-bottom: 120px;
    background: #fbfbfb;
    padding: 160px 0 50px;
    position: relative;
    border-top: solid 1px #a3a3a333;
    border-bottom: solid 1px #a3a3a333;
}

.tabs_main_outer .tabs {
    padding: 0px;
    list-style: none;
    gap: 40px;
    display: flex;
    align-items: center;
}


.tabs_main_outer .tabs li {
    padding: 40px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    background-image: url(../images/about_us/tab-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 180px;
    max-width: 180px;
    height: 580px;
    position: relative;
}

.tabs_main_outer .tabs li h3 {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;

}

.tabs_main_outer .tabs li.current h3 {
    color: #fff;
    z-index: 9;
    font-size: 40px;
    transform: rotate(90deg) translate(-10%, -10%);
    top: 50%;
    bottom: revert;
    right: unset;
    left: 0%;
}

.tabs_main_outer .tabs li:nth-child(2) {
    background-image: url(../images/about_us/tab-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 180px;
    max-width: 180px;
    height: 580px;
    margin-top: -150px;
}

.tabs_main_outer .tabs li:nth-child(3) {
    background-image: url(../images/about_us/tab-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 180px;
    max-width: 180px;
    height: 580px;
}

.tabs_main_outer .tabs li::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tabs_main_outer .tabs li.current::after {
    position: absolute;
    content: "";
    background: rgba(249, 75, 0, 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tabs_main_outer .tabs li.current::before {
    opacity: 0;
}

.tabs_main_outer .tabs li.current {
    padding: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background-image: url(../images/about_us/tab-1.png);
    min-width: 180px;
    height: 580px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.tabs_main_outer .tabs li.current:nth-child(2) {
    background-image: url(../images/about_us/tab-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 180px;
    max-width: 180px;
    height: 580px;
}

.tabs_main_outer .tabs li.current:nth-child(3) {
    background-image: url(../images/about_us/tab-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-width: 180px;
    max-width: 180px;
    height: 580px;
}

.tabs_main_outer .tab-content {
    display: none;
}

.tabs_main_outer .tab-content.current {
    display: inherit;
}

.lefttab {
    width: 50%;
}

.righttab {
    width: 50%;
}

.tabs_main_outer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px
}

.righttab_heading {
    padding: 0;
}

.righttab_heading h2 {
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 20px;
}

.righttab_heading h2 b {
    font-weight: 800;
    display: block;
}

/*Sec 03 end*/

/*Sec 04 start*/
.left_part_Sys_content {
    position: absolute;
    background: #fff;
    padding: 20px 25px;
    width: 100%;
    max-width: 347px;
    bottom: -35px;
    z-index: 99;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0/20%);
    min-height: 130px;
    left: 230px;
}

.cto {
    position: absolute;
    top: 10%;
    left: 51%;
}

.left_part_Sys_content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    color: #fc7600;
    position: relative;
    padding-bottom: 0
}

.left_part_Sys_content p {
    font-size: 15px;
    color: #1a2e35;
    font-weight: 500
}

.left_part_Sys_content p.sys_aboutUs_linkedIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.left_part_Sys_content p.sys_aboutUs_linkedIn span {
    margin: 0 10px 0 0;
    position: absolute;
    right: 34px;
    bottom: 5px;
    display: contents
}

.sys_aboutUs_gleam .sys_aboutUs_gleam_content .right_part {
    width: 55%;
    padding-left: 60px;
    align-self: start
}

/*Sec 04 end*/

/*Sec 05 start*/
.why_choose {
    padding: 0;
    margin-bottom: 120px;
}

.why_choose_outer {
    display: flex;
    align-items: center;
    gap: 50px;
}

.why_choose_outer .right_part {
    width: 50%;
    position: relative;
}

.why_choose_outer .left_part {
    width: 50%;
}

.why_choose_outer .left_part h2 {
    padding-bottom: 20px;
}

.why_choose_outer .left_part p {
    padding-bottom: 20px;
}

.why_choose_list {
    padding: 0;
}

.why_choose_list ul {
    padding: 0;
}

.why_choose_list ul li {
    padding: 0;
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.why_choose_list ul li::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 10px;
    bottom: 0;
    height: 8px;
    border-radius: 100px;
    background: #fc7600
}

.services h3 {
    font-size: 30px;
    padding-bottom: 10px;
}

.services {
    border-left: solid 3px #d6d6d6;
    padding-left: 20px;
    margin-top: 20px;
}

.services p {
    padding-bottom: 0 !important;
}

/*Sec 05 end*/

/*Sec 06 start*/
.server {
    width: 100%;
    background: url(../images/about_us/server-bg.png) center center no-repeat;
    padding: 70px 0;
    position: relative;
    margin-bottom: 120px;
}

.server_heading {
    text-align: center;
}

.server_heading h2 {
    padding-bottom: 10px;
}

.server_heading p {
    position: relative;
}

.server_heading p::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    bottom: -20px;
    height: 7px;
    border-radius: 100px;
    background: #fc7600;
}

.server_outer {
    width: 60%;
    margin: auto;
    margin-top: 70px;
}

.server_outer ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.server_outer ul li {
    padding: 0;
    background: #fff;
    padding: 24px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 5%);
    text-align: center;
    border-radius: 20px;
}

.server_outer ul li span {
    font-size: 18px;
    font-weight: 700;
    color: #161616;
    display: block;
    padding-top: 12px;
    line-height: normal;
}

/*Sec 06 end*/

/*Sec 07 start*/
.innovation {
    padding: 0;
    margin-bottom: 120px;
}

.innovation_outer {
    padding: 0;
}

.innovation_heading h2 {
    padding-bottom: 20px;
}

.sec01_digital_inner_btn a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    box-shadow: rgba(252, 118, 0, 0.47) 9px 7px 38px 0px;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 10px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
}

.sec01_digital_inner_btn a:hover {
    color: #fff;
    background: #fc7600;
}

.innovation_heading {
    display: flex;
    align-items: center;
    gap: 200px;
    padding-bottom: 50px;
}

.innovation_outer {
    padding: 0;
}

.innovation_outer ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.innovation_outer ul li {
    background: linear-gradient(183deg, #fff, #fef5ee);
    box-shadow: 0px 12px 34px rgba(32, 31, 31, 2%);
    padding: 20px;
    border-radius: 20px;
    border: solid 1px rgba(163, 163, 163, 21%);
    width: 100%;
}

.innovation_outer ul li span {
    background: #fcf1e6;
    padding: 14px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 10px;
}

.innovation_outer ul li h3 {
    padding-bottom: 10px;
}

/*Sec 07 end*/

/*Sec 08 start*/
.photos {
    margin-bottom: 120px;

}

.tabsnew {
    display: flex;
    align-self: center;
    gap: 24px;
    padding: 20px 40px;
    border-radius: 100px;
    border: solid 1px #f7f3f3;
    box-shadow: 0px 8px 12px rgba(32, 21, 21, 5%);
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 70px;
}

.tabsnew li {
    padding: 12px 26px;
    text-align: center;
    cursor: pointer;
    min-width: 150px;
}

.tabs_main_outer_tow .tabs {
    padding: 0px;
    list-style: none;
    gap: 40px;
    display: flex;
    align-items: center;
}

.tabsnew li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #161616;
}

.tabs_main_outer_tow .tab-content {
    display: none;
}

.tabs_main_outer_tow .tab-content.currenttow {
    display: inherit;
    overflow-x: hidden;
}

.photos_heading {
    padding-bottom: 50px;
    text-align: center;
}

.tabs_main_outer_tow .tabsnew li.currenttow {
    padding: 12px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: #fc7600;
    border-radius: 100px;
    transition: all .4s linear;
}

.gallery_list {
    width: 100%;
    display: flex;
    gap: 10px;
    animation: rotation 50s linear infinite;
}

.gallery_list_inner {
    display: flex;
    gap: 10px;
}

.gallery_list img {
    border-radius: 30px;
}

.right_part_img img {
    width: auto;
    height: auto !important;
    min-height: auto;

}

.tabs_main_outer_tow .tabsnew li:hover {
    background: #fc7600;
    border-radius: 100px;
    transition: all .4s linear;
}

.tabs_main_outer_tow .tabsnew li:hover h3 {
    color: #fff;
}

.tabs_main_outer_tow .tabsnew li.currenttow h3 {
    color: #fff;
}

.tabs_main_outer_tow .tabsnew li.currenttow::before {
    opacity: 0;
}

.center_img_outer {
    display: flex;
    gap: 10px;
}

.center_img_outer img {
    border-radius: 30px;
}

.box_one>div {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.box_one>div:last-child {
    padding-bottom: 0;
}

.box_tow>div {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.box_tow>div:last-child {
    padding-bottom: 0;
}

.gallery_list:hover {
    animation-play-state: paused;
}

@keyframes rotation {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-300%)
    }
}

/*Sec 08 end*/

/*Sec 09 start*/
.team {
    padding: 0;
    margin-bottom: 120px;
}

.team_outer {
    padding: 0;
}

.team_heading {
    text-align: center;
    padding-bottom: 50px;
}

.team_outer ul {
    padding: 0;
    display: flex;
    gap: 50px;
}

.team_outer ul li {
    background: #fc7600;
    padding: 40px 20px 20px;
    box-shadow: 0px 8px 32px rgba(32, 21, 21, 8%);
    width: 100%;
    text-align: center;
    border-bottom: solid 8px #fc7600;
    position: relative;
    border-radius: 30px 0 0 0;
}

.team_outer ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 150px 0 0 0;
}

.team_outer ul li h3 {
    font-size: 26px;
    font-weight: 600;
    color: #232323;
    padding-bottom: 5px;
    position: relative;
}

.team_outer ul li p {
    font-size: 20px;
    font-weight: 400;
    color: #fc7600;
    position: relative;
}

.team_outer ul li span {
    border: solid 3px #fb7600;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: flex;
    padding: 6px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

/*Sec 09 end*/

/*Sec 10 start*/
.digital {
    margin-bottom: 120px;
    position: relative;
}

.digital_outer {
    display: flex;
    align-items: center;
    gap: 50px;
}

.digital_heading {
    width: 50%;
}

.digital_heading h2 {
    padding-bottom: 20px;
}

.digital_right {
    width: 50%;
}

.digital::before {
    position: absolute;
    content: "";
    width: 43%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, #ff6d26, #fbc0233d);
    border-radius: 200px 0 0 0;
    z-index: -1;
}

.digital_right img {
    width: 100%;
}

/*Sec 10 end*/

/*Sec 11 start*/
.vision {
    width: 100%;
    height: 100%;
    background: url(../images/about_us/vision-bg.png) center center no-repeat;
    padding: 500px 0 260px;
    position: relative;
    background-size: cover;
}

.vision_heading {
    text-align: left;
    width: 40%;
    position: absolute;
    top: 10%;
    right: 20%;
}

.vision_heading h2 {
    padding-bottom: 20px;
}

/*Sec 11 end*/


/* responsive-shoaib */

@media only screen and (max-width:1366px) {
    .satisfaction_outer .right_part img {
        width: 100%;
    }

    .why_choose_outer .right_part img {
        width: 100%;
    }

    .sec01_digital_outer {
        padding: 50px 0;
    }

    .year img {
        max-width: 300px;
    }

    .tabs_main_outer .tabs {
        gap: 20px;
    }

    .tabs_main_outer .tabs li:nth-child(2) {
        height: 500px;
    }

    .tabs_main_outer .tabs li:nth-child(3) {
        height: 500px;
    }

    .tabs_main_outer .tabs li {
        height: 500px;
    }

    .tabs_main_outer .tabs li.current {
        height: 500px;
    }

    .tabs_main_outer .tabs li.current:nth-child(2) {
        height: 500px;
    }

    .tabs_main_outer .tabs li.current:nth-child(3) {
        height: 500px;
    }

    .righttab_heading h2 {
        font-size: 50px;
    }

    .cto {
        top: 5%;
    }

    .vision_heading {
        width: 50%;
        right: 10%;
    }

    .server_outer {
        width: 70%;
    }
}

@media only screen and (max-width:1200px) {
    .team_outer ul {
        gap: 20px;
    }

    .team_outer ul li span {
        width: 160px;
        height: 160px;
    }

    .lefttab {
        transform: scale(0.8);
        margin-left: -46px;
    }

    .left_part_Sys_content {
        width: 80%;
        padding: 20px;
        left: 217px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 b {
        font-size: 80px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 42px;
    }

    .year img {
        max-width: 200px;
    }

    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .satisfaction_outer .right_part span {
        width: 100px;
        height: 100px;
    }

    .satisfaction_outer .right_part span img {
        max-width: 50px;
    }

    .satisfaction {
        margin-bottom: 100px;
    }

    .left_part_Sys_content h2 {
        font-size: 22px !important;
    }

    .righttab_heading h2 {
        padding-bottom: 10px;
    }

    .server_outer {
        width: 100%;
    }

    .server {
        padding: 50px 0;
        margin-bottom: 100px;
    }

    .innovation_outer ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .innovation_heading {
        padding-bottom: 40px;
    }

    .photos_heading {
        padding-bottom: 20px;
    }

    .tabsnew {
        margin-bottom: 50px;
    }

    .tabsnew li h3 {
        font-size: 18px;
    }

    .tabsnew {
        padding: 20px 20px;
    }

    .team_outer ul li h3 {
        font-size: 22px;
    }

    .team_outer ul li p {
        font-size: 16px;
    }

    .vision {
        padding: 200px 0 250px;
    }

    .team_outer ul li span {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width:992px) {
    .sec01_digital_outer .sec01_digital_inner .right_part h1 b {
        font-size: 60px;
    }

    .tabs_main_outer {
        flex-wrap: wrap;
    }

    .lefttab {
        margin: 0;
        width: 100%;
    }

    .righttab {
        width: 100%;
        padding-bottom: 50px;
        text-align: center;
    }

    .mission {
        padding: 50px 0 50px;
    }

    .cto {
        width: 100%;
        text-align: center;
        padding: 0px 0;
        position: unset;
    }

    .tabs_main_outer .tabs {
        justify-content: center;
    }

    .tabs_main_outer {
        gap: 10px;
    }

    .righttab {
        padding-bottom: 50px;
    }

    .left_part_Sys_content {
        left: 50%;
        transform: translateX(-50%);
        max-width: 267px;
    }

    .sec01_digital_outer {
        padding: 30px 0;
    }

    .satisfaction_outer {
        flex-wrap: wrap;
    }

    .satisfaction_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .satisfaction_outer .right_part {
        width: 100%;
    }

    .why_choose_outer {
        flex-wrap: wrap;
    }

    .why_choose_outer .left_part {
        width: 100%;
    }

    .why_choose_outer .right_part {
        width: 100%;
    }

    .server_outer ul li img {
        max-width: 46px;
    }

    .innovation_heading {
        display: block;
    }

    .innovation_heading>div {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .sec01_digital_inner_btn a {
        margin: auto;
    }

    .innovation_outer ul li span {
        width: 60px;
        height: 60px;
    }

    .innovation_outer ul li span img {
        max-width: 40px;
    }

    h3 {
        font-size: 20px;
    }

    .tabsnew li {
        padding: 12px 16px;
    }

    .tabs_main_outer_tow .tabsnew li.currenttow {
        padding: 12px 16px;
    }

    .team_outer ul li {
        width: 48%;
        margin: auto;
    }

    .team_outer ul {
        flex-wrap: wrap;
    }

    .mission {
        margin-bottom: 100px;
    }

    .why_choose {
        margin-bottom: 100px;
    }

    .innovation {
        margin-bottom: 100px;
    }

    .photos {
        margin-bottom: 100px;
    }

    .team {
        margin-bottom: 100px;
    }

    .digital {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:768px) {
    .server_outer ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .tabsnew {
        overflow: auto;
        width: 100%;
        min-width: 100%;
        justify-content: flex-start;
    }

    .rating ul {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .rating {
        width: 100%;
    }

    .clients ul {
        padding: 16px 20px;
    }

    .clients ul li {
        font-size: 16px;
    }

    .clients ul {
        justify-content: center;
        width: 100%;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part p {
        padding-bottom: 20px;
    }

    .sec01_digital_outer {
        margin-bottom: 330px;
    }

    .satisfaction_outer {
        gap: 20px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 b {
        font-size: 50px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 32px;
    }

    .satisfaction {
        margin-bottom: 60px;
    }

    .righttab {
        padding-bottom: 40px;
    }

    .why_choose_outer .left_part {
        text-align: center;
    }

    .services {
        border-left: 0;
        padding-left: 0;
    }

    .why_choose_list ul li::before {
        display: none;
    }

    .why_choose_outer {
        gap: 20px;
    }

    .why_choose {
        margin-bottom: 60px;
    }

    .server {
        padding: 30px 0;
        margin-bottom: 50px;
    }

    h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .innovation_heading h2 {
        padding-bottom: 10px;
    }

    .innovation_heading {
        padding-bottom: 30px;
    }

    .innovation_outer ul li {
        text-align: center;
    }

    .innovation_outer ul li span {
        margin: auto;
        margin-bottom: 15px;
    }

    .innovation {
        margin-bottom: 50px;
    }

    .tabs_main_outer_tow .tabsnew li.currenttow {
        min-width: 180px;
    }

    .tabsnew {
        margin-bottom: 30px;
    }

    .photos {
        margin-bottom: 50px;
    }

    .team_heading {
        padding-bottom: 30px;
    }

    .digital_outer {
        gap: 20px;
        flex-wrap: wrap;
    }

    .digital_heading {
        width: 100%;
        text-align: center;
    }

    .digital_right {
        width: 100%;
    }

    .digital::before {
        display: none;
    }

    .digital {
        margin-bottom: 50px;
    }

    .vision_heading {
        width: 100%;
        position: unset;
        text-align: center;
    }

    .vision {
        background: #fbf7f4;
        padding: 30px 0;
    }

    .services h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width:600px) {
    .sec01_digital_outer .sec01_digital_inner .right_part span {
        font-size: 18px;
        line-height: normal;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        padding-bottom: 10px;
    }

    .clients ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .lefttab {
        transform: scale(0.7);
    }

    .left_part_Sys_content {
        max-width: 237px;
    }

    .righttab {
        padding-bottom: 30px;
    }

    .server_outer ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .server_outer {
        margin-top: 50px;
    }

    .server_outer ul li span {
        font-size: 16px;
    }

    .server_outer ul li {
        border-radius: 10px;
    }

    .team_outer ul li {
        width: 47%;
    }

    .team_outer ul li h3 {
        font-size: 20px;
    }

    .mission {
        margin-bottom: 70px;
    }

    .clients ul {
        border-radius: 10px;
    }
}

@media only screen and (max-width:480px) {
    .sec01_digital_outer .sec01_digital_inner .right_part h1 b {
        font-size: 40px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 28px;
    }

    .mission {
        padding: 10px 0 50px;
    }

    .righttab {
        margin-top: -100px;
    }

    .lefttab {
        transform: scale(0.5);
        margin: -70px 0 0 0;
    }

    .cto img {
        max-width: 250px;
    }

    .why_choose_list ul li {
        padding-left: 0;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .why_choose_list {
        text-align: left;
        line-height: normal;
    }

    .rating ul li {
        padding: 10px;
        width: 140px;
        height: 140px;
        border-radius: 10px;
    }

    .rating ul li img {
        max-width: 100px;
    }

    .year img {
        max-width: 150px;
    }

    h2 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .services h3 {
        font-size: 20px;
    }

    .digital {
        margin-bottom: 30px;
    }

    .sec01_digital_outer {
        margin-bottom: 300px;
    }

    .server_outer ul li {
        padding: 14px;
    }

    .server {
        margin-bottom: 30px;
    }

    .why_choose {
        margin-bottom: 30px;
    }

    .innovation_outer ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .sec01_digital_inner_btn a {
        font-size: 18px;
        padding: 16px 20px;
    }

    .innovation_heading {
        padding-bottom: 20px;
    }

    .innovation_outer ul li {
        border-radius: 10px;
    }

    .innovation {
        margin-bottom: 30px;
    }

    .tabsnew {
        padding: 10px;
        gap: 14px;
        border-radius: 20px;
    }

    .tabsnew li h3 {
        font-size: 16px;
    }

    .team_outer ul li {
        width: 100%;
    }

    .team {
        margin-bottom: 30px;
    }
}