html, body {
    margin: 0px;
    padding: 0px;
    position: absolute;
    font-family: 'TanoheSans', sans-serif !important;
    background-color: #fff;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

a:hover {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.full-div-span {
    padding: 15px;
    color: #404245;
    line-height: 30px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}


@font-face {
    font-family: 'TanoheSans';
    src: url('../Fonts/TanoheSans.eot');
    src: local(TanoheSans), local(TanoheSans), url('../Fonts/TanoheSans.eot?#iefix') format('embedded-opentype'), url('../Fonts/TanoheSans.woff') format('woff'), url('/Fonts/TanoheSans.ttf') format('truetype'), url('../Fonts/TanoheSans.svg#TanoheSans') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TanoheSans-Medium';
    src: url('../Fonts/TanoheSans-Medium.eot');
    src: local(TanoheSans-Medium), local(TanoheSans-Medium), url('../Fonts/TanoheSans-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/TanoheSans-Medium.woff') format('woff'), url('/Fonts/anoheSans-Medium.ttf') format('truetype'), url('../Fonts/TanoheSans-Medium.svg#TanoheSans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TanoheSans-Black';
    src: url('../Fonts/TanoheSans-Black..eot');
    src: local(TanoheSans-Black), local(TanoheSans-Black), url('../Fonts/TanoheSans-Black.eot?#iefix') format('embedded-opentype'), url('../Fonts/TanoheSans-Black.woff') format('woff'), url('../Fonts/TanoheSans-Black.ttf') format('truetype'), url('../Fonts/TanoheSans-Black.svg#TanoheSans-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}

p {
    color: #404245;
    line-height: 30px;
    padding-bottom: 18px;
}



ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    background-color: #fff;
    float: right
}

    ul.breadcrumb li {
        display: inline;
        font-size: 18px;
        text-align: right;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #000;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #000;
                text-decoration: underline;
            }

.header-sec {
    min-height: 90px;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.59);
    z-index: 2;
}

.container_1 {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}

ul.main > li {
    list-style: none;
    display: inline-block;
    padding: 30px;
    font-size: 16px;
    font-weight: 600;
}

    ul.main > li a {
        color: #000;
        text-decoration: none;
    }

        ul.main > li a:hover {
            color: #000;
            text-decoration: none;
        }


/*Home*/

/*Banner*/

.carousel-control-next-icon {
    background-image: url("../images/Bannernxtico.svg")
}


.carousel-control-prev-icon {
    background-image: url("../images/Bannerprevico.svg")
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}

.carousel-item {
    min-height: 760px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.carousel-caption {
    width: 550px;
    left: 30%;
    top: 50% !important;
    transform: translateY(-50%);
    text-align: center;
    bottom: 0;
}

    .carousel-caption h3 {
        font-size: 65px;
        font-weight: 600;
        font-style: italic;
    }

    .carousel-caption h2 {
        font-size: 55px;
        text-align: left;
        font-style: italic;
    }


    .carousel-caption h4 {
        font-size: 55px;
        text-align: left;
        font-style: italic;
    }


.caption-ml {
    margin-left: 7%;
}

.caption-mr {
    margin-right: 18%;
}

.hero-button {
    padding: 20px 40px 20px 40px;
    background-color: #02437b;
    border-radius: 20px;
    color: #fff !important;
    font-size: 23px;
}

.herobg1 {
    position: relative;
    min-height: 660px;
    background: url(../images/b1.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.herobg2 {
    position: relative;
    min-height: 660px;
    background: url(../images/b2.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.herobg3 {
    position: relative;
    min-height: 660px;
    background: url(../images/b3.jpg) no-repeat 100% 100%;
    background-size: cover;
}


.herobg4 {
    position: relative;
    min-height: 660px;
    background: url(../images/CCIT.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.herobg5 {
    position: relative;
    min-height: 660px;
    background: url(../images/Deterministic-CCI-Inspection.jpg) no-repeat left center;
    background-size: cover;
}

.herobg6 {
    position: relative;
    min-height: 660px;
    background: url(../images/Deterministic-container-closure-integrity-testing.jpg) no-repeat left center;
    background-size: cover;
}

.herobg7 {
    position: relative;
    min-height: 660px;
    background: url(../images/Automated-CCI.jpg) no-repeat left center;
    background-size: cover;
}

.herobg8 {
    position: relative;
    min-height: 660px;
    background: url(../images/DataIntegerity_HomeBanner.jpg) no-repeat left center;
    background-size: cover;
}

.herobg9 {
    position: relative;
    min-height: 660px;
    background: url(../images/test-method-development-homebanner.jpg) no-repeat left center;
    background-size: cover;
}


.display-4 {
    font-size: 3rem !important;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    position: absolute;
}

.butt_marg {
    margin-top: 25px;
    margin-right: 16%;
}

#banner-overlay {
    left: 33%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #E95D1F;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(-27deg);
    position: absolute;
    opacity: 0.8;
    z-index: 0;
}

#banner-overlay-left {
    left: 34%;
    width: 3%;
    height: 38%;
    top: 0;
    background: #E95D1F;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(-27deg);
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}

#banner-overlay-right {
    left: 76.6%;
    width: 3%;
    top: 74%;
    height: 31%;
    background: #E95D1F;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(-27deg);
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}

.introbutton {
    border: 2px solid #1f84b8;
    color: #1f84b8;
    border-radius: 18px;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s all ease-in;
    margin: 25px 0;
}

    .introbutton:hover {
        text-decoration: none;
        background-color: #1f84b8;
        color: #fff;
    }

/*Feature box */


.ptiinspecBg h1 {
    color: white;
    font-size: 55px;
    position: absolute;
    z-index: 1;
    width: 400px;
    font-weight: 600;
    margin-left: 65px;
}

.ptiinspecBg {
    width: 60%;
    height: 450px;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #032541;
    display: flex;
    align-items: center;
}

    .ptiinspecBg:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 0;
        background: #032541;
        transform-origin: bottom left;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
    }


.lh {
    line-height: 36px;
    font-size: 25px;
}

.home-box {
    background-color: #000;
    height: 397px;
    max-width: 257px;
    position: relative;
    margin-bottom: 10px;
}

    .home-box .home-imgbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .home-box .home-imgbox h5 {
            font-size: 34px;
            font-weight: 400;
            color: #fff;
            position: absolute;
            top: 58%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }

        .home-box .home-imgbox img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .5s;
            z-index: 0;
        }

    .home-box:hover .content-ind {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0
    }

    .home-box:hover .content-app {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0
    }


    .home-box:hover .content-tech {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0
    }


    .home-box:hover .content-serv {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0
    }

.topbox-mt {
    margin-top: -73px;
}


.home-box .content-ind {
    background-color: rgba(67,155,55,.98);
    text-align: left;
}

.home-box .content-app {
    background-color: #e2602c;
    text-align: left;
}


.home-box .content-tech {
    background-color: #1572a2;
    text-align: left;
}

.home-box .content-serv {
    background-color: #4c4f58;
    text-align: left;
}



.home-box .content-ptibox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-top-left-radius: 100%;
    transition: .5s;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 15px;
    z-index: 5;
}

    .home-box .content-ptibox::before {
        content: url('https://www.ccit.com/images/read.svg');
        position: absolute;
        right: 15px;
        bottom: 10px;
        color: #fff;
        font-size: 10px;
    }

    .home-box .content-ptibox h6 {
        margin: 0 0 10px 0;
        padding: 0;
        opacity: 0;
        font-size: 32px;
        font-weight: 400;
        line-height: 18px;
        transition: .5s;
        color: #fff;
        text-align: left;
    }


    .home-box .content-ptibox p {
        margin-bottom: 20px;
        padding: 0;
        opacity: 0;
        line-height: 18px;
        transition: .5s;
        text-align: left;
        color: #fff;
    }




.home-box:hover .content-ptibox p {
    opacity: 1;
    transition-delay: .4s
}


.home-box:hover .content-ptibox h6 {
    opacity: 1;
    transition-delay: .4s
}

.home-box:hover .content-ptibox img {
    opacity: 1;
    transition-delay: .4s
}

/*Banner End*/

/*video*/

.homevideo {
    background: url(../images/homevideo.jpg) no-repeat center;
    background-size: cover;
    height: 600px;
    position: relative;
    margin: 40px 0 0 0;
}


#home-videotitle {
    -moz-transform: skew(-27deg, 0deg);
    -webkit-transform: skew(-27deg, 0deg);
    -o-transform: skew(-27deg, 0deg);
    -ms-transform: skew(-27deg, 0deg);
    transform: skew(-27deg, 0deg);
    background-color: #1572a2;
    height: 130px;
    position: absolute;
    width: 20%;
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-ba {
    position: relative;
}


    .video-ba::before {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #3496c9;
        height: 80px;
        position: absolute;
        width: 8px;
        left: -25px;
        top: 0;
    }

    .video-ba::after {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(-0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #3496c9;
        height: 80px;
        position: absolute;
        width: 8px;
        right: -25px;
        bottom: 0;
    }

/*video end*/


/*download*/

#home-downloadtitle {
    -moz-transform: skew(-27deg, 0deg);
    -webkit-transform: skew(-27deg, 0deg);
    -o-transform: skew(-27deg, 0deg);
    -ms-transform: skew(-27deg, 0deg);
    transform: skew(-27deg, 0deg);
    background-color: rgba(67,155,55,.98);
    height: 130px;
    position: absolute;
    width: 20%;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-ba {
    position: relative;
}


    .download-ba::before {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: rgba(67,155,55,.98);
        height: 80px;
        position: absolute;
        width: 8px;
        left: -25px;
        top: 0;
    }

    .download-ba::after {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(-0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: rgba(67,155,55,.98);
        height: 80px;
        position: absolute;
        width: 8px;
        right: -25px;
        bottom: 0;
    }


.content-align {
    text-align: center;
    padding: 10px;
}

    .content-align h5 {
        font-size: 2rem;
    }

    .content-align img {
        padding-bottom: 20px;
        width: 35%;
    }

    .content-align p {
        padding-bottom: 0;
        min-height: 150px;
    }

.downloadbutton {
    border: 2px solid #1f84b8;
    color: #1f84b8;
    border-radius: 18px;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s all ease-in;
}

    .downloadbutton:hover {
        text-decoration: none;
        background-color: #1f84b8;
        color: #fff;
    }



/*download end*/



/*techtalk*/

#home-techtitle {
    -moz-transform: skew(-27deg, 0deg);
    -webkit-transform: skew(-27deg, 0deg);
    -o-transform: skew(-27deg, 0deg);
    -ms-transform: skew(-27deg, 0deg);
    transform: skew(-27deg, 0deg);
    background-color: #839fd0;
    height: 130px;
    position: absolute;
    width: 20%;
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-ba {
    position: relative;
}


    .tech-ba::before {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #839fd0;
        height: 80px;
        position: absolute;
        width: 8px;
        left: -25px;
        top: 0;
    }

    .tech-ba::after {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(-0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #839fd0;
        height: 80px;
        position: absolute;
        width: 8px;
        right: -25px;
        bottom: 0;
    }

.techcol {
    width: 100%;
}

    .techcol img {
        height: auto;
        margin-bottom: 20px;
    }

    .techcol a {
        text-decoration: none;
        color: #000;
    }

    .techcol h3 {
        width: 90%;
        font-size: 22px;
        font-weight: bold;
    }

.techtalkbutt {
    border: 2px solid #1f84b8;
    color: #1f84b8;
    border-radius: 20px;
    padding: 10px 15px 10px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s all ease-in;
}

    .techtalkbutt:hover {
        background-color: #1f84b8;
        color: #fff;
        text-decoration: none;
    }




.fa-tech {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0px;
    color: #da2524;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
}

    .fa-tech:hover {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        justify-content: center;
        text-align: center;
        display: flex;
        padding: 0px;
        color: #eb0f0e;
        margin: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
    }



.img-tech {
    position: relative;
}

    .img-tech img {
        width: 100%;
        z-index: 0;
    }

/*techtalk end*/


/*tradeshow*/

#home-tradetitle {
    -moz-transform: skew(-27deg, 0deg);
    -webkit-transform: skew(-27deg, 0deg);
    -o-transform: skew(-27deg, 0deg);
    -ms-transform: skew(-27deg, 0deg);
    transform: skew(-27deg, 0deg);
    background-color: #4c4f58;
    height: 130px;
    position: absolute;
    width: 25%;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-ba {
    position: relative;
}


    .trade-ba::before {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #7a7d86;
        height: 80px;
        position: absolute;
        width: 8px;
        left: -25px;
        top: 0;
    }

    .trade-ba::after {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(-0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #7a7d86;
        height: 80px;
        position: absolute;
        width: 8px;
        right: -25px;
        bottom: 0;
    }

.trade-content {
    margin-top: 20px;
}

.trade-content-inner {
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.61);
    transition: 1s;
}

.trade-p {
    min-height: 100px;
}

.trade-content h3 {
    font-size: 18px;
    font-weight: 600;
}

.trade-content p {
    font-size: 18px;
    padding-bottom: 0;
}

.trade-ico {
    min-height: 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .trade-ico img {
        width: 90%;
    }


.tradebutt {
    border: 2px solid #1f84b8;
    color: #1f84b8;
    border-radius: 18px;
    margin-top: 20px;
    padding: 10px 25px 10px 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s all ease-in;
}

    .tradebutt:hover {
        background-color: #1f84b8;
        color: #fff;
        text-decoration: none;
    }

.trade-title-p {
    min-height: 90px;
}

/*tradeshow End*/



/*news */

#home-newstitle {
    -moz-transform: skew(-27deg, 0deg);
    -webkit-transform: skew(-27deg, 0deg);
    -o-transform: skew(-27deg, 0deg);
    -ms-transform: skew(-27deg, 0deg);
    transform: skew(-27deg, 0deg);
    background-color: #e2602c;
    height: 130px;
    position: absolute;
    width: 20%;
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-ba {
    position: relative;
}


    .news-ba::before {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #e3794f;
        height: 80px;
        position: absolute;
        width: 8px;
        left: -25px;
        top: 0;
    }

    .news-ba::after {
        content: "";
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(-0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #e3794f;
        height: 80px;
        position: absolute;
        width: 8px;
        right: -25px;
        bottom: 0;
    }


.news-content {
    padding: 25px;
    width: 90%;
}

    .news-content h3 a {
        text-decoration: none;
        color: #000;
    }

    .news-content a:hover {
        text-decoration: none;
        color: #000;
    }

.font_color {
    color: rgb(207,109,63);
}

.newsbutt {
    border: 2px solid #1f84b8;
    color: #1f84b8;
    border-radius: 18px;
    padding: 10px 25px 10px 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s all ease-in;
}

    .newsbutt:hover {
        background-color: #1f84b8;
        color: #fff;
        text-decoration: none;
    }


/*news End*/

/*Quote*/


.quote-main {
    background-color: #92c3d4;
    min-height: 450px;
    margin-top: 80px;
}

.quote-box {
    background: #fff;
    padding: 40px 100px 40px 100px;
    ;
    min-height: 450px;
    margin-top: -60px;
    -webkit-box-shadow: 5px 5px 15px 0px #b8b8b8;
    box-shadow: 5px 5px 15px 0px #b8b8b8;
    border-radius: 15px;
    display: flex !important;
    align-items: center;
}

.fa-quoteico {
    color: #5b5b5b;
    font-size: 40px;
    padding: 15px;
}

.quote-box p {
    text-align: center;
    font-size: 23px;
    font-style: italic;
    padding-top: 10px;
    font-weight: 500;
}


.owl-dots {
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 60px;
}




/*Quote End*/

.title-h2 {
    transform: skewX(27deg);
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
}



.cascade-parent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 25%;
}


.cascade-slider_container {
    width: 1200px;
    height: 250px;
    margin: 25px auto;
    padding-top: 150px;
}

.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
}

    .cascade-slider_item img {
        width: 400px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.61);
        -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.61);
        box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.61);
    }

    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-150%) scale(0.9);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(50%) scale(0.9);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(1.2);
        opacity: 1;
        z-index: 5;
    }

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 47%;
    cursor: pointer;
    z-index: 5;
}

.cascade-slider_arrow-left {
    left: 0;
    background-image: url(../images/Bannerprevico.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.cascade-slider_arrow-right {
    right: 0;
    background-image: url(../images/Bannernxtico.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.cascade-slider_nav {
    position: absolute;
    bottom: -130px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.cascade-slider_dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1em;
    background: #1572a280;
    list-style: none;
    cursor: pointer;
    border-radius: 20px;
}

    .cascade-slider_dot:hover {
        background: #555;
    }

    .cascade-slider_dot.cur {
        background: #555;
    }



.fa-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0px;
    color: #da2524;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
}

    .fa-video:hover {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        justify-content: center;
        text-align: center;
        display: flex;
        padding: 0px;
        color: #eb0f0e;
        margin: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
    }


.video-button {
    border: 2px solid #1f84b8;
    color: #1f84b8;
    border-radius: 20px;
    padding: 10px 15px 10px 15px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    transition: .3s all ease-in;
}

    .video-button:hover {
        text-decoration: none;
        color: #fff;
        background-color: #1f84b8;
    }



/*video end*/



/*Home end*/

.top_banner_height {
    min-height: 400px;
}



.top-banner_1 {
    background: url(../images/Industry-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


.logo {
    float: left;
    margin: 0;
    padding: 10px 0 10px 0 !important;
    color: #fff;
}

    .logo img {
        height: 60px;
        transition: 100ms all ease-in;
    }


.title {
    z-index: 1;
    position: relative;
    margin-top: -55px !important;
}

.title_bg {
    background-color: rgba(67,155,55,.98);
    width: 50%;
    margin-top: -55px;
    height: 105px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.title_bg_pointer {
    width: 0;
    height: 0px;
    border-top: 105px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid rgba(67,155,55,.98);
    margin-left: -60px;
}


.img-pt {
    padding-top: 30px;
}


.parent-img {
    position: relative;
    left: 16%;
}


.parent-img-right {
    position: relative;
    left: 22%;
}


.over-img-p1 {
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.27), 0 6px 20px 0 rgba(0, 0, 0, 0.27);
}


.over-img {
    position: absolute;
    top: 68%;
    left: 38%;
    width: 200px;
}

.over-img-p3 {
    position: absolute;
    top: -13%;
    left: -15%;
    width: 150px;
}

.pt-pb {
    padding-bottom: 50px;
    padding-top: 50px;
}


.mt-bc {
    margin-top: 10px;
}

.side-textbg {
    height: 90px;
    width: 20%;
    position: absolute;
    z-index: 0;
    margin-left: 16px;
    border-bottom: 3px solid #1c5e9d;
}

.side-title {
    z-index: 1;
    position: relative;
    padding-left: 15px;
}


    .side-title h2 a {
        line-height: 105px;
        font-size: 32px;
        font-weight: 600;
        color: #000;
    }

.readmore-icon {
    width: 50px;
    padding-bottom: 10px;
}

.full-div {
    padding-bottom: 25px;
}

    .full-div a {
        text-decoration: none;
    }

        .full-div a:hover {
            text-decoration: none;
            color: #000;
        }

    .full-div:hover {
        background-color: #efefef59;
        transition: 0.5s;
    }



.side-title h2 span {
    float: right;
    padding-right: 20px;
}


.title h2 {
    text-align: right;
    line-height: 105px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.title h1 {
    text-align: right;
    line-height: 105px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}


.content-box {
    position: relative;
    max-width: 277px;
    height: 360px;
    background: #000;
    margin: 30px auto 30px;
}

    .content-box .imgBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .content-box .imgBox img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;
            z-index: 0;
        }

    .content-box:hover .imgBox img {
        opacity: 1;
    }

    .content-box .content {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        margin-top: 15px;
        z-index: 5;
    }

        .content-box .content::before {
            content: url(read.svg);
            position: absolute;
            right: 15px;
            bottom: 10px;
            color: #fff;
            font-size: 10px;
        }

    .content-box:hover .content {
        width: 100%;
        height: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
        opacity: 1;
    }

    .content-box .content h4 {
        margin: 0px 0 30px 0;
        padding: 0;
        opacity: 0;
        font-family: 'TanoheSans';
        font-size: 30px;
        font-weight: normal;
        line-height: 18px;
        transition: 0.5s;
        color: #fff;
        text-align: left;
        position: relative;
        opacity: 1;
    }

        .content-box .content h4::before {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: -18px;
            height: 1px !important;
            background: #fff;
        }

    .content-box .content ul {
        margin: 0px 0 20px 0;
        padding: 0;
    }

        .content-box .content ul li {
            background: url(../images/arrow-icon.png) no-repeat left 8px;
            list-style: none;
            margin: 0px 0 0 0;
            padding-left: 20px;
            opacity: 0;
            line-height: 30px;
            transition: 0.5s;
            text-align: left;
            color: #fff;
            font-size: 14px;
            opacity: 1;
        }

            .content-box .content ul li a {
                line-height: 27px;
                color: #fff;
                text-decoration: none;
            }

                .content-box .content ul li a:hover {
                    text-decoration: underline;
                }

    .content-box .content p {
        margin: 0px 0 0 0;
        padding: 0;
        opacity: 0;
        line-height: 18px;
        transition: 0.5s;
        text-align: justify;
        color: #fff;
        opacity: 1;
    }

/* HomeNav*/


.home-box:hover .content ul {
    opacity: 1;
    transition-delay: .4s
}


.home-box .content ul {
    margin: 0 0 10px 0;
    padding: 0;
    opacity: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 18px;
    transition: .5s;
    color: #fff;
    text-align: left;
}

.home-box:hover .content {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0;
    opacity: 1;
}


.home-box .content ul {
    margin: 0px 0 20px 0;
    padding: 0;
}

    .home-box .content ul li {
        background: url(../images/arrow-icon.png) no-repeat left 8px;
        list-style: none;
        margin: 0px 0 0 0;
        padding-left: 20px;
        opacity: 0;
        line-height: 30px;
        transition: 0.5s;
        text-align: left;
        color: #fff;
        font-size: 13px;
        opacity: 1;
    }

        .home-box .content ul li a {
            line-height: 27px;
            color: #fff;
            text-decoration: none;
        }

.content-box .content ul li a:hover {
    text-decoration: underline;
}

.home-box .content p {
    margin: 0px 0 0 0;
    padding: 0;
    opacity: 0;
    line-height: 18px;
    transition: 0.5s;
    text-align: justify;
    color: #fff;
    opacity: 1;
}

/* HomeNav*/

.text {
    position: relative;
    margin-top: 30px;
}

.readmore {
    color: #e2602c;
    text-decoration: underline;
}

    .readmore:hover {
        color: #e2602c;
        text-decoration: underline;
    }



.btn_link {
    background: url(../images/btn-white.png) no-repeat left center;
    width: 250px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-left: 50px;
    margin-right: 20px;
    margin-bottom: 50px;
    font-size: 13px;
    color: #333;
    margin-top: 30px;
}

    .btn_link:hover {
        background: url(../images/btn-blue.png) no-repeat left center;
        color: #fff;
        text-decoration: none;
    }

.btn {
    background-color: #1f84b8;
    border: none;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    outline: 0 !important;
}

    .btn:hover {
        background-color: #1f84b8;
        color: #fff !important;
    }

    .btn:focus {
        background-color: #1f84b8;
        color: #fff !important;
        box-shadow: none !important;
    }

.contact-page {
    width: 122px !important;
}

.contact-page_1 {
    width: 135px !important;
}

.footer-email {
    font-size: 18px;
    padding-top: 20px;
    padding-left: 35px;
}


.footer-icon {
    font-size: 18px;
    padding-left: 30px;
}

.footer-email a:hover {
    text-decoration: none;
}

.footer-section {
    background-color: #f7f7f7;
    padding-top: 55px;
    color: #000;
    box-sizing: border-box;
}

.h4_title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 25px;
    box-sizing: border-box;
    width: 100%;
}

.footer-section ul {
    list-style: none;
    text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    box-sizing: border-box;
}

    .footer-section ul li a:hover {
        text-decoration: none;
    }

    .footer-section ul li {
        color: #000;
        padding-left: 20px;
        font-size: 18px;
    }

        .footer-section ul li a {
            color: #000 !important;
            line-height: 36px;
        }

.copyight {
    background-color: #013267;
    color: #fff;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.link {
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

    .link:hover {
        color: #fff;
    }


.fa-ico {
    padding: 10px;
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

    .fa-ico:hover {
        opacity: 0.7;
        text-decoration: none;
        color: #fff;
    }

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

/*Technology*/

.top-banner_tech {
    background: url(../images/technology-banner.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
}


.title_bg-tech {
    background-color: #1572a2;
    width: 50%;
    margin-top: -55px;
    height: 105px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.title_bg_pointer-tech {
    width: 0;
    height: 0px;
    border-top: 105px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #1572a2;
    margin-left: -59px;
}



/*Technology End*/



/*services CSS/*/

.top-banner_services {
    background: url(../images/PTI-services-banner.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
}


/*services end*/



/*Application CSS/*/

.top-banner_application {
    background: url(../images/Medical-Device-Packaging.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*Application end*/



/*Pharmaceuticals CSS*/

.top-banner_pharma {
    background: url(../images/Pharmaceutical-Packaging.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
}

.ph-pt-pb {
    padding-bottom: 50px;
    padding-top: 50px;
}

.ph-img-pt {
    padding-top: 150px;
    order: 0;
}

.ph-parent-img {
    position: relative;
    left: 0;
    text-align: center;
    min-height: 200px;
}

.over-img-ph1 {
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.27), 0 6px 20px 0 rgba(0, 0, 0, 0.27);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.over-img-ph {
    position: absolute;
    top: -49%;
    left: 0;
    width: 150px;
    height: 120px;
    z-index: 2;
}

.over-img-ph3 {
    position: absolute;
    top: -140px;
    right: 40px;
    width: 170px;
    z-index: 0;
}

.over-img-ph4 {
    position: absolute;
    top: 92%;
    left: 0;
    width: 200px;
    z-index: -1;
}

.play-button {
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 33%;
    top: 47%;
    transform: translate(-50%,-50%);
}

.fa-custom {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 41px;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.57);
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
}

    .fa-custom:hover {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 41px;
        justify-content: center;
        text-align: center;
        display: flex;
        padding: 0px;
        color: #fff;
        background: rgba(0, 0, 0, 0.57);
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        z-index: 10;
    }

.download-button1 {
    border: 1px solid #b2afaf;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 20px 3px;
    cursor: pointer;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 6px 8px -5px #6e6e6e;
    transition: 0.5s;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.fa-button {
    border: 1px solid #fff;
    color: #1f84b8;
    background-color: #fff;
}

.atag {
    padding-top: 0px;
    width: 100%;
    font-weight: 600;
}

    .atag a {
        position: relative;
        color: #fff;
        padding-left: 50px;
        background-color: #1f84b8;
    }

    .atag span {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .atag a:hover {
        background: #ffffff;
        color: #1f84b8;
        border: 1px solid #1f84b8;
        text-decoration: none;
    }

        .atag a:hover em {
            color: #ffffff;
            border: 1px solid #1f84b8;
            content: "\f175";
            font-family: "FontAwesome";
            background: #1f84b8;
        }


.fa-arrow {
    padding: 10px;
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 4px 4px;
    border-radius: 50%;
}

    .fa-arrow:hover {
        opacity: 0.7;
        text-decoration: none;
        color: #fff;
    }

.file-pdf {
    padding: 9px;
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 4px 4px;
    border-radius: 50%;
}


/*Pharmaceuticals CSS End*/


#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}


/*Medical CSS/*/

.top-banner_medical {
    background: url(../images/Medical-Device-Packaging.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*Medical end*/


/*Application*/


.title_bg-app {
    background-color: #e2602c;
    width: 50%;
    margin-top: -55px;
    height: 105px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.title_bg_pointer-app {
    width: 0;
    height: 0px;
    border-top: 105px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #e2602c;
    margin-left: -59px;
}


/*Application End*/


/*Feasibility Studies */

.top-banner_Feasibility {
    background: url(../images/Feasibility-banner.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
}


/*Feasibility Studies  end/*/

/*bottles&container-ind */

.top-banner_bottles_container {
    background: url(../images/Bottle-and-container-leak-testing.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}


/*bottles&container  end/*/



/*food and beverage */

.top-banner_foodandbev {
    background: url(../images/foodbeverage-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*food and beverage end/*/


/*vacuum*/

.top-banner_vacuum {
    background: url(../images/Vacuumdecay-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}


/*vacuum end/*/




/*flexible package*/

.top-banner_flexible {
    background: url(../images/flexiblepack-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}


/*flexible package end*/


/*vials*/

.top-banner_vials {
    background: url(../images/vials-banner.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}


/*vials end*/


/*bottleleak*/

.top-banner_bottle {
    background: url(../images/bottleleak-banner.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
}


/*bottleleak end*/


/*tablets*/

.top-banner_tablets {
    background: url(../images/tablets-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}



/*tablets end*/



/*tyveks*/

.top-banner_tyveks {
    background: url(../images/tyveks-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*tyveks end*/



/*rigidcontainer*/

.top-banner_rigid {
    background: url(../images/rigid-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}


/*rigidcontainer end*/


/*forcedecay*/

.top-banner_forcedecay {
    background: url(../images/rigid-banner.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}

/*forcedecay end*/

/*Volumetric Imaging*/

.top-banner_volumetric {
    background: url(../images/rigid-banner_1.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}

/*Volumetric Imaging end*/


/*special app*/

.top-banner_spapp {
    background: url(../images/specialapp-banner.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
}


/*special app end*/


/*Automated-Inspection-Solutions*/

.top-banner_automatedinline {
    background: url(../images/specialapp-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*Automated-Inspection-Solutionsend*/



/*HVLD*/

.top-banner_hvld {
    background: url(../images/hvld-banner.jpg) no-repeat 50% 50%;
    background-size: cover;
    object-fit: cover;
}


/*HVLD end*/


/*airborne

.top-banner_airborne {
    background: url(../images/airborne-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}*/


.top-banner_airborne {
    background: url(../images/technology-banner.jpg) no-repeat left top;
    background-size: cover;
    object-fit: cover;
    padding: 20vh 0;
}


/*airborne end*/



/*test method*/

.top-banner_testmethod {
    background: url(../images/package-testing-method-development.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}


/*test method end*/



/*method consulting*/

.top-banner_methodconsu {
    background: url(../images/methodconsu-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*method consulting end*/

/*cci consulting*/

.top-banner_cciconsu {
    background: url(../images/methodconsu-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*cci consulting end*/


/*cci training*/

.top-banner_ccitraining {
    background: url(../images/ccitraining-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}


/*cci training end*/


/*pressure*/

.top-banner_pressure {
    background: url(../images/pressure-banner.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}


/*pressure end*/



/*nutrition*/

.top-banner_nutrition {
    background: url(../images/Nutrition-packages.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}


/*nutrition end*/


/*producttraining*/

.top-banner_producttrain {
    background: url(../images/producttrain-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*producttraining end*/

/*knowledgecentretemplate end*/

.top-banner_knowledgecentretemplate {
    background: url(../images/knowledgecentretemplate.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}

/*knowledgecentretemplate end*/


/*Tecktalks end*/

.top-banner_Tecktalks {
    background: url(../images/knowledgecentretemplate.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}

/*Tecktalks end*/


/*Global Technical Support*/

.top-banner_globalts {
    background: url(../images/globalts-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


/*Global Technical Support end*/


/*Data Integrity*/

.top_banner_dataintegrity {
    background-position: left -4.5vw;
    background-size: cover;
    object-fit: cover;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-color: transparent;
    background-image: url('../images/PTI-Data_integrity_banner.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
}


/*Data Integrity end*/


/*Services CSS*/

.title_bg-serv {
    background-color: #4c4f57;
    width: 50%;
    margin-top: -55px;
    height: 105px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.title_bg_pointer-serv {
    width: 0;
    height: 0px;
    border-top: 105px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #4c4f57;
    margin-left: -59px;
}

/*Services CSS*/








/*About CSS*/
.top-banner_abt {
    background: url(../images/about-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}


.title_bg-a {
    background-color: #839fd0;
    width: 50%;
    margin-top: -55px;
    height: 105px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.title_bg_pointer-a {
    width: 0;
    height: 0px;
    border-top: 105px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #839fd0;
    margin-left: -59px;
}


.about-bg {
    background: url(../images/about-desc.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
    min-height: 600px;
}


.about-video {
    background: #42474c;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.about-p h1 {
    font-weight: 600;
}

.fa-about {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    justify-content: center;
    text-align: center;
    display: flex;
    padding: 0px;
    color: #da2524;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
}

    .fa-about:hover {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 60px;
        justify-content: center;
        text-align: center;
        display: flex;
        padding: 0px;
        color: #eb0f0e;
        margin: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
    }


.about-cvr {
    width: 700px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.center-a {
    text-align: center;
    align-items: center;
}

/*About CSS End*/


/*Privacy CSS End*/

.top-banner_privacy {
    background: url(../images/PrivacyandPolicy.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
}

.top-banner_terms {
    background: url(../images/Terms_1.jpg) no-repeat left center;
    background-size: cover;
    object-fit: cover;
    background-position-y: -55px;
}
/*Privacy CSS End*/


/*Tradeshow CSS */

.top-banner_trade {
    background: url(../images/Tradeshow-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}

.trade_col {
    padding: 15px;
    margin: 20px 15px;
    min-height: 200px;
    box-shadow: 0 1px 10px #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

    .trade_col .logo-trade {
        width: 50%;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
    }

        .trade_col .logo-trade img {
            max-width: 90%;
            text-align: center;
        }

    .trade_col .details {
        width: 50%;
        box-sizing: border-box;
        padding-left: 15px;
    }

        .trade_col .details h4 {
            margin: 0;
            padding: 0 0 0 0;
            font-weight: 600;
        }



/*Tradeshow CSS End */


/*News and announcement CSS */

.top-banner_news {
    background: url(../images/news-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}

.subscribe_bg {
    background-color: #e2e2e2;
    padding: 15px;
}

.subscribe_news input {
    margin: 10px 60px 10px 60px;
    padding: 10px;
    width: 300px;
}

.subscribe_news {
    display: flex;
    align-items: center;
}

.subscribe_button {
    background-color: #014B92;
    border: none;
    color: #fff !important;
    padding: 12px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

    .subscribe_button:hover {
        text-decoration: none;
        color: #fff !important;
    }

.ct_wrap {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .ct_wrap .head {
        font-size: 36px;
        text-align: center;
        margin-top: 30px;
    }

.nav-tabs .nav-item {
    margin-bottom: 10px;
    margin-top: 30px;
}

.nav-tabs .nav-link {
    border: 0 !important;
    color: #000 !important;
    font-size: 16px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .nav-tabs .nav-item.show .nav-link a {
        color: #ff0000 !important;
        font-size: 16px !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: rgb(207,109,63) !important;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-size: 16px;
    }

.tab-content {
    text-align: left;
    padding: 20px 71px;
    box-sizing: border-box;
    line-height: 30px;
}

.news-box {
    padding: 20px 20px 0 0;
}

    .news-box h6 {
        font-weight: 600;
    }

.yearnav {
    overflow: hidden;
}

    .yearnav ul li a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 13px 2px;
        text-decoration: none;
        font-size: 17px;
        border-bottom: 3px solid transparent;
    }

        .yearnav ul li a:hover {
            border-bottom: 3px solid red;
        }

        .yearnav ul li a.active {
            border-bottom: 3px solid rgb(207,109,63) !important;
        }

.news_detail h2 a {
    text-decoration: none;
    color: #000;
}

    .news_detail h2 a:hover {
        text-decoration: none;
        color: #000;
    }

.news_control {
    border-top: 1px solid #00000030;
    border-bottom: 1px solid #00000030;
}

.news_subscribeBg {
    background-color: #e2e2e2;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*News and announcement CSS End */

/*videogallery CSS End */
.top-banner_videobg {
    background: url(../images/videobg-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}

/*videogallery CSS End */

/*Global Support CSS */


.top-banner_global {
    background: url(../images/global-banner.jpg) no-repeat 100% 100%;
    background-size: cover;
    object-fit: cover;
}

.button-global {
    background-color: #1f84b8;
    border: none;
    color: white;
    padding: 10px 25px 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 18px;
}

    .button-global:hover {
        text-decoration: none;
        color: #fff;
    }


.global-services {
    background: #f8f8f8;
    padding: 40px;
    margin: 40px 0 40px 0;
}


.box-service {
    position: relative;
    padding: 10px 0 0 55px;
}

.box-service-title {
    color: #404044;
    font-weight: 600;
    padding: 10px 0 0 25px;
    font-size: 22px;
}

.box-service span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-pb-global {
    padding: 30px 0 30px 0;
}

.contact_div {
    padding: 20px 0 20px 0;
}

.address {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #000;
}


.email-g {
    color: #004b91;
    text-decoration: none;
    font-weight: 600;
}

    .email-g:hover {
        color: #004b91;
        text-decoration: none;
        font-weight: 600;
    }


.contact_div img {
    width: 25%;
    padding: 15px 0 15px 0;
}

.map-dim {
    width: 450px;
    height: 400px;
}


.title-g {
    font-weight: 600;
}

.title-contact-g {
    font-weight: 600;
    padding-bottom: 15px;
}



/*Global Support CSS End */

/* Scroll */
#scrollTopButton {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

    #scrollTopButton span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scrollTopButton:hover {
        background-color: #ce5e8e;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
/* Scroll End */


/*checkbox starts*/

.notice_text {
    background-color: #e8e8e8;
    margin: 0 15px 30px;
    color: #333;
    padding: 30px 15px 10px;
    text-align: center;
}

    .notice_text input[type=checkbox] + label {
        display: block;
        margin: 0 0 20px 0;
        cursor: pointer;
        padding: .2em;
    }

.checkbox input[type=checkbox] {
    display: none
}

    .checkbox input[type=checkbox] + label:before {
        content: "\2714";
        border: 1px solid #bababa;
        border-radius: .2em;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding-bottom: .3em;
        margin-right: .6em;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
        line-height: 18px;
    }

.checkbox .labeltext {
    color: #055fab;
    font-weight: 400;
    padding-left: 15px;
}

.checkbox input[type=checkbox] + label:active:before {
    -ms-transform: scale(0);
    transform: scale(0);
}

.checkbox input[type=checkbox]:checked + label:before {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
    text-align: center;
}

.checkbox input[type=checkbox]:disabled + label:before {
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: #aaa;
}

.checkbox input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    -ms-transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

/*checkbox ends*/

.Teck_title {
    background: url(/images/Tecklogo.jpg) no-repeat left top;
    color: #b31222;
    height: 283px;
    margin-bottom: 30px;
    padding-top: 150px;
    padding-bottom: 15px;
    padding-left: 200px;
    margin-left: 15px
}

.red_box {
    background: #c22737;
    padding: 40px;
    box-sizing: border-box;
    min-height: 500px;
    color: #fff !important;
    font-size: 22px;
}

    .red_box p {
        color: #fff !important;
    }

.video_box {
    box-sizing: border-box;
    min-height: 500px;
    color: #333;
    font-size: 22px;
    position: relative;
    overflow: hidden;
}

    .video_box .video_description {
        padding-top: 15px;
        box-sizing: border-box;
    }

    .video_box embed, .video_box iframe, .video_box object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.TitleShape {
    background: url(../images/shape.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 15px 30px 15px 7px;
    font-size: 1.2vw;
    box-sizing: border-box;
    color: #fff;
    margin: 20px 0 20px 0;
}

.TitleShape_TY {
    background: url(../images/shape_TY.png) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 15px 30px 15px 7px;
    font-size: 1.2vw;
    box-sizing: border-box;
    color: #fff;
    margin: 20px 0 20px 0;
}

/*NewsSection*/

.link1 {
    text-decoration: none;
}

    .link1:hover {
        text-decoration: none;
        color: #fff;
    }



.news_box {
    background-color: #eaf5fa;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
    color: #515252;
    text-decoration: none;
    min-height: 185px;
}

    .news_box:hover {
        background-color: #588fd3;
        text-decoration: none;
        color: #fff;
    }



.date-box-wrap {
    width: 17%;
    float: left;
    margin-bottom: 15px;
    margin-top: 5px;
}

.date-box {
    background-color: #ededed;
    border: 1px solid #e65b1a;
    width: 58px;
    text-align: center;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #333;
    padding-bottom: 0px;
}



    .date-box span {
        background-color: #e65b1a;
        color: #fff;
        font-size: 13px;
        height: 24px;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        margin-bottom: 5px;
        padding-bottom: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }




.news-text {
    box-sizing: border-box;
    float: left;
    width: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 36px;
}

    .news-text h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: inherit;
    }

    .news-text p {
        color: inherit;
        padding-bottom: 0;
        line-height: 24px;
    }

.news-desc {
    box-sizing: border-box;
    float: left;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 36px;
}

.date-box .month {
    background-color: #e65b1a;
    color: #fff;
    font-size: 13px;
    height: 24px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 5px;
    box-sizing: border-box;
    line-height: 1;
}

/*NewsSection*/

.border {
    border-collapse: collapse;
    border: 1px solid #5a87c6;
    padding: 10px 0 10px 10px;
}


.color {
    color: #0066FF;
    font-weight: bold;
}

.arrow {
    background: url(../images/ArrowBtnTable.png) no-repeat left 7px;
    padding: 0 10px 10px 15px;
}

/*Left-column image section*/

.image-spacing {
    margin-top: 130px !important;
}

.img-spacer {
    margin: 15px;
    margin-left: 0;
}

.Flex {
    display: flex;
}


/*Media Queries*/

@media (max-width: 767px) {


    .cascade-slider_item img {
        width: 330px;
    }

    .inner_banner {
        min-height: 300px;
    }

    .carousel-item:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.35);
    }

    .hide {
        display: none;
    }

    .hide-inner {
        display: none;
    }

    ul.breadcrumb li {
        font-size: 13px;
    }

    .hide-quote {
        display: none;
    }

    .hide-b {
        display: none;
    }

    .hide-box {
        display: none;
    }

    .top_banner_height {
        min-height: 200px;
    }

    .readmore-icon {
        width: 35px;
        padding-bottom: 10px;
    }


    .pt-pb {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .title {
        z-index: 1;
        position: relative;
        margin-top: 12px !important;
    }

    .title_bg {
        background-color: rgba(67,155,55,.98);
        width: 100%;
        margin-top: 12px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }

    .link {
        padding-left: 0;
        padding-right: 0;
    }


    .ph-parent-img {
        position: relative;
        left: 0%;
        text-align: center;
    }

    .ph-img-pt {
        padding-top: 150px;
        order: 1;
    }


    .download-button1 {
        border: 1px solid #b2afaf;
        padding: 13px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 20px 3px;
        cursor: pointer;
        border-radius: 25px;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 6px 8px -5px #6e6e6e;
        transition: 0.5s;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .about-cvr {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .fa-about {
        font-size: 50px;
    }

        .fa-about:hover {
            font-size: 50px;
        }

    .about-p h1 {
        font-weight: 600;
        font-size: 30px;
    }

    .title_bg-a {
        background-color: #839fd0;
        width: 100%;
        margin-top: 12px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }

    .title_bg-app {
        background-color: #e2602c;
        width: 100%;
        margin-top: 12px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }


    .title_bg-tech {
        background-color: #1572a2;
        width: 100%;
        margin-top: 12px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }

    .title_bg-serv {
        background-color: #4c4f57;
        width: 100%;
        margin-top: 12px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }


    .trade_col .details {
        width: 50%;
        box-sizing: border-box;
        padding-left: 5px;
        font-size: 14px;
    }

        .trade_col .details h4 {
            margin: 0;
            padding: 0 0 0 0;
            font-weight: 600;
            font-size: 15px;
        }

    .map-dim {
        width: 300px;
        height: 300px;
    }

    .box-service-title {
        font-size: 15px;
    }

    .global-services {
        background: #f8f8f8;
        padding: 0;
        margin: 40px 0 40px 0;
    }

    .fa-quoteico {
        font-size: 25px;
        padding: 15px;
    }

    .quote-box p {
        font-size: 15px;
        font-style: italic;
    }

    .herobg1 {
        min-height: 360px;
    }

    .herobg2 {
        min-height: 360px;
    }

    .herobg3 {
        min-height: 360px;
    }

    .herobg4 {
        min-height: 360px;
    }


    .herobg5 {
        min-height: 360px;
    }


    .herobg6 {
        min-height: 360px;
    }

    .herobg7 {
        min-height: 360px;
    }

    .herobg8 {
        min-height: 360px;
        background-size: cover;
        background-position-x: 72%;
    }

    .herobg9 {
        min-height: 360px;
    }




    #home-newstitle {
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #e2602c;
        height: 130px;
        position: absolute;
        width: 100%;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .news-ba::before {
        display: none;
    }

    .news-ba::after {
        display: none;
    }

    .title-h2 {
        transform: skewX(0deg);
        color: #fff;
        font-weight: 600;
    }

    .title h1 {
        text-align: right;
        line-height: 105px;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

    .title h2 {
        text-align: right;
        line-height: 105px;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

    #home-tradetitle {
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #4c4f58;
        height: 130px;
        position: absolute;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trade-ba::before {
        display: none;
    }

    .trade-ba::after {
        display: none;
    }


    #home-techtitle {
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #839fd0;
        height: 130px;
        position: absolute;
        width: 100%;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tech-ba::before {
        display: none;
    }

    .tech-ba::after {
        display: none;
    }


    #home-downloadtitle {
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: rgba(67,155,55,.98);
        height: 130px;
        position: absolute;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .download-ba::before {
        display: none;
    }

    .download-ba::after {
        display: none;
    }

    #home-videotitle {
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        background-color: #1572a2;
        height: 130px;
        position: absolute;
        width: 100%;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .video-ba::before {
        display: none;
    }

    .video-ba::after {
        display: none;
    }

    .ptiinspecBg {
        width: 100%;
        height: 300px;
        padding: 10px 20px 10px 10px;
        font-size: 20px;
        position: relative;
        color: #FFF;
        background: #032541;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .ptiinspecBg h1 {
            color: white;
            font-size: 42px;
            position: absolute;
            z-index: 1;
            font-weight: 600;
            margin-left: 62px;
            width: 0;
        }

        .ptiinspecBg:after {
            content: " ";
            position: inherit;
            display: none;
            width: 0;
            height: 0;
            top: 0;
            right: 0;
            z-index: 0;
            background: #032541;
            transform-origin: bottom left;
            -ms-transform: skew(0deg, 0deg);
            -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
        }


    .justify-content-end {
        justify-content: center !important;
    }

    .cascade-parent {
        top: 28%;
    }

    .content-align {
        text-align: center;
        padding: 30px;
    }

        .content-align p {
            padding-bottom: 15px;
        }


    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-150%) scale(0.9);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(-150%) scale(0.9);
        opacity: 1;
        z-index: 1;
    }

    .butt_marg {
        margin-top: 25px;
        margin-right: 0;
    }

    .hero-button {
        padding: 15px;
        background-color: #02437b;
        border-radius: 10px;
        color: #fff !important;
        font-size: 15px;
    }

    .carousel-caption {
        width: 100%;
        left: 0;
        top: 50% !important;
        transform: translateY(-50%);
        text-align: center;
        bottom: 0;
    }

        .carousel-caption h3 {
            font-size: 24px;
            font-weight: 600;
            font-style: italic;
        }

        .carousel-caption h2 {
            font-size: 24px;
            text-align: center;
            font-style: italic;
        }


        .carousel-caption h4 {
            font-size: 24px;
            text-align: center;
            font-style: italic;
        }

        .carousel-caption h3 {
            font-size: 24px;
            text-align: center;
            font-style: italic;
        }

        .carousel-caption h2 {
            font-size: 24px;
            text-align: center;
            font-style: italic;
        }

    .techcol {
        width: 100%;
    }

        .techcol h3 {
            width: 100%;
            font-size: 22px;
            font-weight: bold;
        }


    .fa-tech {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        justify-content: center;
        text-align: center;
        display: flex;
        padding: 0px;
        color: #da2524;
        margin: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
    }

        .fa-tech:hover {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            justify-content: center;
            text-align: center;
            display: flex;
            padding: 0px;
            color: #eb0f0e;
            margin: 0;
            width: 40px;
            height: 40px;
            z-index: 10;
        }



    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }


    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.9);
        opacity: 1;
        z-index: 5;
    }

    .trade-content {
        padding: 20px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.18);
        margin-bottom: 20px;
    }

    .side-title h2 a {
        line-height: 105px;
        font-size: 21px;
        font-weight: 600;
        color: #000;
    }

    .subscribe_news {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .subscribe_news input {
            width: 100%;
        }

    .tab-content {
        padding: 20px;
    }

    .img-mb {
        margin-bottom: 20px;
    }

    .img-center {
        text-align: center;
    }

    .top-banner_knowledgecentretemplate {
        background-position: 50% 33px;
    }

    .top-banner_Tecktalks {
        background-position: 50% 33px;
    }

    .top-banner_rigid {
        background-position: 50% 33px;
    }

    .top-banner_vacuum {
        background-position: 50% 33px;
    }

    .top-banner_airborne {
        background-position: 13% 10px;
    }

    .top-banner_ccitraining {
        background-position: 90% 33px;
    }

    .top-banner_tech {
        background-position: 0% 59px;
    }

    .news_detail h2 {
        font-size: 24px;
    }

    .TitleShape {
        font-size: 15px;
    }

    .TitleShape_TY {
        font-size: 15px;
    }

    .news-text h3 {
        font-size: 15px;
        font-weight: 600;
        line-height: inherit;
        padding-left: 25px;
    }

    .top_banner_dataintegrity {
        background-position: left 11vw;
        background-size: cover;
        object-fit: cover;
        padding-top: 22vw;
        padding-bottom: 22vw;
        background-color: transparent;
        background-image: url('../images/PTI-Data_integrity_banner.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .h5-font {
        font-size: 18px !important;
        text-align: center !important;
    }

    .h5-font-cust {
        font-size: 16px !important;
        text-align: center !important;
    }

    .top-banner_terms {
        background: url(../images/Terms_1.jpg) no-repeat left top;
        background-size: cover;
        object-fit: cover;
        background-position-y: 42px;
        background-position-x: 79%;
    }
}

@media only screen and (min-width:768px) and (max-width: 1024px) {

    .home-box .content-ptibox h2 {
        font-size: 24px;
    }

    .side-title h2 a {
        line-height: 105px;
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .readmore-icon {
        width: 35px;
        padding-bottom: 10px;
    }

    .trade-content p {
        font-size: 16px;
        padding-bottom: 0;
    }

    .home-box .content ul li {
        font-size: 13px;
    }


    .inner_banner {
        min-height: 300px;
    }

    .carousel-item:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.35);
    }

    .hide-b {
        display: none;
    }

    .carousel-caption {
        width: 550px;
        left: 20%;
        top: 50% !important;
        transform: translateY(-50%);
        text-align: center;
        bottom: 0;
    }


    .parent-img-right {
        position: relative;
        left: 10%;
    }


    .over-img-p1 {
        width: 200px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.27), 0 6px 20px 0 rgba(0, 0, 0, 0.27);
    }

    .over-img {
        position: absolute;
        top: 68%;
        left: 44%;
        width: 100px;
    }

    .over-img-p3 {
        position: absolute;
        top: -13%;
        left: -8%;
        width: 70px;
    }

    .img-pt {
        padding-top: 100px;
    }

    .pt-pb {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .top_banner_height {
        min-height: 300px;
    }

    .footer-icon {
        padding-left: 0;
    }

    .footer-email {
        padding-left: 0;
    }

    .h4_title {
        padding-left: 0;
    }

    .footer-section ul li {
        padding-left: 0;
    }

    .footer-section ul {
        padding-left: 0;
    }

        .footer-section ul li {
            padding-left: 0;
        }

    .contact-page {
        width: 120px !important;
    }


    .link {
        padding-left: 0;
    }


    .ph-parent-img {
        position: relative;
        left: 6%;
    }

    .hide {
        display: none;
    }

    .over-img-ph1 {
        width: 250px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.27), 0 6px 20px 0 rgba(0, 0, 0, 0.27);
    }

    .title_bg {
        background-color: rgba(67,155,55,.98);
        width: 50%;
        margin-top: -55px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }

    .title_bg-serv {
        background-color: #4c4f57;
        width: 58%;
        margin-top: -55px;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }


    .download-button2 {
        border: 1px solid #000;
        padding: 13px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 20px 3px;
        cursor: pointer;
        border-radius: 25px;
        width: 320px;
    }

    .download-button1 {
        border: 1px solid #b2afaf;
        padding: 13px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 20px 3px;
        cursor: pointer;
        border-radius: 25px;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 6px 8px -5px #6e6e6e;
        transition: 0.5s;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    .over-img-ph3 {
        position: absolute;
        top: -140px;
        right: 12px;
        width: 170px;
        z-index: 0;
    }

    .trade_col .details {
        width: 50%;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 13px;
    }

        .trade_col .details h4 {
            margin: 0;
            padding: 0 0 0 0;
            font-weight: 600;
            font-size: 15px;
        }

    .map-dim {
        width: 300px;
        height: 250px;
    }

    #home-tradetitle {
        -moz-transform: skew(-27deg, 0deg);
        -webkit-transform: skew(-27deg, 0deg);
        -o-transform: skew(-27deg, 0deg);
        -ms-transform: skew(-27deg, 0deg);
        transform: skew(-27deg, 0deg);
        background-color: #4c4f58;
        height: 130px;
        position: absolute;
        width: 45%;
        left: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #home-techtitle {
        -moz-transform: skew(-27deg, 0deg);
        -webkit-transform: skew(-27deg, 0deg);
        -o-transform: skew(-27deg, 0deg);
        -ms-transform: skew(-27deg, 0deg);
        transform: skew(-27deg, 0deg);
        background-color: #839fd0;
        height: 130px;
        position: absolute;
        width: 40%;
        right: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #home-downloadtitle {
        -moz-transform: skew(-27deg, 0deg);
        -webkit-transform: skew(-27deg, 0deg);
        -o-transform: skew(-27deg, 0deg);
        -ms-transform: skew(-27deg, 0deg);
        transform: skew(-27deg, 0deg);
        background-color: rgba(67,155,55,.98);
        height: 130px;
        position: absolute;
        width: 40%;
        left: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #home-videotitle {
        -moz-transform: skew(-27deg, 0deg);
        -webkit-transform: skew(-27deg, 0deg);
        -o-transform: skew(-27deg, 0deg);
        -ms-transform: skew(-27deg, 0deg);
        transform: skew(-27deg, 0deg);
        background-color: #1572a2;
        height: 130px;
        position: absolute;
        width: 40%;
        right: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #home-newstitle {
        -moz-transform: skew(-27deg, 0deg);
        -webkit-transform: skew(-27deg, 0deg);
        -o-transform: skew(-27deg, 0deg);
        -ms-transform: skew(-27deg, 0deg);
        transform: skew(-27deg, 0deg);
        background-color: #e2602c;
        height: 130px;
        position: absolute;
        width: 40%;
        right: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-align p {
        padding-bottom: 0;
        font-size: 14px;
    }

    .content-align h2 {
        font-size: 20px;
    }

    .lh {
        line-height: 36px;
        font-size: 25px;
        margin-top: 20px;
    }

    .ptiinspecBg {
        width: 100%;
        height: 250px;
        padding: 10px 20px 10px 10px;
        font-size: 20px;
        position: relative;
        color: #FFF;
        background: #032541;
        display: flex;
        align-items: center;
    }

    .cascade-slider_container {
        width: 1200px;
        height: 250px;
        margin: 50px auto;
        padding-top: 150px;
    }


    .topbox-mt {
        margin-top: 30px;
    }

    .ptiinspecBg h1 {
        color: white;
        font-size: 45px;
        position: absolute;
        z-index: 1;
        width: 400px;
        font-weight: 600;
        margin-left: 65px;
    }

    .ptiinspecBg:after {
        display: none;
    }

    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.9);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-108%) scale(0.7);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(8%) scale(0.7);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_arrow-left {
        left: 0;
        font-size: 25px;
        color: #000;
        opacity: 1;
    }

    .cascade-slider_arrow-right {
        right: 0;
        font-size: 25px;
        color: #000;
        opacity: 1;
    }

    .title h1 {
        text-align: right;
        line-height: 105px;
        font-size: 35px;
        font-weight: 600;
        color: #fff;
    }

    .title h2 {
        text-align: right;
        line-height: 105px;
        font-size: 35px;
        font-weight: 600;
        color: #fff;
    }

    .title_bg-app {
        width: 66%;
    }

    .title_bg-a {
        width: 60%;
    }


    .trade-content {
        padding: 20px;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.18);
        margin-bottom: 20px;
        min-height: 300px;
    }

        .trade-content h3 {
            font-size: 17px;
            font-weight: 600;
        }

    .TitleShape {
        padding: 8px 0 11px 7px;
    }

    .TitleShape_TY {
        padding: 8px 0 11px 7px;
    }


    .title_bg-tech {
        background-color: #1572a2;
        width: 56%;
        height: 105px;
        position: absolute;
        right: 0;
        z-index: 0;
    }

    .herobg5 {
        background-position: left;
    }

    .herobg6 {
        background-position: left;
    }

    .herobg7 {
        background-position: left;
    }

    .top-banner_terms {
        background: url(../images/Terms_1.jpg) no-repeat left top;
        background-size: cover;
        object-fit: cover;
        /* background-position-y: -13px; */
    }
}

@media only screen and (min-width:1024px) and (max-width: 1200px) {
    .news-text h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: inherit;
        padding-left: 15px;
    }

    .top-banner_terms {
        background: url(../images/Terms_1.jpg) no-repeat left top;
        background-size: cover;
        object-fit: cover;
        /* background-position-y: -13px; */
    }
}

@media only screen and (min-width:1921px) {
    .top_banner_dataintegrity {
        background-position: left -6.5vw;
        background-size: cover;
        object-fit: cover;
        padding-top: 10vw;
        padding-bottom: 10vw;
        background-color: transparent;
        background-image: url('../images/PTI-Data_integrity_banner.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
}
