ul {
    list-style: none;
    padding: 0;
}
.section_padding {
    padding: 80px 0 80px;
}
.bg_wrapper {
    background-color: #000;
    padding: 5rem 0;
    margin-top: -1px
}

.brand_logo img {
    width: 160px;
    height: 45px
}

.about_appi_banner {
    position: relative;
    text-align: center;
    padding: 2rem 0
}

.appi_video_wrap {
    position: relative
}

.about_appi_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.appi_about_video {
    position: relative;
    width: 1066px;
    height: 678px;
    object-fit: cover;
    border-radius: 50px
}

.about_appi_caption .head1 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 300;
    text-shadow: 0px 2px 10px #000;
    color: #fff
}

.about_appi_caption .head1 span {
    font-weight: 800
}

.about_us {
    padding: 0rem 0 10rem
}

.about_txt span {
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    display: block;
    background: linear-gradient(to right, #fff 50%, #404040 50%);
    color: transparent;
    background-size: 200% 100%;
    background-position-x: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: #fff;
    font-weight: 500;
}

.sm_cards_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    padding-top: 2rem
}

.sm_card {
    border-radius: 16px;
    padding: 20px
}

.number,
.num_spn {
    font-size: 42px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
    margin: 0
}

.number.two {
    min-width: 62px
}

.number.four {
    min-width: 100px
}

.num_caption {
    font-size: 18px;
    font-weight: 400;
    display: block;
    color: #000;
}

.purple {
    background-color: #f0defc
}

.green {
    background-color: #dde5b6
}

.blue {
    background-color: #caf0f8
}

.yelow {
    background-color: #fdfcdc
}

.about_text_wrapper {
    margin: 15rem 0 5rem;
    position: relative
}

.box_card {
    max-width: 518px;
    width: 100%;
    background-color: #2e2e2e;
    border-radius: 12px;
    padding: 40px;
    position: absolute;
    top: 60px;
    left: 70px
}

.about-image figure img {
    max-width: 100%;
    border-radius: 10px;
}
.border10 img
{
    border-radius: 10px;
}
.about_heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #fff
}

.box_card p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 1rem
}

.about-image {
    display: flex;
    justify-content: flex-end
}

.about_team_panel {
    margin: 0 auto;
    max-width: 1100px
}

.about_image_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px
}

.about_image_grid+.about_image_grid {
    margin-top: 50px
}

.about_right {
    padding-top: 30px
}

.about_right p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 1rem
}

.fig-1 img {
    max-width: 100%
}

.about_right h4 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 35px
}

.about_right ul li {
    position: relative;
    margin-left: 2px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.about_right ul li:not(:first-child) {
    margin-top: 5px
}

.about_right ul li:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 10px;
    left: 10px
}

.we_appin {
    background: #fff;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1
}

.we_appin:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 2px;
    top: -1px;
    z-index: 9
}

.appinventiv_img_mast {
    backface-visibility: hidden;
    height: 100%;
    transform-origin: 50.36% center
}

.appinventiv_msk {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.appinventiv_msk:before,
.appinventiv_msk:after {
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    top: 0
}

.appinventiv_msk:before {
    left: 0
}

.appinventiv_msk:after {
    right: 0
}

.appinventiv_img_mast img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, 0, 0)
}

.app_zm_panel {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.appi_zm_video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.we_appi_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    background-color: #000;
    z-index: 9
}

.thoughts_appi_panel {
    padding: 10rem 0 6rem
}

.head2 {
    text-align: center;
    font-size: 42px;
    
    font-weight: 400;
    line-height: 56px;
    color: #010101
}

.thoughts_cards_grid {
    padding: 4rem 0 0
}

.view_card {
    background-color: #5c565645;
    border-radius: 16px;
    padding: 55px 40px;
    position: relative
}

.card-para {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 50px
}

#clients .card-para {
    min-height: 210px;
    padding-bottom: 20px
}

#employee .card-para {
    min-height: 160px;
    padding-bottom: 30px
}

.thoughts_cards_grid {
    padding: 4rem 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px
}

.emoji_wrap {
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, .05);
    border-radius: 50%;
    padding: 6px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.handshake {
    bottom: 90px;
    right: -15px
}

.winking-face {
    top: -20px;
    right: 40px
}

.partying-face {
    top: 45px;
    right: -26px
}

.viewer_details {
    padding-left: 25px
}

.viewer_nm {
    font-size: 18px;
    font-weight: 600
}

.viewer_des {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding-top: 5px
}

#swaping_text {
    color: #daff45;
    position: relative
}

.dropdown-icn {
    cursor: pointer;
    position: relative
}

.thoughts_by {
    position: absolute;
    bottom: -70px;
    right: 0;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .11);
    border-radius: 16px;
    padding: 10px 40px;
    z-index: 2;
    display: none;
    cursor: pointer
}

.thoughts_by:after {
    position: absolute;
    content: "";
    background: url(//appinventiv.com/wp-content/themes/twentynineteen-child/css/pages/../../new-images/about-btn-line.svg) no-repeat;
    background-position: center;
    width: 80px;
    height: 2px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%)
}

.dropdown-open .thoughts_by {
    display: block
}

.thoughts_cards_grid {
    display: none
}

.thoughts_cards_grid.active {
    display: grid
}

.pics_container {
    overflow: hidden
}

.box {
    width: 3600px
}

.pics_container1 {
    overflow: hidden
}

.box1 {
    width: 3600px
}

.we_appinventors {
    padding: 4rem 0 2rem;
    position: relative
}

.we_appinventors:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    top: 0;
    z-index: 9
}

.appi_tab_wrap {
    display: flex;
    padding: 3rem 0
}

.society {
    border-radius: 16px 0 0 16px
}

.work_place {
    border-radius: 0 16px 16px 0
}

.appi_tab_list {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    background-color: #f7f7f7;
    color: #010101;
    cursor: pointer;
    width: 50%;
    text-align: center
}

.appi_tab_list.active {
    background-color: #010101;
    color: #fff
}

.our_gallery {
    margin: -10px
}

.appi_tab_content figure {
    margin: 10px
}

.our_gallery img {
    max-width: 100%
}

.yealrly_slider .head2 {
    color: #fff
}

.yealrly_slider .head2 {
    color: #fff;
    align-items: center;
    justify-content: center
}

.yealrly_slider .head2 img {
    margin: 0 15px
}

.timeline-container,
.year_content_wrap {
    height: 600px;
    position: relative
}

.year_content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.year_content.active {
    opacity: 1;
    visibility: visible
}

.year_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.year_image {
    transform: rotate(-15deg) translate(-40%, 180%) scale(1.1);
    position: absolute;
    left: 100px;
    top: 50%;
    transition: all 2s cubic-bezier(.19, 1, .22, 1);
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.active .year_image {
    transition-delay: .2s;
    transform: rotate(-10deg) translate(-10%, 50%) scale(1);
    left: 50px
}

.previous-active .year_image {
    transform: rotate(0deg) translate(10%, -100%) scale(1)
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 20px
}

.digit_wrap .digit {
    font-size: 300px;
    
    font-weight: 600;
    line-height: 1;
    color: #daff45;
    position: relative;
    top: 100%;
    transition: all 1s cubic-bezier(.19, 1, .22, 1)
}

.previous-active .digit_wrap .digit {
    top: -100%
}

.active .digit_wrap .digit.d1 {
    transition-delay: .05s;
    top: 0
}

.active .digit_wrap .digit.d2 {
    transition-delay: .1s;
    top: 0
}

.active .digit_wrap .digit.d3 {
    transition-delay: .15s;
    top: 0
}

.active .digit_wrap .digit.d4 {
    transition-delay: .2s;
    top: 0
}

.year_title .ds_flex {
    overflow: hidden
}

.timeline_button_year {
    font-size: 20px;
    font-weight: 400;
    color: #787878;
    position: relative;
    top: 20px;
    margin-left: -9px
}

.active .timeline_button_year {
    color: #fff
}

.year-tab {
    position: relative;
    cursor: pointer;
    z-index: 2
}

.year_para {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    position: absolute;
    right: 0;
    max-width: 580px;
    bottom: 63px;
    z-index: 3;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px)
}

.active .year_para {
    transition-delay: .5s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.timeline_line {
    background-color: #daff45;
    height: 1px;
    width: calc(100% - 12px);
    left: 0;
    top: 10px;
    position: absolute;
    z-index: 0
}

.timeline_button {
    background-color: #343333f2;
    border: 1px solid #daff45;
    border-radius: 10px;
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0
}

.timeline_button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: #daff45;
    border-radius: 10px;
    transition: transform .75s cubic-bezier(.215, .61, .355, 1)
}

.active .timeline_button:before {
    transform: scale(1)
}

.appi_leaders {
    padding: 8rem 0 0
}

.appi_leaders .head2 {
    color: #fff
}

.leaders_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 70px;
    grid-column-gap: 70px;
    justify-content: space-between;
    padding-top: 5rem
}

.leaders_grid img {
    max-width: 100%
}

.telecom_service_inner {
    margin-top: 4rem
}

.about_service {
    background: #52ffb6;
    position: relative;
    padding: 4rem 0
}

.about_service .about-service-left {
    max-width: 50%
}

.about-us-left .heading4 {
    color: #000;
    font-size: 42px;
    line-height: 56px;
    font-weight: 600;
    font-family: "Unbounded", sans-serif
}

.about-us-left .btn_line {
    color: #fff;
    background-color: #1468fb;
    border: 2px solid #1468fb;
    padding: 10px 25px;
    font-weight: 700
}

.about-us-left .btn_line:hover {
    background-color: transparent !important;
    border: 2px solid #1468fb !important;
    color: #1468fb !important
}

.about_img img {
    max-width: 700px;
    width: 100%
}

.about_img {
    position: absolute;
    right: 0;
    bottom: -4px
}

@media (max-width:1899px) {
    .box_card {
        left: -50px
    }
    .about-us-left .heading4 {
        font-size: 38px
    }
}

@media (max-width:1800px) {
    .box_card {
        left: -50px
    }
}

@media (max-width:1680px) {
    .appi_about_video {
        width: 920px;
        height: 540px
    }
    .about_appi_caption .head1 {
        font-size: 50px;
    line-height: 60px;
    }
    .about_txt span {
        font-size: 32px
    }
}

@media (max-width:1550px) {
    .app_zm_panel,
    .we_appi_wrap {
        height: 120vh
    }
    .box_card {
        left: 0
    }
    .about-image figure {
        max-width: 70%
    }
    .box {
        width: 2700px
    }
    .box1 {
        width: 2700px
    }
    .digit_wrap .digit {
        font-size: 200px
    }
    .year_para {
        font-size: 18px;
        line-height: 30px;
        max-width: 420px;
        bottom: 54px
    }
    .year_image {
        left: -20px
    }
    .timeline-container,
    .year_content_wrap {
        height: 550px
    }
    .year_image {
        transform: rotate(-5deg) translate(10%, 180%) scale(1.1)
    }
    .leaders_grid img {
        max-width: 100%;
        transform: scale(.8)
    }
    .leaders_grid {
        grid-row-gap: 60px;
        grid-column-gap: 60px
    }
    .about-us-left .heading4 {
        font-size: 36px
    }
}

@media (max-width:1440px) {
    .appi_about_video {
        width: 790px;
        height: 470px
    }
    .about_appi_caption .head1 {
        font-size: 54px;
    line-height: 66px;
    }
    .number,
    .num_spn {
        font-size: 36px
    }
    .num_caption {
        font-size: 17px
    }
    .about_txt span {
        font-size: 28px;
        line-height: 42px
    }
    .thoughts_appi_panel {
        padding: 6rem 0 4rem
    }
    .head2 {
        font-size: 36px;
        line-height: 46px
    }
    .view_card {
        padding: 45px 30px
    }
    .thoughts_cards_grid {
        padding: 2rem 0 0
    }
    .card-para {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px
    }
    #clients .card-para {
        min-height: 178px;
        padding-bottom: 10px
    }
    .viewer_details {
        padding-left: 20px
    }
    .viewer_des {
        font-size: 16px
    }
    .appi_tab_list {
        padding: 15px
    }
    .about-image figure {
        max-width: 70%
    }
    .box_card {
        max-width: 518px;
        top: 50px;
        left: 0
    }
    .box_card p {
        font-size: 16px
    }
    .about-us-left .heading4 {
        font-size: 32px;
        line-height: 48px
    }
}

@media (max-width:1023px) {
    .container {
        padding: 0 15px
    }
    .about_appi_caption .head1 {
        font-size: 28px;
        line-height: 38px
    }
    .appi_about_video {
        width: 690px;
        height: 400px
    }
    .about_txt span {
        font-size: 20px;
        line-height: 38px
    }
    .timeline-container,
    .year_content_wrap {
        height: 590px
    }
    .digit_wrap .digit {
        font-size: 110px
    }
    .year_para {
        font-size: 16px;
        line-height: 30px;
        max-width: 370px;
        bottom: 20px
    }
    .active .year_image {
        transition-delay: .2s;
        transform: rotate(-10deg) translate(0, 20%) scale(1);
        left: 0
    }
    .year_image {
        transform: rotate(-5deg) translate(0%, 100%) scale(1.1);
        left: 0;
        top: 0;
        max-width: 370px
    }
    .timeline_button_year {
        font-size: 18px
    }
    .box_card {
        max-width: 70%;
        top: 80%;
        left: 0
    }
    .about_text_wrapper {
        margin: 13rem 0 16rem;
        position: relative
    }
    .about-image figure {
        max-width: 100%
    }
    .about_right p {
        font-size: 16px;
        line-height: 28px
    }
    .about_right {
        padding-top: 0
    }
    .box_card p {
        font-size: 14px
    }
    .about_heading {
        font-size: 20px
    }
    .head2 {
        font-size: 30px;
        line-height: 46px
    }
    .thoughts_appi_panel {
        padding: 8rem 0 4rem
    }
    .thoughts_cards_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
        padding-top: 1rem
    }
    .partying-face {
        top: -10px;
        right: 170px
    }
    #clients .card-para,
    #employee .card-para {
        min-height: auto
    }
    .leaders_grid {
        grid-row-gap: 50px;
        grid-column-gap: 30px
    }
    .about_service .about-service-left {
        max-width: 100%
    }
    .about_service {
        padding: 4rem 0 0
    }
    .about_img {
        position: relative;
        bottom: 0
    }
    .about_img img {
        max-width: 800px
    }
}

@media (max-width:767px) {
    .bg_wrapper {
        padding-bottom: 3rem
    }
    .container {
        padding: 0 15px
    }
    .about_appi_banner .container {
        padding: 0
    }
    .appi_about_video {
        width: 80%;
        height: 280px;
        padding: 0;
        border-radius: 16px
    }
    .about_appi_caption .head1 {
        font-size: 18px;
        line-height: 28px
    }
    .about_us {
        padding: 1rem 0 5rem
    }
    .about_txt span {
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        display: inline
    }
    .about_txt {
        text-align: center
    }
    .number,
    .num_spn {
        font-size: 28px
    }
    .num_caption {
        font-size: 12px;
        padding-top: 5px
    }
    .number.two {
        min-width: 50px
    }
    .sm_cards_wrap {
        grid-row-gap: 15px;
        grid-template-columns: repeat(2, 1fr)
    }
    .about_text_wrapper {
        margin: 10rem 0 6rem
    }
    .about-image figure {
        max-width: 100%
    }
    .box_card {
        max-width: 100%;
        top: 10px;
        left: 0;
        position: relative;
        padding: 30px 20px
    }
    .about_heading {
        font-size: 20px
    }
    .box_card p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }
    .about_image_grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .about_right p {
        font-size: 16px;
        line-height: 26px
    }
    .about_right {
        order: 2;
        padding-top: 20px
    }
    .about_right ul li {
        font-size: 16px;
        line-height: 24px
    }
    br {
        display: none
    }
    .head2 {
        font-size: 20px;
        line-height: 34px
    }
    .appi_tab_list {
        font-size: 16px
    }
    .we_appinventors {
        padding: 4rem 0 2rem
    }
    .appi_tab_wrap {
        padding: 2rem 0
    }
    .we_appi_wrap {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 100%;
        transform: none;
        -webkit-transform: none;
        -ms-transform: translate(-50%, -50%);
        opacity: 1;
        z-index: 9
    }
    .appinventiv_msk {
        display: none
    }
    .thoughts_by {
        bottom: -60px;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 34px
    }
    .thoughts_appi_panel {
        padding: 4rem 0
    }
    .thoughts_cards_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
        padding: 2rem 0 0
    }
    .app_zm_panel {
        height: 100%
    }
    .view_card {
        padding: 35px 20px
    }
    .viewer_details {
        padding-left: 10px
    }
    .card-para,
    .viewer_nm {
        font-size: 16px
    }
    .viewer_des {
        font-size: 14px
    }
    .handshake {
        bottom: 80px;
        right: 0
    }
    .partying-face {
        top: 25px;
        right: -10px
    }
    .drag_bubble span {
        font-size: 16px
    }
    .drag_bubble {
        right: 20px;
        top: 140px;
        width: 70px;
        height: 70px
    }
    .drag_bubble>svg {
        width: 8px
    }
    .appi_tab_content figure {
        margin: 5px
    }
}

@media (max-width:576px) {
    .appi_leaders {
        padding: 5rem 0 0
    }
    .leaders_grid {
        padding-top: 2rem;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 30px;
        grid-column-gap: 30px
    }
    .leaders_grid img {
        transform: scale(.9)
    }
    #clients .card-para {
        min-height: auto
    }
    .about_service .about-service-left {
        max-width: 100%
    }
    .about-us-left .heading4 {
        font-size: 22px;
        line-height: 34px
    }
    .telecom_service_inner {
        margin-top: 2rem
    }
    .about_img {
        position: relative;
        bottom: 0;
        margin-top: 20px
    }
    .about_service {
        position: relative;
        padding: 3rem 0 0
    }
    .yealrly_slider .head2 img {
        margin: 0 15px;
        max-width: 150px
    }
    .year_title {
        top: 40%
    }
    .timeline-container {
        margin-top: 50px
    }
    .digit_wrap .digit {
        font-size: 55px
    }
    .timeline-container,
    .year_content_wrap {
        height: 490px;
        padding-bottom: 50px
    }
    .active .year_image {
        left: 0;
        top: 0
    }
    .year_image {
        transform: rotate(-5deg) translate(10%, 0%) scale(1.1);
        max-width: 280px
    }
    .active .year_image {
        transform: rotate(-10deg) translate(0%, 0) scale(1);
        left: 15px
    }
    .year_para {
        position: relative;
        font-size: 14px;
        line-height: 26px;
        max-width: 100%;
        bottom: auto;
        padding-top: 80%
    }
    .timeline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 540px;
        padding: 0 0 30px;
        margin: 0;
        height: 70px
    }
    .timeline_button {
        width: 25px;
        height: 15px
    }
    .timeline_button_year {
        font-size: 14px;
        margin-left: -3px;
        top: 12px
    }
    .timeline_scroller {
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.header-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    padding: 15px 0
}

.arrow-right {
    width: 20px;
    height: 25px;
    position: absolute;
    top: 38px;
    transform: rotate(-90deg);
    right: 15px;
    opacity: 0
}

.header-container .menu-wrapper>ul>li:hover .arrow-right {
    opacity: 1
}

.ar_line {
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: 12px;
    left: 10px;
    transform-origin: 5px 50%;
    -webkit-transform-origin: 5px 50%
}

.header-old .ar_line {
    background: #000
}

.ar_left {
    position: absolute;
    height: 2px;
    width: 15px;
    background: #fff;
    transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    top: 13px;
    left: 7px;
    transform-origin: 5px 50%;
    -webkit-transform-origin: 5px 50%;
    animation: leftArrow .5s 1s infinite ease-out alternate;
    -webkit-animation: leftArrow .5s 1s infinite ease-out alternate
}

@keyframes leftArrow {
    100% {
        -webkit-transform: rotate(225deg)
    }
}

@-webkit-keyframes leftArrow {
    100% {
        -webkit-transform: rotate(225deg)
    }
}

.menu-wrapper>ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    margin-left: auto;
    margin: 0
}

.menu-wrapper>ul>li>a {
    position: relative;
    font-size: 15px;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    z-index: 9;
    cursor: pointer
}

.header-old .menu-wrapper>ul>li>a {
    color: #000
}

.header-old.casestudy-header .menu-wrapper>ul>li>a {
    color: #fff
}

.header-old.casestudy-header .menu-wrapper>ul>li.nav__list>a {
    color: #fff !important;
    border: 1px solid #126bfb
}

.header-old.casestudy-header .menu-wrapper>ul>li.nav__list>a:hover {
    color: #000 !important;
    border: 1px solid #fff
}

.menu-wrapper>ul>li.nav_contact {
    margin-left: 10px
}

.menu-wrapper>ul>li.nav_contact a:hover {
    color: #fff
}

.bloging-header .menu-wrapper li:first-child a {
    padding-left: 0
}

.menu-wrapper .nav_contact a {
    padding: 11px 20px
}

.menu-wrapper ul .nav_phone .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -7px
}

.menu-wrapper ul li.nav_contact a:before,
.menu-wrapper ul li.nav_phone a:before {
    content: none
}

.dropdown-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    transform: -webkit-translateX(-50%);
    transform: -ms-translateX(-50%);
    transform: -moz-translateX(-50%);
    pointer-events: none;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
}

.menu-wrapper>ul>li.tab-link-header:hover .dropdown-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.dropdown-inner {
    background: #fff;
    padding: 4rem 3rem
}

.overlay {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in
}

.overlay.show {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.submenu_wrapper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    padding: 50px 0
}

.left-side {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    width: 50%;
    padding: 30px 0
}

.left-side:first-child {
    border-right: 1px solid #d4d4d4
}

.left-side ul li a {
    font-size: 20px;
    font-family: proxima_nova_altsemibold;
    padding: 20px 0;
    display: block;
    color: #000
}

.left-side ul li ul li a {
    padding: 0 0 10px 50px;
    font: 18px proxima_nova_alt_rgregular
}

.left-side li {
    width: 100%;
    padding-right: 35px
}

.left-side ul li:first-child a {
    padding-top: 0
}

.submenu_wrapper .active {
    color: #0092ff
}

.left-side ul li a:hover {
    color: #0092ff
}

.right-box {
    background: #0092ff;
    height: 267px;
    width: 187px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .22);
    margin: 0 70px 0 35px
}

.right-inner-wrap {
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%
}

.right-detail {
    width: calc(100% - 292px)
}

.right-detail .heading4 {
    font-size: 26px
}

.book-detail {
    font: 18px/1.5 proxima_nova_alt_rgregular;
    display: block;
    padding: 20px 0
}

.download-btn {
    background: 0 0;
    cursor: pointer
}

.full-menu-left {
    width: 70%
}

.full-menu-right {
    width: 30%;
    background: #f3faff;
    padding: 20px 20px 50px
}

.top_gap {
    padding: 20px 0 0
}

.tab-content-header .d_flex {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap
}

.d_flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.heading5 {
    font-size: 20px;
    line-height: 1.3
}

.dropdown-wrapper {
    max-width: 1700px
}

.menu__col {
    width: 18%;
    position: relative;
    margin: 0 20px
}

.head__panel .heading5 {
    padding: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px
}

.head__panel .heading5 .br-block {
    display: block
}

.menu__col.menu__cta__wrapper {
    width: 36%;
    padding-right: 20px
}

.head__panel+.head__panel {
    margin-top: 20px;
    padding-top: 20px
}

.menu__link {
    color: #000;
    font-size: 18px;
    position: relative;
    padding: 4px 0;
    margin: 2px 0;
    display: inline-block;
    line-height: 1.2
}

.menu__link:hover,
.right_text_panel .heading4 a:hover {
    color: #0363ff
}

.menu__link:hover span:before,
.menu__link:hover span:after,
.header-container .heading5 span:before,
.right_text_panel span:before {
    background-color: #0363ff
}

.menu__link:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #01b2ff;
    content: "";
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1)
}

.menu__list__panel+.head__panel {
    margin: 15px 0;
    padding-top: 20px;
    position: relative
}

.menu__col .para+.head__panel {
    margin: 35px 0 20px;
    padding-top: 35px
}

.menu__list__panel+.head__panel+.head__panel {
    margin-top: 20px;
    padding: 20px 0 0
}

.menu__list__panel+.head__panel:after,
.menu__col .para+.head__panel:after,
.menu__list__panel+.head__panel+.head__panel:after,
.head__panel+.head__panel:after {
    position: absolute;
    content: "";
    background: #e3e3e3;
    height: 1px;
    width: 80%;
    top: 0
}

.viewall {
    display: inline-block;
    color: #ff6464;
    padding-top: 15px;
    font-size: 14px
}

.head__panel {
    position: relative
}

.full_cycle {
    width: 32px;
    height: 31px;
    background-position: -135px -261px
}

.ideation_design {
    width: 30px;
    height: 27px;
    background-position: -181px -260px
}

.sd {
    width: 32px;
    height: 28px;
    background-position: -225px -258px
}

.product_growth {
    width: 32px;
    height: 28px;
    background-position: -261px -257px
}

.researchinno {
    width: 32px;
    height: 28px;
    background-position: -142px -296px
}

.digitaltrans {
    width: 32px;
    height: 28px;
    background-position: -179px -296px
}

.menu__img__grid {
    width: 20%;
    padding: 0 2rem
}

.menu__col .para {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #000
}

.grid__head a {
    color: #2b2b2b;
    font-size: 20px;
    display: inline-block
}

.grid__cont {
    color: #888;
    font-size: 16px;
    display: block
}

.img__panel {
    width: 90%;
    border-radius: 10px
}

.img__panel img {
    box-shadow: 0px -1px 45px 2px rgb(136 136 136/44%);
    border-radius: 10px;
    width: 100%
}

.dropdown-inner.img__card {
    padding-bottom: 7rem
}

.dropdown-wrapper.about_panel {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    transform: -webkit-translateX(-50%);
    transform: -ms-translateX(-50%)
}

.grid__head {
    position: relative;
    margin: 25px 0 12px
}

.we_are_hiring {
    position: absolute;
    right: 20px;
    background: #fc7754;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px
}

.cl-inner-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    padding: 0;
    flex-direction: column;
    justify-content: center
}

.dropdown-inner .left_icon_wrapper {
    padding-right: 0;
    margin: 0 auto
}

.right_text_wrapper {
    text-align: center
}

.lt-clo3 .cl-70 {
    width: 65%;
    display: grid;
    grid-template-rows: repeat(6, 70px);
    gap: 40px;
    grid-auto-flow: column;
    grid-auto-columns: 240px;
    grid-row-gap: 25px
}

.lt-clo3 .cl-30.rt {
    width: 35%
}

.menu__cta {
    position: relative
}

.lt-clo3 .dropdown-inner .right_text_wrapper .heading4 {
    font: 18px/1.2 proxima_nova_altsemibold;
    margin: 5px 0 0
}

.lt-clo3 .dropdown-inner .left_icon_wrapper {
    padding-right: 0
}

.dropdown-inner {
    padding: 4rem 3rem
}

.learn_more_wrapper.techmore {
    padding: 0 5rem 1.4rem !important;
    text-align: right;
    border: none;
    background: #fcfcfc
}

.cta-text svg {
    position: absolute;
    top: 50%;
    margin-left: 0;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #6a6767;
    stroke-width: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translate(-50%, -50%)
}

.learn_more .cta-text {
    color: #2680eb;
    font-size: 22px;
    font-family: 'proxima_nova_alt_rgregular';
    display: inline-block
}

.learn_more .cta-text:hover {
    color: #0960c7
}

.cta-text:hover span svg {
    left: 15px
}

.cta-text span svg {
    position: relative;
    top: 5px;
    left: 8px;
    stroke-width: 2px;
    stroke: #2680eb;
    stroke-width: 2;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translate(-50%, -50%)
}

.tech__panel {
    margin-bottom: 40px
}

.tech__panel .grid__head {
    margin: 0 0 12px
}

.grid__head a:hover {
    color: #2680eb
}

.techno__panel .dropdown-inner.img__card {
    padding-bottom: 3rem
}

.techno__panel .menu__img__grid {
    width: 25%;
    padding: 0 2rem
}

.techno__panel .learn_more_wrapper.techmore {
    padding: 0 5rem 1.4rem !important;
    text-align: right
}

.res__panel .dropdown-inner .flex_wrapper {
    justify-content: space-between
}

.ad-page {
    display: none !important
}

.lt-clo3 .dropdown-inner .flex_wrapper {
    justify-content: space-between
}

header.header-container.nav-down {
    -webkit-transition: all .6s cubic-bezier(.4, .25, 0, 1);
    transition: all .6 cubic-bezier(.4, .25, 0, 1)
}

.menu-wrapper .heading5 a {
    color: #000;
    position: relative
}

.menu-wrapper .heading5 a:hover {
    color: #0363ff;
    position: relative
}

.head__panel.subhd .heading5 {
    margin-bottom: 5px
}

.head__panel.subhd {
    margin-bottom: 20px
}

.tab-content .d_flex {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap
}

.dropdown-wrapper {
    width: 1600px;
    max-width: 100%;
    min-height: 444px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.indus__panel .cta__content {
    top: 40%
}

.indus__panel .cta__content span {
    line-height: 1.6;
    margin-bottom: 20px
}

.lg_text_wrapper .para {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 1.4
}

.head__panel.m0 {
    margin-bottom: 0 !important
}

.lg_text_wrapper span {
    font-size: 38px;
    font-weight: 600
}

.theme_clr {
    color: #0363ff
}

.menu__cta__wrapper.dflex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 0
}

.dflex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between
}

.imag_panel {
    position: relative
}

.imag_panel a {
    display: inline-block
}

.imag_panel .br-block {
    display: block
}

.imag_panel span {
    position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    font-size: 13px;
    line-height: 1.3
}

.menu__link:hover span,
.heading5 a:hover span,
.right_text_panel .heading4:hover span {
    opacity: 1
}

.menu__link span:before,
.menu__link span:after,
.header-container .heading5 span:before,
.header-container .heading5 span:after,
.right_text_panel span:before,
.right_text_panel span:after {
    position: absolute;
    content: ""
}

.industry_left_img .imag_panel {
    margin: 25px 0
}

.right_text_panel .heading4 {
    position: relative;
    margin-bottom: 0;
    font-weight: 500
}

.menu__link span,
.right_text_panel span {
    width: 20px;
    height: 25px;
    position: absolute;
    top: 12px;
    transform: rotate(-90deg);
    right: -11px;
    left: auto;
    opacity: 0
}

.header-container .heading5 span {
    top: auto;
    bottom: -18px;
    right: -20px;
    width: 20px;
    height: 25px;
    position: absolute;
    opacity: 0;
    transform: rotate(-90deg)
}

.menu__link span:before,
.header-container .heading5 span:before,
.right_text_panel span:before {
    position: absolute;
    height: 1px;
    width: 17px;
    background: #000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: 11px;
    left: 10px;
    border-radius: 2px;
    transform-origin: 5px 50%;
    -webkit-transform-origin: 5px 50%
}

.menu__link span:after,
.header-container .heading5 span:after,
.right_text_panel span:after {
    position: absolute;
    height: 1px;
    width: 10px;
    background: #000;
    transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    top: 12px;
    left: 7px;
    border-radius: 4px;
    transform-origin: 5px 50%;
    -webkit-transform-origin: 5px 50%;
    animation: leftArrow .5s 1s infinite ease-out alternate;
    -webkit-animation: leftArrow .5s 1s infinite ease-out alternate
}

.menu__col .para .br-block,
.read_our br {
    display: block
}

.drop-arrow {
    position: relative;
    top: 10px;
    right: 5px;
    transition: all ease-in .3s
}

.imag_panel a:hover .drop-arrow {
    right: 0
}

.cl-inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    padding: 0 0 20px
}

.left_icon_panel {
    padding-right: 10px
}

.left_icon_panel figure {
    background: #707070;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.right_text_panel .heading4 a {
    font-size: 15px;
    line-height: 1.2;
    display: inherit;
    color: #000
}

.cirl_arw a:hover {
    background-color: #000;
    border: 2px solid #000
}

.cirl_arw a:hover:before,
.cirl_arw a:hover:after {
    background: #fff
}

.cirl_arw a {
    border: 2px solid #707070;
    width: 38px;
    height: 38px;
    margin-left: 40px;
    display: inline-block;
    border-radius: 50%;
    position: relative
}

.cirl_arw a:after,
.cirl_arw a:before {
    position: absolute;
    content: "";
    background: #707070;
    width: 12px;
    height: 2px
}

.cirl_arw a:after {
    left: 13px;
    top: 19px;
    transform: rotate(-40deg)
}

.cirl_arw a:before {
    left: 12px;
    top: 12px;
    transform: rotate(40deg)
}

.read_our {
    font-size: 15px;
    line-height: 1.4
}

.read_our a {
    color: #ff6969;
    display: inline-block;
    text-decoration: underline !important
}

.space-between {
    align-items: center
}

.menu__col .cl-inner:last-child {
    padding-bottom: 0
}

.header-container.shrink .ar_line,
.header-container.shrink .ar_left {
    background-color: #000
}

.port_logo {
    margin: 0 0 15px
}

.port_logo a {
    display: inline-block
}

.port_logo figure {
    height: 35px;
    display: flex;
    align-items: center
}

.drop__cta {
    border: 2px solid #222;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    color: #000;
    padding: 7px 45px 7px 28px;
    font-weight: 700;
    min-width: 125px;
    text-align: center;
    margin: 20px 0
}

.drop__cta:hover svg {
    -webkit-animation: arrowmove .4s infinite alternate ease-in-out;
    animation: arrowmove .4s infinite alternate ease-in-out
}

@keyframes arrowmove {
    0% {
        -webkit-transform: translateX(-5px)
    }
    100% {
        -webkit-transform: translateX(.3em)
    }
}

@-webkit-keyframes arrowmove {
    0% {
        -webkit-transform: translateX(-5px)
    }
    100% {
        -webkit-transform: translateX(.3em)
    }
}

.drop__cta svg {
    right: 18px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #000;
    width: 18px;
    height: 18px;
    position: absolute;
    stroke-width: 1.5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px)
}

.serv__panel .menu__col {
    width: 20%
}

.serv__panel .menu__cta__wrapper {
    width: 30%;
    margin-right: 5%
}

.leading_tech {
    max-width: 280px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    padding-top: 40px
}

.leading_tech_head {
    font-size: 14px;
    padding-bottom: 20px
}

.leading_tech li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    display: inline-block
}

@media (max-width: 1366px)
{
    .container {
    max-width: 1150px !Important;
}
}
@media (max-width: 767px)
{
    .about_appi_caption .head1 {
    font-size: 50px;
    line-height: 64px;
}
}
@media (max-width: 600px)
{

.about_appi_caption .head1 {
    font-size: 33px;
    line-height: 43px;
    padding: 0 10px;
}
}
