.dropDownMenu {
    display: flex;
    background-position: right center;
}

.dropDownMenu li {
    background-position: left center;
}

.dropDownMenu li ul li {
    width: 150px;
    padding: 0 10px;
}

.dropDownMenu li a,
.dropDownMenu li a:hover {
    padding: 20px 30px 20px 15px;
}

.dropDownMenu li ul li a span {
    font-size: 11px;
}

.dropDownMenu li:hover ul {
    padding: 20px 0;
}

.homecarousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.homecarousel .owl-dots button {
    width: 40px;
    height: 6px;
    margin: 0 5px;
    background: #fff;
    opacity: 0.8;
}

.homecarousel .owl-dots button:focus {
    outline: none;
    box-shadow: none;
}

.homecarousel .owl-dots button.active {
    opacity: 1;
}

.menu_container {
    width: auto;
}

.bannercaption {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.bannercaption_second {
    position: absolute;
    top: 44%;
    left: 34%;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: left;
}

.bannercaption h1 {
    font-size: 30px;
}

.bannercaption small {
    font-size: 15px;
}

.bannercaption a {
    display: inline-block;
    padding: 7px 20px;
    background: #1f54c4;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.bannercaption a:hover {
    background: #ed1c24;
    text-decoration: none;
}

.header_top {
    text-align: left;
}

.header_right {
    width: 54%;
}

.covid19 {
    padding: 15px 0;
    background: #ccc;
    text-align: center;
}

.covid19 a {
    color: #ed1c24;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-weight: 600;
}

.covid19 a::after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #ed1c24;
    border-top: 1px solid #ed1c24;
    content: '';
    transform: rotate(45deg);
}

.latestupdate {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff;
}

.featuresection {
    padding: 70px 0 0;
}

.latestupdate h2,
.featuresection h2 {
    color: #ed1c24;
    text-decoration: none;
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.newswraper {
    padding: 0;
}

.newswraper figure {
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin: 0;
}

.newswraper figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.newswraper p {
    padding: 20px 0px 0;
    font-size: 14px;
    color: #212529;
}

.newswraper p small {
    display: block;
    font-size: 15px;
    color: #ed1c24;
    margin-bottom: 8px;
}

.newswraper a {
    display: inline-block;
    font-size: 14px;
    /* color: #ed1c24 !important; */
    text-decoration: none;
    position: relative;
    line-height: 1;
}

.newsmobile p {
    padding: 20px 0px 0 !important;
    font-size: 16px !important;
    color: #212529 !important;
    position: relative !important;
    bottom: 0 !important;
    text-align: left !important;
    line-height: 1.5;
}

.newsmobile p small {
    display: block;
    font-size: 15px;
    color: #ed1c24;
    margin-bottom: 8px;
}

.newsmobile a {
    display: inline-block;
    font-size: 14px;
    /* color: #ed1c24 !important; */
    text-decoration: none;
    position: relative;
    line-height: 1;
}

.newsmobile a::after {
    display: none !important;
}

/* .newswraper a::after{
    position: absolute;
    top: 4px;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    content: '';
}
.newswraper:hover a::after{
    right: -20px;
} */
.redarrow a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.redarrow a::after {
    position: absolute;
    top: 4px;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
    content: '';
}

.redbutton {
    display: inline-block;
    border: 1px solid #ed1c24;
    padding: 12px 40px;
    font-size: 16px;
    color: #ed1c24;
    margin-top: 40px;
    border-radius: 40px;
}

.redbutton:hover {
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
}

.featureslider .owl-prev {
    position: absolute;
    top: -50px;
    right: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #1f54c4 !important;
    display: inline-block;
}

.featureslider .owl-next {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #1f54c4 !important;
    display: inline-block;
}

.featureslider .owl-prev span,
.featureslider .owl-next span {
    color: #1f54c4;
    font-size: 26px;
    line-height: 16px;
}

.featureslider .owl-prev:focus,
.featureslider .owl-next:focus,
.featureslider .owl-prev:hover,
.featureslider .owl-next:hover {
    border-color: #ed1c24 !important;
    outline: none;
}

.featureslider .owl-prev:focus span,
.featureslider .owl-next:focus span,
.featureslider .owl-prev:hover span,
.featureslider .owl-next:hover span {
    color: #ed1c24;
}

.featureslider a {
    display: block;
    position: relative;
    cursor: pointer;
}

.featureslider p {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    z-index: 3;
    font-size: 20px;
    color: #fff;
}

.featureslider a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.featureslider a .vidimg {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}

.callboxes a {
    margin-top: 30px;
    display: block;
}

.vidpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.vidpopup.opened {
    display: block;
}

.vidpopup .closevidpopup {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 3;
    cursor: pointer;
}

.vidpopup .closevidpopup svg {
    fill: #fff;
    width: 30px;
}

.vidpopup iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 90%;
    max-width: 800px;
    background: #000;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1199px) {

    .dropDownMenu li a,
    .dropDownMenu li a:hover {
        padding: 20px 30px 20px 15px;
    }

    .dropDownMenu li {
        width: 24%;
    }
}

.footer_nav ul {
    padding-left: 0;
}

.company_addr ul {
    padding-left: 30px;
}

.company_addr ul.comp1,
.company_addr ul.comp2 {
    padding-left: 0;
}

@media screen and (max-width:991px) {
    .footer_nav ul li {
        display: inline-block;
        float: none;
    }

    #bu_nav {
        top: 138px;
        left: 0;
    }

    #bu_nav li {
        width: 100%;
    }

    #bu_nav li ul {
        text-align: left;
    }

    #bu_nav li ul li {
        width: 45%;
    }
}

@media screen and (max-width:999px) {
    .bannercaption {
        top: 38% !important;
    }

    .bannercaption_second {
        left: 40% !important;
    }

    .bannercaption_second h1 {
        font-size: 22px;
    }

    .bannercaption h1 {
        font-size: 22px;
    }

    .bannercaption small {
        font-size: 14px;
    }

    .bannercaption img {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .bannercaption a {
        padding: 5px 12px;
        font-size: 12px;
    }
}

@media screen and (max-width:767px) {
    .bannercaption {
        top: 40% !important;
    }

    .bannercaption_second {
        left: 45% !important;
    }

    .bannercaption h1 {
        font-size: 14px;
    }

    .bannercaption_second h1 {
        font-size: 14px;
    }

    .bannercaption small {
        font-size: 11px;
    }

    .bannercaption img {
        width: 32% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .bannercaption a {
        padding: 5px 12px;
        font-size: 12px;
    }

    #bu_nav {
        top: 100px;
        left: 0;
    }

    .header_right {
        width: 25%;
    }

    .footer_nav_title {
        font-size: 14px;
    }

    .footer_nav_link {
        font-size: 12px;
    }

    .logo a,
    .logo_span {
        width: 115px !important;
    }

    .homecarousel .owl-dots button {
        width: 30px;
    }
}

/*Suddesh*/
.secondary_banner {
    display: block;
    margin-top: 50px;
    position: relative;
    width: 100%;
    text-align: center;
}

.main_wrapper {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}

.home_sections {
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    margin-top: 50px;
    border-width: 20px 20px 0 0;
    border-style: solid;
    border-color: #f2f2f2;
}

.home_sections * {
    box-sizing: border-box;
}

.imp_notice {
    padding-top: 15px;
}

.imp_notice p {
    /* border: 1px solid; */
    padding: 0 2%;
}

.business-section {
    margin: 40px 0;
}

.business-section figure {
    position: relative;
}

.business-section figure img {
    width: 100%;
}

.business-section figure .imagecaption {
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    font-weight: 700;
    top: 14%;
    left: 10%;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    z-index: 1;
    max-width: 100%;
    padding: 0 20px;
}

.business-section figure .imagecaption.rihgttext {
    left: auto;
    right: 10%;
}

.business-section figure .imagecaption.textwhite {
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.8);
}

.business-section figure .imagecaption.advtextsol {
    left: auto;
    right: 20%;
    top: 10%;
}

.nodropDownMenu {
    background: none !important;
}

@media screen and (min-width: 768px) {
    .latestupdate-mobile {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .business-section figure .imagecaption {
        font-size: 25px;
        top: 11%;
    }
}

@media screen and (max-width: 991px) {
    .business-section figure .imagecaption.advtextsol {
        left: auto;
        right: 0%;
        top: 1%;
    }
}

@media screen and (max-width: 767px) {
    .business-section figure .imagecaption {
        font-size: 16px;
        left: 0%;
        top: 5%;
    }

    .business-section figure .imagecaption.rihgttext {
        right: 0%;
    }

    .business-section figure .imagecaption {
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    }

    .business-section figure .imagecaption.textwhite {
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
    }

    .latestupdate {
        display: none;
    }

    .homebanner .owl-carousel .owl-item .bannerimgwraper {
        overflow: hidden;

    }

    /* .homebanner .owl-carousel .owl-item .bannerimgwraper img{
        min-width: 200%;
        margin-left: -25%;
    } */
    .homebanner .owl-carousel .owl-item .bannerimgwraper .bannercaption_second {
        padding: 0 15px;
    }
}


/*==================New Homepage Dec 2024 =====================*/
/*=============================================================*/
/*===================== CSS Start =============================*/
.newhomepage .container {
    max-width: 1230px;
}

.n_desk {
    display: block;
}

.n_mob {
    display: none;
}

.n_header {
    background-color: #fff;
    padding: 0 0 30px;
    position: relative !important;
}

.newinnerpages .n_header {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    /* padding-bottom: 10px;
    margin-bottom: 30px; */
}

.n_header.fixed {
    padding: 0 0 30px;
}

.n_headertop {
    display: flex;
    align-items: center;
}

.n_headertop h1 {
    margin: 0;
    padding: 15px 15px 15px 10px;
}

.n_right-top {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.n_identifier {
    display: flex;
    align-items: center;
    padding-left: 49px;
}

.n_searh-top .n_search_wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #000000;
    border-radius: 6px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.n_searh-top .n_search_wrap form {
    display: flex;
    align-items: center;
}

.n_searh-top .n_search_wrap form .searchbar {
    width: 125px;
    background: transparent;
    border: none;
}

.n_searh-top .n_search_wrap form .searchbar:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.n_searh-top .n_search_wrap form input[type=submit] {
    background: url(../images/search_icon.png) left top no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    background-size: 15px;
    display: inline-block;
    text-indent: -9999px;
    width: 21px;
    z-index: auto;
}

.n_searh-top .n_search_wrap form input[type=submit]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.n_searh-top-nav {
    display: none;
}

.n_searh-top-nav .n_search_wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #000000;
    border-radius: 6px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.n_searh-top-nav .n_search_wrap form {
    display: flex;
    align-items: center;
}

.n_searh-top-nav .n_search_wrap form .searchbar {
    width: 125px;
    background: transparent;
    border: none;
}

.n_searh-top-nav .n_search_wrap form .searchbar:focus {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.n_searh-top-nav .n_search_wrap form input[type=submit] {
    background: url(../images/search_icon.png) left top no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    background-size: 15px;
    display: inline-block;
    text-indent: -9999px;
    width: 21px;
    z-index: auto;
}

.n_searh-top-nav .n_search_wrap form input[type=submit]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.n_right-menu-item {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-left: 15px;
}

.n_right-menu-item div {
    width: 130px;
}

.n_right-menu-item div.right {
    width: 80px;
}

.n_right-menu-item a {
    display: block;
    width: 120px;
    margin-top: 7px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.n_right-menu-item a:hover {
    text-decoration: underline;
}

.n_right-menu-item div.right a {
    border-left: 1px solid #d8d8d8;
    padding-left: 10px;
}

.n_hamburgur-icon {
    padding: 11px 9px;
    display: none;
    
}
.n_hamburgur-icon span{
    width: 26px;
    height: 22px;
    position: relative;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    display: block;
    cursor: pointer;
}

.n_hamburgur-icon span::before {
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform-origin: center center;
    position: absolute;
    height: 3px;
    background: #000;
    content: '';
    z-index: 2;
}

.n_hamburgur-icon span::after {
    width: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform-origin: center center;
    position: absolute;
    height: 3px;
    background: #000;
    content: '';
    z-index: 2;
}

.n_hamburgur-icon.active {
    border-color: transparent;
}

.n_hamburgur-icon.active span::before {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.n_hamburgur-icon.active span::after {
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
}

.n_main-menu {
    padding-top: 10px;
}

.n_main-menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.n_main-menu ul li {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d8d8d8;
}

.n_main-menu ul li:last-child {
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    border: none;
}

.n_main-menu ul li a {
    font-size: 16px;
    color: #000;
    padding: 10px 10px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.n_main-menu ul li a.n_hasmenu {
    color: #000 !important;
    padding-right: 26px;

}

.n_main-menu ul li a.n_hasmenu:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #212529;
    border-bottom: 2px solid #212529;
    content: '';
}

.n_main-menu ul li a.n_hasmenu2 {
    padding-right: 15px;

}

.n_main-menu ul li a.n_hasmenu2:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #212529;
    border-top: 2px solid #212529;
    content: '';
}

.n_main-menu ul li:hover>a {
    color: #ed1c24;
}

.n_main-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    width: 218px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.n_main-menu ul li:hover>ul {
    display: block;
}

.n_main-menu ul li ul li {
    display: block;
    margin: 0 0 5px;
    padding: 0 10px;
    border: none;
}

.n_main-menu ul li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.n_main-menu ul li ul li:hover>ul {
    display: block;
}

.n_quickmobmenu {
    display: none;
}

.n_quickmobmenu h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 7px 10px;
    background: #d8d8d8;
}

.n_quickmobmenu a {
    display: block;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
}

.n_quickmobmenu a:hover {
    text-decoration: underline;
}

.n_homebanner .n_bannerimgwraper {
    position: relative;
    overflow: hidden;
    height: 640px;
}

.n_homebanner .n_bannerimgwraper .n_bannermotif {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.n_homebanner .n_bannerimgwraper .n_bannercaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.n_homebanner .n_bannerimgwraper .n_bannercaption a {
    width: 1200px;
    display: block;
}

.n_homebanner .n_bannerimgwraper .n_bannercaption img {
    width: 100%;
}

.n_latestnews {
    padding: 100px 0;
}

.n_homepageheading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    line-height: 1;
}

.n_homepageheading:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.n_homepageheading span {
    padding-right: 15px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.n_homepageheading.n_spotlight {
    width: calc(100% - 80px);
}


.n_sectionleft_heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    padding: 5px 0 5px 30px;
    border-left: 6px solid #ed1c24;
}

.n_sectionleft_heading.colwht {
    color: #fff;
}

.n_press-content ul {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.n_press-content ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.n_press-content .newsdate {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
}

.n_press-content .newsTitle {
    width: calc(100% - 145px);
    display: inline-block;
    vertical-align: top;
}

.n_press-content .newsTitle p {
    font-size: 16px;
    padding-bottom: 0 !important;
}

.n_press-content .newsTitle p a {
    color: #0064d2;
    text-decoration: none;
    font-size: 16px;
    font-weight: ;
}

.n_press-content .newsTitle p a:hover {
    color: #0064d2;
    text-decoration: underline;
}

.n_businessgroup {
    background: #aaa;
    border: none;
    font-size: 12px;
    color: #ffffff;
    padding: 5px !important;
    display: inline-block;
}

.n_viewall {
    display: inline-block;
    color: #ed1c24;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
    border-bottom: 1px solid transparent;
}

.n_viewall:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    content: '';
}

.n_viewall:hover {
    border-bottom: 1px solid #ed1c24;
    text-decoration: none;
    color: #ed1c24;
}

.n_bussniss-domains {
    padding: 100px 0;
    background: #f5f5f6;
}

.n_business-boxes {
    border: 1px solid #d8d8d8;
    padding: 0px 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    background: #fff;
    height: 100%;
}

n_business-boxes:hover {
    color: #0064d2;
    text-decoration: none;
}

.n_business-boxes img {
    width: 40px;
    margin-left: 30px;
}

.n_research_development {
    padding: 100px 0;
    background: #e8e8e8 url('../images/research-and-development.png') center center no-repeat;
    background-size: cover;
}

.n_research_development .n_homepageheading {
    color: #fff;
    margin-bottom: 15px;
}

.n_research_development .n_homepageheading span {
    background: transparent;
}

.n_research_development .n_homepageheading::after {
    display: none;
}

.n_research_development p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.n_research_developmentstr {
    padding: 100px 0;
    background: #e8e8e8 url('../images/bg_management-strategy.png') center center no-repeat;
    background-size: cover;
}

.n_research_developmentstr .n_homepageheading {
    color: #fff;
    margin-bottom: 15px;
}

.n_research_developmentstr .n_homepageheading span {
    background: transparent;
}

.n_research_developmentstr .n_homepageheading::after {
    display: none;
}

.n_research_developmentstr p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.belowbanneritems {
    padding: 45px 0;
}

.n_research_developmentstr p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}



.n_r-and-d-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin-top: 100px;
}

.n_r-and-d-icons li {
    width: calc(100%/5);
}

.belowbannerlist.n_r-and-d-icons {
    margin: 0;
}

.belowbannerlist.n_r-and-d-icons li {
    width: auto;
}

.n_r-and-d-icons li a {
    display: inline-block;
    text-decoration: none;
    /* background: #fff; */
    border-radius: 10px;
    /* padding: 30px; */
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.n_r-and-d-icons li a img {
    opacity: 1;
}

.n_r-and-d-icons li a:hover img {
    opacity: 0.8;
}

.n_r-and-d-icons li a strong {
    display: block;
}

.n_innerbanner {
    position: relative;
    height: 250px;
    background: url('../images/hdr-product.jpg');
    background-size: cover;
}

.n_innerbanner::after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    content: '';
}

.n_innerbanner .n_innercaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -web-transform: translateY(-50%);
}

.n_innerbanner .n_innercaption h1 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.n_ps-section {
    padding: 100px 0;
}

.n_pswraper {
    display: block;
    position: relative;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.n_pswraper h3 {
    color: #fff;
    padding: 10px 15px;
    background: #0064d2;
    display: flex;
    align-items: center;
    height: 68px;
    font-size: 20px;
    margin: 0;
}

.n_pswraper img {
    width: 100%;
}

.n_pswraper span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    border-radius: 50%;
}

.n_pswraper span:after {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    transform-origin: center center;
}

.n_pswraper:hover {
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.nfooterbotom {
    background: #0064d2;
    color: #fff;
    padding: 20px 0;
    clear: both;
}

.nfbottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.ncopyright {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.nterms {
    display: flex;
    align-items: center;
}

.nterms a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin: 0 30px;
    text-decoration: none;
}

.nterms a:hover {
    text-decoration: underline;
}

.nterms a:first-child {
    margin-left: 0;
}

.d-noverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.05);
}

.ndisclaimer {
    position: fixed;
    bottom: -300px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    transition: all 1.5s ease-in-out;
}

.ndisclaimer .ndisclaimerwrap {
    display: flex;
    align-items: center;
}

.ndisclaimer.disopened {
    bottom: 0;
}

.ndisclaimer h3 {
    font-size: 16px;
    color: #0064d2;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ndisclaimer p {
    font-size: 14px;
}

.ndisclaimer button {
    padding: 10px 20px;
    background: #0064d2;
    color: #ffffff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 15px;
    margin-right: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.ndisclaimer button:hover {
    background: #ed1c24;
}

.ndisclaimer button:focus {
    border: none;
    outline: none;
    background: #ed1c24;
}

.ndisclaimer button svg {
    width: 24px;
    fill: #fff;
    margin-left: 5px;
}

.main-ban {
    position: relative;
}

.cl-motif {
    position: absolute;
    top: 0;
    right: 0;
}

img[name="bmImg2"] {
    display: none;
}

.n_fordesk {
    display: block !important;
}

.n_formob {
    display: none !important;
}

@media screen and (max-width:1199px) {
    .n_right-menu-item a {
        width: auto;
    }

    .n_bannercaption .container {
        padding: 0;
    }
}

@media screen and (max-width:991px) {
    body.newhomepage {
        padding-top: 44px !important;
    }

    .newhomepage .n_header .container {
        padding: 0;
    }

    .n_fordesk {
        display: none !important;
    }

    .n_formob {
        display: block !important;
    }

    .n_homebanner .n_bannerimgwraper {
        height: 460px;
    }

    .n_homebanner .n_bannerimgwraper .n_bannercaption a {
        width: 375px;
    }

    .n_header {
        padding: 0;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.3);
    }

    .n_header.fixed {
        padding: 0;
    }

    .n_desk {
        display: none;
    }

    .n_mob {
        display: block;
    }

    .n_headertop {
        padding: 0;
    }

    .n_searh-top,
    .n_right-menu-item {
        display: none;
    }

    .n_hamburgur-icon {
        display: block;
    }

    .n_searh-top-nav {
        display: block;
    }

    .n_identifier {
        padding-left: 0px;
    }

    .n_main-menu {
        position: fixed;
        right: -320px;
        top: 44px;
        width: 320px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        background: #fff;
        padding: 20px;
        z-index: 999;
        overflow: hidden;
        overflow-y: scroll;
        height: calc(100vh - 44px);
        border-top: 1px solid #e8e8e8;
    }

    .n_searh-top-nav .n_search_wrap form {
        width: 100%;
    }

    .n_searh-top-nav .n_search_wrap form .searchbar {
        width: 100%;
    }

    .n_main-menu ul {
        display: block;
    }

    .n_main-menu ul li {
        border: none;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .n_main-menu ul li ul {
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
        padding: 0 0 0 20px;
    }

    .n_main-menu ul li ul li {
        padding: 0;
    }

    .n_main-menu ul li a.n_hasmenu {
        display: block;
    }

    .n_main-menu ul li a.n_hasmenu:after {
        width: 8px;
        height: 8px;
    }

    .n_main-menu ul li a.n_hasmenu2 {
        display: block;
    }

    .n_main-menu ul li a.n_hasmenu2:after {
        width: 8px;
        height: 8px;
    }

    .n_main-menu ul li:hover>ul {
        display: none;
    }

    .n_main-menu ul li ul li:hover>ul {
        display: none;
    }

    .n_main-menu ul li a.opened~ul {
        display: block;
    }

    .n_main-menu ul li ul li a.opened~ul {
        display: block;
    }

    .n_main-menu ul li ul li ul {
        position: relative;
        left: 0;
    }

    .n_main-menu.opened {
        right: 0;
    }

    .n_quickmobmenu {
        display: block;
    }

    .n_homebanner .n_bannerimgwraper .n_bannercaption h1 {
        font-size: 24px;
    }

    .n_research_development {
        padding: 60px 0;
    }

    .n_ps-section,
    .n_research_developmentstr,
    .n_latestnews {
        padding: 60px 0;
    }

    .n_r-and-d-icons {
        margin-top: 60px;
        gap: 15px;
    }

    .n_r-and-d-icons li {
        width: calc(100% / 3 - 20px);
    }
}

@media screen and (max-width: 767px) {
    .n_identifier img{height: 14px;}
    .n_ps-section,
    .n_research_developmentstr,
    .n_latestnews {
        padding: 40px 0;
    }

    .n_r-and-d-icons {
        margin-top: 40px;
        gap: 10px;
    }

    .n_r-and-d-icons li {
        width: calc(100% / 2 - 15px);
    }

    .ndisclaimer .ndisclaimerwrap {
        display: block;
    }

    .ndisclaimer button {
        margin-left: 0;
    }

    .ndisclaimer h3 {
        font-size: 14px;
    }

    .ndisclaimer p {
        font-size: 12px;
    }

    .nfbottom {
        display: block;
    }

    .nterms {
        justify-content: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:499px) {
    .n_main-menu {
        right: -100%;
        width: 100%;
    }

    .homebanner .owl-carousel .owl-item .bannerimgwraper {
        line-height: 1.1;
    }

    .bannercaption_second {
        margin-top: 5px;
    }

    .bannercaption_bottom {
        display: none;
    }

    .n_homebanner .n_bannerimgwraper {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3)
    }

    .n_homebanner .n_bannerimgwraper .n_bannercaption h1 {
        font-size: 20px;
    }

    .n_homebanner .n_bannerimgwraper .n_bannercaption p {
        font-size: 14px;
    }

    .n_press-content .newsdate {
        width: 100%;
        margin-bottom: 5px;
    }

    .n_press-content .newsTitle {
        width: 100%;
    }
}