/*====================================== reset.css is here ========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 600;
}

p:empty {
    display: none !important;
}

.nobackground h3 a {
    background: none !important;
}

.slider-slick-nav-2 .slick-next, .grid .slick-next {
    position: absolute !important;
    top: 50% !important;
    right: 3px;
    z-index: 1;
    background: url(../images/left-arrow.png) no-repeat;
    width: 70px;
    height: 45px;
    background-size: contain;
    border: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-slick-nav-2 .slick-prev, .grid .slick-prev {
    position: absolute !important;
    top: 50% !important;
    left: 3px;
    z-index: 1;
    background: url(../images/left-arrow.png) no-repeat;
    width: 70px;
    height: 45px;
    background-size: contain;
    border: 0;
}

.grid .slick-next, .grid .slick-prev {
    top: 43% !important;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

abbr, acronym {
    border: 0;
}

.clear:after {
    content: '';
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: 0 none !important;
}

header, nav, section, article, aside, footer, hgroup, figure {
    display: block;
}
/* Font Face */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri.eot') format('embedded-opentype'), url('../fonts/Calibri/Calibri.woff') format('woff'), url('../fonts/Calibri/Calibri.ttf') format('truetype'), url('../fonts/Calibri/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-Light';
    src: url('../fonts/Calibri-Light/Calibri-Light.eot') format('embedded-opentype'), url('../fonts/Calibri-Light/Calibri-Light.woff') format('woff'), url('../fonts/Calibri-Light/Calibri-Light.ttf') format('truetype'), url('../fonts/Calibri-Light/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-Bold';
    src: url('../fonts/Calibri-Bold/Calibri-Bold.eot') format('embedded-opentype'), url('../fonts/Calibri-Bold/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-BoldItalic';
    src: url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.woff') format('woff'), url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.ttf') format('truetype'), url('../fonts/Calibri-BoldItalic/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-Italic';
    src: url('../fonts/Calibri-Italic/Calibri-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Italic/Calibri-Italic.woff') format('woff'), url('../fonts/Calibri-Italic/Calibri-Italic.ttf') format('truetype'), url('../fonts/Calibri-Italic/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none !important;
    display: inline-block;
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    display: inline-block;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 none !important;
    }

.transition {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

b {
    font-family: 'Calibri-Bold';
}

.btn {
    height: 41px;
    line-height: 41px;
    max-width: 131px;
    width: 100%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Calibri-Bold';
    padding: 0 10px 0 29px;
    position: relative;
    text-transform: uppercase;
}

    .btn:hover {
        background: #ffffff;
        color: #104d79;
    }

    .btn span {
        position: relative;
        top: 2px;
    }

        .btn span:before {
            content: '\f054';
            position: absolute;
            left: -20px;
            top: 0;
            bottom: 0;
            font-family: fontAwesome;
            font-size: 10px;
            line-height: 10px;
        }

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
    font-family: 'Calibri-Bold';
}

h3 {
    font-size: 25px;
    line-height: 28px;
}

h4 {
    font-size: 21px;
    line-height: 21px;
    font-family: 'Calibri-Bold';
}

h5 {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Calibri-Bold';
}

h6 {
    font-size: 12px;
    font-family: 'Calibri-Bold';
}
/*---------------------------------------------------*/
html {
}

body {
    color: #b1b1b1;
    font-family: 'Calibri';
    font-size: 16px;
    font-weight: normal;
}
/*-----------LayOut Start here-----------------------*/
.wrapper {
    margin: 0 auto;
}

.container {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
}

.top-container {
    max-width: 1160px;
    /*max-width: 100%;*/
    width: 100%;
    margin: auto;
    /*padding: 0px 20px;*/
}

header {
    padding: 0 15px;
    background: #ffffff;
}

.sticky header {
    position: fixed;
    width: 100%;
    z-index: 2;
}


/* 15/09/2017 Changes Starts Here*/

.header-inner {
    padding: 5px 10px 10px 0;
    display: block;
    position: relative;
    text-align: right;
    /*float: right;*/
    font-size: 0;
    position: relative;
    overflow: hidden;
    padding-right: 2px!important;
}

.logo {
    float: left;
    padding-left: 15px;
    /*padding-bottom: 10px;*/
}

    .logo a img {
        max-width: inherit;
        width: 170px;
    }

/* 15/09/2017 Changes Ends Here*/

.header-search {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    text-align: left;
    display: none;
}

    .header-search input {
        max-width: 123px;
        height: 18px;
        background: #eeeeee;
        font-size: 14px;
        font-family: 'Calibri';
        padding: 0 25px 0 10px;
        border: none;
        outline: none;
        color: #808080;
        display: block;
        width: 100%;
    }

    .header-search button {
        position: absolute;
        width: 20px;
        height: 18px;
        background: #eeeeee;
        border: none;
        outline: none;
        right: 0;
        top: 0;
        cursor: pointer;
        color: #808080;
        font-size: 12px;
    }

        .header-search button:hover {
            background: #dedede;
        }

.visible-mobile {
    display: none;
}

.expand-collapse {
    position: absolute;
    left: 40px;
    top: 2px;
    font-size: 30px;
    font-weight: bold;
    z-index: 100;
    width: 30px;
    height: 90%;
    text-align: center;
}

.Submenu {
}
/*---------Navigations ------------------------------*/
nav {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 30px 0 0 4px;
}

    nav > ul {
        display: block;
    }

        nav > ul > li {
            display: inline-block;
        }

            nav > ul > li > a {
                font-size: 14px;
                line-height: 14px;
                color: #29303a;
                padding: 0 25px;
                position: relative;
            }

                nav > ul > li > a:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    width: 1px;
                    height: 18px;
                    top: 3px;
                    background: #a0a0a0;
                }

            nav > ul > li:last-child > a:after {
                display: none;
            }

            nav > ul > li.no_bor > a:after {
                display: none;
            }

            nav > ul > li > a span {
                padding: 5px 0;
                border-bottom: 2px solid transparent;
                position: relative;
                z-index: 1;
                display: inline-block;
                transition: 0.5s all ease-in-out;
                -moz-transition: 0.5s all ease-in-out;
                -ms-transition: 0.5s all ease-in-out;
                -o-transition: 0.5s all ease-in-out;
                -webkit-transition: 0.5s all ease-in-out;
            }

            nav > ul > li:last-child > a {
                padding-right: 0;
            }

            nav > ul > li:hover > a span, nav > ul > li.active > a span {
                border-bottom: 2px solid #08b28c;
            }

.tog {
    width: 100%;
    background: rgba(255,255,255,0.95);
    padding: 25px 25px;
    display: none;
}

    .tog ul {
        display: block;
    }

        .tog ul li {
            display: block;
            padding: 5px 0;
        }

            .tog ul li a {
                font-size: 14px;
                line-height: 14px;
                color: #808080;
            }

nav > ul > li:hover .tog {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.sidebar {
    display: none;
    width: 100%;
    position: fixed;
    top: 149px;
    left: -100%;
    background: #ffffff;
    height: calc(100% - 149px);
    overflow: auto;
}

.overlay { /*position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);opacity:0;visibility:visible;z-index:-1;*/
}
/* Menu Icon */
.menu_icon {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 73px;
    font-size: 0;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    outline: none;
    background: #08b28c;
    z-index: 10;
    position: relative;
    display: none;
}

    .menu_icon span {
        display: block;
        position: absolute;
        top: 35px;
        left: 32px;
        right: 32px;
        height: 2px;
        background: #ffffff;
        transition: background 0s 0.3s;
    }

        .menu_icon span::before, .menu_icon span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 2px;
            background: #ffffff;
            content: "";
            transition-duration: 0.3s, 0.3s;
            transition-delay: 0.3s, 0s;
        }

        .menu_icon span::before {
            top: -8px;
            transition-property: top, transform;
        }

        .menu_icon span::after {
            bottom: -8px;
            transition-property: bottom, transform;
        }

.banner-mobile {
    position: relative;
}

    .banner-mobile h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #08b28c;
        color: #ffffff;
        font-size: 36px;
        line-height: 93px;
        height: 93px;
        padding: 0 50px;
    }
/* ----------------- MIAN CONTENT HERE --------------*/
.main-content {
    padding: 0 15px;
    background: #ffffff;
}

    .main-content .top-container {
        position: relative;
    }

.main-content-inner {
    padding: 0;
}

.main-inner {
    position: relative;
}

.main-left {
    float: left;
    display: inline-block;
    width: 22%;
}

.main-left-inner {
    padding: 50px 28px 0 46px;
    padding-left: 30% !important;
}

    .main-left-inner h5 {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 0;
        border-bottom: 1px solid #808080;
        color: #023c5a;
    }

    .main-left-inner > ul {
        display: block;
        padding: 0 0 0 25px;
    }

        .main-left-inner > ul > li {
            display: block;
            border-bottom: 2px solid #808080;
            position: relative;
        }

            .main-left-inner > ul > li.active.current {
                border-bottom: none;
            }

            .main-left-inner > ul > li.selected a {
                color: #08b28c;
            }

            .main-left-inner > ul > li.active.current:after {
                content: '\f078';
            }

            .main-left-inner > ul > li.active:after {
                content: '\f054';
                position: absolute;
                left: -18px;
                top: 17px;
                margin-top: -5px;
                font-family: fontAwesome;
                font-size: 12px;
                color: #023c5a;
            }

            .main-left-inner > ul > li > a {
                font-size: 14px;
                line-height: 14px;
                padding: 11.5px 0;
                color: #023c5a;
                font-family: 'Calibri-Bold';
            }

            .main-left-inner > ul > li.no_bor > a {
                /*color: #f7931e;*/
            }

            .main-left-inner > ul > li.foodlink > a {
                color: #f7931e;
            }

            .main-left-inner > ul > li.plasticlink > a {
                color: #2e7438;
            }

            .main-left-inner > ul > li ul {
                border-top: 1px solid #808080;
                padding: 4px 5px 16px 18px;
            }

                .main-left-inner > ul > li ul li {
                    padding: 0;
                    display: block;
                }

                    .main-left-inner > ul > li ul li a {
                        font-size: 14px;
                        line-height: 18px;
                        color: #08b28c;
                    }

                    .main-left-inner > ul > li ul li.active_state a {
                        font-family: 'Calibri-Bold';
                    }

header {
    display: none;
}

@media (max-width: 767px) {
    header {
        display: block;
    }

    .main-left-inner {
        display: none!important;
    }
}

.main-right {
    float: right;
    display: block;
    width: 78%;
    padding-top: 0;
}

.main-right-inner {
    padding: 0 0 0 8px;
}

.banner {
    position: relative;
}

.contact-details {
    position: absolute;
    right: 0;
    top: 28px;
    width: 57px;
    z-index: 9;
}

    .contact-details ul {
        display: block;
    }

        .contact-details ul li {
            display: block;
            transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
        }

            .contact-details ul li:hover {
                opacity: 0.8;
            }

            .contact-details ul li a {
                display: table;
                height: 50px;
                text-align: center;
                width: 100%;
                opacity: 1;
            }

                /*.contact-details ul li a:hover {
                    opacity: 0.8;
                }*/

                .contact-details ul li a.chat {
                    background: #ed6222;
                }

                .contact-details ul li a.tel {
                    background: #b3cf33;
                }

                    .contact-details ul li a.tel i {
                        transform: rotate(270deg);
                        -moz-transform: rotate(270deg);
                        -ms-transform: rotate(270deg);
                        -o-transform: rotate(270deg);
                        -webkit-transform: rotate(270deg);
                    }

                .contact-details ul li a.mail {
                    background: #023c5a;
                }

                .contact-details ul li a i {
                    display: table-cell;
                    vertical-align: middle;
                    color: #ffffff;
                    font-size: 30px;
                }

.main-right-content {
    padding: 0 0px 0 0 !important;
}

.next-content {
    display: block;
    position: relative;
    /*background: #08b28c;*/
    margin: 0 0 23px;
}

    .next-content h3 {
        color: #ffffff;
        padding: 9px 45px 9px 28px;
        letter-spacing: 0.4px;
    }

.plastic-systems-page .next-content h3 {
    padding: 15px 80px 15px 28px;
}

    .plastic-systems-page .next-content h3 a {
        display: block!important;
    }

.next-content h3 a {
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    /*background: #08b28c;*/
    color: #ffffff;
    height: 100%;
    text-align: center;
}

    .next-content h3 a:hover {
        background: #29303a;
    }

    .next-content h3 a b {
        display: inline-block;
        position: absolute;
        font-size: 14px;
        line-height: 14px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 100%;
        left: 0;
    }

/* 15/09/2017 Changes Starts Here*/

.next-content-inner {
    position: relative;
}

.next-content .slick-prev.slick-arrow {
    display: none !important;
}

.next-content .slick-next.slick-arrow {
    font-size: 0;
    width: 73px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    z-index: 1;
    border: none;
    outline: none;
    cursor: pointer;
}

/* 15/09/2017 Changes Ends Here*/

.about-dynagraph {
    padding: 23px 0 7px;
    /*border-bottom: 1px solid #808080;*/
}

    .about-dynagraph h3 {
        color: #ccc;
        padding: 0 0 6px;
        display: inline-block;
    }

    .about-dynagraph figure {
        float: right;
        margin: 12px 0 12px 35px;
    }

    .about-dynagraph p {
        font-size: 15px;
        line-height: 20px;
        color: #808080;
        padding: 0 0 12px;
        letter-spacing: 0.1px;
    }

        .about-dynagraph p span.clr1 {
            color: #29303a;
        }

.more {
    font-size: 14px;
    line-height: 16px;
    color: #29303a;
    position: relative;
    padding: 0 0 0 23px;
    letter-spacing: 0.1px;
}

    .more:hover {
        color: #08b28c;
    }

    .more:before {
        content: '\f054';
        display: inline-block;
        border-radius: 8px;
        background: #08b28c;
        color: #ffffff;
        font-family: fontAwesome;
        font-size: 10px;
        line-height: 16px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        -webkit-transition: 0.5s all ease-in-out;
        width: 16px;
        height: 16px;
        text-align: center;
    }

    .more.showless:before {
        content: '\f053';
    }

    .more.current:before {
        content: '\f053';
    }

    .more:hover:before {
        background: #08b28c;
    }

.read_more_content {
    display: none;
}

.read_more .read_more_content {
    display: inline;
}

/*.read_more p br {
    display: none;
}*/

.home-news {
    padding: 25px 0;
}

.home-news-left {
    float: left;
    display: inline-block;
    width: 44%;
    padding: 7px 0 0 2px;
}

.home-news-right {
    float: right;
    display: inline-block;
    width: 56%;
    padding: 0;
}

    .home-news-right h3 {
        color: # 08b28c;
        padding: 0;
    }

    .home-news-right ul {
        display: block;
        padding: 0 0 6px 4px;
    }

        .home-news-right ul li {
            display: block;
            /*border-bottom: 1px solid #808080;*/
            padding: 10px 0;
        }

            .home-news-right ul li h5 {
                color: #3f3f3f;
                text-transform: uppercase;
                padding: 0 0 9px;
            }

                .home-news-right ul li h5.clr1 {
                    text-transform: none;
                    color: #08b28c;
                    padding: 0 0 8px;
                }

            .home-news-right ul li p {
                font-size: 15px;
                line-height: 20px;
                color: #808080;
                padding: 0;
            }
/* ------------------ FOOTER HERE -------------------*/
.discover-more {
    padding: 67px 90px 59px 85px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.discover-section {
    padding: 46px 0 17px;
    border-top: 1px solid #808080;
}

    .discover-section h4 {
        color: #023c5a;
        text-transform: uppercase;
        letter-spacing: 0.2px;
    }

.discover-left {
    float: left;
    display: inline-block;
    width: 27.1%;
}

.discover-left-image {
    position: relative;
    height: 232px;
}

    .discover-left-image figure {
        height: 100%;
        position: absolute;
        width: 100%;
    }

        .discover-left-image figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .discover-left-image h2 {
        position: absolute;
        width: 100%;
        bottom: 28px;
        left: 0;
        padding: 0 29px;
        font-size: 36px;
        line-height: 34px;
        color: #ffffff;
        text-transform: uppercase;
    }

.graphic {
    position: relative;
    border: 1px solid #e2e3e4;
    border-top: none;
    min-height: 232px;
}

.graphic-inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 26px;
    padding: 0 27px;
}

    .graphic-inner h4 {
        color: #104d79;
        padding: 0 0 29px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

    .graphic-inner p {
        padding: 0 0 24px;
    }

        .graphic-inner p span {
            position: relative;
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 10px 0 0;
            cursor: pointer;
        }

            .graphic-inner p span:before {
                display: inline-block;
                border-radius: 8px;
                background: #023c5a;
                color: #ffffff;
                font-family: fontAwesome;
                font-size: 8px;
                line-height: 8px;
                position: absolute;
                left: 0;
                top: 0;
                float: left;
            }

    .graphic-inner span.prev:before {
        padding: 4px 6px 4px 5px;
        content: '\f053';
    }

    .graphic-inner span.next:before {
        padding: 4px 4.5px 4px 6px;
        content: '\f054';
    }

.discover-right {
    float: left;
    display: inline-block;
    width: 72.9%;
}

.discover-cnt {
    padding: 0;
    border-left: 1px solid #ffffff;
}

.discover-cnt-left {
    float: left;
    display: inline-block;
    width: 62%;
    position: relative;
    min-height: 232px;
    border: 1px solid #ffffff;
}

.discover-cnt-right {
    float: left;
    display: inline-block;
    width: 38%;
    position: relative;
    min-height: 232px;
    border: 1px solid #ffffff;
}

.discover-right-inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 35px;
    padding: 0 37px;
}

    .discover-right-inner h4 {
        color: #ffffff;
        padding: 0 4px 42px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }

.bg1 {
    background: #b4d033;
}

.bg2 {
    background: #ed6423;
}

.bg3 {
    background: #104d79;
}

.bg4 {
    background: #08b28c;
}

.btn.btn_clr {
    border-color: #104d79;
    color: #104d79;
    background: #ffffff;
}

    .btn.btn_clr:hover {
        background: #104d79;
        color: #ffffff;
    }

footer {
    padding: 20px 90px 20px 85px;
    padding-left: 22% !important;
    padding-right: 0 !important;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-left: -50px;
    /*margin-right: -50px;*/
}
@media (max-width: 767px) {
    footer {
    margin-left: 0px;
    margin-right: 0px;
    padding-left:30px!important;
    }
}
    footer.green {
        background: #00b08a;
        /* margin-bottom: -10px; */
    }

.footer-top {
    padding: 0 60px 34px;
}

.footer-left {
    float: left;
    display: inline-block;
    width: 62%;
}

    .footer-left > ul {
        display: block;
        font-size: 0;
    }

        .footer-left > ul > li {
            float: none;
            display: inline-block;
            padding: 0 56px 0 0;
            vertical-align: top;
        }

            .footer-left > ul > li h6 {
                font-size: 13px;
                line-height: 13px;
                padding: 5px 0;
                color: #29303a;
                min-height: 23px;
            }

footer.green .footer-left > ul > li h6 {
    color: #f6f6f6;
}

.footer-left > ul > li ul {
    display: block;
}

    .footer-left > ul > li ul li {
        display: block;
        padding: 2px 0;
    }

        .footer-left > ul > li ul li a {
            /* display: inline-block;
                        font-size: 13px;
                        line-height: 18px;
                        font-family: 'Calibri-Bold';
                        color: #808080;
                        border-bottom: 1px solid transparent;
                        font-weight: 400;*/
            font-size: 13px;
            line-height: 13px;
            font-family: 'Calibri-Light';
            color: gray;
            border-bottom: 1px solid transparent;
            pointer-events: none;
            cursor: default;
        }

footer.green .footer-left > ul > li ul li a {
    color: #f6f6f6;
}

.footer-left > ul > li ul li a:hover {
    border-bottom: 1px solid #29303a;
}

footer.green .footer-left > ul > li ul li a:hover {
    border-bottom: 1px solid white;
}

.footer-left > ul > li ul li a b {
    color: #3a3b3b;
}

.footer-left > ul > li ul li a.clr1 {
    color: #f7931e;
}

.footer-left > ul > li ul li a.clr2 {
    color: #2e7438;
}

.footer-right {
    float: right;
    display: inline-block;
    width: 38%;
    padding: 6px 3px 0 0;
    display: none;
}

.footer-right-inner {
    max-width: 301px;
    width: 100%;
    float: right;
}

.footer-subscribe {
    position: relative;
    margin: 0 0 27px;
}

    .footer-subscribe input {
        width: 100%;
        height: 33px;
        border: 1px solid #d2d4d5;
        background: #ffffff;
        outline: none;
        padding: 0 80px 0 15px;
        font-size: 14px;
        color: #808080;
        font-family: 'Calibri';
    }

    .footer-subscribe button {
        position: absolute;
        top: 0;
        right: 0;
        width: 69px;
        color: #ffffff;
        font-size: 14px;
        height: 33px;
        line-height: 33px;
        background: #08b28c;
        text-transform: uppercase;
        text-align: center;
        border: none;
        outline: none;
        cursor: pointer;
        font-family: 'Calibri-Bold';
        opacity: 1;
    }

        .footer-subscribe button:hover {
            opacity: 0.7;
        }

.footer-social-icons {
    margin: 0 -5px;
}

    .footer-social-icons ul {
        display: block;
        font-size: 0;
        text-align: center;
    }

        .footer-social-icons ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 0 20px;
        }

            .footer-social-icons ul li a {
                opacity: 1;
            }

                .footer-social-icons ul li a:hover {
                    opacity: 0.7;
                }

                .footer-social-icons ul li a i {
                    font-size: 24px;
                    color: #08b28c;
                    font-weight: bold;
                }

.copy {
    padding: 0;
    padding-left: 60px;
}

    .copy p {
        font-size: 11px;
        line-height: 13px;
        color: #f6f6f6;
    }

.footer-links {
    padding: 0;
}

    .footer-links ul {
        display: block;
        font-size: 0;
        text-align: center;
    }

        .footer-links ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 7px 25px;
        }

            .footer-links ul li a {
                font-family: 'Calibri-Bold';
                font-size: 13px;
                line-height: 13px;
                color: #023c5a;
            }
/* -------Don't Remove this---------------*/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="checkbox"], input[type="radio"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, button, select {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
    -webkit-border-radius: 0;
}
/*	About Us Page	*/
.aboutus_page .main-content {
    padding: 0px 15px 12px;
}

.aboutus_page .about-dynagraph {
    /*padding: 9px 0 15px;*/
    padding:0px;
}

.about-dynagraph-left {
    float: left;
    display: inline-block;
    width: 70%;
}

.about-dynagraph-inner {
    /*border-bottom: 1px solid #808080;*/
    padding: 10px 0 17px;
}

.about-dynagraph-right {
    float: right;
    display: inline-block;
    width: 30%;
}

.imgRight {
    margin-bottom: 20px;
}

    .imgRight .about-dynagraph-right {
        width: 40%;
    }

    .imgRight .about-dynagraph-left {
        width: 60%;
    }

.aboutus_page .about-dynagraph figure {
    /*margin: 22px 0 12px 15px;*/
    max-width: 290px;
    margin:0px;
    margin-left:20px;
}
.about-dynagraph:not(:nth-child(2)) figure {
    margin-top: -50px;
}

.aboutus_page .about-dynagraph.ImageLeft .about-dynagraph-left {
    float: right;
}

.aboutus_page .about-dynagraph.ImageLeft .about-dynagraph-left a {
    color: #08b28c;
}

.aboutus_page .about-dynagraph.ImageLeft .about-dynagraph-left a:not(.career) {
    color: #08b28c;
    display: block;
    margin: 10px auto;
}

.aboutus_page .about-dynagraph.ImageLeft .about-dynagraph-right {
    float: left;
}

.aboutus_page .about-dynagraph.ImageLeft figure {
    margin: 0px 15px 12px 0;
    float: left;
}

.aboutus_page .about-dynagraph.ImageLeft .blockTitle {
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
}

.aboutus_page.ImageLeft .about-dynagraph p {
    padding: 0 0 5px;
}

.aboutus_page .home-news {
    margin-bottom: 20px;
}

.aboutus_page .home-news-right ul li {
    padding: 17px 0 22px;
}

    .aboutus_page .home-news-right ul li h3 {
        padding: 0 0 9px;
    }

    .aboutus_page .home-news-right ul li p {
        padding: 0 0 14px;
        letter-spacing: 0.1px;
    }

.aboutus_page .home-news-left {
    padding: 24px 0 0 2px;
    width: 39.6%;
}

.aboutus_page .home-news-right {
    width: 60.4%;
}

.aboutus_page .home-news {
    padding: 7px 0;
}
/*	Print Page	*/
.printpage .about-dynagraph-left {
    width: 61%;
    padding: 10px 0 17px;
}

.printpage .about-dynagraph-right {
    width: 39%;
    padding: 28px 3px 0 0;
}

.printpage .about-dynagraph {
    padding: 5px 0 0;
}

    .printpage .about-dynagraph h3 {
        padding: 0 0 10px;
    }

    .printpage .about-dynagraph p {
        padding: 0 0 14px;
    }
/*	Contact Page	*/
.countries {
    padding: 36px 0 17px;
}

    .countries > ul {
        float: left;
        display: inline-block;
        width: 150px;
        padding: 3px 0 0;
    }

        .countries > ul > li {
            display: block;
            padding: 0 !important;
            float: none;
            margin: 0;
            background: none !important;
            border: none !important;
        }

            .countries > ul > li > a {
                display: block;
                padding: 0 12px;
                font-size: 14px;
                line-height: 32px;
                height: 32px;
                color: #808080;
                border-bottom: 1px solid #808080;
            }

            .countries > ul > li:last-child > a {
                border-bottom: none;
            }

            .countries > ul > li:hover > a, .countries > ul > li.resp-tab-active > a {
                background: #00b08a;
                color: #ffffff;
                border-color: #00b08a;
            }

.resp-tabs-container {
    width: 582px;
    float: left;
    display: inline-block;
    margin: 0 0 0 50px;
    clear: inherit;
}

.countries-section {
    padding: 0 0 26px;
}

    .countries-section h4 {
        color: #ccc;
        padding: 0 0 6px;
        display: block;
        font-size: 25px;
        line-height: 28px;
    }

    .countries-section p {
        font-size: 15px;
    line-height: 20px;
    color: #808080;
    }

.countries-content {
    padding: 0;
    border: none;
}

.countries-left {
    float: left;
    display: inline-block;
    padding: 1px 0 0;
}

    .countries-left p {
        font-size: 21px;
        line-height: 25px;
        color: #808080;
    }

.countries-right {
    float: right;
    display: inline-block;
}

    .countries-right ul {
        display: block;
    }

        .countries-right ul li {
            display: block;
            padding: 1px 0;
        }

            .countries-right ul li p {
                font-size: 21px;
                line-height: 23px;
                color: #808080;
            }

                .countries-right ul li p a {
                    border-bottom: 1px solid transparent;
                    color: #808080;
                }

                    .countries-right ul li p a:hover {
                        border-color: #808080;
                    }

                .countries-right ul li p.clr1 {
                    color: #00b08a;
                    margin: 24px 0 0;
                }

                .countries-right ul li p a.clr1 {
                    color: #00b08a;
                }

                    .countries-right ul li p a.clr1:hover {
                        border-color: #69caf2;
                    }
/*	Partners Page	*/
.sorting {
    padding: 7px 0 19px;
}

.sorting-inner {
    float: right;
    display: inline-block;
    font-size: 0;
}

.sorting-content {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 19px 0 0;
}

    .sorting-content ul {
        display: inline-block;
        vertical-align: middle;
    }

        .sorting-content ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 0 17px;
        }

            .sorting-content ul li a {
                font-family: 'Calibri-Bold';
                font-size: 14px;
                line-height: 18px;
                color: #808080;
            }

    .sorting-content label {
        font-size: 14px;
        line-height: 18px;
        color: #808080;
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px 0 0;
    }

.companies {
    padding: 5px 0 10px 0;
}

    .companies .slider-nav .item {
        padding: 2px 1px;
    }

    .companies .slick-slider .item:focus {
        outline: none;
    }

    .companies .slider-bottom .item {
        padding: 2px 1px;
    }
    /*.slick-current.item{transform: scale(2,2);}*/



    .companies .slick-dots {
        padding: 7.5px 0;
        font-size: 0;
        display: block;
        width: 100%;
        text-align: center;
    }

        .companies .slick-dots li {
            width: 13px;
            height: 13px;
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #808080;
            border-radius: 100%;
            margin: 4.5px;
            background: #ffffff;
        }

            .companies .slick-dots li button {
                display: none;
            }

            .companies .slick-dots li.slick-active {
                background: #808080;
            }

.about-company {
    padding: 23px 0 21px;
    border-top: 1px solid #808080;
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.slider-class1 .about-company {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.about-company-content {
    padding: 0 0 33px;
}

    .about-company-content .link {
        font-family: 'Calibri-Bold';
        font-size: 14px;
        line-height: 14px;
        color: # 08b28c;
        margin: 0 0 17px;
        border-bottom: 1px solid transparent;
    }

        .about-company-content .link:hover {
            border-bottom-color: # 08b28c;
        }

    .about-company-content h4 {
        font-size: 19px;
        line-height: 19px;
        color: #023c5a;
        padding: 0 0 7px;
        text-transform: uppercase;
    }

    .about-company-content p {
        font-size: 14px;
        line-height: 16px;
        color: #023c5a;
        padding: 0;
    }

.about-company-list ul {
    display: block;
    font-size: 0;
}

    .about-company-list ul li {
        float: none;
        display: inline-block;
        padding: 2px;
        vertical-align: middle;
    }

        .about-company-list ul li a {
            font-size: 10px;
            line-height: 21px;
            height: 21px;
            color: #ffffff;
            background: #cdcfd0;
            padding: 0 5px;
            text-transform: uppercase;
        }

        .about-company-list ul li.active a, .about-company ul li a:hover {
            background: #3db6e7;
        }

/* stopped by salma to show dots of slider*/
/*.slider-nav .slick-dots {
    display: none !important;
}

.slider-class .slider-nav .slick-dots {
    display: block !important;
}*/
/*	Food-System-Page	*/
.food-systems-page .next-content {
    background: #e6891c;
}

.plastic-systems-page .next-content {
    background: #2e7438;
}

.food-systems-page .next-content.next-content h3 a {
    background: #f6921e;
}

    .food-systems-page .next-content.next-content h3 a:hover {
        background: #c77617;
    }

.food-systems-page .main-left-inner > ul > li ul {
    display: none;
}

.food-systems-page nav > ul > li:hover > a span, .food-systems-page nav > ul > li.active > a span {
    border-bottom-color: #f6921e;
}

.food-systems-page .clr_org {
    color: #f7931e;
}

.plastic-systems-page .next-content.next-content h3 a {
    background: #2e873b;
}

    .plastic-systems-page .next-content.next-content h3 a:hover {
        background: #c77617;
    }

.plastic-systems-page .main-left-inner > ul > li ul {
    display: none;
}

.plastic-systems-page nav > ul > li:hover > a span, .plastic-systems-page nav > ul > li.active > a span {
    border-bottom-color: #f6921e;
}

.plastic-systems-page .clr_org {
    color: #2e7438;
}

.food-systems-page .home-news-right ul li h5.clr_org {
    color: #f7931e;
}

.food-systems-page .more:before {
    background: #f6921e;
}

.food-systems-page .footer-subscribe button {
    background: #f6921e;
}

.food-systems-page .about-dynagraph figure {
    margin: 12px 0 12px 75px;
}

.plastic-systems-page .home-news-right ul li h5.clr_org {
    color: #f7931e;
}

.plastic-systems-page .more:before {
    background: #f6921e;
}

.plastic-systems-page .footer-subscribe button {
    background: #f6921e;
}

.plastic-systems-page .about-dynagraph figure {
    margin: 12px 0 12px 75px;
}
/*	Career Page	*/
.vacancies {
    padding: 0 0 143px;
    margin: -4px 0 0;
}

.vacancies-left {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 20px 0 0;
}

    .vacancies-left h5 {
        font-size: 16px;
        line-height: 16px;
        color: #69caf2;
    }

    .vacancies-left > ul {
        display: block;
        margin: 0 0 32px;
    }

        .vacancies-left > ul > li {
            display: block;
            padding: 6px 0;
        }

            .vacancies-left > ul > li > h5 {
                background: #f6f6f6;
                color: #104d79;
                padding: 0 19px;
                font-size: 16px;
                line-height: 37px;
                height: 37px;
                cursor: pointer;
                position: relative;
            }

                .vacancies-left > ul > li > h5:after {
                    content: '\f054';
                    position: absolute;
                    right: 17px;
                    top: 50%;
                    font-family: fontAwesome;
                    font-size: 20px;
                    line-height: 20px;
                    color: #69caf2;
                    height: 20px;
                    margin-top: -10px;
                    transition: 0.5s all ease-in-out;
                    -moz-transition: 0.5s all ease-in-out;
                    -ms-transition: 0.5s all ease-in-out;
                    -o-transition: 0.5s all ease-in-out;
                    -webkit-transition: 0.5s all ease-in-out;
                }

            .vacancies-left > ul > li.active > h5:after {
                content: '\f078';
            }

    .vacancies-left a.load_more {
        font-size: 13px;
        line-height: 32px;
        height: 32px;
        color: #023c5a;
        background: #f6f6f6;
        text-align: center;
        max-width: 174px;
        width: 100%;
        font-family: 'Calibri-Bold';
    }

.vacancies-left-inner {
    background: #f6f6f6;
    padding: 21px 19px;
    display: none;
}

.vacancies-left-content {
    padding: 0 0 3px;
}

    .vacancies-left-content p {
        font-size: 14px;
        line-height: 17px;
        color: #104d79;
        letter-spacing: 0.1px;
    }

.description {
    padding: 0;
    position: relative;
}

.description-left {
    vertical-align: bottom;
    display: block;
}

    .description-left input {
        font-size: 10px;
        height: 30px;
        color: #939597;
        background: none;
        border: none;
        border-bottom: 1px solid #808080;
        width: 100%;
        outline: none;
        max-width: 217px;
    }

    .description-left ul {
        display: block;
    }

        .description-left ul li {
            display: block;
        }

            .description-left ul li p {
                color: #08b28c;
                font-size: 14px;
                line-height: 18px;
            }

.description-right {
    width: 89px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

    .description-right .btn {
        text-align: center;
        max-width: 89px;
        height: 32px;
        line-height: 32px;
        padding: 0 0 0 12px;
        border: none;
    }

        .description-right .btn span:before {
            left: -13px;
        }

.vacancies-right {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 1px 90px 0 40px;
}

    .vacancies-right p {
        font-size: 14px;
        line-height: 19px;
        color: #808080;
        padding: 0 0 2px;
    }

        .vacancies-right p a {
            color: #69caf2;
        }
/*	Career Latest Page	*/
.working-dynagraph {
    padding: 6px 10px 24px 0;
}

    .working-dynagraph h3 {
        /* color: #69caf2; */
        /* font-family: 'Calibri-Bold'; */
        /* padding: 0 0 11px; */
        color: # 08b28c;
        padding: 15px 0 6px;
        display: inline-block;
    }

    .working-dynagraph p {
        font-size: 14px;
        line-height: 19px;
        color: #808080;
        padding: 0 0 13px;
        letter-spacing: 0.2px;
    }

.joinus {
    font-family: 'Calibri-Bold';
    font-size: 13px;
    line-height: 16px;
    color: #08b28c;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 23px;
    letter-spacing: 0.1px;
}

    .joinus:hover {
        color: #08b28c;
    }

    .joinus:before {
        content: '\f054';
        display: inline-block;
        border-radius: 8px;
        background: #08b28c;
        color: #ffffff;
        font-family: fontAwesome;
        font-size: 10px;
        line-height: 16px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.5s all ease-in-out;
        -moz-transition: 0.5s all ease-in-out;
        -ms-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        -webkit-transition: 0.5s all ease-in-out;
        width: 16px;
        height: 16px;
        text-align: center;
    }

    .joinus.current:before {
        content: '\f078';
    }

    .joinus:hover:before {
        background: #08b28c;
    }

.joinus-inner {
    max-width: 812px;
    background: #f6f6f6;
    font-size: 0;
    padding: 18px 20px 22px;
    margin: 22px 0 0;
    display: none;
}

    .joinus-inner input {
        width: 38%;
        display: inline-block;
        vertical-align: middle;
        background: #ffffff;
        font-size: 12px;
        height: 32px;
        color: #b9bbbd;
        border: none;
        outline: none;
        margin: 0 0.5%;
        padding: 0 10px;
    }

        .joinus-inner input[type="file"] {
            display: none;
        }

    .joinus-inner label.upload {
        width: 23.3%;
        display: inline-block;
        vertical-align: middle;
        background: #08b28c;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        color: #ffffff;
        border: none;
        outline: none;
        margin: 0 0.2%;
        text-align: center;
        cursor: pointer;
    }

        .joinus-inner label.upload:hover {
            background: #29303a;
        }

    .joinus-inner .btn.send {
        width: 12.6%;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        border: none;
        outline: none;
        margin: 0 0 0 1%;
        cursor: pointer;
    }
/*	News Events Page	*/
.news_page .main-right-content {
    position: relative;
}

.news_page .main-content {
    padding: 0 15px;
}

.main-right-content-inner {
    padding: 0 103px 0 0;
}

.news_page .next-content h3 {
    padding: 45px 80px 6px 26px;
}

.news-events {
    padding: 13px 140px 0 0;
    position: relative;
}

.news-events-section {
    padding: 15px 10px 0 0;
    border-bottom: 1px solid #808080;
}

.news-events-section-empty {
    border-bottom: 1px solid #ffffff;
    margin-top: -1px;
    font-size: 0;
    position: relative;
    z-index: 1;
}

.news-events-section figure {
    margin: 5px 32px 15px 0;
    float: left;
    width: 48%;
}

.news-events-section h3 {
    font-size: 26px;
    line-height: 26px;
    color: #29303a;
    padding: 0;
    text-transform: uppercase;
}

.news-events-section h5 {
    color: #808080;
    font-size: 14.5px;
    line-height: 19px;
    font-family: 'Calibri';
    padding: 0 0 2px;
    text-transform: uppercase;
}

.news-events-section h6 {
    color: #808080;
    font-size: 9px;
    line-height: 9px;
    font-family: 'Calibri';
    padding: 0 0 22px;
}

.news-events-section p {
    color: #808080;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 5px;
    letter-spacing: 0.2px;
}

.news-events-section a.more {
    margin: 0 0 15px;
}

.news-events-section.align-right {
    padding: 21px 0 0 0;
}

    .news-events-section.align-right figure {
        margin: 5px 0 15px 20px;
        float: right;
    }

    .news-events-section.align-right h3 {
        padding: 0 0 13px;
    }

.news-events-loadmore {
    border-top: 1px solid #808080;
    padding: 17px 0 12px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.news-time-line ul li.slick-current.slick-active p {
    border: 1px solid #2ac9fe;
    width: 13px;
    height: 13px;
    background: #ffffff;
}

.jqvt_active a {
    color: #f00;
}

.verti_rw {
    display: none;
}

.head {
    font-size: 0;
    position: absolute;
    line-height: 16px;
}

.jqvt_nav {
    position: absolute;
    top: 15px;
    right: -60px;
    overflow: hidden;
    width: 127px;
    height: 352px;
}

    .jqvt_nav ul {
        display: block;
        position: relative;
        height: 100%;
        overflow: auto;
        padding: 27px 0 27px 0;
    }

        .jqvt_nav ul:after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            width: 1px;
            height: 189em;
            background: #e3e3e3;
            margin: 0 -0.5px 0 0;
            display: none;
        }

        .jqvt_nav ul li {
            float: none !important;
            display: block;
            position: relative;
            padding: 7px 0;
            z-index: 1;
            outline: 0 none;
            cursor: pointer;
        }

            .jqvt_nav ul li:after {
                content: '';
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background: #dcdcdc;
                position: absolute;
                left: 50%;
                bottom: -3.5px;
                margin-left: -3.5px;
                display: none;
            }

            /*.jqvt_nav ul li:first-child {
                padding-top: 0;
            }*/

            .jqvt_nav ul li:last-child {
                padding-bottom: 0;
            }

                .jqvt_nav ul li:last-child:after {
                    display: none;
                }

            .jqvt_nav ul li a {
                display: block;
                width: 6px;
                height: 6px;
                border-radius: 100%;
                background: #16b591;
                position: relative;
                margin: 0 auto;
                top: 0;
                z-index: 1;
            }

            .jqvt_nav ul li.jqvt_active a {
                border: 1px solid #2ac9fe;
                width: 11px;
                height: 11px;
            }

            .jqvt_nav ul li a small {
                display: inline-block;
                position: absolute;
                top: 50%;
                /*left: 17px;*/
                left: 12px;
                font-size: 10px;
                line-height: 10px;
                color: #16b591;
                margin-top: -6.5px;
                white-space: nowrap;
                opacity: 0;
                visibility: hidden;
                transition: all ease-in-out 0.3s;
                -webkit-transition: all ease-in-out 0.3s;
            }

                .jqvt_nav ul li a small.active {
                    opacity: 1;
                    visibility: visible;
                    font-size: 13px;
                    line-height: 15px;
                    color: #808080;
                }

            .jqvt_nav ul li:hover a small {
                opacity: 1;
                visibility: visible;
            }

        .jqvt_nav ul + ul {
            display: none !important;
        }
/*	History Page	*/
.history-page {
    padding-top: 7px;
}

.history {
    padding: 21px 0 18px;
    border-bottom: 1px solid #808080 !important;
    outline: none;
}

.history-left {
    float: left;
    display: inline-block;
    width: 45%;
    padding: 0 20px 0 0;
}

    .history-left h3 {
        font-size: 28px;
        line-height: 28px;
        color: #29303a;
        font-family: 'Calibri-Bold';
    }

    .history-left p {
        font-size: 14px;
        line-height: 17px;
        color: #808080;
        padding: 0 0 5px;
    }

    .history-left.right {
        float: right;
        padding: 0 0 0 13px;
    }

.history-right {
    float: left;
    display: inline-block;
    width: 55%;
    padding: 4px 0 0 0;
}

/* 15/09/2017 Changes Starts Here */

.companies .slick-list {
    padding: 0 !important;
    z-index: 1;
}

.news_main_in {
    position: relative;
    padding: 0 0 100px;
}

.companies .slick-slider {
    margin: 0;
}

/* 15/09/2017 Changes Ends Here */

.news-time-line {
    position: absolute;
    top: 15px;
    right: 0;
    overflow-y: hidden;
    width: 60px;
}

    .news-time-line ul {
        display: block;
        position: relative;
        height: 100%;
    }

        .news-time-line ul:after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            width: 1px;
            height: 100%;
            background: #e3e3e3;
            margin: 0 -0.5px 0 0;
        }

        .news-time-line ul li {
            float: none !important;
            display: block;
            position: relative;
            padding: 45px 0;
            z-index: 1;
            outline: 0 none;
            cursor: pointer;
        }

            .news-time-line ul li:after {
                content: '';
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background: #dcdcdc;
                position: absolute;
                left: 50%;
                bottom: 30px;
                margin-left: -3.5px;
            }

            .news-time-line ul li:last-child:after {
                display: none;
            }

            .news-time-line ul li p {
                display: block;
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background: #808080;
                position: relative;
                margin: 0 auto;
                top: -36px;
                z-index: 1;
            }

            .news-time-line ul li.active p {
                border: 1px solid #2ac9fe;
                width: 13px;
                height: 13px;
                background: #ffffff;
            }

            .news-time-line ul li p span {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: -25px;
                font-size: 13px;
                line-height: 13px;
                color: #808080;
                margin-top: -6.5px;
            }

.history-page .jqvt_nav ul:after {
    height: 176em;
}


.btn_log {
    cursor: pointer;
}

.companies .slider-nav .item img {
    width: 146px;
}

.companies .slider-nav .item {
    width: 150px;
}

    .companies .slider-nav .item.active {
        width: 200px !important;
        height: 200px;
    }

        .companies .slider-nav .item.active img {
            width: 100%;
            height: auto;
            transition: all ease-in-out 0.5s;
        }

.about-company-content {
    display: none;
}

.companies .slider-bottom .item img {
    width: 146px;
}

.companies .slider-bottom .item {
    width: 150px;
}

    .companies .slider-bottom .item.active {
        width: 200px !important;
        height: 200px;
    }

        .companies .slider-bottom .item.active img {
            width: 100%;
            height: auto;
            transition: all ease-in-out 0.5s;
        }

.mCSB_outside + .mCSB_scrollTools {
    right: 0;
}

.mCSB_buttonUp {
    position: absolute;
    right: 52px;
    top: -3px;
    background: url(../images/TOP.png) no-repeat 0 0 !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_buttonDown {
    position: absolute;
    right: 52px;
    bottom: 0;
    background: url(../images/BTM.png) no-repeat 0 0 !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
}

.mCustomScrollBox {
    margin: 0 0 0 0;
}

.mCustomScrollbar {
    padding: 50px 0 50px 0;
}

.jqvt_nav {
    overflow: visible;
}

@media(min-width:768px) {
    .mCSB_scrollTools .mCSB_draggerContainer;

{
    left: 16px !important;
}

.mCSB_container {
    width: 100% !important;
}

}

@media(max-width:767px) {
    .jqvt_nav ul;

{
    width: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    bottom: 120px;
    background: url(../images/BTM.png) no-repeat 0 0 !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    left: 5px;
    display: none !important;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    bottom: 120px;
    background: url(../images/TOP.png) no-repeat 0 0 !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    right: 5px;
    display: none !important;
}

}
.slider-slick-nav-2 .slick-prev:focus {
    outline: 0;
    border: 0;
}

.slider-slick-nav-2 .slick-next:focus {
    outline: 0;
    border: 0;
}
h3:empty {
    display: none;
}
.spdownloadlink{
    margin-top:-40px;
}
ul li.current {
    border-bottom: 2px solid #08b28d;
}
/*.masonry-with-columns {
  columns: 6 200px;
  column-gap: 1rem;
}
.masonry-with-columns img {
  width: 150px;
  background: #EC985A;
  color: white;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: system-ui;
  font-weight: 900;
  font-size: 2rem;
}*/
.masonry-with-columns {
    width:100%;
    height:100%;
}
.grid {
    margin: 0 auto;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
    float: left;
    width: 214px;
    height: auto;
    margin-bottom:10px;
}
#filters {
    background: #29303a;
    padding: 3px;
    margin-bottom: 10px;
    /*remove below to go back to masonry filtering*/
    visibility:hidden;
    height:0px;
    padding:0px;

}
#filters button {
    background: transparent;
    border: none;
    color:white;
    outline: 0;
    cursor:pointer;
}
#filters button + button::before {
    content: " | ";
    padding-left:10px;
    padding-right:10px;
    color:white;
}
.about-dynagraph-inner {
    background-color: #08b28d;
    color: white;
    padding: 20px 150px 50px 20px;
}
.about-dynagraph-inner h3{
    padding-bottom:30px;
}
.h3greenbg {
    background-color: #08b28d;
    color: white;
    padding:5px 10px 5px 20px;
    font-weight:600;
    font-size:27px;
    /*margin-top:-4px;*/
}
.threedxl-specs, .threedxl-application {
    color: black;
}
.threedxl-specs h3 {
    padding: 30px 0px;
    font-weight: 600;
}
.threedxl-specs figure {
    max-width: 470px;
    float:right;
    padding:20px;
    margin-top:-75px;
}
.threedxl-specs p {
    display:inline;
}
.threedxl-specs table{
    display: inline-table;
    width: calc(100% - 470px);
    font-size:13px;
}
.threedxl-specs table tr{
    line-height: 26px;
}
.threedxl-specs table tr td:nth-child(odd){
    padding-right:20px;
}
.iconrow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:20px 0px;
}
.iconandtext {
    flex: 2 0 20%;
}
.iconandtext figure{
    padding: 20px 20px 20px 0px;
}
.threedxl-application {
    padding: 30px 150px 30px 0px;
}
.threedxl-contact {
    background-color: #08b28d;
    color: white;
    padding: 40px 40px 10px 40px;
}
.threedxl-contact > * {
    padding:20px;
    display:inline-block;
}
.threedxl-contact > figure{
    vertical-align:top;
}
.threedxl-contact > h3{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    float: right;
    /*margin-top: 40px;*/
    font-weight:600;
    font-size:30px;

}
.threedxl-contact > p > a{
    color:white;
}
footer {
    display: none;
}
.filterselected {
    color: #08b28d !important;
}
.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 10px;
  background-color: transparent;
  padding: 10px;
  opacity: 0;
  visibility:hidden;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #29303a;
}
.logo > a >img.visible-mobile{
    padding:5px;
}
/*@media (min-width: 1280px) {
    .top-container {
        padding: 0px 10rem;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .top-container {
        padding: 0px 0px;
    }
}*/
@media (max-width: 768px) {
    /*.top-container {
        padding: 0px 0px;
    }*/
    /*.about-dynagraph > figure {
        margin: auto !important;
        float: right !important;
    }

    .about-dynagraph > p {
        display: inline;
        white-space: pre-line;
    }
    [id^=temp] .about-dynagraph > figure {
        float: none !important;
    }
    div.about-dynagraph {
        padding: 0px !important;
    }
    div.about-dynagraph > h3 {
        width: 100% !important;
    }
    div.about-dynagraph > figure {
        max-width: 100% !important;
    }
    div.about-dynagraph > p {
        display:inline-block;
        padding: 20px !important;
        margin-right:0px;
        white-space:normal;
    }
    [id^=temp] > div > div.banner.banner-mobile > h2 {
        display: none;
    }
    [id^=temp] > div > div.banner-mobile figure img[src=''] {
        height: 99px;
    }
    div.about-dynagraph-inner {
        padding: 0px !important;
    }
    div.about-dynagraph-inner p, div.about-dynagraph-inner h3 {
        padding: 20px 20px 5px 20px !important;
    }*/
}
/*@media (max-width: 415px) {
    .about-dynagraph > p {
        margin-right: auto;
    }

    .about-dynagraph {
        white-space: pre-line;
    }
}*/
/*@media (min-width: 1440px) {
    .top-container {
        max-width: 100%;
    }
}*/
@media (min-width: 1064px) and (max-width: 1375px) {
    /*[id^=temp] .about-dynagraph-inner {
        padding: 30px !important;
    }
    .about-dynagraph > p, .about-dynagraph-innder > p, .about-dynagraph > h3, .about-dynagraph-innder > h3 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .about-dynagraph-inner p, .about-dynagraph p {
        font-size: 14px !important;
    }*/
}

@media (min-width: 1020px) and (max-width: 1063px) {
    [id^=temp] .about-dynagraph:nth-child(2) > * {
        font-size: inherit;
    }
    body{
        font-size:13px;
    }
}
@media (max-width: 768px) {
    .about-dynagraph-inner {
        padding:30px !important;
    }
    .threedxl-specs > table{
        display:inline;
    }
    .threedxl-specs, .iconrow, .threedxl-application{
        padding:30px;
    }
    .banner.banner-mobile > h2.visible-mobile{
        display:none;
    }
    .banner-mobile figure img[src=''] {
        height: 70px !important;
    }
    .threedxl-specs figure {
        margin-top: -45px;
    }
    .threedxl-contact {
        padding: 0px;
    }
    .header-inner {
        background:white;
        margin-bottom:1px;
    }
}
@media (max-width: 375px) {
    .threedxl-contact{
        position:relative;
    }
    .threedxl-contact h3 {
        position: absolute;
        transform: initial;
        text-orientation: initial;
        writing-mode: initial;
        top: 0;
        left: 0;
    }
    .threedxl-contact figure {
        margin-top: 63px;
    }
}