@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900');
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

.index_wrapper_1 {
    height: 0;
}

@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 80px;
}

}


@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
    object-position: 50%;

}

}

/*Menu*/

.navbar_type4 .row {
    justify-content: center;
}

.navbar_type4 .row_1 {
    justify-content: center;
    margin: 0.75rem 0 0.25rem !important;
}

.navbar_type4 .nav-item {
    flex: unset;
}

.navbar_type4 {
    background-color: transparent;
    padding: 30px 0 15px;
    animation: unset;
    transition: all 0.3s ease-out;
}

#main_index .navbar_type4 {
  
    padding: 30px 0;
   
}

.dark_nav {
    background-color: rgba(0,0,0,0.9) !important;
    padding: 15px 0 !important;
    animation: unset;
    transition: all 0.3s ease-out;
   
}

.navbar_type4 a {
    color: #000;
    margin: auto 25px !important;
    font-size: 15px;
}

#main_index .navbar_type4 a {
    color: #fff;

}

.dark_nav a {
    color: #fff !important;

}

.navbar_type4 .logo {
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s ease-out;
    display: inline-block !important;
    height: 95px;
}

.navbar_type4 .minify {
    flex: 1 1 0%;
    margin-left: 0;
    flex-grow: unset;
    text-align: center;
    height: 75px;
    padding-top: 0;
    flex: 0 1 100%;
    transition: all 0.3s ease-out;
}

.navbar_type4 .minify .logo {
    padding: 0px;
    height: 75px;
    transition: all 0.3s ease-out;
}

.navbar_type4 a:hover {
    color: #fbb805 !important;
}

/*Banner*/

.hp_banner {
    padding-top: 24%;
}

.hp_banner.b {
    padding-top: 24%;
}

.hp_banner_title {
    color: #fff;
    font-family: 'Parkinsans';
    font-size: 0.88vw;
    font-weight: 300;
    margin-bottom: 0.75%;
}

.hp_banner_title2 {
    color: #fff;
    font-size: 2.2vw;
    font-weight: 700;
    margin-bottom: 1.5%;
}

.hp_banner_desc {
    color: #fff;
    font-weight: 300;
    font-family: parkinsans;
    line-height: 1.8;
    margin-bottom: 2.25%;
    font-size: 0.88vw;
}

.hp_banner_link {
    background: #031738;
    color: #fff;
    position: relative;
    padding: 0.85vw 7.5vw 0.85vw 1vw;
    font-size: 1.05vw;
    font-weight: 500;
    transition: 0.3s;
}

.hp_banner_link:hover {
    background: #fbb805;
    color: #fff;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 7%;
    background-image: url('https://cdn1.npcdn.net/img/1778059771BUTTON-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
}

.slider_banner .slick-dots li button:before {
    font-size: 15px;
}

.slider_banner .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 50%;
    padding: 0;
}

.slider_banner .slick-dots li button:before {
    display: none;
}

.slider_banner .slick-dots li.slick-active button {
    background: #000;
    border: 1px solid #000;
}

.slider_banner .slick-dots li {
    margin: 0 7.5px;
}

.slider_banner .slick-dots {
    bottom: -15px;
}

@media screen and (max-width: 1200.5px){
.hp_banner {
    padding-top: 20%;
}

.hp_banner.b {
    padding-top: 20%;
}

.hp_banner_title {
    font-size: 1.2vw;
}

.hp_banner_title2 {
    font-size: 3vw;
    margin-bottom: 1.5%;
}

.hp_banner_desc {
    margin-bottom: 2.5%;
    font-size: 1.2vw;
}

.hp_banner_link {
    padding: 1vw 9vw 1.15vw 1.5vw;
    font-size: 1.3vw;
}

.hp_banner_link:before {

    right: 7%;
    width: 1.5vw;
    height: 1.5vw;
}

}

@media screen and (max-width: 991.5px){
    .hp_banner {
        padding-top: 17%;
    }
    
    .hp_banner.b {
        padding-top: 17%;
    }
    
}

@media screen and (max-width: 767.5px){
.hp_banner {
    padding-top: 15%;
}

.hp_banner.b {
    padding-top: 15%;
}

.hp_banner_title {
    font-size: 3vw;
    margin-bottom: 1.5%;
}

.hp_banner_title2 {
    font-size: 4.45vw;
    margin-bottom: 3%;
}

.hp_banner_title2 br {
    display: none;
}

.hp_banner_desc {
    margin-bottom: 6%;
    font-size: 3vw;
}

.hp_banner_desc br {
    display: none;
}

.hp_banner_link {
    padding: 2.5vw 20vw 2.5vw 5vw;
    font-size: 3vw;
}

.hp_banner_link:before {

    right: 7%;
    width: 3vw;
    height: 3vw;
}

}

/*About*/

.hp_about {
    padding: 8% 6.75% 8% 6.75%;
    position: relative;
    border-top: 1.5px solid rgba(0, 0, 0, 0.2);
}

.hp_about:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1780449309B-ABOUT-BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.hp_about .row {
    align-items: center;
}

.hp_about_image {
    width: 100%;
}

.hp_about_ibox {
    margin-right: 9%;
    position: relative;
    top: 2.35vw;
}

.hp_about_box {
    padding-left: 5%;
}

.hp_about_title2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 25px;
}

.hp_about_title2:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    background-color: #000;
    opacity: 0.3;
    width: 63px;
    height: 1px;
}

.hp_about_desc {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 2;
    margin-bottom: 35px;
    font-family: parkinsans;
    width: 87%;
}

.tbig {
    font-size: 27px;
    font-weight: 700;
    color: black;
}

.bbutton {
    background: #031738;
    transition: 0.3s;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 12px 8.25rem 14px 15px;
    font-size: 15px;
}

.bbutton:hover {
    background: #fbb805;
    color: #fff;
}

.bbutton:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 9%;
    background-image: url('https://cdn1.npcdn.net/img/1778059771BUTTON-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.5px;
    height: 17.5px;
}

@media screen and (max-width: 1200.5px){
.hp_about_box {
    padding-left: 3%;
}

.hp_about_desc {
    font-size: 16px;
    margin-bottom: 35px;
    width: 100%;
}

.tbig {
    font-size: 24px;
}

.hp_about_title2:before {
    width: 55px;
}

.hp_about_ibox {
    margin-right: 6%;
    top: 2vw;
}

.hp_about:before {
    height: 70%;
}

.bbutton {
    padding: 12px 8rem 14px 15px;
    font-size: 14px;
}

.bbutton:before {
    right: 9%;
    width: 16px;
    height: 16px;
}

}

@media screen and (max-width: 991.5px){
.hp_about_box {
    padding-left: 2%;
}

.hp_about_desc {
    font-size: 15px;
    margin-bottom: 35px;
}

.tbig {
    font-size: 23px;
}

.hp_about_title2:before {
    width: 52.5px;
}

.hp_about_ibox {
    margin-right: 3%;
    top: 0vw;
}

.hp_about:before {
    height: 55%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_box {
    padding-left: 0%;
}

.hp_about_desc {
    font-size: 14.5px;
    margin-bottom: 35px;
}

.tbig {
    font-size: 22px;
}

.hp_about_title2:before {
    width: 50px;
}

.hp_about_ibox {
    margin-right: 0%;
    top: 0vw;
    margin-bottom: 6%;
}

.hp_about:before {
    height: 35%;
    top: -3%;
    z-index: -1;
}

.hp_about {
    padding: 45px 3% 45px;
}

.hp_about_title2 {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.bbutton {
    padding: 12px 7rem 14px 15px;
    font-size: 13.5px;
}

.bbutton:before {
    right: 9%;
    width: 15px;
    height: 15px;
}

}

/*Product Category*/

.index_wrapper_4 {
    position: relative;
    padding: 5% 9% 2%;
}

.index_wrapper_4:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-color: #031738;
    width: 100%;
    height: 42%;
    z-index: -1;
}

.dsmall {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: black;
}

.hp_category_fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hp_category_box2 {
    flex: 0 0 48%;
}

.hp_category_inbox {
    position: relative;
}

.hp_category_inbox:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1780449008product-img-layer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
}

.hp_category_ggbox {
    position: absolute;
    bottom: 8.5%;
    left: 10%;
}

.hp_category_title {
    color: #fff;
}

.hp_category_desc {
    color: #fff;
}

.hp_category_image {
    width: 100%;
}

.hp_category_item {
    color: #fff;
    font-size: 1.85vw;
    font-weight: 600;
    margin-bottom: 5%;
}

.hp_category_link {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s;
    font-weight: 300;
    position: relative;
    padding: 0.5vw 6vw 0.5vw 1.5vw;
    font-size: 1vw;
}

.hp_category_link:hover {
    border: 1px solid #031738;
    background: #031738;
    color: #fff;
}

.hp_category_link:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 9%;
    background-image: url('https://cdn1.npcdn.net/img/1778080288BUTTON-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
}

.hp_category_box2.x {
    margin-bottom: 40px;
}

.hp_category_inbox.x {
    transform: translateY(5.5vw);
}

@media screen and (max-width: 1200.5px){
.dsmall {
    font-size: 14.5px;
}

.hp_category_desc br {
    display: none;
}

.hp_category_item {
    font-size: 2.1vw;
    margin-bottom: 5%;
}

.hp_category_link {
    padding: 0.7vw 6.5vw 0.7vw 2vw;
    font-size: 1.25vw;
}

}

@media screen and (max-width: 991.5px){
.dsmall {
    font-size: 14px;
}

}

@media screen and (max-width: 767.5px){
.dsmall {
    font-size: 13.5px;
}

.index_wrapper_4 {
    padding: 45px 3% 45px;
}

.hp_category_fbox {
    flex-direction: column;
    gap: 30px;
}

    .hp_category_item {
        font-size: 4vw;
        margin-bottom: 6%;
    }
    
        .hp_category_link {
        padding: 1.5vw 18vw 1.5vw 4.5vw;
        font-size: 3.5vw;
    }
    
    .hp_category_link:before {
    right: 9%;
    width: 4vw;
    height: 4vw;
}

.hp_category_inbox.x {
    transform: unset;
}

.hp_category_box2.x {
    margin-bottom: 0;
}

.index_wrapper_4:before {
    height: 45%;
}

}

/*Products*/

.index_wrapper_5 {
    padding: 6% 9% 5%;
}

.hp_products_box {
    display: flex;
    justify-content: space-between;
}

.hp_products_bbox {
    margin-top: 15px;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0px;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 0.5vw;
    border-radius: 0;
    box-shadow: unset;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 600 !important;
    font-size: 16px;
    margin-bottom: 15px;
}

.productSlider-1 .product_img .product_box .align-top a {
    transition: 0.3s;
    color: #000;
    font-weight: 300;
    position: relative;
    padding: 8px 8.25rem 9px 15px;
    font-size: 14px;
    border: 1px solid #000;
}

.productSlider-1 .product_img .product_box .align-top a:hover {
    border: 1px solid #031738;
    background: #031738;
    color: #fff;
}

.productSlider-1 .product_img .product_box .align-top a:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1778119027BUTTON-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.5px;
    height: 17.5px;
}

.productSlider-1 .product_img .product_box .align-top a:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7412%) hue-rotate(221deg) brightness(117%) contrast(106%);
}


.productSlider-1 .product_img .slick-prev::before {
    padding: 0;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1778119139BUTTON-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    width: 17.5px;
    height: 17.5px;
    opacity: 1;
}

.productSlider-1 .product_img .slick-prev::after {
    content: "";
    background-color: #031738;
    position: absolute;
    width: 45px;
    height: 90px;
    z-index: -1;
    top: 10px;
    bottom: 0%;
    left: -12px;
    right: 0;
    margin: auto;
}

.productSlider-1 .product_img .slick-next::after {
    content: "";
    background-color: #031738;
    position: absolute;
    width: 45px;
    height: 90px;
    z-index: -1;
    top: 0px;
    bottom: 0%;
    left: -24px;
    right: 0;
    margin: auto;
}

.productSlider-1 .product_img .slick-next::before {
    padding: 0;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1778119139BUTTON-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.5px;
    height: 17.5px;
    opacity: 1;
}

.productSlider-1 .product_img .slick-prev {
    left: -50px;
    z-index: 10;
    top: 12%;
    height: unset;
    width: unset;
}

.productSlider-1 .product_img .slick-next {
    right: -45px;
    z-index: 10;
    top: 14%;
    height: unset;
    width: unset;
}

.productSlider-1 .product_img .slick-prev {
    left: -50px;
    top: 12%;
    z-index: 10;
    height: unset;
    width: unset;
}

@media screen and (max-width: 1200.5px){
.productSlider-1 .product_img .product_box h6 {

    font-size: 15px;
    margin-bottom: 15px;
}

    .productSlider-1 .product_img .slick-next {
        right: -40px;
 
    }

}

@media screen and (max-width: 991.5px){
.hp_products_desc br {
    display: none;
}

.hp_products_inbox {
    flex: 0 0 60%;
}

.hp_products_bbox {
    flex: 0 0 40%;
    text-align: end;
}

.productSlider-1 .product_img .slick-prev {
    left: -45px;
    z-index: 10;
    top: 16%;
    height: unset;
    width: unset;
}

.productSlider-1 .product_img .slick-next {
    right: -45px;
    z-index: 10;
    top: 18%;
    height: unset;
    width: unset;
}

.productSlider-1 .product_img .slick-next {
        right: -35px;
 
    }
    
    .productSlider-1 .product_img .product_box .align-top a {

    padding: 8px 11vw 9px 15px;
    font-size: 14px;
   
}

}

@media screen and (max-width: 767.5px){
.hp_products_box {
   
    flex-direction: column;
    margin-bottom: 30px;
}

    .hp_products_bbox {
     
        text-align: left;
    }
    
    .index_wrapper_5 {
    padding: 45px 3% 45px;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
}

    .productSlider-1 .product_img .product_box .align-top a {

    padding: 8px 8rem 9px 15px;
    font-size: 14px;
   
}

.productSlider-1 .product_img .slick-prev {
    left: 5px;
    top: 16%;
}

.productSlider-1 .product_img .slick-next {
    right: 15px;
    top: 18%;
}

}

/*Why*/

.hp_why {
    position: relative;
    
}

.hp_why:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-color: #031738;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_why .row {
    align-items: center;
    
}

.hp_why_fbox {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 3vw;
    position: relative;
}

.hp_why_fbox:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    background-color: #fff;
    width: 100%;
    height: 1px;
}

.hp_why_fbox:after {
    position: absolute;
    content: "";
    right: 0%;
    left: -2%;
    margin: 0 auto;
    background-color: #fff;
    width: 1px;
    height: 100%;
}

.hp_why_itbox {
    flex: 0 0 47%;
}

.hp_why_image {
    width: 100%;
}

.hp_why_box {
    padding-left: 14%;
}

.hp_why_ibox {
    margin-right: -15px;
}

.hp_why_title {
    color: white;
    margin-bottom: 40px;
}

.hp_why_item {
    color: #fff;
    font-size: 18.5px;
}

.hp_why_item2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.8;
    font-family: parkinsans;
}

.hp_why_ibox {
    margin-left: 13%;
}

@media screen and (max-width: 1275.5px){
.hp_why_item {
    font-size: 17.5px;
}

}

@media screen and (max-width: 1200.5px){
.hp_why_itbox {
    flex: 0 0 48%;
}

.hp_why_fbox {
    gap: 50px 2vw;
}

.hp_why_item{
        font-size: 16px;
        width: 65%;
    }
    
.hp_why_ibox {
    margin-left: 0%;
}    

.hp_why {
    
    padding: 3% 0 3%;
}

.hp_why_title {
    margin-bottom: 30px;
    
}

.hp_why_item2 {
    font-size: 14px;
}

.hp_why_box {
    padding-left: 9%;
}

.hp_why_fbox:after {
    left: -1%;
}

    .hp_why_fbox {
        gap: 40px 2vw;
    }

}

@media screen and (max-width: 991.5px){
    .hp_why_item {
        font-size: 15.5px;
        width: 78%;
    }
    
        .hp_why_fbox {
        gap: 30px 2vw;
    }
    
    .hp_why_fbox:before {
    top: -7%;
}

    .hp_why_item2 {
        font-size: 13.5px;
    }
    
}

@media screen and (max-width: 767.5px){
   
    .hp_why_item {
        font-size: 14.5px;
        width: 100%;
    }
    .hp_why_fbox:before {
    top: -5%;
}

   .hp_why {
    padding: 45px 0 0;
}

.hp_why_ibox {
    margin-left: -15px;
}
    
    .hp_why_box {
        padding-left: 3%;
        margin-bottom: 45px;
    }
    
    .hp_why_item2 {
        font-size: 13px;
    }
    
    .hp_why_fbox:after {
        left: -3%;
    }
    
   
    
}

/*Gallery*/

.index_wrapper_7 {
    padding: 6% 0 6%;
}

.hp_gallery_title {
    font-size: 20.5px;
}

.hp_photoGallerySlider_type4 .flix-parents {
    padding-bottom: 1rem !important;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 0 5px;
}

.hp_photoGallerySlider_type4 .flickfeed button.slick-arrow {
    height: 80%;
}

@media screen and (max-width: 1200.5px){
.hp_gallery_title {
    font-size: 20px;
}

}

@media screen and (max-width: 991.5px){
.hp_gallery_desc br {
    display: none;
}

.hp_gallery_title {
    font-size: 19.5px;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_7 {
    padding: 45px 0 45px;
}

.hp_photoGallerySlider_type4 .flix-parents {
    padding-bottom: 0rem !important;
    padding-top: 1rem !important;
}

.hp_gallery_title {
    font-size: 20px;
}

}

/*Footer*/

.footer_type4 {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
    background-color: #031738;
    background-image: none;
    color: white;
}

.footer_type4 .btn-primary {
    background-color: #fbb805 !important;
    border-color: #fbb805 !important;
    color: #031738;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_type4 h6 {
    font-size: 103% !important;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_type4 p {
    font-weight: 300;
    font-size: 12px;
}

.footer_type4 .mt-5 {
    margin-top: 6rem !important;
}

.footer_type4 .col-md-3:nth-child(2) {
    padding-left: 45px !important;
}
.footer_type4 .col-md-3:nth-child(3) {
    padding-left: 45px !important;
}
.footer_type4 .col-md-3:nth-child(4) {
    padding-left: 45px !important;
}

.footer_type4 b {
    text-transform: uppercase;
}

.footer_type4 .copy_right.text-center small {
    font-size: 100% !important;
}

@media (min-width: 768px) {
    .footer_type4 .container {
        max-width: 770px;
    }
}

@media (min-width: 1200px) {
    .footer_type4 .container {
        max-width: 1200px;
    }
    
    .footer_type4 h6 {
    font-size: 101% !important;
}
}

@media (min-width: 1400px) {
    .footer_type4 .container {
        max-width: 1310px;
    }
}

@media screen and (max-width: 1200.5px){
.footer_type4 .col-md-3:nth-child(2) {
    padding-left: 25px !important;
}
.footer_type4 .col-md-3:nth-child(3) {
    padding-left: 25px !important;
}
.footer_type4 .col-md-3:nth-child(4) {
    padding-left: 25px !important;
}

.footer_type4 h6 {
    font-size: 101% !important;
}

}

@media screen and (max-width: 991.5px){
.footer_type4 .col-md-3:nth-child(2) {
    padding-left: 15px !important;
}
.footer_type4 .col-md-3:nth-child(3) {
    padding-left: 15px !important;
}
.footer_type4 .col-md-3:nth-child(4) {
    padding-left: 15px !important;
}

.footer_type4 h6 {
    font-size: 90% !important;
}

}

@media only screen and (max-width: 768px) {
    .footer_type4 .left_line {

        margin-bottom: 15px !important;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767.5px){
.footer_type4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer_type4 .mt-5 {
    margin-top: 3rem !important;
}

.footer_type4 h6 {
    font-size: 100% !important;
}

}