@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');


#main_index{
    background:#121212;
    overflow:hidden;
}

#main_index *,
.footer_type6 *{
    box-sizing:border-box;
}

#main_index a,
.footer_type6 a{
    text-decoration:none;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:#f6b61f;
}

/* fixed navbar */
.navbar_type8{
    background: #121212;
}

#main_index .navbar_type8{
    background: transparent;
}


.navbar_type8 .logo {
    position: absolute;
    margin: 0;
    width: auto;
    height: 100%;
    left: 50%;
    z-index: 1;
    
    overflow: visible;
}


.navbar_type8 .logo img{
    width:100px;
    padding:10px;
    transform: translateX( -50%);
}

.navbar_type8 .nav_tab {
    padding-left: 5%;
    justify-content: flex-start;
    flex: 0 0 100%;
    padding-right: 5%;
    position: relative;
}

.navbar_type8 .nav_tab .nav_item{
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    color:#fff;
    font-family: 'Jost', sans-serif;
}

.navbar_type8 .nav_tab .nav_item::before{
    border-bottom: 2px solid #fff;
}


.navbarloginbox {
    position: absolute;
    right: 7%;
    align-self: center;
}

a.navbarlogin {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 1vw;
}


.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
    -webkit-text-stroke-width:0;
    -webkit-text-stroke-color:#000;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile{
    background: #000;
}


.navbar_mobile .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}




@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
}



/*lang bar*/


.np_language_btn_typ2{
    top: 20px;
    z-index: 1031;
    position: absolute;
}

.np_language_btn_typ2 .dropdown_btn{
    background: #000;
    padding: 10px 0;
}


.np_language_btn_typ2 .dropdown_btn a:nth-child(3){
    background: unset;
}

.np_language_btn_typ2 .dropdown_btn a{
    font-size: 10px;
}

.np_language_btn_typ2 .dropdown_btn a{
    padding: 5px 10px !important;
}

/*banner*/

#index_2_1{
    position: relative;
}

.index_wrapper_2{
    margin-top: -80px;
}

.customVideo {
    position: relative;
    height: 100vh;
    
    overflow: hidden;
    object-position: bottom;
    display: flex;
    align-items: center;
}

.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 3.5rem;
    right: 4rem;
}
.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button.paused {
    background: rgba(256,256,256,1);
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 3.5rem;
    right: 1.5rem;
}
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top: 0;
    }
}


@media only screen and (max-width: 767.5px) {
.videoPlay {
    bottom: 1rem;
    /*right: unset;*/
    /*left: 1rem;*/
}
.videoMute {
    bottom: 1rem;
    /*right: unset;*/
    /*left: 3.5rem;*/
}

.customVideo{
    height: 100%;
}
}


/*banner text*/
.hp_banner {
    position: absolute;
    background: rgba(0,0,0,0.4);
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
}

.hp_bannertextbox{
    position: relative;
    left: 6.5%;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 13%);

}

.banenr_title{
    color: #fff;
    font-family: 'Tenor Sans', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
    font-size: 6.5vw;
    margin-bottom: 1vw;
}

.banner_sub {
    color: #e5e5e5;
    font-size: 1.5vw;
    font-family: 'Jost', sans-serif;
    margin-bottom: 1vw;
}

.banner_content{
    color: #e5e5e5;
    width: 37%;
    font-size: .85vw;
    margin-bottom: 0;
}


@media screen and (max-width: 991.5px){
    .banner_sub {
        
        font-size: 2.5vw;
        
    }
    
    .banner_content {
       
        width: 57%;
        font-size: 1.5vw;
        
    }
}

@media screen and (max-width: 500.5px){
    .banenr_title{
        font-size: 8vw;
        
    }
    
    .banner_sub {
        
        font-size: 3vw;
        
    }
    
    .banner_content {
        width: 70%;
        font-size: 2.5vw;
    }
}


/* intro */
.hp_intro{
    padding:90px 9% 50px;
    
}

.hp_intro_textbox {
   
    margin: 0 24%;
    color: #fff;
}

.hp_intro .n_small,
.hp_nation .n_small,
.hp_location .n_small{
    margin:0 0 11px;
    color:#f6b61f;
    
    font-size:12px;
    font-weight:600;
    letter-spacing:0.12em;
}

.hp_intro .n_title,
.hp_nation .n_title,
.hp_location .n_title{
    margin:0;
    color:#f6b61f;
    
    font-size:32px;
    font-weight:500;
    line-height:1.12;
}

.hp_intro .n_content{
    margin:20px auto 0;
    color:rgba(255,255,255,0.84);
    
    font-size:14px;
    line-height:1.8;
}

@media screen and (max-width:1200.5px){
    .hp_intro_textbox {
        margin: 0 17%;
        color: #fff;
    }
}

@media screen and (max-width:991.5px){
    .hp_intro_textbox {
        margin: 0 9%;
        color: #fff;
    }
}

@media screen and (max-width:767.5px){
    .hp_intro_textbox {
        margin: 0;
        color: #fff;
    }
    
    .hp_intro{
        padding:45px 5% 50px;
        background:#111;
    }
    
    .hp_intro .n_content{
        font-size: 14px;
    }
    
    .hp_intro .n_title{
        font-size: 24px;
    }
}


/* services */
.hp_service{
    padding:0 13% 106px;
    
}

.hp_service_row{
    margin-right:-8px;
    margin-left:-8px;
}

.hp_service_row > div{
    padding:8px;
}

.hp_service_card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:10px;
    aspect-ratio:1.47 / 1;
    background:#1b1b1b;
}

.hp_service_image{
    position:absolute;
    inset:0;
}

.hp_service_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.45s transform ease;
}

.hp_service_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.74) 100%);
    transition:0.3s all linear;
}

.hp_service_titlebox {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    top: 0;
    justify-content: center;
    align-items: center;
    padding: 1.5vw;
    text-align: center;
}

.hp_service_titlebox h3 {
    margin: 0;
    color: #f6b61f;
  
    font-size: 2.2vw;
    font-weight: 600;
    line-height: 1.12;
}

.hp_service_card:hover .hp_service_titlebox .hp_service_contentbox{
    
}

.hp_service_contentbox {
    color: #fff;
    padding-top: 1vw;
    opacity: 0;
    bottom: 0;
    padding: 3vw;
    position: absolute;
    font-size: 1vw;
    transition: opacity 0.5s ease;
}

.hp_service_card:hover .hp_service_titlebox .hp_service_contentbox{
    opacity: 1;
}

.hp_service_contentbox p{
    
    margin-bottom: 0;
}

.hp_service_card:hover .hp_service_image img{
    transform:scale(1.08);
}

.hp_service_card:hover .hp_service_overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.54) 0%, rgba(0,0,0,0.74) 100%);
}


@media screen and (max-width: 991.5px){
    .hp_service_contentbox {
        color: #fff;
        padding-top: 1vw;
        opacity: 1;
        bottom: 0;
        padding: 0 2vw;
        position: relative;
        font-size: 1.5vw;
    }
    
    .hp_service_overlay{
        background: linear-gradient(180deg, rgba(0,0,0,0.54) 0%, rgba(0,0,0,0.74) 100%);
    }
    
   
}

@media screen and (max-width: 767.5px){
    
    .hp_service{
        padding:0 5% 50px;
       
    }   
    
    
    .hp_service_titlebox {
        position: absolute;
        display: flex;
        left: 0;
        right: 0;
        flex-wrap: wrap;
        top: 50%;
        transform: translateY(-50%);
        justify-content: center;
        align-items: center;
        padding: 1.5vw;
        text-align: center;
    }
    
    .hp_service_titlebox h3 {
        margin: 0;
        color: #f6b61f;
        font-size: 4vw;
        font-weight: 600;
        line-height: 1.12;
    }
    
    
    .hp_service_contentbox {
        color: #fff;
        padding-top: 1vw;
        opacity: 1;
        bottom: 0;
        padding: 2vw 2vw;
        position: relative;
        font-size: 2vw;
    }
    
    
}


@media screen and (max-width: 575.5px){
    
    .hp_service_titlebox {
        position: absolute;
        display: flex;
        left: 0;
        right: 0;
        flex-wrap: wrap;
        top: 0;
        transform: unset;
        justify-content: center;
        align-items: center;
        padding: 6vw 2vw;
        text-align: center;
    }   
    
    .hp_service_titlebox h3{
        font-size: 6vw;
    }
    
    .hp_service_contentbox {
        color: #fff;
        padding-top: 1vw;
        opacity: 1;
        bottom: 0;
        padding: 2vw 2vw;
        position: relative;
        font-size: 3.2vw;
    }

}

/* nationwide */
.index_wrapper_5{
    padding:0 0 50px;
    
}

.hp_nation_titlebox{
    padding:0 9% 36px;
}



#main_index .hp_photoGallerySliderWithTitle{
    background: unset;
}

#main_index .hp_photoGallerySliderWithTitle > .container-fluid > .row > .col-12{
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box{
    padding: 0;
}


#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.7s;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    padding-top: 42%;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before{
    background-image: url('https://cdn1.npcdn.net/images/c_arrowleft_1e52lh_1782695843.png?md5id=39acb542878b92997468cd17aa72399e&new_width=1600&new_height=1600&type=4');
    filter: unset;
    width: 50px;
    height: 50px;
    opacity: 1;
    
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before{
    background-image: url('https://cdn1.npcdn.net/images/c_arrowright_y8uzsx_1782695843.png?md5id=39acb542878b92997468cd17aa72399e&new_width=1600&new_height=1600&type=4');
    filter: unset;
    width: 50px;
    height: 50px;
    opacity: 1;
    
}

#main_index .slick-next, #main_index .slick-prev{
    width: 50px;
    height: 50px;
}

#main_index .photo-5116-gallery .slick-dots{
    display: none!important;
}

@media screen and (max-width: 767.5px){
    .hp_nation .n_title{
        font-size: 24px;
    }
}


@media screen and (max-width: 575.5px){
    #main_index .slick-next, #main_index .slick-prev{
        top: unset;
        transform: unset;
        bottom: -20%;
    }
    
    .index_wrapper_5{
        padding: 0 0 80px;
    }
}


/*contact*/

.index_wrapper_6{
    padding:0;
    
}

.hp_location_titlebox{
    padding:0 0 31px;
}

.contactcontentboxleft{
    height: 400px;
    scrollbar-width: thin; 
    scrollbar-color: #fff #f7b520; 
    overflow-y: scroll;
}

.contactcontentboxright{
    height: 400px;
}

.contactbigbox{
    
    padding: 0 3%;
    
    
    
}


.contactbox {
    display: flex;
    border: 1px solid #f6b61f;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: #f6b61f 0px 0px 15px -3px;
}

.contactpicbox {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;
}

.contactpicbox img{
    max-width: 100%;
}

.contactitembox {
    flex: 0 0 100%;
    max-width: 100%;
}

.contactitembox {
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2vw 2vw;
}

.contacticonbox {
    display: flex;
}

a.icon_img {
    width: 25px;
    height: 25px;
    
    border: 1px solid #fff;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.icon_img img{
    max-width: 100%;
}

.contacttitle{
    color: #f6b61f;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: .6rem;
}

.contactaddress{
    color: #fff;
    font-size: 13px;
    padding-bottom: .6rem;
    margin: 0;
}

.contactno{
    margin-bottom: 0;
    color: #fff;
    opacity: 0.5;
    font-size: 13px;
}

.phonenum{
    color: #fff;
    padding-bottom: .6rem;
    font-size: 13px;
}

.contacticonbox a:nth-child(1){
    margin-right: 5%;
}

@media screen and (max-width: 991.5px){
    
    
    .contactcontentboxleft{
        overflow-y: unset;
        height: 100%;
    }
    
    .contactcontentboxright{
        height: 100%;
    }
    
    .contacttitle{
        font-size: 28px;
    }
    
    .contactaddress{
        font-size: 16px;
    }
    
    .contactno{
        font-size: 16px;
    }
    
    .phonenum{
        font-size: 16px;
    }
    
    a.icon_img{
        width: 30px;
        height: 30px;
    }
    
    .contactitembox {
       
        padding: 4vw 4vw;
    }
}

@media screen and (max-width: 767.5px){
    .contacttitle{
        font-size: 28px;
    }
    
    .contactaddress{
        font-size: 14px;
    }
    
    .contactno{
        font-size: 14px;
    }
    
    .phonenum{
        font-size: 14px;
    }
    
    a.icon_img{
        width: 30px;
        height: 30px;
    }
    
    
}

@media screen and (max-width: 575.5px){
    .contactbox{
        flex-wrap: wrap;
    }
    
    .contactpicbox {
        flex: 0 0 100%;
        max-width: 100%;
        align-self: center;
        display: flex;
        justify-content: center;
    }
    
    .contactitembox{
        padding: 5vw;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*footer*/
.footerListServices .title{
    min-height: 80px;
}

.footerListServices .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 80px;
}


.footerListServices{
    background:#121212;
}

.footerdiscover{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2.5rem 0;
}

.footerdiscover li {
    padding: .5rem 4vw;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.footerListServices .social_media{
    text-align: center;
}

.footerListServices .social_media a{
    margin: 0;
    padding: 1.8vw;
}

.copy_right{
    padding-top: 2rem;
}