/* ================= Fixed Base CSS ================= */
#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;
}

/* ================= Fixed Product / Category / Gallery / News CSS ================= */
.category_list_type4 .category_box .img_frame img{
    object-fit:contain;
}

.product_list_5 .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

.product_list_horizontal .product_box .img_frame img{
    object-fit:contain;
    background-color:#fff;
}

.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img{
    object-fit:contain;
}

.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}

.latest_new_type4 .news_box .img_frame img{
    object-fit:contain;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }

    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }

    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }

    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content:flex-start;
    }

    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }

    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }

    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio:1;
        border-radius:5px;
    }

    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color:#333;
        font-size:10px!important;
        font-weight:500;
    }
}

/* ================= Global / Common CSS ================= */
:root{
    --primary:#e51b23;
    --dark-red:#8e0f13;
    --black:#000000;
    --soft:#f3f3f3;
}

#main_index{
    font-family:"Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

.n_small{
    font-size:13px;
    font-weight:800;
    margin-bottom:10px;
    line-height:1.2;
    color:var(--primary);
    font-style:italic;
    text-transform:uppercase;
}

.n_small span{
    position:relative;
    display:inline-block;
}

.n_title{
    font-size:48px;
    font-weight:900;
    margin-bottom:18px;
    line-height:1;
    color:#111;
    font-style:italic;
    text-transform:uppercase;
}

.n_subtitle{
    font-size:16px;
    font-weight:900;
    margin-bottom:10px;
    line-height:1.2;
    color:var(--primary);
    font-style:italic;
    text-transform:uppercase;
}

.n_content{
    font-size:14px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.6;
    color:#444;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:var(--primary);
}

.c_line{
    line-height:1.8;
}

.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:2rem 0 0;
}

.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:2rem 0 0;
}

.n_button {
    width: auto;
    padding: 12px 48px 12px 18px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(to right, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 16px;*/
    font-size: clamp(.8rem, .9vw, .9vw);
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    transition: 0.25s all linear;
}

.n_button span{
    position:relative;
    padding-right:24px;
}

.n_button span:after {
    position: absolute;
    content: "";
   
    background-image: url("https://cdn1.npcdn.net/images/5_BUTTON_ARROW_fsk40u_1781511592.png?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}

.n_button:hover{
    text-decoration:none;
    color:#fff;
    
    transform:scale(1.1);
}

.n_button:hover span:after{
    animation: arrow-slide 0.8s infinite;
}


@keyframes arrow-slide{


0% {
    transform: translateX(0);
    opacity: 1;
}
50% {
    transform: translateX(10px);
    opacity: 0.5;
}
51% {
    transform: translateX(-10px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}

}

/* ================= Fixed Navbar CSS ================= */

.navbar_type8 .logo{
    flex: 0 1 45%;
    margin-left: 9%;
}

.navbar_type8 .nav_tab{
    flex: 0 1 55%;
    justify-content: flex-start;
    padding-right: 0;
}

.navbar_type8 .logo img{
    width:26vw;
    padding:10px;
}

.navbar_type8 .nav_tab .nav_item{
    text-transform: none;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    font-weight: 700;
    font-style: italic;
    padding: 15px 1.5vw;
    color: #000;
}

.navbar_type8 .nav_tab .nav_item:hover a{
    color: #ec1c22;
}

.navbar_type8 .nav_tab .nav_item::before{
    display: none;
}

.navbar_type8 .nav_tab .dropdown.nav_item:first-child::before {
    content: "";
    background-image: url("https://cdn1.npcdn.net/images/A_MENU_ICON_1_8voglx_1781511592.png?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}



.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 .btn-outline-light:hover{
    background-color:transparent;
    border-color:#000;
    color:#000;
}

.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

.dark_nav{
    background-color: rgba(255, 255, 255, 0.8) !important;
}

@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: 400.5px){
    .navbar_mobile .logo_img {
       
        transform: scale(0.7)translateX(-90%);
        left: 50%;
        position: relative;
    }
}
/*top spacing*/

#top_spacing{
    height: 80px!important;
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height: 80px!important;
    }
}

/* ================= Fixed Banner CSS ================= */
.slider_banner .banner_content{
    overflow:hidden;
}

/* ================= Generated Section CSS ================= */

/* Banner */
/*.bannerbox{*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/



.hp_banner_box{
    position:relative;
    top:85%;
    right:8%;
    transform:translate(0,-50%);
    /*width:calc(100% - 16%);*/
    text-align:right;
}


.hp_banner_textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.hp_banner_small{
    font-size:1.15vw;
    font-weight:300;
    color:#fff;
    font-style:italic;
    text-transform:uppercase;
    margin-bottom:1vw;
}

.bannercolortext1{
    color:var(--primary);
}


.hp_banner_title{
    font-size:5.2vw;
    font-weight:900;
    line-height:0.95;
    color:#fff;
    font-style:italic;
    text-transform:uppercase;
    margin-bottom:1vw;
    
}

.decolinebanner {
    display: block;
    width: 8vw;         
    height: 2px;     
    background-color: #ec1c22; 
    margin-bottom:1vw;
}


.hp_banner_content {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    
    width: 28%;
}

.hp_banner_tag {
    position: absolute;
    background-image: url("https://cdn1.npcdn.net/images/A_BANNER_ELEMENT_1_749zf8_1781511592.png?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    right: 0;
    bottom: 0;
    width: 44vw;
    height: 100%;
   z-index: 0;
}





@media screen and (max-width:991.5px){
    

    .hp_banner_title{
        font-size:6vw;
    }

    .hp_banner_content{
        font-size:1.25vw;
        width: 36%;
    }

    
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:100vw!important;
        object-fit:cover;
    }

    .hp_banner .hp_banner_bg{
        object-position:center;
    }
    
    .slider_banner .banner_content{
        background: rgba(0,0,0,0.4);
    }

    .hp_banner_small{
        font-size:3.2vw;
    }

    .hp_banner_title{
        font-size:12vw;
    }

    
    .hp_banner_tag{
        min-width:78vw;
        min-height:16vw;
        padding:4vw 6vw 4vw 12vw;
        font-size:3.6vw;
    }
    
    .decolinebanner {
        display: block;
        width: 20vw;
        height: 2px;
        background-color: #ec1c22;
        margin-bottom: 1vw;
    }

    .hp_banner_content {
        font-size: 3.2vw;
        width: 61%;
    }
}

/* About */
.hp_about{
    position:relative;
    padding:80px 0 0 8%;
    background:#000;
}

.aboutright{
    padding: 0;
}

.hp_about .n_small{
    text-align:left;
}

.hp_about .n_small span:after{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    right:-130px;
    width:110px;
    height:1px;
    background: linear-gradient(to right, var(--primary) 0%, rgba(236, 28, 34, 0) 100%);
    margin:auto 0;
}

.hp_about .n_title{
    font-size:42px;
    margin-bottom:18px;
}
.hp_about_textbox{
    width: 90%;
}

.hp_about .n_content{
    max-width:580px;
    color:#e6e6e6;
}

.hp_about_imgbox{
    position:relative;
    width:100%;
    padding-right:0;
}

.hp_about_image{
    position:relative;
    width:100%!important;
    height:auto!important;
    object-fit:contain;
    object-position: bottom right;
    z-index:2;
}

.hp_about_label{
    position:absolute;
    right:5%;
    bottom:-35px;
    z-index:3;
    color:#fff;
    font-size:52px;
    font-weight:900;
    line-height:1;
    font-style:italic;
    text-transform:uppercase;
    text-shadow:4px 5px 0 rgba(0,0,0,0.45);
}

@media screen and (max-width:1200.5px){
    .hp_about{
        padding:70px 5%;
    }

   
}

@media screen and (max-width:991.5px){
    .hp_about .n_title{
        font-size:34px;
    }

    .hp_about_image{
        padding-top: 3rem;
    }

    .hp_about_label{
        font-size:38px;
    }
    
    .hp_about_textbox{
        width: 100%;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:55px 5% 85px;
    }

   

    .hp_about .n_title{
        font-size:32px;
    }

    .hp_about .n_small span:after{
        display:none;
    }

    .hp_about_imgbox:after{
        right:0;
        bottom:-45px;
        height:80px;
    }

    .hp_about_image{
        height:65vw!important;
    }

    .hp_about_label{
        right:20px;
        bottom:-25px;
        font-size:34px;
    }
}

/* Why */
.hp_why{
    position:relative;
    padding:75px 8% 85px;
    
    background-image: url('https://cdn1.npcdn.net/images/C_WHY_BG_3k9oyr_1781511593.jpg?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hp_section_titlebox{
    margin-bottom:40px;
}

.hp_section_titlebox .n_small{
    margin-bottom:12px;
}



.hp_section_titlebox .n_small span:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to left, var(--primary) 0%, rgba(236, 28, 34, 0) 100%);
    margin: auto 0;
}


.hp_section_titlebox .n_small span:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to right, var(--primary) 0%, rgba(236, 28, 34, 0) 100%);
    margin: auto 0;
}


.hp_section_titlebox .n_small span:before{
    left:-75px;
}

.hp_section_titlebox .n_small span:after{
    right:-75px;
}

.hp_why_itembox{
    height:100%;
    margin-bottom:20px;
}

.hp_why_item{
    position:relative;
    height:100%;
    min-height:190px;
    padding:34px 18px 28px;
    background:#f0f0f0;
    text-align:center;
    transition:0.25s all linear;
    overflow:hidden;
}

.hp_why_item:after{
    position:absolute;
    content:"";
    left:50%;
    bottom:0;
    transform:translate(-50%,0);
    width:110px;
    height:10px;
    border-radius:10px 10px 0 0;
    background:linear-gradient(to right, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
    transition:0.25s all linear;
}

.hp_why_item:hover {
    
    transform:translateY(-8px);
}

.hp_why_item:hover .hp_why_iconbox{
    
   animation: 1s iconanimation;
}


.hp_why_iconbox{
    width:5vw;
    height:5vw;
    margin:0 auto;
    background:linear-gradient(to right, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom: 1.5rem;
    
    border-radius: 0 10px 0 10px;
}

.hp_why_icon{
    width:3vw!important;
    height:auto!important;
    object-fit:contain;
}

.hp_why .n_subtitle{
    font-size:15px;
    margin-bottom:8px;
    
    background:linear-gradient(to right, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hp_why .n_content{
    font-size:14px;
    line-height:1.45;
    color:#555;
}

@keyframes iconanimation {
    
  20% {
    transform: rotate(15deg);
  }
  
  40% {
    transform: rotate(-10deg);
  }
  
  60% {
    transform: rotate(5deg);
  }
  
  80% {
    transform: rotate(-5deg);
  }
  
  100% {
  
    transform: rotate(0deg);
  }
  
}



@media screen and (max-width:991.5px){
    .hp_why{
        padding:70px 5%;
        background-position: left;
    }

    .hp_why_item{
        min-height:180px;
    }
    
    .hp_why > .container-fluid > .row{
        justify-content: center;
       
    }
    
    .whybox{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 2rem;
    }
    
    .hp_why_iconbox{
        width: 10vw;
        height: 10vw;
    }
    
    .hp_why_icon{
        width: 7vw!important;
    }
    
    .hp_why .n_subtitle{
        font-size: 18px;
    }
    
    .hp_why .n_content{
        font-size: 16px;
    }
    
    .hp_why_item:after{
        width: 160px;
        height: 13px;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:60px 5%;
        background-size:14px 14px, 90vw auto;
    }

    .hp_why .container-fluid{
        padding:0 15px;
    }

    .hp_section_titlebox .n_small span:before,
    .hp_section_titlebox .n_small span:after{
        width:24px;
    }

    .hp_section_titlebox .n_small span:before{
        left:-35px;
    }

    .hp_section_titlebox .n_small span:after{
        right:-35px;
    }

    .hp_section_titlebox .n_title{
        font-size:32px;
    }
}

@media screen and (max-width:575.5px){
    .whybox{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .hp_why_iconbox{
        width: 20vw;
        height: 20vw;
    }
    
    .hp_why_icon{
        width: 15vw!important;
    }
    
}

/* Product */
.index_wrapper_5{
    position:relative;
    padding:85px 8% 95px;
    background:#f2f2f2;
   
}

.index_wrapper_5:before{
    position:absolute;
    content:"";
    top:-18px;
    left:0;
    width:100%;
    height:18px;
    background:linear-gradient(90deg, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
}

#main_index .productSlider-1{
    width:100%;
}

#main_index .productSlider-1 .col-12{
    padding:0!important;
}

#main_index .productSlider-1 .product_img{
    position:relative;
    padding:0 25px;
}

#main_index .product_slider_c_0{
    width:100%;
}

#main_index .productSlider-1 .slick-track{
    display:flex;
    align-items:flex-start;
}

#main_index .productSlider-1 .slick-slide {
    height: auto;
    border-radius: 0;
    background: unset;
    border: unset;
    box-shadow: none;
}

#main_index .productSlider-1 .product_box{
    margin:0 12px;
    background:transparent;
    border:0;
    box-shadow:none;
    text-align:center;
}

#main_index .productSlider-1 .product_box .product_img_frame{
    position:relative;
    width:100%;
    height:0;
    padding-top:70%;
    overflow:hidden;
    background:#fff;
}

#main_index .productSlider-1 .product_box .product_img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:0!important;
}

#main_index .productSlider-1 .product_box .status{
    display:none;
}

#main_index .productSlider-1 .product_box .content{
    text-align:center!important;
    margin-top:18px!important;
}

#main_index .productSlider-1 .product_box .content p{
    display:none;
}

#main_index .productSlider-1 .product_box h6{
    background:linear-gradient(to right, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    
    font-size:14px;
    font-weight:900!important;
    font-style:italic;
    text-transform:uppercase;
    margin-bottom:12px;
}

#main_index .productSlider-1 .product_box a{
    text-decoration:none;
}

#main_index .productSlider-1 .product_box .align-top a{
    width:25px;
    height:25px;
    border-radius:50%;
    
    color:transparent;
    background: unset;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    
    transition:0.25s all linear;
    font-size: 0;
    
    background-image: url("https://cdn1.npcdn.net/images/6_ARROW_RIGHT_kd56ac_1781511592.png?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#main_index .productSlider-1 .product_box:hover .align-top a{
    
    transform:translateY(-5px);
}

#main_index .productSlider-1 .slick-prev,
#main_index .productSlider-1 .slick-next{
    width:24px;
    height:24px;
    border-radius:50%;
    
    z-index:5;
}

#main_index .productSlider-1 .slick-prev{
    left:-3vw;
    
    background-image: url("https://cdn1.npcdn.net/images/6_ARROW_LEFT_6mhdtu_1781511592.png?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-next{
    right:-3vw;
    
     background-image: url("https://cdn1.npcdn.net/images/6_ARROW_RIGHT_kd56ac_1781511592.png?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before{
    font-size: 0;
}



.hp_product .btnbox_center{
    margin-top:28px;
}

@media screen and (max-width:991.5px){
    .index_wrapper_5{
        padding:75px 5% 85px;
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_5{
        padding:60px 5% 70px;
        border-top-width:12px;
    }

    .hp_product:before{
        top:-12px;
        height:12px;
    }

    .hp_product .container-fluid{
        padding:0 15px;
    }

    #main_index .productSlider-1 .product_img{
        padding:0 20px;
    }

    #main_index .productSlider-1 .product_box{
        margin:0 8px;
    }

    #main_index .productSlider-1 .product_box h6{
        font-size:12px;
    }
    
    #main_index .productSlider-1 .slick-prev{
        height: 100%;
        
    }
    
    #main_index .productSlider-1 .slick-next{
        height: 100%;
        
    }
    
    
    
}

@media screen and (max-width:500.5px){
    #main_index .productSlider-1 .slick-prev{
        left: -5vw;
    
    }
    
    #main_index .productSlider-1 .slick-next{
        right: -5vw;
    }

}

/* Service */
.index_wrapper_6{
    position:relative;
    padding:85px 8% 40px;
    background:#fff;
}

#main_index .service .service_box img{
    height: 240px;
    transition: all 0.3s ease-in-out;
}

#main_index .service .service_box > :not(:first-child){
    display: none;
}

#main_index .service .service_box {
    font-size: 0;
    padding-bottom: 4rem;
}


#main_index .service .service_box > a:first-child {
    font-size: 1.2vw;
    position: relative;
    height: 100%;
    display: block;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    
   
}

#main_index .service .service_box strong {
     margin-top: 0; 
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 80%;
    padding: 15px 0;
    background: #fff;
    transform: translateX(-50%);
    bottom: -1.5rem;
    white-space: nowrap;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    line-height: 1;
     background: linear-gradient(to right, #ec1c22 30%, #4f1517 50%, #ec1c22 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    
    transition: all 0.3s ease-in-out;
}

#main_index .service .service_box a{
    position: relative;
}

#main_index .service .service_box a:before {
    content: "";
    position: absolute;
   
    height: calc(30px + 1.2vw);
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    margin: 0 auto;
    bottom: -1.5rem;
    width: 80%;
    
    transition: all 0.3s ease-in-out;
}


#main_index .service .service_box:hover strong {
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: unset;
    
    transition: all 0.3s ease-in-out;
}

#main_index .service .service_box:hover a:before{
    background: linear-gradient(to right, #ec1c22 0%, #4f1517 50%, #ec1c22 100%);
    
    transition: all 0.3s ease-in-out;
}

#main_index .service .service_box:hover strong{
    animation: none;
}

#main_index .service .service_box:hover img{
    transform: scale(1.03);
}

#main_index .service > .container-fluid > .row{
    justify-content: center;
}

@media screen and (max-width:991.5px){
    .index_wrapper_6{
        padding:75px 5% 40px;
    }


    #main_index .service .service_box{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #main_index .service .service_box > a:first-child{
        font-size: 1.8vw;
    }
    
    #main_index .service .service_box a:before {
        height: calc(30px + 1.8vw);
    }
}

@media screen and (max-width:767.5px){
    .index_wrapper_6{
        padding:60px 5% 40px;
    }
    
    #main_index .service .service_box{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .service .service_box > a:first-child{
        font-size: 3vw;
    }
    
    #main_index .service .service_box a:before {
        height: calc(30px + 3vw);
    }

}

@media screen and (max-width:575.5px){
    
    #main_index .service .service_box > a:first-child{
        font-size: 4vw;
    }
    
    #main_index .service .service_box a:before {
        height: calc(30px + 4vw);
    }
    
}

/* ================= Footer Component CSS / Fixed Footer CSS ================= */
.footer_type8{
    
    
   
    background-image:url("https://cdn1.npcdn.net/images/F_FOOTER_BG_g2jacu_1781511593.jpg?md5id=e74843b99da8b29775c6aa9080436844&new_width=1600&new_height=1600&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    
}


.footer_type8 i {
    color: #fff;
}


.footer_type8 .title h5 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--primary);
    
    font-style: italic;
}


.footer_type8 .copy_right strong {
    color: #fff;
    font-weight: 400;
}


@media screen and (max-width: 767.5px){
    .footer_type8 .logo img{
        max-height: 8vw;
    }
    
    
}

@media screen and (max-width: 575.5px){
    .footer_type8 .logo img{
        max-height: 11vw;
    }
    
    
}
