a {
    text-decoration: none !important;
}

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

.np_language_btn {
    position: absolute;
    top: 22px;
    right: 8rem;
    z-index: 9999;
    user-select: none;
    cursor: pointer;
}

.np_language_btn .dropdown_btn {
    background-color: transparent;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    padding: 6px 10px;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    color: #3d3631;
}

.np_language_btn .dropdown_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 12px;
    min-width: 40px;  
    min-height: 32px;

    border-radius: 50%;
    text-decoration: none;
    transition: 0.2s ease;
    color: #3d3631;
}

.np_language_btn .dropdown_btn a:hover {
    background-color: #dad1ca;
    color: #000;
    border-radius: 50%;
}

.np_language_btn .dropdown_btn a.active {
    background-color: #dad1ca;
    color: #000;
    border-radius: 50%;
}

.np_language_btn .dropdown_btn span {
    color: #333;
    display: none;
}

@media screen and (max-width: 1300.5px){
    .np_language_btn {
        position: absolute;
        top: 22px;
        right: 7rem;
        z-index: 9999;
        user-select: none;
        cursor: pointer;
    }
}

@media screen and (max-width: 1200.5px){
    .np_language_btn {
        position: absolute;
        top: 22px;
        right: 1rem;
        z-index: 9999;
        user-select: none;
        cursor: pointer;
    }
}

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

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

/*navbar*/

.navbar_type8 {
    height: 90px;
    margin-top: 0px;
    background: #f4f3f1;
}

#main_index .navbar_type8 {
    background: #f4f3f1;
}

.navbar_type8 .logo img {
    width: 100% !important;
    padding: 17px;
    object-fit: contain;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 5.5vw;
}

.navbar_type8 .nav_tab {
    flex:0 1 80%;
}

.navbar_type8 .nav_tab {
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 18vw;
    flex-wrap: nowrap;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Libre Baskerville', serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 15px 20px;
    text-transform: capitalize;
}

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

.navbar_type8 .nav_tab .nav_item {
    position: relative;
}

.navbar_type8 .nav_tab .nav_item::before {
    content: "";
    position: absolute;
    top: 1.5vw;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 65%;
    height: 3px; 
    background-color: #000;
    transform-origin: center;
    transition: transform 0.3s ease;
    opacity: 1;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 3px solid #000;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.navbar_type8.navbar_height.dark_nav {
   background: #f4f3f1 !important;
}

#main_index .navbar_type8.navbar_height.dark_nav {
   background: #f4f3f1 !important;
}

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Libre Baskerville', serif;
        font-size: 14px;
        font-weight: 500;
        /*color: #fff;*/
        padding: 15px 16px;
        text-transform: capitalize;
    }
    
    .navbar_type8 .nav_tab {
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 11vw;
        flex-wrap: nowrap;
    }
}

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

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

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -90px;
}

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.n_bannerInnerGroup {
    position: absolute;
    top: 70%;
    left: 69%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.banner_big_title {
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    font-weight: 800;
    /* font-style: italic; */
    color: #fff;
    margin-bottom: 8vw;
    line-height: 1.2;
    position: relative;
}

.banner_big_title::after {
    content: "";
    display: block;
    width: 200px;
    height: 16px;
    background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
    margin-left: 37%;
    filter: brightness(0) invert(1);
    /* position: absolute; */
}

html:lang(zh) .banner_big_title::after {
    content: "";
    display: block;
    width: 200px;
    height: 16px;
    background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
    margin-left: 15%;
    filter: brightness(0) invert(1);
    /* position: absolute; */
}

.banner_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 54%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.banner_keyword2 {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
}

.n_bannerInnerGroup3 {
    position: absolute;
    top: 88%;
    right: 0%;
    width: 18%;
}

.banner_keyword3 {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;

    display: inline-block;
    padding-right: 40px; 
}

.banner_keyword3::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 15px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(https://cdn1.npcdn.net/img/1778159273BUTTON-3.png) no-repeat center;
    background-size: contain;
}

.slider_banner .slick-prev, .slider_banner .slick-next {
    width: 75px;
    height: 45px;
    background: #fff;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.slider_banner .slick-prev::before, .slider_banner .slick-next::before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
}

.slider_banner .slick-prev::before {
    background-image: url("https://cdn1.npcdn.net/img/1778149291BUTTON-1.jpg");
    filter: none;
}

.slider_banner .slick-next::before {
    background-image: url("https://cdn1.npcdn.net/img/1778149298BUTTON-2.jpg");
    filter: none;
}

.slider_banner .slick-next:before, .slider_banner .slick-prev:before {
    opacity: 1;
}

.slider_banner .slick-prev {
    z-index: 99;
    top: calc(88% - 10px);
    left: 134px;
}

.slider_banner .slick-next {
    top: calc(88% - 10px);
    right: calc(89% - 130px);
}

@media screen and (max-width: 1300.5px){
    .slider_banner .slick-prev, .slider_banner .slick-next {
        width: 65px;
        height: 35px;
        background: #fff;
        border-radius: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 1;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(88% - 10px);
        left: 113px;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(88% - 10px);
        left: 95px;
    }
}

@media screen and (max-width: 1200.5px){
    .banner_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 30px;
        font-weight: 800;
        /* font-style: italic; */
        color: #fff;
        margin-bottom: 5vw;
        line-height: 1.2;
        position: relative;
    }
    
    .banner_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    .banner_keyword2 {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
    }
    
    .banner_keyword3 {
        position: relative;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
        line-height: 1.3;
        display: inline-block;
        padding-right: 40px;
    }
    
    .n_bannerInnerGroup3 {
        position: absolute;
        top: 85%;
        right: -1%;
        width: 18%;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 70%;
        left: 66%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 26%;
        left: 44%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
    
    .banner_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 21px;
        font-weight: 800;
        /* font-style: italic; */
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.2;
        position: relative;
    }
    
    .banner_big_title::after {
        content: "";
        display: block;
        width: 150px;
        height: 16px;
        background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 0px;
        margin-left: 37%;
        filter: brightness(0) invert(1);
        /* position: absolute; */
    }
    
    html:lang(zh) .banner_big_title::after {
        content: "";
        display: block;
        width: 135px;
        height: 16px;
        background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 5px;
        margin-left: 15%;
        filter: brightness(0) invert(1);
        /* position: absolute; */
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 54%;
        left: 52%;
        transform: translate(-50%, -50%);
        width: 85%;
    }
    
    .banner_keyword br {
        display: none;
    }
    
    .n_bannerInnerGroup3 {
        position: absolute;
        top: 78%;
        right: -1%;
        width: 91%;
    }
    
    .slider_banner .slick-prev, .slider_banner .slick-next {
        width: 60px;
        height: 30px;
        background: #fff;
        border-radius: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 1;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(85% - 10px);
        left: 235px;
    }
    
    .slider_banner .slick-next {
        top: calc(85% - 10px);
        right: calc(51% - 130px);
    }
}

@media screen and (max-width: 428.5px) {
    .slider_banner .slick-prev {
        z-index: 99;
        top: calc(85% - 10px);
        left: 210px;
    }
}

@media screen and (max-width: 360.5px) {
    .banner_big_title {
        font-family: 'Libre Baskerville', serif;
        font-size: 19px;
        font-weight: 800;
        /* font-style: italic; */
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.2;
        position: relative;
    }
    
    .banner_keyword2 br {
        display: none;
    }
    
    .slider_banner .slick-next {
        top: calc(85% - 10px);
        right: calc(43% - 130px);
    }
}

/*hp_about*/

.hp_about {
    padding: 8vw 8vw 5vw 8vw;
    position: relative;
}

.hp_about::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 13%;
    height: 13%;
    background: url(https://cdn1.npcdn.net/img/1778139820A-ARROW.png) no-repeat;
    background-position: center;
    background-size: contain;
    animation: bounceSoft 1.8s ease-in-out infinite;
}

html:lang(zh) .hp_about .n_Header::after {
    content: "";
    display: block;
    width: 200px;
    height: 16px;
    background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-left: 14%;
    /* position: absolute; */
}

@keyframes bounceSoft {
    0% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, 8px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 0);
        opacity: 0.6;
    }
}

.hp_about_img {
    width: 107%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 0vw;
}

.about_right {
    padding: 7vw 0vw 0vw 5vw;
}

.hp_about .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 0.5vw;
    line-height: 1.2;
    position: relative;
}

.hp_about .n_Header::after {
    content: "";
    display: block;
    width: 200px;
    height: 16px;
    background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-left: 58%;
    /* position: absolute; */
}

.hp_about .n_aboutText {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.8;
    padding: 0vw 7vw 1vw 0vw;
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
    }
    
    .hp_about .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 0.5vw;
        line-height: 1.2;
        position: relative;
    }
    
    .hp_about .n_Header::after {
        content: "";
        display: block;
        width: 150px;
        height: 16px;
        background-image: url(https://cdn1.npcdn.net/img/1778140301B-ELEMENT.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 1px;
        margin-left: 8%;
        /* position: absolute; */
    }
    
    .about_right {
        padding: 5vw 4vw 0vw 4vw;
    }
    
    .hp_about .n_aboutText {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        line-height: 1.8;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .hp_about::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 91%;
        transform: translateX(-50%);
        width: 20%;
        height: 20%;
        background: url(https://cdn1.npcdn.net/img/1778139820A-ARROW.png) no-repeat;
        background-position: center;
        background-size: contain;
    }
}

/*hp_solutions*/

.hp_solutions {
    padding: 12vw 8vw 5vw 8vw;
    position: relative;
}

.hp_solutions::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 13%;
    height: 13%;
    background: url(https://cdn1.npcdn.net/img/1778141535B-ARROW.png) no-repeat;
    background-position: center;
    background-size: contain;
    animation: bounceSoft 1.8s ease-in-out infinite;
}

.hp_solutions .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 1vw;
    line-height: 1.2;
    position: relative;
}

.solutionBorder {
    position: relative;
    padding: 0 15px;
    transition: all 0.35s ease;
}

.solutionBorder:hover{
    transform: translateY(-10px);
}

.n_solutionImg {
    perspective: 600px;
}

.n_solutionImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 0px;
    border-radius: 10px;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_solutionBox {
    margin-top: 1.5vw;
    padding: 35px 45px 35px 45px;
    background: #f4f3f1;
    border: 2px solid #d6d3ce;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
    /* overflow: hidden; */
    transition: all 0.35s ease;
}

.n_solutionTitle {
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 1.5vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_solutionText {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
    margin-top: 1vw;
    margin-bottom: 0vw;
    transition: all 0.35s ease;
}

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

@media screen and (max-width: 1200.5px){
    .n_solutionBox {
        margin-top: 1.5vw;
        padding: 25px 25px 25px 25px;
        background: #f4f3f1;
        border: 2px solid #d6d3ce;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        /* overflow: hidden; */
        transition: all 0.35s ease;
    }
    
    .n_solutionTitle {
        font-family: 'Libre Baskerville', serif;
        font-size: 17px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 1.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_solutions {
        padding: 12vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_solutions .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 2vw;
        line-height: 1.2;
        position: relative;
    }
    
    .n_solutionTitle {
        font-family: 'Libre Baskerville', serif;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-top: 3.5vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_solutionText {
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.8);
        line-height: 1.6;
        margin-top: 1vw;
        margin-bottom: 0vw;
        transition: all 0.35s ease;
    }
    
    .solutionBorder {
        position: relative;
        padding: 5px 15px;
        transition: all 0.35s ease;
    }
    
    .hp_solutions::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 91%;
        transform: translateX(-50%);
        width: 20%;
        height: 20%;
        background: url(https://cdn1.npcdn.net/img/1778141535B-ARROW.png) no-repeat;
        background-position: center;
        background-size: contain;
    }
}

/*hp_services*/

.hp_services {
    padding: 12vw 8vw 1vw 8vw;
    position: relative;
}

.hp_services .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 1vw;
    line-height: 1.2;
    position: relative;
}

/*services*/

.ex_hpservice_slide {
    margin-block: 0px;
    background-color: #f4f3f1;
    border: 2px solid #d6d3ce;
    padding: 4vw 0vw 3vw 0vw;
    /* margin-left: 1vw; */
    position: relative;
}

.ex_hpservice_slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 33.5%;
    width: 1px;
    height: 100%;
    background: #d6d3ce;
}

.ex_hpservice_slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 33.5%;
    width: 1px;
    height: 100%;
    background: #d6d3ce;
}

#main_index .ex_hpservice_slide .container, #main_index .ex_hpservice_slide .container-lg, #main_index .ex_hpservice_slide .container-md, #main_index .ex_hpservice_slide .container-sm, #main_index .ex_hpservice_slide .container-xl {
    max-width: 1240px;
    width: 100%;
    max-width: 150%;
} 

#main_index .ex_hpservice_slide .col-md-12 {
    padding: 0px;
}

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-bottom: 45.5vw; */
    /* margin-left: 84.5vw; */
    top: 0%;
    /* margin-top: -102%; */
    transform: translate(83.5vw, -22.5vw);
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 34vw;*/
    /*margin-bottom: 45.5vw ! IMPORTANT;*/
    /*margin-right: 8.5vw;*/
    /*margin-left: 0vw;*/
    transform: translate(-9vw, -22.5vw);
}

.ex_hpservice_slide .services-content {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 300px;
    margin-bottom: 11vw;
}

.ex_hpservice_slide .services-content .services-image {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.ex_hpservice_slide .services-text {
    opacity: 1;
    position: relative;
    top: 30%;
    width: 100%;
    text-align: left;
    padding: 6% 0%;
    z-index: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    border: 0px solid #fff;
    /* height: 100%; */
    border-radius: 0px 0px 10px 10px;
    transition: all 0.35s ease;
}

.ex_hpservice_slide .services-text h3.title {
    font-family: 'Libre Baskerville', serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    line-height: 1.5;
    height: auto;
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 0px;
    display: block;
    margin: 15px auto;
}

.ex_hpservice_slide .service_btn {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #d19a00;
    border-radius: 25px;
    padding: 9px 21px !important;
    text-transform: capitalize;
    letter-spacing: 0em;
    padding: 0px;
    margin-top: 5px;
    display: inline-block;
}

.ex_hpservice_slide .service_btn i {
    display: none;
}

.ex_hpservice_slide .service_btn::after {
    content: '>>';          
    display: inline-block;
    margin-left: 0px;        
    color: #fff;        
    transition: transform 0.3s ease, color 0.3s ease;
    display: none !important;
}

.ex_hpservice_slide .service_btn:hover::after {
    transform: translateX(5px); 
    color: #fff;          
}

.ex_hpservice_slide .item {
    margin: 0 35px;
}

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
}

/*.ex_hpservice_slide .item {*/
/*    position: relative;*/
/*}*/

/*.ex_hpservice_slide .item::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%); */

/*    width: 1px;*/
/*    height: 80%;*/

/*    background: #d6d3ce;*/
/*}*/

.ex_hpservice_slide .item:last-child::after {
    display: none;
}

@media screen and (max-width: 1300.5px){
    /*.ex_hpservice_slide .fa-chevron-left:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 42px;*/
    /*    height: 42px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    margin-bottom: 50.5vw ! IMPORTANT;*/
    /*    margin-left: 83.5vw;*/
    /*}*/
    
    /*.ex_hpservice_slide .fa-chevron-right:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 42px;*/
    /*    height: 42px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
        /*margin-top: 34vw;*/
    /*    margin-bottom: 50.5vw ! IMPORTANT;*/
    /*    margin-right: 8.5vw;*/
    /*    margin-left: 0vw;*/
    /*}*/
    
    .ex_hpservice_slide .fa-chevron-left:before {
        content: "";
        display: inline-block;
        width: 42px;
        height: 42px;
        background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* margin-bottom: 45.5vw; */
        /* margin-left: 84.5vw; */
        top: 0%;
        /* margin-top: -102%; */
        transform: translate(83.5vw, -26.5vw);
    }
    
    .ex_hpservice_slide .fa-chevron-right:before {
        content: "";
        display: inline-block;
        width: 42px;
        height: 42px;
        background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /*margin-top: 34vw;*/
        /*margin-bottom: 45.5vw ! IMPORTANT;*/
        /*margin-right: 8.5vw;*/
        /*margin-left: 0vw;*/
        transform: translate(-9vw, -26.5vw);
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 300px;
        margin-bottom: 13vw;
    }
}

@media screen and (max-width: 1200.5px){
    /*.ex_hpservice_slide .fa-chevron-left:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 32px;*/
    /*    height: 32px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    margin-bottom: 62.5vw ! IMPORTANT;*/
    /*    margin-left: 83.5vw;*/
    /*}*/
    
    /*.ex_hpservice_slide .fa-chevron-right:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 32px;*/
    /*    height: 32px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
        /*margin-top: 34vw;*/
    /*    margin-bottom: 62.5vw ! IMPORTANT;*/
    /*    margin-right: 8.5vw;*/
    /*    margin-left: 0vw;*/
    /*}*/
    
    .ex_hpservice_slide .fa-chevron-left:before {
        content: "";
        display: inline-block;
        width: 42px;
        height: 42px;
        background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* margin-bottom: 45.5vw; */
        /* margin-left: 84.5vw; */
        top: 0%;
        /* margin-top: -102%; */
        transform: translate(83.5vw, -31.5vw);
    }
    
    .ex_hpservice_slide .fa-chevron-right:before {
        content: "";
        display: inline-block;
        width: 42px;
        height: 42px;
        background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /*margin-top: 34vw;*/
        /*margin-bottom: 45.5vw ! IMPORTANT;*/
        /*margin-right: 8.5vw;*/
        /*margin-left: 0vw;*/
        transform: translate(-7vw, -31.5vw);
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 300px;
        margin-bottom: 18vw;
    }
}

@media screen and (max-width: 992.5px){
    .ex_hpservice_slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 33.5%;
        width: 0px;
        height: 100%;
        background: #d6d3ce;
    }
    
    .ex_hpservice_slide::after {
        content: "";
        position: absolute;
        top: 0;
        right: 33.5%;
        width: 0px;
        height: 100%;
        background: #d6d3ce;
    }
}

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 12vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .hp_services .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 3vw;
        line-height: 1.2;
        position: relative;
    }
    
    .ex_hpservice_slide {
        margin-block: 0px;
        background-color: #f4f3f1;
        border: 2px solid #d6d3ce;
        padding: 6vw 0vw 6vw 0vw;
        /* margin-left: 1vw; */
        position: relative;
    }
    
    .ex_hpservice_slide .services-content {
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: visible;
        width: 100%;
        height: 230px;
        margin-bottom: 5vw;
    }
    
    /*.ex_hpservice_slide .fa-chevron-left:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    margin-bottom: 109.5vw ! IMPORTANT;*/
    /*    margin-left: 83.5vw;*/
    /*}*/
    
    /*.ex_hpservice_slide .fa-chevron-right:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
        /*margin-top: 34vw;*/
    /*    margin-bottom: 109.5vw ! IMPORTANT;*/
    /*    margin-right: 3.5vw;*/
    /*    margin-left: 0vw;*/
    /*}*/
    
    .ex_hpservice_slide .fa-chevron-left:before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* margin-bottom: 45.5vw; */
        /* margin-left: 84.5vw; */
        top: 0%;
        /* margin-top: -102%; */
        transform: translate(83.5vw, -55vw);
    }
    
    .ex_hpservice_slide .fa-chevron-right:before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /*margin-top: 34vw;*/
        /*margin-bottom: 45.5vw ! IMPORTANT;*/
        /*margin-right: 8.5vw;*/
        /*margin-left: 0vw;*/
        transform: translate(-3vw, -55vw);
    }
}

@media screen and (max-width: 360.5px) {
    .ex_hpservice_slide .fa-chevron-left:before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(https://cdn1.npcdn.net/img/1778143176button-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* margin-bottom: 45.5vw; */
        /* margin-left: 84.5vw; */
        top: 0%;
        /* margin-top: -102%; */
        transform: translate(79.5vw, -67vw);
    }
    
    .ex_hpservice_slide .fa-chevron-right:before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(https://cdn1.npcdn.net/img/1778143181button-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /*margin-top: 34vw;*/
        /*margin-bottom: 45.5vw ! IMPORTANT;*/
        /*margin-right: 8.5vw;*/
        /*margin-left: 0vw;*/
        transform: translate(-4vw, -67vw);
    }
}

/*hp_project*/

.hp_project {
    padding: 7vw 9.5vw 6vw 9.5vw;
    position: relative;
    background-color: #3d3631;
}

/*.hp_project_img {*/
/*    width: 107%;*/
/*    max-width: 150%;*/
/*    margin: 0 auto;*/
/*    z-index: 1;*/
/*    margin-left: 0vw;*/
/*}*/

.hp_project_group{
    display: flex;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hp_project_img{
    flex: 1;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}

.hp_project_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.hp_project_group:hover .hp_project_img{
    flex: 0.5;
}

.hp_project_group .hp_project_img:hover{
    flex: 2;
}

.project_left {
    padding: 5vw 0vw 0vw 0vw;
}

.hp_project .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #fff;
    margin-bottom: 1vw;
    line-height: 1.2;
    position: relative;
}

.hp_project .n_projectText {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 1.8;
    padding: 0vw 4vw 1vw 0vw;
}

.projectRow {
    padding: 0vw 7vw 0vw 0vw;
}

.projectBorder {
    padding: 12px 15px;
}

.project_hash {
    background-color: #57524e;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 10px;
    text-align: center;
}

.hp_project .project_hash {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
}

@media screen and (max-width: 1300.5px){
    .projectRow {
        padding: 0vw 3vw 0vw 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .projectRow {
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .hp_project .project_hash {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.8;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_project {
        padding: 6vw 5vw 8vw 5vw;
        position: relative;
        background-color: #3d3631;
    }
    
    .hp_project .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #fff;
        margin-bottom: 1vw;
        line-height: 1.2;
        position: relative;
    }
    
    .project_left {
        padding: 0vw 4vw 0vw 4vw;
    }
    
    .hp_project .n_projectText {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        padding: 0vw 0vw 1vw 0vw;
    }
    
    .projectBorder {
        padding: 7px 15px;
    }
    
    .hp_project_group {
        display: flex;
        width: 100%;
        height: 300px;
        overflow: hidden;
        margin-top: 3vw;
    }
}

/*hp_client*/

.index_wrapper_7 {
    position: relative;
    padding: 0vw 0vw 2vw 0vw;
    width: 81%;
    margin: 0 auto;
}

.index_wrapper_7::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70.5%;
    background-color: #f4f3f1;
    border: 2px solid #d6d3ce;
    border-radius: 5px;
}

.hp_client {
    padding: 10vw 0vw 1vw 0vw;
    position: relative;
}

.hp_client .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 3vw;
    line-height: 1.2;
    position: relative;
}

/*testimonial*/

#main_index .hp_testimonial_type5 .outer_box {
    position: relative;
    flex: 0 1 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#main_index .hp_testimonial_type5 .img_area {
    flex: 0 1 50%;
    background-image: url(http://via.placeholder.com/500x300);
    background-size: 500px 300px, cover;
    background-position: center;
    width: 100%;
    padding-top: 300px;
    display: none;
}

#main_index .hp_testimonial_type5 .testimonial_box .testimonial_card {
    justify-content: center;
    padding: 2vw 5vw 2vw 5vw;
    height: 100%;
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
}

#main_index .testimonial_card .subTitle {
    font-size: 0; /* hides original text */
    position: relative;
}

#main_index .testimonial_card .title {
    display: none;
}

#main_index .testimonial_card .subTitle {
    position: relative;
    display: inline-block;
}

#main_index .testimonial_card .subTitle::before {
    content: "";
    display: block;
    top: 2vw;
    width: 52px;
    height: 52px;
    background: url(https://cdn1.npcdn.net/img/1778145697f-element.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
    margin-bottom: 24px;
    vertical-align: middle;
}

#main_index .testimonial_card .subTitle::after {
    content: "\"Seamless from start to finish!\"";
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

#main_index .testimonial_card p.text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.9;
    padding: 0vw 7vw 0vw 0vw;
}

#main_index .testimonial_card .name h6:first-of-type {
    /* font-family: 'Libre Baskerville', serif; */
    font-size: 25px;
    font-weight: 600;
}

.hp_testimonial_img {
    width: 100%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: -1vw;
    border-radius: 10px;
}

.hp_testimonial_img img {
    border-radius: 10px;
}

@media screen and (max-width: 1300.5px){
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 75.5%;
        background-color: #f4f3f1;
        border: 2px solid #d6d3ce;
        border-radius: 5px;
    }

    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card {
        justify-content: center;
        padding: 0vw 5vw 2vw 5vw;
        height: 100%;
        align-self: center;
        margin: 0 auto;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        width: 100%;
    }
}

@media screen and (max-width: 1200.5px){
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 77.5%;
        background-color: #f4f3f1;
        border: 2px solid #d6d3ce;
        border-radius: 5px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_client {
        padding: 6vw 0vw 1vw 0vw;
        position: relative;
    }
    
    .index_wrapper_7 {
        position: relative;
        padding: 0vw 5vw 7vw 5vw;
        width: 100%;
        margin: 0 auto;
    }
    
    .hp_client .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 3vw;
        line-height: 1.2;
        position: relative;
    }
    
    #main_index .testimonial_card .subTitle::before {
        content: "";
        display: block;
        top: 2vw;
        width: 35px;
        height: 35px;
        background: url(https://cdn1.npcdn.net/img/1778145697f-element.png) no-repeat center;
        background-size: contain;
        margin-right: 8px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    
    #main_index .testimonial_card .subTitle::after {
        content: "\"Seamless from start to finish!\"";
        font-family: 'Libre Baskerville', serif;
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }
    
    #main_index .testimonial_card p.text {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        line-height: 1.9;
        padding: 0vw 0vw 0vw 0vw;
    }
    
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 93%;
        background-color: #f4f3f1;
        border: 2px solid #d6d3ce;
        border-radius: 5px;
    }
    
    #main_index .hp_testimonial_type5 .testimonial_box .testimonial_card {
        justify-content: center;
        padding: 0vw 3vw 5vw 3vw;
        height: 100%;
        align-self: center;
        margin: 0 auto;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        width: 100%;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_client .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 25px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 7vw;
        line-height: 1.2;
        position: relative;
    }
}

/*hp_why*/

.hp_why {
    padding: 10vw 8vw 1vw 8vw;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    height: 96%;
    background-image: url(https://cdn1.npcdn.net/img/1778147280g-pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_why .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 5vw;
    line-height: 1.2;
    position: relative;
}

.whyBorder {
    padding: 15px 15px;
    transition: all 0.4s ease;
}

.whyBorder:hover {
    transform: translateY(-10px);
}

.why_card{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 50px 45px;
    display: flex;
    align-items: flex-end;
}

.why_content {
    /* position: relative; */
    /* z-index: 2; */
    /* width: 100%; */
    padding: 5px;
    /* border-radius: 25px; */
    /* background: rgba(0, 0, 0, 0.25); */
    /* backdrop-filter: blur(8px); */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
}

.n_whyIcon img{
    width: 95px;
    height: 95px;
    object-fit: contain;
    margin-bottom: 2vw;
}

.n_whyTitle {
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.5vw;
}

.n_whyText {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
    height: 150px;
}

@media screen and (max-width: 1300.5px){
    .n_whyText br {
        display: none;
    }
    
    .why_card {
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        padding: 27px 32px;
        display: flex;
        align-items: flex-end;
    }
    
    .hp_why::before {
        content: "";
        position: absolute;
        left: 0;
        top: 187px;
        width: 100%;
        height: 96%;
        background-image: url(https://cdn1.npcdn.net/img/1778147280g-pic.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

@media screen and (max-width: 1200.5px){
    .n_whyIcon img {
        width: 87px;
        height: 87px;
        object-fit: contain;
        margin-bottom: 2vw;
    }
    
    .n_whyTitle {
        font-family: 'Libre Baskerville', serif;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 1.5vw;
    }
    
    .why_card {
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: right;
        border-radius: 10px;
        padding: 22px 26px;
        display: flex;
        align-items: flex-end;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 6vw 5vw 1vw 6vw;
        position: relative;
    }
    
    .hp_why .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 5vw;
        line-height: 1.2;
        position: relative;
    }
    
    .n_whyText {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        color: #000;
        margin-bottom: 0;
        height: auto;
    }
    
    .hp_why::before {
        content: "";
        position: absolute;
        left: 0;
        top: 74px;
        width: 100%;
        height: 100%;
        background-image: url(https://cdn1.npcdn.net/img/1778147280g-pic.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_why .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 24px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 9vw;
        line-height: 1.2;
        position: relative;
    }
}

/*hp_why2*/

.hp_why2 {
    padding: 2vw 1vw 2vw 1vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1778147833g-bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 54%;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #d6d3ce;
}

.whyRight {
    padding: 3vw 0vw 0vw 2vw;
}

.hp_why_img2 {
    width: 100%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 0vw;
}

.hp_why_img2 img {
    border-radius: 10px;
}

.hp_why2 .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 0.5vw;
    line-height: 1.2;
    position: relative;
}

.hp_why2 .n_whyText2 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    /*padding: 0vw 7vw 1vw 0vw;*/
}

.n_whyViewMore {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #d19a00;
    border-radius: 25px;
    padding: 8px 24px;
    text-decoration: none;
    position: relative;
    margin-top: 1vw;
    transition: all 0.3s ease;
}

.n_whyViewMore span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.n_whyViewMore:hover {
    background-color: #000;
    color: #fff;
}

.n_whyViewMore:hover span {
    transform: translateX(5px);
}

@media screen and (max-width: 1300.5px){
    .hp_why2 .n_whyText2 {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1.5;
        /* padding: 0vw 7vw 1vw 0vw; */
    }
    
    .hp_why2 .n_whyText2 br {
        display: none;
    }
    
    .whyRight {
        padding: 1.5vw 0vw 0vw 1vw;
    }
    
    .hp_why2 {
        padding: 2vw 1vw 2vw 1vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778147833g-bg-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 56%;
        margin: 0 auto;
        border-radius: 10px;
        border: 2px solid #d6d3ce;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_why2 {
        padding: 6vw 3vw 6vw 3vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1778147833g-bg-4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 83%;
        margin: 0 auto;
        border-radius: 10px;
        border: 2px solid #d6d3ce;
    }
    
    .whyRight {
        padding: 4vw 4vw 0vw 4vw;
    }
    
    .n_whyViewMore {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #d19a00;
        border-radius: 25px;
        padding: 8px 24px;
        text-decoration: none;
        position: relative;
        margin-top: 2vw;
        transition: all 0.3s ease;
    }
}

/*hp_news*/

.index_wrapper_9 {
    padding: 0vw 0vw 5vw 0vw;
}

.hp_news {
    padding: 10vw 8vw 1vw 8vw;
    position: relative;
}

.hp_news .n_Header {
    font-family: 'Libre Baskerville', serif;
    font-size: 32px;
    font-weight: 800;
    /* font-style: italic; */
    color: #000;
    margin-bottom: 1vw;
    line-height: 1.2;
    position: relative;
}

.hp_news_img {
    width: 100%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-left: 0vw;
}

/*news*/

#main_index .hp_latest_new {
    padding: 0vw 5vw 0vw 9vw;
}

#main_index .hp_latest_new .news_box .read_more {
    background-color: black;
    color: white;
    border-left: 5px solid #3d3631;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: auto;
    width: 100px;
    display: none;
}

#main_index .hp_latest_new .news_box .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

#main_index .hp_latest_new .news_box .img_frame {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    display: none;
}

#main_index .hp_latest_new .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index .hp_latest_new .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #f4f3f1;
    border: 2px solid #d6d3ce;
    padding: 15px;
    border-radius: 10px;
}

#main_index .hp_latest_new .fa, #main_index .hp_latest_new .fas {
    font-weight: 900;
    display: none !important;
}

#main_index .hp_latest_new .news_box .date {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #5b5148;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    opacity: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}

#main_index .hp_latest_new .news_box .col-lg-8 {
    display: flex !important;
    flex-direction: column;
}

/*#main_index .hp_latest_new .news_box .title,*/
/*#main_index .hp_latest_new .news_box .date {*/
/*    display: inline-block;*/
/*}*/

#main_index .hp_latest_new .news_box .title {
    order: 1;
    width: calc(100% - 120px);
}

#main_index .hp_latest_new .news_box .date {
    order: 1;
    margin-left: auto;
    /*white-space: nowrap;*/
    align-self: flex-end;
    margin-top: -45px !important;
}

#main_index .hp_latest_new b, #main_index .hp_latest_new strong {
    font-weight: bolder;
    font-size: 22px;
}

/*.hp_latest_new .news_box .col-lg-8 {*/
/*    display: flex !important;*/
/*    flex-direction: column;*/
/*}*/

/*.hp_latest_new .news_box .date {*/
/*    order: 1;*/
/*}*/

/*.hp_latest_new .news_box .title {*/
/*    order: 2;*/
/*}*/

/*.hp_latest_new .news_box .content {*/
/*    order: 3;*/
/*}*/

/*.hp_latest_new .news_box .read_more {*/
/*    order: 4;*/
/*}*/

/*news*/

.productSlider-1 {
    padding: 0vw 1vw 0vw 8vw;
}

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

@media screen and (max-width: 1200.5px){
    /*#main_index .hp_latest_new .news_box .date {*/
    /*    order: 1;*/
    /*    margin-left: auto;*/
        /* white-space: nowrap; */
    /*    align-self: flex-end;*/
    /*    margin-top: -62px !important;*/
    /*    margin-bottom: 3vw;*/
    /*}*/
    
    /*#main_index .hp_latest_new .news_box .title {*/
    /*    font-size: 1.5rem;*/
    /*    line-height: 1.2;*/
    /*    color: #333 !important;*/
    /*    margin-bottom: 3vw;*/
    /*}*/
}

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
    }
    
    .hp_news .n_Header {
        font-family: 'Libre Baskerville', serif;
        font-size: 28px;
        font-weight: 800;
        /* font-style: italic; */
        color: #000;
        margin-bottom: 1vw;
        line-height: 1.2;
        position: relative;
    }
    
    #main_index .hp_latest_new {
        padding: 1vw 11vw 0vw 12vw;
    }
    
    .hp_newsImg {
        padding: 0vw 5vw 3vw 5vw;
    }
    
    #main_index .hp_latest_new .news_box .date {
        order: 1;
        margin-left: auto;
        /* white-space: nowrap; */
        align-self: flex-end;
        margin-top: -60px !important;
        transform: translate(0px, -30%);
    }
    
    .productSlider-1 {
        padding: 0vw 7vw 2vw 7vw;
    }
}

/*footer*/

.footer_type4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #3e3731;
    background-image: none;
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
}

.footer_type4 h6 {
    font-family: 'Libre Baskerville', serif;
    font-size: 145% !important;
}

.footer_type4 .btn-primary {
    background-color: #5b5148 !important;
    border-color: #5b5148 !important;
    border-radius: 25px !important;
}

.footerListServices {
    background-color: #3e3731;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footerListServices .title h5 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
}

.footerListServices .text-muted {
    color: #fff !important;
}

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

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

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

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

.toggle_btn {
    position: fixed;
    top: 75vh;
    right: 23px;  
    height: 70px;
    z-index: 2100;
    display: flex;
    justify-content: center;
}

.toggle_btn .whatsapp {
    align-self: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #25d366;
    color: white;
    display: flex;
    justify-content: center;
    left: 0%;
    text-decoration: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height: 22rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}