@media only screen and (max-width: 1440px) {
    .container {
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1399px) {
    .ourteam__crcleShape {
        right: -150px;
    }
    .ourteam__dotShape {
        right: -100px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner__text {
        font-size: 50px;
    }
    .ourteam__crcleShape {
        right: -60px;
        width: 80px;
    }
    .ourteam__dotShape {
        right: -50px;
    }
    .commnfontSize {
        font-size: 30px;
    }
    .ourteam:before {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner {
        min-height: 80vh;
    }
    .banner__inner img {
        width: 60%;
    }
    .banner {
        background-position: center center !important;
    }
    .about {
        padding: 50px 0;
    }
    .about__content {
        padding-bottom: 50px;
    }
    .ourteam:before {
        width: 100%;
    }
    .ourteam__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ourteam__lft {
        text-align: center;
    }
    .ourteam__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 30px;
        position: relative;
    }
    .ourteam__crcleShape {
        right: 0;
        width: 80px;
    }
    .ourteam__dotShape {
        right: 0;
    }
    .ourteam {
        padding-bottom: 50px;
    }
    .ourservices__cntntHldr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ourservices__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .ourservices__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ourservices__text:before {
        display: none;
    }
    .ourservices__cntntHldr:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
    .ourservices__cntntHldr:nth-child(2) .ourservices__img {
        margin-left: 0;
        margin-right: 0;
    }
    .ourservices__img {
        margin-right: 0;
    }
    .globalpossiblty__inner {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .globalpossiblty__shape {
        display: none;
    }
    .globalpossiblty {
        padding: 50px 0;
    }
    .ourservices__img img {
        width: 100%;
    }
    .header-container {
        max-width: 90%;
    }
    .ourservices {
        padding: 50px 0;
    }
    div#hamburger-1 {
        display: block;
    }
    .scroll .sidebar_overlay {
        display: block;
    }
    .sidebar_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        z-index: 21;
        display: none;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    /* hamburger menu */
    .hamburger .line {
        display: block;
        margin: 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 30x;
        height: 4px;
        background: #000;
    }
    .hamburger:hover {
        cursor: pointer;
    }
    div#hamburger-1 {
        position: unset;
        z-index: 99999;
        top: 0;
        right: 0;
        height: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        cursor: pointer;
    }
    #hamburger-1 .line:nth-child(1) {
        width: 30px;
    }
    #hamburger-1 .line:nth-child(3) {
        width: 30px;
    }
    /* ONE */
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
        width: 30px;
        margin-top: 1px;
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 30px;
    }
    .modal-open div#hamburger-1 {
        z-index: 9;
    }
    #hamburger-1.is-active .line {
        margin: 0;
    }
    ul.headertop__menu {
        padding: 20px;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 9;
        background: #EB2127;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
    }
    .scroll #sidebarMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: 100%;
        overflow-y: auto;
        padding-bottom: 30px;
        z-index: 9999;
        left: 0;
        padding-top: 50px;
    }
    #sidebarMenu.headerTop__innernav.toggle {
        z-index: 999 !important;
    }
    .headertop__inner {
        position: relative;
    }
    #sidebarMenu {
        -webkit-transform: translateX(-550px);
        -ms-transform: translateX(-550px);
        transform: translateX(-550px);
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        -o-transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: -999;
        position: fixed;
        left: -450px;
        height: 100%;
    }
    ul.headertop__menu {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .scroll .headertop__menu li a {
        color: #fff;
        border: none;
    }
    .headertop__menu li {
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .banner__text {
        font-size: 40px;
    }
    /* 20/09/2022 css */
    .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__lft {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        /* left: -280px; */
    }
    .for-desktop {
        display: none;
    }
    .for-mobile {
        display: block;
    }
    .whatwedo__rightImg img:nth-child(2) {
        top: 120px;
        right: 20px;
        z-index: 0;
    }
    .whatwedo__rightImg img:last-child {
        top: 180px;
        left: -410px;
    }
    .whatwedo__rightImg img:first-child {
        position: absolute;
        top: -60px;
        left: 80px;
        z-index: 1;
    }
    .whatwedo__container {
        padding: 40px;
        width: 100%;
    }
    .ourgrowth__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .growth__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 0;
        max-width: 100%;
    }
    .growth__left img {
        width: 100%;
    }
    .ourgrowth__right {
        margin: 0;
        padding: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ourgrowth {
        padding-top: 50px;
    }
    .team__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
    .whatwedo__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
    .whatwedo__lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .whatwedo__lftContntrgt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
    .whatwedo__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .whatwedo__rightImg img:last-child,
    .whatwedo__rightImg img:nth-child(2),
    .whatwedo__rightImg img:first-child {
        position: relative;
    }
    .whatwedo__lftContent {
        margin-bottom: 30px;
    }
    .flexiable__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding: 15px;
    }
    .flexiable__img {
        width: 90px;
        height: 90px;
    }
    .flexiable__img img {
        width: 40px;
    }
    .global:before {
        display: none;
    }
    .global__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 0;
    }
    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }
    .footer__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .founding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .active a {
        color: #000!important;
        border-bottom: 2px solid !important;
        border: none !important;
    }
    /* new design */
    .whatwedo__btm {
        margin-top: 200px;
    }
    .whatwedo__btmLft {
        width: 31%;
    }
}

@media only screen and (max-width: 767px) {
    .banner__inner {
        width: 90%;
    }
    .headertop__nav {
        position: absolute
    }
    p {
        text-align: left !important;
    }
    .whatwedo__container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .ourgrowth {
        padding-top: 40px;
    }
    div#services {
        background: #fff;
        padding: 0;
    }
}

@media only screen and (max-width: 700px) {
    .whatwedo__rightImg img:last-child {
        top: -50px;
        left: -10px;
    }
    .ourgrowth {
        padding-top: 30px;
    }
    .whatwedo__btm {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .banner__inner img {
        width: 242px;
    }
    .banner__text {
        font-size: 35px;
        line-height: 40px;
    }
    .header-container,
    .container {
        max-width: 90%;
    }
    .ourteam__crcleShape,
    .ourteam__dotShape {
        display: none;
    }
    .headertop.fixed {
        height: auto;
    }
    .about__content {
        padding-bottom: 30px;
    }
    .footer {
        padding: 15px 0;
    }
    .headertop {
        padding: 11px 0;
    }
    .headerHieght {
        height: 63px;
    }
    .headertop__logo a,
    .headertop__logo a img {
        display: block;
    }
    .flexiable__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flexiable__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px;
        margin-bottom: 20px;
    }
    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 50px;
    }
    .footer__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .cmmnHeadding {
        font-size: 18px;
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .banner {
        min-height: 390px;
    }
    .banner__text {
        font-size: 22px;
        line-height: 35px;
        text-align: center;
    }
    .about__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .whatwedo__container {
        padding: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .whatwedo__lftContntimg img {
        width: 30px;
    }
    .whatwedo__lftContntimg {
        line-height: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px;
    }
    .whatwedo__header h3.cmmnHeadding,
    .ourgrowth__inner h3.cmmnHeadding,
    .flexiable-center .cmmnHeadding,
    .global__text .cmmnHeadding,
    .founding__header .cmmnHeadding {
        margin-left: 0;
        padding-bottom: 30px;
    }
    .about__right h3 {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: normal;
        margin-bottom: 14px;
    }
    .whatwedo__lftContntrgt ul li {
        font-size: 12px;
    }
    .whatwedo__lftContntrgt h4 {
        font-size: 14px;
    }
    .team {
        position: relative;
        z-index: 1;
        padding: 50px 0 50px;
        margin-top: 40px;
    }
    .flexiable {
        padding: 50px 0;
        background: #F5F5F5;
    }
    .about__lft:after {
        content: "";
        width: 66px;
        height: 88px;
        border: 4px solid #F9787C;
        position: absolute;
        bottom: -13px;
        right: -10px;
        z-index: -1;
    }
    .cmmnHeadding:before {
        border: 1px solid #EB2127;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        content: "";
        width: 15px;
        height: 0;
        position: absolute;
        left: -10px;
        top: 10px;
        background: #EB2127;
    }
    .whatwedo__btm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .whatwedo__btmLft {
        width: 100%;
        margin-bottom: 20px;
    }
    .whatwedo__btmLft img {
        width: 100%;
    }
    .ourgrowth__innerBtmTop {
        padding: 166px 25px 47px;
    }
    .flexiable__img {
        margin-top: 0;
    }
}

@media only screen and (max-width: 479px) {
    /* .banner {
        background: url(../images/mobile-banner.jpg) !important;
        background-size: cover !important;
    } */
    .headertop__logo {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }
    .commnfontSize {
        font-size: 24px;
    }
    .about:before {
        background-position: center;
    }
    p,
    .about p {
        font-size: 14px;
    }
    .headerHieght {
        height: 50px;
    }
    .whatwedo__rightImg img:first-child {
        position: absolute;
        top: 20px;
        left: 70px;
        z-index: 1;
        width: 109px;
    }
    .whatwedo__rightImg img:nth-child(2) {
        top: 99px;
        right: -142px;
        z-index: 0;
        width: 150px;
    }
    .whatwedo__rightImg img:last-child {
        top: 140px;
        left: -120px;
        width: 95px;
    }
    .ourgrowth {
        padding-top: 30px;
    }
    .whatwedo__lftContntrgt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .team__text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .team .cmmnHeadding:before {
        border: 2px solid #fff;
        background: #fff;
    }
    .whatwedo__btm {
        margin-top: 180px;
    }
    .about {
        padding: 30px 0;
    }
    .team__content:last-child {
        margin-bottom: 0;
    }
}