@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

/*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:16px;
    font-weight:400;
    margin-bottom:1rem;
    color:#000;
}
.title_all{
    font-family: "Parkinsans";
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #000;
}
.subtitle_all{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1;
    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:#000;
}
.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: 400;
    color: #fff;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #010b23;
    transition: 0.25s all linear;
    margin-right:0.5rem;
}
.button_all:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.button_all span{
    position: relative;
    margin-left:-30px;
}
.button_all span:before{
    position: absolute;
    content:"";
    width: 20px;
    height: 20px;
	background-image:url("https://cdn1.npcdn.net/images/arrow_right_a8dhny_1761019930.png?md5id=7a4a467e968ac32c4f328e6fb2d211f6&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    top:0;
    bottom:0;
    right: -30px;
    margin:auto 0;
    transition:0.25s all linear;
}
.button_all:hover span:before{
    transform:rotate(-45deg);
}
.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_c1{
    color:#fff;
}
.c_c2{
    color:#000;
}
.c_c3{
    color:#074e8f;
}
.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;
    }
}

/*navbar*/
.navbar_type8{
    border-bottom: 3px solid #074e8f;
}
.navbar_type8 .logo{
    margin-left:9%;
}
.navbar_type8 .logo img{
    width:8vw;
    padding:0px;
}
.navbar_type8 .nav_tab{
    padding-right:125px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    font-weight:700;
    padding:0.5rem 1.2vw;
    text-transform: capitalize;
    color:#000;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#010b23;
}
.navbar_type8 .nav_tab .nav_item::before{
    display:none;
}
.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;
}
.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{
    background-color:#fff!important;
}

.navbar_type8 .nav_tab .nav_item:nth-last-child(2){
    margin-left: 40px;
}
.navbar_type8 .nav_tab .nav_item:nth-last-child(2) a{
    background-color: #074e8f;
    color: #fff;
    border-radius: 5px;
}
.alter_navbar_lang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #000;
    height: 36px;
    border-radius: 5px;
    margin-left: 0.5rem;
    display:none;
}
.alter_navbar_lang a{
    color: #fff!important;
    font-size: 14px!important;
    padding: 0.5rem 0.5rem!important;
}

@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;
}
.slider_banner .slick-dots{
    left:3%;
    bottom: 27vw;
    display: flex;
    flex-direction: column;
}
.slick-dotted.slick-slider{
    margin-bottom:0!important;
}
.slider_banner .slick-dots li{
    position: relative;
    margin: 0px 5px 20px;
    z-index:1;
}
.slider_banner .slick-dots li:last-child:before{
    display:none;
}
.slider_banner .slick-dots li:before{
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    width: 1px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    right: 0;
    margin: 0 auto;
}
.hp_banner{
	position:relative;
	left:9%;
	top:50%;
	transform:translate(0,-50%);
    width:calc(100% - 18%);
}
.hp_banner_box{
    overflow:hidden;
}
.hp_banner_title{
    font-size: 3vw;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}
.hp_banner_title span{
    color:#074e8f;
}
.hp_banner_content{
    font-size:1vw;
    font-weight:400;
    line-height:1.3;
    color:#333;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:3%;
}
.hp_banner_button{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #010b23;
    transition: 0.25s all linear;
    margin-right:0.5rem;
}
.hp_banner_button:hover{
    color:#fff;
    text-decoration: none;
    transform:scale(0.98);
}
.hp_banner_button span{
    position: relative;
    margin-left:-30px;
}
.hp_banner_button span:before{
    position: absolute;
    content:"";
    width: 20px;
    height: 20px;
	background-image:url("https://cdn1.npcdn.net/images/arrow_right_a8dhny_1761019930.png?md5id=7a4a467e968ac32c4f328e6fb2d211f6&type=4");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    top:0;
    bottom:0;
    right: -30px;
    margin:auto 0;
    transition:0.25s all linear;
}
.hp_banner_button:hover span:before{
    transform:rotate(-45deg);
}
.banner_btn2{
    background-color:#074e8f;
}
.hp_banner_content.janimate{
    animation-delay: 0.25s;
}
.hp_banner_buttonbox.janimate{
    animation-delay: 0.5s;
}
@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .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;
        object-position: right;
    }
    .hp_banner{
        left: 0%;
        width: calc(100% - 0%);
    }
    .slider_banner .slick-dots{
        left: 3%;
        bottom: 58vw;
    }
    .hp_banner_box{
        border-radius: 5px;
        padding: 4% 4% 4% 8%;
        background-color: rgba(255, 255, 255, 0.8);
    }
    .hp_banner_title{
        font-size:7vw;
        margin-bottom: 1vw;
    }
    .hp_banner_content{
        font-size:4vw;
        margin-bottom: 1vw;
    }
    .hp_banner_content br{
        display:none;
    }
    .hp_banner_button{
        width:140px;
        height:35px;
        font-size:12px;
    }
}

/*service page*/
@media screen and (max-width: 767.5px){
    .service_category .service_box{
        padding: 0.5rem;
        padding-bottom:2rem;
    }
    .service_category .service_box .text_area .title{
        font-size: 12px;
        font-weight: 800;
        min-height: 30px;
    }
    .service_category .service_box .btn_arrow{
        transform: translate(-50%, -50%) scale(0.6);
    }
}

/*hp_hea*/
.hp_hea{
    padding:60px 0;  
    margin-top: -120px;
}
.hp_hea .row{
    align-items: center;
    justify-content: center;
}
.hp_hea_box{
    background: linear-gradient(45deg, #0760bd, #074e8f);
    padding: 9%;
    border-radius: 10px;
}
.hp_hea_grid{
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr 1fr 1fr;*/
	/*column-gap: 1rem;*/
	/*row-gap: 1rem;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hp_hea_icon{
    width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom:0.5rem;
}
.hp_hea_gridbox{
    position: relative;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 0;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    transform: scale(0.93);
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
}
.hp_hea_subtitle{
    margin-bottom: 0;
    min-height: 35px;
}
.hp_hea_gridbox:hover .hp_hea_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
.hp_hea_link{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-size:0;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 991.5px){
    .hp_hea_box{
        margin-bottom:60px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_hea{
        padding:30px 0 60px;
    }
    /*.hp_hea_grid{*/
	   /* grid-template-columns: 1fr 1fr; */
    /*}*/
    .hp_hea_gridbox{
        flex:0 0 50%;
    }
    .hp_hea_box {
        margin-bottom: 1rem;
    }
}

/*hp_rel*/
.hp_rel{
    padding:60px 0;
}
.hp_rel .row{
    align-items: center;
}
.hp_rel_icon{
    width: 100%;
    height: 60px;
    margin-bottom: 0.5rem;
    object-fit: contain;
}
.hp_rel_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 2rem 0;
}
.hp_rel_circle {
    position: relative;
    flex: 0 0 33.33%;
    border-radius: 10000px;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
}
.hp_rel_box h3{
    text-align: center;
}
.hp_rel_circlebox{
    background-color: #fff;
    border-radius: 1000px;
    overflow: hidden;
    aspect-ratio: 1;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hp_rel_content b{
    color:#074e8f;
}
.hp_rel_button{
    background-color:#074e8f;
}
.hp_rel_circlebox:hover .hp_rel_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}

@media screen and (max-width: 767.5px){
    .hp_rel{
        padding:0 0 60px;
    }
    .hp_rel_title br{
        display:none;
    }
    .hp_rel_circle{
        margin: 0 0.25rem;
    }
    .hp_rel_icon{
        height:45px;
    }
    .hp_rel_box{
        width:100%;
    }
    .hp_rel_box h3{
        font-size:10px;
    }
}

/*hp_meet*/
.hp_meet{
    position: relative;
	background-image:url("https://cdn1.npcdn.net/images/team_bg_r4hfwy_1761019944.png?md5id=7a4a467e968ac32c4f328e6fb2d211f6&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    padding:60px 0;
}
.hp_meet_imagebox{
    position:relative;
}
.hp_meet_bar{
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    width:100%;
    border-radius:10px;
    height:10rem;
    background-color:#074e8f;
}
.hp_meet_image{
    width:80%;
    position: relative;
}
.hp_meet_buttonbox{
    margin-top:2rem;
}
.hp_meet_button{
    background-color: #074e8f;
}

@media screen and (max-width: 767.5px){
    .hp_meet{
        padding:0 0 60px;
    }   
    .hp_meet_bar{
        height:3rem;
    }
    .hp_meet_image{
        width:92%;
    }
}

/*hp_service*/
.index_wrapper_6{
    padding:60px 0;
}
.hp_service{
    padding-bottom:2rem;
}
.ex_hpservice_slide{
    margin:0;
    background-color:transparent;
    padding-bottom:0;
}
.ex_hpservice_slide .services-content .overlay{
    background-color:transparent;
    background:linear-gradient(to top, rgba(0,0,0,0.3) 10%, transparent 100%);
}
.ex_hpservice_slide .services-text{
    top:0;
    bottom:0;
    transform:unset;
}
.ex_hpservice_slide .services-text h3.title:after{
    display:none;
}
.ex_hpservice_slide .services-text h3.title{
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    position: absolute;
    bottom: 1rem;
    width: 185px;
}
.ex_hpservice_slide .services-text h3.title:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -40px;
	background-image:url("https://cdn1.npcdn.net/images/arrow_right_a8dhny_1761019930.png?md5id=7a4a467e968ac32c4f328e6fb2d211f6&type=4");
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
    transition:0.25s all linear;
}
.ex_hpservice_slide .services-text:hover h3.title:before{
    transform:rotate(-45deg);
}
.ex_hpservice_slide .service_btn{
    font-size: 0px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}
.ex_hpservice_slide .services-text p{
    display:none;
}
.ex_hpservice_slide .controls.left{
    left:22px;
}
.ex_hpservice_slide .controls.right{
    right:22px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_6{
        padding:0 0 60px;
    }
    .index_wrapper_6 .generated_col{
        padding:0;
    }
    .hp_service{
        padding-bottom:1rem;
    }
    .ex_hpservice_slide .controls.left{
        left:19px!important;
        padding: 5%;
    }
    .ex_hpservice_slide .controls.right{
        right:19px!important;
        padding: 5%;
    }
    .ex_hpservice_slide .services-text h3.title{
        width:200px;
    }
}

/*hp_google*/
.index_wrapper_7{
    padding:60px 0;
    min-height:500px;
}

/*component - Google*/
.ex_hp_googleReviewDefault{
    margin-top:2rem;
}
.ex_hp_googleReviewDefault .slick-dots{
    display:none!important;
}
.ex_hp_googleReviewDefault .hpGoogleReviewItems{
    background-color:#fff;
}
.ex_hp_googleReviewDefault .slick-arrow{
    z-index:1;
}
.ex_hp_googleReviewDefault .slick-next{
    right:-25px!important;
}
.ex_hp_googleReviewDefault .slick-prev{
    left:-25px!important;
}
.ex_hp_googleReviewDefault .slick-prev::before,
.ex_hp_googleReviewDefault .slick-next::before{
    text-shadow: none;
    color:#000;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding:0 0 60px;
        min-height: 300px;
    }
}

/*hp_brand*/
.hp_brand{
    padding:60px 0 120px;
}
.hp_brand_title{
    margin-bottom:2rem;
}
.hp_brand_mas{
    width: 200%;
    height: 120px;
    object-fit: contain;
    animation:aaaa 10s linear infinite;
}

@keyframes aaaa{
    0%{
        transform:translate(0,0);
    }
    100%{
        transform:translate(-50.1%,0);
    }
}

@media screen and (max-width: 767.5px){
    .hp_brand{
        padding:0 0 60px;
    }
    .hp_brand_mas{
        width:600%;
    }
}

/*hp_contact*/
.index_wrapper_9{
    position:relative;
    padding:0 0 60px;
}
.index_wrapper_9:before{
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:95%;
    background-image:url("https://cdn1.npcdn.net/images/contact_bg_kup54q_1761019930.png?md5id=7a4a467e968ac32c4f328e6fb2d211f6&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;    
}
.index_wrapper_9 .row{
    align-items: flex-end;
}
.hp_contact_subtitle {
    font-size: 20px;
    font-family: "Parkinsans";
    font-weight: 700;
}
.hp_contact_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom:1rem;
}
.hp_contact_subtitle br{
    display:none;
}
.hp_contact_icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.hp_contact_content span{
    padding-left:1rem;
}
.hp_contact_link {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 1;
}
.hp_contact_link:hover{
    color:#000;
}
.ex_hpcontact_formonly {
    margin: 0;
    background: linear-gradient(to bottom, #0760bd, #074e8f);
    padding: 9%;
    border-radius: 15px;
}
.ex_hpcontact_formonly .title{
    font-family: "Parkinsans";
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom:15px;
}
.ex_hpcontact_formonly .subtitle{
    display:none;
}
.ex_hpcontact_formonly label{
    color:#fff;
}
.ex_hpcontact_formonly .btn-primary{
    border-color:#fff!important;
}
#main_index #fileUpload{
    color:#fff;
}

@media screen and (max-width: 991.5px){
    .hp_contact_link br{
        display:none;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_9{
        padding: 60px 0 1.5rem;
    }
    .index_wrapper_9:before{
        height:100%;
    }    
    .hp_contact{
        padding-bottom:2rem;
    }
    .hp_contact_subtitle br{
        display:block;
    }
}


/*footer*/
.footerListServices{
    background-color:#010b23;
}
.footerListServices .logo{
    min-height: 80px;
}
.footerListServices .logo img{
    max-height:80px;
}
.footerListServices .footer_subtitle{
    font-family:"Parkinsans";
    font-weight:700!important;
}
.footerListServices .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footerListServices .privacy_policy:hover,
.footerListServices .mb-1{
    color:#fff!important;
}
.footerListServices .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_langbar_item{
    color:#fff!important;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}