body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  position: relative; 
  color:#333333;
  }
  
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }
	

	
	

p {
  color: #565656;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Poppins', sans-serif; 
  }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #eee; }
  .top-bar a {
    color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 10px;
      padding-bottom: 10px; } 
	  }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      border-bottom: 2px solid #077f9a; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #fff !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; 
    
		  }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 10px 12px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; 
  
  }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
   /* background: #fff; */}
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
		    /* color: #007bff !important; */
    border-bottom: 2px solid #077f9a; 
		}
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
		
		
.main-logo{
	width: 211px;
    margin-top: 10px;
}
.site-menu li,a{
    font-size: 17px;
    font-weight: 500;
}
.banner{
	position: relative;
}
.banner-text{
	position: absolute;
	top: 215px;
  left: 105px;

}
.heading-color{
	color:#a2f6fc;
}
.banner-text h1{
	font-size:50px;
}

.banner-count {
    position: absolute;
    top: 460px;
    left: 105px;
}
.title-count{
	color:#fff;
	font-weight:300;
	font-size:22px;
}
.details-count{
	padding-top: 25px;
}
.count-box-1{
  display: inline-block;
  width: 140px;
  height: 100px;
}
.count-box-2{
  display: inline-block;
  width: 195px;
  height: 100px;
}
.count-box-3{
  display: inline-block;
  width: 220px;
  height: 100px;
}
.count-box-4{
  display: inline-block;
  width: 200px;
  height: 100px;
}
.counter-value{
	color:#fff;
	font-weight:500;
	font-size:32px;
}
.counter-t{
	color:#fff;
	font-weight:400;
	font-size:18px;
}
.c-border{
	width: 65px;
}


.banner-count-bw {
    position: absolute;
}
.title-count-bw{
	color:#000;
	font-weight:300;
	font-size:18px;
}
.details-count-bw{
	padding-top: 20px;
}
.count-box-1-bw{
  display: inline-block;
  width: 175px;
  height: 100px;
}
.count-box-2-bw{
  display: inline-block;
  width: 165px;
  height: 100px;
}
.count-box-3-bw{
  display: inline-block;
  width: 175px;
  height: 100px;
}
.count-box-4-bw{
  display: inline-block;
  width: 165px;
  height: 100px;
}
.counter-value-bw{
	color:#000;
	font-weight:500;
	font-size: 22px;
}
.counter-t-bw{
	color:#000;
	font-weight:400;
	font-size:16px;
}
.c-border-bw{
	width: 65px;
}



#s-one{
	margin-top: -98px;
}
#s-one .lr-pad-zero{
	padding-right: 0px !important;
padding-left: 0px !important;
}

#counter-mobile-only{
	padding:40px 0px;
}

.h-title-bt{
	width:95px;
	height:5px;
}
.fb-width{
	
}
.aligned {
			display: flex;
			align-items: center;
		}
.aligned  img{
	margin-right: 20px;
}
.aligned h3{
	margin:0px;
	padding: 0 15px 0 0;
	color:#007dc3;
	font-size:34px;
	    border-bottom: 2px solid #e4f4e6;
    width: 460px;
}




.aligned .leader-b{
	margin:0px;
	padding: 0 15px 0 0;
	color:#007dc3;
	font-size:34px;
	    border-bottom: 2px solid #8b8b8b;
    width: 460px;
}

.aligned-n {
			display: flex;
			align-items: center;
		}

.aligned-n h3{
	margin:0px;
	padding: 0 15px 0 0;
	color:#007dc3;
	font-size:34px;
}

.h-sec-title{
	padding-bottom: 25px;
}


#nph-about{
	padding:50px 0px;
}

#nph-about p{
	font-size:15px;
	color:#565656;
}

#nph-about h4{
	color:#007dc3;
}
#nph-about2{
	padding:50px 0px;
}

#nph-process{
	background:#077f9a;
	padding:50px 0px;
}

#nph-process h3{
	color:#fff;
}

#nph-process p{
	color:#fff;
	padding-top:20px;
}

.process-img{
	padding:30px 0px 20px 0px;
	display: block;
    margin: auto;
}

#nph-leaders-head{
	background:#e4f4e6;
	padding:50px 0px;
}

#nph-leaders-body{
	padding:50px 0px;
	background: #e4f4e6;
}

#nph-leaders-body p{
	color:#565656;
}
.leader-details{
	padding-top:20px;
}
.row-pad-bt{
	padding-bottom:40px;
}
#nph-testimonials{
	padding:50px 0px;
}
.testimonials-sub{
	color:#077f9a;
	font-size:18px;
	font-style:italic;
	font-weight:400;
}
.testimonials-sub span{
	color:#565656;
	font-size:15px;
	font-style:normal;
}

.testimonial-box{
	background:#8bdce4;
	width: 336px;
    text-align: center;
	margin: 65px 12px;
	height: 235px;
	padding: 0 10px;
}

.testimonial-box span{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:17px;
	display:block;
}
.name-hr{
	width:118px;
}
.testimonial-title{
	padding: 40px 0px 60px 0px;
}
.testimonial-img{
	margin-top: -18%;
}


 .owl-carousel .owl-nav {
      overflow: hidden;
      height: 0px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #5110e9;
    }


    .owl-carousel .item {
      text-align: center;
    }

    .owl-carousel .nav-button {
      height: 45px;
      width: 45px;
      cursor: pointer;
      position: absolute;
      top: 110px !important;
	  line-height: 38px;
    }

    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled {
      pointer-events: none;
      opacity: 0.25;
    }

    .owl-carousel .owl-prev {
      left: -55px;
    }

    .owl-carousel .owl-next {
      right: -55px;
    }

    .owl-theme .owl-nav [class*=owl-] {
      color: #ee8070;
    font-size: 72px;
    background: #f2f2f2;
    border-radius: 35px;
    }

    .owl-carousel .prev-carousel:hover {
      background-position: 0px -53px;
    }

    .owl-carousel .next-carousel:hover {
      background-position: -24px -53px;
    }

#nph-footer{
	padding: 50px 0px 0px 0px;
	background:#014368;
}
#nph-footer a{
	color:#fff;
	font-weight:normal;
}
.fs-logo{
	padding-bottom: 30px !important;
}
.footer-logo{
	width:332px;
}
	
.flex-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
}

.flex-item-left {
    flex: 8%;
}

.flex-item-right {
    flex: 92%;
}

.ft{
	color:#fff;
}

.f-icon{
	width:20px;
}
.f-icon-s {
    width: 20px;
	margin-right: 10px;
}
.flex-item-right p{
	color:#fff;
	margin-bottom: 8px;
	font-weight: normal;
}

.arrow-icon{
	width:40px;
	display: block;
    margin: auto;
}

.copyright {
	color:#fff;
	padding: 10px 0px 0px 0px;
}

.copyright a:hover{
	color:#fff;
}
#npa-career {
    padding: 50px 0px;
	background:#f4f4f4;
}
#npa-about{
	padding:50px 0px;
}
#npa-about h4{
	color:#077f9a;
	font-style:italic;
}
#npa-our-team {
    background: #e4f4e6;
    padding: 50px 0px 0px 0px;
}
#npa-our-team2 {
    padding: 0px 0px 130px 0px;
}
.team-img{
	display:block;
	margin:auto;
	padding-top:30px;
}
.team-box{
	position: relative;
}
.team-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-container{
	padding-left:0px !important;
	padding-right:0px !important;
}
.team-cc{
	text-align:center;
	color:#565656;
	padding-top:30px;
}

#npa-values{
	padding:50px 0px;
}
#npa-values p{
	text-align:center;
}
#npa-projects{
	padding:50px 0px;
	background:#e4f4e6;
}

.flex-projects {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
}

.flex-projects-left {
    flex: 5%;
}

.flex-projects-right {
    flex: 95%;
}
.f-point {
    width: 9px;
}

.flex-projects-right  p{
	font-size: 18px;
    font-weight: 400;
}

.flex-projects-right  span{
	font-size: 14px;
    font-weight: 400;
	color:#077f9a;
	text-transform: uppercase;
}

#npa-clients{
	padding: 50px 0px;
}

.clients-a{
	padding-top:20px;
}
.client-img-box img{
	display:block;
	margin:auto;
}
.client-img-box p{
	text-align:center;
	padding-top:15px;
}

#npa-gallery {
    background: #e4f4e6;
    padding: 50px 0px;
}

#nph-services2{
	padding: 50px 0px;
}

.desktop-gallery-pad{
	padding-bottom: 20px;
}

.g-row{
	padding-top: 35px;
}

#npa-join {
    background: #eeeeee;
    padding: 50px 0px;
}

.flex-container-join {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px 0px;
}

.flex-item-left-join {
    flex: 5%;
}

.flex-item-right-join {
    flex: 95%;
}

.ft-join{
	color:#077f9a;
	font-size:15px;
	font-weight:500;
}

.f-icon-join{
	width:20px;
}
.f-icon-s-join {
    width: 20px;
	margin-right: 10px;
}
.flex-item-right-join p{
	color:#565656;
	margin-bottom: 8px;
}
.join-d{
	padding: 10px 0 35px 0;
}

.rev-box{
	background: #fff;
    line-height: 3;
}
.rev-emp{
	color: #077f9a;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
	margin-bottom: 10px;
}

.quotation-box{
	background:#fff;
	padding:15px;
}

.quotation-box p{
	text-align:center;
}

.quot-name{
	padding-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #077f9a;
	}
	
.file-upload{
	padding: 3px 0 0 3px;
}
.gov{
	color: #007dc3;
	font-size:30px;
}


.myaccordion {
  max-width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}


.apply-now,.apply-now:hover{
	background: #007dc3;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 30px;
}

.h-btn-size,.h-btn-size:hover{
	background: #007dc3;
    color: #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
	border: none;
}




@media (min-width: 320px) and (max-width: 480px) {
		.banner-text h1{
	font-size:22px;
}
   .banner-text{
   position: absolute;
    top: 50px;
    left: 10px;
   }
   .sticky-wrapper .site-navbar {
 background: #fff; }
 #s-one{
	margin-top: 0px;
}

.banner-count{
	display:none;
}

.fb-width{
	display:none;
}

.mb-img-pad{
	padding:30px 0px;
}

#nph-about{
	    padding-top: 240px;
}

.testimonial-box{
	background:#8bdce4;
	width: auto;
    text-align: center;
	margin: 65px 12px;
	height: 235px;
	padding: 0 10px;
}

.footer-logo {
    padding-bottom:20px;
}

.desktop-only-leaders{
	display:none;
}

.ld-pad{
	padding-bottom: 25px;
}

#npa-our-team {
	padding:50px 0px;
}
#npa-our-team2 {
	padding: 0px 0px 50px 0px;
}

.gallery-pad{
	padding-bottom: 20px;
}
.gallery-pad1{
	padding:0 0 20px 0 !important;
}
	
}

#iso-certificate .iso-text{
	font-size: 22px;
    font-weight: 600;
    color: #565656;
}

#iso-certificate .iso-text-a{
	font-size: 22px;
    font-weight: 600;
    color: #007dc3;
}

@media (min-width: 480px) and (max-width: 660px) {
	.banner-text h1{
	font-size:30px;
}
   .banner-text{
   position: absolute;
    top: 120px;
    left: 50px;

   }
   
   .sticky-wrapper .site-navbar {
 background: #fff; }
  #s-one{
	margin-top: 0px;
}

.banner-count{
	display:none;
}

.fb-width{
	display:none;
}

.mb-img-pad{
	padding:30px 0px;
}

#nph-about{
	    padding-top: 240px;
}

.testimonial-box{
	background:#8bdce4;
	width: auto;
    text-align: center;
	margin: 65px 12px;
	height: 235px;
	padding: 0 10px;
}

.footer-logo {
    padding-bottom:20px;
}

.desktop-only-leaders{
	display:none;
}

.ld-pad{
	padding-bottom: 25px;
}

#npa-our-team {
	padding:50px 0px;
}
#npa-our-team2 {
	padding: 0px 0px 50px 0px;
}

.gallery-pad{
	padding-bottom: 20px;
}
	
}


@media (min-width: 660px) and (max-width: 768px) {
	   .sticky-wrapper .site-navbar {
 background: #fff; }
  #s-one{
	margin-top: 0px;
}

.banner-text {
    position: absolute;
    top: 125px;
    left: 105px;
}

.banner-text h1 {
    font-size: 30px;
}

.banner-count{
	display:none;
}

.fb-width{
	display:none;
}

.mb-img-pad{
	padding:30px 0px;
}

#nph-about{
	    padding-top: 240px;
}

.testimonial-box{
	background:#8bdce4;
	width: auto;
    text-align: center;
	margin: 65px 12px;
	height: 235px;
	padding: 0 10px;
}

.footer-logo {
    padding-bottom:20px;
}

.desktop-only-leaders{
	display:none;
}

.ld-pad{
	padding-bottom: 25px;
}

#npa-our-team {
	padding:50px 0px;
}
#npa-our-team2 {
	padding: 0px 0px 50px 0px;
}

.gallery-pad{
	padding-bottom: 20px;
}

}

@media (min-width: 768px) and (max-width: 920px) {
	
	.banner-count{
	display:none;
}


	
}

@media (min-width: 920px) and (max-width: 1920px) {
	#counter-mobile-only{
	display:none;
}
.mobile-only-leaders{
	display:none;
}
}

@media only screen and (min-width: 1920px) {
.banner-text{
	position: absolute;
	top: 375px;
  left: 400px;
}

.banner-count {
    position: absolute;
    top: 695px;
    left: 400px;
}

#counter-mobile-only{
	display:none;
}
	

}

.gallery-pad1{
	padding:20px 0px;
}

.mission{
	color: #565656;
    font-weight: 300;
}