<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;515;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;800;900&amp;family=Raleway:wght@400;500;600;800;900&amp;family=Rubik:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@800&amp;display=swap');
section {
overflow-x:hidden;
}
header .top-header {
  background: #f4f4f4;
  border-bottom: 1px solid #3333; }
  header .top-header .welcome-text p {
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 600; }
  header .top-header .social-links {
    float: right; }
    header .top-header .social-links ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      header .top-header .social-links ul li {
        display: inline-block; }
        header .top-header .social-links ul li a {
          color: #C81D23;
          padding: 3px 8px;
          font-size: 16px;
          display: inline-block; }
header .middle-header {
    padding: 1em 0;
    background: #E0262D;
    background-repeat: no-repeat;
    background-size: 100%;
}
  header .middle-header .logo-main a {
    display: block;
    margin-right: 15px;
}
    header .middle-header .logo-main a img {
      height: 85px; }
header .middle-header .header-right-one {
    font-family: "Roboto", sans-serif;
}
header .middle-header .header-right-one .fullheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    header .middle-header .header-right-one .header-ulr {
      padding: 0;
      list-style: none;
      margin: 0;
      display: none; }
 header .middle-header .header-right-one .fullheading .span-heading {
    border-left: 2px solid #ffffff63;
    padding-left: 14px;
    color: #fff;
}
header .middle-header .header-right-one .fullheading .span-heading h3 {
    font-size: 24px;
    margin: 0;
    color: #fff;
    border-bottom: 2px solid #ffffff;
}
header .top-header .email-contact ul li a img {
    height: 22px;
    vertical-align: sub;
}
header .middle-header .header-right-one .fullheading .span-heading i {
    color: #ffffff;
}
      header .middle-header .header-right-one .header-ulr li {
        line-height: 1;
        margin-right: 30px;
        color: #51668a;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header .middle-header .header-right-one .header-ulr li &gt; i {
          font-size: 21px;
          margin-right: 16px;
          color: #fff;
          background: #C81D23;
          padding: 10px; }
        header .middle-header .header-right-one .header-ulr li span {
          font-size: 14px;
          margin-bottom: 4px;
          display: inline-block; }
        header .middle-header .header-right-one .header-ulr li strong {
          color: #51668a;
          display: block;
          font-size: 15px;
          font-weight: 600; }
          header .middle-header .header-right-one .header-ulr li strong a {
            color: #51668a;
            font-size: 16px;
            text-decoration: none; }
header .middle-header .header-ulrr ul li a i {
    padding-right: 10px;
}
header .middle-header .btn-getaquote {
    border: 2px solid #C81D23;
    display: block;
    padding: 2px 9px;
    margin-bottom: 8px;
    color: #C81D23;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    font-size: 15px;
}
header .middle-header .header-ulrr ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
header .middle-header .header-right-one .fullheading .logo-main {
    display: flex;
    align-items: center;
}
header .middle-header .header-right-one .fullheading .logo-main h1 {
    font-size: 7em;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #ffffff;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
}
header .middle-header .header-ulrr ul li a {
    width: 100%;
}
      header .middle-header .btn-getaquote:hover {
        background: #b6141a;
        color: #fff; }
header .bottom-header {
       background: #ffd7d9;
    padding: 10px 0;
    border-top: 1px solid #ffffff6e;
}
  header .bottom-header .navbar {
    padding: 0; }
   header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    white-space: nowrap;
    padding: 8px 14px;
    position: relative;
    border: 1px solid #3333;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 20px;
}

      header .bottom-header .navbar .navbar-nav .nav-item .nav-link.active, header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
        background: #b6141a;
        color: #fff; }
    header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
      padding: 2px 0; }
      header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
        font-family: "Poppins", sans-serif;
        font-size: 14px; }
        header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:active {
          background: #333;
          color: #fff; }
          header .top-header .email-contact ul li a i {
    color: #C81D23;
}

.breadcrumb-section {
  padding: 3em 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url("../images/header-bg-5.jpg") no-repeat center center/cover; }
  .breadcrumb-section .overlay {
    background: #38383899;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .breadcrumb-section .page-header-content {
    font-family: "Roboto", sans-serif; }
    .breadcrumb-section .page-header-content h1 {
      color: #fff; }
    .breadcrumb-section .page-header-content nav .breadcrumb-ol {
      margin: 0;
      padding: 0; }
      .breadcrumb-section .page-header-content nav .breadcrumb-ol li {
        display: inline-block;
        color: #fff; }
        .breadcrumb-section .page-header-content nav .breadcrumb-ol li a {
          text-decoration: none;
          color: #f2f2f2; }

.intro-page {
  text-align: center;
  padding: 5em 0; }
  .intro-page .intro-logo img {
    height: 400px; }
  .intro-page .intro-fullname {
    font-family: "Poppins", sans-serif; }
    .intro-page .intro-fullname h3 {
      margin: 1em 0 0.5em 0;
      border-bottom: 2px solid #C81D23;
      display: inline-block;
      padding-bottom: 5px; }
    .intro-page .intro-fullname .mobemail-intro {
      margin-bottom: 10px;
      font-weight: 500;
      display: block; }
      .intro-page .intro-fullname .mobemail-intro img {
        height: 30px; }
    .intro-page .intro-fullname a {
      display: inline-block;
      background: #C81D23;
      padding: 8px 16px;
      color: #fff;
      text-decoration: none; }
      .intro-page .intro-fullname a:hover {
        background: #b6141a; }

.slider-section .owl-nav {
  width: 100%; }
  .slider-section .owl-nav .owl-prev {
    top: 40%;
    position: absolute;
    left: 20px; }
  .slider-section .owl-nav button i {
    border-radius: 50%;
    background: #fff;
    height: 35px;
    color: #333;
    width: 35px;
    border: 1px solid #333;
    font-size: 17px;
    line-height: 35px; }
  .slider-section .owl-nav button:hover, .slider-section .owl-nav button:focus {
    outline: none; }
  .slider-section .owl-nav .owl-next {
    top: 40%;
    position: absolute;
    right: 20px; }
.slider-section .slider-carou .slide-main {
  position: relative; }
  .slider-section .slider-carou .slide-main img, .slider-section .slider-carou .slide-main video {
    width: 100%;
    height: 500px;
    object-fit: fill; }
  .slider-section .slider-carou .slide-main .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center; }
    .slider-section .slider-carou .slide-main .cover .header-content {
      position: relative;
      padding: 40px;
      overflow: hidden; }
      .slider-section .slider-carou .slide-main .cover .header-content .line {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        border: 9px solid #fff;
        -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
        clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
      .slider-section .slider-carou .slide-main .cover .header-content h2 {
        font-weight: 300;
        font-size: 35px;
        color: #fff; }
      .slider-section .slider-carou .slide-main .cover .header-content h1 {
        font-size: 56px;
        font-weight: 600;
        margin: 5px 0 20px;
        word-spacing: 3px;
        color: #fff; }
      .slider-section .slider-carou .slide-main .cover .header-content h4 {
        font-size: 24px;
        font-weight: 300;
        line-height: 36px;
        color: #fff; }
.slider-section .slider-carou .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s; }
.slider-section .slider-carou .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s; }
.slider-section .slider-carou .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s; }
.slider-section .slider-carou .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s; }

.about-section {
  padding: 3em 0; }
  .about-section .about-left {
    position: relative; }
    .about-section .about-left .img-badge {
    color: #fff;
    background: #C81D23;
    padding: 9px 9px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}
    .about-section .about-left .img-badge .img-badge-title {
    font-size: 27px;
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-weight: 500;
}
  .about-section .about-right .heading {
    margin-bottom: 2em;
    position: relative; }
    .about-section .about-right .heading .pre-title {
      display: inline-block;
      color: #a9aeb3;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-bottom: 17px;
      z-index: 1;
      position: relative; }
    .about-section .about-right .heading .heading-title {
      font-size: 2.3em;
      font-family: sans-serif;
      margin-bottom: 0;
      z-index: 1;
      position: relative;
      font-weight: 600; }
      .about-section .about-right .heading .heading-title .prim-span {
        color: #C81D23; }
    .about-section .about-right .heading .heading-layo {
      color: transparent;
      font-size: 85px;
      line-height: .85;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      letter-spacing: -.020em;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ebebeb;
      position: absolute;
      left: 20px;
      top: -30px;
      z-index: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .about-section .about-right .heading .heading-layo.heading-layo-c {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5px;
        top: auto; }
      .about-section .about-right .heading .heading-layo.style1 {
        -webkit-text-stroke-color: #d6d6d6; }
  .about-section .about-right p {
    font-family: "Inter", sans-serif; }
  .about-section .about-right .calls-about {
    margin-bottom: 1em; }
    .about-section .about-right .calls-about ul {
      padding: 0;
      margin: 0; }
      .about-section .about-right .calls-about ul li {
        font-family: "Inter", sans-serif;
        display: block;
        position: relative;
        padding-left: 20px;
        margin-bottom: 1em; }
        .about-section .about-right .calls-about ul li i {
          left: 0;
          top: 4px;
          color: #C81D23;
          position: absolute; }
  .about-section .about-right .read-about {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #C81D23;
    font-family: "Poppins", sans-serif;
    background: #C81D23;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    transition: 0.2s;
    font-weight: 500; }
    .about-section .about-right .read-about i {
      padding-left: 10px; }
    .about-section .about-right .read-about:hover {
      border: 2px solid #C81D23;
      background: transparent;
      color: #C81D23; }

.our-works {
  padding: 3em 0;
  background: #f4f4f4; }
  .our-works .heading {
    margin-bottom: 2em;
    position: relative; }
    .our-works .heading .pre-title {
      display: inline-block;
      color: #a9aeb3;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-bottom: 17px;
      z-index: 1;
      position: relative; }
    .our-works .heading .heading-title {
      font-size: 2.3em;
      font-family: sans-serif;
      margin-bottom: 0;
      z-index: 1;
      position: relative;
      font-weight: 600; }
      .our-works .heading .heading-title .prim-span {
        color: #C81D23; }
    .our-works .heading .heading-layo {
      color: transparent;
      font-size: 85px;
      line-height: .85;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      letter-spacing: -.020em;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ebebeb;
      position: absolute;
      left: 20px;
      top: -30px;
      z-index: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .our-works .heading .heading-layo.heading-layo-c {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5px;
        top: auto; }
      .our-works .heading .heading-layo.style1 {
        -webkit-text-stroke-color: #d6d6d6; }
  .our-works .card-columns {
    column-count: 3;
    column-gap: 10px; }
    .our-works .card-columns .work-card {
      margin-bottom: 10px;
      position: relative; }
      .our-works .card-columns .work-card:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100); }
      .our-works .card-columns .work-card img {
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
        width: 100%;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear; }
      .our-works .card-columns .work-card .overlay {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
        .our-works .card-columns .work-card .overlay .overlay-content {
          text-align: center;
          position: absolute;
          top: 50%;
          width:90%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .our-works .card-columns .work-card .overlay .overlay-content h2 {
            color: #fff;
            font-size:23px;
            font-family: "Lato", sans-serif; }
          .our-works .card-columns .work-card .overlay .overlay-content a {
            display: inline-block;
            color: #fff;
            text-decoration: none;
            border-radius: 3px;
            padding: 5px 10px;
            font-family: "Lato", sans-serif;
            background: #C81D23; }
            .our-works .card-columns .work-card .overlay .overlay-content a:hover {
              background: #b6141a; }

.printing-service {
  padding: 4em 0; }
  .printing-service .heading {
    margin-bottom: 2em;
    position: relative; }
    .printing-service .heading .pre-title {
      display: inline-block;
      color: #a9aeb3;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-bottom: 17px;
      z-index: 1;
      position: relative; }
    .printing-service .heading .heading-title {
      font-size: 2.3em;
      font-family: sans-serif;
      margin-bottom: 0;
      z-index: 1;
      position: relative;
      font-weight: 600; }
      .printing-service .heading .heading-title .prim-span {
        color: #C81D23; }
    .printing-service .heading .heading-layo {
      color: transparent;
      font-size: 85px;
      line-height: .85;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      letter-spacing: -.020em;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ebebeb;
      position: absolute;
      left: 20px;
      top: -30px;
      z-index: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .printing-service .heading .heading-layo.heading-layo-c {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5px;
        top: auto; }
      .printing-service .heading .heading-layo.style1 {
        -webkit-text-stroke-color: #d6d6d6; }
  .printing-service .service-grid {
    margin: 30px auto 0px;
    background-color: #f4f4f4; }
   .printing-service .service-grid .item-image img {
    width: 100%;
    height: 466px;
}
    .printing-service .service-grid .item-content-wrap {
      padding: 50px 50px 36px; }
      .printing-service .service-grid .item-content-wrap .item-icon {
        float: left;
        width: 90px;
        height: 90px;
        line-height: 90px;
        margin-right: 30px;
        text-align: center;
        border-radius: 100%; }
        .printing-service .service-grid .item-content-wrap .item-icon.service-orange {
          background: #ff4328; }
      .printing-service .service-grid .item-content-wrap .item-content {
        display: table; }
        .printing-service .service-grid .item-content-wrap .item-content .item-title {
          line-height: 1;
          font-size: 22px;
          margin-bottom: 7px;
          font-family: "Rubik", sans-serif;
          font-weight: 600; }
        .printing-service .service-grid .item-content-wrap .item-content p {
          font-family: "Inter", sans-serif;
          font-size: 13px;
          color: #333;
          margin-bottom: 5px; }
        .printing-service .service-grid .item-content-wrap .item-content .text-btn {
          text-decoration: none;
          color: #000; }
          .printing-service .service-grid .item-content-wrap .item-content .text-btn span {
            font-family: "Rubik", sans-serif;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500; }
          .printing-service .service-grid .item-content-wrap .item-content .text-btn i {
            font-size: 12px;
            margin-left: 5px; }
  .printing-service .service-boxed {
    padding: 45px 35px;
    margin: 30px auto 0px;
    text-align: center; }
    .printing-service .service-boxed .item-icon {
      height: 80px;
      display: flex;
      align-items: center;
      margin-bottom: 27px;
      justify-content: center; }
    .printing-service .service-boxed .item-title {
      line-height: 1;
      font-size: 22px;
      margin-bottom: 7px;
      font-family: "Rubik", sans-serif;
      font-weight: 600; }
      .printing-service .service-boxed .item-title.item-w {
        color: #fff; }
    .printing-service .service-boxed p {
      font-family: "Inter", sans-serif;
      font-size: 13px;
      color: #333;
      margin-bottom: 18px; }
      .printing-service .service-boxed p.item-w {
        color: #fff; }
    .printing-service .service-boxed .text-btn {
      text-decoration: none;
      color: #000; }
      .printing-service .service-boxed .text-btn.item-w {
        color: #fff; }
      .printing-service .service-boxed .text-btn span {
        font-family: "Rubik", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
      .printing-service .service-boxed .text-btn i {
        font-size: 12px;
        margin-left: 5px; }
    .printing-service .service-boxed.service-yellow {
      background: #fec931; }
    .printing-service .service-boxed.service-blued {
      background: #1a1e5d; }
    .printing-service .service-boxed.service-bluel {
      background: #209ffa; }
    .printing-service .service-boxed.service-orange {
      background: #ff4328; }

.services-banner {
  background-image: url("../images/services/clipart-5.jpg");
  background-position: center center;
  background-size: cover; }
  .services-banner .service-art-right {
    padding: 4em 0; }
    .services-banner .service-art-right .heading-sub {
      display: block;
      font-weight: 500;
      color: #fff;
      font-family: "Playfair Display", serif; }
    .services-banner .service-art-right .heading-title {
      font-size: 3.3em;
      font-family: "Poppins", sans-serif;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700; }
    .services-banner .service-art-right p {
      color: #fff;
      font-family: "Inter", sans-serif; }
    .services-banner .service-art-right .ul-services ul {
      padding: 0;
      margin: 0;
      list-style: none;
      column-count: 2; }
      .services-banner .service-art-right .ul-services ul li {
        margin-bottom: 5px;
        position:relative;}
        .services-banner .service-art-right .ul-services ul li a {
          display: inline-block;
          color: #fff;
          text-decoration: none;
          font-family: "Lato", sans-serif; }
          .services-banner .service-art-right .ul-services ul li a i {
            padding-right: 5px; }

.testimonial-section {
  padding: 4em 0; }
  .testimonial-section .heading {
    margin-bottom: 2em;
    position: relative; }
    .testimonial-section .heading .pre-title {
      display: inline-block;
      color: #a9aeb3;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-bottom: 17px;
      z-index: 1;
      position: relative; }
    .testimonial-section .heading .heading-title {
      font-size: 2.3em;
      font-family: sans-serif;
      margin-bottom: 0;
      z-index: 1;
      position: relative;
      font-weight: 600; }
      .testimonial-section .heading .heading-title .prim-span {
        color: #C81D23; }
    .testimonial-section .heading .heading-layo {
      color: transparent;
      font-size: 85px;
      line-height: .85;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      letter-spacing: -.020em;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ebebeb;
      position: absolute;
      left: 20px;
      top: -30px;
      z-index: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .testimonial-section .heading .heading-layo.heading-layo-c {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5px;
        top: auto; }
      .testimonial-section .heading .heading-layo.style1 {
        -webkit-text-stroke-color: #d6d6d6; }
  .testimonial-section .customer-reviews h2 {
    font-size: 2.7em;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0.7em;
    color: #e92d34;
    font-weight: 500; }
  .testimonial-section .customer-reviews p {
    font-size: 16px;
    text-align: justify;
    font-family: "Poppins", sans-serif; }
  .testimonial-section .customer-reviews .text-btn a {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #e92d34;
    font-family: "Poppins", sans-serif;
    background: #e92d34;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    transition: 0.2s;
    font-weight: 500; }
    .testimonial-section .customer-reviews .text-btn a:hover {
      background: transparent;
      border: 1px solid #e92d34;
      color: #e92d34; }
  .testimonial-section .testimonial-carou .testimonial-item {
    position: relative;
    background: #f8f8f854;
    border: 1px solid #f4f4f4;
    padding: 10px;
    border-radius: 10px; }
    .testimonial-section .testimonial-carou .testimonial-item .testimonial-content {
      padding-top: 1.2em;
      position: relative; }
      .testimonial-section .testimonial-carou .testimonial-item .testimonial-content::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f10d";
        left: 0;
        font-size: 45px;
        opacity: 0.2;
        color: #e92d34;
        top: -0.1em; }
      .testimonial-section .testimonial-carou .testimonial-item .testimonial-content p {
        margin: 0;
        font-size: 19px;
        font-family: "Rubik", sans-serif; }
    .testimonial-section .testimonial-carou .testimonial-item .testimonial-author {
      margin: 1em 0 0;
      display: flex;
      align-items: center; }
      .testimonial-section .testimonial-carou .testimonial-item .testimonial-author .author-img {
        width: 4em;
        height: 4em;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px; }
      .testimonial-section .testimonial-carou .testimonial-item .testimonial-author .author-data .author-title {
        margin: 0;
        text-transform: uppercase;
        font-size: 14px; }
      .testimonial-section .testimonial-carou .testimonial-item .testimonial-author .author-data .author-designation {
        font-size: 12px;
        color: #333; }

.carousel-arrow-b .owl-nav {
  padding-top: 3em;
  position: relative;
  width: 100%; }
  .carousel-arrow-b .owl-nav .owl-prev {
    bottom: 0;
    position: absolute;
    left: 42%; }
  .carousel-arrow-b .owl-nav button i {
    border-radius: 50%;
    background: #e92d34;
    height: 35px;
    color: #fff;
    width: 35px;
    border: 1px solid #C81D23;
    font-size: 17px;
    line-height: 35px; }
  .carousel-arrow-b .owl-nav button:hover, .carousel-arrow-b .owl-nav button:focus {
    outline: none; }
  .carousel-arrow-b .owl-nav .owl-next {
    bottom: 0;
    position: absolute;
    right: 42%; }

.counter-section {
  background: #C81D23;
  padding: 1.5em 0; }
  .counter-section .counter {
    color: #fff;
    font-family: "Lato", sans-serif; }
    .counter-section .counter .count-title {
      margin: 0; }
    .counter-section .counter .count-text {
      margin: 0; }

.modal-feed .modal-dialog {
  max-width: 650px; }
  .modal-feed .modal-dialog .modal-content .modal-body {
    padding: 0; }
    .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body {
      position: relative; }
      .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .btn-close {
        right: 10px;
        position: absolute;
        top: 10px; }
      .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-header {
        padding: 1em 0;
        font-family: "Quicksand", sans-serif;
        text-align: center; }
        .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-header h3 {
          margin: 0;
          font-size: 23px; }
        .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-header h4 {
          color: #666;
          font-size: 20px; }
      .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form {
        padding: 1em; }
        .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group {
          margin-bottom: 10px; }
          .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group .label-control {
            font-family: "Lato", sans-serif;
            margin-bottom: 3px; }
          .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group .required {
            font-size: 19px;
            display: inline-block;
            vertical-align: middle;
            color: #C81D23; }
          .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group .form-control, .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group .form-select {
            font-family: "Lato", sans-serif;
            border-radius: 0; }
            .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group .form-control:focus, .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-group .form-select:focus {
              border: 1px solid #e92d34;
              outline: none;
              box-shadow: none; }
      .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-footer {
        text-align: center;
        background: #d500001c;
        padding: 1em 0; }
        .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-footer .btn-nothanks {
          display: inline-block;
          padding: 0;
          border-bottom: 1px solid #333;
          border-radius: 0;
          font-family: "Poppins", sans-serif; }
          .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-footer .btn-nothanks:focus {
            outline: none;
            box-shadow: none; }
        .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-footer .btn-sendfeed {
          display: inline-block;
          padding: 5px 10px;
          border: 2px solid #e92d34;
          font-family: "Poppins", sans-serif;
          background: #e92d34;
          text-decoration: none;
          border-radius: 3px;
          color: #fff;
          font-size: 1em;
          transition: 0.2s;
          font-weight: 500;
          margin-right: 20px; }
          .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-footer .btn-sendfeed:hover {
            background: #b6141a;
            color: #fff; }

.contact-top-section {
  padding: 3em 0; }
  .contact-top-section .contact-sec {
    box-shadow: 0 0.125rem 0.25rem rgba(24, 28, 50, 0.07) !important;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    border: 1px solid #3333331c;
    font-family: "Rubik", sans-serif;
    height: 100%; }
    .contact-top-section .contact-sec i {
      font-size: 2em;
      color: #e92d34;
      margin-bottom: 10px; }
    .contact-top-section .contact-sec .h-head {
      margin: 0;
      font-size: 16px; }
    .contact-top-section .contact-sec p {
      color: #666;
      margin: 0; }

.contact-mid-section {
  padding: 2em 0 3em 0; }
  .contact-mid-section .contact-us-form {
    padding: 2em;
    background: #f4f4f4; }
    .contact-mid-section .contact-us-form h4 {
      font-family: "Poppins", sans-serif; }
    .contact-mid-section .contact-us-form .form-group {
      margin-bottom: 10px; }
      .contact-mid-section .contact-us-form .form-group .label-control {
        font-family: "Lato", sans-serif;
        margin-bottom: 3px; }
      .contact-mid-section .contact-us-form .form-group .required {
        font-size: 19px;
        display: inline-block;
        vertical-align: middle;
        color: #C81D23; }
      .contact-mid-section .contact-us-form .form-group .form-control, .contact-mid-section .contact-us-form .form-group .form-select {
        font-family: "Lato", sans-serif;
        border-radius: 0; }
        .contact-mid-section .contact-us-form .form-group .form-control:focus, .contact-mid-section .contact-us-form .form-group .form-select:focus {
          border: 1px solid #e92d34;
          outline: none;
          box-shadow: none; }
      .contact-mid-section .contact-us-form .form-group .btn-submit {
        display: inline-block;
        padding: 5px 10px;
        border: 2px solid #e92d34;
        font-family: "Poppins", sans-serif;
        background: #e92d34;
        text-decoration: none;
        border-radius: 3px;
        color: #fff;
        font-size: 1em;
        transition: 0.2s;
        font-weight: 500;
        margin-right: 20px; }
        .contact-mid-section .contact-us-form .form-group .btn-submit:hover {
          background: #b6141a;
          color: #fff; }
  .contact-mid-section .contact-us-content h2 {
    font-family: "Rubik", sans-serif;
    font-size: 3em; }
  .contact-mid-section .contact-us-content .lead {
    font-family: "Rubik", sans-serif;
    color: #333; }
  .contact-mid-section .contact-us-content .btn-direction {
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #e92d34;
    font-family: "Poppins", sans-serif;
    background: transparent;
    text-decoration: none;
    border-radius: 3px;
    color: #e92d34;
    font-size: 1em;
    transition: 0.2s;
    font-weight: 500;
    margin-right: 20px; }
    .contact-mid-section .contact-us-content .btn-direction:hover i {
      padding-left: 3px; }
  .contact-mid-section .contact-us-content hr {
    background: #666; }
  .contact-mid-section .contact-us-content h5 {
    font-family: "Rubik", sans-serif;
    font-size: 1em; }
  .contact-mid-section .contact-us-content address, .contact-mid-section .contact-us-content span {
    font-family: "Lato", sans-serif; }
    .contact-mid-section .contact-us-content address a, .contact-mid-section .contact-us-content span a {
      color: #e92d34;
      text-decoration: none; }

.imagegallery-section {
  padding: 3em 0; }
  .imagegallery-section .gallery-btns {
    text-align: center;
    margin-bottom: 1em; }
    .imagegallery-section .gallery-btns ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .imagegallery-section .gallery-btns ul li {
        display: inline-block;
        margin-right: 5px; }
        .imagegallery-section .gallery-btns ul li:last-child {
          margin: 0; }
        .imagegallery-section .gallery-btns ul li a {
          display: inline-block;
          padding: 5px 10px;
          border-radius: 6px;
          font-family: "Rubik", sans-serif;
          border: 1px solid #C81D23;
          text-decoration: none;
          color: #C81D23; }
        .imagegallery-section .gallery-btns ul li.active a, .imagegallery-section .gallery-btns ul li:hover a {
          background: #C81D23;
          color: #fff; }
  .imagegallery-section .thumbnail {
    margin-bottom: 1em;
    display: block;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .imagegallery-section .thumbnail img {
      height: 300px;
      width: 100%;
      object-fit: cover; }

.videogallery-section {
  padding: 3em 0; }
  .videogallery-section .gallery-btns {
    text-align: center;
    margin-bottom: 1em; }
    .videogallery-section .gallery-btns ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .videogallery-section .gallery-btns ul li {
        display: inline-block;
        margin-right: 5px; }
        .videogallery-section .gallery-btns ul li:last-child {
          margin: 0; }
        .videogallery-section .gallery-btns ul li a {
          display: inline-block;
          padding: 5px 10px;
          border-radius: 6px;
          font-family: "Rubik", sans-serif;
          border: 1px solid #C81D23;
          text-decoration: none;
          color: #C81D23; }
        .videogallery-section .gallery-btns ul li.active a, .videogallery-section .gallery-btns ul li:hover a {
          background: #C81D23;
          color: #fff; }

.service-detail {
  padding: 3em 0; }
  .service-detail .service-left .service-img img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .service-detail .service-left .service-content {
    padding: 1em 0; }
    .service-detail .service-left .service-content h2 {
      font-family: "Poppins", sans-serif;
      font-size: 2em;
      margin: 0; }
  .service-detail .service-left .service-imagegallery h4 {
    border-bottom: 1px solid #C81D23;
    text-align: left;
    margin-bottom: .6em; }
    .service-detail .service-left .service-imagegallery h4 span {
      background: #C81D23;
      color: #fff;
      padding: 4px 10px;
      font-size: 19px;
      display: inline-block;
      border-radius: 5px 5px 0 0; }
  .service-detail .service-left .service-imagegallery .thumbnail {
    margin-bottom: 1em;
    display: block;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .service-detail .service-left .service-imagegallery .thumbnail img {
      height: 150px;
      width: 100%;
      object-fit: cover; }
  .service-detail .related-services {
    width: 100%;
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 5px 1px #33333324; }
    .service-detail .related-services .service-detail-wrap-header {
      padding: 18px 0 10px;
      border-bottom: 1px solid #f2f2f2;
      margin-bottom: .5em; }
      .service-detail .related-services .service-detail-wrap-header h4 {
        font-family: "Poppins", sans-serif;
        font-size: 1em;
        margin: 0; }
    .service-detail .related-services .service-detail-wrap-body ul {
      padding: 0;
      list-style: none; }
      .service-detail .related-services .service-detail-wrap-body ul li .service-li {
        display: flex;
        padding: .5em 0;
        border-bottom: 1px solid #f2f2f2; }
        .service-detail .related-services .service-detail-wrap-body ul li .service-li .service-img a {
          display: inline-block; }
          .service-detail .related-services .service-detail-wrap-body ul li .service-li .service-img a img {
            height: 55px;
            width: 55px;
            border-radius: 6px; }
        .service-detail .related-services .service-detail-wrap-body ul li .service-li .service-cont {
          align-self: center;
          margin-left: 14px; }
          .service-detail .related-services .service-detail-wrap-body ul li .service-li .service-cont h6 {
            margin: 0;
            text-transform: capitalize; }
            .service-detail .related-services .service-detail-wrap-body ul li .service-li .service-cont h6 a {
              color: #333;
              text-decoration: none; }
              header .bottom-header .navbar .navbar-nav .nav-item .nav-link i {
                  padding-right:5px;
              }
              
              header .bottom-header .navbar .navbar-nav .nav-item {
    margin-right:5px;
}
header .middle-header .header-right-one .fullheading .logo-main .main-heading p {
    display: none;
}
header .middle-header .header-right-one .fullheading .span-heading h3.mob-view {
    display:none;
}
@media screen and (min-width: 1101px) and (max-width:1199px) {
    header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
            padding: 8px 7px;
    font-size: 11px;
    }
}
@media screen and (min-width: 1200px) and (max-width:1299px) {
    header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
            padding:8px 11px;
    font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
header .bottom-header .navbar .navbar-nav {
    display: block;
    padding-top: 10px;
}
header .bottom-header .navbar .navbar-nav .nav-item {
    margin-right: 5px;
    display: inline-block;
    width: 44%;
    margin-bottom: 5px;
}
header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 5px;
    font-size: 10px;
}
header .bottom-header .navbar .navbar-nav .nav-item {
    display: inline-block;
}
    header .bottom-header {
        padding:5px 0;
    }
    header .top-header .email-contact ul {
    text-align: left;
}
.slider-section .owl-nav .owl-prev {
    top: 89%;
}
.slider-section .owl-nav .owl-next {
    top: 89%;
}
.printing-service .heading {
    margin-bottom: 0em;
    position: relative;
}


  .services-banner .service-art-right .ul-services ul li a {
    font-size: 13px;
    padding-left: 15px;
}
.services-banner .service-art-right .ul-services ul li {
    margin-bottom: 5px;
    position: relative;
}
.services-banner .service-art-right .ul-services ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    top: 2px;
    font-size: 11px;
    left: 0;
    position: absolute;
}
header .middle-header .header-right-one .fullheading .span-heading {
    border-left: none;
    padding: 5px 0 0 0;
}
header .middle-header .header-right-one .fullheading .span-heading span {
    display: none;
}
header .middle-header .header-right-one .fullheading .span-heading h3.mob-view {
        font-size: 11px;
    display: block;
    border: none;
}
header .middle-header .header-right-one .fullheading .span-heading h3.desk-view {
    display:none;
}
header .middle-header .logo-main a img {
    height: auto;
}
header .middle-header .header-right-one .fullheading .logo-main {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff61;
}
header .middle-header .header-right-one .fullheading .logo-main .main-heading p {
    display: block;
    font-size: 11px;
    color: #fff;
}
header .middle-header .header-right-one .fullheading .logo-main h1 {
    font-size: 35px;
    letter-spacing: 3px;
}
header .top-header .email-contact ul li a img {
    height: 17px;
}

header .top-header .social-links ul li a {
    padding: 3px 3px;
    font-size: 12px;
}
header .middle-header .logo-main a {
    margin:0;
}
header .top-header .email-contact ul li a {
    padding: 2px 9px !important;
    font-weight: 500;
    font-size: 11px;
}
header .top-header .email-contact ul li:first-child a {
    padding-left: 0 !important;
}
header .top-header .email-contact ul li:last-child {
    display: none;
}
header .middle-header .header-right-one .fullheading {
    display: block;
}
  header .top-header .welcome-text {
    text-align: center; }
    header .top-header .welcome-text p {
      font-size: 12px; }
  header .top-header .social-links {
    display: block;
    text-align: center; }
  header .middle-header .logo-main {
    text-align: center; }
  header .middle-header .header-right-one {
    text-align: center;
    display: block; }
    header .middle-header .header-right-one .header-ulr {
      display: none; }
  header .bottom-header .navbar .navbar-toggler {
    color: #fa0000;
    font-size: 16px;
    padding: 0;
}
    header .bottom-header .navbar .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: none; }

  .slider-section .slider-carou .slide-main video, .slider-section .slider-carou .slide-main img {
    height: 350px; }
  .slider-section .slider-carou .slide-main .cover {
    padding: 30px 0; }
    .slider-section .slider-carou .slide-main .cover .header-content {
      padding: 20px; }
      .slider-section .slider-carou .slide-main .cover .header-content h2 {
        font-size: 20px; }
      .slider-section .slider-carou .slide-main .cover .header-content h1 {
        font-size: 30px; }
      .slider-section .slider-carou .slide-main .cover .header-content h4 {
        font-size: 15px;
        line-height: 20px; }

  .about-section .about-left .img-badge {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 11px 15px 11px 14px;
    right: 0; }
    .about-section .about-left .img-badge .img-badge-title {
      font-size: 23px; }
  .about-section .about-right {
    padding: 1em 0; }
    .about-section .about-right .heading {
      margin-bottom: 1em; }
      .about-section .about-right .heading .heading-layo {
        top: 0; }
      .about-section .about-right .heading .heading-title {
        font-size: 1.3em; }
    .about-section .about-right p {
      font-size: 11px;
      text-align: justify; }
    .about-section .about-right .calls-about ul li {
      font-size: 11px;
      text-align: justify; }
    .about-section .about-right .read-about {
      padding: 3px 10px;
      font-size: 0.8em; }

  .our-works {
    padding: 2em 0; }
    .our-works .heading .heading-title {
      font-size: 2em; }
    .our-works .card-columns {
      column-count: 2; }
      .our-works .card-columns .work-card img {
        height: 180px;
        object-fit: cover; }
      .our-works .card-columns .overlay .overlay-content h2 {
        font-size: 16px;
        margin-bottom: 2px; }
      .our-works .card-columns .overlay .overlay-content a {
        padding: 2px 10px;
        font-size: 10px; }
.gallery-section .thumbnail img {
    height: 134px !important; 
}
.heading-title {
    font-size: 1.5em !important; 
}
  .printing-service {
    padding: 2em 0; }
   .printing-service .heading .heading-title {
    font-size: 1.5em;
}
    .printing-service .service-grid .item-content-wrap {
      padding: 33px 14px 24px; }
      .printing-service .service-grid .item-content-wrap .item-title {
        font-size: 18px; }
      .printing-service .service-grid .item-content-wrap .item-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-right: 15px; }

  .heading-layo {
    top: 0 !important;
    font-size: 40px !important; }

  .services-banner {
    background-size: inherit; }
    .services-banner .service-art-right {
      padding: 2em 0; }
      .services-banner .service-art-right .heading-title {
        font-size: 1.4em; }
      .services-banner .service-art-right p {
        font-size: 11px; }
      .services-banner .service-art-right .ul-services ul li a {
        font-size: 13px; }

  .testimonial-section {
    padding: 0em 0; }
    .testimonial-section .customer-reviews h2 {
      font-size: 1.4em; }
    .testimonial-section .customer-reviews p {
      font-size: 12px; }
    .testimonial-section .customer-reviews .text-btn a {
      padding: 3px 9px;
      font-size: 0.8em; }
    .testimonial-section .testimonial-carou .testimonial-item .testimonial-content p {
      font-size: 14px; }

  .carousel-arrow-b .owl-nav .owl-next {
    right: 39%; }
  .carousel-arrow-b .owl-nav .owl-prev {
    left: 39%; }
  .carousel-arrow-b .owl-nav button i {
    height: 28px;
    width: 28px;
    font-size: 13px;
    line-height: 28px; }

  footer .middle-footer {
    padding: 1em 0 !important; }
    footer .middle-footer .foo-area {
      margin-bottom: 1em !important; }
      footer .middle-footer .foo-area .foo-title {
        font-size: 20px !important; }
      footer .middle-footer .foo-area p {
        font-size: 12px !important; }
      footer .middle-footer .foo-area .services-links ul li a {
        font-size: 12px !important; }
      footer .middle-footer .foo-area .contact-info ul li a {
        font-size: 12px !important; }
  footer .bottom-footer p {
    text-align: center;
    font-size: 11px; }
  footer .bottom-footer .foo-ul-b {
    float: none !important;
    text-align: center; }
    footer .bottom-footer .foo-ul-b li a {
      font-size: 12px; }

  .breadcrumb-section {
    padding: 1em 0; }
    .breadcrumb-section .page-header-content h1 {
      font-size: 20px; }
    .breadcrumb-section .page-header-content nav .breadcrumb-ol li a {
      font-size: 13px; }

  .counter-section .counter {
    margin-bottom: 1em; }
    .counter-section .counter i {
      font-size: 18px; }
    .counter-section .counter .count-title {
      font-size: 20px; }
    .counter-section .counter .count-text {
      font-size: 13px; }

  .intro-page {
    padding: 4em 0; }
    .intro-page .intro-logo img {
      height: 200px; }
    .intro-page .intro-fullname .mobemail-intro {
      font-size: 18px; }

  .service-detail .service-left .service-img img {
    height: auto; }
  .service-detail .service-left .service-content h2 {
    font-size: 1.2em; }
  .service-detail .service-left .service-content .service-text p {
    font-size: 12px; }

  .imagegallery-section {
    padding: 2em 0; }
    .imagegallery-section .gallery-btns ul li {
      margin-right: 1px; }
      .imagegallery-section .gallery-btns ul li a {
        padding: 3px 6px;
        font-size: 10px;
        border-radius: 4px; }
    .imagegallery-section .thumbnail img {
      height: 85px; }

  .videogallery-section {
    padding: 2em 0; }
    .videogallery-section .gallery-btns ul li {
      margin-right: 1px; }
      .videogallery-section .gallery-btns ul li a {
        padding: 3px 6px;
        font-size: 10px;
        border-radius: 4px; }
    .videogallery-section iframe {
      height: 150px; }

  .contact-top-section {
    padding: 2em 0; }

  .contact-mid-section .contact-us-content {
    padding-top: 1em; }
    .contact-mid-section .contact-us-content h2 {
      font-size: 2em; }
    .contact-mid-section .contact-us-content p {
      font-size: 14px; }

  .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .label-control {
    margin-bottom: 1px !important;
    font-size: 13px;
    line-height: normal; }
  .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-control, .modal-feed .modal-dialog .modal-content .modal-body .modal-f-body .mod-form .form-select {
    font-size: 11px;
    padding: 5px 8px; } }
    
.services-banner .service-art-right .ul-services ul li a {
    vertical-align: super;
    padding-left: 20px;
    display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    
header .bottom-header .navbar .navbar-nav {
    display: block;
    padding-top: 10px;
}
header .bottom-header .navbar .navbar-nav .nav-item {
    margin-right: 5px;
    display: inline-block;
    width: 31%;
    margin-bottom: 5px;
}
header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 5px;
    font-size: 10px;
}
header .bottom-header .navbar .navbar-nav .nav-item {
    display: inline-block;
}
    header .bottom-header {
        padding:5px 0;
    }
    header .top-header .email-contact ul {
    text-align: left;
}
  header .top-header .welcome-text p {
    font-size: 12px; }
    header .middle-header .logo-main a img {
    height: 55px;
}
.gallery-section .thumbnail img {
    height: 140px !important;
}
header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 7px 9px;
    font-size: 11px;
}
.printing-service .service-grid .item-image img {
    width: 100%;
    height: 232px;
}
header .middle-header .header-right-one .fullheading .span-heading h3 {
    font-size: 19px;
}
header .middle-header .header-right-one .fullheading .span-heading span {
    font-size: 13px;
}
  header .middle-header .header-right-one {
    text-align: center;
    display: block; }
    header .middle-header .header-right-one .btn-getaquote {
      display: none; }
    header .middle-header .header-right-one .header-ulr li {
      text-align: left; }
      header .middle-header .header-right-one .header-ulr li strong, header .middle-header .header-right-one .header-ulr li a {
        font-size: 11px !important; }
      header .middle-header .header-right-one .header-ulr li span {
        font-size: 11px; }
      header .middle-header .header-right-one .header-ulr li &gt; i {
        font-size: 15px;
        margin-right: 7px;
        padding: 5px; }
  header .bottom-header .navbar .navbar-toggler {
    color: #d10000;
    padding: 0;
    font-size: 17px;
}
    header .bottom-header .navbar .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: none; }

  .about-section .about-left .img-badge {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 11px 15px 11px 14px;
    right: 0; }
    .about-section .about-left .img-badge .img-badge-title {
      font-size: 23px; }
  .about-section .about-right {
    padding: 1em 0; }
    .about-section .about-right .heading {
      margin-bottom: 1em; }
      .about-section .about-right .heading .heading-layo {
        top: 0; }
      .about-section .about-right .heading .heading-title {
        font-size: 1.3em; }
    .about-section .about-right p {
      font-size: 11px;
      text-align: justify; }
    .about-section .about-right .calls-about ul li {
      font-size: 11px;
      text-align: justify; }
    .about-section .about-right .read-about {
      padding: 3px 10px;
      font-size: 0.8em; }

  .our-works {
    padding: 2em 0; }
    .our-works .heading .heading-title {
      font-size: 2em; }
    .our-works .card-columns {
      column-count: 2; }
      .our-works .card-columns .work-card img {
        height: 180px;
        object-fit: cover; }
      .our-works .card-columns .overlay .overlay-content h2 {
        font-size: 16px;
        margin-bottom: 2px; }
      .our-works .card-columns .overlay .overlay-content a {
        padding: 2px 10px;
        font-size: 10px; }

  .heading-layo {
    top: 0 !important;
    font-size: 40px !important; }

  .printing-service {
    padding: 2em 0; }
    .printing-service .heading .heading-title {
      font-size: 2em; }
    .printing-service .service-boxed {
      padding: 14px;
      margin: 8px auto 0px; }
      .printing-service .service-boxed .item-title {
        font-size: 17px; }
      .printing-service .service-boxed p {
        font-size: 9px;
        margin-bottom: 6px; }
      .printing-service .service-boxed .item-icon {
        height: 58px;
        margin-bottom: 21px; }
        .printing-service .service-boxed .item-icon img {
          height: 56px; }
      .printing-service .service-boxed .text-btn span {
        font-size: 11px; }
    .printing-service .service-grid .item-content-wrap {
      padding: 27px 11px 20px; }
      .printing-service .service-grid .item-content-wrap .item-title {
        font-size: 14px !important; }
      .printing-service .service-grid .item-content-wrap .item-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px; }
        .printing-service .service-grid .item-content-wrap .item-icon img {
          height: 25px; }
      .printing-service .service-grid .item-content-wrap p {
        font-size: 11px !important;
        text-align: justify; }
.services-banner .service-art-right .ul-services ul li {
    position: relative;
}
  .services-banner {
    background-size: inherit; }
    .services-banner .service-art-right {
      padding: 2em 0; }
      .services-banner .service-art-right .heading-title {
        font-size: 1.4em; }
      .services-banner .service-art-right p {
        font-size: 11px; }
      .services-banner .service-art-right .ul-services ul li a {
        font-size: 13px; }
.services-banner .service-art-right .ul-services ul li a {
    font-size: 12px;
    padding-left: 15px;
}
.services-banner .service-art-right .ul-services ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    top: 2px;
    font-size: 11px;
    left: 0;
    position: absolute;
}
  .testimonial-section {
    padding: 0 0; }
    .testimonial-section .customer-reviews h2 {
      font-size: 1.4em; }
    .testimonial-section .customer-reviews p {
      font-size: 12px; }
    .testimonial-section .customer-reviews .text-btn a {
      padding: 3px 9px;
      font-size: 0.8em; }
    .testimonial-section .testimonial-carou .testimonial-item .testimonial-content p {
      font-size: 14px; }
      

  .carousel-arrow-b .owl-nav .owl-next {
    right: 39%; }
  .carousel-arrow-b .owl-nav .owl-prev {
    left: 39%; }
  .carousel-arrow-b .owl-nav button i {
    height: 28px;
    width: 28px;
    font-size: 13px;
    line-height: 28px; }

  footer .middle-footer {
    padding: 1em 0 !important; }
    footer .middle-footer .foo-area {
      margin-bottom: 1em !important; }
      footer .middle-footer .foo-area .foo-title {
        font-size: 16px !important; }
      footer .middle-footer .foo-area p {
        font-size: 12px !important; }
  footer .middle-footer .foo-area .services-links ul li a {
    font-size: 10px !important;
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: super;
    padding-left: 13px;
}
      footer .middle-footer .foo-area .contact-info ul li a {
        font-size: 10px !important; }
  footer .bottom-footer p {
    text-align: left;
    font-size: 11px; }
  footer .bottom-footer .foo-ul-b {
    float: none !important;
    text-align: right; }
    footer .bottom-footer .foo-ul-b li a {
      font-size: 12px; }

  .counter-section .counter i {
    font-size: 23px; }
  .counter-section .counter .count-title {
    font-size: 22px; }
  .counter-section .counter .count-text {
    font-size: 15px; }

  .service-detail .service-left .service-img img {
    height: auto; }
  .service-detail .service-left .service-content h2 {
    font-size: 1.2em; }
  .service-detail .service-left .service-content .service-text p {
    font-size: 12px; }
  .service-detail .service-left .service-imagegallery .thumbnail img {
    height: 130px; }

  .imagegallery-section {
    padding: 2em 0; }
    .imagegallery-section .thumbnail img {
      height: 150px; }

  .videogallery-section {
    padding: 2em 0; }
    .videogallery-section iframe {
      height: 150px; }

  .contact-top-section {
    padding: 2em 0; }
    .contact-top-section .contact-sec {
      padding: 10px; }
      .contact-top-section .contact-sec i {
        font-size: 1.2em; }
      .contact-top-section .contact-sec h3 {
        font-size: 14px; }
      .contact-top-section .contact-sec p {
        font-size: 12px; }

  .contact-mid-section {
    padding: 1em 0 2em 0; }
    .contact-mid-section .contact-us-form {
      padding: 1em; }
      .contact-mid-section .contact-us-form h4 {
        font-size: 17px; }
    .contact-mid-section .contact-us-content h2 {
      font-size: 2em; }
    .contact-mid-section .contact-us-content .lead {
      font-size: 13px; }
    .contact-mid-section .contact-us-content hr {
      margin: 2em 0 !important; } }
@media screen and (min-width: 993px) and (max-width: 1099px) {
    header .top-header .email-contact ul li a {
    padding: 4px 5px;
    font-size: 14px;
}
.printing-service .service-grid .item-image img {
    height: 369px;
}
header .middle-header .header-right-one .fullheading .span-heading span {
    font-size: 12px;
}
header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
 padding: 6px 7px;
    font-size: 11px;
}
header .middle-header .header-right-one .fullheading .span-heading h3 {
    font-size: 17px;
}
header .middle-header .logo-main a img {
    height: 55px;
}
header .top-header .social-links ul li a {
    padding: 4px 4px;
    font-size: 13px;
}
  header .top-header .welcome-text p {
    font-size: 12px; }
  header .middle-header .header-right-one {
    text-align: center; }
    header .middle-header .header-right-one .btn-getaquote {
      padding: 0px 22px;
      height: 32px;
      font-size: 12px;
      line-height: 29px; }
    header .middle-header .header-right-one .header-ulr li {
      text-align: left;
      margin-right: 20px; }
      header .middle-header .header-right-one .header-ulr li strong, header .middle-header .header-right-one .header-ulr li a {
        font-size: 14px !important; }
      header .middle-header .header-right-one .header-ulr li span {
        font-size: 14px; }
      header .middle-header .header-right-one .header-ulr li &gt; i {
        font-size: 15px;
        margin-right: 7px;
        padding: 5px; }

  .about-section .about-left .img-badge {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 11px 15px 11px 14px;
    right: 0; }
    .about-section .about-left .img-badge .img-badge-title {
      font-size: 23px; }

  .printing-service {
    padding: 2em 0; }
    .printing-service .heading .heading-title {
      font-size: 2em; }
    .printing-service .service-boxed {
      padding: 30px;
      margin: 15px auto 0px; }
      .printing-service .service-boxed .item-title {
        font-size: 17px; }
      .printing-service .service-boxed p {
        font-size: 9px;
        margin-bottom: 6px; }
      .printing-service .service-boxed .item-icon {
        height: 58px;
        margin-bottom: 21px; }
        .printing-service .service-boxed .item-icon img {
          height: 56px; }
      .printing-service .service-boxed .text-btn span {
        font-size: 11px; }
    .printing-service .service-grid .item-content-wrap {
      padding: 27px 11px 20px; }
      .printing-service .service-grid .item-content-wrap .item-title {
        font-size: 14px !important; }
      .printing-service .service-grid .item-content-wrap .item-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px; }
        .printing-service .service-grid .item-content-wrap .item-icon img {
          height: 25px; }
      .printing-service .service-grid .item-content-wrap p {
        font-size: 11px !important;
        text-align: justify; }

  .services-banner {
    background-size: inherit; }
    .services-banner .service-art-right {
      padding: 2em 0; }
      .services-banner .service-art-right .heading-title {
        font-size: 1.7em; }
      .services-banner .service-art-right p {
        font-size: 12px; }
      .services-banner .service-art-right .ul-services ul li a {
        font-size: 15px; }

  .testimonial-section {
    padding: 2em 0; }
    .testimonial-section .customer-reviews h2 {
      font-size: 1.4em; }
    .testimonial-section .customer-reviews p {
      font-size: 12px; }
    .testimonial-section .customer-reviews .text-btn a {
      padding: 3px 9px;
      font-size: 0.8em; }
    .testimonial-section .testimonial-carou .testimonial-item .testimonial-content p {
      font-size: 14px; }

  footer .middle-footer {
    padding: 1em 0 !important; }
    footer .middle-footer .foo-area {
      margin-bottom: 1em !important; }
      footer .middle-footer .foo-area .foo-title {
        font-size: 16px !important; }
      footer .middle-footer .foo-area p {
        font-size: 12px !important; }
      footer .middle-footer .foo-area .services-links ul li a {
        font-size: 12px !important; }
      footer .middle-footer .foo-area .contact-info ul li a {
        font-size: 12px !important; }
  footer .bottom-footer p {
    text-align: left;
    font-size: 11px; }
  footer .bottom-footer .foo-ul-b {
    float: none !important;
    text-align: right; }
    footer .bottom-footer .foo-ul-b li a {
      font-size: 12px; }

  .imagegallery-section {
    padding: 2em 0; }
    .imagegallery-section .thumbnail img {
      height: 200px; } }
.client-section {
  padding: 2em 0; }
  .client-section .client-carous .client-img {
    padding: 10px;
    border: 1px solid #3333;
    margin-bottom: 5px; }
    .client-section .client-carous .client-img img {
      height: 48px;
      width: auto !important;
      max-width: 100%;
      margin: 0 auto; }

footer .middle-footer {
  background: #C81D23;
  padding: 3em 0; }
  footer .middle-footer .foo-area .foo-title {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff; }
  footer .middle-footer .foo-area .services-links ul {
    padding: 0;
    list-style: none;
    margin: 0;
    column-count: 2; }
    footer .middle-footer .foo-area .services-links ul li a {
      font-family: "Rubik", sans-serif;
      text-decoration: none;
      color: #fff;
      font-size: 14px; }
      footer .middle-footer .foo-area .services-links ul li a i {
        padding-right: 4px; }
  footer .middle-footer .foo-area p {
    color: #f2f2f2;
    font-size: 16px;
    font-family: "Inter", sans-serif; }
  footer .middle-footer .foo-area .foo-social ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    footer .middle-footer .foo-area .foo-social ul li {
      margin-right: 5px;
      display: inline-block; }
      footer .middle-footer .foo-area .foo-social ul li a {
        background: #b6141a;
        height: 35px;
        width: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        color: #fff;
        border-radius: 50%; }
        footer .middle-footer .foo-area .foo-social ul li a:hover {
          background: #fff;
          color: #b6141a; }
  footer .middle-footer .foo-area .contact-info ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    footer .middle-footer .foo-area .contact-info ul li a {
      font-family: "Rubik", sans-serif;
      text-decoration: none;
      color: #fff;
      font-size: 15px; }
      footer .middle-footer .foo-area .contact-info ul li a i {
        padding-right: 4px; }
footer .bottom-footer {
  border: 1px solid #b6141a;
  background: #b6141a;
  padding: 10px; }
  footer .bottom-footer p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #fff; }
    footer .bottom-footer p a {
      color: #fff;
      text-decoration: none; }
  footer .bottom-footer .foo-ul-b {
    padding: 0;
    list-style: none;
    margin: 0;
    float: right; }
    footer .bottom-footer .foo-ul-b li {
      display: inline-block; }
      footer .bottom-footer .foo-ul-b li a {
        padding: 1px 10px;
        color: #fff;
        text-decoration: none;
        border-right: 1px solid #fff9; }
      footer .bottom-footer .foo-ul-b li:last-child a {
        border-right: none; }
header .middle-bar .navbar-toggler {
    color: #fff;
}

.printing-service .service-boxed p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
header .top-header .email-contact ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

header .top-header .email-contact ul li {
    display: inline-block;
}

header .top-header .email-contact ul li a {
    color: #333;
    text-decoration: none;
    padding: 4px 7px;
    font-weight: 500;
    display: inline-block;
}

header .top-header .email-contact ul li {
    border-right: 1px solid #3333;
}

header .top-header .email-contact ul li:last-child {
    border: none;
}

.gallery-section {
  padding: 3em 0 2em 0; }
  .gallery-section .heading {
    margin-bottom: 2em;
    position: relative; }
    .gallery-section .heading .pre-title {
      display: inline-block;
      color: #a9aeb3;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      margin-bottom: 17px;
      z-index: 1;
      position: relative; }
    .gallery-section .heading .heading-title {
      font-size: 2.3em;
      font-family: sans-serif;
      margin-bottom: 0;
      z-index: 1;
      position: relative;
      font-weight: 600; }
      .gallery-section .heading .heading-title .prim-span {
        color: #C81D23; }
    .gallery-section .heading .heading-layo {
      color: transparent;
      font-size: 85px;
      line-height: .85;
      font-weight: 700;
      font-family: "Inter", sans-serif;
      letter-spacing: -.020em;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ebebeb;
      position: absolute;
      left: 20px;
      top: -30px;
      z-index: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .gallery-section .heading .heading-layo.heading-layo-c {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 5px;
        top: auto; }
      .gallery-section .heading .heading-layo.style1 {
        -webkit-text-stroke-color: #d6d6d6; }
  .gallery-section .thumbnail {
    margin-bottom: 1em;
    display: block;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .gallery-section .thumbnail img {
      height: 230px;
      width: 100%;
      object-fit: cover; }
      header .bottom-header .navbar .navbar-nav .nav-item:last-child {
    border-right: none;
}

footer .middle-footer .foo-area .services-links ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    top: 0;
    left: 0;
    position: absolute;
}
footer .middle-footer .foo-area .services-links ul li {
    position: relative;
}
footer .middle-footer .foo-area .services-links ul li a {
    padding-left: 18px;
    vertical-align: super;
    display: inline-block;
    margin-bottom: 5px;
}
.services-banner .service-art-right .ul-services ul li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    top: 0;
    left: 0;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(2) .nav-link {
    background: linear-gradient(45deg, #ffc107, #ffe8a2);
    color: #333;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(3) .nav-link {
    background: linear-gradient(45deg, #0a4ba9, #267cf8);
    color: #fff;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(4) .nav-link {
    background:linear-gradient(45deg, #dc3545, #ff6066);
    color: #fff;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(5) .nav-link {
    background: linear-gradient(45deg, #0dcaf0, #8fecff);
    color: #333;
}

header .bottom-header .navbar .navbar-nav .nav-item:nth-child(6) .nav-link {
    background: linear-gradient(45deg, #7824ff, #5100d5);
    color: #fff;
}

header .bottom-header .navbar .navbar-nav .nav-item:nth-child(7) .nav-link {
    background: linear-gradient(45deg, #0c7a48, #00b25f);
    color: #fff;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(8) .nav-link {
    background: linear-gradient(45deg, #ff2bb4, #bc00ae);
    color: #fff;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(9) .nav-link {
    background: linear-gradient(45deg, #f8ff89, #70ff41);
    color: #333;
}
header .bottom-header .navbar .navbar-nav .nav-item:nth-child(1) .nav-link {
    background: linear-gradient(45deg, #fff, #cecece);
    color: #c81d23;
}
header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #3333;
}
header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child a {
    border-bottom: none;
}
header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    column-count: 2;
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>