@import url('../../fonts.googleapis.com/css5d2a.css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

body {
     margin: 0;
     padding: 0;
     font-family: 'Lato', sans-serif;
     overflow-x: hidden;
}

a {
     transition: 0.5s ease-in-out;
     text-decoration: none;
}

.clr {
     clear: both;
}

.clr-10 {
     clear: both;
     height: 10px;
}

.clr-20 {
     clear: both;
     height: 20px;
}

.clr-30 {
     clear: both;
     height: 30px;
}

.clr-40 {
     clear: both;
     height: 40px;
}

.clr-50 {
     clear: both;
     height: 50px;
}


#wrapper {
     width: 100%;
     box-sizing: border-box;
     float: left;
}

.container {
     width: 100%;
     max-width: 1200px;
     height: auto;
     padding: 0 15px;
     box-sizing: border-box;
     margin: 0 auto;
}

.header-top {
     background: #00afb2;
     /* background: -webkit-linear-gradient(to right, #00afb2, #ca00cc);
     background: linear-gradient(to right, #00afb2, #ca00cc); */
     background: url(../images/bg-header.webp) top center repeat;

     background-size: cover;
     width: 100%;
     float: left;
     box-sizing: border-box;
}

.header-top-bg {
     background: url(../images/dotted-bg.png) top center repeat;
     width: 100%;
     height: auto;
     float: left;
}

.header-col {
     width: 100%;
     box-sizing: border-box;
     float: left;
     padding: 20px 0;
}

.header-left {
     width: 50%;
     float: left;
     box-sizing: border-box;
}

.logo {
     width: 37%;
     float: left;
}

.header-right {
     width: 50%;
     float: right;
     box-sizing: border-box;
     text-align: right;
}

.social-icons {
     width: 100%;
     float: right;
     box-sizing: border-box;
     margin: 15px 0 0 0;
}

.social-icons .fa {
     font-size: 21px;
     color: #fff;
     margin-right: 20px;
}

.social-icons .fa:hover {
     color: #07a9b2;
     transition: 0.5s ease-in-out;
}

.request {
     border: 2px solid #fff;
     border-radius: 20px;
     padding: 10px 30px;
     font-size: 14px;
     color: #fff;
     font-weight: 700;
}

.request:hover {
     background-color: #fff;
     color: #07a9b2;
}




/*slider start*/
.slider-col-1 {
     width: 100%;
     max-width: 1170px;
     margin: 0px auto -100px;
     box-sizing: border-box;
     overflow-x: hidden;
     position: relative;
}

.slider {
     width: 100%;
     margin: 0px auto;
}

.slick-slide {
     margin: 0px 0px;
}

.slick-slide img {
     width: 100%;
}

.slick-prev:before,
.slick-next:before {
     color: black;
}

.slick-slide {
     transition: all ease-in-out;
}

.slick-active {
     opacity: 1;
}

.slick-current {
     opacity: 1;
}

/*slider end*/

/*certified*/
.certified {
     width: 100%;
     float: left;
     box-sizing: border-box;
     margin: 60px 0 60px 0;
}

.certified-col {
     width: 100%;
     float: left;
     box-sizing: border-box;
}

.certified-col img {
     width: 100%;
     float: left;
}

.certified-col p {
     width: 100%;
     margin: 0 auto;
     color: #585858;
     font-size: 26px;
     line-height: 45px;
     border-top: 1px solid #cccccc;
     margin-top: 30px;
     padding: 20px 10px;
     box-sizing: border-box;
     text-align: center;
}


/* Client Slider Styles */
.client-slider {
     margin: 20px 0;
}

.client-carousel .slick-slide {
     margin: 0 15px;
}

.client-carousel .slick-slide img {
     width: 100%;
     height: auto;
     display: block;
}

/* Responsive gaps for client slider */
@media only screen and (max-width: 768px) {
     .client-carousel .slick-slide {
          margin: 0 10px;
     }
}

@media only screen and (max-width: 480px) {
     .client-carousel .slick-slide {
          margin: 0 8px;
     }
}

/*printer*/
.printer {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/printer-bg.webp) top center no-repeat;
     padding: 70px 0;
     background-size: cover;
}

.printer-col {
     width: 100%;
     float: left;
     box-sizing: border-box;
}

.printer-left {
     width: 32%;
     float: left;
     box-sizing: border-box;
     padding: 0px 30px;
}

.printer-left h2 {
     font-size: 40px;
     color: #000;
     font-weight: 700;
     width: 100%;
     float: right;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     padding: 25px 0px;
     text-align: center;
     margin-top: 50px;
     box-sizing: border-box;
     font-family: "Dancing Script", cursive;
}

.printer-right {
     width: 68%;
     float: right;
     box-sizing: border-box;
}

video {
     width: 100%;
}

/*products*/
.pd-heading {
     width: 100%;
     float: left;
     box-sizing: border-box;
     margin: 80px 0 30px;
}

.products {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/product-box-bg-01.jpg) top center repeat-y;
     padding-bottom: 30px;
}

.products-col {
     width: 100%;
     box-sizing: border-box;
     float: left;
}

.pd-heading h2 {
     color: #000;
     font-size: 30px;
     text-align: center;
     margin: 0 0 160px 0;
}

.pd-inner {
     width: 32%;
     margin-right: 23px;
     float: left;
     box-sizing: border-box;
     background-color: #fff;
}

.pd-inner img {
     width: 100%;
     float: left;
}

.pd-01 {
     margin-top: -100px;
}

.pd-02 {
     margin-top: -50px;
}

.pd-03 {
     margin-top: -100px;
     margin-right: 0;
}

.pd-detail {
     width: 100%;
     float: left;
     box-sizing: border-box;
     padding: 0px 15px 20px 15px;
}

.pd-detail h3 {
     color: #00a650;
     font-size: 24px;
     font-weight: 300;
     margin: 20px 0 5px 0;
}

.pd-detail p {
     color: #5b5b5b;
     font-size: 14px;
     margin: 0;
     font-weight: 400;
}

.products-row-2 {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/product-box-bg-02.jpg) top center repeat-y;
     padding-bottom: 30px;
     margin-top: 148px;
}

.products-row-3 {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/product-box-bg-01.jpg) top center repeat-y;
     padding-bottom: 30px;
     margin-top: 148px;
}

.products-row-4 {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/product-box-bg-02.jpg) top center repeat-y;
     padding-bottom: 30px;
     margin-top: 148px;
}

.products-row-5 {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/product-box-bg-01.jpg) top center repeat-y;
     padding-bottom: 30px;
     margin-top: 148px;
}

.printingText p {
     color: #494949;
     font-size: 18px;
     line-height: 30px;
     font-weight: 300;
     margin-bottom: 50px;
     text-align: center;
}

.printFactors {
     padding: 0 30px;
}

/*why balajiart*/
.why-thomson {
     width: 100%;
     box-sizing: border-box;
     float: left;
     background: url(../images/why-thomsonpress.jpg) top center no-repeat;
     margin: 0 0 50px 0;
     padding: 80px 0 127px 0;
}

/*padding: 80px 0 170px 0;*/
.why-thomson-col {
     width: 100%;
     float: left;
     box-sizing: border-box;
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     align-items: center;
     justify-content: center;
}

.heading {
     font-size: 30px;
     color: #fff;
     text-align: center;
}

.why-tp-col {
     width: 20%;
     float: left;
     box-sizing: border-box;
     margin-top: 70px;
     text-align: center;
     font-size: 65px;
     line-height: 18px;
     color: #fff;
     font-weight: 900;
     border-right: #c5c5c5 2px solid;
     padding: 0px 0px 10px 0px;
}

.year {
     font-size: 15px;
     text-transform: uppercase;
     color: #fff;
     font-weight: 300;
     letter-spacing: 5px;
     position: relative;
     line-height: 15px;
     bottom: 30px;
     display: -moz-grid;
     text-align: left;
}

.why-text {
     width: 100%;
     margin: 0px auto;
     text-transform: uppercase;
     color: #fff;
     font-size: 13px;
     font-weight: 500;
     margin: 10px 0px 0px 0px;
}

.plus {
     font-size: 40px;
     color: #fff;
     line-height: 10px;
     position: absolute;
     margin: -25px 0px 0px 0px;
}

.percentage {
     font-size: 40px;
     color: #fff;
     line-height: 10px;
     position: absolute;
     margin: 4px 0px 0px 8px;
}

.s-sign {
     font-size: 40px;
     color: #fff;
     line-height: 10px;
     position: absolute;
     margin: 10px 0px 0px -3px;
}

.per-plus {
     font-size: 40px;
     color: #fff;
     line-height: 10px;
     position: absolute;
     margin: -25px 0px 0px 43px;
}


/*cutting edge*/
.cutting-edge {
     width: 100%;
     float: left;
     box-sizing: border-box;
     margin: 0 0 50px 0;
}

/*margin: 0 0 100px 0;*/
.edge-col {
     width: 100%;
     float: left;
     box-sizing: border-box;
     padding: 0px 0px;
}

.edge-left {
     width: 32%;
     float: left;
     box-sizing: border-box;
     padding-right: 8px;
}

.edge-heading {
     width: 100%;
     box-sizing: border-box;
     float: right;
     background: #ff5472;
     background: -webkit-linear-gradient(to bottom right, #ff5472, #ff7538);
     background: linear-gradient(to bottom right, #ff5472, #ff7538);
     font-size: 50px;
     color: #fff;
     text-align: left;
     padding: 134px 70px;
}

.edge-right {
     width: 68%;
     float: right;
     box-sizing: border-box;
}


.white-col {
     width: 100%;
     float: left;
     background: #eeeeee;
     padding: 50px 0px 0px 0;
}

/* Professional Testimonial Section Styles */
.testimonial-section {
     width: 100%;
     padding: 0;
     box-sizing: border-box;
}

.section-header {
     text-align: center;
}

.section-title {
     font-size: 28px;
     color: #2c3e50;
     font-weight: 600;
     margin: 0px;
     position: relative;
     display: inline-block;
}

.section-subtitle {
     font-size: 18px;
     color: #7f8c8d;
     font-weight: 300;
     margin-top: 20px;
}

.testimonial-slider {
     margin-top: 30px;
     position: relative;
}

.testimonial-carousel {
     overflow: hidden;
     padding: 10px 0;
}

.testimonial-carousel .slick-slide {
     margin: 0 15px;
}

.testimonial-carousel .slick-track {
     display: flex;
     align-items: stretch;
}

.testimonial-carousel .slick-list {
     margin: 0 -15px;
}

/* Testimonial Slider Container */
.testimonial-slider {
     position: relative;
     padding: 0 60px;
}

.testimonial-carousel {
     overflow: hidden;
     padding: 10px 0;
}

.testimonial-carousel .slick-slide {
     margin: 0 15px;
     height: auto;
}

.testimonial-carousel .slick-track {
     display: flex;
     align-items: stretch;
}

.testimonial-carousel .slick-list {
     margin: 0 -15px;
}

/* Testimonial Slider Dots */
.testimonial-slider .slick-dots {
     position: relative;
     bottom: auto;
     left: 50%;
     transform: translateX(-50%);
     list-style: none;
     padding: 0;
     margin: 30px 0 0 0;
     display: flex !important;
     gap: 12px;
     justify-content: center;
}

.testimonial-slider .slick-dots li {
     width: 10px;
     height: 10px;
     background: #ddd;
     border-radius: 50%;
     cursor: pointer;
     transition: all 0.3s ease;
     position: relative;
}

.testimonial-slider .slick-dots li.slick-active {
     background: linear-gradient(135deg, #00afb2, #ca00cc);
     transform: scale(1.3);
}

.testimonial-slider .slick-dots li button {
     display: none;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
     .testimonial-slider {
          padding: 0 20px;
     }

     .testimonial-slider .slick-prev,
     .testimonial-slider .slick-next {
          display: none !important;
     }

     .testimonial-carousel .slick-slide {
          margin: 0 10px;
     }

     .testimonial-carousel .slick-list {
          margin: 0 -10px;
     }
}

@media only screen and (max-width: 480px) {
     .testimonial-slider {
          padding: 0 10px;
     }

     .testimonial-carousel .slick-slide {
          margin: 0 5px;
     }

     .testimonial-carousel .slick-list {
          margin: 0 -5px;
     }

     .testimonial-card {
          padding: 20px;
     }
}

.testimonials-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
     gap: 30px;
     margin-top: 50px;
}

.testimonial-card {
     background: #ffffff;
     border-radius: 15px;
     padding: 30px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
     height: 100%;
     display: flex;
     max-width: fit-content;
     flex-direction: column;
     margin: 0 2px;
}

.testimonial-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 4px;
     background: linear-gradient(135deg, #00afb2, #ca00cc);
}

.testimonial-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.testimonial-content {
     margin-bottom: 20px;
     flex: 1;
     display: flex;
     flex-direction: column;
}

.quote-icon {
     font-size: 20px;
     color: #00afb2;
     margin-bottom: 12px;
     opacity: 0.8;
}

.testimonial-text {
     font-size: 15px;
     line-height: 1.7;
     color: #34495e;
     font-weight: 400;
     margin: 0 0 15px 0;
     flex: 1;
     display: flex;
     align-items: center;
}

.rating {
     color: #f39c12;
     font-size: 14px;
     margin-top: auto;
}

.rating .fa {
     margin-right: 2px;
}

.client-info {
     display: flex;
     align-items: center;
     padding-top: 15px;
     border-top: 1px solid #ecf0f1;
     margin-top: auto;
}

.client-avatar {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     overflow: hidden;
     margin-right: 12px;
     border: 2px solid #ecf0f1;
     flex-shrink: 0;
}

.client-avatar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.client-details {
     flex: 1;
     min-width: 0;
}

.client-name {
     font-size: 16px;
     font-weight: 600;
     color: #2c3e50;
     margin: 0 0 3px 0;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.client-position {
     font-size: 13px;
     color: #7f8c8d;
     margin: 0 0 2px 0;
     font-weight: 500;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.client-company {
     font-size: 12px;
     color: #95a5a6;
     margin: 0;
     font-style: italic;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

/* Responsive Design for Testimonials */
@media only screen and (max-width: 1200px) {
     .testimonials-grid {
          grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
          gap: 25px;
     }
}

@media only screen and (max-width: 768px) {

     .section-title {
          font-size: 36px;
     }

     .testimonials-grid {
          grid-template-columns: 1fr;
          gap: 20px;
     }

     .testimonial-card {
          padding: 25px;
     }
}

@media only screen and (max-width: 480px) {

     .section-title {
          font-size: 30px;
     }

     .section-subtitle {
          font-size: 16px;
     }

     .testimonial-card {
          padding: 20px;
     }

     .testimonial-text {
          font-size: 15px;
          min-height: 100px;
     }

     .client-avatar {
          width: 50px;
          height: 50px;
     }

     .client-name {
          font-size: 16px;
     }
}

.client-title-sec .events-heading {
     color: #2f6486;
     font-size: 22px;
     text-align: center;
     margin-top: 0;
}

.client-title-sec p {
     text-align: center;
}

/* Clients Grid Styles */
.clients-grid {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     gap: 20px;
     margin-top: 30px;
     margin-bottom: 60px;
}

.client-item {
     position: relative;
     overflow: hidden;
     transition: all 0.3s ease;
}

.client-item:hover {
     transform: translateY(-1px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client-item .roll-over {
     position: relative;
     width: 100%;
     overflow: hidden;
}

.client-item .roll-over .image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
}

.client-item:hover .roll-over .image {
     transform: scale(1.002);
}

/* Responsive Clients Grid */
@media only screen and (max-width: 1200px) {
     .clients-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 18px;
     }
}

@media only screen and (max-width: 992px) {
     .clients-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 15px;
     }

}

@media only screen and (max-width: 768px) {
     .clients-grid {
          margin-bottom: 20px;
     }

     .clients-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 12px;
     }


     .client-item .text {
          font-size: 12px;
     }
}

@media only screen and (max-width: 576px) {
     .clients-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px;
     }
}

@media only screen and (max-width: 480px) {
     .clients-grid {
          grid-template-columns: repeat(3, 1fr);
          gap: 8px;
     }

     .client-item .text {
          font-size: 11px;
          padding: 8px;
     }
}

/* Legacy testimonial styles (kept for compatibility) */
.testimonial-col {
     width: 50%;
     float: left;
     padding-bottom: 30px;
     box-sizing: border-box;
     padding: 0 40px 70px;
}

.blog-col img {
     width: 86%;
     margin: 20px 0 0 0;
}

.blog-detail {
     width: 100%;
     float: left;
     box-sizing: border-box;
}

.blog-detail h3 {
     font-size: 20px;
     color: #000;
     font-weight: 300;
}

.testi-scroll {
     margin: 50px 0 0 0;
     height: 250px;
     overflow-y: scroll;
}

.testi-scroll p {
     font-size: 17px;
     color: #333333;
     line-height: 28px;
}

.department {
     color: #333;
     font-size: 18px;
     font-weight: 700;
     margin: 20px 0px 50px 0;
}

.department h3 {
     font-size: 24px;
     margin: 0;
     line-height: 40px;
}

.news-col {
     width: 50%;
     float: right;
     box-sizing: border-box;
     border-left: 1px #ccc solid;
     padding: 0 0 20px 40px;
}

.news-scroll {
     height: 250px;
     overflow-y: scroll;
}

.news-col-inner {
     width: 100%;
     float: left;
}

.date {
     width: 15%;
     max-width: 67px;
     text-align: center;
     float: left;
     background: #d5d5d5;
     padding-top: 8px;
     font-size: 30px;
     line-height: 35px;
     font-weight: 400;
     color: #5c5959;
     box-sizing: border-box;
     margin: 5px 20px 0 0;
}

.date span {
     display: block;
     background: #1bafaf;
     padding: 4px 0px;
     font-size: 23px;
     font-weight: 400;
     color: #fff;
     text-transform: uppercase;
}

.news-heading {
     font-size: 24px;
     font-weight: 500;
     line-height: 35px;
     color: #202020;
}

.news-col-inner p {
     font-weight: 300;
     font-size: 18px;
     color: #616161;
     line-height: 21px;
     margin-top: 5px;
}

.divider-line-new {
     width: 100%;
     background: #cdcdcd;
     height: 1px;
     margin: 5px 0px;
}

.read-more {
     padding: 10px 20px;
     color: #fff;
     background-color: #16da00;
     font-weight: 900;
     border-radius: 20px;
     display: inline-block;
}

.tp-wave {
     width: 100%;
     float: left;
     box-sizing: border-box;
     background: url(../images/bottom-wave.webp) top center no-repeat;
     background-size: cover;
}

.tp-wave-col {
     width: 100%;
     float: left;
     box-sizing: border-box;
     padding: 100px 0 50px 0;
     text-align: center;
}

.tp-wave-col img {
     width: 25%;
}

.tp-wave-col p {
     color: #e4e4e4;
     font-size: 40px;
     font-weight: 300;
}

.tp-wave-col p span {
     font-weight: 900;
     font-size: 50px;
}

.tp-wave-col a {
     padding: 10px 20px;
     color: #fff;
     background-color: #16da00;
     font-weight: 900;
     border-radius: 20px;
     display: inline-block;
}

.tp-wave-col a:hover {
     background-color: #fff;
     color: #007ded;
}


footer {
     width: 100%;
     float: left;
     background: #000;
     padding: 40px 0px 30px 0px;
     margin: -1px 0 0 0;
}

.footer-container {
     width: 100%;
     max-width: 1200px;
     margin: 0px auto;
     padding: 0px 15px;
     box-sizing: border-box;
}

.footer-col-1 {
     width: 25%;
     float: left;
}

.footer-abt-text {
     width: 90%;
     float: left;
     margin: 30px 0px 0px 0px;
     font-size: 15px;
     line-height: 20px;
     color: rgb(0 0 0 / 80%);
     font-weight: 300;
}

.address {
     width: 90%;
     float: left;
     margin-top: 100px;
}

.add-heading {
     font-size: 18px;
     font-weight: 700;
     color: #f0f0f0;
}

.address-text {
     width: 100%;
     float: left;
     margin: 10px 0px 0px 0px;
     font-size: 14px;
     line-height: 20px;
     color: #b8b8b8;
     font-weight: 400;
}

.address-text a {
     color: #b8b8b8;
}

.address-text a:hover {
     color: #fff;
     text-decoration: underline;
}


.footer-col-2 {
     width: 50%;
     float: left;
     border-left: 1px #6d6e6d solid;
     border-right: 1px #6d6e6d solid;
     padding: 10px 20px 20px 10px;
     box-sizing: border-box;
}

.footer-col-2-heading {
     font-size: 25px;
     float: left;
     color: #eeeeee;
     line-height: 25px;
     font-weight: 700;
     margin: 5px 0px 0px 0px;
}

.company-links {
     width: 100%;
     float: left;
}

.company-links-col {
     width: 50%;
     float: left;
}

.company-links-col ul {
     list-style: none;
     float: left;
     padding: 0 0 0 10px;
}

.company-links-col ul li {
     width: 100%;
     float: left;
}

.company-links-col ul li a {
     font-size: 17px;
     color: #fff;
     font-weight: 400;
     line-height: 36px;
}

.company-links-col ul li a:hover {
     color: #fff;
}



.company-links-col-2 {
     width: 50%;
     float: left;
}

.company-links-col-2 ul {
     list-style: none;
     float: left;
     padding: 0 0 0 10px;
}

.company-links-col-2 ul li {
     width: 100%;
     float: left;
}

.company-links-col-2 ul li a {
     font-size: 17px;
     color: #fff;
     font-weight: 400;
     line-height: 36px;
}

.company-links-col-2 ul li a:hover {
     color: #fff;
}


.company-links-col-3 {
     width: 50%;
     float: left;
     margin: 30px 0px;
}

.company-links-col-3 ul {
     list-style: none;
     float: left;
     padding: 0 0 0 10px;
}

.company-links-col-3 ul li {
     width: 100%;
     float: left;
     margin-bottom: 10px;
}

.company-links-col-3 ul li a {
     font-size: 16px;
     color: #d5d5d5;
     font-weight: 400;
     line-height: 20px;
}

.company-links-col-3 ul li a:hover {
     color: #fff;
}



.footer-col-3 {
     width: 25%;
     float: left;
     box-sizing: border-box;
     padding-left: 20px;
}

.footer-col-3-heading {
     font-size: 25px;
     float: left;
     color: #eeeeee;
     line-height: 25px;
     font-weight: 700;
     margin: 20px 0px;
}

.footer-form {
     width: 100%;
     float: left;
}

.name-field {
     width: 100%;
     float: left;
     font-size: 15px;
     color: #000;
     background: #4d4d4d;
     border: none;
     padding: 10px 0px 10px 10px;
     margin-bottom: 10px;
     box-sizing: border-box;
}

.submit-btn {
     display: inline-block;
     padding: 8px 15px;
     float: right;
     cursor: pointer;
     background: #dcdcdc;
     color: #494a49;
     font-size: 16px;
     border: 0px;
     font-weight: 400;
     transition: 0.5s ease-in-out;
}

.submit-btn:hover {
     background: #fff;
     color: #000;
     font-size: 16px;
}

input::-webkit-input-placeholder {
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}

input:-moz-placeholder {
     /* Firefox 18- */
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}

input::-moz-placeholder {
     /* Firefox 19+ */
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}

input:-ms-input-placeholder {
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}



textarea::-webkit-input-placeholder {
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}

textarea:-moz-placeholder {
     /* Firefox 18- */
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}

textarea::-moz-placeholder {
     /* Firefox 19+ */
     color: #f0f0f0 !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}

textarea:-ms-input-placeholder {
     color: #fff !important;
     font-size: 15px;
     font-family: 'Libre Franklin', sans-serif;
}


.social-icon {
     width: 100%;
     float: left;
     margin: 11px 0px;
}

.social-icon ul {
     list-style: none;
     float: left;
     padding: 0;
}

.social-icon ul li {
     float: left;
     text-align: center;
}

.social-icon ul li a {
     width: 50px;
     height: 50px;
     display: inline-block;
     font-size: 25px;
     color: #cecece;
     border-radius: 100px;
     border: 2px solid #cecece;
     padding-top: 7px;
     box-sizing: border-box;
     margin-right: 10px;
     background: transparent;
}

.social-icon ul li a:hover {
     background: #fff;
     color: #494a49;
     border: 2px solid #fff;
}


.copyright {
     width: 100%;
     float: left;
     box-sizing: border-box;
}

.copy-left {
     width: 50%;
     float: left;
     box-sizing: border-box;
}

.copy-left p {
     color: #aaabaa;
     font-size: 14px;
     line-height: 20px;
     margin: 0;
}

.copy-right {
     width: 50%;
     float: right;
     box-sizing: border-box;
}

.copyright a {
     color: #aaabaa;
     font-size: 14px;
     line-height: 20px;
}

.copyright a:hover {
     color: #fff;
}

.copy-right p {
     color: #aaabaa;
     font-size: 14px;
     line-height: 20px;
     margin: 0;
     text-align: right;
}

.mobile-menu {
     display: none;
}

.video-1 {
     width: 100%;
     height: 100%;
}

/* Client page Style */

img.excellence-in-prints {
     width: 100%;
     padding: 30px;
}

@media only screen and (max-width: 768px) {
     img.excellence-in-prints {
          width: auto;
          padding: 50px 20px 0;
          height: 50px;
     }

}

@media only screen and (max-width: 360px) {
     img.excellence-in-prints {
          width: 100%;
          max-width: 200px;
          padding: 50px 20px 0;
          height: auto;
     }

}



/* Start Floating Button Style */


.floating_btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translateZ(0);
  will-change: transform;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .floating_btn {
    right: 15px;
    bottom: 20px;
    width: 80px;
    height: 80px;
  }

  .contact_icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
/* End Floating Button Style */