/* Extra Small Device */
@media only screen and (max-width: 430px) {

  .hero-get-started-btn {
    min-width: 100vw;
  }
  .menu--mobile .offcanvas-start {
    width: 100%;
  }
  .course__btn .btn {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .course__btn .btn__icon {
    display: none;
  }
  .teamMember__content h5 {
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 3px;
  }

  .teamMember__content p {
    font-size: 13px;
    color: #434343;
  }

  .why__accordion .accordion-button::after {
    background-size: 14px;
  }

  .why__thamb-img img {
    height: 340px;
  }

}

/* Extra Small Device */
@media only screen and (max-width: 767px) {
  .hero__bg__wrapper {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
    margin:0;
    padding: 0;
    aspect-ratio: 470 / 340;
    order: 99; 
    z-index: 1; 
  }
  .hero__contact__info {
    width:100%;
  }
  .hero__bg__img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto;
    aspect-ratio: 470 / 340;
    object-fit: cover;
    object-position: 100% 100%;
    display: block;
    margin: 0 auto;
    border-radius: 0;
  }
  body:not(.home--page) .hero__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    z-index: 2;
  }
  .negative20 {
    margin-bottom: 0;
  }
  .negative40 {
    margin-bottom: 0;
  }
  .negative60 {
    margin-bottom: 0;
  }
  .hero-get-started-btn {
    aspect-ratio: 60 / 13;
  }
  .hero__bg__wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 26%;
    background: linear-gradient(to top, #ffffff00 0%, #fff 100%);
    z-index: 1;
    pointer-events: none;
  }
  .testimonial__slide {
    min-height:240px;
  }
  .testimonial__head a.btn {
    padding: 0px;
    text-align: start;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  .why__accordion .accordion-button::after {
    background-size: 14px;
  }

  img.why__thamb-mainImg {
    max-width: 260px;
  }

  .why__thamb-img img {
    height: 380px;
  }

  .why__thamb {
    max-width: 420px;
    margin: 0 auto;
  }

  .textBlk__content a.btn {
    font-size: 12px;
    padding: 15px 20px;
    letter-spacing: 1px;
  }

  .achievements_item img {
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 991px) {
  .chat__box {
    bottom: 14px;
    right: 14px;
  }
  .img-strat { max-height: 500px;}
  body.home--page .logo img.interior { display:block;}
  body.home--page .logo img.home { display:none;}
  .hero__bg__wrapper {
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 1;
  }
 .case-study-card {
    flex-direction: column;
    border-radius: 32px;
    margin-bottom: 25px;
  }
  .case-study-card .card-content {
    padding: 30px;
    width: 100%;
    order: 2; 
  }
  
  .case-study-card .card-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .case-study-card .card-content p:last-child {
    margin-bottom: 0;
  }
  
  .case-study-card .card-image {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 38 / 31;
    order: 1;
  }

  .leadership--section::after {
    background-position: 0 130px;
  }
  .btn.load-more {
    display: flex;
  }
  .nav-pills .nav-link.active {
      box-shadow: 0px 3px 20px #00000029;
      border-radius: 20px;
      background: #FFF;
      padding: 12px 30px;
      max-height: 43px;
  }
  
  .nav-pills .nav-link {
    padding: 12px 30px;
  }
  .nav-pills .address {
    display: none;
  }
  .footer__top {
    padding:36px 0px 20px;
  }
  body:not(.home--page) .logo img.home {
    display: none;
  }
  body:not(.home--page) .logo img.interior {
    display: block;
  }
  body:not(.home--page) .main__title {
    color:var(--lightorange) !important;
  }
  body:not(.home--page) .second__title,
  body:not(.home--page) .third__title {
    color:var(--primary) !important;
  }
  body:not(.home--page) .hero__para  {
    color:var(--dark) !important;
  }
  body:not(.home--page) .hero--section {
    background: #fff;
  }
  .hero--section::before,
  .hero--section::after {
    content: none;
  }
    
  .wsua__img {
    aspect-ratio: 1.5;
    border-radius: 20px;
  }
  .call-to-action--section .cta__img {
      padding-right: 0px;
  }
  .whychooseus .whychooseus__head {
    aspect-ratio: 1.5;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/imgs/hero-bg/why-choose-us-bg.webp);
    background-size: cover;
    background-position: top center;
    padding: 0 2vw;
    width:100vw;
    max-height: 220px;
  }
  .whychooseus__bg__img { display: none; }
  .achievements_item {
      min-height: unset;
  }
  .goals__head__text, .goal__content  {
    margin-top:20px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero--page-contact .btn {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    gap: 6px;
  }

  
    .testimonial__head .clients__slider__buttons {
      position: absolute;
      top: 0;
      right: 0;
    }
    .solutions__wrapper__title {
        color: #434343;
        opacity: 0.65;
    }
    .explore__slider__buttons {
      position: static;
    }
}

@media only screen and (max-width: 1399px) {
  .container-xxl {
    padding: 0 30px;
  }
}

/* Small Device :320px. */
@media only screen and (min-width: 320px) {
  .solutions--section {
    padding:60px 0;
  }
  .why--partner {
    padding:0 30px;
  }
  .trust--section {
    padding: 30px 0px 0px;
  }
  .container {
    width: 100%;
    padding: 0 30px;
    max-width: 100%;
  }
  .fs-2 {
    font-size: 25px !important;
  }
  
  .fs-3 {
    font-size: 28px !important;
  }

  .fs-36 {
    font-size: 22px !important;
  }
  .hero__wrapper {
    padding: 26px 0 0;
  }
  .explore--section {
    padding: 70px 0 0;
  }
  .partner--section {
    padding: 0 0 70px;
  }
  .solutions__items__row {
    gap: 24px;
  }
  
  .explore--section::after {
    background-size: 100%;
    background-position: 50% 20%;
  }
  body.about--page .explore--section::after {
    background-position: bottom left;
  }
  .testimonial--section::after  {
    background-size: 100%;
    background-position: center;
  }

}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
    padding: 0 12px;
  }

  .fs-2 {
    font-size: 26px !important;
    letter-spacing: 16%;
  }

  .hero__wrapper {
    padding: 32px 0 0;
  }

  .expolre--section,
  .partner--section {
    padding: 70px 0;
  }

  .solutions__items__row {
    gap: 24px;
  }

  /* customers.html Page Responsive CSS Start */
  .empower--section .section__head {
    margin-bottom: 64px;
  }

  .helping__wrapper {
    padding: 32px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilities.html Page Responsive CSS Start */
  .results--section {
    padding: 64px 0 80px;
  }

  /* capabilities.html Page Responsive CSS End */



}

/* Medium Device. */
@media only screen and (min-width: 768px) {
  .footer__widget ul.column-2 {
    column-count: 2;
  }
  .whychooseus--section {
    padding: 0;
  }
  
.explore--section::after {
        background-position: 0% 0%;
        background-size: 100vw 70%;
    }
  .teams--section {
    padding: 28vw 0px 40px;
    margin-top: 20px;
  }
  .teams--section::after {
    background-position: 20%;
    background-size: 200% 100%;
    z-index: -1;
  }
  
  .solutions--section {
    padding: 90px 0 90px;
  }
  .container {
    width: 720px;
  }
  .testimonial--section .container-fluid {
    padding: 0 30px;
  }

  .fs-1 {
    font-size: clamp(1.75rem, -0.8446rem + 5.4054vw, 2.5rem) !important;
    letter-spacing: 8px !important;
  }
  .fs-2 {
    font-size: 30px !important;
  }
  .fs-3 {
    font-size: 38px !important;
  }
  
  .fs-27 {
    font-size: 22px !important;
  }
  .fs-43 {
    font-size: 26px !important;
  }
  .common-text {
    font-size: 18px;
  }

  .logo {
    max-width: 100px;
  }
  .hero--section {
    aspect-ratio: 16 / 9;
  }
  body:not(.home--page) .hero--section {
    aspect-ratio: 1920 / 732;
  }
  .hero__bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .hero__para {
    font-size: 20px;
  }
  .message-btn svg {
    max-width: 18px;
  }
  .explore__text {
    min-height: 72px;
  }
  .explore__slide__btn {
    max-width: 28px;
  }
  .solutions__items__row--odd {
    margin-top: 40px;
  }
  .solutions__title {
    font-size: 28px;
  }
  .solutions__wrapper__title {
    font-size: 48px;
  }
  .custom__col.custom__col--sm {
    order: 1;
    width: 33.33%;
  }

  .custom__col.custom__col--md {
    order: 2;
  }

  .custom__col.custom__col--lg {
    order: 3;
  }
  .partner__item {
    flex: 0 0 auto;
    width: 33.33%;
    height: 90px;
  }
  .footer__bottom-menu ul {
    display: flex;
    gap: 16px;
  }
  .footer__bottom-menu ul li a {
    font-size: 16px;
  }
  .customAccordion-button .title {
    font-size: 20px;
  }
  .expolre--section::after {
    background-size: 1601px;
  }

  /* About-page-css */
  .hero__text .page__title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .hero__text .page__subtitle {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 4px;
  }

 

  .section__head-sets p {
    max-width: 480px;
  }

  .trust--section {
    padding: 30px 0px 10px;
  }

  .sets--section {
    padding-bottom: 60px;
  }

  .goal--section {
    padding: 0 0 30px;
  }
  .invest--section {
    padding: 0 0 30px;
  }


  .teamMember {
    margin-bottom: 45px;
  }
  .achievements--section {
    padding: 60px 0px 20px;
  }
  .achievementItem__info p {
    font-size: 16px;
  }
  .dialog__thumb {
    margin-bottom: 0px;
  }

  .dialog__thumb img {
    max-width: 100%;
  }

  .dialog--section {
    padding: 90px 0px;
  }
  .teamMember__content p {
    font-size: 16px;
  }

  .teamMember__content h5 {
    font-size: 20px;
  }
  /* About-page-css--end */
  /* solution-page */
  .section__head p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .goal__content h5 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  /* solution-page--end */
  
  /* customers.html Page Responsive CSS Start */
  .common-border-radius {
    border-radius: 24px;
  }

  .collaborators--section {
    padding: 68px 0;
  }

  .collaborators__thumb {
    height: 382px;
  }

  .collaborators__title,
  .empower__item__title {
    font-size: 28px;
  }

  .empower--section {
    padding: 60px 0;
  }

  .choose__wrapper {
    min-height: 320px;
    padding: 64px 0;
  }

  .choose__cards {
    margin-top: -136px;
  }

  .choose__cards__row.g-3 {
    --bs-gutter-y: 40px;
  }

  .choose__cards__item {
    padding: 32px 32px 40px;
  }

  .choose__cards .gradient-bg-icon-wrap {
    margin-top: -56px;
  }

  .helping--seciton {
    padding: 64px 0;
  }

  .helping__wrapper {
    padding: 48px;
  }

  .helping__para {
    font-size: 24px;
  }

  .helping__client__title {
    font-size: 22px;
  }

  .join--section {
    padding-bottom: 64px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilities.html Page Responsive CSS Start */
  .results--section .section__head {
    margin-bottom: 56px;
  }

  .results__title {
    padding: 16px 0 20px;
  }

  /* capabilities.html Page Responsive CSS End */

  /* products.html Page Responsive CSS Start */
  .course__wrapper__col.active {
    padding-top: 40px;
  }

  .course__card {
    margin-bottom: 0;
  }

  /* products.html Page Responsive CSS End */

  /* solution-page */
  .result__title {
    max-width: 446px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .result--section {
    background-blend-mode: multiply;
  }

  .result--section.bg--object::after {
    background-position: center center;
  }

  .result--section {
    padding: 60px 0px 60px;
  }

  .why__thamb-img img {
    height: 540px;
  }

  .why__thamb-mainImg {
    max-width: 400px;
  }

  .why__accordion .accordion-button {
    padding: 20px 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .why__accordion .accordion-body {
    padding: 0px 24px 20px;
  }

  .why__accordion .accordion-body p {
    font-size: 20px;
    line-height: 26px;
  }

  .textBlk--section {
    padding: 60px 0px 60px;
  }

  .textBlk__wrapper {
    max-width: 700px;
    margin: 0 auto;
  }

  .textBlk__content p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  /* solution-page--end */
  .contact__title p {
    max-width: 430px;
    font-size: 20px;
    line-height: 30px;
  }


  .contact__map-main iframe {
    height: 600px;
  }

  .contact__form-wrapper {
    padding: 36px 50px 35px;
    /* jrm */
    margin-bottom: 10em;
  }

  .contact__form-title h3 {
    font-size: 22px;
  }

  .course__title {
    font-size: 28px;
    margin: 16px 0 8px;
  }

  .course__btn .btn {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1;
    gap: 16px;
  }

  .course--form.bg--object::after {
    background-position: top center;
    background-size: 100%;
  }

  .course--form {
    background-blend-mode: multiply;
  }

  .showcase__inner {
    max-height: 600px;
    max-width: 446px;
    margin: 0 auto;
  }

  .showcase__marquee {
    height: 600px;
  }

  .feeback__main {
    border-radius: 30px;
    padding: 44px 80px;
  }

  .feedback__main-text p {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }

  .feedback__main-meta h6 {
    font-size: 20px;
  }

  .goal--capabilities {
    margin-top: -80px;
  }

  .feedback__wrapper h2 {
    margin-bottom: 40px;
  }

  .feedback__main-text {
    margin-bottom: 28px;
  }

  .feedback__main-meta h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonial__slide {
    padding: 30px 40px;
    border-radius: 20px;
  }
  .singletestimonial--section blockquote {
    padding-left: 85px;
    padding-top: 100px;
  }
  .negative20 {
    margin-bottom: 0px;
  }
  .negative40 {
    margin-bottom: 0px;
  }
  .negative60 {
    margin-bottom: 0px;
  }
}

/* LG Device :992px */
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .fs-1 {
    font-size: clamp(2.25rem, -0.0168rem + 3.6598vw, 4.375rem) !important;
  }
  .negative20 {
      margin-bottom: -30px;
  }
  .invest__wrapper {
    max-width: 514px;
  }
  .invest__content-text {
    max-width: 460px;
  }
  .negative40 {
      margin-bottom: -50px;
  }
  .negative60 {
      margin-bottom: -70px;
  }
  body.about--page .explore--section::after {
    background-position: 0 -2vw;
  }
  body.about--page .explore__slider__buttons {
    margin-top:-50px;
  }
  body.our--customers .explore__slider__buttons {
    margin-top:-50px;
  }
  body:not(.home--page) .header--area {
    padding:0;
  }
  .teams--section {
    padding: 28vw 0px 40px;
    margin-top: 20px;
  }
  .teams--section::after {
    background-position: top left;
    background-size: contain;
  }
  .testimonial--section .container-fluid {
    padding: 0 30px;
  }
  .testimonial--section::after  {
    background-position: 0 -70px;
  }
  .testimonial__slide-desc p {
    font-size: 22px;
    line-height: 34px;
  }
  .hero__bg__video, .hero__bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .header--area {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
  }
  .header--area.content-bg::after {
    background: transparent;
  }

  
  .explore--section {
    padding: 90px 0 0;
  }
  .partner--section {
    padding: 0 0 90px;
  }
  .explore__thumb {
    height: 440px;
    padding: 24px;
    border-radius: 24px;
  }
  .explore__content {
    padding: 24px 0px 0 24px;
  }
  .explore__title {
    font-size: 32px;
  }
  .explore__button .btn {
    letter-spacing: 3px;
    gap: 16px;
  }
  .solutions__thumb {
    height: 344px;
    border-radius: 24px;
  }
  .partner__item {
    flex: 0 0 auto;
    width: 25%;
    height: 90px;
  }
  .customAccordion-button .title {
    font-size: 24px;
  }
  .customAccordion-button .number {
    font-size: 23px;
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
  .customAccordion-content {
    flex-direction: row;
  }
  .customAccordion-image {
    width: 50%;
    position: relative;
    flex: 0 0 auto;
  }
  .customAccordion-text {
    padding: 44px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .customAccordion-image .number {
    font-size: 23px;
    width: 50px;
    height: 50px;
  }
  .customAccordion-text h3 {
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.3em;
  }
  .customAccordion-text p {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .faq--section {
    padding: 70px 0px 60px;
  }
  .testimonial--section {
    padding: 70px 0px 230px;
  }
  .solutions--section {
    padding: 100px 0 150px;
  }
  .customAccordion-button {
    background-size: 16px;
    background-position: right 29px center;
    padding-right: 56px;
  }

 /* offcanvas-menu */
  .header--area {
    z-index: 10;
  }

  .dropdown-menubg {
    width: 100%;
    background: rgba(19, 9, 16, 0.67);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .header--area.show__submenu .dropdown-menubg {
    opacity: 1;
    visibility: visible;
  }

  .closeDropdown {
    position: absolute;
    cursor: pointer;
    right: 32px;
    top: 32px;
  }

  .header--area .header__nav__item:hover .menu__dropdown {
    opacity: 0 !important;
    top: 0;
    margin-top:25px;
    padding-top:35px;
  }

  .header--area .header__nav__item .menu__dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0;
  }

  /* About Page css start */

  .hero__text .page__title {
    font-size: 24px;
    margin-bottom: 2px;
  }

  .hero__text .page__subtitle {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 4.04px;
    margin-bottom: 4px;
  }

  .hero--page {
    padding: 130px 0px 0px;
  }


  .section__head-sets p {
    max-width: 560px;
  }

  .invest__content-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .goal__content-text p,
  .goal__content-text ul {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .goal__content-btns .btn {
    padding: 15px 22px;
    font-size: 14px;
  }

  .dialog__content-text p {
    font-size: 22px;
    line-height: 30px;
  }

  .dialog__content-text {
    margin-bottom: 15px;
  }

  .teamMember__content h5 {
    font-size: 24px;
  }

  .teamMember__content p {
    font-size: 18px;
    line-height: 23px;
  }

  .achievements--section {
    padding: 80px 0px 40px;
  }

  /* About Page css start--end */

  /* content-creation */
  .apart__header h2 {
    margin-bottom: 11px;
    width: max-content;
  }

  .apart__thumbnail img {
    height: calc(100% - 90px);
    width: 100%;
    border-radius: 40px;
  }

  .apart__thumbnail {
    height: 100%;
    position: relative;
    top: 90px;
  }

  .apart__content .card--trust {
    align-items: center;
  }

  /* content-creation--end */

  /* solution-bg */
  .hero--solution .hero__para {
    max-width: 600px;
  }

  /* solution-bg--end */

  /* customers.html Page Responsive CSS Start */
  .gradient-bg-icon-wrap {
    width: 64px;
    height: 64px;
  }

  .gradient-bg-icon {
    padding: 12px;
  }

  .empower--section .section__head {
    margin-bottom: 80px;
  }

  .choose__wrapper {
    min-height: 350px;
    padding: 80px 0;
  }

  .choose__cards {
    margin-top: -160px;
  }

  .choose__cards__title {
    font-size: 32px;
    padding: 20px 0 16px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilities.html Page Responsive CSS Start */
  .results--section {
    padding: 80px 0 96px;
  }

  .results__title {
    font-size: 32px;
  }

  /* capabilities.html Page Responsive CSS End */

  /* solution */
  .result__box {
    border-radius: 25px;
    padding: 50px 54px;
  }

  .result__bottom h5 {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .result__title {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .section__head p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .why__thamb-img--topSpace {
    margin-top: 170px;
  }

  .textBlk__wrapper {
    max-width: 800px;
    margin: 0 auto;
  }

  .textBlk__content p {
    margin-bottom: 36px;
    font-size: 24px;
    line-height: 32px;
  }

  .textBlk__content h2 {
    margin-bottom: 20px;
  }

  .textBlk--section {
    padding: 80px 0px 80px;
  }

  /* solution--end */

  .contact__title p {
    max-width: 430px;
    font-size: 24px;
    line-height: 30px;
  }

  .contact__map {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
  }

  .contact__map-locations {
    flex: 0 0 auto;
    width: 330px;
  }

  .contact__map-main {
    flex-grow: 1;
  }

  .contact__map-main iframe {
    height: 600px;
    border-radius: 40px;
  }

  .contact__form-title {
    padding: 37px 53px;
  }

  .course__featureItem h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .course__featureItem p {
    font-size: 18px;
    line-height: 27px;
  }

  .course__featureItem {
    padding: 28px 28px;
  }

  .coursr-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }

  .goals--section, .goal--section, .invest--section {
    background:transparent;
  }
  .whychooseus__bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .card-body {
    padding: 20px 25px 35px;
  }
  .whychooseus--section {
    padding: 100px 0 0;
    background-color: transparent;
  }
  .why__para {
    max-width: 477px;
    margin-bottom: 100px;
  }
  
  .quote--section blockquote {
    border-radius: 30px;
    padding:50px;
  }
  .wsua__img {
    margin-left: 16px;
    margin-top: 0;
  }

  .goals__para {
    max-width: 414px;
  }
    
  .goals--section, .goal--section {
    margin: 50px 0 0;
    padding: 110px 0 0;
  }
  .invest--section {
    margin: 50px 0 0;
    padding: 50px 0 50px;
    
  }
  
  body:not(.home--page) .logo {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    border-radius: 0 0 36px 36px;
    background:#fff;
    padding: 1.3vw 1.8vw;
    max-width: 13.23vw;
  }
  
  .goal__wrapper {
    max-width: 420px;
  }
}

/* Large Device :1200px. */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .negative20 {
    margin-bottom: -20px;
  }
  .negative40 {
    margin-bottom: -40px;
  }
  .negative60 {
    margin-bottom: -60px;
  }
  .invest__wrapper {
    max-width: 550px;
  }
  .explore--section::after {
    background-position: 0 -2vw;
    background-size: 100vw 60vw;
  }
  .testimonial--section .container-fluid {
    padding: 0 30px;
  }
  
  .testimonial--section {
    padding: 70px 0px 230px;
  }
  .fs-1 {
    letter-spacing: 11.2px !important;
  }
  .fs-2 {
    font-size: 44px !important;
  }
  .fs-3 {
    font-size: 46px !important;
  }
  
  .fs-27 {
    font-size: 20px !important;
  }
  .fs-43 {
    font-size: 30px !important;
  }
  .common-text {
    font-size: 20px;
  }

  .logo {
    max-width: 132px;
  }
  .header__right,
  .header__ul {
    gap: 32px;
  }
  .hero__para {
    font-size: 24px;
  }
  .explore--section {
    padding: 120px 0;
  }
  .partner--section {
    padding: 0;
  }
  .explore__text {
    min-height: 88px;
    padding-right:24px;
  }
  .explore__slide__btn {
    max-width: 32px;
  }
  .solutions__wrapper__title {
    writing-mode: vertical-lr;
    font-size: 80px;
    margin-top: 40px;
  }
  .solutions__items__row {
    gap: 48px;
  }

  .partner__item {
    flex: 0 0 auto;
    width: 20%;
    height: 113px;
  }
  .partner__item img {
    max-width: 140px;
    max-height: 67px;
  }
  .custom__col.custom__col--lg {
    order: inherit;
    width: 40%;
  }
  .custom__col.custom__col--sm {
    order: inherit;
    width: 10%;
  }
  .custom__col.custom__col--md {
    order: inherit;
    width: 30%;
  }
  .footer__widget ul li a {
    font-size: 15px;
    line-height: 20px;
    padding: 3px 0px;
  }
  .footer__widget a {
    font-size: 14px;
    color: #fff;
  }

  .footer__widget ul.column-2 {
    column-count: 2;
  }

  .footer__bottom-logo img {
    margin-top: -44px;
  }
  .section__head.partner__head h2 span {
    letter-spacing: 0.2em;
  }

  .testimonial__slide {
    padding: 42px 64px;
    border-radius: 24px;
  }

  .testimonial__slide-desc p {
    font-size: 22px;
    line-height: 34px;
  }

  .expolre--section::after {
    background-size: 2004px;
  }

  .dropdown__link {
    font-size: 24px;
  }
  
  /* About-us-start */
  .hero__text .page__title {
    font-size: 36px;
    letter-spacing: 5.4px;
  }

  .hero__text .page__subtitle {
    font-size: 43px;
    line-height: 58px;
    letter-spacing: 12.04px;
  }

  .hero--page {
    padding: 220px 0px 0px;
  }


  .card--trust {
    flex-direction: row;
    text-align: start;
  }

  .trust--section {
    padding: 55px 0px 80px;
  }

  .section__title {
    letter-spacing: 2px;
  }

  .section__head-sets p {
    max-width: 620px;
    font-size: 20px;
    line-height: 26px;
  }

  .dialog__content-text p {
    font-size: 25px;
    line-height: 33px;
  }

  .dialog__content-info h4 {
    font-size: 30px;
    margin-bottom: 9px;
  }

  .dialog__content-info p {
    font-size: 18px;
  }

  .teamMember__content h5 {
    font-size: 26px;
  }

  .teamMember__content p {
    font-size: 20px;
    line-height: 26px;
  }

  .achievementItem__info p {
    font-size: 20px;
    line-height: 25px;
  }

  .achievementItem__thumb {
    min-height: 120px;
    margin-bottom: 18px;
  }

  .sets--section {
    padding-top: 80px;
  }

  /* About-us-----End */

  /* content-creation */

  .apart__content .card--trust {
    padding: 14px 21px;
    margin-bottom: 20px;
  }

  .apart__content {
    max-width: 100%;
  }

  /* content-creation--end */

  /* solution-page */
  .hero--solution .hero__para {
    max-width: 700px;
  }

  .section__head p {
    font-size: 20px;
    line-height: 28px;
  }

  .card__content p {
    font-size: 18px;
    line-height: 26px;
  }

  .goal__content h5 {
    font-size: 28px;
    margin-bottom: 9px;
  }

  /* solution-page--end */

  /* customers.html Page Responsive CSS Start */
  .gbi-border {
    border-width: 3px;
  }

  .collaborators__title,
  .empower__item__title {
    font-size: 32px;
  }

  .choose__cards {
    margin-top: -136px;
  }

  .choose__cards__item {
    padding: 40px;
  }

  .choose__cards .gradient-bg-icon-wrap {
    margin-top: -72px;
  }

  .helping--seciton {
    padding: 96px 0;
  }

  .helping__para {
    font-size: 28px;
  }

  .helping__client__title {
    font-size: 26px;
  }

  .join--section {
    padding-bottom: 96px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilites.html Page Responsive CSS Start */
  .results--section {
    padding: 104px 0 128px;
  }

  .results--section .section__head {
    margin-bottom: 80px;
  }

  .reuslts__icon {
    max-height: 56px;
  }
  .wcu__icon {
    max-height: 80px;
  }

  .results__title {
    padding: 20px 0;
  }

  /* capabilites.html Page Responsive CSS End */

  /* solution */
  .result__box-text p {
    font-size: 24px;
    line-height: 36px;
  }

  .result__box-info h4 {
    font-size: 25px;
    margin-bottom: 7px;
  }

  .result__box-info p {
    font-size: 18px;
  }

  .result__bottom h5 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .textBlk__wrapper {
    max-width: 936px;
    margin: 0 auto;
  }

  /* solution--end */
  .contact__form-wrapper {
    padding: 36px 0px 35px;
    max-width: 880px;
    margin: 0 auto;
    /* jrm */
    margin-bottom: 10em;
  }

  .contact__form-title h3 {
    font-size: 26px;
    text-align: center;
  }

  .get__started .hero-get-started-btn {
    min-width: 400px;
  }

  .hero--page-contact .hero-contact-btn,
  .hero--solution .hero-contact-btn {
    min-width: 422px;
  }


  .course__wrapper__col-topMargin {
    margin-top: 120px;
  }

  .course__title {
    font-size: 36px;
    margin: 30px 0 24px;
  }

  .course__subhead {
    font-size: 28px;
  }

  p.course__para {
    font-size: 20px;
    line-height: 28px;
  }

  .course__info {
    padding: 0 32px 20px;
    margin-top: -24px;
  }

  .course__btn .btn {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .course__featureItem h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .course__features {
    padding: 70px 0px 0px;
  }

  .coursr-form-wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }

  .coursr-form-wrapper .contact__form-wrapper {
    padding-left: 138px;
    padding-right: 138px;
    max-width: 100%;
  }

  .showcase__inner {
    max-height: 100%;
    max-width: 630px;
    margin: 0 0 0 auto;
    min-height: 607px;
  }

  .showcase__marquee {
    height: 607px;
  }

  .showcase__item {
    margin-bottom: 34px;
  }

  .showcase__item__title {
    font-size: 32px;
  }
  .customAccordion-button:not(.active)::after {
    right: 2.6rem;
  }
  .customAccordion-button {
    padding:13px 16px;
  }
  .testimonial--section::after {
    background-position:0 -90px;
  }
  .achievements_wrapper p {
    font-size:24px;
  }
  .feature-icon {
    z-index: 3;
    transform: translateY(-50%);
    left: 60px;
    top:0;
    position: absolute;
    display: flex;
  }
  
    .goals__para {
      max-width: 553px;
    }
    
  .testimonial__slide {
    padding: 30px 40px;
    border-radius: 30px;
  }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
  .process__box h3 {
    font-size:30px;
  }
  
  .explore__slider {
    margin-right: calc(0px - clamp(1.25rem, -46.875rem + 55vw, 8.125rem));
  }
.teams--section::after {
    background-size: cover;
}
.wsua--section {
  padding: 55px 0 140px;
}

  .get__started .hero-get-started-btn {
    min-width: 452px;
  }
  .partner__box {
  padding: 30px 20px;
  border-radius: 46px;
  }
  .process__box {
  padding: 20px;
  border-radius: 106px;
  }
  .explore--section::after {
    background-position: 0 -13%;
  }
  
  .testimonial--section .container-fluid {
    max-width: 1320px;
    padding: 0 30px;
  }

  .fs-1 {
    letter-spacing: 13px !important;
  }
  .fs-2 {
    font-size: 52px !important;
  }
  .fs-3 {
    font-size: 54px !important;
  }

  .fs-27 {
    font-size: 25px !important;
  }
  
  .fs-43 {
    font-size: 40px !important;
  }
  .logo {
    max-width: 164px;
  }
  .header__right,
  .header__ul {
    gap: 48px;
  }
  body:not(.home--page) .header__right {
    padding-bottom: 30px;
  }
  .header__nav__link {
    font-size: 18px;
  }
  .hero__para {
    font-size: 30px;
  }
  .message-btn {
    width: 48px;
    height: 48px;
  }
  .message-btn svg {
    max-width: 21px;
  }
  .explore--section {
    padding: 140px 0 0;
  }
  .partner--section {
    padding: 0;
  }
  .solutions__title {
    font-size: 32px;
  }
  .solutions__items__row--odd,
  .solutions__wrapper__title {
    margin-top: 80px;
  }
  .solutions__wrapper__title {
    font-size: 100px;
  }
  .partner__item img {
    max-width: 170px;
    max-height: inherit;
  }
  .partner__item {
    flex: 0 0 auto;
    width: 20%;
    height: 150px;
  }
  .footer__bottom-menu ul li a {
    font-size: 20px;
  }
  .footer__bottom-menu ul {
    gap: 38px;
  }
  .footer__bottom-menu ul {
    margin-bottom: 20px;
  }
  .customAccordion-text {
    max-width: 470px;
  }
  .customAccordion-text h3 {
    font-size: 28px;
    margin: 0 0 9px;
  }
  .customAccordion-text p {
    font-size: 20px;
    margin: 0 0 16px;
  }
  .customAccordion-button .title {
    font-size: 30px;
  }
  .customAccordion-button .number {
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin-right: 14px;
  }
  .customAccordion-image .number {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
  .faq--section {
    padding: 90px 0px 100px;
  }
  .call-to-action--section {
    padding: 0 0 130px;
}
  .testimonial__slide-desc p {
    font-size: 24px;
    line-height: 35px;
  }
  .testimonial__slide-meta h6 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .testimonial__slide-meta p {
    font-size: 20px;
  }
  .faq__title {
    margin-bottom: 60px;
  }
  .testimonial__head {
    margin-left: 134px;
  }
  .testimonial--section {
    padding: 150px 0px 320px;
  }

  .expolre--section::after {
    background-size: 2400px;
  }
  .solutions__wrapper__title {
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .dropdown__link {
    font-size: 30px;
  }
  .clients__wrapper {
    margin-left:134px;
  }
  .testimonial--section::after  {
    background-position: 0 -60px;
  }
  /* about-page */
  .card--trust {
    box-shadow: 0px 3px 46px #00000029;
    border-radius: 28px;
    padding: 20px 21px;
    flex-direction: row;
    gap: 20px;
    text-align: start;
    align-items: flex-start;
  }


  .dialog__content-text p {
    font-size: 30px;
    line-height: 43px;
  }

  .dialog__content-info p {
    font-size: 24px;
  }

  .goal__wrapper {
    max-width: 550px;
  }

  
  .invest__wrapper {
    max-width: 550px;
  }

  .goal__content h2 {
    margin-bottom: 18px;
  }

  .goal__content-text p,
  .goal__content-text ul {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }

  .invest__content-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .sets--section {
    padding-bottom: 100px;
  }

  .card--trust .card__content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .achievements--section {
    padding: 100px 0px 70px;
  }

  /* about-page--end */
  /* apart */
  .apart--section {
    padding: 55px 0px 140px;
  }

  .apart__header h2 {
    width: max-content;
    margin-bottom: 24px;
  }

  .apart__header p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .apart__header {
    margin-bottom: 40px;
  }

  .hero--contentCreation .hero__para {
    max-width: 580px;
  }

  .apart__content .card--trust .card__content h3 {
    font-size: 28px;
    line-height: 38px;
  }

  /* apart---end */
  /* solution-page */
  .hero--solution .hero__para {
    max-width: 1070px;
  }

  .section__head p {
    font-size: 24px;
    line-height: 32px;
  }

  .card__content p {
    font-size: 24px;
    line-height: 32px;
  }

  .goal__content h5 {
    font-size: 36px;
    margin-bottom: 11px;
  }

  /* solution-page--end */
  /* customers.html Page Responsive CSS Start */
  .common-border-radius {
    border-radius: 36px;
  }

  .gradient-bg-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .gradient-bg-icon {
    padding: 16px;
  }

  .empower--section .section__head {
    margin-bottom: 120px;
  }

  .choose__wrapper {
    min-height: 440px;
    padding: 112px 0;
  }

  .choose__cards {
    margin-top: -160px;
  }

  .choose__cards__item {
    padding: 40px 60px;
  }

  .choose__cards__title,
  .results__title {
    font-size: 40px;
  }

  .helping--seciton {
    padding: 124px 0;
  }

  .helping__wrapper {
    padding: 64px;
  }

  .join--section {
    padding-bottom: 112px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilities.html Page Responsive CSS Start */
  .results--section {
    padding: 136px 0 168px;
  }

  .results--section .section__head {
    margin-bottom: 104px;
  }

  .results__wrapper {
    gap: 80px;
  }
  .fac__wrapper {
    gap: 40px;
  }

  .reuslts__icon {
    max-height: 70px;
  }
  .wcu__icon {
    max-height: 100px;
  }

  /* capabilities.html Page Responsive CSS End */

  /* result */
  .result--section {
    padding: 120px 0px 140px;
  }

  /* result--end */

  /* solution */
  .result__box-text p {
    font-size: 32px;
    line-height: 50px;
  }

  .result__title {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 58px;
  }

  .result__box-info h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .result__box {
    border-radius: 40px;
    padding: 54px 84px;
  }

  .why__accordion .accordion-button {
    line-height: 28px;
  }

  .why__thamb-img img {
    height: 600px;
  }

  .why__thamb-mainImg {
    max-width: 500px;
  }

  .why__accordion .accordion-button {
    font-size: 28px;
  }

  /* solution--end */

  /* contact-page */
  .course--form {
    padding: 70px 0px 90px;
  }

  /* contact-page--end */
  .showcase__wrapper .section__head {
    padding: 40px 0px 0px 80px;
  }

  .feedback--section {
    padding: 50px 0px 20px;
  }

  .feedback__main-text p {
    font-size: 28px;
    line-height: 34px;
  }

  .feedback__main-meta h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .solutions--section {
    padding-bottom: 140px;
  }

  .showcase.showcase--section {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .teams--section {
    padding: 27vw 0px 70px;
    margin-top: 10px;
  }
  .teams--section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../imgs/bg-thumbs/teams-bg.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    z-index: -1;
  }
  .feature-icon {
    left:45px;
  }
  .card-body {
    padding: 20px 45px 35px;
  }

  .goals--section {
    margin: 130px 0 0;
    padding: 300px 0 0;
  }
  
  .testimonial__slide {
    padding: 30px 30px;
    border-radius: 46px;
  }

  .contact--box-top {
    padding: 30px 80px;
    border-radius: 46px 46px 0 0;
  }
  .contact--box-bottom {
    padding: 0px 70px 20px;
    border-radius: 46px 46px 0 0;
  }


}

/* XXL Device. */
@media only screen and (min-width: 1600px) {
  .container, .container-xxl {
    width: 1550px;
  }
  
  .why--partner {
    padding:0 100px;
  }
  .explore__slider {
    margin-right: calc(0px - clamp(8.125rem, -1.9315rem + 10.0503vw, 9.375rem));
  }
  .process__boxes {
    padding-top: 80px;
  }
  .process__box h3 {
    font-size:36px;
  }
  .teams--section {
    padding: 31vw 0px 120px;
    margin-top: 0;
  }
  .testimonial--section {
    padding: 250px 0px 300px;
  }
  
  .testimonial--section .container-fluid {
    max-width: 100%;
    padding: 0 30px;
  }
  .fs-1 {
    letter-spacing: 14px !important;
  }

  .fs-2 {
    font-size: 64px !important;
  }

  .fs-3 {
    font-size: 72px !important;
  }

  .fs-24 {
    font-size: 24px !important;
  }
  .fs-27 {
    font-size: 27px !important;
  }
  
  .fs-30 { 
    font-size: 30px !important;
  }
  .fs-32 {
    font-size: 32px !important;
  }
  
  .fs-36 {
    font-size: 36px !important;
  }
  .fs-36-2 {
    font-size: 36px !important;
  }
  .fs-43 {
    font-size: 43px !important;
  }
  .ff-46 {
    font-size: 46px !important;
  }
  .why__para {
    font-size: 24px;
  }
  .icon-img {
  width: 97px;
  height: 97px;
  object-fit: contain;
  display: block;
}

  .btn {
    font-size: 18px;
    letter-spacing: 5px;
    gap: 20px;
  }
  .btn--primary,
  .btn--secondary {
    padding: 27px 46px;
  }

  body.home--page .logo {
    max-width: 192px;
  }
  .logo {
    max-width: 192px;
  }

  .hero-contact-btn {
    min-width: 340px;
  }


  .common-text {
    font-size: 22px;
  }
  .explore--section {
    padding: 180px 0 0;
  }
  .explore--section.nobg {
    padding: 50px 0 50px;
  }
  .partner--section {
    padding: 0 0 150px;
  }
  .explore__thumb {
    height: 540px;
  }
  .explore__text {
    min-height: 112px;
  }
  .solutions__title {
    font-size: 40px;
  }
  .solutions__items__row--odd,
  .solutions__wrapper__title {
    margin-top: 112px;
  }
  .solutions__wrapper__title {
    font-size: 124px;
  }
  .solutions__wrapper__row.g-xl-5 {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px;
  }
  .solutions__items__row {
    gap: 64px;
  }
  .footer__widget ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 3px 0px;
  }
  .footer__widget a {
    font-size: 16px;
    color: #fff;
  }
  .customAccordion-button .title {
    font-size: 36px;
    line-height: 46px;
  }
  .customAccordion-text h3 {
    font-size: 36px;
  }
  .customAccordion-text {
    max-width: 554px;
    padding-right: 0px;
    padding-left: 70px;
  }
  .customAccordion-text p {
    font-size: 24px;
    margin: 0 0 16px;
    line-height: 32px;
  }
  .partner__item img {
    max-width: inherit;
    max-height: inherit;
  }
  .expolre--section::after {
    background-size: 2804px;
  }
  /* about-us-page */
  .card--trust {
    box-shadow: 0px 3px 46px #00000029;
    border-radius: 46px;
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    gap: 20px;
    text-align: start;
    align-items: flex-start;
  }

  /* about-us-page--end */

  /* apart */
  .apart__header h2 {
    width: max-content;
  }

  .hero--contentCreation .hero__para {
    max-width: 780px;
  }

  /* apart---end */


  /* solution-page */
  .goal__content h5 {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .goal__content-btns .btn {
    padding: 20px 40px;
    font-size: 18px;
    letter-spacing: 5px;
  }

  .result__title {
    max-width: 954px;
    margin: 0 auto;
    margin-bottom: 58px;
  }

  /* solution-page--end */

  /* customers.html Page Responsive CSS Start */
  .gbi-border {
    border-width: 4px;
  }

  .collaborators__title,
  .empower__item__title {
    font-size: 36px;
  }

  .choose__wrapper {
    min-height: 560px;
    padding: 140px 0;
  }

  .choose__cards {
    margin-top: -188px;
  }

  .helping__para {
    font-size: 32px;
  }

  .helping__client__title {
    font-size: 30px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilites.html Page Responsive CSS Start */
  .results--section .section__head {
    margin-bottom: 140px;
  }

  .results__wrapper {
    gap: 140px;
  }
  .fac__wrapper {
    gap: 5%;
  }

  .reuslts__icon {
    max-height: 80px;
  }
  .wcu__icon {
    max-height: 120px;
  }

  /* capabilites.html Page Responsive CSS End */

  /* why-section */

  .why__accordion .accordion-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 46px #00000029;
    border-radius: 44px;
  }

  .why__accordion .accordion-button {
    padding: 25px 40px;
    font-size: 36px;
    line-height: 46px;
  }

  .why__thamb-img img {
    height: 800px;
    border-radius: 45px;
  }

  .why__thamb-img--topSpace {
    margin-top: 284px;
  }

  .why__accordion .accordion-body {
    padding: 0px 40px 50px;
  }

  .why__accordion .accordion-body p {
    font-size: 24px;
    line-height: 32px;
  }

  .why--section {
    padding: 80px 0px 80px;
  }

  .why__thamb {
    max-width: 812px;
    margin: 0 0 0 auto;
  }

  .textBlk__wrapper {
    max-width: 1130px;
    margin: 0 auto;
  }

  .textBlk__content p {
    max-width: 723px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .textBlk--section {
    padding: 120px 0px 120px;
  }

  /* why-section--end */
  .hero--page-contact .hero__para {
    max-width: 820px;
  }

  /* contact-page */
  .contact--section {
    padding: 55px 0px 100px;
  }

  .contact__title p {
    max-width: 743px;
    font-size: 36px;
    line-height: 42px;
  }

  .contact__map {
    display: flex;
    align-items: stretch;
    gap: 28px;
  }

  .contact__map-main {
    flex-grow: 1;
  }

  /* contact-page--end */
  .course__featureItem h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .section__head p.section__subTitle {
    font-size: 36px;
    line-height: 42px;
  }

  .showcase__wrapper .section__title {
    font-size: 44px !important;
  }

  .feedback__main-text p {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
  }

  .feedback__main-meta h6 {
    font-size: 30px;
    line-height: 42px;
  }

  .feedback__main-meta h6 span {
    font-size: 24px;
    line-height: 32px;
  }

  .feeback__main {
    border-radius: 45px;
    padding: 70px 80px;
  }

  .goal--capabilities {
    margin-top: -152px;
  }

  .showcase__inner {
    min-height: 800px;
  }

  .showcase__marquee {
    height: 900px;
  }
  .testimonial--section::after  {
    background-size: 100%;
    background-position: top right;
  }
  .horizontal-line-100vw {
    top: 48px; 
  }
  .whychooseus--section {
    padding: 190px 0 0;
    background-color: transparent;
  }
  .whychooseus--section .section__head {
    padding-bottom:115px;
  }
  
  .why__para {
    margin-bottom: 100px;
  }
  
  .card-body {
    padding: 32px 50px 40px;
  }
  .feature-icon {
    left:60px;
  }
  .quote--section {
    padding:150px 0 140px;
  }
  .quote--section blockquote {
    border-radius: 46px;
    padding:70px;
  }
  .contact--box-top {
    padding: 30px 130px;
    border-radius: 46px 46px 0 0;
  }   
  .contact--box-bottom {
    padding: 0px 180px 20px;
    border-radius: 46px 46px 0 0;
  }
  .nav-pills .address {
    font-size:20px;
  }
  
  .testimonial__slide {
    padding: 62px 80px;
    border-radius: 46px;
  }
}

/* 2k Device. */
@media only screen and (min-width: 1800px) {
  .container, .container-xxl {
    max-width: 1664px;
  }
  
  .why--partner {
    padding:0 100px;
  }
  .explore--section::after {
    background-position: 0 0;
  }
  .header__nav__link {
    font-size: 20px;
  }
  .hero__para {
    font-size: 36px;
  }
  .hero-contact-btn {
    min-width: 364px;
  }


  .common-text {
    font-size: 24px;
  }
  .explore--section {
    padding: 224px 0 0;
  }
  .explore--section.nobg {
    padding: 55px 0 100px;
  }
  .maptabs--section {
    padding: 120px 0 100px;
  }
  .contact--para {
    max-width: 700px;
  }
  .leadership--section {
    padding: 160px 0px 0px;
  }
  .singletestimonial--section {
    padding: 180px 0 0;
  }
  .achievements--section{
    padding: 110px 0 64px;
  }
  .explore__thumb {
    height: 660px;
  }
  .explore__title {
    font-size: 34px;
  }
  .explore__thumb {
    padding: 30px;
    border-radius: 40px;
  }
  .explore__content {
    padding: 30px 30px 0;
  }
  .solutions__title {
    font-size: 46px;
  }
  .solutions__items__row--odd,
  .solutions__wrapper__title {
    margin-top: 144px;
  }
  .solutions__wrapper__row.g-xl-5 {
    --bs-gutter-x: 72px;
    --bs-gutter-y: 72px;
  }
  .solutions__items__row {
    gap: 80px;
  }
  .testimonial__slide-desc p {
    font-size: 28px;
    line-height: 1.6;
  }
  .testimonial__slide-meta h6 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* about-us */
  .card--trust .card__icon span {
    width: 97px;
    height: 97px;
  }

  .card--trust .card__icon span img {
    max-width: initial;
  }

  .card--trust .card__content h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .section__title--explore {
    max-width: 800px;
  }

  .section__head-sets p {
    max-width: 840px;
    font-size: 24px;
    line-height: 32px;
  }

  .goal--section {
    padding: 218px 0px;
  }

  .goal__wrapper {
    max-width:625px;
  }
  .invest--section {
    padding: 166px 0px;
  }
  .invest__content-text {
    max-width: 520px;
  }

  .invest__wrapper {
    max-width:800px;
  }

  .invest__content-text p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 34px;
  }
  .goal__content-text p,
  .goal__content-text ul {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 34px;
  }
  .card--trust ul {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 34px;

  }

  .dialog--section {
    padding: 140px 0px;
  }

  .dialog__content-text p {
    font-size: 36px;
    line-height: 52px;
  }

  .dialog__content-info h4 {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .teamMember__content h5 {
    font-size: 36px;
    line-height: 52px;
  }

  .teamMember__content p {
    font-size: 24px;
    line-height: 32px;
  }

  .teamMember {
    margin-bottom: 80px;
  }

  .achievements--section {
    padding: 100px 0px 57px;
  }

  /* apart */
  .apart__header h2 {
    width: max-content;
  }

  .apart__content .card--trust .card__content h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .apart__content .card--trust {
    padding: 20px 27px;
    margin-bottom: 20px;
    gap: 22px;
  }

  .apart__header p {
    font-size: 24px;
    line-height: 32px;
    max-width: 630px;
    margin-bottom: 38px;
  }

  .section__title {
    letter-spacing: 7px;
  }

  /* apart---end */


  /* about-us--end */

  /* customers.html Page Responsive CSS Start */
  .common-border-radius {
    border-radius: 46px;
  }

  .gbi-border {
    border-width: 5px;
  }

  .gradient-bg-icon-wrap {
    width: 96px;
    height: 96px;
  }

  .choose__wrapper {
    min-height: 676px;
    padding: 180px 0;
  }

  .choose__cards__item {
    padding: 40px 80px;
  }

  .choose__cards .gradient-bg-icon-wrap {
    margin-top: -92px;
  }

  .choose__cards__title {
    font-size: 46px;
    padding: 40px 0 28px;
  }

  .helping__wrapper {
    padding: 72px;
  }

  .helping--seciton {
    padding: 152px 0;
  }

  .join__wrapper__row.g-xxl-5 {
    --bs-gutter-x: 64px;
    --bs-gutter-y: 64px;
  }

  .join--section {
    padding-bottom: 136px;
  }

  /* customers.html Page Responsive CSS End */

  /* capabilities.html Page Responsive CSS Start */
  .results__title {
    font-size: 46px;
  }

  .reuslts__icon {
    max-height: 90px;
  }
  .wcu__icon {
    max-height: 140px;
  }

  .textBlk__wrapper {
    max-width: 1230px;
  }

  /* capabilities.html Page Responsive CSS End */

  .location__item h5 {
    font-size: 24px;
  }

  .location__item a,
  .location__item p {
    font-size: 20px;
    line-height: 26px;
  }

  .contact__map-locations {
    width: 370px;
  }

  .contact__map-main iframe {
    height: 780px;
  }

  .contact__form-title h3 {
    font-size: 36px;
    text-align: center;
  }

  .contact__form-title {
    padding: 37px 130px;
  }

  .contact__form-wrapper {
    padding: 36px 0px 35px;
    max-width: 1224px;
    margin: 0 auto;
    /* jrm */
    margin-bottom: 10em;
  }

  .contact__input input {
    font-size: 18px;
  }

  .contact__input label {
    font-size: 18px;
  }

  .course__title {
    font-size: 46px;
    line-height: 56px;
  }

  .course__subhead {
    font-size: 36px;
    line-height: 46px;
  }

  p.course__para {
    font-size: 24px;
    line-height: 32px;
  }

  .course__btn .btn {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .course__info {
    padding: 0 55px 51px;
    margin-top: -24px;
  }

  .course__wrapper__col-topMargin {
    margin-top: 170px;
  }

  .course__featureItem h4 {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 42px;
  }

  .course__featureItem {
    padding: 35px 42px;
  }

  .course__featureItem p {
    font-size: 24px;
    line-height: 32px;
  }

  .course__features {
    padding: 100px 0px 0px;
  }

  .showcase__wrapper .section__title {
    font-size: 64px !important;
  }

  .showcase__item {
    height: 400px;
    padding: 24px;
  }

  .showcase__item__title {
    font-size: 42px;
  }
  .card-body p {
    color:#434343;
    font-size:24px;
    line-height:32px;
  }
  .why__para {
    margin-bottom: 160px;
  }
  .fs-1 {
    letter-spacing: 15px !important;
  }
  body:not(.home--page) .logo {
    max-width: 254px;
  }
}
