@media screen and (max-width: 1799px) {
  .big-title span {
    font-size: 160px;
    line-height: 150px;
  }

  .big-title img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1599px) {
  .theme-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  .btn-with-icon {
    font-size: 14px;
  }

  .footer-wrapper {
    padding: 120px 0;
  }

  .big-title span {
    font-size: 140px;
    line-height: 130px;
  }

  .the-result-card {
    min-height: 340px;
  }

  .shield-element {
    max-width: 260px;
  }

  .arrow-element {
    max-width: 250px;
  }

  .theme-card p {
    font-size: 16px;
  }

  .theme-card {
    padding: 50px 20px;
  }

  h4 {
    font-size: 24px;
  }

  .theme-card h4 {
    margin-bottom: 15px;
  }

  .grid-col-img img {
    max-height: 350px;
  }

  .section-title h2.font-lato {
    font-size: 50px;
    line-height: 60px;
  }

  .section-title h2 {
    font-size: 70px;
    line-height: 80px;
  }

  .banner-logo {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .section-title h1 {
    font-size: 24px;
  }

  .section-grid-col .theme-element {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1408px) {
  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .the-result-card .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .big-title span {
    font-size: 120px;
    line-height: 100px;
  }

  .the-result-card {
    min-height: 320px;
  }

  .no-webp .line-box-bg {
    background-image: url(../images/elements/line-box-bg-lg.png);
  }

  .webp .line-box-bg {
    background-image: url(../images/elements/line-box-bg-lg.webp);
  }

  .grid-col-img img {
    max-height: 250px;
  }

  .section-title h2.font-lato {
    font-size: 40px;
    line-height: 50px;
  }

  .mt-6 {
    margin-top: 40px !important;
  }

  .mb-6 {
    margin-bottom: 40px !important;
  }

  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
  }

  p {
    font-size: 18px;
  }

  .banner-logo {
    max-width: 700px;
    margin-bottom: 20px;
  }

  .section-title h1 {
    font-size: 22px;
  }

  section,
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1216px) {
  .page-without-header-padding header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .the-result-card .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer .arrow-element {
    opacity: 0 !important;
  }

  .theme-card:hover .theme-dot.dot1 {
    top: 20px;
    left: 20px;
  }

  .theme-card:hover .theme-dot.dot2 {
    top: 20px;
    right: 20px;
  }

  .theme-card:hover .theme-dot.dot3 {
    bottom: 20px;
    left: 20px;
  }

  .theme-card:hover .theme-dot.dot4 {
    bottom: 20px;
    right: 20px;
  }

  .theme-dot.dot1 {
    top: 60px;
    left: 60px;
  }

  .theme-dot.dot2 {
    top: 60px;
    right: 60px;
  }

  .theme-dot.dot3 {
    bottom: 60px;
    left: 60px;
  }

  .theme-dot.dot4 {
    bottom: 60px;
    right: 60px;
  }

  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .big-title span {
    font-size: 100px;
    line-height: 90px;
  }

  .footer-wrapper {
    padding: 90px 0;
  }

  .the-result-card {
    min-height: 260px;
    padding: 30px;
  }

  .services-icon {
    max-width: 40px;
  }

  h4 {
    font-size: 20px;
  }

  .theme-card p {
    font-size: 14px;
  }

  .card-col {
    padding: 10px;
  }

  .card-cols {
    margin: -10px !important;
  }

  .min-h-100vh {
    min-height: auto;
  }

  .section-title h2.font-lato {
    font-size: 32px;
    line-height: 38px;
  }

  .grid-col-img img {
    max-height: 180px;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .mt-6 {
    margin-top: 32px !important;
  }

  .mb-6 {
    margin-bottom: 32px !important;
  }

  header {
    padding: 0;
    min-height: 60px;
  }

  .splide__arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .insomenu-bars {
    top: 50%;
    right: 10px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background-color: #fff;
  }

  .insomenu-bars span:before {
    top: -8px;
  }

  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }

  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }

  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }

  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }

  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }

  .insomenu-active .insomenu-bars span {
    width: 25px;
  }

  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .theme-menu {
    position: fixed;
    background-color: #000;
    color: #fff;
    width: 100%;
    right: -100px;
    padding: 0;
    padding: 110px 50px 30px !important;
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-left: 1px solid #ffffff10;
  }

  .insomenu-active .theme-menu {
    opacity: 1;
    pointer-events: all;
    right: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .theme-menu ul li {
    padding: 14px 0;
    border-bottom: 1px solid #ffffff20;
  }

  .menu-item {
    line-height: 32px;
  }

  .theme-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

  .theme-menu ul {
    flex-direction: column;
    justify-content: start;
    gap: 0;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }

  .the-result-desc {
    flex-direction: column;
    align-items: start !important;
  }

  .theme-title {
    font-size: 24px;
  }

  .big-title span {
    font-size: 80px;
    line-height: 80px;
  }

  .blog-item h3,
  h3 {
    font-size: 20px;
  }

  .theme-tag {
    font-size: 16px;
  }

  .the-result-card {
    min-height: 220px;
  }

  .shield-element {
    max-width: 200px;
  }

  .section-grid-col .theme-element {
    max-width: 700px;
    opacity: 1;
  }

  .arrow-element {
    max-width: 230px;
  }

  .max-w-700 {
    max-width: 480px !important;
  }

  .section-title h2.font-lato {
    font-size: 24px;
    line-height: 34px;
  }

  .section-grid-col .columns {
    margin: 0 -20px !important;
  }

  .section-grid-col .column {
    padding: 0 20px !important;
  }

  .teams-logo-slider picture img {
    height: 60px;
  }

  .teams-logo-slider:before,
  .teams-logo-slider:after {
    width: 100px;
  }

  .is-size-4 {
    font-size: 20px !important;
  }

  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .row-copyright {
    margin: -5px;
  }

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
    right: -51px;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 400px;
    right: -87px;
  }

  section,
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .theme-logo img {
    max-height: 65px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

  .scroll-to-top svg {
    width: 36px;
    height: 36px;
  }

  .scroll-to-top {
    width: 36px;
    height: 36px;
  }

  .call-btn {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #000000;
    z-index: 999;
  }

  .sticky-bottom-form.open .close-form {
    opacity: 1;
    background-color: transparent;
  }

  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 0;
    left: 0;
  }

  .sticky-bottom-form {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }

  .sticky-bottom-form .col-form {
    width: 50%;
    margin: 0 0 15px !important;
  }

  .sticky-bottom-form .col-form.col-form-btn {
    width: 100%;
  }

  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    border-top: 1px solid #eee;
    text-transform: uppercase;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .big-title img {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .the-result-desc {
    align-items: center !important;
  }

  .the-result-card .btn-with-icon {
    justify-content: center;
  }

  .the-result-card .section-title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-content-modal .theme-modal-card {
    max-width: calc(100% - 40px);
  }

  .theme-dot {
    width: 7px;
    height: 7px;
  }

  .theme-card:hover .theme-dot.dot1 {
    top: 15px;
    left: 15px;
  }

  .theme-card:hover .theme-dot.dot2 {
    top: 15px;
    right: 15px;
  }

  .theme-card:hover .theme-dot.dot3 {
    bottom: 15px;
    left: 15px;
  }

  .theme-card:hover .theme-dot.dot4 {
    bottom: 15px;
    right: 15px;
  }

  .banner-logo {
    max-width: 500px;
  }

  body {
    cursor: pointer;
  }

  .theme-card {
    border-radius: 15px;
  }

  .big-title:before {
    height: 70%;
  }

  .big-title span {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 20px;
  }

  .copyright-text {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    text-align: center;
  }

  .theme-tag {
    font-size: 14px;
    padding: 6px 20px;
  }

  .the-result-card {
    min-height: auto;
    text-align: center;
    border-radius: 15px;
  }

  .the-result-wrapper .column {
    width: 100%;
  }

  .theme-tag {
    margin: 0 auto;
    line-height: 22px;
  }

  .shield-element {
    max-width: 110px;
    top: 140px;
    right: -60px;
  }

  .arrow-element {
    max-width: 180px;
  }

  .section-grid-col .column,
  .column.grid-col-detail {
    width: 100%;
  }

  .grid-col-block .theme-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .section-grid-col .theme-element {
    max-width: 400px;
  }

  .grid-col-img img {
    max-height: 120px;
    margin-bottom: 30px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-col-block.max-w-700,
  .grid-col-block.max-w-700 {
    max-width: inherit !important;
    text-align: center;
  }

  .bg-img-text {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    right: unset;
  }

  .img-bg-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title h1 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 3px;
  }

  p {
    font-size: 16px;
  }

  .theme-btn {
    font-size: 15px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 30px !important;
  }

  .copyright-detail .small {
    font-size: 13px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }

  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  #register-modal {
    padding: 25px;
  }
}

@media screen and (max-width: 575px) {
  .big-title .container {
    padding: 0 10px !important;
  }

  .icon-btn {
    width: 36px;
    height: 36px;
  }

  .icon-btn svg {
    max-width: 20px;
  }

  .text-content-modal .theme-modal-card {
    margin-top: 40px !important;
  }

  .text-content-modal.is-active .theme-modal-card {
    margin-top: 60px !important;
  }

  .theme-title {
    font-size: 20px;
  }

  body {
    font-size: 15px;
  }

  .big-title span {
    font-size: 50px;
    line-height: 50px;
  }

  .footer-wrapper {
    padding: 50px 0;
  }

  .modal-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .blog-item h3,
  h3 {
    font-size: 18px;
  }

  .blog-post-details p {
    font-size: 14px;
  }

  .recent-post-img {
    flex: 0 0 120px;
  }

  .recent-post-title p {
    font-size: 14px;
  }

  .blogs-item {
    border-radius: 15px;
  }

  .blogs-content h6 {
    font-size: 16px;
  }

  .blogs-item {
    padding: 15px;
  }

  .footer-btns {
    flex-direction: column;
    align-items: center;
  }

  .theme-card {
    padding: 30px 20px;
  }

  h4 {
    font-size: 18px;
  }

  .grid-col-block .mt-6.mb-6 {
    margin: 20px 0 !important;
  }

  .grid-col-block .section-title {
    margin-bottom: 20px;
  }

  .section-title h2.font-lato {
    font-size: 20px;
    line-height: 32px;
  }

  .teams-logo-slider picture img {
    height: 40px;
  }

  .is-size-4 {
    font-size: 16px !important;
  }

  .teams-logo-slider:before,
  .teams-logo-slider:after {
    width: 10px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .section-title h1 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }

  body,
  p {
    font-size: 14px;
  }

  .container {
    padding: 0 20px;
  }

  .theme-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-form-control {
    font-size: 13px;
  }

  .theme-btn {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 20px;
  }

  .column.col-register {
    padding: 12px;
  }

  .columns.row-register {
    margin: -12px !important;
  }

  .sm-form-control {
    padding: 12px;
    letter-spacing: 1px;
  }

  .sticky-bottom-form {
    display: none !important;
  }

  .sticky-btn-enquire {
    transform: unset;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }

  .thankyou-block h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .thankyou-msg {
    font-size: 14px !important
  }

  .thankyou-logo img {
    height: 100px;
    margin: 0 auto 10px;
  }

  .close {
    bottom: initial;
    left: initial;
    width: 45px;
    height: 45px;
  }

  .theme-modal-card {
    max-width: 100%;
  }

  .theme-modal .theme-modal-card {
    top: -30px;
    transform: none;
    margin-top: 30px;
  }

  .theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: none;
    margin-top: 30px;
  }

  .scroll-to-top {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .mt-6 {
    margin-top: 24px !important;
  }

  .the-result-card .section-title h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .big-title span {
    font-size: 40px;
  }

  .theme-title {
    font-size: 18px;
  }

  .blog-item h3,
  h3 {
    font-size: 16px;
  }

  .recent-post-item-content {
    gap: 10px;
  }

  .section-title h2.font-lato {
    font-size: 18px;
    line-height: 26px;
  }

  .section-title h2 {
    line-height: 30px;
  }

  .mb-6 {
    margin-bottom: 24px !important;
  }

  .banner-desc br {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .no-webp .line-box-bg {
    background-image: url(../images/elements/line-box-bg-sm.png);
  }

  .webp .line-box-bg {
    background-image: url(../images/elements/line-box-bg-sm.webp);
  }
}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 360px) {}