/*all page*/
.page_title{
    margin-top:30px;
}
body > br{
    display: none;
}
.page_title::after{
    content:'';
    display: inline-block;
    background:#22cae2;
    height:2px;
    width:50px;
}

/*slider*/
.slider_banner{
    margin-top:-110px;
}

.slider_banner img{
    filter: brightness(0.5);
}

.slider_banner .banner_content {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slider_banner .banner_content .b_content{
    width: 50% !important;
    margin:0 auto 0 10%;
    
}

.slider_banner .banner_content .b_content h2{
    font-weight:600;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    text-shadow:2px 2px 10px rgba(0,0,0,0.3);
}

.slider_banner .banner_content .b_content h2 span{
    display:block;
}

.slider_banner .banner_content .b_content h3{
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}


.slider_banner .banner_content .b_content p{
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

/*nav*/
.topspacex1{
    padding:5px 10px;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    text-align:center;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.topspacex1 a{
    color:#ffffff;
    display:flex;
    justify-content: center;
    align-items:center;
    height:33px;
    width:33px;
    font-size:1rem;
    margin-right:5px;
    border-radius:25px;
}

.topspacex1 a:hover{
    text-decoration:none;
}

.topspacex1 .col-lg-6{
    justify-content: center;
    align-items: center;
    display:flex;
}

.topSocial{
    justify-content: end;
    padding-right:50px;
    display:flex;
}

/*Nav*/
.navbar_type8 {
    background:#fff;
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    height:100px;
    box-shadow: 2px 2px 1px #0000000d;
}

#main_index .navbar_type8 {
    background:transparent;
}

#main_index .navbar_type8.dark_nav{
    background-color: #fff!important;
}

.navbar_type8.dark_nav{
    background-color: #fff!important;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 65px;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px 0;
    object-position: left;
    /*filter:brightness(0) invert(1);*/
}

.dark_nav {
    background-color: rgba(0,0,0, 0.8) !important;
    animation: 1s fadeInDown;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
    padding: 10px 0;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

.navbar_type8 .nav_tab .nav_item a {
    color: #333;
    padding: 0 10px;
    font-weight: 500;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

#main_index .navbar_type8.dark_nav{
    box-shadow: 2px 2px 1px #00000014;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #333;
    padding: 0 10px;
    font-weight: 500;
    text-shadow: unset;
}

.navbar_type8.dark_nav{
    box-shadow: 2px 2px 1px #00000014;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #333;
    padding: 0 10px;
    font-weight: 500;
    text-shadow: unset;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #22cae2;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #22cae2;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #96CDFF;
    padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #666 !important;
    background: #96CDFF;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {
    display: none;
}

.navbar_type8 .nav_tab .active {
    color: #666 !important;
}

.dark_nav .nav_tab .active {
    color: #666 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    box-shadow: 0 0 5px #333;
}

.navbar_type8 .nav_tab .nav_item::before {
    width: 70%;
    right: 0;
    margin: auto;
    top: 88%;
}

/*footer*/
.footer_type6{
    background:#ffffff;
    color:#666666;
    border-top:1px solid #eaeaea;
    padding-top:2.5rem !important;
}

.footer_type6 .container .col-md-3:first-child {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 40px !important;
}

.footer_type6 .container .col-md-3:nth-child(2),
.footer_type6 .container .col-md-3:nth-child(3){
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.footer_type6 .logo{
    padding-top: 70px;
}

.footer_type6 .logo img {
    max-height: 70px;
}

.footer_type6 .input-container input{
    width: 100%;
    height: 2.5rem;
    color: #666666;
    background: rgba(0,0,0,0.2);
    padding: 0 5px;
    border-radius:25px;
}

.footer_type6 .title {
    min-height: 70px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(255,255,255,0.5);
}

.footer_type6 .title h6{
    text-transform: uppercase;
}

.footer_type6 a{
    color:#666666;
}

.footer_type6 #subscribeEmailLabel{
      visibility: hidden;
}

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

.title_big{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    margin-bottom:10px;
}

.title_big span{
    display:block;
}

.title_small{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;   
    color:#333333;
    margin-bottom:10px;
}

.content_text{
    font-size:14px;
    line-height:1.6;
    color:#666666;
    margin-bottom:0;
}

.btn_more{
    border:1px solid #22cae2;
    background:#22cae2;
    color:#fff;
    font-size:.9rem;
    font-weight:700;
    transition: linear .3s;
    margin-top:20px;
    padding:12px 35px;
}

.btn_more:hover{
    background:transparent;
    color:#000000;
}

/*hp_about*/
.hp_about{
    padding-top:5rem;
    position: relative;
    z-index: 2;
}

.about_content {
    margin: 35px 0;
    column-count: 2;
    column-gap: 40px;
}

.about_imgGroup{
    display:flex;
    flex-wrap: wrap;
    justify-content: right;
    width:90%;
    margin-left:auto;
}

.about_img{
    width:50%;
}

.about_title .title_small::after{
    content:'';
    display: inline-block;
    background:#80efff;
    height:1px;
    width:50px;
    margin-left: 10px;
}

/*hp_products*/
.hp_products{
    padding-top:5rem;
    padding-bottom:5rem;
}

.product_title .title_small::after{
    content:'';
    display: inline-block;
    background:#80efff;
    height:1px;
    width:50px;
    margin-left: 10px;
}

.products_content{
    margin:35px 0;
}

.products_box{
    position:relative;
    overflow:hidden;
}

.products_boxText{
    position:absolute;
    z-index: 2;
    bottom:0;
    left:0;
    padding:25px;
}

.products_boxText h4{
    color:#fff;
    font-size:25px;
    font-weight:600;
    transition: linear .3s;
}

.products_boxImg{
    transition: linear .3s;
    filter:brightness(0.8);
}

.products_box:hover .products_boxImg{
    transform:scale(1.05);
    cursor:pointer;
    filter:brightness(1);
}

.products_box .btn_more{
    border:none;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    font-weight:400;
    transition: linear .3s;
    margin-top:10px;
    padding:0 0 5px 0;
    border-bottom:1px solid #80efff;
}

.products_box .btn_more:hover{
    margin-left:20px;
    color:#80efff;
}


.box_mt{
    margin-top:25px;
}

/*hp_why*/
.hp_why{
    background-image:url(https://cdn1.npcdn.net/img/1713250792sec3-bg.jpg);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:5rem;
    padding-bottom:5rem;
}

.hp_why .title_big, .hp_why .title_small{
    color:#fff;
}

.why_box{
    padding:20px;
    margin-top:30px;
    text-align: center;
}

.why_box h4{
    color:#fff;
    font-size:20px;
    font-weight:600;
    border-bottom:1px solid #80efff;
    padding-bottom:10px;
}

.why_box p{
    color:#cccccc;
    font-size:14px;
    line-height:1.4;
    font-weight:400;
    margin-bottom:0;
}


/*hp_news*/
#main_index .index_wrapper_6{
    background:#f9f9f9;
}

.hp_news{
    padding-top:5rem;
    padding-bottom:2rem;
}

#main_index .hp_latest_new_8{
    max-width:80%;
    margin:0 auto 5rem auto;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 10px 0;
}

#main_index .hp_latest_new_8 .news_box{
    background: #fff;
    padding: 15px;
    transition: linear .3s;
}

#main_index .hp_latest_new_8 .news_box:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.hp_latest_new_8 .news_box .title{
    margin-top:1rem;
}

.hp_latest_new_8 .news_box .read_more {
    color: #333;
    border-bottom: 1px solid #80efff;
    width: max-content;
}

/*hp_contact*/
.hp_contact{
    padding-top:5rem;
}

.contact_title .title_small::after{
    content:'';
    display: inline-block;
    background:#80efff;
    height:1px;
    width:50px;
    margin-left: 10px;
}

/*hp_gallery*/
.hp_photoGallerySlider_type4 .flix-parents {
    padding-bottom: 0 !important;
}

/*product page*/
#main_showproducts{
    padding-top:30px;
}

@media screen and (max-width: 1200px) {
    .navbar_type8 .logo {
      margin-left: 15px;
    }
    
    .navbar_type8 .nav_tab{
        padding-right:15px;
    }
    
    /*banner slider*/
    .slider_banner .banner_content .b_content h2 {
      font-size: 45px;
    }
    
    /*homepage*/
    .title_big{
        font-size: 29px;
    }

    /*hp_about*/
    .about_imgGroup {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    /*.about_img {*/
    /*    margin: .5rem;*/
    /*}*/
    
}

@media only screen and (max-width: 992px) {
    .slider_banner{
        margin-top:0;
    }
    
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before {
        width:25px;
        height:25px;
    }
    
    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content h3{
        font-size:12px;
    }
    
    /*footer*/
    .footer_type6 .container .col-md-3,
    .footer_type6 .container .col-md-3:first-child,
    .footer_type6 .container .col-md-3:nth-child(2),
    .footer_type6 .container .col-md-3:nth-child(3){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type6 .title {
      min-height: max-content;
    }

    /*hp_about*/
    .about_content {
        column-count: 1;
        column-gap: 0;
    }
    
    .about_img {
        margin: 0;
        width: 50%;
    }
    
    /*hp_news*/
    #main_index .index_wrapper_7 #index_7_2,
    #main_index .index_wrapper_7 #index_7_3{
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
    .navbar_mobile{
    background-color:#fff
    }
    
    .why_box{
        text-align: left;
    }
    
}

@media only screen and (max-width: 768px) {
    .slider_banner .banner_content .b_content {
      width: 80% !important;
    }

    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content p {
      font-size: 12px;
      margin-bottom: 0;
    }
    
    .box_mt {
      margin-top: 0;
    }
    .products_box {
      margin-bottom:20px;
    }
    
    .why_box {
      margin-top: 0;
    }
    .index_wrapper_2 .item.slick-slide > img{
        height: 400px!important;
    object-fit: cover;

    }
        
}

@media only screen and (max-width: 480px) {
    .slider_banner .banner_content .b_content h2 {
    font-size: 28px;
    padding-bottom: 0.5rem;
    }
    
    .slider_banner .slick-prev {
      left: 0;
    }
    
    .slider_banner .slick-next {
      right: 0;
    }
    
    .title_big {
      font-size: 21px;
    }
    
    .title_small {
        font-size: 12px;
    }
    
    .btn_more {
      font-size: .7rem;
      margin-top: 10px;
      padding: 8px 25px;
    }
    
    .about_img {
      width: 100%;
    }
    
    .products_content {
      margin: 10px 0 35px 0;
    }
    
    .why_box h4 {
      font-size: 16px;
    }
    
    .hp_latest_new_8 {
      max-width: 100%;
    }
    
    #main_index .hp_latest_new_8 {
      max-width: 95%;
    }
    
    .products_boxText h4{
        font-size: 21px;
    }
}