﻿/*font-face Titillium*/
@font-face {
    font-family: 'TITILLIUMWEB-BOLD';
    src: url('../fonts/TITILLIUMWEB-BOLD.TTF') format('truetype');
}
@font-face {
    font-family: 'TITILLIUMWEB-REGULAR';
    src: url('../fonts/TITILLIUMWEB-REGULAR.TTF') format('truetype');
}
 
textarea {
  resize: none;
}

/* bootstrap hack: fix content width inside hidden tabs */ .tab-content > .tab-pane, .pill-content > .pill-pane { display: block; /* undo display:none */ height: 0; /* height:0 is also invisible */ /*overflow: hidden; */ /* no-overflow */ } .tab-content > .active, .pill-content > .active { height: auto; /* let the content decide it */ } /* bootstrap hack end */
.row {
    margin-left:0px !important;
    margin-right: 0px !important;
}
.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.d-table {
    width:100%;
    height:100%;
    display:table;
    text-align:center;
}
.d-tablecell {
    display:table-cell;
    vertical-align:middle;
}
.pad-zero {
    padding:0px !important;
}
.slick-slide {
    outline: none !important;
}
ul {
    margin-bottom:0;
}

/*Homepage css start*/
.homeBanrSlider {
    background-color: #efefef;
}
.homeBanrSlider .items {
    position: relative;
    overflow: hidden;
}
.homeBanrSlider .items img {
    width: 100%;
}
.homeBanrSlider .items video {
    width: 100%;
    position: relative;
    max-width: 100%;
}
.homeBanrSlider .items video::-webkit-media-controls {
  display: none;
}

/*homeBanrSlider video*/
.homeBanrSlider .items.videoSec {
    width: 100%;
}


/* Could Use thise as well for Individual Controls */
.homeBanrSlider .items video::-webkit-media-controls-play-button {
    display: none;
}

.homeBanrSlider .items video::-webkit-media-controls-volume-slider {
    display: none;
}

.homeBanrSlider .items video::-webkit-media-controls-mute-button {
    display: none;
}

.homeBanrSlider .items video::-webkit-media-controls-timeline {
    display: none;
}

.homeBanrSlider .items video::-webkit-media-controls-current-time-display {
    display: none;
}
.homeBanrSlider .items .text_overlay {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    height:100%;
    display:flex;
    align-items: center;
    background-color: rgba(0,0,0,.175);
    z-index: 2;
}
.homeBanrSlider .items .text_overlay div {
    margin:auto;    
    color:#fff;
    text-align:center;
}
.homeBanrSlider .items .text_overlay div h2 {
    margin: auto;
    font-family: 'TITILLIUMWEB-BOLD';
    color: #fff;
    font-size: 3vw;
    margin-top:-30px;
    margin-bottom: 15px;
}
.homeBanrSlider .items .text_overlay div p {
    font-family: 'Roboto', sans-serif;
    /*margin-top: 17px;*/
    margin-bottom: 0;
    font-size: 34px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.homeBanrSlider .slick-prev , .homeBanrSlider .slick-next {
    -moz-box-shadow:   inset 0 1px 10px #ccc;
    -webkit-box-shadow: inset 0 1px 10px #ccc;
    box-shadow:         inset 0 1px 10px #ccc;
    z-index: 5;
}
.homeBanrSlider .slick-prev {
    right: 0;
    bottom: 30px;
    top: auto;
    left: auto;
    top: initial;
    left: initial;
    top: unset;
    left: unset;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
}
.homeBanrSlider .slick-next {
    bottom: -20px;
    right: 0;
    top: auto;
    left: auto;
    top: initial;
    left: initial;
    top: unset;
    left: unset;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
}
.homeBanrSlider .slick-list {
    padding:0 !important;
}
.homeBanrSlider .slick-prev:before {
    background: url(../images/slick-arr-lt.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    content: '';
    height: 15px;
}
.homeBanrSlider .slick-next:before {
    background: url(../images/slick-arr-rt.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    content: '';
    height: 15px;
}
.homeAboutNapino {
    background-color: #efefef;
    padding: 5%;
}
.homeAboutNapino .d-flex {
    align-items:center;
}
.homeAboutNapino .col-lg-8 {
    margin-right:-2px;
}
.homeAboutNapino_Text {
    width: 100%;
    display:inline-block;
    padding-right: 8%;
}
.homeAboutNapino_Text_left {
    width: 42%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-right: 20px;
}
.homeAboutNapino_Text_right {
    width: 57%;
    display:inline-block;
    text-align: left;
    vertical-align:middle;
}
.homeAboutNapino_Text h3 {
    /*color: #606060;*/
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.9vw;
    margin-top: 0;
    margin-bottom: 20px;
}
.homeAboutNapino_Text h4 {
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.35;
}
.homeAboutNapino_Text h4 span {
    display:block;
}
.homeAboutNapino_Text p {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-size: 17px;
    margin: 17px 0;
    text-align: justify;
}
.homeAboutNapino_Text p span {
    font-size: 15px;
    line-height: 1.9;
}
.homeAboutNapino_Text .btn_div a {
    margin-top: 15px;
}
.btn_div a {
    width: 170px;
    color: #606060;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 22px;
    letter-spacing: 0.5px;
    box-shadow: 0px 0px 18px #ccc;
    border:1.5px solid transparent;
    transition: all .6s;
    cursor: pointer;

}
.btn_div a:after {
    content: '';
    background-image: url(../images/btn-arrw.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}
.btn_div a:hover {
    transition: all .6s;
    border-color:#175190;
    color:#175190;
}
.btn_div a:hover::after {
    background-image: url(../images/btn-arrw-blue.png);
}
.btn_div a img {
    width: 15px;
    margin-left: 7px;
}
.btn-color-change .btn_div a{
    background: #175190;
    color: #fff;
}
.btn-color-change .btn_div a:hover{
    border-color:#fff;
}
.btn-color-change .btn_div a:after{
    filter: brightness(0) invert(1);
}
.our_partner {
    padding: 30px 4% 40px 4%;
}
.our_partner h3 {
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    margin-top: 6px;
    margin-bottom: 0;
}
.partner_logo_div {
    margin-top:30px;
}
.partner_logo_div .slick-dots li button {
    background-color: #ccc;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 5px;
    width: 13px;
    height: 13px;
}
.partner_logo_div .slick-dots li.slick-active button {
    background-color: #175190;
}
.partner_logo_div .slick-dots li button:before {
    opacity: 0;
}
.partner_logo_div .slick-dots li.slick-active button:before {
    opacity: 0;
}

.partner_tab_Title {
  position: relative;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 50px 4% 30px 4%;
  display: inline-block;
}
.partner_tab_Title h3 {
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    margin: 0px;
    padding: 0;
    text-align: left;
}
.partner_logo_div .slick-dots {
    bottom:-40px;
}
.our_partner .slick-slide {
    padding:0px 8px;
}
.our_partner .slick-slide img {
    max-width: 100%;
    border: 1px solid #cdcdcd;
    padding: 12px 15px;
    height: 82px !important;
    width: 100%;
    object-fit: cover;
}
.partner_tab_div.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.partner_tab_div .slick-dots {
    bottom:20px;
}

/*.partner_tab_div .slick-dots li {
    width: 25%;
    margin: 0;
    float: left;
    height: unset;
}*/
.partner_tab_div .slick-dots li button {
    background-color: #212121;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px;
    width: 15px;
    height: 15px;
}
.partner_tab_div .slick-dots li button:before {
   background-color: transparent;
   color: transparent;
}

.partner_tab_div .slick-dots li.slick-active button:before {
    color: unset;
}
.partner_tab_div .slick-dots li.slick-active button {
    width: 17px;
    height: 17px;
    background-color:#175190;
}
/*.partner_tab_div .slick-dots li.slick-active button:before {
    font-weight:600;
}
.partner_tab_div .slick-dots li button {
    width: 100%;
    height: unset;
    display: inline-block;
    padding: 0;
}*/
/*.partner_tab_div .slick-dots li button:before {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 25px 10px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 22px;
    height: unset;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity:1;
}*/
.partner_tab_div .items img {
    width:100%;
}

.our_customer {
    padding: 6% 4% 6% 4%;
}
.our_customer h3 {
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.8vw;
    margin-top: 6px;
    margin-bottom: 0;
}
.customer_logo_div {
    margin-top:50px;
}
.our_customer .slick-slide {
    padding:0px 8px;
}
.our_customer .slick-slide img {
    border: 1px solid #cdcdcd;
    padding: 12px 14%;
    margin-bottom: 17px;
    max-width:100%;
}
.our_customer .slick-dots li button {
    background-color: #ccc;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 5px;
    width: 13px;
    height: 13px;
}
.our_customer .slick-dots li.slick-active button {
    background-color: #175190;
}
.our_customer .slick-dots {
    bottom:-40px;
}
.our_customer .slick-dots li button:before {
    color:unset;
}

.home-video-div img {
    width:100%;
}
.home_Our_Presence {
    padding:35px 4%;
}
.home_Our_Presence .col-lg-2 {
    margin-right:-2px;
}
.home_Our_Presence h3 {
    /*color: #606060;*/
    color: #175190;    
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.9vw;
    margin-top: 0;
    margin-bottom: 30px;
}
.home_Our_Presence h4 {
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.7vw;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2;
}
.home_Our_Presence h4 span {
    display:block;
    text-transform: capitalize;
    font-size: 30px;
}
.home_Our_Presence .btn_div a {
    width: 135px;
}
.div_plant {
    width: 200px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #cdcdcd;
    overflow: hidden;
    margin-left: auto;
    margin-bottom:20px;
}
.div_plant h5 {
    padding: 12px 10px;
    margin: 0;
    font-size: 11.5px;
    text-align: center;
    color: #175190;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.plants_common {
    display: none;
}

.home-video-div-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.home-video-div-slider .items {
    position: relative;
    width: 100%;
    display: inline-block;
}
.itemsinner {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.playOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,.0);
    z-index: 1;
}
.home-video-div-slider .items a, .playVideoHome {
    position: absolute;
    width: 90%;
    max-width: 800px;
    /*height: 82px;*/
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background: url(../images/logos/VideoLogo.png) no-repeat center center;*/
    /*background-size: contain;*/
    outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}
.home-video-div-slider .items a img, .playVideoHome img {
    position: relative;
    width: 82px;
    margin: 0 auto;
}
.home-video-div-slider .items a h4, .playVideoHome h4 {
    position: relative;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 12px;
    text-align: center;
    padding: 0;
    text-shadow: 2px 2px 1px rgba(0,0,0,1);
    cursor: auto;
}
.home-video-div-slider .items a:hover, .playVideoHome:hover,
.home-video-div-slider .items a:active, .playVideoHome:active,
.home-video-div-slider .items a:focus, .playVideoHome:focus {
    outline: none;
    border: none;
    text-decoration: none;
}
.home-video-div-slider .items a img:hover, .playVideoHome img:hover,
.home-video-div-slider .items a img:active, .playVideoHome img:active,
.home-video-div-slider .items a img:focus, .playVideoHome img:focus {
    outline: none;
    border: none;
    text-decoration: none;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,.5);
    border-radius: 17px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-video-div-slider .items video {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}


/*Homepage css end*/

/*Landing Page css start*/
.lp_Banner {
    padding: 18% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.lp_Banner_Text {
    text-align: center;
}
.lp_Banner_Text h3 {
    font-family: TitilliumWeb-Bold;
    font-size: 35px;
    color: #ffffff;
    margin-top: -2%;
}
.lp_Banner_Text h4 {
    font-family: 'TITILLIUMWEB-REGULAR';
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    margin-bottom:0;
    line-height:1.4;
}
.lp_Banner_Text h4 span {
    display:block;
}
.lp_Section_Container {
    width: 76%;
    margin: auto;  
    background-color: #ffffff;  
}
.lp_Section_Text {    
    padding: 35px 30px 20px 30px;
}
.lp_Section_Text1 {
    margin-top: -65px;
}
.lp_Section_Text h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #606060;
    font-weight: 400;
    line-height: 1.8;
    margin-top:0;
    margin-bottom:30px;
}
.lp_Section_Text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #606060;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom:0;
}
.prod_desc_text{
    padding: 0 5%;  
}
.prod_desc_text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #606060;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom:0;
    text-align: justify;
}

.lp_Section_Text ul {
    column-count: 2;
    padding-left: 0;
}
.lp_Section_Text ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    margin-bottom:10px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    line-height: 1.7;
}
.lp_Section_Text ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #175190;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 7.5px;
}
.manufacturing_Content .lp_Section_Text ul,.research_Content .lp_Section_Text ul {
    margin-bottom: 15px;
    list-style-type: none;
    overflow: hidden;
}
.manufacturing_Content .lp_Section_Text ul li,.research_Content .lp_Section_Text ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.8;
}
.manufacturing_Content .lp_Section_Text ul li:before,.research_Content .lp_Section_Text ul li:before {
    content: '';
    top: 10px;
}
.manufacturing_Content .lp_Section_Text p,.research_Content .lp_Section_Text p {
    margin-bottom: 15px;
}
.lp_Section_Slide {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.lp_Section_Slide_Container {
    width: 76%;
    margin: auto;
    padding: 15px 10px;
}
.lp_Section_Slide_Inner {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.lp_Section_SlideImg {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.lp_Section_Slide .lp_Section_Slide_Inner .col-lg-6 {
    padding:0 20px;
}

/*R&D css start*/
.rnd_banner {
     background-image: url(../images/rnd-banner.jpg);
}
.rnd_Section p {
    margin-bottom:30px;
}
/*R&D css start*/

/*Testing validation css start*/
.testing_banner {
    background-image: url('../images/testing-validation-banner.jpg');
}
.testing_Section p {
    margin-bottom:0px;
}
.testing_Section_Slide {
    margin-bottom: 20px;
    padding-top: 10px;
}
/*Testing validation css start*/

/*Manufacturing css start*/
.manufacturing_banner {
    background-image: url('../images/manufacturing_banner.jpg');
}
.manufacturing_Section ul {
    column-count:unset;
}
.manufacturing_Section ul li {
    font-weight:400;
    margin-bottom:20px;
}
.manufacturing_Section .lp_Section_Text ul li:before {
    left:0;
}
.manufacturing_Section .lp_Section_Text ul li {
    padding-left:15px;
    padding-right:15px;
}
/*Manufacturing css end*/

/*About Us css start*/
.aboutus_banner {
    background-image: url('../images/home-banr1.jpg');
}
.aboutus_corporate_statement {
    margin-top:20px;
}
.aboutus_corporate_statement_div1 {
    padding:0px 0;
    background-color:#efefef;
}
.aboutus_corporate_statement .lp_Section_Container {
    background-color:transparent;
}
.aboutus_corporate_statement h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    color: #175190;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.aboutus_corporate_statement h5 {
    margin-bottom:20px;
}
.about_block {
    padding: 45px 3%;
    color: #fff;
    height: 320px;
    font-family: 'Roboto', sans-serif;
}
.about_block div {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}
.about_block h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    margin-top: 0;
}
.about_block p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-top: 0;
}
.about_block:nth-child(1) {
    background-color:#1f6ec4;
}
.about_block:nth-child(2) {
    background-color:#1b5fa9;
}
.about_block:nth-child(3) {
    background-color:#175190;
}
.aboutus_corporate_statement_div2 {
    padding:0px 0;
    background-color:#efefef;
}
.timeline-navigation a.scroll-left, .timeline-navigation a.scroll-right{
    display:none;
}
div#example {
    display: flex;
    flex-wrap: wrap;
}
.events-content {
    order: 1;
    width: 100%;
    overflow: hidden;
}
.horizontal-timeline .timeline {
    order:2;
    width:100%;
}
.horizontal-timeline .events-content li {
    background: transparent !important;
    padding: 0 !important;
}
.horizontal-timeline img {
    width:90%;
}
.horizontal-timeline .events {
    background-color:#a3a3a3 !important;
    height: 1.5px !important;
}
.horizontal-timeline .events a {
    width: 80px;
    font-size: 16px !important;
    bottom: -35px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
.horizontal-timeline .events a::after {
    bottom: 26px !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #fff !important;
    border: 1px solid rgb(163, 163, 163) !important;
}
.horizontal-timeline .events a.selected::after {
    background-color: #175190 !important;
}
.horizontal-timeline .filling-line {
    background-color:#a3a3a3 !important;
}
.horizontal-timeline .events-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #175190;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.timeline-navigation a {
    color:#175190;
}
.timeline-navigation a.fa-arrow-circle-right:before {
    content: '' !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/timeline-arr-rt-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.timeline-navigation a.fa-arrow-circle-left:before {
    content: '' !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/timeline-arr-lt-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.timeline-navigation a.inactive.fa-arrow-circle-right:before {
    content: '' !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/timeline-arr-rt-gray.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.timeline-navigation a.inactive.fa-arrow-circle-left:before {
    content: '' !important;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../images/timeline-arr-lt-gray.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.timeline-navigation#leftNav {
    left: 0 !important;
}
.timeline-navigation#rightNav {
    right: 4px !important;
}
.horizontal-timeline .events-wrapper {
    margin: 0 50px !important;
}
/*About Us css end*/

/*Landing Page css end*/


/*Product Pages css start*/
.prod_Banner {
    position:relative;
    width:100%;
    text-align:center;
}
.prod_Banner_Text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 15px;
    background-color: rgba(0,0,0,0.45);
   
}
.prod_Banner_Text .wow,
.lp_Banner_Text.wow,.napino-csr-Banner-Inner-Text.wow,.napino-News-Events-Banner-Inner-Text.wow,
.napino-Career-Banner-Inner-Text.wow,.napino-Contact-Us-Banner-Inner-Text.wow,
.napino-msg-Banner-Inner-Text.wow,
.napino-Recognition-Banner-Inner-Text.wow,
.napino-Partnership-Banner-Inner-Text.wow,.wow{ visibility: hidden;}
.prod_Banner_Text h2 {
    font-family: TitilliumWeb-Bold;
    font-size: 38px;
    color: #ffffff;
    line-height:1.5;
    margin-top: 0;
}
.prod_Banner_Text h2 span {
    display:block;
}
.prod_Banner_Text h4 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
}
.prod_Section {
    background-color:#f7f7f7;
}
.prod_Section_Container1 {
    width: 75%;
    margin: auto;
    padding: 5% 0;
}
.prod_block {
    padding: 0 8%;
    margin-bottom: 30px;
}
.prod_block_innr {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #eaeaea;
    margin-bottom: 12%;
}
.prod_block_innr .prod_block_img {
    padding: 40px;
    background-color: #fff;
}
.prod_block_txt {
    background-color: #175190;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.prod_block_txt h4 {
    font-size:17px;
}
.prod_feature_block h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #606060;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.prod_feature_block ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    margin: 5% 0;
}
.prod_feature_block ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #175190;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 6.5px;
}
.prod_feature_block {
    padding: 0 20px;
}

/*wiring harness css start*/
.prod_Section_p p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    position: relative;
    margin: 20px 0;
    padding: 0 12.5%;
    line-height: 2;
}
.prod_Section_p ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #175190;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 8px;
    top: 6.5px;
}
.prod_Section_p ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    line-height: 1.7;
    margin: 8px 0;
    float: left;
    display: inline-block;
    width: 50%;
}
.prod_Section_p ul{
    /*margin: 20px 0;*/
    padding: 0 12.5%;
}
/*wiring harness css end*/

/*engine management system css*/
.prod_Section_Container2 {
    width: 90%;
    margin: auto;
    padding: 5% 0;
}
.prod_Section_Container2_txt .prod_feature_block {
    width: 70%;
    margin: auto;
    margin-top: 3%;
}
.prod_Section_Container2_txt .prod_feature_block ul {
    margin-top: 40px;
}
.prod_Section_Container2_txt .prod_feature_block h5 {
    text-align:center;
    line-height:1.5;
}
.prod_Section_Container2_txt .prod_feature_block ul li {
    margin: 8px 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.prod_Section_Container2_txt .prod_feature_block ul li:nth-child(even) {
    float:right;
    text-align: left;
    width: 220px;
}
.prod_Section_Container2_txt .prod_feature_block ul li:nth-child(odd) {
    float:left;
    text-align: left;
    width: 400px;
}
/*engine management system end*/


.prod_Section_Container2_txt .prod_feature_block p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    position: relative;
    margin: 20px 0;
    padding: 0 5%;
    line-height: 2;
}
.prod_block_innr .prod_block_img img {
    margin:auto;
}
/*Solid State section css start*/
.solid-state-section .prod_block_img {
    padding:0 15px !important;
}
.solid-state-section .prod_block .prod_block_txt {
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.solid-state-section .prod_block .prod_block_txt h4 {
    margin:0;
}
/*Solid State section css end*/

/*iot section css start*/
.iot-section .prod_block_img {
    padding:20px 15px !important;
}
.iot-banner .prod_Banner_Text h2 span {
    display:block !important;
}
/*iot section css end*/

/*automotive-section css start*/
.automotive-section .prod_block {
    padding: 0px 4%;
}
/*automotive-section css end*/

/*transmission css start*/
.transmission-section1 {
    align-items: center;
    margin-bottom: 40px;
}
.transmission-section1 .col-lg-6 {
    margin-right:-1px;
}
.transmission-section1  .prod_block_innr {
    margin-bottom:0;
}
.transmission-txt h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #606060;
    font-weight: 600;
    position: relative;
}

.transmission-txt p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    margin: 20px 0;
    display:inline-block;
}
/*transmission css end*/

/*Product Pages css end*/


/*Responsive css start*/
@media (max-width:1280px) {
.prod_Section_Container1 {
    width: 85%;
}
.prod_block {
    padding: 0 20px;
}
}
@media (max-width:1220px) {
.prod_block_txt h4 {
    font-size:14px;
}
}
@media (max-width:1160px) {
.div_plant {
    width:160px;
}
   .homeAboutNapino_Text h3 {
       font-size:24px;
   }
  .homeAboutNapino_Text h4 {
      font-size:18px;
  }  
  .homeAboutNapino_Text p {
      font-size:16px;
  }
  .homeAboutNapino_Text p span {
    font-size: 14px;
}
.home_Our_Presence h4 {
  font-size: 20px;
}
.home_Our_Presence h4 span {
    font-size: 26px;
}
.partner_tab_div .slick-dots li button:before {
  font-size:18px;
}
.our_customer {
padding: 4% 4% 4% 4%;
}
.our_partner h3 , .partner_tab_Title h3,
.our_customer h3 , .home_Our_Presence h3 {
  font-size:22px;
}
.lp_Banner_Text h3 {
    font-size:30px;
}
.prod_Banner_Text h2 {
    font-size: 26px;
}
.prod_Section_Container2_txt .prod_feature_block {
    width: 85%;
}
}
@media (max-width:1100px) {
.ems-div .prod_block {
    padding: 0 0px;
}
}
@media (max-width:992px) {
    .homeAboutNapino_Text_left {
        width: 100%;
    }
    .homeAboutNapino_Text_right {
        width:100%;
    }
    .homeAboutNapino_Text h4 span {
        display: inline-block;
    }
    .homeAboutNapino_Text h4 {
        margin-bottom: 0;
    }
    .homeBanrSlider .items .text_overlay div h2 {
    margin-top: 0;
    font-size: 28px;
}
    .home_Our_Presence .btn_div {
        margin-bottom:30px;
    }
    .plants_common {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
    .div_plant {
    display: inline-block;
    margin: 0 10px;
}
.homeAboutNapino_Text , .homeAboutNapino_Text_left {
    padding-right: 0;
}
.homeAboutNapino .col-lg-4 {
    margin-right:0;
}
.homeAboutNapino .col-lg-4 img {
    margin: 12px auto;
    margin-bottom: 40px;
    width: 100%;
}
.homeAboutNapino .btn_div {
    text-align:center;
}
.our_partner .slick-slide img , .our_customer .slick-slide img {
    width:100%;
    height:82px;
}
.lp_Section_Container , .lp_Section_Slide_Container {
    width: 80%;
}
.about_block p {
    font-size: 17px;
}
.prod_block {
    padding: 0 0px;
}
.prod_feature_block {
    padding: 0 10px;
}
.prod_feature_block h5 {
    font-size: 18px;
    margin-bottom: 20px;
}
.prod_feature_block ul li {
    margin: 10px 0;
}
.prod_Section_Container2_txt .prod_feature_block ul li:nth-child(odd) {
    width: 300px;
}

/*wiring harness css start*/
.prod_Section_p p,.prod_Section_p ul {
    padding: 0 7.5%;
}
.prod_Section_p ul li {
    width: 100%;
}
/*wiring harness css close*/


}

@media (max-width:768px) {

.homeAboutNapino_Text h3 {
    text-align: center;
}
    .lp_Section_Container, .lp_Section_Slide_Container {
        width: 100%;
    }
    .lp_Banner {
    padding: 130px 0;
}
    .lp_Banner_Text h3 {
    font-size: 26px;
    margin-top:0;
}
    .lp_Banner_Text h4 {
    font-size: 20px;
}
    .lp_Section_Text h5 {
        font-size:17px;
    }
    .lp_Section_Text p {
        font-size:15px;
    }
    .lp_Section_Text {
        padding: 25px 25px 20px 25px;
        margin-top:0;
    }
    .testing_Section_Slide {
    margin-bottom: 0px;
    padding-top: 0px;
}
    .about_block {
    padding: 25px 25px;
    height: 270px;
}
    .horizontal-timeline .events-content h2 {
        margin-top:30px;
    }
    .horizontal-timeline img {
    width: 100%;
}
    .prod_block {
    margin-bottom: 40px;
}
    .prod_block_innr {
    margin-bottom: 26px;
}
.prod_Banner_Text h2 {
    font-size: 24px;
    line-height: 1.4;
}
.prod_Banner_Text h4 {
    font-size: 16px;
    font-weight: 400;
}
    .prod_Section_Container1 {
    width: 100%;
    padding: 40px 15px 0 15px;
}
.prod_Section_p p {
    margin-top:0;
    margin-bottom: 20px;
}
.prod_Section_p p,.prod_Section_p ul {
    padding: 0 5%;
}
.prod_Section_Container2_txt .prod_feature_block {
    width: 100%;
}
.prod_Section_Container2_txt .prod_feature_block ul {
    margin-top: 20px;
}
.prod_Section_Container2_txt .prod_feature_block ul li {
    width: 100% !important;
    margin: 5px 0;
}
.prod_Section_Container2 {
    padding:40px 0;
}
.prod_Section_Container2 .prod_block_innr .prod_block_img {
    padding:20px;
}
.transmission-txt p {
    margin:10px 0;
}
.transmission-section1 {
    margin-bottom: 0px;
}
.prod_block_img1 img {
    margin: auto;
}
.transmission-section1 .prod_block {
    margin-bottom: 10px;
}

/*.home-video-div-slider .items a, .playVideoHome {
    width: 54px;
    height: 54px;
}*/

.home-video-div-slider .items a, .playVideoHome {
    width: 100%;
    max-width: 90%;
}
.home-video-div-slider .items a img, .playVideoHome img {
    position: relative;
    width: 45px;
    margin: 0 auto;
}
.home-video-div-slider .items a h4, .playVideoHome h4 {
    font-size: 17px;
    line-height: 1;
    margin: 0 0 4px;
}
.partner_tab_Title {
  padding: 30px 4%;
}
.manufacturing_Content .lp_Section_Text ul,.research_Content .lp_Section_Text ul {
    column-count: 1;
}
.manufacturing_Content .lp_Section_Text ul li,.research_Content .lp_Section_Text ul li {
    font-size: 15px;
    width: 100%;
    float: left;
}
.home-video-div iframe{height: auto !important;}

}
@media (max-width:560px) {
.lp_Section_Text ul {
    column-count:unset;
}
.lp_Section_Slide .lp_Section_Slide_Inner .col-lg-6 {
    padding: 0 10px;
}
.lp_Section_Slide_Container {
    padding:10px 10px;
}
.prod_Banner_Text h2 span {
    display:inline;
}
.partner_tab_div .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 !important;
}
.partner_tab_div .slick-dots li {
    width:15px;
    height:15px;
}
.partner_tab_div .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
}
.customer_logo_div {
    margin-top: 30px;
}
.home_Our_Presence h3 {
    margin-bottom:20px;
}
.home_Our_Presence h4 {
    margin-bottom: 30px;
}
.home_Our_Presence h4 span {
    /*margin-bottom: 30px;*/
}
.homeBanrSlider .slick-prev {
    width: 40px;
    height: 40px;
    bottom: 20px;
}
.homeBanrSlider .slick-next {
    width: 40px;
    height: 40px;
    bottom: -20px;
}
.homeAboutNapino {
    padding: 30px 0;
}
.btn_div a {
    width: 150px;
}
.our_customer {
padding: 25px 20px;
}
.our_customer .slick-dots {
    bottom: -30px;
}
.our_partner .btn_div a {
    width: 130px;
    font-size:12px;
}
.homeAboutNapino {
    padding: 30px 10px;
}
    .automotive-section .prod_block {
    padding: 0 0%;
}
}
@media (max-width:480px) {
    .lp_Banner {
    padding: 110px 0;
}
    .lp_Banner_Text h4 {
    padding:0 10px;
}
    .lp_Banner_Text h4 span {
    display: inline;
}
.solid-state-section .prod_block {
    margin-bottom:20px;
}
.iot-section .prod_block {
    margin-bottom:20px;
}
.homeBanrSlider .items .text_overlay div {
    padding:0 15px;
}
.homeBanrSlider .items .text_overlay div p {
    width: 100%;
    font-size: 20px;
}


}
@media (max-width:360px) {
    .lp_Section_Slide .lp_Section_Slide_Inner .col-lg-6 {
    padding: 0 5px;
}
    .lp_Banner_Text h4 {
    font-size: 18px;
}
.home-video-div-slider .items a img, .playVideoHome img {
    width: 40px;
}
.home-video-div-slider .items a h4, .playVideoHome h4 {
    font-size: 15px;
    margin: 0 0 2px;
}
    
}
.newevent.tab-content .tab-pane{
    display:none;
    height:auto;
}
/*Responsive css end*/

.certificate-wrapper{
    padding-bottom:60px;
}


