/*All*/
#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;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #004c92;
}
.title_all{
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #000;
}
.subtitle_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle2_all{
    font-size:18px;
    font-weight:400;
    margin-bottom:1rem;
    line-height:1.5;
    color:#000;
}
.subtitle_vw{
    font-size:1.2vw;
    font-weight:400;
    margin-bottom:2%;
    line-height:1.5;
    color:#000;
}
.content_all{
    font-size:16px;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#333;
}
.content_vw{
    font-size:0.9vw;
    font-weight:400;
    margin-bottom:0;
    line-height:1.5;
    color:#000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:1.5rem 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:1.5rem 0 0;
}
.button_all{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    transition:0.25s all linear;
    background: linear-gradient(to left, #0082ff, #004c92);
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@media screen and (max-width: 1200.5px){
    .subtitle_vw{
        font-size:1.5vw;
    }
    .content_vw{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .subtitle_vw{
        font-size:1.8vw;
    }
    .content_vw{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:25px;
    }
    .subtitle_vw{
        font-size:18px;
    }
    .content_vw{
        font-size:16px;
    }
}

/*top_spacing*/
/*#top_spacing{*/
/*    height:calc(50px + 80px)!important;*/
/*}*/

/*@media screen and (max-width: 991.5px){*/
/*    #top_spacing{*/
/*        height:80px!important;*/
/*    }*/
/*}*/

/*hp_top*/
.hp_top{
    /*position: fixed;*/
    width: 100%;
    height: 50px;
    background: linear-gradient(to left, #0082ff, #004c92);
    z-index: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 9%;
}
.hp_top .col-md-12{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}
.hp_top_link{
    font-size:1vw;
    font-weight:400;
    color:#fff;
}
.hp_top_link:hover{
    color:#fff;
}
.hp_top_box{
    color:#fff;
    margin-right:2rem;
}
.hp_top_icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/*navbar*/
.navbar_type8{
    /*margin-top:50px;*/
    height:60px;
    background-color:#fff;
    box-shadow:0px 0px 1px #004c92;
}
#main_index .navbar_type8{
    background-color:transparent;
    box-shadow:0px 0px 2px transparent;
}
.navbar_type8 .logo{
    margin-left: 9%;
    flex: 0 1 30%;
}
.navbar_type8 .logo img{
    width: 23vw;
    padding: 5px;
    background-color: #004c92;
}
#main_index .navbar_type8 .logo img{
    background-color:transparent;
}
.navbar_type8 .nav_tab{
    padding-right:9%;
    flex:0 1 70%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    font-weight:600;
    padding:15px 1.8vw;
    color:#000;
}
#main_index .navbar_type8 .nav_tab .nav_item a{
    color:#fff;
}
.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: linear-gradient(to left, #0082ff, #004c92);
}
.navbar_mobile .logo_img{
    max-height: 37px;
}
.navbar_mobile .btn-outline-light{
    border-color: #fff;
    color: #fff;    
}
.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;
}

.dark_nav,
#main_index .dark_nav{
    background-color:#fff!important;
    box-shadow:0px 0px 2px #004c92;
    /*height:60px;*/
    
}
.dark_nav .logo img,
#main_index .dark_nav .logo img{
    background-color:#004c92!important;
}
.dark_nav .nav_tab .nav_item a,
#main_index .dark_nav .nav_tab .nav_item a{
    color:#000;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/*hp_banner*/
.slider_banner .banner_content{
    overflow:hidden;
}
/*.index_wrapper_2 .item>img{*/
/*	height:26.5vw!important;*/
/*	object-fit:cover;*/
/*	object-position: right;*/
/*}*/
.index_wrapper_2{
    margin-top:-60px;
}
.hp_banner{
	position:relative;
	left:9%;
	top:65%;
	transform:translate(0,-50%);
    width:calc(100% - 18%);
}
.hp_banner_small{
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.hp_banner_title{
    font-size: 2.5vw;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
}
.hp_banner_subtitle{
    font-size:1.2vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.5;
    color:#000;
}
.hp_banner .hp_banner_image{
    width:30%!important;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: fex-start;
    align-items: center;
    margin-top:3%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    transition:0.25s all linear;
    background: linear-gradient(to left, #0082ff, #004c92);
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}

/*banner slider*/
    .slider_banner .slick-prev {
        z-index: 99;
        left: unset;
        right: 12%;
        transform:translate(0,-2rem);
    }
    .slider_banner .slick-prev:before{
        background-image:url("https://cdn1.npcdn.net/images/banner_arrow_left_kgdxm6_1767749821.png?md5id=fb99d3df665eeeccf78c6e8bb851b0b3&type=4");
        width: 50px;
        height:50px;
        filter:unset;
    }
    .slider_banner .slick-next{
        right:12%;
        transform:translate(0,2rem);
    }
    .slider_banner .slick-next:before{
        background-image:url("https://cdn1.npcdn.net/images/banner_arrow_right_9yx2u6_1767749821.png?md5id=fb99d3df665eeeccf78c6e8bb851b0b3&type=4");
        width: 50px;
        height:50px;
        filter:unset;
    }


@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:75vw!important;
    	object-fit:cover;
    	/*height:auto!important;*/
    }
    .hp_banner{
        left:2%;
        top:40%;
        width:calc(100% - 4%);
    }
    .hp_banner_title{
        font-size:6vw;
    }
    .hp_banner_title br{
        display: none;
    }
    .hp_banner_small{
        font-size:4vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
}
@media screen and (max-width: 500.5px){
    .slider_banner .slick-prev{
        bottom: 5rem;
        top: unset;
        right: 3rem;
    }
    .slider_banner .slick-next{
        bottom: 5rem;
        top: unset;
        right: 3rem;
    }
}

/*hp_about*/
.hp_about{
    padding:80px 6% 0px 0;
}
.hp_about .row{
    align-items: center;
}
.hp_about .col-lg-6:first-child{
    padding-left:0;
}
.hp_about .col-lg-6:last-child{
    padding-left:calc(1rem + 6%);
}
.hp_about_image{
    height: 560px;
    object-fit: cover;
}

@media screen and (max-width: 991.5px){
    .hp_about_image {
        height: 500px;
        object-fit: cover;
        object-position: bottom;
        margin-bottom:2rem;
    }
}
@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 60px 0% 0px 0;
    }
    .hp_about .col-lg-6:first-child{
        padding-right:0;
        order:2;
    }
    .hp_about .col-lg-6:last-child {
        padding-left: calc(1rem + 0%);
        order:1;
    }
    .hp_about_title br{
        display: none;
    }
    .hp_about_image {
        height: auto;  
        margin:2rem 0 0;
    }
}

/*hp_cat*/
.index_wrapper_4{
    padding:120px 6% 60px;
    margin-top:-60px;
    background: linear-gradient(to bottom, #0082ff, #004c92); 
}
.product_cat-4 .cat_box{
    height: auto;
    aspect-ratio: 4/3;
}
.product_cat-4 .cat_box .content .content_box h3{
    display: none;
}
.product_cat-4 .cat_box .content .content_box h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0.5rem;
}
.product_cat-4 .cat_box .content .content_box .btn-outline-primary{
    border-radius: 0px;
}

@media screen and (max-width: 1200.5px){
    .index_wrapper_4 .row{
        justify-content: center;
    }
    .index_wrapper_4 .col-12.col-md-3.col-lg-3{
        flex:0 0 33.33%;
        max-width:33.33%;
    }
}

@media screen and (max-width: 991.5px){
    .index_wrapper_4{
        margin-top:60px;
    }
    .index_wrapper_4 .col-12.col-md-3.col-lg-3{
        flex:0 0 50%;
        max-width:50%;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_4{
        margin-top:0px;
        padding:60px 0.5rem;
    }    
    .index_wrapper_4 .col-12.col-md-3.col-lg-3{
        flex:0 0 100%;
        max-width:100%;
    }
}
/*hp_sent*/
.hp_sent{
    background-image:url("https://cdn1.npcdn.net/images/middle_banner_bg_9zyb1w_1767749824.jpg?md5id=fb99d3df665eeeccf78c6e8bb851b0b3&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding: 13rem 6%;
}
.hp_sent_title{
    font-weight:700;
    line-height: 1.5;
}

@media screen and (max-width: 991.5px){
    .hp_sent_title br{
        display: none;
    }
}
@media screen and (max-width: 767.5px){
    .hp_sent{
        padding: 4rem 3%;
    }
    .hp_sent_title{
        font-size:20px;
    }
    .hp_sent_title br{
        display: none;
    }
}

/*hp_service*/
.hp_what{
    padding:60px 6%;
}
.hp_what_box{
    position: relative;
    margin:1rem 0 ;
}
.hp_what_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(0,0,0,0.4);
    transition:0.25s all linear;
}
.hp_what_box:hover .hp_what_bg{
    background-color:transparent;
}
.hp_what_contentbox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 100%;
}
.hp_what_buttonbox{
    margin:1rem 0 0;
}
.hp_what_subtitle{
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.3vw;
    padding: 0 3rem;
}

@media screen and (max-width: 1200.5px){
    .hp_what_subtitle br{
        display: none;
    }
}
@media screen and (max-width: 991.5px){
    .hp_what_subtitle{
        font-size:20px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_what{
        padding:60px 0;
    }
    .hp_what_box{
        margin:0.5rem 0;
    }
}
.service_type6 .service_box_type6{
    margin-bottom:30px;
}
.service_type6 .content-box{
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    transform: translate(0, 0);
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service_type6 .content-box *{
    display: none;
}
.service_type6 .content-box .service_title {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    line-height: 1.3;
    font-weight: 700 !important;
    width: 100%;
    padding: 0 2rem;
}
.service_type6 .content-box .btn.general_btn{
    background: linear-gradient(to left, #0082ff, #004c92);
    border: 0px solid transparent;
    color: #fff;
    font-weight: 600;
    font-size: 16px !important;
    width: auto;
    display: inline-block;
    padding: 7.5px 30px;
    border-radius: 0;
}
.service_type6 .img_frame{
    height:auto;
    aspect-ratio: 3/4;
}
.service_type6 .img_frame img{
    height:100%;
}

@media screen and (max-width: 991.5px){
    .service_type6 .service_box_type6{
        flex:0 0 50%;
        max-width:50%;
    }
}
@media screen and (max-width: 767.5px){
    .service_type6 .service_box_type6{
        flex:0 0 100%;
        max-width:100%;
    }    
}


/*hp_photo*/
.hp_photo{
    padding:80px 9%;
}

.hp_photo .hp_photo_title{
    margin-bottom:2rem;
}

.hp_photo .hp_photo_itembox{
    padding:20px 15px;
}

.hp_photo .hp_photo_item{
    background: #fff;
    padding: 0;
    border-radius: 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.hp_photo .hp_photo_image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1;
    object-fit:contain;
}

.hp_photo .slick-prev,
.hp_photo .slick-next{
    z-index:5;
}
.hp_photo .slick-prev{
    left:-15px;
}
.hp_photo .slick-next{
    right:-15px;
}

@media screen and (max-width:767.5px){
    .hp_photo{
        padding:60px 0% 0;
    }

    .hp_photo .hp_photo_itembox{
        padding:0 8px;
    }

    .hp_photo .hp_photo_item{
        padding:15px;
    }
}

/*hp_air*/
.index_wrapper_8{
    padding:30px 6% 0;
}
.hp_air_title{
    font-weight:600;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_8 {
        padding: 30px 0% 0;
    }
}

/*hp_air2*/
.index_wrapper_9{
    padding:60px 6% 0px;
}
.hp_air2_title{
    font-weight:600;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_9 {
        padding: 30px 0% 0;
    }
}


#main_index .hp_photoGallerySliderWithTitle {
        background-color: transparent;
        margin-top: 30px;
    }

    #main_index .hp_photoGallerySliderWithTitle .photo-gallery {
        padding: 0;
    }

    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
        padding: 0px 0;
    }

    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
        padding: 0 7.5px;
    }

    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
        transform: scaleY(1.15);
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
        border-radius: 0px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p{
        font-weight: 700;
        margin-top:1rem;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left: -30px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right: -30px;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        background-image:url("https://cdn1.npcdn.net/images/banner_arrow_left_kgdxm6_1767749821.png?md5id=fb99d3df665eeeccf78c6e8bb851b0b3&type=4");
        background-size:100%;
        background-position:center;
        background-repeat:no-repeat;
        text-shadow:unset;
        content:"";
        height:2vw;
        width:2vw;
        filter:unset;
    } 
    .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        background-image:url("https://cdn1.npcdn.net/images/banner_arrow_right_9yx2u6_1767749821.png?md5id=fb99d3df665eeeccf78c6e8bb851b0b3&type=4");
        background-size:100%;
        background-position:center;
        background-repeat:no-repeat;
        text-shadow:unset;
        content:"";
        height:2vw;
        width:2vw;
        filter:unset;
    }

    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
        display: none!important;
    }


    @media (max-width: 991.5px) {
        .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
            max-width:100%;
        }    
    }
    @media (max-width: 767.5px) {
        .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
            left: -8px;
        }
        .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
            right:0px;
        }
        .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
            width:10vw;
            height:10vw;
        }
        .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
            width:10vw;
            height:10vw;
        }
    }


/*hp_contact*/
.index_wrapper_10{
    background-image:url("https://cdn1.npcdn.net/images/contact_us_bg_u7wxqp_1767757280.jpg?md5id=fb99d3df665eeeccf78c6e8bb851b0b3&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:0px 9% 120px;
}
.index_wrapper_10 .row{
    align-items: center;
}
.hp_contact{
    padding-left:calc(1rem + 6%);
}
.ex_hpcontact_formonly{
    background-color:#f2f2f2;
    padding:9%;
    margin: 0;
    margin-top: -60px;
}
.ex_hpcontact_formonly .title{
    font-size: 35px;
    font-weight: 900;
}
.ex_hpcontact_formonly .subtitle{
    display:none;
}
.ex_hpcontact_formonly input,
.ex_hpcontact_formonly textarea{
    background-color:transparent;
    border:0px solid transparent;
    border-bottom:1px solid #000;
    border-radius: 0;
}
.ex_hpcontact_formonly input:focus,
.ex_hpcontact_formonly textarea:focus{
    color: #000;
    background-color: transparent;
    border-color: transparent;
    border-bottom:1px solid #004c92;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
#fileUpload{
    border-bottom:0px solid transparent;
}
.ex_hpcontact_formonly button{
    border: 2px solid #000 !important;
    background-color: transparent !important;
    color: #000;
    border-radius: 0px;
    width: 165px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.5px) {
    .index_wrapper_10{
        padding: 0px 0% 60px;
        margin-top:30px;
    }
    .ex_hpcontact_formonly{
        margin-top:0;
    }
    .hp_contact {
        padding-left: calc(0.5rem + 0%);
        margin-top: 45px;
    }
}

/*hp_add*/
.hp_add{
    padding: 0px 0 60px 9%;
    margin-top: -40px;
}
.hp_add h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    margin-top:0.5rem;
}
.hp_add .row{
    align-items: flex-end
}
.hp_add .col-xl-9{
    padding:0;
}
.hp_add_box > div:nth-child(1){
    flex:0 25%;
    max-width:25%;
}
.hp_add_box > div:nth-child(2){
    flex:0 50%;
    max-width:50%;
}
.hp_add_box > div:nth-child(3){
    flex:0 25%;
    max-width:25%;
}
.hp_add_box {
    background-color: #555;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 6% 3% 3% 3%;
    border-radius: 40px 0 0 40px;
}
.hp_add_link{
    font-size:14px;
    font-weight:400;
    color:#fff;
    margin-bottom:6.5px;
}
.hp_add_call {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.hp_add_call i{
    font-size: 33px;
    color: #fff;
    margin-top: 6.5px;
}
.hp_add_innerbox {
    margin-left: 1rem;
}
.hp_add_innerbox h3{
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}
.hp_add_link:hover{
    color:#fff;
}
.hp_add_innerbox p{
    font-size:14px;
    color:#fff;
    padding-right: 1.5rem;
}
.hp_add_innerbox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.spec_call .hp_add_innerbox2{
    flex-direction: column;
}
.hp_add_innerbox2 p{
    flex:0 0 50%;
}

@media (max-width: 1200.5px) {
    .hp_add {
        padding: 60px 0 60px 9%;
        margin-top: 0;
    }
    .hp_add_title{
        margin-bottom:1rem;
    }
}
@media screen and (max-width: 991.5px){
    .hp_add_box > div:nth-child(1),
    .hp_add_box > div:nth-child(2),
    .hp_add_box > div:nth-child(3){
        flex:0 0 100%;
        max-width:100%;
    }
    .hp_add_box{
        flex-direction: column;
    }
}
@media screen and (max-width: 767.5px){
    .hp_add{
        padding: 60px 0 0px 0%;
    }
    .hp_add_title{
        font-size:30px;
        margin-bottom:2rem;
        margin-left:0.5rem;
    }
    .hp_add_box{
        border-radius: 0 40px 0 0;
        padding: 2rem 0rem 3rem 1.5rem
    }
    .hp_add_innerbox2 p {
        flex: 0 0 100%;
        margin-bottom:1rem;
    }
    .hp_add_call{
        margin-bottom:1rem;
    }
    .hp_add_call i{
        font-size:20px;
        margin-top: 8.5px;
    }
}

/*footer*/
.footer_type6{
    background: linear-gradient(to bottom, #0082ff, #004c92);    
}
.footer_type6 .logo{
    min-height: 45px;
}
.footer_type6 .logo img{
    max-height:45px;
}
.footer_type6 .container .row > .col-12.col-md-3:nth-child(1){
    flex:0 0 40%;
    max-width:40%;
}
.footer_type6 .container .row > .col-12.col-md-3:nth-child(2){
    flex:0 0 20%;
    max-width:20%;
}
.footer_type6 .container .row > .col-12.col-md-3:nth-child(3){
    flex:0 0 20%;
    max-width:20%;
}
.footer_type6 .container .row > .col-12.col-md-3:nth-child(4){
    flex:0 0 20%;
    max-width:20%;
}
.footer_type6 .container .row > .col-12.col-md-3:nth-child(1) p{
    width:80%;
}
.footer_subtitle{
    font-weight:700!important;
}
.footer_type6 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type6 .privacy_policy:hover,
.footer_type6 .mb-1{
    color:#fff!important;
}
.footer_type6 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_type6 .social_media a:hover .icon_s i {
    color: #fff;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}


@media screen and (max-width: 991.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:1.1vw;
    }
    .footer_type6 .input-container .moveUp{
        font-size:1.1vw;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(1){
        flex:0 0 100%;
        max-width:100%;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(2){
        flex:0 0 20%;
        max-width:20%;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(3){
        flex:0 0 40%;
        max-width:40%;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(4){
        flex:0 0 40%;
        max-width:40%;
    }
}
@media screen and (max-width: 767.5px){
    .footer_type6 .input-container input, 
    .footer_type6 .input-container label{
        font-size:14px;
    }
    .footer_type6 .input-container .moveUp{
        font-size:14px;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(1){
        flex:0 0 100%;
        max-width:100%;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(2){
        flex:0 0 100%;
        max-width:100%;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(3){
        flex:0 0 100%;
        max-width:100%;
    }
    .footer_type6 .container .row > .col-12.col-md-3:nth-child(4){
        flex:0 0 100%;
        max-width:100%;
    }
}