a {
    text-decoration: none !important;
}

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

/*navbar*/

.navbar_type8 {
    height: 160px;
    margin-top: 0px;
    background: #000;
}

#main_index .navbar_type8 {
    background: transparent;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 15px 1.4vw;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 4px solid #e42f40;
}

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

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

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

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

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        padding: 15px 1.4vw;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_type8 {
        display: none;
    }
}

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

/*hp_banner*/

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

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

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

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

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

.n_bannerTitle {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 84px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.n_bannerTitle span {
    font-size: 93px;
}

.n_bannerTitle::before {
    content: "";
    position: absolute;
    left: -33px;
    top: 18%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    background-image: url(https://cdn1.npcdn.net/img/1769581211A_Element.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.n_bannerSubtitle {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-top: -10vw;
    margin-left: 34vw;
}

.slider_banner_bullet .slick-dots {
    font-family: 'Oswald', Arial, sans-serif;
    position: absolute;
    bottom: 43.5vw;
    left: 39.5vw;
}

.slider_banner_bullet .slick-dots {
    display: flex !important;
    flex-direction: column;      
    justify-content: flex-start;  
    align-items: center;          
    gap: 10px;                    
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.slider_banner_bullet .slick-dots::before {
    content: "";
    width: 3px;
    height: 90px;       
    background: rgba(255, 255, 255, 0.6);   
    margin-bottom: 10px;
}

.slider_banner_bullet .slick-dots li button::before {
    color: #fff;
    font-size: 16px;
    font-family: unset;
    width: unset;
    height: unset;
    content: '0';
    opacity: 1;
}

.slider_banner_bullet .slick-dots li button {
    color: #fff;
    font-size: 16px;
    padding-left: 12px;
}

.slider_banner_bullet .slick-dots li.slick-active button::before {
    color: #e42f40;
}

.slider_banner_bullet .slick-dots li.slick-active button {
    color: #e42f40;
    padding-right: 20px;
}

.slider_banner_bullet .slick-dots li button::after {
    background: rgba(255, 255, 255, 0.5);
    line-height: 27px;
    position: absolute;
    left: 230%;
    content: "";
    top: 50%;
    height: 0px;
    width: 35px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1300.5px){
    .n_bannerSubtitle {
        position: absolute;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: -13vw;
        margin-left: 43vw;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerTitle {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 64px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
    
    .n_bannerTitle span {
        font-size: 73px;
    }
    
    .n_bannerTitle::before {
        content: "";
        position: absolute;
        left: -37px;
        top: 18%;
        transform: translateY(-50%);
        width: 150px;
        height: 150px;
        background-image: url(https://cdn1.npcdn.net/img/1769581211A_Element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    
    .n_bannerSubtitle {
        position: absolute;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: -12vw;
        margin-left: 40vw;
    }
    
    .slider_banner_bullet .slick-dots {
        font-family: 'Oswald', Arial, sans-serif;
        position: absolute;
        bottom: 20.5vw;
        left: 39.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerTitle {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 29px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
    
    .n_bannerTitle span {
        font-size: 38px;
    }
    
    .n_bannerTitle::before {
        content: "";
        position: absolute;
        left: -17px;
        top: 13%;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
        background-image: url(https://cdn1.npcdn.net/img/1769581211A_Element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    
    .n_bannerSubtitle {
        position: relative;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: 3vw;
        margin-left: 0.5vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 61.5vw;
        left: 11vw;
        transform: translate(0%, -50%);
        width: 87%;
    }
    
    .slider_banner_bullet .slick-dots {
        font-family: 'Oswald', Arial, sans-serif;
        position: absolute;
        bottom: 33.5vw;
        left: 39.5vw;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerTitle span {
        font-size: 32px;
    }
    
    .n_bannerTitle {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 27px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 74.5vw;
        left: 11vw;
        transform: translate(0%, -50%);
        width: 87%;
    }
    
    .n_bannerTitle::before {
        content: "";
        position: absolute;
        left: -16px;
        top: 11%;
        transform: translateY(-50%);
        width: 65px;
        height: 65px;
        background-image: url(https://cdn1.npcdn.net/img/1769581211A_Element.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }
    
    .slider_banner_bullet .slick-dots {
        font-family: 'Oswald', Arial, sans-serif;
        position: absolute;
        bottom: 39.5vw;
        left: 39.5vw;
    }
}

/*hp_category*/

.hp_category {
    padding: 5.5vw 10.5vw 5vw 10.5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1769566903B_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -220px;
}

.hp_category .hp_small_title {
    font-size: 15px;
    font-weight: 500;
    color: #0176c5;
    position: relative;
    padding: 0 6px;
    width: 16%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1vw;
}

.hp_category .hp_small_title::before, .hp_category .hp_small_title::after {
    content: "•";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.hp_category .hp_small_title::before {
    left: -2px;
}

.hp_category .hp_small_title::after {
    right: -2px;
}

.hp_category .hp_big_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_category .hp_big_title span {
    color: #e42f40;
}

.categoryBorder {
    padding: 15px 8px;
    transition: transform 0.3s ease; 
    cursor: pointer;
}

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

.categoryBorder img {
    width: 100%;
    height: auto;
    max-width: 150%;
    display: block;
    margin: 0 auto;
    border-bottom: 8px solid #e42f40;
    transition: transform 0.3s ease;
}

.categoryBorder:hover img {
    transform: scale(1.05);
}

.hp_category .category_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 1vw;
    transition: transform 0.3s ease;
}

@media screen and (max-width: 1300.5px){
    .hp_category .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 21%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_category .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_category {
        padding: 5.5vw 10.5vw 5vw 10.5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769566903B_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: -30px;
    }
    
    .hp_category .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 26%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_category .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_category {
        padding: 7vw 5vw 5vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769566903B_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: -30px;
    }
    
    .categoryBorder {
        padding: 15px 15px;
        transition: transform 0.3s ease;
        cursor: pointer;
    }
    
    .hp_category .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 53%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    #main_index .gallerycategory {
        margin-bottom: 10px;
        padding: 0vw 6vw 3vw 6vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_category .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 64%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_category .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

/*hp_about*/

.hp_about {
    padding: 4vw 10vw 9.5vw 10vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1769571296C_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_about .hp_about_img {
    width: 112%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: 0vw;
}

.hp_about .hp_about_right {
    padding: 4.5vw 0vw 0vw 7.5vw;
    margin-left: 0vw;
}

.hp_about .hp_small_title {
    font-size: 15px;
    font-weight: 500;
    color: #0176c5;
    position: relative;
    padding: 0 6px;
    width: 16%;
    margin-bottom: 1vw;
}

.hp_about .hp_small_title::before {
    content: "•";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.hp_about .hp_small_title::before {
    left: -2px;
}

.hp_about .hp_big_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_about .hp_big_title span {
    color: #e42f40;
}

.hp_about .hp_keyword {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
}

.n_aboutViewMore {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #e42f40;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2vw;
}

.n_aboutViewMore:hover {
    color: #e42f40;
    background-color: transparent;
    text-decoration: none;
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    outline: none;
}

.n_aboutViewMore img.arrow-icon {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #0176c5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
    object-fit: contain;
    padding: 12px;
    margin-right: 12px !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 25%;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
    
    .hp_about br {
        display: none;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        line-height: 1.8;
    }
    
    .n_aboutViewMore {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: #e42f40;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 0vw;
        margin-left: 0vw;
    }
    
    .hp_about {
        padding: 4vw 5vw 5vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769571296C_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    .hp_about .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 30%;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_about_right {
        padding: 5vw 4vw 0vw 4vw;
        margin-left: 0vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_about .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 34%;
        margin-bottom: 1vw;
    }
    
    .hp_about .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

/*hp_services*/

.hp_services {
    padding: 7.5vw 0vw 5vw 11vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1769570784D_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.hp_services .hp_about_img {
    width: 100%;
    max-width: 150%;
    margin-top: 0vw;
    margin-left: 0vw;
}

.hp_services .hp_services_left {
    padding: 2.5vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_services .hp_small_title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 0 6px;
    width: 40%;
    margin-bottom: 1vw;
}

.hp_services .hp_small_title::before {
    content: "•";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.hp_services .hp_small_title::before {
    left: -2px;
}

.hp_services .hp_big_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_services .hp_big_title span {
    color: #e42f40;
}

.hp_services .hp_keyword {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
}

.n_servicesViewMore {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2vw;
}

.n_servicesViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_servicesViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    outline: none;
}

.n_servicesViewMore img.arrow-icon {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
    object-fit: contain;
    padding: 12px;
    margin-right: 12px !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.hp_services .servicesBorder {
    padding: 5px 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hp_services .servicesBorder:hover {
    transform: translateY(10px);
}

.hp_services .services-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hp_services .n_servicesContent {
    margin-top: 0px;
    background-color: #fff;
    padding: 15px 20px 15px 20px;
}

.hp_services .n_servicesContentTitle {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #e42f40;
    line-height: 1.5;
    margin-top: 0vw;
}

.hp_services .n_servicesContentText {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-top: 0vw;
}

.serviceContent {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*slider*/

.hp_service_slider .slick-prev,
.hp_service_slider .slick-next {
    width: 25px;
    height: 25px;
    z-index: 10;
    display: none !important;
}

.hp_service_slider .slick-prev:before,
.hp_service_slider .slick-next:before {
    content: "";
    font-family: none; 
    display: block;
    width: 105%;
    height: 105%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_service_slider .slick-prev:before {
    background-image: url('');
}

.hp_service_slider .slick-next:before {
    background-image: url('');
}

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

.hp_service_slider .slick-prev {
    left: -2vw;
    z-index: 10;
}

.hp_service_slider .slick-prev:before, .hp_service_slider .slick-next:before {
    content: ''; 
    font-family: inherit; 
    font-weight: normal;
}

.serviceSlider {
    padding: 0px !important;
}

.hp_service_slider .slick-slider {
    z-index: 0;
    padding: 0vw 0vw 0vw 1vw;
}

@media screen and (max-width: 1300.5px){
    .hp_services .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
    
    .hp_services .hp_keyword {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
    }
    
    .n_servicesViewMore {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        position: relative;
        padding: 0 6px;
        width: 45%;
        margin-bottom: 1vw;
    }
    
    .hp_services .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
    
    .hp_services br {
        display: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 7vw 8vw 7vw 8vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769570784D_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    .n_servicesViewMore {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 2vw;
        margin-bottom: 4vw;
    }
}

/*hp_gallery*/

.hp_gallery {
    padding: 7.5vw 8vw 1.5vw 8vw;
    position: relative;
    margin-top: 0px;
}

.hp_gallery .hp_small_title {
    font-size: 15px;
    font-weight: 500;
    color: #0176c5;
    position: relative;
    padding: 0 6px;
    width: 13%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1vw;
}

.hp_gallery .hp_small_title::before, .hp_gallery .hp_small_title::after {
    content: "•";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.hp_gallery .hp_small_title::before {
    left: -2px;
}

.hp_gallery .hp_small_title::after {
    right: -2px;
}

.hp_gallery .hp_big_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

.hp_gallery .hp_big_title span {
    color: #e42f40;
}

/*gallery*/

#main_index .gallerycategory {
    margin-bottom: 10px;
    padding: 0vw 11vw 5vw 11vw;
}

#main_index .gallerycategory .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px; 
    position: relative;
}

#main_index .gallerycategory .row > [class*="col-"] {
    padding: 10px !important;
    box-sizing: border-box;
}

#main_index .gallerycategory .col-lg-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

#main_index .gallerycategory .row > [class*="col-"]:nth-child(n+4) {
    display: none;
}

#main_index .gallerycategory .row > [class*="col-"] {
    position: relative;
}

#main_index .gallerycategory .img_frame .more {
    background-color: rgba(0, 0, 0, 0.6);
}

#main_index .gallerycategory .img_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    z-index: 1;

    transition: 
        max-height 0.5s ease-in-out,
        z-index 0.2s ease;
    will-change: max-height;
}

#main_index .gallerycategory .row > [class*="col-"]:hover .img_frame {
    max-height: 400px;
    z-index: 2;
}

#main_index .gallerycategory .row > [class*="col-"] > p.text-center {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 13vw;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    z-index: 2;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between; 
    align-items: center;

    transform: translateY(0);
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

#main_index .gallerycategory .row > [class*="col-"]:hover > p.text-center {
    transform: translateY(2vw);
}

#main_index .gallerycategory .row > [class*="col-"] > p.text-center::after {
    content: "";
    display: inline-block;
    width: 20px;  
    height: 20px;
    background-image: url('https://cdn1.npcdn.net/img/1769580344D_Button.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

#main_index .gallerycategory .row > [class*="col-"] > p.text-center::after {
    content: "";
    display: inline-block;
    width: 20px;  
    height: 20px;
    background-image: url('https://cdn1.npcdn.net/img/1769580344D_Button.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

#main_index .gallerycategory .img_frame .more p {
    align-self: flex-end;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    margin: 5px;
    display: none;
}

@media screen and (max-width: 1300.5px){
    .hp_gallery .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_gallery .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 17%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    #main_index .gallerycategory .row > [class*="col-"] > p.text-center {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        top: 16vw;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        color: #fff;
        text-align: left !important;
        z-index: 2;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(0);
        transition: transform 0.4s ease-in-out;
        will-change: transform;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_gallery .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 20%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_gallery .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    #main_index .gallerycategory .row > [class*="col-"] > p.text-center {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        top: 17vw;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 10px;
        color: #fff;
        text-align: left !important;
        z-index: 2;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(0);
        transition: transform 0.4s ease-in-out;
        will-change: transform;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_gallery {
        padding: 7vw 5vw 1.5vw 5vw;
        position: relative;
        margin-top: 0px;
    }
    
    .hp_gallery .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 45%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    #main_index .gallerycategory .col-lg-3 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #main_index .gallerycategory {
        margin-bottom: 10px;
        padding: 0vw 8vw 5vw 8vw;
    }
    
    #main_index .gallerycategory .row > [class*="col-"] > p.text-center {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        top: 48vw;
        left: 18px;
        width: 90%;
        margin: 0;
        padding: 10px;
        color: #fff;
        text-align: left !important;
        z-index: 2;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(0);
        transition: transform 0.4s ease-in-out;
        will-change: transform;
    }
    
    #main_index .gallerycategory .row > [class*="col-"]:hover > p.text-center {
        transform: translateY(0vw);
    }
    
    #main_index .gallerycategory .row {
        display: flex;
        flex-wrap: wrap;
        gap: 0px; 
        position: relative;
    }
    
    #main_index .gallerycategory .img_frame {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 250px;
        overflow: hidden;
        z-index: 1;
    
        transition: 
            max-height 0.5s ease-in-out,
            z-index 0.2s ease;
        will-change: max-height;
    }
    
    #main_index .gallerycategory .row > [class*="col-"]:hover .img_frame {
        max-height: 250px;
        z-index: 2;
    }
}

@media screen and (max-width: 426px) {
    .hp_gallery .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 53%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 1vw;
    }
    
    .hp_gallery .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
}

/*hp_contact*/

.index_wrapper_7 {
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1769573148F_Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 18vw;
    padding: 0vw 9vw 0vw 0vw;
}

.hp_contact {
    padding: 10vw 0vw 0vw 10vw;
    position: relative;
}

.hp_contact .hp_services_left {
    padding: 2.5vw 0vw 0vw 0vw;
    margin-left: 0vw;
}

.hp_contact .hp_small_title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 0 6px;
    width: 40%;
    margin-bottom: 1vw;
}

.hp_contact .hp_small_title::before {
    content: "•";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.hp_contact .hp_small_title::before {
    left: -2px;
}

.hp_contact .hp_big_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_contact .hp_big_title span {
    color: #e42f40;
}

.hp_contact .hp_keyword {
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
}

/*form*/

.ex_hpcontact_formonly {
    margin: 0px 0;
    background: rgba(51, 51, 51, 0.9);
    padding: 4vw 5vw 4vw 5vw;
}

.ex_hpcontact_formonly .title {
    font-size: 19px;
    margin-bottom: 10px;
    display: none;
}

.ex_hpcontact_formonly .subtitle {
    color: #6c757d !important;
    display: none;
}

.ex_hpcontact_formonly .fa-paper-plane:before {
    content: "\f1d8";
    display: none;
}

.ex_hpcontact_formonly .form-group {
    margin-bottom: 1rem;
    color: #fff;
}

.ex_hpcontact_formonly .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+0.75rem+2px);
    padding: .475rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ex_hpcontact_formonly input::placeholder,
.ex_hpcontact_formonly textarea::placeholder {
    color: #fff;
    opacity: 1; 
}

.ex_hpcontact_formonly .btn-primary {
    background-color: transparent !important;
    border-color: #fff !important;
    width: 100%;
    padding: 10px !important;
    border-radius: 8px;
}

.ex_hpcontact_formonly .btn {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1rem !important;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 1300.5px){
    .hp_contact .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
    }
    
    .index_wrapper_7 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769573148F_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: 22vw;
    }
}

@media screen and (max-width: 1200.5px){
    .index_wrapper_7 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769573148F_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: 25vw;
    }
    
    .hp_contact .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_7 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769573148F_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: 0vw;
    }
    
    .hp_contact {
        padding: 8vw 0vw 0vw 0vw;
        position: relative;
        margin-left: -10px;
    }
    
    .hp_contact br {
        display: none;
    }
    
    .index_wrapper_7 {
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1769573148F_Background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: 18vw;
        padding: 0vw 8vw 0vw 8vw;
    }
    
    .ex_hpcontact_formonly {
        margin: 0px 0;
        background: rgba(51, 51, 51, 0.9);
        padding: 7vw 9vw 7vw 9vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_contact .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

/*hp_news*/

.hp_news {
    padding: 7vw 10.5vw 2vw 10.5vw;
    position: relative;
}

.hp_news .hp_small_title {
    font-size: 15px;
    font-weight: 500;
    color: #0176c5;
    position: relative;
    padding: 0 6px;
    width: 16%;
    margin-bottom: 1vw;
}

.hp_news .hp_small_title::before {
    content: "•";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 1;
}

.hp_news .hp_small_title::before {
    left: -2px;
}

.hp_news .hp_big_title {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 1.5vw;
}

.hp_news .hp_big_title span {
    color: #e42f40;
}

.hp_news_button {
    display: flex;
    justify-content: flex-end;
}

.n_newsViewMore {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #e42f40;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2vw;
}

.n_newsViewMore:hover {
    color: #e42f40;
    background-color: transparent;
    text-decoration: none;
}

.n_newsViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    outline: none;
}

.n_newsViewMore img.arrow-icon {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #0176c5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
    object-fit: contain;
    padding: 12px;
    margin-right: 12px !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/*news*/

#main_index .hp_latest_news_modern {
    padding: 0vw 11vw 4vw 11vw;
}

#main_index .hp_latest_news_modern .news_content_wrapper {
    padding: 20px 32px;
    margin-left: 0px;
    height: 248px;
    background: white;
    margin-top: 10%;
}

#main_index .hp_latest_news_modern .news_title p {
    font-family: 'Oswald', Arial, sans-serif;
    color: #e42f40;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

#main_index .hp_latest_news_modern .read_more {
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    line-height: 13px;
    width: 65px;
    letter-spacing: 0px;
    font-weight: 500;
    border-bottom-width: 2px !important;
    border-style: solid !important;
    border-color: #e42f40 !important;
    color: #e42f40 !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    text-transform: uppercase;
}

#main_index .hp_latest_news_modern .text-muted.mb-1 {
    color: #000 !important;
    font-weight: 500;
    position: relative;
    padding-left: 22px;
}

#main_index .hp_latest_news_modern .text-muted.mb-1::before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
}

#main_index .hp_latest_news_modern span.text-muted.mx-1 {
    margin-left: 0.25rem !important;
    display: none;
}

#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5:nth-child(2) .news-wrap {
    flex-direction: row-reverse;
}

#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5:nth-child(2) .news_content_wrapper {
    left: 0;
}

@media screen and (max-width: 1300.5px){
    .hp_news .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
    
    .hp_news .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 25%;
        margin-bottom: 1vw;
    }
    
    .n_newsViewMore {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: #e42f40;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_news .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_news {
        padding: 7vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_news .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 38%;
        margin-bottom: 1vw;
    }
    
    .hp_news_button {
        display: flex;
        justify-content: flex-start;
    }
    
    #main_index .hp_latest_news_modern {
        padding: 0vw 8vw 3vw 8vw;
    }
}

@media screen and (max-width: 426px) {
    .hp_news .hp_small_title {
        font-size: 15px;
        font-weight: 500;
        color: #0176c5;
        position: relative;
        padding: 0 6px;
        width: 43%;
        margin-bottom: 1vw;
    }
    
    .hp_news .hp_big_title {
        font-family: 'Oswald', Arial, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 1.5vw;
    }
}

/*footer*/

.footer_type8 {
    background-color: #000;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.875;
}

.footer_type8 .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    font-family: 'Oswald', Arial, sans-serif;
    color: #e42f40;
    text-transform: uppercase;
}

.footer_type8 a {
    color: #fff;
    text-decoration: none;
}

.footer_type8 .logo {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    height: 0;
    min-height: 100px;
}

.footer_type8 .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100px;
}

@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){
}

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

