
/*=================================*/
/*  Import Fonts
/*=================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800');

@font-face {
    font-family: 'DINPro Bold';
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold.svg#dinpro_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*=================================*/
/*  Preloader 
/*=================================*/

.col-md-4.d-none.d-md-block.header-social.clearfix {
    max-width: 28%;
}

.secondary-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.banner-caption h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 15px;
    max-width: 600px;
}

.intro-box {
    background-color: #f3ad15;
    border-bottom: 2px solid#fff;
    padding: 45px 0 30px;
}

    .intro-box h3 {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 40px;
        font-weight: 700;
    }

    .intro-box p {
        color: #fff;
        font-size: 16px;
    }

.text-y-clr {
    color: #F3AD15 !important;
}

.img-fit-cover img {
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
}

.border-tb {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 99;
    position: relative;
}

.border-r {
    border-right: 3px solid #fff;
    z-index: 99;
    position: relative;
}

.border-l {
    border-left: 3px solid #fff;
    z-index: 99;
    position: relative;
}

/*--------------Inner page banner -----------------*/
.inner-top-banner {
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

    .inner-top-banner .banner_bg img {
        min-height: 250px;
    }

    .inner-top-banner:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.4);
    }

    .inner-top-banner .banner-intro {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

        .inner-top-banner .banner-intro .banner-text h5 {
            color: #f3ad15;
            font-size: 15px;
            letter-spacing: 1px;
            font-weight: 600;
        }

        .inner-top-banner .banner-intro .banner-text h2 {
            color: #fff;
            letter-spacing: 0.5px;
            font-size: 2.5rem;
            line-height: 1.3;
            font-weight: 600;
        }

        .inner-top-banner .banner-intro .banner-text p {
            color: #fff;
            font-weight: 400;
            margin-top: 15px;
            line-height: 1.4;
            font-size: 17px;
        }

        .inner-top-banner .banner-intro .banner-text a {
            color: #f3ad15;
            font-size: 17px;
            font-weight: 600;
            margin-top: 30px;
            display: inline-block;
        }
/*--------------Inner page banner end-----------------*/



.featured-items .item-title {
    color: #fff;
    font-family: 'DINPro Bold';
    font-size: 26px;
    line-height: 32px;
    padding: 0 35px;
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 1;
}

.featured-items a {
    bottom: 40px;
    color: #F3AD15;
    font-size: 18px;
    font-weight: 700;
    left: 35px;
    position: absolute;
    text-decoration: underline;
    z-index: 1;
    letter-spacing: 1px;
}

.featured-items .slick-list {
    height: 360px !important;
}

.latest-news h3 {
    color: #000;
    font-family: 'DINPro Bold';
    font-size: 26px;
    margin: 0 0 30px;
}

.latest-news {
    background-color: #f3ad15;
    min-height: 340px;
    padding: 50px 40px 75px;
    width: 100%;
    display: inline-block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.fetrd-video.latest-news {
    border-top: none;
}

.latest-news h4 {
    color: #2D3280;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.latest-news p {
    font-size: 17px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.latest-news .read-more {
    bottom: 50px;
    color: #2d3280;
    position: absolute;
    letter-spacing: 1px;
}

.all-item-link p {
    font-size: 20px;
    color: #2d3280;
    margin: 30px 0 0;
    font-weight: 700;
    text-decoration: underline;
}

.hg-details p {
    font-size: 16px;
}

.hg-details h2,
.security .track-trace h2 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px;
}

.more-links a {
    color: #2d3280;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: underline;
}

.contact-block p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
}

.form-control {
    font-size: 16px;
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*============ End Preloader =============*/

/*=================================*/
/*  Global Styles
/*=================================*/

body {
    color: #414042;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

* {
    line-height: normal;
}

.container {
    max-width: 1300px;
}

.container-2 {
    max-width: 700px;
}

p {
    line-height: normal;
}

.featured-items {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    overflow: hidden;
    padding: 0;
}

    .featured-items:nth-child(3n+1) {
        border-left: none;
    }

    .featured-items a:hover {
        color: #fff;
    }

    .featured-items .slick-track {
        height: 100% !important;
    }

    .featured-items .slick-slide {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100% !important;
        object-fit: cover;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
        -o-object-fit: cover;
    }

    .featured-items .slick-list {
        position: relative;
    }

        .featured-items .slick-list:after {
            position: absolute;
            content: '';
            background: rgba(0, 0, 0, 0.5);
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.logo {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.logo-block {
    padding-left: 130px;
}

.logo img {
    max-width: 125px;
}

.logo-block a img {
    width: 100%;
}

.logo-block > a {
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0 0;
}

.search-block label {
    margin: 0;
    position: relative;
}

    .search-block label::before {
        content: '';
        background-color: #f3ad15;
        background-image: url(../images/search-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px auto;
        border-radius: 50%;
        height: 30px;
        position: absolute;
        width: 30px;
        z-index: 1;
        top: 3px;
        left: 5px;
    }

.search-block .search-field {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 37px;
    /*margin: 6px 0 0;*/
    padding: 0 0 0 40px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}

    .search-block .search-field:focus {
        background-color: #fafbfb;
        border: 1px solid #bdc3c7;
        cursor: text;
        outline: 0;
        width: 210px;
    }

.search-form .search-submit {
    display: none;
}

.search-block {
    display: inline-block;
    vertical-align: middle;
}

.h-social-links {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

    .h-social-links > a {
        color: #2d3280;
        font-size: 23px;
        padding: 0 10px;
    }

        .h-social-links > a:last-child {
            padding-right: 0;
        }

        .h-social-links > a:hover {
            color: #f3ad15;
        }

.navbar-nav > li > a {
    color: #232122;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .navbar-nav > li > a:hover {
        color: #2d3280;
    }

.secondary-menu-block {
    background-color: #2d3280;
}

.secondary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0px;
}

    .secondary-menu li {
        display: inline-block;
        padding: 12px 10px;
        margin: 7px 0 8px;
    }

        .secondary-menu li a:hover {
            color: #f3ad15;
            text-decoration: none;
        }

.navbar-collapse {
    z-index: 999 !important;
}

    .navbar-collapse ul li {
        margin-bottom: 0px;
    }

.navbar-toggler {
    /*float: right;*/
    padding-bottom: 0;
    padding-top: 0;
}

    .navbar-toggler:focus {
        outline: none;
    }

.mobile-btn .icon-bar {
    background: #102742;
    border-radius: 4px;
    display: block;
    height: 2px;
    position: relative;
    width: 35px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

    .mobile-btn .icon-bar + .icon-bar {
        margin-top: 8px;
    }

.mobile-btn[aria-expanded="true"] .icon-bar:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-btn[aria-expanded="true"] .icon-bar:nth-child(2) {
    background-color: transparent;
}

.mobile-btn[aria-expanded="true"] .icon-bar:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-slider .slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 620px;
    position: relative;
}

.banner-caption {
    left: 0;
    margin: auto;
    padding: 0 0 0 60px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-caption h2 span {
        display: block;
    }

.read-more {
    color: #2d3280;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
}

    .read-more:hover {
        color: #fff;
    }

.home-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.home-slider .slick-dots {
    bottom: 30px;
}

    .home-slider .slick-dots li {
        margin: 0px;
    }

        .home-slider .slick-dots li button::before {
            color: #fff;
            background: #fff;
            width: 10px;
            height: 10px;
            opacity: 1;
            content: '';
        }

        .home-slider .slick-dots li.slick-active button::before {
            opacity: 1;
            background: #f3ad15;
        }

.home-slider .slick-slide:after {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.intro-box {
    background-color: #f3ad15;
    border-bottom: 3px solid #fff;
    padding: 25px 0;
}

    .intro-box h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .intro-box h3 {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 48px;
        font-weight: 700;
    }

    .intro-box p {
        color: #fff;
        font-size: 18px;
    }

.featured-news-box .slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 610px;
    position: relative;
}

    .featured-news-box .slick-slide::after {
        content: '';
        background-color: rgba(0, 0, 0, .3);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.news-info {
    left: 0;
    padding: 0 0 0 60px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .news-info > div {
        max-width: 508px;
    }

.featured-news-box h4 {
    color: #F3AD15;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.featured-news-box h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px;
}

.featured-news-box p {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px;
}

.featured-news-box .read-more {
    display: inline-block;
    font-size: 24px;
    margin-top: 40px;
}

.latest-news-items {
    border-bottom: 3px solid #fff;
}

.latest-news:first-child {
    border-left: none;
}

.latest-news:hover {
    text-decoration: none;
}

.latest-news .read-more:hover {
    color: #fff;
}

.all-item-link.latest-news {
    background-color: transparent;
}

.all-item-link > div {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all-item-link:hover p {
    color: #f3ad15;
}

.all-item-link.latest-news.fetrd-video {
    background-color: #2d3280;
    height: 500px;
}

.latest-video.latest-news.all-item-link {
    background-color: #f6f6f6;
}

.heighligh-box .col-md-6 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 650px;
}

.hg-details {
    width: 100%;
}

    .hg-details > div {
        padding: 30px 80px 30px 40px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .hg-details h4 {
        color: #f3ad15;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
        margin: 0 0 10px;
    }

    .hg-details p {
        color: #231F20;
        margin: 0 0 20px;
        line-height: 1.4;
    }

ul li {
    margin-bottom: 10px;
}

.more-links {
    padding-top: 30px;
}

a.read_more, .read_more {
    color: #2b357f !important;
    font-weight: 600;
}

.more-links a:hover {
    color: #f3ad15;
}

h4.text_colr {
    color: #f1ad1d;
}

.contact-block {
    border-top: 3px solid #fff;
    overflow: hidden;
    position: relative;
}

    .contact-block .contact-block-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .contact-block h3 {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .contact-block p a {
        color: #fff;
    }

        .contact-block p a:hover {
            color: #f3ad15;
        }

.form-control {
    border: none;
    border-radius: 0;
    padding: 8px 15px;
}

    .form-control:focus {
        box-shadow: none;
        outline: none;
    }

.submit {
    border: none;
    background: none;
    color: #f3ad15;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

    .submit:hover {
        color: #fff;
    }

footer {
    padding: 35px 0;
}

.footer-links h3 {
    font-size: 19px;
    font-weight: 900;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
}

.footer-links ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

    .footer-links ul li {
        margin: 0 0 10px;
    }

        .footer-links ul li a {
            color: #2d3280;
            font-size: 15px;
        }

.footer-links a {
    color: #2d3280;
    padding: 5px 0;
    text-decoration: none;
    display: inline-block;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.footer-info {
    border-top: 1px solid #2d3280;
    padding: 20px 0 0;
}

    .footer-info p {
        color: #2d3280;
        font-size: 14px;
        margin: 0;
    }

    .footer-info a {
        color: #2d3280;
    }

.fl-wrap li {
    padding: 5px;
}

.video-popup .modal-dialog {
    max-width: 1000px;
}

.video-popup .modal-body {
    padding: 0;
}

.video-popup .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.foot-sm-log .fl-wrap li {
    margin-right: 15px;
}

.foot-sm-log .fl-wrap img,
.foot-sm-log .flo-wrap img {
    max-height: 40px;
    margin-bottom: 15px;
}

.hg-image-box, .image-box, .wow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.image-box {
    padding-left: 0px;
    padding-right: 0px;
}

/*--------contact--------*/

.inner-page-banner.mediacontact {
    background-image: url(../images/banners/home-banner-mediacontact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12% 0px;
    position: relative;
}

.busines-h ul {
    list-style: none;
    padding-left: 0px;
}

    .busines-h ul h5 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .busines-h ul li span {
        width: 42%;
        display: inline-block;
    }

.contact_getin .addr-text-box-y h3 {
    color: #222;
    margin-top: 20px;
}

.contact_getin .addr-text-box-y p {
    color: #333;
}


/*--------career_new--------*/

.borderwhite {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}

.borderwhitebottom {
    border-bottom: 3px solid #fff;
}

.inner-page-banner {
    background-image: url(../images/banners/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 12% 0px;
    position: relative;
    background-size: cover;
}

    .inner-page-banner.career {
        background-image: url(../images/banners/home-banner-career.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 12% 0px;
        position: relative;
    }

    .inner-page-banner:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .inner-page-banner .banner-text {
        text-align: left;
        position: unset;
    }

        .inner-page-banner .banner-text h2 {
            max-width: 100%;
            text-align: left;
            color: #fff;
            font-weight: 600;
            font-size: 40px;
            letter-spacing: 1px;
        }

        .inner-page-banner .banner-text p {
            color: #fff;
            font-size: 18px;
        }

            .inner-page-banner .banner-text p a {
                color: #f3ad15;
                font-weight: 600;
                font-size: 18px;
                margin-top: 35px;
                display: inline-block;
            }

        .inner-page-banner .banner-text h5 {
            color: #f3ad15;
            font-weight: 600;
            font-size: 13px;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

.job-possition .latest-news {
    text-align: center;
    padding: 50px 20px;
}

    .job-possition .latest-news h3 {
        margin-bottom: 10px;
    }

    .job-possition .latest-news h3,
    .job-possition .latest-news p {
        color: #fff;
    }

    .job-possition .latest-news span {
        color: #2e317e;
        font-size: 14px;
        display: inline-block;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

    .job-possition .latest-news .read-more {
        position: unset;
    }


/*--------innovation page--------*/

.inner-page-banner.innovation {
    background-image: url(../images/banners/home-banner-innovation.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12% 0px;
    position: relative;
}

.inner_page .our_service .hg-details {
    padding: 10% 20px;
}

    .inner_page .our_service .hg-details h4 {
        color: #da991b;
    }

.innovation .job-possition .latest-news {
    text-align: left;
    padding: 50px 5%;
    min-height: 290px;
}

    .innovation .job-possition .latest-news h5 {
        color: #2c347f;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .innovation .job-possition .latest-news h4 {
        color: #111;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 60px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }

    .innovation .job-possition .latest-news p {
        color: #222;
    }

    .innovation .job-possition .latest-news span {
        color: #2c347f;
    }

.calibrate .ul_li h3 {
    font-size: 20px;
    color: #222;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.calibrate .ul_li ul {
    padding-left: 15px;
}

    .calibrate .ul_li ul li {
        margin-bottom: 8px;
    }

.innovation_industry .featured-box {
    border-top: 4px solid #fff;
}

.innovation_industry .featured-items {
    border-left: 4px solid #fff;
}

.innovation_industry .col-md-5.featured-items {
    border-left: 0px;
}

.innovation_industry h4.text_colr {
    color: #f1ad1d;
    font-size: 14px;
    line-height: 16px;
    padding: 0 35px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
}

.innovation_industry .featured-items p, .documt .featured-items p {
    bottom: 60px;
    color: #fff;
    font-size: 17px;
    left: 35px;
    position: absolute;
    z-index: 1;
    letter-spacing: 0.3px;
}

.innovation_industry .featured-box1 {
    position: relative;
    height: 100%;
    max-height: 550px;
    min-height: 420px;
}

    .innovation_industry .featured-box1:before {
        position: absolute;
        content: '';
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, 0.5);
        z-index: 1;
    }

.innovation_industry .featured-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.innovation_industry .featured-img img {
    height: 420px;
}

.innovation_industry .featured-box1 .hg-details h2, .innovation_industry .featured-box1 .hg-details p {
    color: #fff;
}

.innovation_industry .featured-box1 .hg-details h4, .innovation_industry .featured-box1 .hg-details a {
    color: #F3AD15;
}

.innovation_industry .featured-box1 .hg-details a {
    color: #F3AD15;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

.innovation_industry .featured-box1 .hg-details p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.innovation_industry .latest-news h3 {
    margin-bottom: 15px;
}

.innovation_industry .latest-news h5, .bone-graft .latest-news h5, .calib-measre .latest-news h5, .comercil .latest-news h5, .all-ns .latest-news h5 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #2d3280;
    letter-spacing: 1px;
}

.innovation_industry .latest-news p {
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #222;
}

.innovation_industry .inner-top-banner, .innovation_industry .inner-top-banner .banner_bg img {
    min-height: 420px
}




/*--------document page--------*/

.documt .featured-items h4.text_colr {
    top: unset;
    bottom: 90px;
}

.documt .featured-items .item-title {
    top: unset;
    bottom: 50px
}

.documt .inner-top-banner {
    border-bottom: 3px solia #fff;
}

.news_clip .news_sort, .annual_report .news_sort, .sq_news .news_sort, .sirim_link .news_sort {
    text-align: center;
    margin-bottom: 35px;
}

    .news_clip .news_sort a.btn, .annual_report .news_sort a.btn, .sq_news .news_sort a.btn, .sirim_link .news_sort a.btn {
        display: inline-block;
        padding: 10px 25px;
        background: #eaecef;
        color: #333;
        font-weight: 600;
        letter-spacing: 0.7px;
        font-size: 18px;
        margin: 10px 10px;
    }

.news-text {
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
    transition: 0.4s all;
    margin-bottom: 35px;
}

    .news-text h4 {
        color: #111;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 0.5px;
    }

    .news-text p.date {
        color: #777;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .news-text a.read_more, .annual_report a.read_more, .sq_news a.read_more, .sirim_link a.read_more {
        color: #666;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #2b357f;
        text-transform: uppercase;
        text-decoration: underline;
    }

.news_clip .pagination, .annual_report .pagination, .sq_news .pagination, .sirim_link .pagination {
    margin-top: 25px;
}

    .news_clip .pagination li a, .annual_report .pagination li a, .sq_news .pagination li a, .sirim_link .pagination li a {
        border: none;
        color: #222;
        font-weight: 900;
        font-size: 16px;
    }

.media_news a.btn {
    font-size: 17px;
    font-weight: 600;
}

.media_news a.read {
    color: #2b357f;
}

.media_news a.back {
    color: #f3ad15;
}

.annual_report .news-text, .sq_news .news-text, .sirim_link .news-text {
    border: none;
    text-align: center;
}

    .annual_report .news-text h4, .sq_news .news-text h4, .sirim_link .news-text h4 {
        margin-top: 15px;
    }

    .annual_report .news-text img, .sq_news .news-text img, .sirim_link .news-text img {
        height: 100%;
        max-height: 350px;
        object-fit: cover;
        -webkit-object-fit: cover;
        -moz-object-fit: cover;
        -ms-object-fit: cover;
    }

    .sq_news .news-text img, .sirim_link .news-text img {
        object-position: top;
        -webkit-object-position: top;
        -moz-object-position: top;
        -ms-object-position: top;
    }


.bone-graft .latest-news.bg-w, .calib-measre .latest-news.bg-w, .comercil .latest-news.bg-w, .all-ns .latest-news.bg-w {
    background: #fff;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}

    .bone-graft .latest-news.bg-w img, .calib-measre .latest-news.bg-w img, .comercil .latest-news.bg-w img, .all-ns .latest-news.bg-w img {
        width: 100px;
    }

    .bone-graft .latest-news.bg-w h3, .calib-measre .latest-news.bg-w h3, .comercil .latest-news.bg-w h3, .all-ns .latest-news.bg-w h3 {
        color: #2d3280;
        margin-top: 15px;
        margin-bottom: 0px;
        text-decoration: underline;
    }

.calib-measre .ul_li ul, .comercil .ul_li ul, .all-ns .ul_li ul {
    list-style: none;
    padding-left: 0px;
}

    .calib-measre .ul_li ul li, .comercil .ul_li ul li, .all-ns .ul_li ul li {
        margin-bottom: 5px;
    }

        .calib-measre .ul_li ul li strong, .comercil .ul_li ul li strong, .all-ns .ul_li ul li strong {
            color: #222;
            font-size: 17px;
            font-weight: 900;
        }

.calib-measre .hg-details .b-btn {
    background: #2d3280;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.b-logo {
    position: relative;
    padding-bottom: 20px;
}

    .b-logo img {
        position: absolute;
        right: 5px;
        bottom: 3px;
        height: 70px;
    }

.comercil .ul_li ul {
    margin-top: 0px;
}

    .comercil .ul_li ul li {
        margin-bottom: 10px;
    }

.metro-instit ul li {
    margin-bottom: 5px;
}

.border-b {
    border-bottom: 3px solid #fff;
}

.p-r {
    position: relative;
}

.inno-progr .p-r:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.p-ab {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.inno-progr .p-r h2, .inno-progr .p-r p {
    color: #fff;
}

.inno-progr .p-r {
    max-height: 650px;
}

.social-icons.p-ab {
    top: 7px;
    left: 5px;
}

    .social-icons.p-ab ul {
        padding-left: 1px;
    }

    .social-icons.p-ab li {
        margin-bottom: 2px;
        transition: 0.4s all;
    }

        .social-icons.p-ab li:hover {
            padding-left: 10px;
        }

        .social-icons.p-ab li img {
            width: 30px;
            height: 30px;
        }

.video-sec img.bgimg {
    max-height: 350px;
    object-fit: cover;
}

.video-sec .p-r {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

    .video-sec .p-r:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9;
    }

.video-sec .play-btn {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .video-sec .play-btn img {
        width: 100px;
    }

.video-sec .hg-details h3 {
    bottom: 50px;
    left: 0;
    padding: 0px 15px;
    color: #fff !important;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.video-sec .hg-details h6 {
    bottom: 20px;
    left: 15px;
    color: #fff;
    position: absolute;
}

.all-ns .hg-details h3 {
    font-size: 20px;
    font-weight: 900;
    color: #111;
    letter-spacing: 0.7px;
}

.y-row .y-text-box {
    background-color: #f3ad15;
    min-height: 340px;
    padding: 10px 40px 0px 0px;
    width: 100%;
    display: inline-block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: relative;
    overflow: hidden;
}

.y-text-box h3 {
    color: #000;
    font-family: 'DINPro Bold';
    font-size: 26px;
    margin: 0 0 30px;
}

.y-text-box:hover {
    text-decoration: none;
}

.sirim-fraun .y-text-box h3 {
    position: absolute;
    bottom: 50px;
    padding: 0px 30px;
    z-index: 9;
}

.sirim-fraun .y-row .y-text-box h6.large {
    position: absolute;
    bottom: 0px;
    font-size: 18rem;
    font-weight: 900;
    overflow: hidden;
    line-height: 0.8;
    margin-bottom: 0px;
    left: -50px;
    color: #eebf77;
}

.bg-img-box img.bgimg {
    max-height: 250px;
    object-fit: cover;
}

.bg-img-box .p-r {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

    .bg-img-box .p-r:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 9;
    }

.bg-img-box .hg-details h2 {
    bottom: 50px;
    left: 0;
    padding: 0px 30px;
    color: #fff !important;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.border-r {
    border-right: 2px solid #fff;
}



/*--------technology-markt page--------*/

.inner-page-banner.tmr-banner {
    background-image: url(../images/banners/home-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12% 0px;
    position: relative;
}

.inner_page .about-tech-markt {
    padding-top: 5px;
}

    .inner_page .about-tech-markt .hg-details {
        padding: 10% 20px;
    }

        .inner_page .about-tech-markt .hg-details h4 {
            color: #f3ad15;
        }

.inner_page .tech-markt-enquiry {
    padding: 35px 0px;
    background: #f2f2f2;
}

    .inner_page .tech-markt-enquiry .hg-details p {
        margin: 0px;
    }

        .inner_page .tech-markt-enquiry .hg-details p span {
            color: #2c347f;
        }

.technology_markt .job-possition .position-name.one {
    background-image: url(../images/banners/position-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3% 5%;
    position: relative;
}

.technology_markt .job-possition .position-name.two {
    background-image: url(../images/banners/position-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3% 5%;
    position: relative;
}

.technology_markt .job-possition .position-name:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.technology_markt .job-possition .position-name:first-child {
    border-right: 1px solid #fff;
}

.technology_markt .position-name img {
    z-index: 9;
    margin-right: 25px;
    width: auto !important;
    max-height: 100px;
}

.technology_markt .position-name .text {
    color: #fff;
    z-index: 9;
}

    .technology_markt .position-name .text h3 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
    }

    .technology_markt .position-name .text p {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 600;
    }

.technology_markt .video-sec h5 {
    text-align: center;
    padding: 20px 0px;
    color: #222;
    font-size: 22px;
    font-weight: 600;
}

.technology_markt .video-sec .position-name {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12% 5%
}

    .technology_markt .video-sec .position-name.one {
        background-image: url(../images/banners/video-bg1.jpg);
    }

    .technology_markt .video-sec .position-name.two {
        background-image: url(../images/banners/video-bg2.jpg);
    }

    .technology_markt .video-sec .position-name:nth-child(2) {
        border-right: 1px solid #fff;
    }


/*----------Security Page------------*/

.security .about-security .hg-details {
    padding: 12% 20px;
}

    .security .about-security .hg-details h4 {
        font-size: 14px;
        color: #f3ad15;
    }

.security .hg-details p {
    font-size: 16px;
}

.security .track-trace h2,
.security .security-tag h2 {
    margin-bottom: 15px;
}

.security-tag h3 {
    color: #111;
    font-size: 24px;
    font-weight: 600;
}

.security-tag ul {
    margin: 0px;
    padding-left: 15px;
}

.security .security-track h4 {
    color: #f3ad15;
    font-size: 14px;
}

.security .track-trace h6 {
    color: #333;
    margin-bottom: 15px;
}

.security .track-trace span {
    color: #222;
    font-weight: 600;
    margin-right: 10px;
}

.security .track-trace p {
    margin-bottom: 30px;
    color: #333;
}

.cont-address {
    background: #f3ad15;
}

    .cont-address .contact_us,
    .cont-address .address {
        background: #f3ad15;
        padding: 30px 40px;
        color: #fff;
    }

    .cont-address .contact_us {
        border-right: 1px solid #fff;
    }

    .cont-address h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .cont-address p {
        margin-bottom: 5px;
    }

.security .security-track .hg-details {
    padding: 15% 20px;
}

.security .varity-app .hg-details,
.security .securty-print .hg-details,
.security .securty-mater .hg-details {
    padding: 15% 20px;
}

    .security .varity-app .hg-details ul,
    .security .securty-print .hg-details ul,
    .security .securty-mater .hg-details ul {
        padding-left: 15px;
    }

    .security .varity-app .hg-details li,
    .security .securty-print .hg-details li,
    .security .securty-mater .hg-details li,
    .security .security-tag .hg-details li {
        margin-bottom: 10px;
    }

    .security .varity-app .hg-details h6,
    .security .securty-print .hg-details h6,
    .security .securty-mater .hg-details h6 {
        margin-bottom: 20px;
    }

.contact-us .media-cont .hg-details p {
    margin-bottom: 5px;
}

/*----------Groombig Page------------*/

.groombig .inner-page-banner {
    background-image: url(../images/banners/groombig.jpg);
    background-position: top;
}

.groombig .hg-details h4 {
    color: #f3ad15
}

.bg-grey {
    background: #f2f2f2;
    padding: 3% 0px;
}

    .bg-grey ul.grid-list {
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 0px;
        display: block;
    }

        .bg-grey ul.grid-list li {
            margin-bottom: 15px;
            width: 50%;
            font-size: 16px;
            display: inline-block;
        }

.groombig .image-box {
    height: auto;
    max-height: 100%;
}

.groombig .list-box-text {
    width: 100%;
    max-width: 350px;
}

.list-box-text ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .list-box-text ul li {
        width: 200px;
        height: 75px;
        font-weight: 600;
        border: 2px solid #333;
        text-align: center;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        position: relative;
    }

        .list-box-text ul li:after {
            position: absolute;
            content: '';
            display: block;
        }

.image-box > img {
    object-fit: cover;
    object-position: center;
}
/*----------Security and Packaging------------*/

.secure_pack .inner-page-banner {
    background-image: url(../images/banners/secure-pack-bg.jpg);
    background-position: top;
}

/*----------Success Story------------*/
.success_story .inner-page-banner {
    background-image: url(../images/banners/success-story-bg.jpg);
    background-position: top;
}

.success_story .banner-text h2, .success_story .banner-text {
    text-align: left !important;
}

    .success_story .banner-text p {
        color: #fff;
        font-size: 18px;
        text-align: left !important;
        line-height: 1.4;
    }

        .success_story .banner-text p a {
            color: #f3ad15;
            font-weight: 600;
        }

/*----------About us------------*/


.about-us .inner-page-banner {
    background-image: url(../images/banners/aboutus-bg.jpg);
    background-position: top;
}

.about-us .featured-box {
    border-top: 4px solid #fff;
}

.about-us .featured-items {
    border-left: 4px solid #fff;
}

.about-us .col-md-5.featured-items {
    border-left: 0px;
}

.featured-items h4.text_colr {
    color: #f1ad1d;
    font-size: 14px;
    line-height: 16px;
    padding: 0 35px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
}

.dirctr h2 {
    margin-bottom: 5px;
}

.dirctr h5 {
    margin-bottom: 15px;
}

.dirctrs-team h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.dirctrs-team h5 {
    font-size: 15px;
    font-weight: 500;
}

/*----------State Office------------*/

.state_office .inner-page-banner {
    background-image: url(../images/banners/stateoffice-bg.jpg);
    background-position: top;
}

.padd-tb {
    padding-top: 26%;
    padding-bottom: 26%;
}

.state_office .addr-text-box-y img {
    width: auto;
    height: 80px;
}

.addr-text-box-y {
    background-color: #f3ad15;
    min-height: 340px;
    padding: 50px 40px;
    width: 100%;
    display: block;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}

    .addr-text-box-y:first-child {
        border-left: 3px solid #fff;
    }

    .addr-text-box-y:hover {
        text-decoration: none;
    }

    .addr-text-box-y h3 {
        color: #fff;
        font-family: 'DINPro Bold';
        font-size: 22px;
        margin: 10px 0 0px;
    }

    .addr-text-box-y p {
        color: #fff;
        font-size: 16px;
        margin-top: 20px;
    }

    .addr-text-box-y h6 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px;
    }

.bg-gre {
    background: #f2f2f2;
}





/*----------State Office------------*/
.img-fit img {
    max-height: 550px;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
}

.full-width-banner {
    height: 100%;
    max-height: 650px;
    overflow: hidden;
    position: relative;
}

    .full-width-banner .banner-intro {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

        .full-width-banner .banner-intro .banner-text h5 {
            color: #f3ad15;
            font-size: 15px;
            letter-spacing: 1px;
            font-weight: 600;
        }

        .full-width-banner .banner-intro .banner-text h2 {
            color: #2D3285;
            letter-spacing: 0.5px;
            font-size: 2rem;
            font-weight: 600;
        }

        .full-width-banner .banner-intro .banner-text a {
            color: #2D3285;
            font-size: 14px;
            font-weight: 600;
        }


/*----------Whistleblowing------------*/


.contact_form .p-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.contact_form form input, .contact_form form textarea {
    border-bottom: 1px solid #888;
}

    .contact_form form input.form-control-file {
        border: none;
        max-width: 200px;
    }

    .contact_form form input::placeholder, .contact_form form textarea::placeholder {
        color: #333;
    }

.contact_form form button {
    background: #2D3280;
    border-radius: 0px;
    border: none;
    padding: 7px 20px 10px 20px;
    line-height: 1;
}

/*----------research page 1------------*/
.research1 ul {
    list-style: none;
    padding-left: 0px;
}

/*----------research page 2------------*/

.research2 ul {
    padding-left: 15px;
}

.ul_li_label ul {
    margin-bottom: 30px;
}

    .ul_li_label ul li {
        margin-bottom: 8px;
        width: 100%;
    }

        .ul_li_label ul li label {
            width: 50%;
            margin-bottom: 0px;
        }

        .ul_li_label ul li strong {
            color: #222;
            font-size: 17px;
            margin-bottom: 15px;
            display: inline-block;
        }

.hg-details h3 {
    color: #222;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.hg-details h6 {
    color: #111;
    font-size: 17px;
}

.hg-details > div.row {
    position: unset;
    padding: 0px;
}

    .hg-details > div.row span {
        float: right;
    }

.y-audio-box {
    background: #EBA416;
    padding: 40px;
    border: 1px solid #fff;
}

    .y-audio-box img.audio-icon {
        width: 100%;
        max-width: 70px;
    }

    .y-audio-box h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }

    .y-audio-box a.read-more {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

img.audioplay-icon {
    border-radius: 50%;
    margin-right: 35px;
    width: 80px;
}

.ind-resrch .read-more:hover {
    color: #f3ad15;
}

.ic-i-sensor .ic-ul-li ul {
    display: block;
    padding-left: 15px;
    margin-top: 30px;
}

.smart-manuf .p-r {
    height: 500px;
}

    .smart-manuf .p-r.bg {
        position: relative;
    }

        .smart-manuf .p-r.bg:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0, 0.6);
        }

.read-more:hover {
    color: #fff;
}

.p-r.bg-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
}

.p-r.bg-overlay:before {
    z-index: 99;
}

.smart-manuf .p-r.bg h2 {
    color: #fff;
}

.p-r.bg-overlay h2, .p-r.bg-overlay h3, .p-r.bg-overlay h5, .p-r.bg-overlay h6, .p-r.bg-overlay p {
    color: #fff;
}

.p-r.bg-overlay a.read-more {
    color: #f3ad15;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.p-r.bg-overlay .hg-details {
    z-index: 99;
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
}

.p-r.bg-overlay .display-b {
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    height: 100%;
    align-items: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    margin-top: 3%;
}

.table-sec .table thead th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.table-sec .table td {
    border-bottom: 1px solid #ddd;
}

/*----------Mega Menu------------*/

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: auto;
    min-width: 50%;
    transform: none !important;
    top: 100% !important;
}

    .megamenu > div > li > ul {
        padding: 0;
        margin: 0;
    }

        .megamenu > div > li > ul > li {
            list-style: none;
        }

            .megamenu > div > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

                .megamenu > div > li > ul > li > a:hover,
                .megamenu > div > li > ul > li > a:focus {
                    text-decoration: none;
                    color: #111;
                    background-color: #f5f5f5;
                }

    .megamenu.disabled > a,
    .megamenu.disabled > a:hover,
    .megamenu.disabled > a:focus {
        color: #999999;
    }

        .megamenu.disabled > a:hover,
        .megamenu.disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

    .megamenu .dropdown-header {
        color: #2d3280 !important;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 600;
    }

    .megamenu .dropdown-headerm {
        color: #2d3280 !important;
        padding: 1px 0;
        font-size: 14px;
        font-weight: 600;
    }

        .megamenu .dropdown-header > small {
            color: #2d3280 !important;
            font-weight: 900;
            font-size: 13px;
        }

.secondary-menu ul.megamenu li.dropdown-item a:hover {
    text-decoration: underline !important;
}

.megamenu li.dropdown-item {
    background: transparent !important;
}

.megamenu .dropdown-item .dropdown-header a {
    color: #2d3280 !important;
    padding: 0;
}

.megamenu .dropdown-item .dropdown-header > small a {
    color: #2d3280 !important;
}

.megamenu li.dropdown-item a {
    color: #2d3280 !important;
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}
