@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');



#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}


@media screen and (max-width: 767.5px){
    
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
}

}

/*Nav*/

/*.navbar_type8 {*/
  
/*    background-color: #202020;*/
   
/*    height: 100px;*/
  
/*}*/

/*.dark_nav {*/
/*    background-color: #202020 !important;*/
   
/*}*/

/*.navbar_type8 .nav_tab .nav_item::before {*/
   
/*    border-bottom: 4px solid #00b5e2;*/
    
/*}*/

/*.navbar_type8 .logo {*/
/*    flex: 0 1 18%;*/
   
/*    margin-left: 30px;*/
/*}*/

/*.navbar_type8 .nav_tab {*/
/*    flex: 0 1 82%;*/
    
/*    padding-left: 0px;*/
/*    padding-right: 30px;*/
  
/*}*/

/*.navbar_type8 .logo img {*/
   
/*    width: 280px;*/
   
/*    padding: 0px;*/
/*}*/

/*.navbar_type8 .nav_tab .nav_item a {*/
   
/*    padding: 15px 13px;*/
  
/*    font-weight: 600;*/
/*}*/

/*.navbar_mobile {*/
   
/*    background-color: #202020;*/
    
/*}*/

/*.navbar_mobile .btn-outline-light {*/
/*    border-color: #00b5e2;*/
/*    color: #00b5e2;*/
/*}*/

/*.navbar_mobile .logo_img {*/
  
/*    transform: scale(1.25);*/
/*}*/

/*.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {*/
/*    color: #00b5e2 !important;*/
/*}*/

/*@media screen and (max-width: 1500.5px){*/
/*.navbar_type8 .nav_tab .nav_item a {*/
/*    padding: 15px 0.4vw;*/
   
/*}*/

/*.navbar_type8 .logo img {*/
/*    width: 190px;*/
/*    padding: 0px;*/
/*}*/

/*.navbar_type8 .logo {*/
/*    flex: 0 1 15%;*/
   
/*    margin-left: 15px;*/
/*}*/

/*.navbar_type8 .nav_tab {*/
/*    flex: 0 1 85%;*/
    
/*    padding-left: 0px;*/
/*    padding-right: 15px;*/
  
/*}*/

/*}*/


/*@media screen and (max-width: 1200.5px){*/
/*.navbar_type8 .nav_tab .nav_item a {*/
/*    padding: 15px 5px;*/
/*    font-size: 1.2vw;*/
   
/*}*/

/*.navbar_type8 .logo img {*/
/*    width: 10.5vw;*/
/*    padding: 0px;*/
/*}*/

/*.navbar_type8 .logo {*/
/*    flex: 0 1 10%;*/
   
/*    margin-left: 5px;*/
/*}*/

/*.navbar_type8 .nav_tab {*/
/*    flex: 0 1 90%;*/
    
/*    padding-left: 0px;*/
/*    padding-right: 5px;*/
  
/*}*/

/*}*/

#top_spacing {
    position: relative;
    height: 100px;
    width: 100%;
}

.navbar_ecommerceDropdown {
  
    z-index: 100;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100px;
}

.navbar_ecommerceDropdown .container {
    max-width: 100%;
}

.dark_nav {
    background-color: rgba(0, 0, 0, 1) !important;
    animation: unset;
    top: 0;
    left: 0;
    position: fixed;
}

.nav_bottom {
   
    background-color: transparent;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom strong {
    font-weight: 500;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 15px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
   
}

.nav_bottom .menu .nav_item .dropdown:hover a {
   
    color: #00b5e2 !important;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu a {
    padding: 15px 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu:hover a {
   
    color: #00b5e2 !important;
}

.navbar_ecommerceDropdown .nav_search {
   
    justify-content: flex-end;
    padding: 0 12% 0 0;
}

.nav_logo {
    margin-left: 7%;
}

.navbar_mobile {
 
    background-color: #000;
 
}

.navbar_mobile .btn-outline-light {
    border-color: #00b5e2;
    color: #00b5e2;
}

.navbar_mobile .logo_img {
   
    padding: 10px;
   
}

@media screen and (max-width: 1200.5px){
.navbar_ecommerceDropdown .nav_search {
    
    padding: 0 3% 0 0;
}

.nav_logo {
    margin-left: 1%;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 15px 12px;
  
}

}


/*Banner*/

.hp_banner_ibox {
    width: 18%;
    margin-top: 5%;
}

.hp_banner {
    padding-top: 8%;
    padding-left: 9%;
    position: relative;
}

.hp_banner_title1 {
    color: #fff;
    font-size: 1.15vw;
    margin-bottom: 0;
 
}

.hp_banner_title1 span {
    color: #00b5e2;
}

.hp_banner_title2 span {
    color: #00b5e2;
}

.hp_banner_title2 {
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
    font-style: italic;
   
    margin-bottom: 1%;
}

.hp_banner_link {
    color: #fff;
    font-size: 1vw;
    position: relative;
    transition: 0.3s;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 105%;
    background-image: url(https://cdn1.npcdn.net/img/1733122659arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
    animation: slide-right 1s linear infinite both;
}

.hp_banner_link:hover {
    color: #00b5e2;
    
    text-decoration: none;
}

.hp_banner_bbox {
  
    margin-top: 1%;
    margin-left: 1%;
}

/*.slider_banner .slick-dots {*/
/*    position: absolute;*/
/*    bottom: -68%;*/
/*    width: 100%;*/
/*    left: -46.5%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    text-align: start;*/
/*    transform: rotate(90deg);*/
/*    display: none;*/
/*}*/

/*.slider_banner .slick-dots li {*/
  
/*    margin: 0 0px;*/
   
/*}*/

/*.slider_banner .slick-dots li button:before {*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*}*/

/*.slider_banner .slick-dotted.slick-slider {*/
/*    margin-bottom: 0;*/
/*}*/

/*.index_wrapper_2 {*/
/*    background: #000;*/
/*}*/

@media screen and (max-width: 1200.5px){
.hp_banner_title1 {
   
    font-size: 1.65vw;
   
}



.hp_banner_title2 {
  
    font-size: 5.5vw;
   
   
}

.hp_banner_link {
    
    font-size: 1.5vw;
  
}

.hp_banner_link:before {
  
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 105%;
 
    width: 3.5vw;
    height: 3.5vw;
    
}

.hp_banner_ibox {
    width: 20%;
}




}


@media screen and (max-width: 767.5px){
.hp_banner_title1 {
   
    font-size: 4vw;
   
}



.hp_banner_title2 {
  
    font-size: 10vw;
   
}


.hp_banner_link {
    
    font-size: 4vw;
    
  
}

.hp_banner_link:before {
  
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 105%;
 
    width: 6vw;
    height: 6vw;
    
}

.hp_banner_ibox {
    width: 33%;
   
}

.hp_banner {
    padding-top: 6%;
    padding-left: 3%;
  
   
}



}


/*Services*/

.hp_services {
    padding: 0% 9% 6%;
    background-image: url('https://cdn1.npcdn.net/img/1733129895category-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.hp_services_spongebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

.hp_services_box {
    margin-bottom: 10px;
}

.hp_services_title {
    font-size: 2vw;
    font-style: italic;
    color: #fff;
    font-weight: 700;
}

.hp_services_linkx {
    color: #fff;
    font-size: 1vw;
    position: relative;
    transition: 0.3s;
}

.hp_services_linkx:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 105%;
    background-image: url(https://cdn1.npcdn.net/img/1733122659arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
    animation: slide-right 1s linear infinite both;
}

.hp_services_linkx:hover {
    color: #00b5e2;
    
    text-decoration: none;
}

.hp_services_bbox {
    margin-right: 4%;
}

.hp_services .col-12.col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.hp_services_image {
    width: 100%;
    transition: 0.3s;
}

.hp_services_image:hover {
   
    transform: scale(0.95);
}


@media screen and (max-width: 1200.5px){
.hp_services_title {
    font-size: 2.5vw;
  
}

.hp_services_linkx {
  
    font-size: 1.5vw;
   
}

.hp_services_linkx:before {
    
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 105%;
   
    width: 3.5vw;
    height: 3.5vw;
    
}

}


@media screen and (max-width: 767.5px){
.hp_services_title {
    font-size: 6vw;
    margin-bottom: 0%;
  
}

.hp_services_linkx {
  
    font-size: 3.5vw;
   
}

.hp_services_linkx:before {
    
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 105%;
   
    width: 4.5vw;
    height: 4.5vw;
    
}

.hp_services_spongebox {
   
    margin-bottom: 6%;
}

}


/*About*/

.hp_about {
    padding: 4% 3% 3% 0%;
    background-image: url('https://cdn1.npcdn.net/img/1733121612about-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.hp_about .row {
    align-items: center;
}

.hp_about_ibox {
    margin-left: -15px;
}

.hp_about_desc {
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 2%;
    margin-bottom: 5%;
}

.hp_about_link {
    color: #fff;
    font-size: 1vw;
    position: relative;
    transition: 0.3s;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 118%;
    background-image: url(https://cdn1.npcdn.net/img/1733122659arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
    animation: slide-right 1s linear infinite both;
}

.hp_about_link:hover {
    color: #00b5e2;
    
    text-decoration: none;
}

.hp_about_desc span {
    font-weight: 700;
}

.hp_about .col-12.col-md-7 {
    flex: 0 0 53%;
    max-width: 53%;
}

.hp_about .col-12.col-md-5 {
    flex: 0 0 47%;
    max-width: 47%;
    padding-left: 4%;
}


@media screen and (max-width: 1200.5px){
.hp_about_desc {
  
    font-size: 1.6vw;
    line-height: 1.6;
    
    margin-top: 2%;
    margin-bottom: 5%;
}

.hp_about_desc br {
  
    display: none;
}


.hp_about_link {
    
    font-size: 1.5vw;
   
}

.hp_about .col-12.col-md-5 {
  
    padding-left: 3%;
}

.hp_about_link:before {
  
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 118%;
   
    width: 3.5vw;
    height: 3.5vw;
    
}

}


@media screen and (max-width: 767.5px){
.hp_about_desc {
  
    font-size: 4vw;
    line-height: 1.6;
    
    margin-top: 6%;
    margin-bottom: 9%;
}

.hp_about {
    padding: 12% 3%;
    text-align: center;
}


.hp_about_link {
    
    font-size: 4vw;
   
}

.hp_about .col-12.col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_about .col-12.col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
}

.hp_about_link:before {
  
    bottom: 0%;
    top: 0;
    margin: auto 0;
    left: 118%;
   
    width: 4vw;
    height: 4vw;
    
}

.hp_about_ibox {
    margin-left: 0;
}

}

/*Category*/

.hp_category {
    background-image: url('https://cdn1.npcdn.net/img/1740038272award-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 21% 8%;
}

.hp_category_title {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 1.5%;
}

.hp_category_image {
    width: 100%;
}

.hp_category_box {
    margin: 0 7.5px;
}

.hp_category_spongebox {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1200.5px){
.hp_category_title {
    
    font-size: 2.5vw;
  
    margin-bottom: 1.5%;
}

.hp_category {
    
    padding: 8% 18% 8%;
}

}


@media screen and (max-width: 767.5px){
.hp_category_title {
    
    font-size: 6.5vw;
  
    margin-bottom: 6%;
}


.hp_category {
    
    padding: 12% 3%;
}

}

/*Clients*/

.hp_clients {
    background-image: url('https://cdn1.npcdn.net/img/1733113639client-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2% 0 2%;
}



.hp_clients_ibox {
      display: inline-block;
      white-space: nowrap;
      /*animation: scroll-left 10s linear infinite;*/
      margin: 5% 0;
    }

    /*@keyframes scroll-left {*/
    /*  0% {*/
    /*    transform: translateX(-100%);*/
    /*  }*/
    /*  100% {*/
    /*    transform: translateX(-100%);*/
    /*  }*/
    /*}*/

.hp_clients_title {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_clients_image {
    max-width: 185vw;
}

@media screen and (max-width: 1200.5px){
.hp_clients_title {
   
    font-size: 2.5vw;
   
    margin-bottom: 0;
}

.hp_clients_image {
    max-width: 195vw;
}

.hp_clients_ibox {
 
    margin: 4.25% 0;
}

}


@media screen and (max-width: 767.5px){
.hp_clients_title {
   
    font-size: 6.5vw;
   
    margin-bottom: 0;
}

.hp_clients_image {
    max-width: 450vw;
}

.hp_clients_ibox {
 
    margin: 12% 0;
}

.hp_clients {
    
    padding: 1% 3%;
    background-position: center;
}

}

/*Testimonials*/

.index_wrapper_7 {
    padding: 3% 6% 6%;
    background: #000;
    position: relative;
}

.index_wrapper_7:before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1733112505review-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45vw;
    height: 5vw;
}

.hp_test_title {
    text-align: center;
    color: #fff;
    font-size: 2vw;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    
    padding: 0;
    
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
  
    background-color: transparent;
    transition: 0.3s;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box:hover {
   
    transform: scale(1.1);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
 
    padding: 20px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
   
    background-image: url('https://cdn1.npcdn.net/img/1733111672left-arrow.png');
    width: 40px;
    height: 40px;
  
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
   
    background-image: url('https://cdn1.npcdn.net/img/1733111699right-arrow.png');
    width: 40px;
    height: 40px;
    filter: unset;
  
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
   
    left: -3.5%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
   
    right: -2%;
}

.hp_photoGallerySlider_type3 .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

@media screen and (max-width: 1200.5px){
.hp_test_title {
  
    font-size: 2.5vw;
 
    margin-bottom: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
   
    left: -6%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
   
    right: -3%;
}




}



@media screen and (max-width: 767.5px){
.hp_test_title {
  
    font-size: 6.5vw;
 
    margin-bottom: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
   
    left: -40px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
   
    right: -20px;
}



.index_wrapper_7 {
    padding: 12% 3%;
   
}

.index_wrapper_7:before {
    bottom: 0%;
    right: 0%;
    width: 75vw;
    height: 7.5vw;
    left: 0;
    margin: 0 auto;
}

}


/*Footer*/

.footer_type6 .logo img {
  
    max-height: 80px;
}

.footer_type6 .title {
    min-height: 80px;
  
}


.footer_type6 {
    background-image: url('https://cdn1.npcdn.net/img/1733107175footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 0;
    
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(1) {
    padding-top: 2.75rem !important;
}

.footer_type6 .title h5 {
    font-weight: 700;
 
    text-transform: uppercase;
    color: #00b5e2;
    font-size: 17px;
}

.footer_type6 .line {
   
    background-color: rgba(255, 255, 255, 0.4);
  
    margin-bottom: 15px;
    margin-top: 45px;
}

.footer_type6 .input-container input {
    
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  
}

.footer_type6 .input-container {

    height: 2.65rem;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
   
    height: 2rem;
    width: 93%;
   
}

.footer_type6 .input-container .submit {
   
    right: 6%;
   
}


@media screen and (max-width: 1200.5px){
.footer_type6 .input-container input, .footer_type6 .input-container label {
    height: 3rem;
    width: 100%;
}

.footer_type6 .title h5 {
    
    font-size: 16px;
}

.footer_type6 .logo img {
    max-height: 48px;
}

.footer_type6 .title {
    min-height: 48px;
  
}

.footer_type6 .input-container {
    height: 3rem;
}

.footer_type6 .input-container .submit {
    right: 0%;
}

}


@media screen and (max-width: 767.5px){
.footer_type6 .logo img {
    max-height: 60px;
    right: 0;
    margin: 0 auto;
}

.footer_type6 p {
   
    text-align: center;
}

.footer_type6 .title {
    min-height: 60px;
    justify-content: center;
}

.footer_type6 .d-flex {
    
    justify-content: center;
}

}



/*Animation*/

.slide-right {
	-webkit-animation: slide-right 1s linear infinite both;
	        animation: slide-right 1s linear infinite both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
