/* NAV BAR */

.uk-navbar-nav [class*=uk-dropdown-right] {
    margin-left: 25px;
}

.uk-navbar-nav .uk-parent {
    /* display:inline-block;*/
}

.uk-navbar-nav .uk-parent:after {
    /*content:">";display:inline-block;position:relative;right:0;top:0;width:14px;height:12px;*/
}

.dropdown-menu>ul.uk-nav-sub,
.dropdown-menu>ul {
    /*padding:10px;*/
    padding: 0;
    color: grey;
}

.uk-navbar-nav>li li>a {
    color: grey !important;
}

.uk-navbar-nav>li li>a:hover {
    color: black !important;
}

.uk-nav li.uk-parent>a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.uk-navbar-dropdown {
    width: 200px;
}

.float-right {
    float: right;
    top: 0;
    position: relative;
}

.uk-navbar-dropdown-nav>* {
    width: 100%;
}

.py-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

.py-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.filtersec {
    margin-bottom: 2px;
}

.row-flex,
.d-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.row-flex {
    margin-left: -2px;
    margin-right: -2px;
}

.col-4 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2px;
    box-sizing: border-box;
}

.inner-services.img-sec {
    position: relative;
    overflow: hidden;
    margin: 2px 0;
}

.inner-services.img-sec .img-sec-hover {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.inner-services.img-sec .img-sec-hover h3 {
    padding: 0;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.inner-services.img-sec .img-sec-hover p {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    margin: 0;
}

.inner-services.img-sec:hover .img-sec-hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.inner-services.img-sec:hover .img-sec-hover {
    padding: 30px 30px 45px;
}

.inner-services.img-sec .img-sec-hover::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    background: #58c331;
    opacity: 0.9;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inner-services.img-sec:hover .img-sec-hover::before {
    top: 0;
}

.inner-services.img-sec img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}


/***** Filter ****/

.filtersec .project-filters .option-combo {
    font-size: 18px;
    line-height: 24px;
    width: 25%;
    max-width: 25%;
    border: 1px solid #e8e8e8;
    position: relative;
    box-sizing: border-box;
}

.filtersec .project-filters .option-combo>span.title {
    padding: 19px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #001231;
    display: inline-block;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
}

.filtersec .project-filters .option-combo>span.title strong {
    margin-right: 15px;
    color: #d1d3d4;
    font-weight: normal;
}

.filtersec .project-filters ul.option-set {
    margin: 0;
    padding: 0;
    max-height: 486px;
    list-style-type: none;
    position: absolute;
    top: 150%;
    left: -1px;
    width: 100%;
    background: #fff;
    z-index: 30;
    border-top: 1px solid #e8e8e8;
    display: block;
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 7px 0;
}

.filtersec .project-filters .f-active ul.option-set {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.filtersec .project-filters ul.option-set li {
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.filtersec .project-filters ul.option-set li a {
    padding: 8px 15px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.filtersec .project-filters .option-combo>span.title::after {
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    top: 37%;
    width: 16px;
    height: 16px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    content: "";
}


/******* Single page css ********/

.singlepagebanner img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    /* height: 33vw;
    object-fit: cover; */
}

.singlepagebanner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.co-step-box {
    width: 25%;
    text-align: center;
}

.common-heading h2 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    color: #4c5155;
    font-size: 40px;
    line-height: 45px;
}

.co-step-box h3 {
    color: #f04c27;
    position: relative;
    z-index: 1;
}

.co-step-box:nth-child(2) h3 {
    color: #2ea5a2;
}

.co-step-box:nth-child(3) h3 {
    color: #d10d55;
}

.co-step-box:nth-child(4) h3 {
    color: #5d2482;
}

.co-step-box h3::after {
    position: absolute;
    content: '';
    width: 80%;
    left: auto;
    height: 2px;
    background-color: #4c5155;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
    margin-left: 20px;
}

.co-step-box:last-child h3::after {
    display: none;
}

.co-step-box p {
    font-weight: 600;
    padding: 0 50px;
}

.co-step-box img {
    height: 100px;
}

.uk-section {
    padding-top: 40px !important;
}


/***according***/

.cbs-according h2 {
    font-size: 26px;
    margin-bottom: 6px;
}

.cbs-according h3 {
    font-size: 22px;
    color: #4c5155;
    margin: 0px;
}

.cbs-according .accordion-container {
    position: relative;
}

.cbs-according .accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.cbs-according .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.cbs-according .set>a {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #4c5155;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

.cbs-according .set>a::after,
.cbs-according .set>a::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #4c5155;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.cbs-according .set>a::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.cbs-according .set>a.active::before {
    display: none;
}

.cbs-according .set>a i {
    float: right;
    margin-top: 2px;
}

.cbs-according .set>a.active {
    background-color: transparent;
    color: #fff;
    border-bottom: 0;
}

.cbs-according .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 15px;
}

.cbs-according .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.cbs-according .content h5 {
    color: #949799;
    font-weight: 500;
    font-size: 20px;
    margin-top: 0;
}

.cbs-according .content ul,
.innerpackes ul {
    list-style: disclosure-closed;
    padding-left: 15px;
    margin-bottom: 20px;
}

.cbs-according .content ul li,
.innerpackes ul li {
    padding: 4px 0;
}

.cbs-according .accordion-container .set:nth-child(1) a {
    /* border-top: 1px solid #4c5155; */
}

.cbs-according .accordion-container .set:nth-child(1) a h2 {
    color: #f04c27;
}

.cbs-according .accordion-container .set:nth-child(2) a h2 {
    color: #009995;
}

.cbs-according .accordion-container .set:nth-child(3) a h2 {
    color: #d10d55;
}

.cbs-according .accordion-container .set:nth-child(4) a h2 {
    color: #5d2482;
}

.packagessec {
    background-color: #4c5155;
}

.packagessec .common-heading h2 {
    margin-bottom: 20px;
}

.common-heading.text-white h2,
.common-heading.text-white p {
    color: #fff;
}

.packagessec .common-heading p {
    margin: 0px auto 40px;
    text-align: center;
}

.common-heading {
    padding: 0 15px;
}

.packages {
    text-align: center;
}

.packages .bookimg {
    max-width: 500px;
    margin-bottom: 50px;
    margin-top: 20px;
    filter: drop-shadow(0px 9px 10px #000);
}

.innerpackes {
    text-align: left;
    color: #fff;
    text-align: center;
}

.innerpackes h3 {
    color: #46c230;
    font-size: 30px;
}

.innerpackes ul {}

.innerpackes ul li {
    color: #fff
}

.packages h4 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
}

.common-btn {
    background-color: #46c230;
    color: #fff;
    width: 100%;
    padding: 12px 26px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #46c230;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.common-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #46c230;
}

.itemsec .d-flex {
    margin: 0 -15px;
}

.f-col-4 {
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
}

.inneritems {
    text-align: center;
}

.inneritems h3 {
    font-size: 17px;
}


/*21/02/2020*/

button.card-test-btn {
    background: #47c130;
    border: 1px solid #48c030;
    padding: 7px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
}

button.card-test-btn:hover {
    background: #1fa504;
    border: 1px solid #1fa504;
    transition: 0.5s;
}

p.card-test-name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}


/*05-03-2020*/

ul.packages-ul {
    max-width: 265px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

ul.packages-ul li p {
    margin: 0;
}

.packages h4 {
    padding: 15px 0;
}

.uk-h4 {
    text-transform: uppercase;
}

.brand-logo-section,
.Clints-we-work-with {
    position: relative;
}

.brand-logo-section:after,
.Clints-we-work-with:after {
    position: absolute;
    content: '';
    width: 70px;
    background: #f3f3f3;
    height: 100%;
    top: 0;
    left: -68px;
}

.brand-logo-section:before,
.Clints-we-work-with:before {
    position: absolute;
    content: '';
    width: 70px;
    background: #f3f3f3;
    height: 100%;
    top: 0;
    right: -68px;
}

.postid-3099 div#tm-main {
    padding-bottom: 0;
}

.common-heading h1 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    color: #4c5155;
    font-size: 40px;
    line-height: 45px;
}

.set:nth-child(n):hover a h2,
.set .active h2 {
    color: #46c230 !important
}

.uk-button-primary,
.uk-button-default,
.uk-button-secondary,
.uk-button-danger {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.uk-child-width-1-3\@m>* {
    width: calc(100% * 1 / 6.001);
}


/* 30-03-2020 */

.cbs-according .set p:nth-child(n),
.cbs-according .content p:nth-child(n) {
    /* display: none; */
}

.cbs-according h2 {
    margin-top: 0;
}

.uk-section {
    padding-top: 60px !important;
    padding-bottom: 0;
}

.co-step-box:nth-child(4) h3::after {
    display: none;
}

.trusted-partners p {
    text-align: center;
}

.trusted-partners ul li {
    list-style: disc;
    display: inline-block;
    padding: 0 6px;
}

.trusted-partners ul li a {
    color: #404448;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.trusted-partners ul li a:hover {
    color: #46c230;
}

.trusted-partners ul {
    text-align: center;
}

.trusted-partners {
    background-color: #f3f3f3;
    position: relative;
}

.trusted-partners::after,
.trusted-partners::before {
    position: absolute;
    content: '';
    max-width: 500px;
    height: 100%;
    top: 0;
    background-color: #f3f3f3;
    width: 100%;
}

.trusted-partners::after {
    left: -100px;
    z-index: -1;
}

.trusted-partners::before {
    right: -100px;
    z-index: -1;
}

.why-cbc-content h2,
.why-cbc-content h5 {
    text-align: center;
}

.why-cbc-content ul {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.why-cbc-content ul li {
    font-size: 14px;
    list-style: none;
    padding: 4px 0;
    color: #c7c5c5;
}

.why-cbc-printing {
    padding: 60px 0;
}

.why-cbc-content {
    background: url(http://cbsprinting.rejoinws.com/wp-content/uploads/bg-img-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.why-cbc-content h2 {
    font-size: 40px;
    color: #46c230;
    font-weight: 600;
}

.text-20 {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.text-20 h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

.find-text-10 {
    width: 100%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
    padding: 0 7px;
}

section.itemsec .inneritems img {
    width: 250px;
}

.trusted-partners p:last-child {
    font-weight: 500;
}

.common-heading h3 {
    text-align: center;
}

.text-20 h3 {
    text-align: center;
    color: #46c230;
}

section.itemsec.py-80 {
    padding: 0 20px;
}

.trusted-partners ul li img {
    margin-right: 7px;
}

.makingsec .cbs-according .content h6 a {
    border: none !important;
    text-transform: none;
}

.makingsec h6 a:hover {
    color: #000;
}


/************** Media css add ************/

@media (max-width:1199px) {
    .col-4 {
        flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width:991px) {
    .uk-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001);
    }

    .Clints-we-work-with .uk-child-width-1-1.uk-child-width-1-3\@m.uk-grid-column-small.uk-grid-match.uk-grid {
        justify-content: flex-start;
    }
}

@media (max-width:767px) {
    .col-4 {
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    .filtersec .project-filters .option-combo {
        width: 50%;
        max-width: 50%;
    }

    .py-60,
    .py-80 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }

    .f-col-4 {
        width: 50%;
        max-width: 50%;
    }

    /* 	30/03/2020 */
    .cbs-according h3 {
        font-size: 17px;
    }

    .cbs-according .set>a::before,
    .cbs-according .set>a::after {
        top: 27%;
    }

    .common-heading h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .why-cbc-content.py-80 {
        background: unset;
        background-color: #000;
    }

    .why-cbc-content ul {
        padding-left: 5px;
    }

    .trusted-partners ul li {
        padding: 4px 7px;
        display: block;
        text-align: left;
    }

    .why-cbc-printing {
        padding: 60px 0 0;
    }
}

@media (max-width:575px) {
    .uk-child-width-1-3\@m>* {
        width: calc(100% * 1 / 1.001);
    }

    .co-step-box {
        width: 100%;
    }

    .co-step-box h3::after {
        background-color: transparent;
    }

    .find-text-10 p {
        padding: 0 20px;
    }
}

@media (max-width:479px) {
    .col-4 {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .filtersec .project-filters .option-combo {
        width: 100%;
        max-width: 100%;
    }
}

.single-packages .tm-header+.uk-padding-remove-top {
    display: none;
}

.top-the_breadcrumbs {
    padding: 0 0 30px 0;
}

.uk-section {
    padding-top: 0;
}

.top-the_breadcrumbs a {
    padding: 0 20px;
}

.top-the_breadcrumbs div>a {
    padding-left: 0;
}

.top-the_breadcrumbs .current {
    padding-left: 20px;
}

html body .top-the_breadcrumbs {
    color: #999;
}

html body .top-the_breadcrumbs a {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

html body .top-the_breadcrumbs .current {
    color: #4c5155
}

.straigt_line {
    font-size: 10px;
    font-weight: 600;
}

.single-solution .uk-breadcrumb {
    display: none;
}

.Clints-we-work-with .uk-first-column p {
    display: none;
}

.Clints-we-work-with .uk-child-width-1-1.uk-child-width-1-3\@m.uk-grid-column-small.uk-grid-match.uk-grid {
    justify-content: space-between;
    padding: 25px 0;
}

.makingsec h6 a:hover,
.makingsec .content ul li a:hover {
    color: #000
}

.makingsec h6 a,
.makingsec .content ul li a {
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    text-transform: none;
}

.you-may-interested ul li p {
    margin: 0;
}

.you-may-interested ul li p.card-test-name {
    margin-top: 30px;
}

.itemsec .d-flex {
    max-width: 1260px;
    margin: 0 auto;
    justify-content: center;
}

.content h6 {
    text-transform: none;
}

.itemsec h3 a {
    color: #000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.itemsec h3 a:hover {
    color: #46c230;
}


/* Recent css  march 15 2020*/

body {
    overflow-x: hidden;
}

.single-solution .brand-logo-section {
    /* min-height: 306px; */
    padding: 30px 0 !important;
    margin-bottom: 40px;
}

.single-solution .posters ul li,
.page-template-Home-page .posters ul li,
.page-template-home-page .posters ul li {
    margin-bottom: 50px;
}

.single-solution p:empty,
.page-template-Home-page .posters p:empty,
.page-template-home-page .posters p:empty {
    display: none;
}

.single-solution p:last-child,
.page-template-Home-page .posters p:last-child,
.page-template-home-page .posters p:last-child {
    margin-bottom: 0;
}

.single-solution .posters ul li .uk-cover-container,
.page-template-Home-page .posters ul li .uk-cover-container,
.page-template-home-page .posters ul li .uk-cover-container {
    margin-bottom: 50px;
}

.single-solution .find-more-contact {
    text-align: center;
}

.single-solution .people-ready-meal {
    padding-top: 60px;
    /* text-align: center; */
}

.single-solution .step-design .co-step-box {
    margin-bottom: 40px;
}

.single-solution section.itemsec .inneritems img {
    max-height: 165px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.single-solution .why-cbc-printing {
    /* padding-bottom: 0; */
}

#callback .uk-grid-item-match {
    padding-bottom: 25px;
}

body div[id^="footer"] p:empty {
    margin: 0;
}

.single-solution .trusted-partners {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px !important;
    padding-bottom: 10px !important;
}

.single-solution .itemsec {
    /* padding-top: 0 !important; */
    padding-bottom: 40px !important;
}

@media(min-width: 768px) {
    .single-solution .itemsec {
        padding-top: 0 !important;
        /* padding-bottom: 40px !important; */
    }
}

.single-solution .Clints-we-work-with {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.single-solution .Clints-we-work-with .uk-grid-column-small {
    padding: 0 !important;
    align-items: center;
}

.single-solution .Clints-we-work-with h3.uk-text-center {
    position: relative;
    font-size: 40px;
}

.single-solution .common-heading h3 {
    margin-bottom: 30px;
}

.single-solution .why-cbc-printing .why-cbc-content li {
    color: #fff;
    /* list-style: disc; */
}

.single-solution .uk-section.uk-padding-remove-top {
    padding: 0 !important;
}

.single-solution #tm-main {
    padding-top: 0 !important;
}

body .tm-headerbar-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

body .tm-header :not(.uk-sticky-below)>.uk-navbar-container {
    padding: 10px 0;
}

uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 60px;
}

.single-solution .tm-header :not(.uk-sticky-below)>.uk-navbar-container.uk-navbar-sticky {
    padding-top: 10px;
}

.single-solution .cbs-according .accordion-container .set:nth-child(5) a h2 {
    color: #C7CB1A;
}

.single-solution .common-heading h1 {
    color: #404042;
}

.single-solution .uk-h3,
.single-solution h3 {
    font-size: 40px;
}

.single-solution .gray-bg,
.single-solution .why-cbc-printing {
    position: relative;
    z-index: 2;
}

.market-sector {
    padding: 30px 0;
    margin-top: 40px;
}

.market-sector * {
    box-sizing: border-box;
}

.market-sector ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.common-heading {
    position: relative;
}

.market-sector li {
    position: relative;
    padding: 0 20px;
    color: #404448;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    margin-top: 15px;
}

@media (min-width:992px) {
    .market-sector li {
        flex: 0 0 33.333333%;
        width: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .market-sector li {
        flex: 0 0 50%;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .market-sector ul {
        display: block;
    }


}

.market-sector li::before {
    content: "";
    background: #46c230;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.single-solution .posters .uk-h3 {
    text-transform: uppercase;
}

.packagessec {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.packagessec:before {
    content: "";
    background: #4c5155;
    position: absolute;
    width: 500%;
    max-width: 500%;
    left: 50%;
    right: 0;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
}

.single-solution .why-cbc-printing::before {
    background: #373737;
    content: "";
    position: absolute;
    width: 500%;
    max-width: 500%;
    left: 50%;
    right: 0;
    top: 60px;
    transform: translateX(-50%);
    height: calc(100% - 120px);
    z-index: -1;
}

.single-solution .gray-bg::before {
    content: "";
    background: #f3f3f3;
    position: absolute;
    width: 500%;
    max-width: 500%;
    left: 50%;
    right: 0;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    /* z-index: 1; */
}

.single-solution .trusted-partners ul {
    padding-left: 0;
}

.single-solution .trusted-partners ul li {
    position: relative;
}

.single-solution .trusted-partners ul li a {
    pointer-events: none;
}

.single-solution .trusted-partners ul li::before {
    content: "";
    background: #46c230;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 7px;
    top: 6px;
}

.single-solution .trusted-partners ul li img {
    opacity: 0;
}

body div[id^='footer'] {
    padding: 0 !important;
}

body div[id^='footer'] .uk-scrollspy-inview {
    margin-top: 17px;
}

@media (min-width: 960px) {
    div[id^='footer'] .uk-tile {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.single-solution .inneritems h3 {
    font-size: 17px;
}

.single-solution .cbs-according h3 {
    font-size: 22px;
}

@media (max-width: 991px) {
    .single-solution .why-cbc-printing .why-cbc-content {
        padding: 40px 20px !important;
    }

    .single-solution .why-cbc-printing .why-cbc-content h3 {
        font-size: 30px;
    }

    .single-solution .why-cbc-printing .why-cbc-content ul {
        padding-left: 20px;
    }

    .single-solution .Clints-we-work-with {
        /* padding-top: 60px !important; */
    }

    .single-solution .Clints-we-work-with .uk-inline-clip {
        max-width: 125px;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .single-solution .Clints-we-work-with .uk-grid-margin {
        margin-top: 20px;
    }

    .single-solution .Clints-we-work-with h3.uk-margin-medium {
        /* margin-bottom: 0; */
    }

    .single-solution .common-heading h3,
    .single-solution .Clints-we-work-with h3.uk-text-center,
    .single-solution .uk-h3,
    .single-solution h3 {
        font-size: 26px;
        line-height: 1.1;
    }

    .single-solution .brand-logo-section {
        padding: 40px 0 !important;
    }
}

@media (max-width: 767px) {
    .single-solution .itemsec .inneritems {
        margin: 10px 0;
    }

    .single-solution .itemsec .inneritems h3 {
        margin-top: 20px;
    }

    .single-solution .why-cbc-printing::before {
        background: none;
    }

    .single-solution section.itemsec .inneritems img {
        height: auto;
    }
}

/* food-packaging  */
.text-center {
    text-align: center;
}

/* products/brochures/ page  */
.uk-padding-remove-top {
    padding-top: 0 !important;
}

.cbs-brand-logo-section {
    padding: 30px 0 !important;
}

.cbs-posters ul li {
    margin-bottom: 50px;
}

.cbs-showcase {
    padding-bottom: 50px;
}

.cbs-breadcrumb {
    padding-bottom: 30px;
}

.cbs-broucher-left-right {
    padding-top: 0 !important;
    padding-bottom: 40px;
}

.home .cbs-breadcrumb {
    display: none;
}

.page-template-solution #tm-main {
    padding-top: 0 !important;
    padding-bottom: 50px;
}

/* meat packaging page css  */

.where-are-you {
    padding: 50px 0;
}

.where-are-you-block {
    max-width: 250px;
    margin: 0 auto;
}

.where-are-you-block .title-block h3 {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.where-are-you-block .image-block {
    margin-bottom: 30px;
}

.where-are-you-block .image-block img {
    max-height: 325px;
}

.where-are-you *,
.the-process * {
    box-sizing: border-box;
}

.where-are-you .row,
.the-process .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.where-are-you .container,
.where-are-you .col-lg-4,
.the-process .container,
.the-process .col-lg-2 {
    padding: 0 15px;
}

@media (min-width:768px) {
    .where-are-you .row .col-lg-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }
}

.text-block {
    padding: 50px 0;
}

.transform-none .common-heading h2 {
    text-transform: none;
    max-width: 800px;
}

.transform-none .common-heading h2 span {
    color: #46c230;
}

.the-process {
    padding: 50px 0;
}

.the-process .col-lg-2 {
    max-width: 20%;
    flex: 0 0 20%;
}

.process-block {
    text-align: center;
}

.process-block .icon {
    margin-bottom: 20px;
}

.process-block .icon img {
    height: 92px;
}

.process-block .number,
.process-block .title h3 {
    margin-bottom: 20px;
}

.process-block.orange .number,
.process-block.orange .title h3 {
    color: #F47927;
}

.process-block.green .number,
.process-block.green .title h3 {
    color: #009995;
}

.process-block.red .number,
.process-block.red .title h3 {
    color: #D10D55;
}

.process-block.purple .number,
.process-block.purple .title h3 {
    color: #5D2482;
}

.process-block.yellow .number,
.process-block.yellow .title h3 {
    color: #C7CB1A;
}

.process-block .number {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.process-block .title h3 {
    font-size: 30px;
}

.packagessec .common-heading h3 {
    color: #46C230;
}

.single-solution .meat-processing-page .client-partnerships::before,
.single-solution .meat-processing-page .client-partnerships::after {
    background: #fff;

}

.meat-processing-page .packagessec .common-btn {
    display: inline-block;
    width: auto;
}

@media (min-width:768px) and (max-width: 991px) {
    .the-process .col-lg-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .process-block {
        margin: 20px 0;
    }
}

@media (max-width:767px) {

    .where-are-you .col-lg-4,
    .the-process .col-lg-2 {
        padding: 0 15px;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .process-block {
        margin: 20px 0;
    }
}

/* new home page css  */
.flexible-posters .interested-title {
    text-transform: uppercase;
}
.page-template-Home-page .tm-main,
.page-template-home-page .tm-main {
    padding-top: 10px !important;
}

.page-template-Home-page .tm-main>.uk-container,
.page-template-home-page .tm-main>.uk-container {
    max-width: 100%;
    padding: 0;
}

.page-template-Home-page .tm-main .container,
.page-template-home-page .tm-main .container {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.plain-text {
    margin-bottom: 40px;
}

.plain-text .common-heading h2 {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 20px;
    line-height: 60px;
}
.plain-text .common-heading p,
.find-out-more .common-heading p {
    font-size: 15px;
}

.discover-btn {
    margin-top: 35px;
}

.btn.btn-orange {
    background: #FC8903;
    display: inline-block;
    color: #fff;
    padding: 15px 33px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.look-like-this {
    padding: 60px 0;
}

.request-sample-pack *,
.work-with *,
.what-makeup-pack *,
.look-like-this * {
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-4 {
    padding: 0 15px;
}

.what-makeup-pack [class*='col-lg-'],
.look-like-this [class*='col-lg-'] {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}

.image-block {
    margin-bottom: 60px;
}

.background-text {
    min-height: 430px;
    background-size: cover !important;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.background-text .text {
    max-width: 980px;
    margin: 0 auto;
}

.background-text .text p {
    text-align: center;
    font: Bold 40px/60px Poppins;
    padding: 40px;
    margin: 0;
}

.gray-bg {
    background: #f2f2f2;
}

.work-with {
    padding: 60px 0;
}

.work-with ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.work-with ul li {
    padding: 0 15px;
    list-style: none;
}

.look-like-this .container {
    max-width: 1100px !important;
}

.look-like-this .imag-block {
    margin-bottom: 40px;
}

.request-sample-pack .btn.btn-orange,
.look-like-this .btn.btn-orange {
    max-width: 422px;
    width: 100%;
}

.request-sample-pack {
    margin-bottom: 60px;
}

.request-sample-pack .image {
    margin: 50px 0 40px 0;
}

.how-it-works {
    padding: 60px 0;
}

.how-it-works .common-heading h2 {
    margin-bottom: 30px;
}

.work-slogan {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

.work-slogan p {
    font-size: 25px;
    font-weight: 400;
}

.how-it-works .work-list {
    max-width: 1000px;
    margin: 0 auto;
}

.how-it-works .work-list ol {
    margin: 0;
    padding: 0;
}

.how-it-works .work-list ol li {
    margin-bottom: 5px;
    font-size: 15px;
}

.how-it-works .work-list ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.how-it-works .work-list ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 17px;
}

.how-it-works .work-list ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #46C230;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.find-out-more {
    padding: 60px 0;
}

.find-out-more .container {
    max-width: 900px !important;
}

.find-out-more .common-heading h2 {
    margin-bottom: 30px;
}

.what-makeup-pack .makeup-blocks {
    margin-bottom: 60px;
}

.what-makeup-pack .slogan p {
    font-size: 25px;
    font-weight: 400;
}

.what-makeup-pack .makeup-blocks .content h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #4C5155;
    margin-bottom: 25px;
}

.what-makeup-pack .makeup-blocks .btns {
    margin-top: 40px;
}

.what-makeup-pack .makeup-blocks .btns ul {
    margin: 0;
    padding: 0;
}

.what-makeup-pack .makeup-blocks .btns ul li {
    list-style: none;
    margin-top: 25px;
}

.what-makeup-pack .makeup-blocks .btns ul li a {
    min-width: 190px;
    display: inline-block;
    padding: 15px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}

.what-makeup-pack .makeup-blocks .btns ul li a.enquiry-btn {
    background: #46C230;
}

.what-makeup-pack .makeup-blocks .btns ul li a.download-btn {
    background: #4C5155;
}

.includes {
    margin-top: 30px;
}

.starting-price p span,
.includes p span {
    display: block;
    color: #46C230;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.starting-price p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.includes p {
    font-weight: 500;
}

.page-template-Home-page .brand-logo-section,
.page-template-home-page .brand-logo-section {
    padding: 30px 0 !important;
    margin-bottom: 40px;
}

.page-template-Home-page .posters,
.page-template-home-page .posters {
    padding-top: 40px !important;
}

.page-template-Home-page .tm-main .brand-logo-section .uk-container,
.page-template-home-page .tm-main .brand-logo-section .uk-container {
    /* max-width: 1300px;
padding: 0 15px; */
}

@media (max-width:767px) {
    .common-heading h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .work-with ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .work-with ul li {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 10px 0;
        text-align: center;
    }

    .background-text .text p {
        font: Bold 30px/45px Poppins;
        padding: 40px;
    }

    .what-makeup-pack [class*="col-lg-"],
    .look-like-this [class*="col-lg-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .what-makeup-pack .slogan p,
    .work-slogan p {
        font-size: 18px;
    }

    .what-makeup-pack .makeup-blocks .btns ul li {
        margin-top: 15px;
    }
}
/* css on 28 july 2020  */
.find-out-more .container {
    margin: 0 auto;
}

.find-out-more * {
    position: relative;
    z-index: 10;
}

.single-solution .tm-main>.uk-container {
    max-width: 100% !important;
    padding: 0;
}

.container {
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.single-solution .full-width-flexible .includes {
    min-height: 140px;
}

@media (min-width:1024px) {
    .solution-wrapper {
        max-width: 975px;
        margin-top: 25px;
    }

    .solution-wrapper .filtersec .project-filters .option-combo {
        font-size: 18px;
        line-height: 24px;
        width: 33.333333%;
        max-width: 33.333333%;
        border: 1px solid #e8e8e8;
        position: relative;
        box-sizing: border-box;
    }

    .solution-wrapper .service-inner-sec-v .service-inner-sec-main {
        flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* css on 29 july 2020  */
.single-solution .white-bg-client::before {
    background: #fff;
}

[id^="hsForm_"] {
    max-width: 750px;
    width: 100% !important;
    margin: 0 auto;
}
.cbs-according .accordion-container {	
    position: relative;	
    max-width: 1300px;	
    margin: 0 auto;	
}	
.thankyou-message {	
    /* margin-bottom: 50px; */	
}	
.thankyou-message .common-heading p {	
    font-size: 20px;	
}	
.thankyou-message .common-heading p span {	
    display: block;	
    margin: 20px 0;	
    font-size: 15px;	
}	
.thankyou-message .common-heading h1.green {	
    color: #46C230;	
    /* margin-bottom: 20px; */	
    font-size: 60px;	
}	
.thankyou-message .common-heading h4 {	
    color: #4C5155;	
    font-weight: 400;	
    font-size: 25px;	
    margin-top: 0;	
}	
.page-template-thank-you #tm-main {	
    padding-top: 0 !important;	
}	
.page-template-thank-you .gray-bg {	
    position: relative;	
    z-index: 2;	
}	
.page-template-thank-you .posters {	
    padding-top: 30px !important;	
}	
.page-template-thank-you .posters ul li {	
    margin-bottom: 50px;	
}	
.page-template-thank-you .brand-logo-section {	
    padding: 30px 0 !important;	
    margin-bottom: 40px;	
    z-index: 1;	
}	
.page-template-thank-you .gray-bg::before {	
    content: "";	
    background: #f3f3f3;	
    position: absolute;	
    width: 500%;	
    max-width: 500%;	
    left: 50%;	
    right: 0;	
    top: 0;	
    transform: translateX(-50%);	
    height: 100%;	
    z-index: -1;	
}	
