@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --c-yellow:#feb301;
    --c-black:#000000;
    --c-grey:#f2f2f2;
}

body{
    font-family:"Inter",sans-serif;
}

#main_index{
    padding:0!important;
    overflow: hidden;
}

.theline{
    height: 2px;
    width: 5rem;
    background-color: #feb301;
    border-radius: 1000px;
    margin: 1rem 0;
}

.n_small{
    margin:0 0 8px;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    font-weight:600;
    letter-spacing:0.08em;
    color:var(--c-yellow);
    margin-bottom:1rem;
}

.n_title{
    margin:0;
    font-size:38px;
    font-family:"Poppins",sans-serif;
    font-weight:700;
    color:var(--c-black);
}

.n_content{
    margin:0;
    color:#353535;
    font-size:16px;
    line-height:1.8;
}

.n_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:12px 30px;
    border-radius:10px;
    background:var(--c-yellow);
    color:#000;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:0.25s all linear;
}

.n_button:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}

.btnbox_left,
.btnbox_center,
.btnbox_right{
    display:flex;
    align-items:center;
    margin:22px 0 0;
}

.btnbox_left{
    justify-content:flex-start;
}

.btnbox_center{
    justify-content:center;
}

.btnbox_right{
    justify-content:flex-end;
}

@media screen and (max-width:767.5px){
.n_title{
    font-size:30px;
    
}
    
}

.ex_videoSlide .slick-arrow{
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;    
    width:30px;
    height:30px;
    z-index:1;
}
.ex_videoSlide .slick-prev{
    background-image:url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
    left:-33px;
}
.ex_videoSlide .slick-next{
    background-image:url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
    right: -33px;
}
.ex_videoSlide .slick-arrow:before{
    display: none;
}
@media screen and (max-width: 991.5px){
    .ex_videoSlide .slick-arrow{
        filter:brightness(0) invert(1);
    }
    .ex_videoSlide .slick-prev{
        left:16px;
    }
    .ex_videoSlide .slick-next{
        right:16px; 
    }
}

/*fixed navbar*/
.navbar_type8{
    height:100px;
}
.navbar_type8 .logo{
    margin-left:9%;
}
.navbar_type8 .logo img{
    width: 6vw;
    padding: 0;
}

.navbar_type8 .nav_tab{
    padding-right: 9%;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    font-weight: 600;
    color:#000;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom:2px solid #feb301;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#feb301;
}

.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 .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}
.dark_nav{
    background-color:#fff!important;
}

@media screen and (max-width:1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    }
}

/*fixed banner*/
.slider_banner .banner_content{
    overflow:hidden;
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:80vw!important;
        object-fit:cover;
    }
}

/* Banner */
.hp_banner{
    position:relative;
    left:9%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 18%);
}

.hp_banner_box{
    width:40vw;
    color:#fff;
}
.hp_banner .theline{
    margin-top:1vw;
}

.hp_banner_small{
    margin:0 0 1vw;
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:0.78vw;
    font-weight:600;
    letter-spacing:0.15em;
}

.hp_banner_title{
    margin:0;
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:3vw;
    font-weight:800;
    line-height:1.2;
}

.hp_banner_title span{
    color:var(--c-yellow);
}

.hp_banner_content{
    width: 25vw;
    margin: 1.4vw 0 0;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.7;
}

.hp_banner_btnbox{
    margin-top:1.8vw;
}

.hp_banner_button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 19px;
    border-radius:10px;
    background:var(--c-yellow);
    color:#000;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:0.25s all linear;
}

.hp_banner_button:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}

@media screen and (max-width:991.5px){
    .hp_banner_box{
        width:50vw;
    }

    .hp_banner_title{
        font-size:4vw;
    }

    .hp_banner_content{
        width:37vw;
        font-size:1.8vw;
    }
}

@media screen and (max-width:767.5px){
    .hp_banner{
        left:0;
        width:100%;
        padding:0;
        top:40%;
    }

    .hp_banner_box{
        width:100%;
    }
    .hp_banner_title{
        font-size:8vw;
    }
    .hp_banner_content{
        width:82%;
        font-size:4vw;
    }
}

/* About */
.hp_about{
    padding:82px 9%;
    background:#fff;
}

.hp_about_row{
    align-items:center;
}

.hp_about_imgcol{
    padding-right:4%;
}

.hp_about_textcol{
    padding-left:3%;
}


.hp_about_line{
    width:42px;
    height:3px;
    margin:20px 0;
    background:var(--c-yellow);
}

.hp_about .n_content + .n_content{
    margin-top:12px;
}

@media screen and (max-width:991.5px){
    .hp_about{
        padding:70px 6%;
    }

    .hp_about .n_title{
        font-size:29px;
    }

    .hp_about_imgbox img{
        height:350px;
    }
    .hp_about_textcol{
        margin-top:2rem;
    }
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:55px 0;
    }

    .hp_about_imgcol,
    .hp_about_textcol{
        padding:0 8%;
    }

    .hp_about_textcol{
        margin-top:35px;
    }

    /*.hp_about_imgbox img{*/
    /*    height:320px;*/
    /*}*/
}

/* Why */
.hp_why{
    padding:76px 9% 45px;
    background-image:url("https://cdn1.npcdn.net/images/C_Background_9vpsbk_1782961302.jpg?md5id=d33daa6ff4705fb9692ee1a9d1d9cd4e&type=4");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.hp_why_head .n_title span{
    color:var(--c-yellow);
}

.hp_why_line{
    width:42px;
    height:3px;
    margin:18px auto;
    background:var(--c-yellow);
}

.hp_why_listing{
    margin-top:42px;
}

.hp_why_col{
    padding:0;
}

.hp_why_itembox{
    height:100%;
    padding:10px 18px 18px;
    text-align:center;
    border-right:1px solid rgba(0,0,0,0.15);
}

.hp_why_col:last-child .hp_why_itembox{
    border-right:0;
}

.hp_why_icon{
    margin: 0 auto 1rem;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 1000px;
    background-color: #fff;
}

.hp_why_itembox .n_subtitle{
    margin: 0 0 0px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.hp_why .theline{
    margin:1rem auto;
}
.hp_why_itembox .theline{
    width:2rem;
}

.hp_why_itembox .n_content{
    font-size: 14px;
    line-height: 1.5;
}

.image_all{
    width:100%;
    margin:0 auto;
    display: block;
    object-fit: contain;
}

@media screen and (max-width:991.5px){
    .hp_why{
        padding:62px 5% 35px;
    }
    .hp_why_col{
       flex:0 0 33.33%;
       max-width:33.33%;
       margin:1rem 0;
    }
    .hp_why .row{
        justify-content: center;
    }
}

@media screen and (max-width:767.5px){
    .hp_why{
        padding:55px 0 30px;
    }

    .hp_why_head,
    .hp_why_listing{
        padding:0 0;
    }
    .hp_why_col{
       flex:0 0 100%;
       max-width:100%;
    }
    .hp_why_col{
        flex:0 0 50%;
        max-width:50%;
        margin-bottom:22px;
    }

    .hp_why_itembox{
        border-right:0;
        padding:8px;
    }
    .hp_why .n_content br{
        display: none;
    }
}

/* Statistics */
.hp_stat{
    padding: 60px 9%;
    background:#fff;
}

.hp_stat_row{
    justify-content:center;
}

.hp_stat_col{
    border-right:1px solid rgba(0,0,0,0.18);
    margin:2rem 0;
}

.hp_stat_col:last-child{
    border-right:0;
}

.hp_stat_box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
}

.hp_stat_box i{
    color:#000;
    font-size:23px;
}

.hp_stat_box strong{
    display:block;
    color:var(--c-yellow);
    font-family:"Poppins",sans-serif;
    font-size:55px;
    font-weight:800;
    line-height:1;
}
.hp_stat_box img{
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin: 0;
}

.hp_stat_box span{
    display:block;
    margin-top:4px;
    font-family:"Poppins",sans-serif;
    font-size:11px;
    font-weight:700;
}
.hp_stat_word{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0.5rem;
}

@media screen and (max-width:767.5px){
    .hp_stat{
        padding:25px 0;
    }

    .hp_stat_col{
        border-right:0;
        border-bottom:1px solid rgba(0,0,0,0.14);
        padding:18px 8%;
    }

    .hp_stat_col:last-child{
        border-bottom:0;
    }
}

/* Product Categories */
.index_wrapper_6{
    padding:70px 9%;
    background:var(--c-grey);
}
.hp_category{
    margin-bottom:2rem;
}
.hp_category .theline{
    margin:1rem auto;
}

.hp_category_head .n_title{
    font-size:30px;
}

.hp_category_line{
    width:42px;
    height:3px;
    margin:17px auto 30px;
    background:var(--c-yellow);
}
.product_cat-10 .wrapper_product_category .product_img{
    height:auto;
    aspect-ratio: 4/3;
    padding-top:unset;
}
.product_cat-10 .wrapper_product_category a .mt-3:last-child{
    display: none;
}
.product_cat-10 .wrapper_product_category h3{
    overflow-wrap: break-word;
    letter-spacing: 0px;
    height: 50px;
    font-size: 18px;
    padding: 0 0.5rem;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hp_category .btnbox_center{
    margin-top:2rem;
}



@media screen and (max-width:991.5px){
    .index_wrapper_6{
        padding:60px 5%;
    }
    .product_cat-10 .col-12.col-md-4.col-lg-4{
        flex:0 0 50%;
        max-width:50%;
    }

    
}

@media screen and (max-width:767.5px){
    .index_wrapper_6{
        padding:55px 0;
    }
    .product_cat-10 .col-12.col-md-4.col-lg-4{
        flex:0 0 100%;
        max-width:100%;
    }

    .hp_category_head{
        padding:0 8%;
    }

    .hp_category_head .n_title{
        font-size:26px;
    }

    
}

/* Projects */
.index_wrapper_7{
    padding: 72px 0%;
    background:#fff;
}
.hp_project{
    padding:0 9% 2rem;
}

.hp_project_toprow{
    align-items:center;
}



@media screen and (max-width:991.5px){
    .index_wrapper_7{
        padding:62px 0%;
    }
    .hp_project{
        padding: 0 5% 2rem;
    }

}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:55px 0;
    }

    .hp_project_toprow{
        padding:0 0%;
    }
    

    .hp_project .n_title{
        /*font-size:26px;*/
    }

    .hp_project .btnbox_right{
        justify-content:flex-start;
        margin-top:20px;
    }

}

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    margin-top: 0;
    padding-left: 9%;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
    padding: 0px 0;
}
#main_index .photo-0-gallery{
    overflow: hidden;
}
#main_index .photo-0-gallery .slick-list{
    margin-left: -10vw;
}
#main_index .photo-0-gallery .slick-track{
    margin-left:10vw;
}
#main_index .hp_photoGallerySliderWithTitle .col-12{
    padding-right: 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);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    border-radius: 0px;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
    left: -30px;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
    right: -30px;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .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;
    filter:brightness(0);
} 
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .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;
    filter:brightness(0);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
    display: none!important;
}


@media (max-width: 991.5px) {
    #main_index .hp_photoGallerySliderWithTitle  .container-fluid .row .col-12 > .container{
        max-width:100%;
    }    
    #main_index .hp_photoGallerySliderWithTitle{
        padding-left: 4%;
    }
}
@media (max-width: 767.5px) {
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev{
        left:-9px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next{
        right:-3px;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before{
        width:8vw;
        height:8vw;
    }
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before{
        width:8vw;
        height:8vw;
    }
    #main_index .photo-0-gallery .slick-list{
        margin-left: 0vw;
    }
    #main_index .photo-0-gallery .slick-track{
        margin-left:0vw;
    }
    #main_index .hp_photoGallerySliderWithTitle{
        padding-left: 0;
    }
    #main_index .hp_photoGallerySliderWithTitle .col-12{
        padding-right: 1rem;
    }
    #main_index .photo-0-gallery{
        overflow:unset;
    }
}


#main_index .gallerycategory{
    overflow: hidden;
    margin-left:10%;
}
#main_index .gallerycategory .slick-list{
    margin-left: -10vw;
}
#main_index .gallerycategory .slick-track{
    margin-left:10vw;
}
#main_index .gallerycategory .col-12{
    padding-right: 0;
}
#main_index .gallerycategory .img_frame{
    transform: scale(0.95);
}

@media (max-width: 991.5px) {
    #main_index .gallerycategory{
        padding-left:6%;
    }
}
@media (max-width: 767.5px) {
    #main_index .gallerycategory{
                margin-left: 1rem;
        padding-left:0%;
    }
    #main_index .gallerycategory .slick-list{
        margin-left: 0vw;
    }
    #main_index .gallerycategory .slick-track{
        margin-left:0vw;
    }
    #main_index .gallerycategory .col-12{
        padding-right: 1rem;
    }
}

/* Accreditation */
.hp_accredit{
    padding:70px 9%;
    background-image:url("https://cdn1.npcdn.net/images/F_Background_p7bxqm_1782961303.jpg?md5id=d33daa6ff4705fb9692ee1a9d1d9cd4e&type=4");
    background-position:right;
    background-repeat:no-repeat;
    background-size:cover;
}

.hp_accredit_row{
    align-items:center;
}

/*.hp_accredit .n_title{*/
/*    font-size:30px;*/
/*}*/

.hp_accredit_line{
    width:42px;
    height:3px;
    margin:16px 0;
    background:var(--c-yellow);
}

.hp_accredit_badges{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-top:30px;
}

.hp_accredit_badge{
    flex:0 0 50%;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.hp_accredit_badge strong{
    color:#0c7893;
    font-family:"Poppins",sans-serif;
    /*font-size:20px;*/
    font-weight:800;
}

.hp_accredit_badge span{
    padding-top:8px;
    border-top:3px solid #222;
    font-size:16px;
    line-height:1.55;
    text-align: center;
}

/*.hp_accredit_imgcol{*/
/*    position:relative;*/
/*    height:330px;*/
/*}*/

.hp_accredit_photo{
    position:absolute;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 13px 24px rgba(0,0,0,0.16);
}

.hp_accredit_photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hp_accredit_photo_top{
    top:0;
    right:5%;
    width:56%;
    height:190px;
    border-radius:18px 18px 18px 42px;
}

.hp_accredit_photo_bottom{
    left:5%;
    bottom:0;
    width:48%;
    height:205px;
    border-radius:42px 18px 18px 18px;
}

@media screen and (max-width:991.5px){
    .hp_accredit{
        padding:60px 5%;
    }

    .hp_accredit_imgcol{
        margin-top:4rem;
    }
}

@media screen and (max-width:767.5px){
    .hp_accredit{
        padding:55px 0;
    }

    .hp_accredit_textcol,
    .hp_accredit_imgcol{
        padding:0 1rem;
    }

    .hp_accredit .n_title{
        font-size:26px;
    }

    .hp_accredit_badges{
        gap:9px;
    }

    .hp_accredit_badge strong{
        font-size:16px;
    }

    .hp_accredit_imgcol{
        height:285px;
        margin-top:30px;
    }

    .hp_accredit_photo_top{
        right:8%;
    }

    .hp_accredit_photo_bottom{
        left:8%;
    }
}

/* Partners */
.hp_partner{
    padding:50px 9%;
    background:#fff;
}
.hp_partner .theline{
    margin:1rem auto;
}

.hp_partner_row{

}

.hp_partner_col{
    padding: 2rem 20px 0;
}

.hp_partner_col img{
    
}
.hp_partner .slick-prev{
    left:-15px;
}
.hp_partner .slick-next{
    right:-15px;
}
.hp_partner .slick-prev:before,
.hp_partner .slick-next:before{
    color:#000;
    text-shadow:unset;
}


@media screen and (max-width:767.5px){
    .hp_partner{
        padding:45px 0;
    }

    
}

/* Contact */
.hp_contact{
    padding:65px 3% 0 3%;
    background:#ededed;
}

.hp_contact_toprow{
    align-items:center;
}
.hp_contact .theline{
    margin-bottom:2rem;
}

.hp_contact .n_title span{
    color:var(--c-yellow);
}

.hp_contact_btnrow{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.hp_contact_quote{
    background:#000;
    color:#fff;
}

.hp_contact_quote:hover{
    background:var(--c-yellow);
    color:#000;
}

.hp_contact_whatsapp i{
    margin-right:5px;
}

.hp_contact_visual{
    position:relative;
    height:205px;
}

.hp_contact_img{
    position:absolute;
    overflow:hidden;
    /*border:4px solid #fff;*/
    /*border-radius:13px;*/
    /*box-shadow:0 10px 18px rgba(0,0,0,0.13);*/
}

.hp_contact_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.4));
    padding: 7px;
}

.hp_contact_img1{
    left:0;
    bottom:0;
    width: 35%;
    height: 180px;
}

.hp_contact_img2{
    left: 33%;
    top: 0;
    width: 31%;
    height: 170px;
}

.hp_contact_img3{
    right:0;
    bottom:0;
    width: 35%;
    height: 180px;
}

.hp_contact_info_row{
    margin-top:46px;
    padding:25px 0 25px;
    border-top:1px solid rgba(0,0,0,0.2);
}

.hp_contact_info{
    display:flex;
    gap:10px;
    border-right:1px solid rgba(0,0,0,0.28);
    margin-bottom:2rem;
}

.hp_contact_info:last-child{
    border-right:0;
}

.hp_contact_info > i{
    padding-top:4px;
    color:#000;
    font-size: 18px;
}

.hp_contact_info strong{
    display:block;
    margin-bottom:7px;
    font-family:"Poppins",sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.hp_contact_info p,
.hp_contact_info a{
    margin:0;
    color:#111;
    font-size:16px;
    line-height:1.55;
    text-decoration:none;
}

.hp_contact_social{
    display:flex;
    gap:7px;
}

.hp_contact_social a{
    width:25px;
    height:25px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#000;
    color:#fff;
    /*font-size:8px;*/
}

.hp_contact_social a:nth-child(2){
    background:#d93178;
}

.hp_contact_social a:nth-child(3){
    background:#e1251b;
}
.alter_social{
        display: flex;
    gap: 0.25rem;

}
.alter_social a{
    /*background-color: transparent !important;*/
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}

@media screen and (max-width:991.5px){
    .hp_contact{
        padding:58px 5% 0;
    }

    .hp_contact .n_title{
        font-size:27px;
    }
    .hp_contact_info:last-child{
        border-right:1px solid rgba(0, 0, 0, 0.28);
    }
    .hp_contact_visual{
        margin-top:3rem;
    }
}

@media screen and (max-width:767.5px){
    .hp_contact{
        padding:55px 0 0;
    }

    .hp_contact_toprow,
    .hp_contact_info_row{
        margin-left:0;
        margin-right:0;
    }

    .hp_contact_textbox,
    .hp_contact_visual{
        margin-left:0;
        margin-right:0;
    }

    .hp_contact .n_title{
        font-size:27px;
    }

    .hp_contact_visual{
        height:auto;
        margin-top:34px;
    }

    .hp_contact_info_row{
        padding:20px 0%;
    }

    .hp_contact_info{
        padding:17px 0;
        border-right:0;
        border-bottom:1px solid rgba(0,0,0,0.2);
    }

    .hp_contact_info:last-child{
        border-bottom:0;
    }
    .hp_contact_img{
        position:unset;
        width:100%;
        margin-bottom:2rem;
    }
}

/* Footer Type 3 */
.footer_type3{
    padding:17px 9%;
    background:#000;
    color:#fff;
}

.footer_type3 a{
    color:#fff;
    text-decoration:none;
}

.footer_type3 .copy_right p{
    margin:0;
    color:rgba(255,255,255,0.75);
    font-size:8px;
    line-height:1.75;
}

.footer_type3 .copy_right p + p{
    margin-top:5px;
}

.footer_type3 .copy_right p a{
    margin-right:13px;
}

.footer_type3 .social_media{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:12px;
    margin:0;
    padding:0;
    display: none;
}

.footer_type3 .social_media li{
    margin:0;
}

.footer_type3 .social_media a{
    width:19px;
    height:19px;
    border:1px solid rgba(255,255,255,0.75);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:8px;
}

@media screen and (max-width:767.5px){
    .footer_type3{
        padding:22px 8%;
        text-align:center;
    }

    .footer_type3 .social_media{
        justify-content:center;
        margin-top:15px;
    }
}