/*fixed base*/
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}

#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

/*category / product / tag / gallery / news*/
#main_index a{
    transition:0.25s all linear;
}

/*global / common*/
body{
    font-family:"Poppins", sans-serif;
}

.n_small{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 1.2;
    color: #f27627;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.n_small span{
    position:relative;
}

.n_small span:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -7px;
    width: 50px;
    height: 3px;
    background: #f27627;
}

.n_title{
    font-size:42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #011835;
}
.n_title span{
    font-weight:700;
    font-style:italic;
}

.n_subtitle{
    font-size: 18px;
    font-weight: 600;
    color: #011835;
    margin-bottom: 15px;
}

.n_content{
    font-family:"Roboto", sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:1.6;
    margin-bottom:0;
    color:#000;
}

.c_color1{ color:#fff; }
.c_color2{ color:#000; }
.c_color3{ color:#f27627; }
.c_line{ line-height:1.85; }

.btnbox_left,
.btnbox_center,
.btnbox_right{
    display:flex;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_left{ justify-content:flex-start; }
.btnbox_center{ justify-content:center; }
.btnbox_right{ justify-content:flex-end; }

.n_button{
    width:auto;
    height:auto;
    padding: 13px 22px 13px 0;
    border:0;
    border-radius:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    font-weight:500;
    text-align:center;
    color:#f27627;
    background:transparent;
    text-decoration:none;
    transition:0.25s all linear;
}

.n_button span{
    position:relative;
    padding-left:50px;
}

.n_button span:before{
    position:absolute;
    content:"\f061";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    top:50%;
    left:0;
    transform:translateY(-50%);
    width:40px;
    height:40px;
    border-radius:50%;
    background:#f27627;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:10px;
}

.n_button:hover{
    text-decoration:none;
    color:#011835;
}

@media screen and (max-width: 767.5px){
    .n_title{
        font-size:25px;
    }
}

/*navbar*/
.navbar_type8{
    background-color:#000;
}
#main_index .navbar_type8{
    background-color:transparent;
    background: linear-gradient(45deg, #000, transparent);
}
.navbar_type8 .logo{
    margin-left:7%;
}
.navbar_type8 .logo img{
    width: 18vw;
    padding: 0;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    text-transform: capitalize;
    color:#fff;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#f27627;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile{
    background-color:#000;
}
.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.navbar_mobile .logo_img{
    max-height:30px;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}
@media screen and (max-width:767.5px){
    .navbar_mobile .logo_img{
        max-height:24px;
    }
}
@media screen and (max-width:500.5px){
    .navbar_mobile .logo_img {
        max-height: 16px;
        transform: translate(0, 7px);
    }    
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
.index_wrapper_2{
    margin-top:-80px;
}
.hp_banner{
    position:relative;
    left:7%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 14%);
}

.hp_banner .row{
    align-items:center;
}

.hp_banner_small{
    font-size: 1vw;
    color: #f27627;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1vw;
}

.hp_banner_title{
    font-size: 2.5vw;
    color: #fff;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 1vw;
    position: relative;
    padding-left: 1vw;
    border-left: 5px solid #f27627;
}

.hp_banner_title span{
    display:inline;
    font-weight:800;
    color:#f27627;
    font-style:italic;
}

.hp_banner_content{
    font-family:"Roboto", sans-serif;
    font-size:1vw;
    color:#fff;
    line-height:1.6;
    margin-bottom:1.6vw;
    width:70%;
}

.hp_banner_btnbox,
.hp_contact_btnbox{
    display:flex;
    align-items:center;
    gap:22px;
}

.hp_banner_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#f27627;
    color:#fff;
    padding:13px 15px 13px 24px;
    font-size:14px;
    font-weight:400;
    text-decoration:none;
    font-family:"Roboto", sans-serif;
}

.hp_banner_button:hover{
    color:#fff;
    background:#011835;
    text-decoration:none;
}
.hp_banner_button span{
    position: relative;
}

.hp_banner_link{
    color:#fff;
    font-size:13px;
    text-decoration:none;
}

.hp_banner_link:hover{
    color:#f27627;
    text-decoration:none;
}

.hp_banner_tyre{
    width:38vw !important;
    height:auto !important;
    transform:translateX(3vw);
}

.hp_banner_counter{
    position:absolute;
    left:7%;
    bottom:44px;
    display:flex;
    align-items:center;
    gap:95px;
    color:#fff;
    font-size:13px;
}

.hp_banner_counter:before{
    position:absolute;
    content:"";
    left:30px;
    width:65px;
    height:1px;
    background:rgba(255,255,255,0.35);
}

.hp_banner_counter span:first-child{
    color:#f27627;
}

.hp_banner_scroll{
    position:absolute;
    right:7%;
    top:-61px;
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
    cursor:pointer;
}

.hp_banner_scroll i{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#f27627;
    display:flex;
    justify-content:center;
    align-items:center;
}
@media screen and (max-width:1200.5px){
    .hp_banner_content,
    .hp_banner_small{
        font-size:1.2vw;
    }   
}
@media screen and (max-width:991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner{
        left:4%;
        top:calc(50% - 20px);
        width:calc(100% - 8%);
    }

    .hp_banner_title{
        font-size:4vw;
    }

    .hp_banner_content,
    .hp_banner_small{
        font-size:1.5vw;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:120vw!important;
        object-fit:cover;
    }
    .hp_banner{
        left:2%;
        top:calc(45% - 20px);
        width:calc(100% - 4%);
    }

    .hp_banner_title{
        font-size:6.5vw;
        margin-bottom:1rem;
    }

    .hp_banner_small{
        font-size:3.5vw;
        margin-bottom:1rem;
    }
    .hp_banner_content{
        font-size:3.5vw;
    }
    .hp_banner_content br{
        display: none;
    }

    .hp_banner_content{
        width:100%;
    }

    .hp_banner_btnbox,
    .hp_contact_btnbox{
        flex-direction:column;
        align-items:flex-start;
        margin-top:1rem;
    }
}

/*about*/
.hp_about{
    position:relative;
    padding:80px 7%;
    background-image:url("https://cdn1.npcdn.net/images/B_Backgorund_qyw6np_1781662994.jpg?md5id=66c09e532723ddc385975dfd869f2e94&type=4");
    background-size:cover;
    background-position:left;
    background-repeat:no-repeat;
    overflow:hidden;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-lg-6:nth-child(1){
    padding-right: calc(1rem + 3%);
}
.hp_about_icon{
    position: absolute;
    width: 150px;
    object-fit: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: drawslow 4s linear forwards infinite;
}

@keyframes drawslow {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@media screen and (max-width:991.5px){
    .hp_about .col-lg-6:nth-child(1){
        padding-right: 1rem;
        margin-bottom:60px;
    }
    .hp_about{
        padding:70px 5%;
    }

    .hp_about_imgwrap{
        margin-top:35px;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:60px 0%;
    }
    .hp_about .col-lg-6:nth-child(1){
        padding-right: 1rem;
        margin-bottom:30px;
    }
    .hp_about_icon{
        width:100px;
    }
}

/*product category custom section*/
.hp_cat{
    position:relative;
    padding:90px 9% 60px;
    overflow:hidden;
}

.hp_cat_textbox{
    height:100%;
    padding:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.hp_cat .n_title{
    font-size: 35px;
}

.hp_cat_itembox{
    background:#f4f4f4;
    overflow:hidden;
    height:100%;
    transition:0.25s all linear;
    border-radius:10px;
}

.hp_cat_itembox:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 30px rgba(0,0,0,0.12);
}

.hp_cat_imgbox{
    position:relative;
    width:100%;
    height:0;
    padding-top:52%;
    overflow:hidden;
}

.hp_cat_imgbox img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.35s all linear;
}

.hp_cat_itembox:hover .hp_cat_imgbox img{
    transform:translate(-50%,-50%) scale(1.06);
}

.hp_cat_itembox{
    background-color:#f4f4f4;
    transition:0.25s all linear;
}
.hp_cat_item{
    position:relative;
    padding:24px 26px 26px;
}

.hp_cat_item .n_content{
    font-weight: 300;
    margin-bottom:18px;
}

.hp_cat_item a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#f27627;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
}

.hp_cat_item a:hover{
    color:#011835;
    text-decoration:none;
}

.hp_cat_itembox:hover{
    background:#f27627;
}
.hp_cat_itembox .n_subtitle,
.hp_cat_itembox .n_content,
.hp_cat_itembox .hp_cat_item a{
    transition:0.25s all linear;
}

.hp_cat_itembox:hover .n_subtitle,
.hp_cat_itembox:hover .n_content,
.hp_cat_itembox:hover .hp_cat_item a{
    color:#fff;
}

@media screen and (max-width:991.5px){
    .hp_cat{
        padding:70px 5% 45px;
    }
}

@media screen and (max-width:767.5px){
    .hp_cat{
        padding:60px 0% 35px;
    }

    .hp_cat .n_title{
        font-size:25px;
    }

    .hp_cat_textbox{
        padding:25px 0;
    }
}

/*service*/
.hp_service{
    padding:85px 9%;
    background:#00142f;
}

.hp_service .n_small{
    text-align:center;
}

.hp_service .n_small span{
    margin-left:10px;
}

.hp_service .n_small span:before{
    left:50%;
    transform:translateX(-50%);
}

.hp_service .n_title{
    color:#fff;
    margin-bottom:35px;
}

.hp_service_itembox{
    height:100%;
}

.hp_service_item{
    position:relative;
    background:#fff;
    padding:36px 30px 32px;
    height:100%;
    transition:0.25s all linear;
}

.hp_service_item:hover{
    background:#f27627;
    color:#fff;
    transform:translateY(-5px);
}

.hp_service_item:hover .n_subtitle,
.hp_service_item:hover .n_content,
.hp_service_item:hover a{
    color:#fff;
}

.hp_service_icon{
    position: absolute;
    top: 9px;
    right: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp_service_item .n_subtitle{
    width:70%;
}

.hp_service_item .n_content{
    font-size:14px;
    margin-bottom:24px;
}

.hp_service_item a{
    color:#00142f;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
}

.c1{
    display: block;
}
.c2{
    display: none;
}
.hp_service_item:hover .c1{
    display: none;
}
.hp_service_item:hover .c2{
    display: block;
}


@media screen and (max-width:991.5px){
    .hp_service{
        padding:70px 5%;
    }

    .hp_service_item{
        margin-bottom:20px;
    }
    .hp_service .col-md-12.col-lg-4{
        margin-bottom:2rem;
    }
}

@media screen and (max-width:767.5px){
    .hp_service{
        padding:60px 0%;
    }

    .hp_service .n_title{
        font-size:30px;
    }
}

/*industry*/
.hp_industry{
    position:relative;
    padding:90px 7% 65px;
    background-image:url("https://cdn1.npcdn.net/images/E_Background_zarcvj_1781662993.jpg?md5id=66c09e532723ddc385975dfd869f2e94&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.hp_industry_textbox .n_title{
    font-size:38px;
}


.hp_industry_item img{
    width:100%;
    height:165px;
    object-fit:cover;
}

.hp_industry_item p{
    font-size:14px;
    text-align:center;
    margin:10px 0 0;
    color:#000;
}

.hp_industry_dot{
    position:absolute;
    width:12vw !important;
    height:12vw !important;
    object-fit:cover;
    opacity:0.28;
    border-radius:50%;
}

@media screen and (max-width:991.5px){
    .hp_industry{
        padding:70px 5% 45px;
    }

    .hp_industry_textbox{
        margin-bottom:35px;
    }
}

@media screen and (max-width:767.5px){
    .hp_industry{
        padding:60px 0% 35px;
    }

    .hp_industry_textbox .n_title{
        font-size:32px;
    }

    .hp_industry_item img{
        height:120px;
    }

    .hp_industry_dot{
        width:24vw !important;
        height:24vw !important;
    }
    .hp_industry_textbox .n_button span{
        text-align: left;
    }
}

/*product*/
.index_wrapper_7{
    padding:80px 9%;
    background:#efefef;
}

.hp_product .n_small{
    text-align:center;
    margin-bottom:22px;
}

.hp_product .n_small span:before{
    left:50%;
    transform:translateX(-50%);
}

.hp_product .n_title{
    margin-bottom:45px;
/*    color:#011835;*/
}

/*.hp_product .n_title span{*/
/*    color:#f27627;*/
/*    font-style:italic;*/
/*}*/

/*product component css-only adaptation*/
#main_index .productSlider-1{
    background:transparent;
}

#main_index .productSlider-1 .product_img{
    width:100%;
}

#main_index .product_slider_c_0{
    margin:0 -16px;
}

#main_index .productSlider-1 .slick-track{
    display:flex;
    align-items:stretch;
}
#main_index .productSlider-1 .slick-track .slick-slide{
    overflow:hidden;
}

/*#main_index .productSlider-1 .slick-slide{*/
/*    height:auto;*/
/*    padding:0 16px;*/
/*}*/

#main_index .productSlider-1 .slick-slide > div{
    height:100%;
}

#main_index .productSlider-1 .product_img .product_box{
    background:#fff;
    padding:38px 28px 30px;
    text-align:center;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
    border:0;
    margin:0;
    height:100%;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame{
    position:relative;
    width:100%;
    padding-top:100%;
    height:0;
    overflow:hidden;
    margin-bottom:25px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    object-fit:contain!important;
    border-radius:0;
}

#main_index .productSlider-1 .product_img .product_box .status{
    display:none;
}

#main_index .productSlider-1 .product_img .product_box .content{
    text-align:center!important;
    margin-top:0!important;
}

#main_index .productSlider-1 .product_img .product_box .content p{
    display:none;
}

#main_index .productSlider-1 .product_img .product_box h6{
    color:#00142f;
    font-size:16px;
    font-weight:500!important;
    margin-bottom:8px;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top{
    margin:0;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a{
    color:#f27627;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
}
#main_index .productSlider-1 .product_img .product_box h6.align-top p{
    display: block;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover{
    color:#011835;
    text-decoration:none;
}

@media screen and (max-width:991.5px){
    .index_wrapper_7{
        padding:70px 5%;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:60px 1rem;
    }

    .hp_product .n_title{
        font-size:30px;
        margin-bottom:1rem;
    }

    #main_index .product_slider_c_0{
        margin:0 -9px;
    }

    /*#main_index .productSlider-1 .slick-slide{*/
    /*    padding:0 9px;*/
    /*}*/

    #main_index .productSlider-1 .product_img .product_box{
        padding:30px 22px 26px;
    }
}

.productSlider-1 .product_img .slick-prev{
    left: -30px;
}
.productSlider-1 .product_img .slick-next{
    right: -30px;
}
.productSlider-1 .product_img .slick-prev::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
} 
.productSlider-1 .product_img .slick-next::before{
    background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    text-shadow:unset;
    content:"";
    height:2vw;
    width:2vw;
}

@media screen and (max-width: 767.5px){
    .productSlider-1 .product_img .slick-prev::before,
    .productSlider-1 .product_img .slick-next::before{
        background-size:80%;
    }
    .productSlider-1 .product_img .slick-prev{
        left: 5px;
    }
    .productSlider-1 .product_img .slick-next{
        right: 5px;
    }
}

/*contact*/
.hp_contact{
    padding:95px 9%;
    background-image:url("https://cdn1.npcdn.net/images/G_Background_utm0zy_1781662993.jpg?md5id=66c09e532723ddc385975dfd869f2e94&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hp_contact .n_title{
    font-size:42px;
    margin-bottom:18px;
}

.hp_contact .n_content{
    width:75%;
    color:#fff;
    margin-bottom:28px;
}

@media screen and (max-width:991.5px){
    .hp_contact{
        padding:80px 5%;
    }
}

@media screen and (max-width:767.5px){
    .hp_contact{
        padding:70px 0%;
    }

    .hp_contact .n_title{
        font-size:32px;
    }

    .hp_contact .n_content{
        width:100%;
    }
}

/*footer component override css*/
.footer_type10{
    background:#00142f;
    color:#fff;
    padding:58px 9% 35px;
    font-family:"Poppins", sans-serif;
}
.footer_type10 .logo{
    min-height:1.2vw;
}
.footer_type10 .logo img{
    max-height:1.2vw;
}

.footer_type10 .container{
    width:100%;
}

.footer_type10 .sub_title{
    color:#f27627;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,0.45);
}

.footer_type10 .logo{
    margin-bottom:18px;
}

.footer_type10 .logo a{
    font-size:17px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
}

.footer_type10 .logo span{
    color:#f27627;
    font-weight:800;
}

.footer_type10 .text{
    color:#fff;
    font-size:13px;
    line-height:1.65;
    opacity:0.86;
}

.footer_type10 ul{
    margin:0;
    padding:0;
}

.footer_type10 ul li{
    margin-bottom:7px;
}

.footer_type10 ul li a{
    font-size:13px;
    color:#fff;
    text-decoration:none;
    opacity:0.86;
}

.footer_type10 ul li a:hover{
    color:#f27627;
    opacity:1;
}

.footer_type10 .footer_follow{
    font-size:13px;
    margin:16px 0 8px;
    color:#fff;
}

.footer_type10 .social_media{
    display:flex;
    gap:12px;
}

.footer_type10 .social_media a{
    width:24px;
    height:24px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-decoration:none;
    font-size:13px;
}

.footer_type10 .footer_info_item{
    display:flex;
    gap:12px;
    margin-bottom:15px;
}

.footer_type10 .footer_info_item .icon{
    color:#fff;
    font-size:14px;
    flex:0 0 18px;
}

.footer_type10 .text_contact{
    margin-bottom:0;
}

.footer_type10 .footer_map_class{
    width:100%;
    height:230px;
    border:0;
}

.footer_type10 .footer_lang{
    color:#fff;
    font-size:12px;
    margin:10px 0 28px;
    opacity:0.86;
}

.footer_type10 .footer_lang a{
    color:#fff;
    text-decoration:none;
    margin:0 5px;
}

.footer_type10 .copy_right{
    border-top:1px solid rgba(255,255,255,0.35);
    padding-top:20px;
    color:#fff;
    font-size:11px;
    line-height:1.5;
}

.footer_type10 .copy_right p{
    margin:0 0 3px;
}
@media screen and (max-width:1200px){
    .footer_type10 .logo{
        min-height:1.5vw;
    }
    .footer_type10 .logo img{
        max-height:1.5vw;
    }
}
@media screen and (max-width:991.5px){
    .footer_type10{
        padding:45px 5% 30px;
    }
    .footer_type10 .logo{
        min-height:1.8vw;
    }
    .footer_type10 .logo img{
        max-height:1.8vw;
    }
}

@media screen and (max-width:767.5px){
    .footer_type10{
        padding:45px 0% 30px;
    }

    .footer_type10 .footer_map_class{
        height:260px;
    }
    .footer_type10 .logo{
        min-height:5vw;
    }
    .footer_type10 .logo img{
        max-height:5vw;
    }
}

/*selected footer template fixed css*/
.footer_type10 .copy_right,
.footer_type10 .copy_right small,
.footer_type10 .privacy_policy,
.footer_type10 .privacy_policy:hover,
.footer_type10 .footer_terms,
.footer_type10 .footer_terms:hover,
.footer_type10 .mb-1,
.npfooter_languagebar,
.npfooter_languagebar .text-muted,
.m_default_languagebar .footer_langbar_item,
.platinum_website_visitor{
    color:#fff!important;
}

.footer_type10 a,
.footer_type10 a:hover{
    color:inherit!important;
}

.footer_type10 .social_media a,
.footer_type10 .social_media a:hover,
.footer_type10 .social_media a .icon,
.footer_type10 .social_media a:hover .icon,
.footer_type10 .social_media a i,
.footer_type10 .social_media a:hover i{
    color:#fff!important;
}

.footer_type10 .social_media a .icon_s img{
    filter:brightness(100);
}