@media only screen and (max-width: 1199.99px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container-fluid .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* Header */
  .site-header {
    padding: 16px 0;
  }
  .header-right {
    gap: 20px;
  }
  .menu {
    gap: 12px;
  }
  /* Header End */
  /* Footer */
  .footer-menu .menu {
    gap: 32px;
  }
  .whatsapp-fixed {
    right: 12px;
    bottom: 120px;
  }
  /* Footer End */
  /* Banner */
  .site-content {
    padding-top: 76px;
  }
  .slider-content {
    padding: 40px 6px 40px 0;
    margin: 68px 0;
  }
  .slider-content p {
    margin-bottom: 40px;
  }
  .slider-image {
    width: 50%;
  }
  /* Banner End */
  /* Our Services */
  .our-services-block {
    padding: 23px;
  }
  /* Our Services End */
  /* Key Milestones */
  .counter-list-block {
    padding: 20px 16px;
  }
  .key-milestones-bg {
    width: 50%;
  }
  /* Key Milestones End */
  /* Our Purpose */
  .our-purpose-wrapper::before {
    left: -228px;
    width: 380px;
    height: 380px;
  }
  .our-purpose-block {
    margin-right: 0;
  }
  /* Our Purpose End */
  /* FAQ */
  .faq-content h2 {
    padding-bottom: 76px;
    position: relative;
  }
  .faq-content {
    padding-right: 0;
  }
  /* FAQ End */
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.88px) {
  h1, .heading-one {
    font-size: 48px;
    line-height: 66px;
  }
  h2, .heading-two {
    font-size: 38px;
    line-height: 58px;
  }
  h3,
  .heading-three {
    font-size: 28px;
    line-height: 46px;
  }
  h4,
  .heading-four {
    font-size: 24px;
    line-height: 36px;
  }
  h5, .heading-five {
    font-size: 22px;
    line-height: 28px;
  }
  h6, .heading-six {
    font-size: 18px;
    line-height: 26px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .solid-btn, .line-btn {
    padding: 9px 11px;
  }
  .common-link {
    font-size: 16px;
    line-height: 20px;
    gap: 4px;
  }
  .common-link i::before {
    width: 18px;
    height: 18px;
  }
  .bottom-line {
    padding-bottom: 18px;
  }
  .bottom-line-thick {
    padding-bottom: 20px;
    border-bottom: 6px solid #25B09A;
  }
  /* Header */
  .site-header {
    padding: 12px 0;
  }
  .custom-logo-link, .footer-logo .logo {
    max-width: 180px;
  }
  .header-right {
    gap: 16px;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .menu-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
  .line-toggle {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background: #25B09A;
    border-radius: 5px;
    transition: all 0.6s;
  }
  .line-toggle:first-child {
    transform: translateY(-10px) translateX(-4px);
    width: 16px;
    transition-delay: 0s;
  }
  .line-toggle:nth-child(2) {
    transition-delay: 0.12s;
  }
  .line-toggle:last-child {
    transform: translateY(10px) translateX(-5px);
    width: 12px;
    transition-delay: 0s;
  }
  .main-navigation.toggled .line-toggle:first-child {
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 2px;
    transition-delay: 0.1s;
  }
  .main-navigation.toggled .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  .main-navigation.toggled .line-toggle:last-child {
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 2px;
    transition-delay: 0.1s;
  }
  .site-nav {
    position: fixed;
    left: -100%;
    top: 0;
    background: #181818;
    width: 33.33%;
    height: 100vh;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
    padding: 0;
    z-index: 9;
    padding: 20px 0;
    transition: 1s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .main-navigation.toggled .site-nav {
    left: 0;
    transition: 1s;
  }
  .site-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    gap: 0;
  }
  .site-nav .custom-logo-link {
    padding: 0 20px 20px;
    border-bottom: 1px solid #efefef;
    display: block;
  }
  .site-nav .menu li {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
  }
  .menu .menu-item a {
    overflow: inherit;
    display: block;
    white-space: initial;
    color: #FFFFFF;
  }
  .menu .menu-item.current-menu-item > a:hover, .menu .menu-item.current-menu-ancestor > a:hover {
    color: #FFFFFF;
  }
  .menu .menu-item a:before,
  .menu .menu-item a:after {
    display: none;
  }
  .drop-arrow {
    position: absolute;
    right: 16px;
    top: 10px;
  }
  /* Header End */
  /* Footer */
  .footer-top {
    padding: 30px 0 25px;
  }
  .footer-menu, .footer-bottom {
    padding: 16px 0;
  }
  .footer-menu .menu {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 12px;
  }
  .footer-bottom-content {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-top {
    padding: 16px 0 16px;
  }
  .go-top {
    width: 40px;
    height: 40px;
    right: 12px;
  }
  .whatsapp-fixed {
    bottom: 110px;
  }
  .icon-whatsapp-large {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  /* Footer End */
  /* Banner */
  .site-content {
    padding-top: 70px;
  }
  .slider-content {
    padding: 80px 0;
    margin: 0;
    background-color: transparent;
  }
  .slider-content p {
    margin-bottom: 30px;
  }
  .slider-image {
    width: 100%;
    z-index: -1;
  }
  .slider-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.8);
    z-index: 0;
  }
  .banner-slider .slider-pagination-container .swiper-pagination {
    bottom: 16px;
  }
  /* Banner End */
  /* About Us */
  .about-us-content {
    margin-left: 0;
  }
  .about-us-content h2 {
    margin-bottom: 24px;
  }
  .about-us-image {
    margin-bottom: 24px;
    max-width: 600px;
  }
  /* About Us End */
  /* Our Products */
  .product-slider .swiper-wrapper {
    padding-bottom: 48px;
  }
  .product-card p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  /* Our Products End */
  /* Why Choose Us */
  .why-choose-us-title {
    margin-bottom: 40px;
  }
  .why-choose-us-title::before {
    top: -60px;
    left: -120px;
    width: 480px;
    height: 480px;
  }
  .why-choose-us-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  /* Why Choose Us End */
  /* Key Milestones */
  .key-milestones {
    padding-top: 40px;
  }
  .key-milestones h2, .key-milestones p {
    color: #FFFFFF;
  }
  .counter-list-block {
    padding: 16px 12px;
  }
  .key-milestones-bg {
    width: 100%;
    border-radius: 0;
  }
  /* Key Milestones End */
  /* Our Purpose */
  .our-purpose-wrapper {
    padding: 10px 0 10px;
  }
  .our-purpose-wrapper::before {
    left: -190px;
  }
  /* Our Purpose End */
  /* Help You */
  .help-you-col:not(:last-child) {
    margin-bottom: 24px;
  }
  /* Help You End */
  /* Our Clients */
  .our-clients-block {
    padding: 18px 10px;
    width: 180px;
  }
  .our-clients-block img {
    max-width: 75%;
  }
  /* Our Clients End */
  /* FAQ */
  .faq-content {
    margin-bottom: 24px;
  }
  .faq-content h2 {
    padding-bottom: 16px;
  }
  .faq-content h2::before {
    display: none;
  }
  .faq .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }
  .faq .accordion-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* FAQ End */
  /* Get In Touch */
  .contact-us-from {
    padding: 40px 20px;
  }
  /* Get In Touch End */
  /* Inner Page */
  .inner-banner {
    padding: 40px 0;
  }
  .inner-banner-content h1 {
    margin-bottom: 12px;
  }
  /* Inner Page End */
  /* Contact Us */
  .contact-us-page .contact-list {
    margin-bottom: 20px;
  }
  /* Contact Us End */
  /* FAQ Page */
  .faq-page-content {
    max-width: 100%1;
  }
  /* FAQ Page End */
  /* About Page */
  .meet-our-founder-image {
    max-width: 360px;
    margin-bottom: 16px;
  }
  /* About Page End */
  /* Product Detail */
  .slider-btn-grp {
    margin: 16px 0;
  }
  /* Product Detail End */
  /* Foil Printing */
  .foil-printing-1 {
    padding-top: 40px;
  }
  /* Foil Printing End */
  /* 404 */
  .error-page-block h1 {
    font-size: 140px;
    line-height: 160px;
  }
  /* 404 End */
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mb-20 {
    margin-bottom: 16px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767.99px) {
  h1, .heading-one {
    font-size: 44px;
    line-height: 62px;
  }
  h2, .heading-two {
    font-size: 34px;
    line-height: 50px;
  }
  h3,
  .heading-three {
    font-size: 26px;
    line-height: 40px;
  }
  h4,
  .heading-four {
    font-size: 22px;
    line-height: 30px;
  }
  h5, .heading-five {
    font-size: 20px;
  }
  /* Header */
  .site-nav {
    width: 45%;
  }
  /* Header End */
  /* Why Choose Us */
  .why-choose-us-title::before {
    top: -40px;
    width: 440px;
    height: 440px;
  }
  .why-choose-us-list h4 i::before {
    width: 20px;
    height: 20px;
  }
  /* Why Choose Us End */
  /* Our Services End */
  .our-products-block {
    padding: 19px;
  }
  /* Our Services End */
  /* Our Purpose */
  .our-purpose-col:not(:last-child) {
    margin-bottom: 16px;
  }
  /* Our Purpose End */
  /* Help You */
  .help-you-block img {
    width: 44px;
    height: 44px;
  }
  /* Help You End */
  /* Get In Touch */
  .contact-us-block {
    margin-bottom: 24px;
  }
  .contact-list li:not(:last-child) {
    margin-bottom: 16px;
  }
  /* Get In Touch End */
  /* Foil Printing */
  .foil-printing {
    text-align: center;
  }
  .foil-printing-image-row {
    justify-content: center;
  }
  .foil-printing-image-col:not(:last-child) {
    margin-bottom: 24px;
  }
  /* Foil Printing End */
  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-40 {
    margin-bottom: 24px;
  }
  .mt-40 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 575.99px) {
  h1, .heading-one {
    font-size: 34px;
    line-height: 48px;
  }
  h2, .heading-two {
    font-size: 28px;
    line-height: 42px;
  }
  h3,
  .heading-three {
    font-size: 24px;
    line-height: 34px;
  }
  h4,
  .heading-four {
    font-size: 20px;
    line-height: 30px;
  }
  h5, .heading-five {
    font-size: 18px;
    line-height: 26px;
  }
  h6, .heading-six {
    font-size: 16px;
    line-height: 24px;
  }
  .text-xl {
    font-size: 16px;
    line-height: 20px;
  }
  .solid-btn, .line-btn {
    padding: 9px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .header-right .solid-btn {
    font-size: 14px;
    gap: 4px;
  }
  .solid-btn i::before {
    width: 16px;
    height: 16px;
    mask-size: 16px;
  }
  .button-group {
    gap: 12px;
  }
  p, a {
    font-size: 14px;
    line-height: 24px;
  }
  .bottom-line {
    padding-bottom: 10px;
    border-bottom: 2px solid #25B09A;
  }
  .bottom-line-thick {
    padding-bottom: 12px;
    border-bottom: 4px solid #25B09A;
  }
  /* Header */
  .site-header {
    padding: 10px 0;
  }
  .custom-logo-link, .footer-logo .logo {
    max-width: 160px;
  }
  .header-right .solid-btn {
    font-size: 0;
    line-height: 0;
    gap: 0;
    background: transparent;
    border: none;
    padding: 0;
  }
  .header-right .solid-btn::before {
    display: none;
  }
  .header-right .solid-btn i::before {
    width: 22px;
    height: 22px;
    mask-size: 22px;
    background: #25B09A;
  }
  .menu-toggle {
    width: 30px;
    height: 30px;
  }
  .site-nav {
    width: 55%;
  }
  /* Header End */
  /* Footer */
  .social-media {
    gap: 8px;
  }
  .footer-menu .menu {
    column-gap: 14px;
    row-gap: 8px;
  }
  .footer-gst li:not(:last-child) {
    border-right: 1px solid rgba(225, 225, 225, 0.1);
    padding-right: 8px;
    margin-right: 8px;
  }
  /* Footer End */
  /* Banner */
  .site-content {
    padding-top: 60px;
  }
  .slider-content {
    padding: 60px 0;
  }
  .slider-content p {
    margin-bottom: 20px;
  }
  /* Banner End */
  /* About Us */
  .about-us-content h2 {
    margin-bottom: 18px;
  }
  .about-us-image {
    height: 340px;
  }
  .youtube-button i::before {
    width: 40px;
    height: 40px;
  }
  /* About Us End */
  /* Our Products */
  .product-slider .swiper-wrapper {
    padding-bottom: 40px;
  }
  /* Our Products End */
  /* Why Choose Us */
  .why-choose-us-title {
    margin-bottom: 24px;
  }
  .why-choose-us-title::before {
    top: -40px;
    left: -120px;
    width: 400px;
    height: 400px;
  }
  .why-choose-us-list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .why-choose-us-list h4 {
    gap: 12px;
  }
  .why-choose-us-list h4 i::before {
    width: 18px;
    height: 18px;
  }
  /* Why Choose Us End */
  /* Our Services */
  .our-services-row {
    margin-bottom: 0;
  }
  .our-services-col {
    margin-bottom: 16px;
  }
  .our-services-block {
    padding: 15px;
  }
  /* Our Services End */
  /* Key Milestones */
  .key-milestones {
    padding-top: 30px;
  }
  .counter-list-row {
    margin-bottom: -16px;
  }
  .counter-list-col {
    margin-bottom: 16px;
    width: 50%;
  }
  /* Key Milestones End */
  /* Help You */
  .help-you-col:not(:last-child) {
    margin-bottom: 16px;
  }
  .help-you-block img {
    width: 40px;
    height: 40px;
  }
  /* Help You End */
  /* Our Clients */
  .our-clients-block {
    padding: 14px 6px;
    width: 160px;
  }
  .our-clients-block img {
    max-width: 70%;
  }
  /* Our Clients End */
  /* FAQ */
  .faq .accordion-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .faq .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  .faq .accordion-button::after {
    width: 24px;
    height: 24px;
  }
  .faq .accordion-body p {
    max-width: 100%;
  }
  /* FAQ End */
  /* Get In Touch */
  .contact-us-from {
    padding: 20px 16px;
  }
  /* Get In Touch End */
  /* Inner Page */
  .inner-banner {
    padding: 30px 0;
  }
  .inner-banner-content h1 {
    margin-bottom: 8px;
  }
  .breadcrumb a,
  .breadcrumb .active {
    font-size: 14px;
  }
  /* Inner Page End */
  /* Foil Printing */
  .foil-printing-image-col:not(:last-child) {
    margin-bottom: 16px;
  }
  /* Foil Printing End */
  /* 404 */
  .error-page-block h1 {
    font-size: 100px;
    line-height: 120px;
  }
  /* 404 End */
  /* .py-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  } */
  .mb-50 {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  /* .py-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-80 {
    padding-top: 30px;
  }
  .pb-80 {
    padding-bottom: 30px;
  } */
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-20 {
    margin-bottom: 12px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  /* .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  } */
  .py-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-50 {
    padding-top: 30px;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* Header */
  .custom-logo-link, .footer-logo .logo {
    max-width: 140px;
  }
  .site-nav {
    width: 80%;
  }
  /* Header End */
  /* Footer */
  .footer-gst {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
  }
  .footer-gst li:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .footer-bottom .text-sm {
    font-size: 12px;
    line-height: 18px;
  }
  /* Footer End */
  /* Banner */
  .site-content {
    padding-top: 56px;
  }
  .slider-content {
    padding: 40px 0 50px;
  }
  /* Banner End */
  /* About Us */
  .about-us-image {
    height: 300px;
  }
  /* About Us End */
  /* Why Choose Us */
  .why-choose-us-title::before {
    top: -30px;
    left: -100px;
    width: 340px;
    height: 340px;
  }
  .why-choose-us-list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .row .row.counter-list-row {
    margin-bottom: 0;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }
  .counter-list-col {
    margin-bottom: 0;
    padding: 0;
    width: calc(50% - 6px);
  }
  .counter-list-block {
    padding: 6px;
  }
  /* Key Milestones End */
  /* Help You */
  .help-you-block img {
    width: 34px;
    height: 34px;
  }
  /* Help You End */
  /* Foil Printing */
  .foil-printing-image-col {
    width: 100%;
  }
  .foil-printing-image-block img {
    width: 100%;
  }
  /* Foil Printing End */
}