@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
   
}

a:hover {
    text-decoration: none;
}

.video-2 .video_title small {
    display: none;
}


@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
    min-height:80vw!important;
    object-fit:cover;
    object-position: 75%;
}

}

/*Search Bar Search*/

.hp_search_icon{
    width: 20px;
    filter: brightness(0) saturate(100%) invert(85%) sepia(2%) saturate(1802%) hue-rotate(340deg) brightness(96%) contrast(90%);
}

#searchButton {
    position: fixed;
    z-index: 1000;
    right: 7.5%;
    top: 40px;
    border-radius: 50%;
    padding: 8px;
}

/*.searchButton.scrolled {*/
    /*top: 43px !important; */
/*}*/

.boxSearch {
    display: none; 
    position: absolute;
    top: 222%;
    right: 0%;
}
.hp_nav_search .search_button {
    background-color: transparent;
    color: #2b2b2b;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.hp_nav_search input {
    background: #fff;
    width: 275px;
    height: 40px;
    border: 0;
    box-shadow: none;
    padding: 0px 45px 0px 15px;
    border-radius: 0;
    max-height: 40px;
    font-family: inter;
   
}
.hp_nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    display: flex;
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}

/*Menu*/

.navbar_type8 {
    height: 120px;
    background-color: #3b2a23;
}

.dark_nav {
    background: #3b2a23 !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #f6921e;     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 66%;
}

.navbar_type8 .logo {
    flex: 0 1 15%;
    margin-left: 8.5%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 85%;
    padding-left: 0;
    padding-right: 15%;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #d8c7bc;
    padding: 15px 1.25vw;
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
    font-family: inter;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #f6921e;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:25px;
}
.navbar_type8 .nav  _tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    display: flex; 
    flex-direction: column; 
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    position: absolute;
    border-top: 0;
    top: 20px!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel.p-3 {
    padding: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel a {
     flex: 0 1 100%;
     padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: auto;
    text-align: left;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame {
    display: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text {
    color:#fff;
    text-align: left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .text:hover {
    color:#f6921e;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item {
    background-color: #3b2a23;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #3b2a23;
}

.navbar_type8 .logo img {
    width: 160px;
    padding: 0;
}

.navbar_mobile {
    background-color: #3b2a23;
}

.navbar_mobile .logo_img {
    transform: scale(1.25);
}

@media screen and (max-width: 1440.5px){
.navbar_type8 .nav_tab {
    padding-right: 12%;
}

    .navbar_type8 .nav_tab .nav_item a {
        padding: 15px 1.35vw;
        font-size: 1.05vw;
    }

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 13vw;
}

.navbar_type8 {
    height: 10vw;
}

    .navbar_type8 .nav_tab {
        padding-right: 12%;
    }
    
        .navbar_type8 .nav_tab .nav_item a {
        padding: 15px 1vw;
        font-size: 1.18vw;
    }
    
    .hp_search_icon {
    width: 1.5vw;
    
}

#searchButton {
    top: 3.5vw;
}

}

/*Banner*/

.hp_banner {
    padding-top: 13%;
    padding-left: 7.5%;
    overflow: hidden;
    height: 100%;
}

.hp_banner_title {
    color: #fff;
    font-size: 60.5px;
    margin-bottom: 1.25rem;
}

.hp_banner_desc {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: inter;
    line-height: 1.5;
    margin-bottom: 2.25rem;
}

.hp_banner_link {
    background: #c7742e;
    color: #fff;
    position: relative;
    padding: 10px 52.5px 10px 20px;
    transition: all 0.4s ease-in-out;
    font-family: inter;
    font-weight: 300;
    font-size: 14.5px;
}

.hp_banner_link:hover {
    background: #2b2b2b;
    color: #fff;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 2.5px;
    bottom: 0;
    margin: auto 0;
    right: 22.5px;
    background-image: url(https://cdn1.npcdn.net/img/1780884832A_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 8px;
}

@media screen and (max-width: 1200.5px){

.hp_banner_title {
    font-size: 55.5px;
}

.hp_banner_desc {
    font-size: 18px;
}

.hp_banner_link {
    font-size: 14px;
}

.hp_banner {
    padding-top: 11%;
    padding-left: 7%;
}

}

@media screen and (max-width: 991.5px){

.hp_banner_title {
    font-size: 53px;
    margin-bottom: 1rem;
}

.hp_banner_desc {
    font-size: 17px;
    margin-bottom: 2rem;
}

.hp_banner_link {
    font-size: 13.5px;
    padding: 10px 50px 10px 17.5px;
}

.hp_banner {
    padding-top: 7%;
    padding-left: 7%;
}

}

@media screen and (max-width: 767.5px){

.hp_banner_title {
    font-size: 49px;
    margin-bottom: 1rem;
}

.hp_banner_desc {
    font-size: 16px;
    margin-bottom: 2rem;
}

.hp_banner_link {
    font-size: 13px;
    padding: 10px 47.5px 10px 17.5px;
}

.hp_banner {
    padding-top: 6%;
    padding-left: 3%;
}

.hp_banner_link:before {
    right: 20px;
}

}

/*TOP SECRET*/

.tbig {
    color: #2b2b2b;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.vdbig {
    font-size: 19px;
    font-weight: 600;
    color: #2b2b2b;
}

.dbig {
    font-size: 19px;
    font-family: inter;
    color: #6b5b4d;
}

.vdsmall {
    font-size: 14px;
    color: #666;
    font-family: inter;
}

.dsmall {
    font-size: 14.25px;
    font-family: inter;
    color: #6b5b4d;
}

.bbutton {
    background: #c7742e;
    color: #fff;
    position: relative;
    padding: 10px 55px 10px 25px;
    transition: all 0.4s ease-in-out;
    font-family: inter;
    font-weight: 300;
    font-size: 14.5px;
}

.bbutton:before {
    position: absolute;
    content: "";
    top: 2.5px;
    bottom: 0;
    margin: auto 0;
    right: 25px;
    background-image: url(https://cdn1.npcdn.net/img/1780884832A_Button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 8px;
}

.bbutton:hover {
    background: #2b2b2b;
    color: #fff;
}

.side_menu .social_media a:first-child {
    display: none;
}

@media screen and (max-width: 1200.5px){
.tbig {
    font-size: 36px;
}

.dbig {
    font-size: 18px;
}

.vdsmall {
    font-size: 15px;
}

.bbutton {
    font-size: 14px;
}

.dsmall {
    font-size: 13.75px;
}

.vdbig {
    font-size: 18px;
}

}

@media screen and (max-width: 991.5px){
.tbig {
    font-size: 34px;
}

.dbig {
    font-size: 17px;
}

.vdsmall {
    font-size: 14.5px;
}

.dsmall {
    font-size: 13.5px;
}

.bbutton {
    font-size: 13.5px;
    padding: 10px 52.5px 10px 22.5px;
}

.bbutton:before {
    right: 22.5px;
}

.vdbig {
    font-size: 17px;
}

}

@media screen and (max-width: 767.5px){
.tbig {
    font-size: 32px;
}

.dbig {
    font-size: 16px;
}

.vdbig {
    font-size: 17px;
}

.vdsmall {
    font-size: 14px;
}

.bbutton {
    font-size: 13px;
    padding: 10px 50px 10px 20px;
}

.bbutton:before {
    right: 20px;
}

.dsmall {
    font-size: 13px;
}

}

/*Services*/

.hp_services {
    position: relative;
    padding: 7% 7% 3%;
}

.hp_services:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1780881212A_Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    width: 100%;
    height: 1000%;
    z-index: -2;
}

.hp_services_box {
    background: #eae0d7;
    transition: all 0.4s ease-in-out;
    flex: 0 0 24%;
    padding: 2.5rem 0.5%;
}

.hp_services_box:hover {
    background: #d8c7bd;
}

.hp_services_fbox {
    justify-content: space-between;
    margin-top: 20px;
}

.hp_services_icon {
    width: 60px;
}

.hp_services_item {
    color: #2b2b2b;
    font-size: 16.5px;
    font-weight: 600;
    margin-top: 1.25rem;
}

.hp_services_desc {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1240.5px){
.hp_services_item {
   
    font-size: 15.5px;

}

}

@media screen and (max-width: 1200.5px){
.hp_services_item {
    font-size: 16px;
}

.hp_services_icon {
    width: 55px;
}

.hp_services_box {
    flex: 0 0 32%;
    padding: 2.5rem 0.5%;
}

.hp_services_fbox {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5vw 1.5vw;
}

}

@media screen and (max-width: 991.5px){
.hp_services_box {
    flex: 0 0 48%;
    padding: 2.5rem 0.5%;
}

.hp_services_fbox {
     
    gap: 3vw 3vw;
}

.hp_services_icon {
    width: 50px;
}

.hp_services_item {
    font-size: 15.5px;
}

}

@media screen and (max-width: 767.5px){

.hp_services_item {
    font-size: 15px;
}

.hp_services {
    padding: 75px 3% 45px;
}

.hp_services:before {

    height: 962%;
 
}

}

@media screen and (max-width: 520.5px){

.hp_services_item {
    font-size: 15px;
}

.hp_services_box {
    flex: 0 0 100%;
}

.hp_services_fbox {
     
    gap: 20px;
}

}

/*Portfolio*/

.index_wrapper_4 {
    padding: 6% 7% 5%;
}

.hp_portfolio_fbox {
    justify-content: space-between;
    margin-bottom: 1vw;
    align-items: center;
}
.hp_portfolio_fbox2 {
    justify-content: space-between;
}

.hp_portfolio_box {
    flex: 0 0 24%;
}
.hp_portfolio_box2 {
    flex: 0 0 74.7%;
    position: relative;
    overflow: hidden;
}
.hp_portfolio_box3 {
    flex: 0 0 24%;
    position: relative;
    overflow: hidden;
}

.hp_portfolio_itbox {
    position: absolute;
    bottom: 7%;
    left: 4.5%;
}

.hp_portfolio_itbox2 {
    position: absolute;
    bottom: 7%;
    left: 9%;
}

.hp_portfolio_image {
    width: 100%;
}
.hp_portfolio_image2 {
    width: 100%;
}

.hp_portfolio_bbox {
    margin-top: 10%;
}

.hp_portfolio_desc {
    margin-bottom: 5%;
    font-size: 1.21vw;
}
.hp_portfolio_desc2 {
    margin-bottom: 5%;
    font-size: 1.21vw;
}
.hp_portfolio_desc3 {
    margin-bottom: 5%;
    font-size: 1.21vw;
}

.hp_portfolio_title {
    margin-bottom: 5%;
}

.hp_portfolio_item {
    color: #fff;
    font-size: 29px;
}

.hp_portfolio_item2 {
    color: #fff;
    font-size: 23px;
}

.hp_portfolio_ibox {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.hp_portfolio_box2:hover .hp_portfolio_ibox {
    transform: scale(1.1);
}
.hp_portfolio_box3:hover .hp_portfolio_ibox2 {
    transform: scale(1.1);
}

.hp_portfolio_ibox:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.6) 100%
);
    width: 100%;
    height: 100%;
}

.hp_portfolio_ibox2 {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.hp_portfolio_ibox2:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.6) 100%
);
    width: 100%;
    height: 100%;
}

/*#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0.slick-slide {*/
/*    padding: 0 15px !important;*/
/*}*/

/*#main_index .gallerycategory .slick-arrow {*/
/*    z-index: 1;*/
/*}*/

/*#main_index .gallerycategory .img_frame {*/
/*    height: 17vw;*/
/*}*/

/*#main_index .gallerycategory .slick-prev {*/
/*    top: 45%;*/
/*    left: 15px;*/
/*    z-index: 10;*/
/*}*/
/*#main_index .gallerycategory .slick-next {*/
/*    top: 45%;*/
/*    right: 15px;*/
/*    z-index: 10;*/
/*}*/

/*#main_index .gallerycategory .text-center.px-3 {*/
/*    font-size: 15px;*/
/*    font-family: inter;*/
/*}*/

/*@media screen and (max-width: 1450.5px){*/
/*.hp_portfolio_desc {*/
/*    font-size: 1.25vw;*/
/*    margin-bottom: 6%;*/
/*}*/
/*.hp_portfolio_desc2 {*/
/*    font-size: 1.25vw;*/
/*    margin-bottom: 6%;*/
/*}*/
/*.hp_portfolio_desc3 {*/
/*    font-size: 1.25vw;*/
/*    margin-bottom: 6%;*/
/*}*/

/*.hp_portfolio_title {*/
/*    font-size: 2.5vw;*/
/*    margin-bottom: 4%;*/
/*}*/

/*.hp_portfolio_box {*/
/*    flex: 0 0 25%;*/
/*}*/

/*.hp_portfolio_box2 {*/
/*    flex: 0 0 74.6%;*/
/*}*/

/*}*/

@media screen and (max-width: 1200.5px){
.hp_portfolio_desc {
    font-size: 1.25vw;
    margin-bottom: 6%;
}
.hp_portfolio_desc2 {
    font-size: 1.25vw;
    margin-bottom: 6%;
}
.hp_portfolio_desc3 {
    font-size: 1.25vw;
    margin-bottom: 6%;
}

.hp_portfolio_title {
    font-size: 2.5vw;
    margin-bottom: 4%;
}

.hp_portfolio_link {
    font-size: 1.25vw;
    padding: 0.75vw 4.5vw 0.75vw 1.75vw;
}

.hp_portfolio_link:before {
    right: 10%;
    width: 2vw;
    height: 0.75vw;
    top: 0;
}

.hp_portfolio_itbox2 {
    left: 8%;
}

.hp_portfolio_item {
    font-size: 25px;
}

.hp_portfolio_item2 {
    font-size: 19.5px;
}


/*#main_index .gallerycategory .img_frame {*/
/*    height: 18vw;*/
/*}*/

/*#main_index .gallerycategory .slick-prev {*/
/*    top: 40%;*/
/*}*/
/*#main_index .gallerycategory .slick-next {*/
/*    top: 40%;*/
/*}*/

}

@media screen and (max-width: 991.5px){
.hp_portfolio_fbox {
    margin-bottom: 3vw;
    align-items: start;
    flex-direction: column;
    gap: 3.5vw;
}

.hp_portfolio_box {
    flex: 0 0 40%;
}

/*#main_index .gallerycategory .img_frame {*/
/*    height: 22vw;*/
/*}*/

.hp_portfolio_fbox2 {
    flex-wrap: wrap;
    gap: 3vw 0;
}

.hp_portfolio_box3 {
    flex: 0 0 48.5%;
}

.hp_portfolio_desc {
    font-size: 15px;
    margin-bottom: 5%;
}
.hp_portfolio_desc2 {
    font-size: 15px;
    margin-bottom: 5%;
}
.hp_portfolio_desc3 {
    font-size: 15px;
    margin-bottom: 1.5rem;
}

.hp_portfolio_link {
    font-size: 13.5px;
    padding: 10px 52.5px 10px 22.5px;
}

.hp_portfolio_bbox {
    margin-top: 7.5%;
}

.hp_portfolio_link:before {
        right: 22.5px;
        width: 20px;
        height: 8px;
        top: 2.5px;
    }
    
    .hp_portfolio_title {
        font-size: 30.5px;
   
    }
    
  
    
/*    #main_index .gallerycategory .text-center.px-3 {*/
/*    font-size: 14.5px;*/
/*}*/

}

@media screen and (max-width: 767.5px){
    .hp_portfolio_fbox {
   
        gap: 30px;
    }
    
/*    #main_index .gallerycategory .text-center.px-3 {*/
/*    font-size: 14px;*/
/*}*/
    
        .hp_portfolio_title {
        font-size: 29.5px;
        margin-bottom: 1rem;
    }
    

    
    /*#main_index .gallerycategory .img_frame {*/
    /*    height: 35vw;*/
    /*}*/
    
    .hp_portfolio_desc {
    font-size: 14.5px;
    margin-bottom: 1rem;
}
.hp_portfolio_desc2 {
    font-size: 14.5px;
    margin-bottom: 1rem;
}
.hp_portfolio_desc3 {
    font-size: 14.5px;
    margin-bottom: 1rem;
}

.index_wrapper_4 {
    padding: 45px 3% 45px;
}

.hp_portfolio_image {
    aspect-ratio: 2;
    object-fit: cover;
    object-position: 50%;
}

    .hp_portfolio_link {
        font-size: 13px;
        padding: 10px 50px 10px 20px;
   
    }
    
    .hp_portfolio_link:before {
        right: 20px;
   
    }

}

@media screen and (max-width: 520.5px){
    .hp_portfolio_fbox2 {
        flex-direction: column;
                gap: 25px;
    }
    
    /*#main_index .gallerycategory .img_frame {*/
    /*    height: 70vw;*/
    /*}*/
    
    .hp_portfolio_image {
    aspect-ratio: 1;
   
}

.hp_portfolio_item {
    font-size: 23px;
}

.hp_portfolio_item2 {
    font-size: 23px;
}

    .hp_portfolio_fbox {
    
        margin-bottom: 30px;
    }
    
}

/*Why*/

.hp_why {
    padding: 3% 7% 3% 0%;
}

.hp_why .row {
    align-items: center;
}

.hp_why_image {
    width: 100%;
}

.hp_why_ibox {
    margin-left: -15px;
}

.hp_why_icon {
    width: 70px;
    transition: all 0.4s ease-in-out;
}

.hp_why_box:hover .hp_why_icon {
    animation: 1s jshake;
}

.hp_why_box {
    flex: 0 0 42%;
}

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

.hp_why_fbox {
    flex-wrap: wrap;
    gap: 4vw 6vw;
    margin-top: 5rem;
    position: relative;
}

.hp_why_fbox:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: -3%;
    background-color: #2b2b2b;
    opacity: 0.2;
    width: 103%;
    height: 1px;
}

.hp_why_fbox:after {
    position: absolute;
    content: "";
    top: -9%;
    margin: 0 auto;
    left: -6%;
    right: 0%;
    background-color: #2b2b2b;
    opacity: 0.2;
    width: 1px;
    height: 115%;
}

.hp_why_ibox {
    margin-right: 13%;
}

.hp_why_item {
    font-family: jost;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 19px;
    margin-top: 20px;
}

.hp_why_title {
    margin-top: 4rem;
}

.hp_why_ggbox {
    margin-left: -2%;
}

@media screen and (max-width: 1350.5px){

.hp_why_title {
    margin-top: 1rem;
}

.hp_why_ggbox {
    margin-left: -3%;
}

.hp_why_box {
    flex: 0 0 43%;
}

.hp_why_fbox:after {
    left: -4%;
}

}

@media screen and (max-width: 1200.5px){
.hp_why_title {
    margin-top: 0rem;
}

.hp_why_ibox {
    margin-right: 9%;
}

.hp_why_item2 {
    font-size: 13px !important;
}

.hp_why_icon {
    width: 60px;
}

.hp_why_fbox {
    gap: 4vw 2vw;
    margin-top: 2rem;
}

    .hp_why_box {
        flex: 0 0 47%;
    }
    
    .hp_why {
    padding: 3% 6% 3% 0%;
}

.hp_why_item {
    font-size: 16px;
}

    .hp_why_fbox:after {
        left: -3%;
        top: -6%;
        height: 110%;
    }

}

@media screen and (max-width: 991.5px){

    .hp_why_ibox {
        margin-right: -9%;
    }
    
        .hp_why_ggbox {
        margin-left: 7%;
        margin-top: 7%;
    }
    
    .hp_why_item {
    font-size: 17.5px;
}

    .hp_why_fbox {
        gap: 5vw 5vw;
        margin-top: 3rem;
    }
    
        .hp_why_box {
        flex: 0 0 41%;
    }
    
    .hp_why_fbox:after {
        left: -16%;
   
    }
    
    .hp_why_fbox:before {

    width: 97%;
   
}
    
}

@media screen and (max-width: 767.5px){

    .hp_why {
        padding: 45px 3% 45px;
    }
    
        .hp_why_ibox {
        margin-right: -9%;
        margin-left: -9%;
    }
    
    .hp_why_ggbox {
        margin-left: 0%;
        margin-top: 60px;
    }
    
        .hp_why_fbox:after {
        left: -18%;
    }
    
}


@media screen and (max-width: 670.5px){
    .hp_why_box {
        flex: 0 0 47%;
    }
    
    .hp_why_fbox:after {
        left: -3%;
    }
    
}

@media screen and (max-width: 520.5px){
       .hp_why_fbox {
        gap: 12vw;
        margin-top: 3rem;
        flex-direction: column;
    }
    
        .hp_why_box {
        position: relative;
    }
    
    .hp_why_box:before {
    position: absolute;
    content: "";
    bottom: -6vw;
    left: 0%;
    background-color: #2b2b2b;
    opacity: 0.2;
    width: 100%;
    height: 1px;
}

.hp_why_box:last-child:before {
    display: none;
}

.hp_why_fbox:before {
        display: none;
    }
    
.hp_why_fbox:after {
        display: none;
    }
    
}

/*Recognition*/

.hp_recog {
    padding: 9% 0% 0%;
    position: relative;
}

.hp_recog:before {
    position: absolute;
    content: "";
    top: -12%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1780902530E_Background.png');
    background-position: 50% center;
    width: 100%;
    height: 112%;
    z-index: -1;
}


.hp_recog_image {
    width: 100%;
}
.hp_recog_imagex {
    width: 80%;
}

.hp_recog_ibox2 {
    flex: 0 0 16.6666666667%;
}

.hp_recog_desc {
    margin-bottom: 2rem;
}

.hp_recog_sbox {
    justify-content: center;
    text-align: center;
    margin-top: -18%;
        padding: 0 5%;
}

.hp_recog_ibox {
    margin-left: -33%;
    margin-right: -42%;
}

.hp_recog_ibox3 {
    margin-right: -15px;
}

.hp_recog_itbox {
    padding-left: 6%;
    margin-top: 30px;
}

.hp_recog_item {
    font-size: 29px;
    color: #3a2a24;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.hp_recog_item2 {
    font-size: 23px;
    color: #2b2b2b;
    font-weight: 400;
}

.hp_recog_ibox {
    position: relative;
    bottom: 15.5vw;
}

.hp_recog_box {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1200.5px){
.hp_recog_item2 {
    font-size: 18px;
   
}

.hp_recog_item {
    font-size: 23.25px;

}

.hp_recog_sbox {
   
    margin-top: -15%;
    padding: 0 4%;
}

}

@media screen and (max-width: 991.5px){
.hp_recog_itbox {
    padding-left: 0%;
    margin-top: 20px;
}

    .hp_recog_item2 {
        font-size: 14.5px;
    }
    
    
        .hp_recog_item {
        font-size: 19px;
    }
    
    .hp_recog_imagex {
    width: 90%;
}

    .hp_recog_sbox {
        margin-top: -15%;
        padding: 0 2%;
    }
}

@media screen and (max-width: 767.5px){
.hp_recog_ibox {
    margin-left: -33%;
    margin-right: -40%;
            margin-bottom: -12%;
}

.hp_recog_ibox3 {
    margin-right: -15px;
    margin-left: -15px;
}

    .hp_recog_itbox {
        padding-left: 3%;
        margin-top: 20px;
    }
    
    .hp_recog {
    padding: 45px 0% 60px;

}

    .hp_recog_sbox {
        margin-top: 30px;
        padding: 0;
        flex-wrap: wrap;
                gap: 4vw 0;
    }
    
    .hp_recog_ibox2 {
    flex: 0 0 33%;
}

}

/*Built*/

.hp_built {
    padding: 0% 0% 2%;
}

.hp_built_ibox {
    flex: 0 0 42%;
}

.hp_built_ggbox {
    flex: 0 0 58%;
}

.hp_built_image {
    width: 100%;
}

.hp_built_ibox {
    margin-left: -15px;
}

.hp_built_fbox {
    margin-top: 2.5rem;
    align-items: center;
}

.hp_built_itbox {
    flex: 0 0 49%;
}

.hp_built_descx {
    font-style: italic;
    font-family: inter;
    font-size: 20px;
    margin-bottom: 2.5rem;
    color: #2b2b2b;
    line-height: 1.5;
    margin-top: 4rem;
}

.hp_built_item {
    font-size: 23px;
    margin-bottom: 1.5rem;
}

.hp_built_item2 {
    color: #2b2b2b;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.hp_built_item2:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    background-color: #2b2b2b;
    opacity: 0.5;
    width: 71%;
    height: 1px;
}

.hp_built_item3 {
    color: #2b2b2b;
}

.hp_built_fbox2 {
    padding-left: 9.5%;
    position: relative;
}

.hp_built_fbox2:before {
    position: absolute;
    content: "";
    top: -7%;
    left: -4.5%;
    right: 0%;
    margin: 0 auto;
    background-color: #2b2b2b;
    opacity: 0.5;
    width: 1px;
    height: 120%;
}

.hp_built_dbox2 {
    margin-left: -4%;
}
.hp_built_bbox {
    margin-left: -4%;
}

@media screen and (max-width: 1200.5px){
.hp_built_fbox2 {
    padding-left: 7%;
}

.hp_built_ibox {
    flex: 0 0 40%;
}

.hp_built_ggbox {
    flex: 0 0 60%;
}

.hp_built_item {
    font-size: 21px;
    margin-bottom: 1rem;
}

.hp_built_item2 {
    font-size: 17px;
        padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.hp_built_descx {
    font-size: 19px;
        margin-top: 3rem;
        margin-bottom: 2rem;
}

.hp_built_itbox {
    flex: 0 0 50%;
}

.hp_built_item2:before {
 
    width: 73%;
  
}

}

@media screen and (max-width: 991.5px){
.hp_built_item {
    font-size: 2vw;
    margin-bottom: 3%;
}

.hp_built_item2 {
        font-size: 1.6vw;
                padding-bottom: 4%;
        margin-bottom: 6%;
        
    }
    
    .hp_built_item3 {

    font-size: 1.25vw;
}

    .hp_built_descx {
        font-size: 1.75vw;
        margin-top: 8%;
        margin-bottom: 4%;
     
    }
    
    .hp_built_link {
    font-size: 1.25vw;
    padding: 0.75vw 4.5vw 0.75vw 1.75vw;
}

.hp_built_link:before {
        right: 10%;
        width: 2vw;
        height: 0.75vw;
        top: 0;
    }

}

@media screen and (max-width: 767.5px){
.hp_built_fbox {
    margin-top: 2rem;
    flex-direction: column;
}

.hp_built_ibox {
    margin-left: -15px;
    margin-right: -15px;
}

    .hp_built_item2 {
        font-size: 16px;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hp_built_link {
       
        font-size: 13px;
        padding: 10px 50px 10px 20px;
    }
    
        .hp_built_link:before {
        right: 20px;
        width: 20px;
        height: 8px;
        top: 2.5px;
    }
    
        .hp_built_descx {
        font-size: 17px;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    
    .hp_built_item {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    
        .hp_built_fbox2 {
        padding-left: 0;
      
                margin: 45px -9% 0 -7%;
    }
    
    .hp_built_item3 {
        font-size: 13px;
    }
    
    .hp_built_dbox2 {
    margin-left: 0%;
}

.hp_built_bbox {
    margin-left: 0;
}

.hp_built_fbox2:before {

    left: -12%;

}

}

@media screen and (max-width: 520.5px){
    .hp_built_fbox2 {
        flex-direction: column;
                margin: 45px 3% 0 3%;
                        gap: 6vw;
    }
    
        .hp_built_descx {
        font-size: 16px;
       
    }
    
    .hp_built_fbox2:before {
        left: 0;
        right: 0;
        bottom: -1.5rem;
        top: unset;
        width: 100%;
        height: 1px;
    }
    
}

/*Process*/

.hp_process {
    padding: 6% 7% 6%;
}

.hp_process_fbox {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25vw 0;
    margin-top: 2.5rem;
}

.hp_process_itbox {
    flex: 0 0 32%;
    background: #d8c7bd;
        padding: 1.5rem 2.5% 1.75rem 2.5%;
}

.hp_process_icon {
    width: 60px;
}

.hp_process_itemx {
    text-align: right;
        margin-bottom: -10px;
}

.hp_process_item2 {
    font-size: 14.5px;
    color: #6b5b4d;
}

.hp_process_item {
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 1200.5px){
.hp_process_item2 {
    font-size: 14px;
}

.hp_process_icon {
    width: 50px;
}

.hp_process_itemx {
    margin-bottom: -5px;
}

}

@media screen and (max-width: 991.5px){
.hp_process_itbox {
    flex: 0 0 48%;
    padding: 1.5rem 4% 1.75rem 4%;
}

.hp_process_fbox {
    gap: 2.5vw 0;
    margin-top: 2rem;
}

.hp_process {
    padding: 6% 7% 9%;
}

    .hp_process_item2 {
        font-size: 13.5px;
    }

}

@media screen and (max-width: 767.5px){
.hp_process_itemx {
    margin-bottom: 0;
}

.hp_process {
    padding: 45px 3% 60px;
}

    .hp_process_item2 {
        font-size: 13px;
    }

}

@media screen and (max-width: 568.5px){
    .hp_process_item2 br {
        display: none;
    }
    
}    

@media screen and (max-width: 520.5px){
 
     .hp_process_fbox {
        gap: 4vw 0;
        flex-direction: column;
    }
    
    .hp_process_item2 br {
        display: block;
    }
    
        .hp_process_itemx {
        margin-bottom: -10px;
    }
    
        .hp_process_itbox {
   
        padding: 1.5rem 7% 1.75rem 9%;
    }
    
}    

/*Contact*/

.hp_contact {
    padding: 9.75% 7% 7.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1780654207I_Background.jpg');
    background-color: black;
    background-position: 50%;
}

.hp_contact_title {
    color: #fff;
    margin-bottom: 1.75rem;
}
.hp_contact_desc {
    color: #fff;
    margin-bottom: 1.75rem;
}
.hp_contact_desc2 {
    color: #fff;
    margin-bottom: 2.5rem;
}


@media screen and (max-width: 767.5px){
.hp_contact {
    padding: 75px 3% 75px;
}

}

@media screen and (max-width: 454.5px){
.hp_contact_desc br{
    display: none;
}

.hp_contact_desc2 br{
    display: none;
}

}

/*Footer*/

.footer_type10 .w-100 {
    width: 105% !important;
    margin-right: -15px;
}

.footer_type10 {
    color: white;
    background-color: #3b2a23;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    overflow-x: hidden;
    font-family: inter;
}

.footer_type10 .social_media a .icon_s img {
    height: 28px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(15%) hue-rotate(212deg) brightness(104%) contrast(100%);
}

.footer_type10 .line_top {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_type10 .icon {
    padding: 0px;
    margin-right: 7.5px;
}

.footer_type10 .social_media a:hover .icon_s img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(15%) hue-rotate(212deg) brightness(104%) contrast(100%);
}

.footer_type10 .sub_title p {
    color: #f6921e;
    font-weight: 600 !important;
}

.footer_type10 .sub_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #f6921e;
}

.footer_type10 a:hover {
    color: #f6921e;
}

.footer_type10 .text {
    color: white !important;
    font-size: 14.5px;
}

.footer_type10 .social_media {
    margin-top: 10px !important;
}

.footer_type10 .title {
    min-height: 80px;
}

.footer_type10 .logo img {
    max-height: 80px;
}

.footer_type10 .social_media a .icon_s i {
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 2px;
}

.footer_type10 .social_media a .icon_s {
    padding: 0px;
    width: auto;
    height: auto;
}

@media screen and (max-width: 1200.5px){
.footer_type10 .w-100 {
    width: 100% !important;
    margin-right: 0px;
}

}