@media (min-width: 2400px) {
  /* HOMEPAGE */
  .hp-banner-section .container {
    max-width: 2250px;
  }
  .hp-banner-card {
    left: 30%;
  }
  .banner-description-box {
    width: 38%;
  }
}
@media (min-width: 2100px) {
  /* HOMEPAGE */
  .hp-banner-section .container {
    width: 96%;
    max-width: 2000px;
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }

  /* HOMEPAGE */
  .vid-cards-section .text {
    font-size: 16vw;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 0.522vw;
  }
  strong.thinkingbeyond.line {
    font-size: 103%;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 0.51vw;
  }
  .thebox .box img {
    width: 350px;
  }
  
  strong.thinkingbeyond.line {
    font-size: 104%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 0.5vw;
  }
  body {
    font-size: 2.4rem;
  }
  .btn {
    height: 7rem;
  }
  .btn .btn-icon {
    width: 7rem;
    height: 7rem;
  }
  .btn .btn-text {
    font-size: 2.2rem;
  }
  .hide-1024 {
    display: none !important;
  }
  .show-1024 {
    display: block !important;
  }
  .show-1024.flex,
  .show-1024.flex-box {
    display: flex !important;
  }
  .full-width-1024 {
    width: 100% !important;
  }
  .container,
  .container.small-container,
  .hp-banner-section .container {
    width: 90%;
  }
  .full-width-slider {
    width: 100%;
    padding-left: 15px;
  }
  /* ---------------------------------- */
  /* -------- HEADER STYLES --------- */
  /* ---------------------------------- */
  header .menu-open {
    display: inline-flex !important;
    width: 28px;
    height: 21px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  header .menu-open span {
    display: inline-block;
    width: 100%;
    background-color: var(--primary);
    height: 2px;
    border-radius: 5px;
  }
  header .menu-open span:nth-of-type(2) {
    width: 70%;
  }
  /* header .menu-open span:nth-of-type(3) {
    width: 70%;
  } */
   .header-menu > ul li a:after {
    width: 60%;
   }
  .header-menu-box {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    top: 0;
    background-color: #18d066;
    z-index: 10;
    padding: 5rem 3rem;
    right: -200%;
    transition: all 0.5s ease;
  }
  .menu-open .header-menu-box {
    right: 0;
  }
  .header-menu {
    max-height: 100vh;
    padding: 7rem 0;
    overflow-y: auto;
  }
  .header-menu > ul li {
    margin: 0;
    border-bottom: 1px solid #d0d0d0;
  }
  .header-menu ul.sub-menu li {
    border: 0;
  }  
  .close-menu img {
    filter: brightness(10) invert(1);
  }
  .header-menu > ul li a {
    color: #ffffff !important;
    font-family: 'MangoGrotesque';
    font-size: 55px !important;
    text-transform: uppercase;
    letter-spacing: 0.56px;
  }
  .header-menu > ul li a {
    font-size: 2.5rem;
    background: none;
    border-radius: 0;
    padding: 2.5rem 0;
    text-align: left;
    justify-content: flex-start;
    color: #fff !important;
  }
  .header-menu ul {
    display: block;
  }
  .header-menu ul.sub-menu li {
    position: relative;
    padding-left: 5rem;
  }
  .header-menu ul.sub-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2rem;
    background: url("../img/btn-arrow-black.webp") no-repeat center;
    background-size: contain;
    filter: invert(1);
  }
  .header-menu ul.sub-menu a {
    padding: 2rem 0;
  }
  .header-menu > ul li .sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: none;
    padding-left: 0;
    width: 100%;
    display: none;
    left: unset;
    top: unset;
    max-width: 100%;
    padding-top: 0;
    transition: none;
  }
  .header-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
  .header-menu > ul > li.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 3.5rem;
    right: 0;
    width: 2rem;
    height: 1.5rem;
    background: url("../img/dropdown-arrow-white.webp") no-repeat center;
    background-size: contain;
    transition: all 0.5s ease;
  }
  .header-menu .current-menu-item > a,
  .header-menu > ul li a:hover {
    background-color: transparent;
    color: var(--primary);
  }
  #header.header-stick .header-menu > ul li a {
    color: #fff !important;
  }
  .close-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    z-index: 1;
    padding: 1rem;
    background-color: var(--primary);
    border-radius: 50%;
  }
  /* ---------------------------------- */
  /* -------- FOOTER STYLES --------- */
  /* ---------------------------------- */
  .footer-vector {
    display: none;
  }
  .footer-menu-box {
    width: 33.33%;
  }

  /* ---------------------------------- */
  /* -------- HOMEPAGE STYLES --------- */
  /* ---------------------------------- */
  .large-title {
    word-spacing: 0;
  }
  .hp-banner-section {
    padding-bottom: 10rem;
  }
  .banner-scroll-down {
    display: none;
  }
  .hp-banner-cards {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    display: block;
    margin-top: 7rem;
  }
  .hp-banner-card {
    position: static;
    width: 100%;
    opacity: 1;
    transform: none !important;
  }
  .hp-banner-card .content p {
    font-size: 3rem;
  }
  .hp-banner-cards .slick-list {
    margin: 0 -2rem;
    padding: 0 10% 0 0;
  }
  .hp-banner-cards .slick-slide {
    margin: 0 2rem;
  }
  .hp-banner-cards .slick-next,
  .hp-banner-cards .slick-prev {
    display: none !important;
  }

  .hp-banner-section .banner-bottom-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .main-banner .banner-description-box {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
  }
  .main-banner .description {
    max-width: 100%;
  }
  .popup-inner iframe,
  .popup-inner video {
    min-width: 85vw;
    min-height: 450px;
  }

  .hp-business-section .section-heading::before,
  .hp-business-section .section-heading::after {
    display: none;
  }
  .service-review-bar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10rem 3rem;
  }
  .service-review-bar .btn-box {
    margin-left: 0;
    margin-top: 5rem;
  }
  .service-review-bar .center-box {
    padding: 3rem 0;
    border: 0;
    text-align: left;
  }
  .service-review-bar .rating-box {
    padding: 0;
    border: 0;
    max-width: 300px;
  }
  .vid-cards-section-inner {
    display: block;
    height: auto;
    min-height: 100vh;
    padding: 12rem 0;
  }
  .vid-cards-section .text-box {
    position: relative;
    height: auto;
    margin-bottom: 15rem;
  }
  .vid-cards-section .vc-heading-2,
  .vc-heading-2 span,
  .vid-cards-section .vc-heading {
    text-align: center;
  }
  .vid-cards-wrapper {
    position: relative;
    height: 100%;
    padding-left: 15px;
  }
  .slick-track {
    display: flex !important;
  }
  .vid-cards-slider {
    display: block !important;
  }
  .vid-cards-wrapper .slick-list {
    padding: 0 10% 0 0 !important;
  }
  .vid-cards-wrapper .slick-slide {
    margin-right: 4rem;
    height: inherit;
  }
  .vid-cards-wrapper .slick-slide > div {
    height: 100%;
  }
  .vid-cards-section .vid-card {
    width: 100%;
    height: 100%;
    position: relative;
    left: unset !important;
    bottom: unset !important;
  }

  .hp-contact-section .w-33 {
    width: 45%;
  }
  .hp-contact-section .content-wrapper {
    padding-bottom: 22rem;
  }
  .hp-contact-section .bg-heading-box {
    left: 10%;
  }
  .thebox span.box img {
    width: 60rem;
  }
  .bannerheadbox {
    padding: 8rem 0;
  }
  .bannerheadbox h1 {
    font-size: 40rem;
  }
  .hero_display b {
    height: 32rem;
  }
  strong.thebox {
    margin-left: 70px;
  }
  .menu-open a.header-logo {
    position: relative;
    z-index: 9999;
    filter: brightness(10);
  }
  nav.header-menu ul li {
    border-top: 1px solid #d0d0d0;
  }
  nav.header-menu ul {
    margin-top: 30px;
  }
  .header-menu .current-menu-item > a, .header-menu > ul li a:hover {
    color: #fff !important;
  }
  nav.header-menu ul {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.85vw;
  }
  body {
    font-size: 3rem;
  }
  .hide-768 {
    display: none !important;
  }
  .show-768 {
    display: block !important;
  }
  .show-768.flex,
  .show-768.flex-box {
    display: flex !important;
  }
  .full-width-768 {
    width: 100% !important;
  }
  p br,
  h2 br,
  h1 br {
    display: none;
  }
  h1,
  .large-title,
  .h1 {
    font-size: 16rem;
  }
  .container {
    padding: 0 20px;
  }

  /* ---------------------------------- */
  /* -------- FOOTER STYLES --------- */
  /* ---------------------------------- */
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-top .top-center {
    margin: 5rem 0;
  }
  /* ---------------------------------- */
  /* -------- HOMEPAGE STYLES --------- */
  /* ---------------------------------- */
  .hp-banner-section .heading-stroke-text {
    right: 42%;
  }
  .hp-service-item {
    width: 100%;
  }
  .hp-business-item {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .business-content-outer {
    padding-top: 0;
  }
  .business-content-outer .bird {
    display: none;
  }
  .business-progress-bar,
  .hp-business-item .progress-circle {
    display: none;
  }
  .hp-serve-section .section-heading p {
    font-size: 5rem;
  }
  .serve-slider-wrapper .container {
    padding-right: 0;
  }
  .hp-serve-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .serve-slider-item .content-box {
    padding: 6rem;
  }
  .serve-slider-item .content-box h4 {
    max-width: calc(100% - 7rem);
  }
  .serve-slider-item .content-box .arrow {
    opacity: 1;
  }
  .hp-contact-section .content-wrapper {
    padding-bottom: 0;
    padding-top: 15rem;
  }
  .hp-contact-section .text-content {
    order: 2;
    margin-top: 15rem;
  }
  .hp-contact-section .w-33 {
    margin-top: 10rem;
    order: 3;
  }
  .hp-contact-section .bg-heading-box {
    position: relative;
    top: 0;
    left: 0;
  }
  .hp-contact-section .bg-heading-box h3 {
    font-size: 17rem;
  }
  .hp-contact-section .bg-heading-box .bird {
    top: -17rem;
    left: 3rem;
  }
  .dive-btn-box {
    max-width: 100%;
  }
  .workdetailsbanner .headbox {
    display: block;
  }
  .innerbanner .flex-box h2 {
    font-size: 31rem;
    text-align: center;
  }
  .workdetailsbanner .headbox .headparacircle {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .outcomesresultsec .row.outcomecounts .col-third {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 0.92vw;
  }
  .com-padding {
    padding: 10rem 0;
  }
  .full-width-640 {
    width: 100% !important;
  }
  .mb-btn-center {
    display: flex;
    justify-content: center !important;
  }
  h1,
  .large-title,
  .h1 {
    font-size: 15rem;
  }
  .btn {
    height: 7.5rem;
  }
  .btn .btn-icon {
    width: 7.5rem;
    height: 7.5rem;
  }
  .btn .btn-text {
    min-width: 18rem;
    font-size: 2.5rem;
    padding: 1rem 4rem;
  }

  /* ---------------------------------- */
  /* -------- HEADER-FOOTER STYLES --------- */
  /* ---------------------------------- */
  .footer-menu-box h6 {
    font-size: 2.8rem;
  }
  .header-menu > ul li a,
  .footer-menu-box a {
    font-size: 3rem;
  }
  .footer-menu-wrapper {
    margin-top: 10rem;
  }
  .footer-menu-box {
    width: 100%;
    border-left: 0;
    padding: 6rem 0;
    margin-top: 0;
    border-top: 1px solid #3b3b3b;
  }
  .footer-menu-box:last-of-type {
    border-right: 0;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom .right {
    margin-top: 2rem;
    justify-content: center;
  }
    .footer-bottom .right a{
      margin-top: 5px;
    }

  /* ------------------------------------- */
  /* -------------- HOMEPAGE ------------- */
  /* ------------------------------------- */
  .hp-banner-section {
    padding-top: 28rem;
  }

  .hp-banner-card .content {
    padding: 4rem 4rem 6rem 5rem;
  }
  .hp-service-item {
    padding: 7rem 5rem;
  }
  .service-review-bar .center-box {
    flex-direction: column;
    margin-top: 3rem;
  }
  .service-review-bar .center-box p {
    margin-top: 2rem;
    padding-left: 0;
  }

  .animated-text-cards-section .section-heading {
    margin-bottom: 7rem;
  }
  .circle-play-inner,
  .play-circle-text {
    width: 20vw;
    height: 20vw;
  }
  .play-icon-box {
    width: 15vw;
    height: 15vw;
  }

  .animated-text-cards-section .com-padding {
    border: 0;
  }
  .animated-text-card {
    font-size: 5rem;
    padding: 3rem;
  }
  .animated-text-card .video-thumb-box {
    width: 9rem;
    height: 9rem;
  }
  .animated-text-card._2 {
    top: 3rem;
  }
  .animated-text-card._3 {
    top: 0;
  }
  .animated-text-card._4 {
    bottom: 4rem;
  }
  .animated-text-card._5 {
    bottom: 7rem;
  }
  .vid-card .avatar {
    border: 3px solid #faeade;
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
  }
  .vid-cards-section .vid-card {
    border-width: 3px;
    border-radius: 3rem;
  }
  .vid-cards-section .vc-heading {
    letter-spacing: -0.5rem;
  }
  .popup-inner iframe,
  .popup-inner video {
    min-width: 90vw;
    min-height: 250px;
  }
  .close-popup {
    width: 5.5rem;
    height: 5.5rem;
    background-size: contain;
    top: 4rem;
  }
  .dive-btn-box {
    flex-direction: column;
    text-align: center;
  }
  .dive-btn-box .text {
    padding: 3rem 0;
  }
  .dive-btn-box {
    padding: 7rem 3rem;
    border-radius: 3rem;
    min-width: 90%;
  }
  .hp-founder-section .quote-text {
    font-size: 5.5rem;
  }
  .hp-founder-section .quote-text span {
    font-size: 6rem;
    line-height: 1.2;
  }
  .faq-head h6 {
    font-size: 3rem;
  }
  .faq-head::after {
    top: 4.5rem;
    width: 2rem;
    height: 1.5rem;
  }
  .hp-contact-lines a span,
  .hp-contact-reviews p,
  .hp-contact-form input,
  .hp-contact-form textarea,
  .hp-contact-form select {
    font-size: 2.8rem;
  }
  .hp-contact-form .input-box {
    margin-bottom: 6rem;
  }
  .submit-box input[type="submit"] {
    font-size: 2.5rem;
    padding: 2.7rem 5rem;
  }
  form .submit-box {
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 1.3vw;
  }
  h1,
  .large-title,
  .h1 {
    font-size: 11rem;
  }
  .heading-stroke-text .stroke,
  .heading-stroke-text .fill {
    font-size: 10rem;
  }
  .heading-stroke-text {
    bottom: 5.5rem;
  }
  header .menu-open {
    width: 40px;
    height: 26px;
  }
  .hp-services-section .lottie-bird {
    width: 15.4rem;
    height: 9.4rem;
    bottom: -1rem;
    left: 50%;
  }
  .business-content-wrapper h3 {
    font-size: 7rem;
    letter-spacing: -0.3rem;
  }
  .bannerheadbox h1 {
    text-align: center;
    font-size: 150px;
  }
  span.paraheadbox {
    flex-wrap: wrap;
    width: 100%;
  }
  .bannerheadbox h1 span.para {
    order: 2;
    width: 100%;
    margin: 0 auto;
    max-width: fit-content;
    font-size: 16px;
  }
  .paraheadbox .arrowdown {
    margin-top: 0;
    display: none;
  }
  strong.thebox {
    margin-left: 19px;
    font-size: 170px;
  }
  .thebox span.box {
    margin: -32px -52px 0;
    position: relative;
    z-index: 1;
  }
  .thebox span.box img {
    width: 130px;
  }
  .container {
    padding: 0;
  }
  section.videosection {
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    overflow: hidden;
  }
  .sectionionnevideo {
    height: auto;
  }
  .playicon img {
    width: 60px;
  }
  p#typingText {
    /* display: block !important; */
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 16px;
  }
  .creativeagencysec .headbox {
    display: block;
    text-align: center;
  }
  .creativeagencysec .headbox h6 {
    padding-right: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 23px;
  }
  .creativeagencysec {
    border-bottom: none;
  }
  .creativeagencysec .headbox h6:after {
    display: none;
  }
  .creativeagencysec .headbox h2 {
    text-align: center;
    font-size: 57px;
  }

  .creativeagencysec .btn-box.w-max {
    margin: 28px auto 30px;
  }

  .col-third {
    width: 100%;
  }

  .agencycreatuverow .col-third:not(:first-child) .col-thirdinnr {
    border-bottom: 1px solid #ddd !important;
    padding-left: 0;
    padding-bottom: 3rem;
  }

  .col-thirdinnr {
    border: none !important;
    padding-right: 0px !important;
  }

  .agencycreatuverow .col-thirdinnr .contentbox {
    display: flex;
  }

  .agencycreatuverow .col-thirdinnr .contentbox .icon svg {
    width: 70px;
    height: 70px;
  }
  .agencycreatuverow .col-thirdinnr .contentbox .icon {
    margin-bottom: 0;
  }
  .agencycreatuverow .col-thirdinnr .contentbox .content h6 {
    font-size: 20px;
    max-width: fit-content;
    text-transform: uppercase;
    margin-bottom: 6px !important;
  }
  .agencycreatuverow .col-thirdinnr .contentbox .content p {
    font-size: 16px;
  }
  .agencycreatuverow .col-thirdinnr .contentbox .content {
    padding-left: 10px;
  }
  .biggestbrandsec .brandheading h2 {
    padding-top: 20px;
    font-size: 57px;
  }
  .biggestbrandsec .brandheading h6 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .biggestbrandsec .brandheading h2 img {
    width: 84px;
  }
  .biggestbrandsec {
    padding: 65px 0;
  }
  .headbox {
    display: block !important;
  }
  .headbox h6 {
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
    padding-right: 0;
  }
  .headbox h6:after {
    display: none;
  }
  .headbox h2, .headingbox h2 {
    font-size: 57px !important;
  }
  .hp-business-section .headbox h2 {
    text-align: left;
  }
  .hp-business-item {
    flex-direction: column;
    padding-left: 30px;
  }
  .stepcountbox .stepcount {
    font-size: 140px;
    -webkit-text-stroke: 1px #19d769 !important;
  }
  .stepcountbox {
    flex-wrap: wrap;
  }
  .stepcontent {
    padding-left: 0;
  }
  .business-content-wrapper h3 {
    font-size: 50px;
    letter-spacing: 0;
  }
  .stepcontent .description, .stepcontent .description p {
    font-size: 16px;
    color: #9E9E9E;
    font-weight: 300;
    margin-top: 0;
  }
  .business-progress-bar, .hp-business-item .progress-circle {
    display: block;
  }
  .hp-business-item .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .readycontinue h2 {
    font-size: 100px;
  }
  .readycontinue {
    align-items: end;
  }
  .readycontinue .buttonarrow svg {
    width: 90px;
    height: 90px;
  }
  .readycontinue p, .portfolioworkboxes .content p, .portfolioworklastboxes p {
    font-size: 16px;
  }
  .portfoliosec {
    padding: 70px 0 65px;
  }
  section.portfoliosec .headingbox .lefttoprrow, section.portfoliosec .headingbox .righttoprrow, .rightbottomrrow {
    display: none;
  }
  .speaker img, .smileemoji img {
    width: 40px;
  }
  section.portfoliosec .headingbox .speaker {
    position: absolute;
    top: -40px;
    right: 0px;
  }
  .smileemoji {
    position: absolute;
    top: 100px;
    left: -10px;
  }
  section.portfoliosec .headingbox h2 {
    margin-bottom: 10px;
  }
  .col-half {
    width: 100%;
  }
  .portfoliosec .row {
    display: block;
  }
  .portfoliosec .col-innr {
    padding: 0;
    height: 100%;
  }
  .portfolioworkboxes .image ul.tags {
    right: 3rem;
  }
  .portfoliosec .col-half {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
  .portfolioworklastboxes h4 {
    font-size: 57px;
  }
  .portfolioworklastboxes {
    padding: 60px 30px;
  }
  .hp-stats-section .headbox h6, 
  .hp-stats-section .headbox h2,
  .ourservicessection .headbox h6,
  .ourservicessection .headbox h2,
  .clientreviews .headbox h6,
  .clientreviews .headbox h2,
  .blogsectionhp .headbox h6,
  .blogsectionhp .headbox h2 {
    text-align: center;width: 100%;
    padding-right: 0;
  }
  .faqsection .headbox h6,
  .faqsection .headbox h2 {
    width: 100%;
    padding-right: 0;
  }
  .hp-stats-section .imagewithtext {
    flex-wrap: wrap;
  }
  .imagewithtext .image {
    justify-content: center;
    margin: 40px auto;
    position: relative;
  }
  .imagewithtext .image img {
    width: 200px;
    height: 200px;
  }
  .imagewithtext .image p.growthtext {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .hp-stats-section .imagewithtext .textcontent p {
    font-size: 16px;
    text-align: center;
  }
  .hp-stats-section .sepreater svg {
    width: 450%;
    margin: 50px 0;
    height: 70px;
  }
  .hp-stats-section .container {
    overflow: hidden;
  }
  .stat-box {
    margin-bottom: 40px;
  }
  .statboxrow .stat-box h3 {
    font-size: 20px;
  }
  .statboxrow .stat-box p {
    font-size: 16px;
  }
  .servicewrapper.prev {
    opacity: 1;
    z-index: 1;
  }
  .col-4, .col-6, .col-5 {
    width: 100%;
  }
  .flex-box.servicewrapper {
    padding: 24px;
  }
  .flex-box.servicewrapper .wrappercontent h3 {
    font-size: 50px !important;
    margin-bottom: 0px !important;
  }
  .flex-box.servicewrapper .wrappercontent p {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }
  .clientreviewinnr {
    background: #2C2E32;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .clientreviewinnr p , .clientreviewinnr .clientprofile .clientinfo h6 {
    font-size: 16px !important;
  }
  .clientreviewinnr .clientprofile .clientphoto {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .clientrwvewrow.flex-box {
    height: 960px;
  }
  .faqsection, .blogsectionhp .container {
    padding: 65px 0;
  }
  .faqsection .vector img {
    width: 150px;
  }
  .faqsection .headbox {
    margin-bottom: 0;
  }
  .faq-head h6 {
    font-size: 18px;
    padding-right: 30px;
  }
  .faq-head::after {
    top: 2px;
    width: 26px;
    height: 26px;
  }
  .blogbocrow {
    margin-bottom: 0;
  }
  .blogbocrow .col-third:not(:last-child) {
    border-right: none;
  }
  .blogbocrow.flex-box {
    display: flex;
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 5%;
    justify-content: flex-start;
  }
  .blogbocrow .col-third {
    min-width: 350px;
    max-width: 350px;
    white-space: normal;
  }
  .hp-contact-section .bg-heading-box {order: 2;width: 100%;text-align: right;margin-top: -60px;}
  .hp-contact-section .content-wrapper {
    padding-top: 0;
  }
  .hp-contact-section .text-content {
    margin-top: 0;
  }
  .hp-contact-section .arrowdown svg {
    width: 50px;
    height: 50px;
  }
  .hp-contact-section .bg-heading-box h3 {
    font-size: 160px;
  }
  .hp-contact-section .w-33 {
    margin-top: 20px;
  }
  footer.footer .startbold {
    max-width: 100%;
  }
  .startbold h2 {
    align-items: center;font-size: 85px;
  }
  .startbold h2 svg {
    width: 60px;
    height: 50px;
  }
  .startbold p, .innerbanner .flex-box p {
    font-size: 16px;
  }
  .footer .col-3 {
    width: 100%;
  }
  .footerinnr {
    padding: 30px 0;
    border: none;
    border-top: 1px solid #525151;
    margin-top: 40px;
  }
  .brandname svg {
    height: auto;
  }
  .brandname {
    padding: 0 0 20px;
  }
  section.portfoliosec.ourworksectionpage .row {
    margin: 0rem;
  }
  .workbanner .headbox h2, .contactbanner .headbox h2 {
    font-size: 150px !important;
  }
  .workbanner .headbox h2 span.primarycolor, .contactbanner .headbox h2 span.primarycolor {
    display: block !important;
  }
  section.hp-contact-section.contactussectionpage .hp-contact-form.bg-white .flex-box .input-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactussectionpage .content-wrapper {
    flex-direction: column-reverse;
  }
  section.hp-contact-section.contactussectionpage {
    padding: 65px 0;
  }
  .contact-social-links li a svg {
    width: 17px;
  }
  .contactussectionpage .arrowbottom img {
    float: right;
    width: 50px;
    margin-top: -100px;
  }
  .blogbanner h2 {
    font-size: 64px !important;
    text-align: center;
  }
  .blogbanner h6 {
    text-align: center;
  }
  .innerbanner .flex-box p {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .letbuildsomethingbold, .higlightsectionabout {
    padding: 65px 0
  }
  .letbuildsomethingbold h2 {
    text-align: center;
  }
  .letbuildsomethingbold .flex-box.justify-between.align-center {
    flex-direction: column-reverse;
  }
  .letbuildsomethingbold .like svg {
    width: 70px;
    margin-bottom: -40px;
  }
  .letbuildsomethingbold  svg {
    width: 100%;
    height: auto;
  }
  .letbuildsomethingbold p {
    text-align: center;
    font-size: 16px;
  }
  .letbuildsomethingbold a.btn svg {
    width: 19px;
  }
  .letbuildsomethingbold a.btn {
    font-size: 13px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .higlightsectionabout .headbox h6 {
    text-align: center;
  }
  .higlightsectionabout .headbox {
    text-align: center;
    margin-bottom: 60px;
  }
  .higlightsectionabout .headbox p {
    font-size: 16px;
    margin-top: 20px;
  }
  .aboutusbanner .headbox h2 {
    font-size: 150px !important;
    text-align: center;
  }
  .aboutusbanner .headbox {
    margin-bottom: 50px;
    text-align: center;
  }
  .aboutusbanner .slideinnr {
    height: 450px;
  }
  .aboutusbanner .slideinnr img {
    object-fit: cover;
  }
  section.innerbanner.aboutusbanner {
    padding-bottom: 55px;
  }
  section.whatwedosection, section.whychooseussection, .neonboxapprchsec .container {
    padding: 65px 0;
  }
  .whatwedosection .headbox h6 ,.whychooseussection .headbox h6 {
    text-align: center;
    padding-right: 0;
    width: 100%;
    max-width: unset;
  }
  .whatwedosection .headbox h2, .whychooseussection .headbox h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .whatwedosection .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .whatwedosection .row .col-half {
    padding-left: 0;
    padding-right: 0;
  }
  .whatwedosection .row .col-half .image {
    border-radius: 0;
  }
  .whatwedosection .portfolioworkboxes .content h4 {
    font-size: 20px;
  }
  .whatwedosection .portfolioworkboxes .content p {
    font-size: 16px;
  }
  .col-forth {
    width: calc(100% / 1);
  }
  .whychooseussection .col-innr .iconwithtitle {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    padding: 16px;
  }
  .whychooseussection .col-innr .iconwithtitle h4 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .whychooseussection .col-innr .iconwithtitle svg {
    width: 100px;
    height: 54px;
  }
  .neonboxapprchsec .headbox h2 {
    margin-bottom: 20px;
  }
  .approchsteps.flex-box {
    display: flex;
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 60px;
    padding-right: 5%;
    justify-content: flex-start;
    overflow-y: hidden !important;
  }
  .approchsteps .col-forth {
    min-width: 250px;
    max-width: 250px;
    white-space: normal;
  }
  .neonboxapprchsec .stepsbox svg {
    width: 50px;
    margin-top: 10px;
    height: 50px;
  }
  .neonboxapprchsec .stepsbox h6 {
    font-size: 20px;
    line-height: 1.25;
  }
  .approchsteps .linecurve {
    width: 1010px;
    top: 61%;
  }
  .approchsteps .col-forth .col-innr .stepsbox {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .approchsteps .col-forth:nth-child(2) .col-innr .stepsbox {
    position: relative;
    left: 30px;
  }
  .approchsteps .col-forth:nth-child(3) .col-innr .stepsbox {
    position: relative;
    bottom: 18px;
  }
  .approchsteps .col-forth:nth-child(3) .col-innr .stepsbox {
    position: relative;
    bottom: 18px;
  }
  .approchsteps .col-forth:nth-child(4) .col-innr .stepsbox {
    top: 40px;
    left: -30px;
  }
  .readycontinue p {
    display: none;
  }
  .mobileshowready {
    font-size: 16px; color: #fff; display: block !important;
  }
  .flex-box.servicewrapper .wrappercontent h3 {
    font-size: 44px !important;
    margin-bottom: 0px !important;
  }
  .taggrp .tag {
    font-size: 7px;
  }
  .leftbottomrrow.reveal {
    display: none;
  }
  .blogboxrow .col-third {
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .headparacircle svg {
    width: 150px;
    height: auto;
    margin: 0 auto 50px;
  }

  section.videosection.featuredworkdb {
    width: 100%;
    border-radius: 0px !important;
  }

  .col-3, .col-6 {
    width: 100%;
  }

  .featuredworkdb .sectionionnevideo {
    border-radius: 10px;
  }

  .scalableidentitiysec {
    padding: 0px;
  }

  .scaleablecontent {
    padding: 50px 0;
  }

  .scaleablecontentinr h2 {
    font-size: 57px;
    margin-bottom: 10px;
  }

  .scaleablecontentinr h6 {
    font-size: 16px;
  }

  .Bannerworkcolleage .col-half {
    padding-left: 0;
    padding-right: 0;
  }

  .designuifoundation .headingbox {
    display: block;
    text-align: center;
  }

  .designuifoundation .headingbox h6 {
    width: 100%;
  }

  .designuifoundation .headingbox p {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .designuifoundation .col-half {
    padding-left: 0;
    padding-right: 0;
  }

  .designuifoundation {
    padding: 65px 0;
  }

  section.faqaccordionsec {
    padding: 65px 0;
  }

  .faqaccordionsec .image {
    width: 100%;
    padding-top: 60px;
  }

  section.faqaccordionsec .faq-head h6 {
    font-size: 48px;
  }

  .workfullslide .workfullslideinnr h2 {
    font-size: 64px;
  }

  .fullwebsitepagedelivered .flex-box {
    display: block !important;
  }

  .pagewrapinnr .image {
    margin-bottom: 30px;
  }

  h2.ttdelivery {
    margin-bottom: 20px;
    font-size: 60px;
  }

  h2.ttdelivery span.boxtt {
    bottom: 90px;
  }

  .ourbrandreels .headbox h2, .ourbrandreels .headbox h6 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .ourbrandreelslider ul.slick-dots li button {
    font-size: 0px;
  }

  .ourbrandreelslider ul.slick-dots li button:before {
    display: none;
  }

  .ourbrandreelslider ul.slick-dots li, .ourbrandreelslider ul.slick-dots li.slick-active {
    width: 40px;
  }

  .ourbrandreels, .founderclientssec {
    padding: 65px 0;
  }

  .founderclientssec .headingbox {
    padding: 65px 0;
  }

  .outcomesresultsec .headbox h6, .outcomesresultsec .headbox h2, section.ourworksectionpage.othercasestudies .headingbox h2, section.ourworksectionpage.othercasestudies .headingbox h6, section.ourworksectionpage.othercasestudies .headingbox p {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  .outcomesresultsec .row.outcomecounts {
    flex-wrap: wrap;
  }
  .outcomesresultsec .row.outcomecounts .col-third {
    border-left: none;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 20px !important;
    margin-bottom: 10px;
  }
  .outcomesresultsec {
    padding: 65px 0;
  }
  section.videosection.featuredworkdb {
    margin-bottom: 0px;
  }
  .Bannerworkcolleage .col-half {
    padding-bottom: 0;
  }
  .fullwebsitepagedeliveredm, section.ourworksectionpage.othercasestudies {
    padding: 65px 0;
  }
  .designuifoundation .image {
    border-radius: 10px;
  }
  .workfullslider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
  }
  .stepcontent .description p {
    margin-bottom: 30px;
  }
  .hp-business-item .image img {
    border-radius: 8px;
  }
  .hp-contact-section .bg-heading-box h3 {
    line-height: 0.85;
  }
  strong.thinkingbeyond.line {
    text-align: center;
    font-size: 100%;
  }
  .workbanner .headbox {
    text-align: center;
  }
}

@media (max-width: 430px) {
  html {
    font-size: 1.4vw;
  }
}
