@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/vrappdevelopmentcompany_img/banner-bg.png) center center no-repeat;
    padding: 70px 0 0px;
    position: relative;
}

.sec01_digital_outer .sec01_digital_inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
    flex-direction: row-reverse;
}

.sec01_digital_outer .sec01_digital_inner .left_part {
    width: 50%;
}

.sec01_digital_outer .sec01_digital_inner .left_part img {
    width: 100%;
}

.sec01_digital_outer .sec01_digital_inner .right_part {
    width: 50%;
}

.sec01_digital_outer .sec01_digital_inner .right_part h1 {
    color: #fc7600;
    display: block;
    font-size: 90px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.sec01_digital_outer .sec01_digital_inner .right_part h1 b {
    -webkit-text-fill-color: #161616;
}

.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;
}


/*Sec 01 End*/


/*Sec 02 start*/
.vr_services {
    width: 100%;
    background: url(../images/vrappdevelopmentcompany_img/bg.png) center center no-repeat;
    padding: 150px 0;
    position: relative;
    background-size: 100% 100%;
    margin-bottom: 120px;
    height: 100%;
    margin-top: -50px;
}

.vr_services_outer .left_part {
    width: 50%;
}

.vr_services_outer .left_part p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    max-width: 100%;
}

.vr_services_outer .left_part p a {
    color: #fff;
    font-weight: 600;
    width: fit-content;
    display: block;
}

.sec01_digital_inner_btn {
    width: fit-content;
    margin: auto 0;
}

.sec01_digital_inner_btn a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    box-shadow: rgba(255, 255, 255, 0.30) 9px 7px 38px 0px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 100px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;

}

.sec01_digital_inner_btn span {
    background: #fc7600;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec01_digital_inner_btn a:hover {
    color: #000;
}

.counter.col_fourth {
    text-align: left;
    display: flex;
    margin-bottom: 10px;
}

.item {
    text-align: left;
}

.iconouter {
    display: flex;
    align-items: center;
    background: #2b2b2b;
    width: 150px;
    height: 150px;
    min-width: 150px;
    max-width: 150px;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    border: solid 1px #4b4b4b;
}

.icon img {
    max-width: 50px;
}

#counter .item .count {
    color: #fc7600;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
}

#counter p {
    color: #fff;
}

.heading_new h3 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
}

#counter .item span {
    color: #fc7600;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
}

#counter .item h3 {
    color: #fc7600;
    text-transform: capitalize;
}

.count_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

#counter {
    display: flex;
    gap: 20px;
    justify-content: right;
}

.vr_services_outer {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    padding-bottom: 100px;
}

.vr_services_outer .right_part {
    width: 50%;
}

/*Sec 02 End*/

/*Sec 03 start*/

.delivery_app_company_sliderBox {
    background: #2b2b2b;
    border-radius: 30px;
    border: solid 1px #4b4b4b;
    padding: 30px;
    height: 100%;
    min-height: 420px;
}

.delivery_app_company_sliderBox h3 {
    color: #fff;
    padding-bottom: 20px;
}

.delivery_app_company_sliderBox p {
    color: #959494;
}

.slider_heading {
    display: flex;
    align-items: center;
    color: #fff;
    padding-bottom: 80px;
}

.slider_heading p {
    color: #fff;
    width: 100%;
}

.slider_heading h2 {
    width: 100%;
}

.delivery_app_company_sliderBox span {
    width: 100px;
    height: 100px;
    background: rgb(121, 120, 120, 0.3);
    border-radius: 100px;
    border: solid 1px #4b4b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/*Sec 03 End*/
/*Sec 04 End*/
.vr_developmen {
    margin-bottom: 120px;
}

.vr_developmen_outer {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;
}

.vr_developmen_outer .left_part {
    width: 70%;
    text-align: center;
}

.vr_developmen_outer .right_part {
    width: 40%;
}

.vr_developmen_outer .right_part h2 {
    padding-bottom: 30px;
}

.vr_developmen_outer .right_part p {
    padding-bottom: 0px;
}

.vr_developmen_outer .left_part img {
    width: 100%
}

/*Sec 04 End*/

/*Sec 05 End*/
.sys_wordPress_reasons {
    margin-bottom: 120px;
}

.sys_wordPress_reasons_heading {
    padding: 0;

}

.sys_wordPress_reasons_heading h2 {
    text-align: left;
    margin-bottom: 80px;
}

.sys_wordPress_reasons_outer {
    width: 100%;
    margin: auto;
}

.sys_wordPress_reasons_outer ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sys_wordPress_reasons_outer ul li {
    background: #f5f7f9;
    padding: 34px;
    border-radius: 30px;
}

.sys_wordPress_reasons_outer ul li span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 7%);
    border-radius: 100px;
    margin-bottom: 20px;
}


.sys_wordPress_reasons_outer ul li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    padding-bottom: 20px;
}

.sys_wordPress_reasons_outer ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 28px;
}

/*Sec 05 End*/

/*Sec 06 start*/
.industries {
    margin-bottom: 120px;
}

.industries_outer {
    display: flex;
    align-items: center;
    gap: 50px;
}

.industries_outer .left_part {
    width: 50%;
    text-align: center;
}

.industries_outer .right_part {
    width: 50%;
}

.industries_outer .right_part h2 {
    padding-bottom: 50px;
    text-align: right;
}

.industries_outer .right_part p {
    padding-bottom: 0px;
}

.industries_outer .left_part img {
    width: auto;
}

.delivery_app_company_sliderBox_tow {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 10px 16px rgba(0, 0, 0, 7%);
    margin: 30px;
    border: solid 1px #edf0f3;
}

.delivery_app_company_sliderBox_tow h3 {
    padding-bottom: 20px;
}

.swiper-button-prev svg {
    max-width: 10px !important;
    color: #fff;
}

.swiper-button-next svg {
    max-width: 10px !important;
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    background: #fc7600;
    width: 35px !important;
    height: 35px !important;
    border-radius: 100px;
}

/*Sec 06 End*/

/*Sec 07 End*/
.framework {
    margin-bottom: 120px;
}

.framework_outer {
    background: #f5f7f9;
    padding: 70px 40px;
    border-radius: 30px;
    border: solid 1px #e7e4e4;

}

.framework_outer h2 {
    text-align: center;
    padding-bottom: 50px;
}

.logos {
    padding: 0;
}

.logos ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.logos ul li {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

/*Sec 07 End*/


/*Sec 08 start*/
.businesses {
    width: 100%;
    background: url(../images/vrappdevelopmentcompany_img/bg.png) center center no-repeat;
    padding: 150px 0;
    position: relative;
    background-size: 100% 100%;
    margin-bottom: 120px;
    height: 100%;
}

.businesses_outer .slider_heading p {
    text-align: right;
}


.businesses_inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.businesses_inner ul li {
    background: #272727;
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    border: solid 1px #4b4b4b;
}

.businesses_inner ul li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.businesses_inner ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

/*Sec 08 End*/

/*Sec 09 End*/
.process {
    padding: 0;
    margin-bottom: 120px;
}

.process h2 {
    padding-bottom: 80px;
    text-align: center;
}

.process_outer {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;
}

.process_outer .left_part {
    width: 50%;
    text-align: center;
}

.process_outer .right_part {
    width: 50%;
}

.process_outer ul {
    padding: 0;
}

.process_outer ul li {
    background: #fff;
    box-shadow: 0px 9px 32px rgba(32, 21, 21, 10%);
    padding: 20px 20px 20px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
    width: fit-content;
    min-width: 350px;
    position: relative;

}

.process_outer ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/vrappdevelopmentcompany_img/process-b.png);
    width: 61px;
    height: 99px;
    background-repeat: no-repeat;
    top: 50%;
    right: -60px;
}

.processb::before {
    display: none;
}

.process h2 {
    padding-bottom: 50px;
}

.processb::after {
    position: absolute;
    content: "";
    background-image: url(../images/vrappdevelopmentcompany_img/process-b.png);
    width: 61px;
    height: 99px;
    background-repeat: no-repeat;
    left: -70px;
    top: 50%;
    transform: rotate(180deg);
}

.processb:last-child:after {
    display: none;
}

.process_outer ul li:nth-child(2n) {
    margin-left: auto;
}

.process_outer ul li:last-child {
    margin-bottom: 0;
}

.process_outer ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fc7600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

/*Sec 09 End*/

/*Sec 10 start*/
.company {
    background: #f5f7f9;
    padding: 100px 0;
    margin-bottom: 120px;
}

.company_heading {
    text-align: center;
    padding-bottom: 50px;
}

.company_heading h2 {
    padding-bottom: 20px;
}

.company_inner {
    padding: 0;
}

.company_inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.company_inner ul li {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #f1ebeb;
}

.company_inner ul li h3 {
    padding-bottom: 20px;
}

.company_inner ul li span {
    width: 50px;
    height: 50px;
    background: #fc7600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/*Sec 10 End*/

/*Sec 11 start*/
.education_mobileapp {
    padding: 0;
}

.education_mobileapp_outer {
    display: flex;
    padding: 100px 50px;
    background: #000;
    border-radius: 50px;
    position: relative;
}

.education_mobileapp_outer::before {
    position: absolute;
    content: "";
    background-image: url(../images/vrappdevelopmentcompany_img/vrwomentow.png);
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    top: 20px;
    right: 30%;
}

.education_mobileapp_outer h2 {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}


.education_mobileapp_outer a {
    background: #fc7600;
    display: flex;
    padding: 20px 30px;
    border-radius: 100px;
    align-items: center;
    text-decoration: none !important;
    white-space: nowrap;
    font-size: 16px;
    gap: 10px;
    font-weight: 600;
    color: #fff;
    box-shadow: 9px 7px 38px 0px #fc760078;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
}

.education_mobileapp_outer a:hover {
    background: #fc7600;
    color: #fff;
}

.education_mobileapp_outer .left_part {
    text-align: center;
    width: 100%;
}

.education_mobileapp_outer .left_part p {
    margin: 0;
}

/*Sec 11 End*/




@media only screen and (max-width:1366px) {
    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 70px;
    }

    .sys_wordPress_reasons_heading h2 {
        margin-bottom: 50px;
    }

    .sec01_digital_outer {
        padding: 50px 0 0px;
    }

    .vr_services {
        padding: 100px 0;
    }

    .delivery_app_company_sliderBox span {
        width: 80px;
        height: 80px;
    }

    .delivery_app_company_sliderBox span img {
        max-width: 50px;
    }

    .delivery_app_company_sliderBox {
        border-radius: 20px;
        padding: 20px;
    }

    .sys_wordPress_reasons_outer ul li {
        padding: 24px;
        border-radius: 20px;
    }

    .sys_wordPress_reasons_outer ul {
        gap: 20px;
    }

    .logos ul {
        gap: 20px;
    }

    .logos ul li img {
        max-width: 170px;
    }

    .framework_outer {
        padding: 40px 40px;
    }

    .businesses_inner ul li {
        padding: 30px;
        border-radius: 20px;
    }

    .businesses_inner ul {
        gap: 20px;
    }

    .businesses {
        padding: 100px 0;
    }

    .process_outer .left_part img {
        width: auto;
        max-width: 400px;
    }

    .process_outer .left_part {
        width: 40%;
    }

    .company {
        padding: 60px 0;
    }

    .company_inner ul {
        gap: 20px;
    }

    .education_mobileapp_outer {
        padding: 80px 40px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width:1200px) {
    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 60px;
    }

    .iconouter {
        width: 120px;
        height: 120px;
        min-width: 120px;
        max-width: 120px;
    }

    #counter p {
        text-align: center;
        line-height: normal;
    }

    #counter {
        gap: 10px;
    }

    .vr_services_outer {
        padding-bottom: 60px;
    }

    .slider_heading {
        padding-bottom: 60px;
    }

    .vr_services {
        margin-bottom: 100px;
    }

    .vr_developmen {
        margin-bottom: 100px;
    }

    .sys_wordPress_reasons {
        margin-bottom: 100px;
    }

    .industries {
        margin-bottom: 100px;
    }

    .framework {
        margin-bottom: 100px;
    }

    .businesses {
        margin-bottom: 100px;
    }

    .process {
        margin-bottom: 100px;
    }

    .company {
        margin-bottom: 100px;
    }

    .sys_wordPress_reasons_outer ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery_app_company_sliderBox_tow {
        padding: 40px;
        border-radius: 20px;
    }

    .process_outer .left_part img {
        max-width: 350px;
    }

    .education_mobileapp_outer::before {
        display: none;
    }
}


@media only screen and (max-width:991px) {
    .logos ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .process_outer .left_part img {
        max-width: 240px;
    }

    .sec01_digital_outer .sec01_digital_inner {
        gap: 20px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 48px;
    }

    .sec01_digital_outer {
        padding: 30px 0 0px;
    }

    .vr_services_outer {
        flex-wrap: wrap;
    }

    .vr_services_outer .left_part {
        width: 100%;
    }

    .vr_services_outer .right_part {
        width: 100%;
    }

    .industries_outer .right_part h2 {
        padding-bottom: 10px;
    }

    #counter {
        justify-content: center;
    }

    .sec01_digital_inner_btn {
        margin: 0 auto;
    }

    .vr_services_outer .left_part p {
        text-align: center;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .slider_heading {
        padding-bottom: 30px;
    }

    #counter .item .count {
        font-size: 30px;
    }

    #counter .item span {
        font-size: 30px;
    }

    .delivery_app_company_sliderBox {
        min-height: 350px;
    }

    .vr_services {
        margin-bottom: 80px;
    }

    .vr_developmen {
        margin-bottom: 80px;
    }

    .sys_wordPress_reasons {
        margin-bottom: 80px;
    }

    .industries {
        margin-bottom: 80px;
    }

    .framework {
        margin-bottom: 80px;
    }

    .businesses {
        margin-bottom: 80px;
    }

    .process {
        margin-bottom: 80px;
    }

    .company {
        margin-bottom: 80px;
    }

    .vr_developmen_outer {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        gap: 30px;
    }

    .vr_developmen_outer .right_part h2 {
        padding-bottom: 20px;
    }

    .vr_developmen_outer .right_part {
        width: 100%;
        text-align: center;
    }

    .vr_developmen_outer .left_part {
        width: 100%;
    }

    .sys_wordPress_reasons_heading h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .sys_wordPress_reasons_outer ul li {
        padding: 20px;
        text-align: center;
    }

    .sys_wordPress_reasons_outer ul li span {
        margin: 0 auto 20px;
    }

    .industries_outer {
        gap: 30px;
    }

    .delivery_app_company_sliderBox_tow {
        padding: 24px;
        border-radius: 20px;
        margin: 20px;
    }

    .framework_outer {
        padding: 30px;
    }

    .framework_outer h2 {
        padding-bottom: 30px;
    }

    .logos ul li img {
        max-width: 150px;
    }

    .businesses_inner ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .slider_heading {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .businesses_outer .slider_heading p {
        text-align: center;
        padding-top: 20px;
    }

    .businesses_inner ul li {
        padding: 24px;
    }

    .process_outer {
        flex-wrap: wrap;
    }

    .process_outer .left_part {
        width: 100%;
    }

    .process_outer .right_part {
        width: 100%;
    }

    .process_outer ul li::before {
        display: none;
    }

    .processb::after {
        display: none;
    }

    .process_outer ul li span {
        left: 0;
    }

    .process_outer ul li {
        margin-bottom: 20px !important;
        margin: auto;
    }

    .process_outer ul li:nth-child(2n) {
        margin: auto;
        margin-bottom: 20px;
    }

    .process_outer .left_part img {
        max-width: 50%;
    }

    br {
        display: none;
    }

    .company_heading {
        padding-bottom: 30px;
    }

    .company_inner ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .company_inner ul li {
        padding: 24px;
        text-align: center;
    }

    .company_inner ul li span {
        margin-bottom: 20px !important;
        margin: auto;
    }

    .education_mobileapp_outer {
        padding: 50px 30px;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 30px;
    }

    .education_mobileapp_outer h2 {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (max-width:768px) {
    .logos ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .sec01_digital_outer .sec01_digital_inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part {
        width: 100%;
        text-align: center;
    }

    .sec01_digital_outer .sec01_digital_inner .left_part {
        width: 100%;
        text-align: center;
    }

    .sec01_digital_outer .sec01_digital_inner .left_part img {
        max-width: 400px;
        margin: 0 auto -20px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 40px;
    }

    .vr_services {
        padding: 50px 0;
        background: #000;

    }

    .vr_services_outer {
        gap: 40px;
        padding-bottom: 40px;
    }

    .sec01_digital_inner_btn a {
        font-size: 18px;
        padding: 10px 20px;
    }

    .sec01_digital_inner_btn span {
        width: 30px;
        height: 30px;
    }

    .sec01_digital_inner_btn span img {
        max-width: 20px;
    }

    .delivery_app_company_sliderBox {
        min-height: 310px;
        text-align: center;
    }

    .delivery_app_company_sliderBox span {
        margin: auto;
        margin-bottom: 20px;
    }

    .slider_heading {
        gap: 20px;
    }

    .industries_outer {
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .industries_outer .right_part {
        width: 100%;
        text-align: center;
    }

    .industries_outer .right_part h2 {
        text-align: center;
    }

    .next_slider {
        display: none;
    }

    .industries_outer .left_part {
        width: 100%;
    }

    .industries_outer .left_part img {
        max-width: 400px;
    }

    .framework_outer {
        border-radius: 20px;
    }

    .logos ul li {
        padding: 16px;
        border-radius: 16px;
    }

    .businesses {
        background: #000;
        padding: 50px 0;
    }

    .businesses_outer .slider_heading p {
        padding-top: 0;
    }

    .businesses_inner ul li {
        padding: 20px;
        border-radius: 10px;
    }

    .education_mobileapp_outer {
        padding: 30px 30px;
        border-radius: 20px;
    }

    .company {
        padding: 50px 0;
    }

    #counter {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:600px) {
    .vr_services {
        margin-bottom: 50px;
    }

    .industries_outer .left_part {
        display: none;
    }

    .vr_developmen {
        margin-bottom: 50px;
    }

    .sys_wordPress_reasons {
        margin-bottom: 50px;
    }

    .industries {
        margin-bottom: 30px;
    }

    .framework {
        margin-bottom: 50px;
    }

    .businesses {
        margin-bottom: 50px;
    }

    .process {
        margin-bottom: 50px;
    }

    .process_outer ul li {
        text-align: center;
    }

    .process h2 {
        padding-bottom: 50px;
    }

    .company {
        margin-bottom: 50px;
    }

    .vr_services {
        padding: 30px 0;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 14px !important;
    }

    .vr_services_outer {
        gap: 30px;
        padding-bottom: 30px;
    }

    .slider_heading {
        gap: 10px;
    }

    .sys_wordPress_reasons_outer ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .sys_wordPress_reasons_outer ul li {
        border-radius: 10px;
    }

    .delivery_app_company_sliderBox_tow {
        padding: 20px;
        border-radius: 10px;
        margin: 10px;
    }

    .logos ul li img {
        max-width: 120px;
    }

    .logos ul li {
        padding: 12px;
        border-radius: 10px;
    }

    .framework_outer {
        padding: 20px;
    }

    .framework_outer h2 {
        padding-bottom: 20px;
    }

    .businesses {
        padding: 30px 0;
    }

    .businesses_inner ul {
        display: flex;
        overflow-x: auto;
    }

    .businesses_inner ul li {
        min-width: 280px;
    }

    .slider_heading {
        padding-bottom: 20px;
    }

    .process_outer {
        gap: 30px;
    }

    .process_outer .left_part img {
        max-width: 70%;
    }

    .company {
        padding: 30px 0;
    }

    .company_inner ul {
        display: flex;
        overflow-x: auto;
    }

    .company_inner ul li {
        min-width: 300px;
    }

    .company_heading {
        padding-bottom: 20px;
    }

    .education_mobileapp_outer {
        padding: 30px 30px;
        border-radius: 10px;
    }

    .education_mobileapp_outer a {
        padding: 16px 20px;
    }
}

@media only screen and (max-width:480px) {
    .logos ul li img {
        max-width: 100px;
    }

    .logos ul {
        gap: 10px;
    }

    .logos ul li {
        padding: 8px;
    }

    .process_outer ul li {
        padding: 16px 16px 16px 40px;
        border-radius: 100px;
        margin-bottom: 20px;
        min-width: 100%;
    }

    .process_outer ul li span {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .process h2 {
        padding-bottom: 30px;
    }

    .process_outer ul li span {
        left: 35px;
    }

    .delivery_app_company_sliderBox h3 {
        padding-bottom: 10px;
    }

    .education_mobileapp_outer a {
        padding: 16px 16px;
        font-size: 14px;
    }

    .education_mobileapp_outer {
        padding: 30px 10px;
    }

    .iconouter {
        border-radius: 10px;
    }

    .sec01_digital_outer .sec01_digital_inner .right_part h1 {
        font-size: 30px;
    }

    .framework_outer {
        border-radius: 10px;
    }
}