/* general */

.bl-ft {
    color: #016799;
}

.bl1-ft {
    color: #00ABCE;
}

.org-ft {
    color: #FDB913;
}

.bl-back {
    background-color: #F4F7FF;
}

.ft-back {
    background-image: url('../images/v3/about/ft-back.webp');
}

.trans-back {
    background-color: transparent;
}

.prel {
    position: relative;
}

.w-100 {
    width: 100%;
}


/* About Us */
.about-title {
    font-size: 35px;
    font-family: 'Alex Brush' !important;
}

.about-subtitle {
    font-size: 60px;
    letter-spacing: 30px;
}

@media screen and (max-width: 767px) {
    .about-subtitle {
        letter-spacing: 5px;
    }
}

.aboutexcrd-banner_back {
    background-image: url("../images/v3/about/about-us-history.webp");
    width: 100%;
    background-size: cover;
}

/* Vision, Mission, Values */
.about-ct img {
    width: 100%;
}

.vmv-ft {
    font-size: 12px;
}

.vmv-h5 {
    font-size: 30px;
}

.about-ct ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* Excard Quick Fact */
.fact-box {
    border: 1px solid #016799;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.fact-box-1 {
    border: 1px solid #016799;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #016799;
    color: #fff;
}

.fact-back {
    background-image: url("../images/v3/about/background.webp");
}

.fact-box-1 i {
    font-size: 50px;
    color: #fff;
    padding: 10px;
}

.fact-box i {
    font-size: 50px;
    color: #016799;
    padding: 10px;
}

/* Benchmarking learning */
.subTit {
    font-size: 18px;
}

.learnTr-slider .owl-prev {
    width: 40px;
    position: absolute;
    top: 35%;
    display: block !important;
    border: none;
    opacity: 0.75;
    padding: 10px !important;
    font-size: 50px !important;
    outline: none;
    color: #fff;
}

    .learnTr-slider .owl-prev:hover {
        opacity: 1.0;
    }

.learnTr-slider .owl-next {
    width: 40px;
    position: absolute;
    top: 35%;
    right: 0;
    display: block !important;
    border: none;
    opacity: 0.75;
    padding: 10px !important;
    font-size: 50px !important;
    outline: none;
    color: #fff;
}

    .learnTr-slider .owl-next:hover {
        opacity: 1.0;
    }

    .learnTr-slider .owl-prev:focus, .learnTr-slider .owl-next:focus {
        box-shadow: none;
    }

.learnTr-ctt {
    padding: 0px 10px 0px 60px;
}

.learnTr-img img {
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .learnTr-ctt {
        padding: 0px 60px 0px 60px;
    }

    .learnTr-img img {
        padding: 0px 50px 0px 50px;
    }
}


/* Print Technology */
/* Page Banner */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.pt-title {
    color: #fff;
    font-weight: 600;
    padding: 20px;
    font-size: 30px;
}

.pt-compare .abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pt-compare .vs {
    height: 400px;
    position: relative;
}

.pt-compare .contender {
    height: 200px;
}

.pt-compare .vs-6 .one {
    background-color: #016799;
    clip-path: polygon( 0% 0%, 55% 0%, 45% 50%, 55% 50%, 45% 100%, 0% 100% );
}

.pt-compare .vs-6 .two {
    background-color: #00ABCE;
    clip-path: polygon( 55% 0%, 100% 0%, 100% 100%, 45% 100%, 55% 50%, 45% 50% );
}

.pt-compare .vs-6 .content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.pt-compare .vs-6 .text {
    font-size: 90px;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    transform: skewX(-10deg);
}

    .pt-compare .vs-6 .text span:nth-child(1) {
        color: white;
        text-shadow: 5px 5px #6894EB;
    }

    .pt-compare .vs-6 .text span:nth-child(2) {
        color: white;
        text-shadow: 5px 5px #73BEFF;
    }

@media screen and (max-width: 767px) {
    .pt-compare .vs {
        height: 310px;
    }

    .pt-title {
        font-size: 20px;
    }

    .pt-compare .contender {
        height: 150px;
    }

    .pt-compare .vs-6 .text {
        font-size: 50px;
    }
}


/* Comparison table */
table.compare-tbl {
    width: 100%;
    border-collapse: collapse;
}

    table.compare-tbl tr:nth-child(1), table.compare-tbl tr:nth-child(4), table.compare-tbl tr:nth-child(8), table.compare-tbl tr:nth-child(12) {
        background-color: #F4F7FF;
    }

.compare-tbl td, .compare-tbl th {
    text-align: center;
    border: 1px solid #016799;
    padding: 10px;
}

.compare-tbl .visible-xs {
    display: none;
}

@media screen and (max-width: 767px) {
    .compare-tbl .visible-xs {
        display: table-row;
        background-color: #F4F7FF;
    }

    .compare-tbl td:nth-child(2),
    .compare-tbl th:nth-child(2) {
        display: none;
    }

    table.compare-tbl tr:nth-child(4), table.compare-tbl tr:nth-child(8) {
        background-color: #fff;
    }
}


/* Description */
.offset-adv .offset-li {
    left: 0px;
    position: absolute;
    text-align: center;
    line-height: inherit;
}

.offset-adv li i {
    color: #008000;
}

.offset-adv li {
    margin-left: 25px;
}

.offset-arrow {
    font-size: 25px;
    color: #016799;
}

.h1-desc {
    font-family: Roboto !important;
    font-size: var(--body-font) !important;
    margin: 0;
}

ol.litho-desc {
    list-style-type: decimal;
    margin-left: 18px;
}

@media screen and (max-width: 767px) {
    .offset-arrow {
        font-size: 20px;
    }
}


/* Delivery Services */
ul.pick-up-li {
    list-style-type: disc;
    margin-left: 18px;
    padding-top: 10px;
}


/* Delivery Schedule */
.deliver-title {
    font-size: 25px;
    font-weight: 600;
}

.fw-600 {
    font-weight: 600;
}

ul.schd-tabs {
    margin: 10px 0px;
    padding: 0px;
    list-style: none;
}

    ul.schd-tabs li {
        color: #016799;
        background-color: #fff;
        border: 1px solid #016799;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        width: 49.5%;
        text-align: center;
    }

        ul.schd-tabs li.active, ul.schd-tabs li:hover {
            background: #016799;
            color: #fff;
        }

.schdtab-content {
    display: none;
    /* padding: 15px; */
}

.schd-contentBox {
    border: 1px solid #C7C7C7;
    background: #fff;
    width: 100%;
    padding: 15px;
}

.schdtab-content.active {
    display: inherit;
}

.proday-tbl {
    border-collapse: collapse;
    margin: 10px 0px;
}

    .proday-tbl th {
        background-color: #016799;
        border: 1px solid #fff;
        color: #fff;
    }

    .proday-tbl td {
        border: 1px solid #C7C7C7;
    }

.result1, .result2 {
    display: none;
}

    .result1 img, .result2 img {
        width: 100%;
    }

.row-filter {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.1), 0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.1), 0 4px 5px 0 rgba(0,0,0,0.1), 0 1px 10px 0 rgba(0,0,0,0.08);
}

    .row-filter .form-control {
        font-size: 0.85rem;
        letter-spacing: 0.02rem;
    }

.small_tt {
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
    color: grey;
}

.searchBtn-ft {
    font-size: 0.85rem !important;
}

.textarea-keyword {
    position: absolute;
    right: 10px;
    top: 30%;
}

.wh-back {
    background-color: #fff;
}

/*datatable */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

#tbl_data {
    width: 100%;
    font-size: 0.75rem;
}

    #tbl_data td, #tbl_data th {
        padding: 10px 5px !important;
        font-size: 0.72rem;
        letter-spacing: 0.03rem;
        white-space: normal !important;
        border-top: 0px !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    #tbl_data td {
        border-top: 0px !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    #tbl_data th {
        border-top: 0px !important;
        border-bottom: 2px solid #dee2e6 !important;
    }

@media (min-width: 768px) {
    #tbl_data td, #tbl_data th {
        padding: 12px !important;
    }
}

.absolute_right {
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: 8;
}

    .absolute_right #tbl_data_info {
        color: rgba(0,0,0,0.65);
        font-size: 0.75rem;
        letter-spacing: 0.03rem;
    }

.dataTables_paginate .pagination {
    float: right;
    font-size: 0.75rem;
}

.dataTables_length {
    font-size: 0.75rem;
    float: left;
}

@media screen and (max-width: 767px) {
    .dataTables_paginate {
        display: flex;
        justify-content: center;
        margin-top: 10px !important;
    }

    .dataTables_length {
        display: block;
        float: none;
    }
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.temp-fix-page-wrapper.exrdpage-wrapper.ed-wrapper {
    max-width: 100%;
}

/*end of datatable */
