/********************************************************
1. body start
 *******************************************************/
:root {
    --np-theme-color:#ff6d00;
    --np-white-color: #ffffff;
    --np-heading-color: #000000;
    --np-grey-color:#8c919d;    
    --np-text-color:#222;    
    --np-bg-color:#101418;    
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x: hidden;
    font-family: 'Outfit';    
}   
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word; 
    font-family: 'EB Garamond';         
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
.np-top-heading {
    font-size: 20px;
    font-weight: 500;
    color: var(--np-theme-color);
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 10px;
    font-family: 'Outfit';
}
.np-heading {
    font-size: 40px;
    color: var(--np-heading-color);
    font-weight: 800;    
    text-align: center;
}
.np-paragraph{    
    font-size: 16px;    
    color: var(--np-grey-color);
    font-weight: 400;
}
/* button css start*/
.np-btn {
    min-width: 150px;
    min-height: 50px;
    padding: 0px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--np-white-color);
    text-transform: capitalize;
    background-color: var(--np-theme-color);
    border-radius: 50px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.np-btn::before {
    content: '';
    background-color: #000;
    border-radius: 50px;
    transform: scale(1.5);
    width: 0;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}
.np-btn:hover:before{
    width: 100%;
}
.np-btn:hover {    
    color: var(--np-white-color);
}
button.np-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.np-navbar-menu .responsive-logo a img{
    display: none;
}
.np-toggle-btn{
    display: none;
}
/* logo */

/* header section css start */
.np-header-wrapper {
    background-color: var(--np-white-color);
}
.np-header-inner{
    display: flex;
    align-items: center;
}
.np-brand-logo a img {
    max-width: 222px;
    height: 41px;
    object-fit: contain;
}
.np-navbar-menu {
    margin: auto;
}
.np-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.np-navbar-menu ul li a {
    color: var(--np-text-color);
    font-size: 16px;
    font-weight: 400;
    padding: 32px 0;
    display: inline-block;
    position: relative;    
}
.menu li a:hover,.menu .active a {
  color: var(--np-theme-color);
}
.np-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.np-header-right ul li:first-child{
    margin-right: 20px;
}
.np-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */
/* banner section css start */
.np-banner-wrapper {    
    background-color: var(--np-bg-color);    
}
.np-header-wrapper .container, .np-banner-wrapper .container {
    max-width: 1500px;
}
.np-banner-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}
.np-banner-right img {
    max-width: 950px;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.np-banner-left h4 {
    font-size: 25px;
    color: var(--np-theme-color);
    text-align: left;
}
.np-banner-left h1 {
    font-size: 65px;
    color: var(--np-white-color);
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 10px;
    max-width: 700px;
}
.np-banner-left h1 span{
    color: var(--np-theme-color);
}
.np-banner-left p {
    font-size: 18px;
    line-height: 26px;
    color: var(--np-white-color);
    font-weight: 300;
    max-width: 500px;
    width: 100%;
}
.np-banner-btn{
    margin-top: 35px;
}
.np-banner-btn .np-btn{
    min-width: 180px;
    min-height: 60px;
    font-size: 18px;
}
.np-banner-btn .np-btn:before{
    background-color: var(--np-white-color);
}
.np-banner-btn .np-btn:hover{
    color: var(--np-theme-color);
}
/* banner section css end */

/* partner section css start */
.np-partner-wrapper .swiper-container {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.np-partner-heading span{
    display: block;
    color: var(--np-theme-color);    
    font-weight: 800;
}
.np-partner-wrapper .swiper-slide{
    text-align: center;    
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.np-partner-wrapper .swiper-slide img {
    max-width: 103px;
    height: 50px;
    object-fit: contain;
}
.np-partner-wrapper .swiper-slide:hover{
    transform: translateY(-10px);
}
.np-partner-wrapper .swiper-slide:hover{
    opacity: 1;
}
/* partner section css end */

/* about section css start */
.np-about-wrapper {        
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.np-about-box {
    padding: 40px 17px 65px 18px;
    border-radius: 10px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    transition: all 0.3s ease-in-out;
}
.np-about-inner{
    text-align: center;
}
.np-about-inner span{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow:-9.804px 15.096px 10px rgba(38,171,250,0.2);
    background-color: #5fc3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.np-about-inner span img {
    max-width: 34px;
    height: 30px;
    object-fit: contain;
}
.np-about-inner h5{
    font-size: 20px;
    color: #38b5ff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}
.np-about-inner .np-paragraph{
    margin-top: 24px;
}
.np-about-btn{
    max-width: 140px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;    
    margin: -25px auto 0 auto;
    transition: all 0.3s ease-in-out;
}
.np-about-btn a{
    font-size: 12px;
    letter-spacing: 1px;    
    color: #5fc3ff;
    text-transform: uppercase;
    font-weight: 700;
}
.np-about-right .np-heading {
    text-align: left;
}
.np-about-right .np-top-heading{
    text-align: left;
}
.np-about-right .np-paragraph {
    color: var(--np-grey-color);
    margin: 22px 0 30px 0;
    font-weight: 400;
}
.np-abt-icon {
    margin-right: 15px;
}
.np-abt-icon img {
    max-width: 64px;
    height: 64px;
    object-fit: contain;
}
.np-abt-flex {
    justify-content: space-between;
    padding-bottom: 25px;
}
.np-abt-flex li, .np-abt-flex{
    display: flex;
    align-items: center;
}
.np-abt-text a {
    font-size: 20px;
    font-weight: 700;
    color: var(--np-heading-color);
    text-transform: capitalize;
    font-family: 'EB Garamond';
}
.np-abt-text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--np-grey-color);    
    max-width: 190px;
}
.np-about-left-img {
    position: relative;
    text-align: center;
}
.np-about-img{
    overflow: hidden;
    position: relative;
}
.np-about-img::after {
    content: "";
    position: absolute;
    width: 200%;
    max-width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) scale(2) rotate(-45deg);
    z-index: 1;
    transition: all 1000ms linear;
}
.np-about-img:hover:after{
    height: 250%;    
    background-color: transparent;
}
.np-about-img img{
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
}
.np-about-img2 {
    position: absolute;
    right: -100px;
    bottom: -120px;    
    border-radius: 20px;
    border: 10px solid var(--np-white-color);
    width: 300px;
    height: 300px;
    z-index: 1;
}
.np-about-img1 img {
    max-width: 480px;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.np-about-img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.np-abt-right-text {
    max-width: 316px;
    width: 100%;
    min-height: 100px;
    background: var(--np-theme-color);
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: -110px;
}
.np-abt-right-text h1 {
    font-size: 30px;
    font-weight: 800;
    color: var(--np-white-color);
    text-transform: capitalize;
}
/* .np-about-img:hover img{
    transform: scale(1.2);
} */
/* about section css end */

/* activity section css start */
.np-activity-wrapper {
    padding: 80px 0;
    background-color: var(--np-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.np-activity-heading {
    padding-bottom: 50px;
    max-width: 600px;
    margin: auto;
}
.np-service-img {
    overflow: hidden;
    border-radius: 10px;
}
.np-service-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.8s;
}
.np-activity-box:hover .np-service-img img{
    transform: scale(1.1);
}
.np-activity-inner {
    padding-top: 15px;
}
.np-activity-inner>img:first-child {
    margin-left: 5px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.np-activity-inner h3 {
    font-size: 22px;
    color: var(--np-heading-color);
    font-weight: 700;
    transition: all 0.3s;
}
.np-activity-box:hover .np-activity-inner h3{
    color: var(--np-theme-color);
}
.np-activity-inner .np-paragraph {
    font-size: 16px;
    margin: 5px 0 15px 0;
}
.np-activity-inner a.readmore{
    font-size: 16px;    
    color: var(--np-theme-color);
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.np-activity-inner> img:last-child {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
}
.np-activity-inner a.readmore:hover{
    letter-spacing: 2px;
}
.np-activity-btn .np-dark-btn{
    max-width: 240px;
    width: 100%;
    min-height: 60px;
    margin: 40px auto 0 auto;    
}
/* activity section css end */

/* Call To Action section css start */
.np-cta-wrapper {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
    text-align: center;
}
.np-cta-heading {
    max-width: 850px;
    width: 100%;
    margin: auto;
}
.np-cta-heading .np-heading {
    font-size: 50px;
    color: var(--np-white-color);
    padding-bottom: 30px;
}
/* Call To Action section css end */

/* Event section css start */
.np-event-wrapper{
    background:var(--np-white-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 80px 0;
}
.np-event-rectangle {
    background-color: var(--np-white-color); 
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
}
.np-event-rectangle:hover{
    transform: translateY(-8px);
}
.np-event-rectngle-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.np-even-date {
    background: var(--np-theme-color);
    padding: 10px 15px;
    border-radius: 6px;
}
.np-even-date h1 {
    font-size: 48px;
    color: var(--np-white-color);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;    
}
.np-even-date span {
    display: block;
    font-size: 26px;
    color: var(--np-white-color);
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'EB Garamond';
}
.np-event-content h4 {
    font-size: 22px;
    color: var(--np-heading-color);
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.np-evnt-cntnt:last-child {
    padding-top: 5px;
}
.np-event-content span {    
    display: inline-block;
    align-items: center;
    font-size: 15px;
    color: var(--np-text-color);
    font-weight: 500;
    padding-bottom: 15px;    
}
.np-event-content span:last-child {
    padding-bottom: 0;
}
.np-evnt-cntnt {
    display: flex;
    align-items: center;
    gap: 8px;
}
.np-event-content img {
    max-width: 14px;
    height: 14px;
    object-fit: contain;
}

/* Event section css end */

/* counter section css start */
.np-counter-parent {    
    padding: 50px 0;
}
.np-count {
    position: relative;
    text-align: center;
}
.np-count::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.np-counter-parent .col-lg-3.col-md-3.col-6:last-child .np-count::before{
    display: none;
}
.counting {
    font-size: 50px;
    color: var(--np-theme-color);
    font-weight: 800;
    font-family: 'EB Garamond';
}
.np-count-heading h5 {
    font-size: 22px;
    color: var(--np-heading-color);
    font-weight: 700;
    text-transform: capitalize;
}
.np-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */

/* client section css start */
.np-client-wrapper{
    padding: 80px 0;
    background-image:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
}
.np-client-heading .np-top-heading {    
    text-align: left;
}
.np-client-heading .np-heading {
    color: var(--np-white-color);
    text-align: left;
}
.np-client-heading p {
    font-size: 16px;
    font-weight: 400;
    color: var(--np-white-color);
    max-width: 450px;
    width: 100%;
    padding-top: 20px;
}
.np-client-box {
    background-color: var(--np-white-color);
    padding: 50px 30px 45px 40px;
    border-radius: 10px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.np-client-box-inner .np-client-heading {
    display: flex;
    align-items: center;
}
.np-client-name{
    margin-left: 20px;
}
.np-client-name h6 {
    font-size: 20px;
    font-weight: 800;
    color: var(--np-heading-color);
    transition: all 0.3s ease-in-out; 
}
.np-client-name p {
    font-size: 16px;
    font-weight: 500;
    color: var(--np-theme-color);
    padding-top: 0;
}
.np-client-text .np-paragraph {
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
}
.np-qoute-img {
    position: absolute;
    top: 60px;
    right: 30px;
    transform: rotate(180deg);
}
.np-qoute-img span img {
    max-width: 50px;
    height: 40px;
    object-fit: contain;
}
.np-client-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
}
.np-client-wrapper .swiper-container {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.np-client-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--np-grey-color);
    opacity: 1;
}
.np-client-wrapper .swiper-pagination-bullet-active {
    background-color: var(--np-theme-color);
}
.np-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;    
}
/* client section css end */

/* blog section css start */
.np-blog-wrapper{
    padding: 80px 0 30px 0;
    background-color: var(--np-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.np-blog-heading {
    padding-bottom: 50px;
    max-width: 590px;
    width: 100%;
    margin: auto;
}
.np-blog-heading .np-paragraph{
    margin-left: auto;
    color: var(--np-theme-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.np-blog-heading img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin: 2px 0 0 5px;
}
.np-blog-heading .np-paragraph:hover{
    letter-spacing: 2px;
}
.np-blog-content{
    position: relative;
}
.np-blog-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.np-blog-img img {
    height: 222px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;    
    border-radius: 10px 10px 0 0;
}
.np-blog-box {    
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
}
.np-blog-box:hover .np-blog-img img{
    transform: scale(1.2)rotate(5deg);
}
.np-blog-content {
    padding: 25px 20px;
    position: relative;
    background: var(--np-dark-bg-color);
}
.np-blog-content>img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.np-blog-content h4 {
    font-size: 22px;
    color: var(--np-heading-color);
    font-weight: 700;
    text-transform: capitalize; 
}
.np-blog-content .np-paragraph {
    margin: 5px 0 15px 0;
}
.np-blog-footer {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.np-blog-footer-info {
    display: flex;
    align-items: center;
}
.np-blog-footer-info:last-child {
    margin-left: 20px;
}
.np-blog-footer-info a {
    font-size: 16px;
    color: var(--np-theme-color);
    font-weight: 500;
    margin-left: 8px;
}
.np-blog-footer-info img {    
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.np-blog-content a.readmore {
    font-size: 16px;
    font-weight: 500;
    color: var(--np-theme-color);    
    transition: all 0.3s;
}
.np-blog-content a.readmore:hover{
    letter-spacing: 1px;
}
/* blog section css end */

/* footer section css start */
.np-footer-wrapper {
    padding: 80px 0;
    background-color:var(--np-heading-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.np-footer-logo{
    margin-top: 6px;
}
.np-footer-logo img {
    max-width: 222px;
    height: 41px;
    object-fit: contain;
}
.np-footer-text .np-paragraph {
    color: var(--np-white-color); 
    margin: 23px 0 10px 0;
}
.np-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--np-white-color);
    transition: all 0.3s ease-in-out;
}
.np-footer-icon ul{
    margin-top: 25px;
    text-align: left;    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.np-footer-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--np-white-color);
    border-radius: 50px;
    background-color: var(--np-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.np-footer-icon ul li a:hover{
    background-color: var(--np-theme-color);    
    color: var(--np-white-color);    
    transform: translateY(-5px);
}
.np-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.np-footer-linnp-heading .np-heading {
    text-align: left;
    color: var(--np-white-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 36px;
    position: relative;
    text-transform: capitalize;
}
.np-footer-link ul li{    
    margin-bottom: 10px;
}
.np-footer-link ul li a {
    color: var(--np-white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.np-footer-link ul li a:hover{
    color: var(--np-theme-color);
}
.np-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}                       
.np-footer-form{
    margin-top: 10px;
}
.np-footer-form input {
    height: 50px;
    width: 100%;
    background-color: var(--np-white-color);
    border-radius: 50px;
    color: var(--np-text-color); 
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.np-footer-form input::placeholder{
    font-size: 14px;
    color: var(--np-text-color); 
    font-weight: 400;
}
.np-footer-form .np-btn {
    width: 100%;        
}
.np-footer-form .np-btn::before{
    background-color: var(--np-white-color);
}
.np-footer-form .np-btn:hover{
    color: var(--np-theme-color);
}
/* footer section css end */
/* copyright section css start */
.np-copyright-wrapper {
    background-color: var(--np-text-color);
}
.np-copyright-wrapper p {
    font-size: 16px;
    color: var(--np-white-color);
    font-weight: 400;    
    text-align: center;
    padding: 15px 0;
}
.np-copyright-wrapper a{
    color: var(--np-theme-color);    
}
/* copyright section css end */
/* swiper slider */
.np-client-wrapper .swiper-container{    
    overflow: hidden;
    position: relative;
}
/* swiper slider */

/* Responsive CSS Start */
@media(min-width:992px){
    .np-header-wrapper.np-header-fixed {
        position: fixed;
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
        transition: all 0.7s ease-in-out;
        -webkit-animation: slideInDown .7s;
        -moz-animation: slideInDown 0.7s;
        -ms-animation: slideInDown 0.7s;
        -o-animation: slideInDown 0.7s;
        animation: slideInDown 0.7s;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}
@media(max-width:1440px){
    .np-banner-left h1 {
        font-size: 50px;
    }
}
@media(max-width:1350px){
    .np-about-img2 {
        right: -50px;
    }
    .np-abt-right-text {
        left: 0;
    }
}
@media(max-width:1199px){
    .np-header-wrapper {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .np-navbar-menu{
        margin: auto;
    }
    .np-navbar-menu ul li{
        margin-right: 30px;
    }    
    .np-banner-right img {
        max-width: 700px;        
        height: 500px;
    }        
    .np-counter-wrapper {        
        top: -30px;
    }
    .np-counter-parent {
        padding: 20px 0;
    }
    .np-about-wrapper {
        padding: 140px 0 0px 0;
    }
    .np-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .np-blog-footer span svg {
        margin-right: 2px;
    }
    .np-client-box:after{
        max-width: 400px;
    }
    .np-even-date h1 {
        font-size: 40px;
    }
    .np-even-date span {
        font-size: 22px;
    }
    .np-event-content h4 {
        font-size: 20px;
        padding-bottom: 15px;
    }    
    .np-event-rectangle {
        padding: 30px 20px;
    }
    .np-event-content span {
        font-size: 14px;
    }
    .np-evnt-cntnt:last-child {
        padding-top: 5px;
    }
    .np-abt-right-text h1 {
        font-size: 20px;
    }
    .np-abt-right-text {
        max-width: 200px;
        min-height: 70px;
        bottom: -80px;
    }
    .np-abt-icon {        
        display: none;
    }
    .np-about-img1 img {
        max-width: 400px;
        height: 400px;        
    }
    .np-about-img2 {
        right: 0;
        bottom: -90px;
        width: 200px;
        height: 200px;        
    }
}

@media(max-width:991px){
    .np-header-right {
        max-width: 200px;
        width: 100%;
    }
    .np-banne-right {
        margin-top: 30px;
    }
    .np-navbar-menu .responsive-logo a img{
        display: block;
    }
    .np-toggle-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 23px;
        cursor: pointer;
    }
    .np-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .np-header-parent {      
        background: none;
    }
    .np-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--np-white-color);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
        transition: all 0.3s ease-in-out;
        padding: 20px 0 20px 30px;
        z-index: 99;
    }
    .np-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .np-navbar-menu ul li a{
        padding: 10px 0;
    }
    .np-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--np-theme-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .np-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .np-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .np-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .np-navbar-menu ul {
        left: 0;
    }           
    .np-banner-right img {
        max-width: 500px;
        height: 450px;
    }
    .np-banner-left h1 {
        font-size: 40px;
    }    
    .np-banner-left p {        
        font-size: 16px;
    }  
    .np-banner-right {     
        text-align: center;
    }
    .counting {
        font-size: 35px;
    }
    .np-about-right {
        margin-top: 110px;
    }
    .np-about-right .np-dark-btn{
        margin: auto;
    }
    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }       
    .np-count-heading h5 {
        font-size: 17px;
    } 
    .np-about-wrapper {
        padding: 80px 0 0px 0;
    }
    .np-client-box:after{
        display: none;
    }        
    .np-team-img img {        
        max-width: 100%;
        height: auto;
    }
    .np-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .np-menu-right {
        text-align: center;
    }
    .np-about-botm-parent .row {
        flex-direction: column-reverse;
    }
    .np-about-img2 {
        right: -50px;
        bottom: -50px;        
    }
    .np-about-left-img {
        max-width: 470px;
        width: 100%;
        margin: auto;
    }
    .np-client-box {
        margin-top: 10px;
    }
}

@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    }
    .np-banner-wrapper {
        padding: 50px 0;
    }
    .np-counter-wrapper {     
        position: unset;
    }    
    .np-banner-right img {
        max-width: 100%;
        height: auto;
    }
    .np-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .np-banner-flex {
        flex-direction: column;
        gap: 0;
        padding: 0 15px;
    }
    .np-banner-right, .np-count::before, .np-about-img2{
        display: none;
    }
    .np-abt-right-text {        
        position: unset;
        margin-top: 20px;
    }
    .np-about-right {
        margin-top: 20px;
    }
    .np-footer-link-parent, .np-footer-last-parent {
        margin-top: 30px;
    }
}
@media(max-width:575px){
    .np-banner-wrapper {     
        background-position: inherit;
    }    
    .np-banner-left h4 {
        font-size: 18px;
        max-width: 425px;
    }
    .np-banner-left h1 {
        font-size: 30px;     
    }
    .np-banner-left p {
        font-size: 13px;
        line-height: normal;     
    }
    .np-banner-btn{
        display: block;
    }    
    .np-banner-wrapper {     
        padding: 50px 0;
    }    
    .np-about-left-img img {
        width: 100%;
        height: auto;
    }
    .np-header-right {     
        display: none;
    }
    .np-toggle-btn {
        right: 15px;
    }        
    .np-abt-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    ul.np-abt-flex li:first-child {
        padding-bottom: 10px;
    }    
    .np-event-content {
        margin-left: 0;     
    }
    .np-event-content h4 {     
        padding-bottom: 5px;
    }
}
@media(max-width:480px){
    .np-about-right .np-paragraph {     
        margin: 20px 0 20px 0;
    }
    .np-banner-btn .np-btn {
        min-width: 150px;
        min-height: 50px;
        font-size: 16px;
    }
    .np-banner-btn {
        margin-top: 20px;
    }
    .np-activity-wrapper, .np-event-wrapper, .np-client-wrapper, .np-partner-wrapper .swiper-container, .np-footer-wrapper, .np-cta-wrapper  {
        padding: 50px 0;     
    }
    .np-about-wrapper {
        padding: 40px 0 0px 0;
    }
    .np-heading {
        font-size: 25px;     
    }
    .np-top-heading {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .np-paragraph, .np-abt-text p, .np-activity-inner .np-paragraph {
        font-size: 14px;
    }
    .np-btn {
        min-width: 120px;
        min-height: 40px;
        padding: 0px 15px;
        font-size: 15px;
    }
    .np-activity-heading {
        padding-bottom: 20px;
        max-width: 300px;        
    }    
    .np-activity-inner h3 {
        font-size: 20px;
    }
    .np-service-img img {
        height: 250px;
    }
    .np-cta-heading .np-heading {
        font-size: 25px;   
        padding-bottom: 20px;  
    }
    .np-even-date h1 {
        font-size: 30px;
    }
    .np-even-date span {
        font-size: 18px;
    }
    .np-event-content h4 {
        font-size: 18px;     
    }
    .np-event-rectngle-inner {     
        gap: 20px;
    }
    .np-event-rectangle {
        padding: 20px 10px;
    }
    .np-even-date {
        padding: 5px 10px;
    }
    .np-client-box {
        margin-top: 0;
    }
    .np-client-box {
        padding: 20px 15px 20px 20px;
    }
    .np-qoute-img {        
        top: 30px;
        right: 20px;        
    }
    .np-qoute-img span img {
        max-width: 40px;
        height: 30px;
    }
    .np-client-img img {
        width: 60px;
        height: 60px;
    }
    .np-client-name h6 {
        font-size: 18px;
    }
    .np-client-name p {
        font-size: 15px;
    }
    .np-blog-wrapper {
        padding: 50px 0 0px 0;
    }
    .np-blog-content {
        padding: 15px;
    }
    .np-blog-content h4 {
        font-size: 20px;
    }
    .np-blog-footer-info img {
        width: 14px;
        height: 14px;     
    }
    .np-blog-footer-info a, .np-blog-content a.readmore {
        font-size: 15px;     
    }
    .np-blog-footer-info a {
        margin-left: 5px;
    }
    .np-footer-linnp-heading .np-heading {
        font-size: 20px;        
        margin-bottom: 15px;     
    }
    .np-footer-link ul li a {
        font-size: 15px;
    }
    .np-footer-link ul li {
        margin-bottom: 0;
    }
    .np-copyright-wrapper p {
        font-size: 14px;
        padding: 10px 0;
    }
    .np-footer-form .np-btn {
        width: 100%;
        min-height: 50px;
    }
    .np-blog-heading{
        padding-bottom: 20px;
    }
    .np-client-name {
        margin-left: 15px;
    }
    .np-brand-logo a img {
        max-width: 160px;
        height: auto;        
    }
}
@media(max-width:425px){             
    .np-blog-heading .np-heading{
        font-size: 22px;
    }
    .np-blog-heading .np-paragraph{
        font-size: 14px;
    }
    .np-partner-heading .np-heading {
        font-size: 17px;
    }        
    .np-client-heading {
        padding-bottom: 0;
    }
    .np-client-wrapper .swiper-container {
        padding-bottom: 60px;
    }
    .np-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .np-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .np-menu-list .np-menu-img img {
        margin-right: 0;
    }
    .np-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }                
    .np-event-content span {
        font-size: 13px;
    }
    .np-client-box {
        padding: 30px 20px 25px 20px;
    }
}
@media(max-width:375px){    
    .single-content {
        flex: 0 0 100%;
        max-width: 100%;        
    }    
    .np-gallery-img{
        margin-left: 15px;
    }
    .np-main-btn {
        flex-direction: column;
    }
    .np-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }    
}
/* Responsive CSS End */