a {
    text-decoration: none !important;
}

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

/*nav*/

.navbar_type8 {
    height: 140px;
    background-color: #0a1f44;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

#main_index .navbar_type8 {
    border-bottom: none;
    background-color: transparent;
}

.dark_nav {
    background-color: #0a1f44 !important;
}

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

.navbar_type8 .nav_tab {
    padding-right: 31vw;
    flex: 0 1 100%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 15px;
    object-position: left;
    left: 1.2vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 0px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    padding: 5px 13px;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    background: linear-gradient(to right, #ffd700, #c9a227);
    border-radius: 5px;
    padding: 5px 18px;
    /*position: relative;*/
    /*display: inline-block;*/
}

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

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background: #ffd700;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 60%;
}

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

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        padding: 5px 12px;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 27vw;
        flex: 0 1 100%;
        gap: .7vw;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-family: 'Barlow', sans-serif;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        padding: 5px 9px;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 28vw;
        flex: 0 1 100%;
        gap: .7vw;
    }
}

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

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

/*hp_banner*/

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

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

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

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

.n_bannerImg {
    position: absolute;
    width: 62%;
    top: 28vw;
    left: 38.5vw;
    transform: translate(-50%, -50%);
    z-index: 0;
    /*overflow: hidden !important;*/
}

.n_bannerImg::before {
    content: '';
    position: absolute;
    left: 93%;
    top: -76.5px;
    width: 49.9%;
    height: 2px;
    background-color: #ffd700;
    /* transform: translateX(-50%); */
}

.n_bannerImg::after {
    content: '';
    position: absolute;
    bottom: -36px;
    right: 75px;
    width: 2px;
    height: 36px;
    background-color: #ffd700;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 25vw;
    right: 7.5vw;
    transform: translate(0%, -50%);
    width: 30%;
    text-align: right;
    z-index: 1;
}

.n_bannerInnerGroup::before {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 38px;
    width: 105%;
    height: 2px;
    background-color: #ffd700;
}

.n_bannerInnerGroup::after {
    content: '';
    position: absolute;
    top: 55%;
    right: -61.5px;
    width: 2px;
    height: 128%;
    background-color: #ffd700;
    transform: translateY(-50%);
}

.n_bannerNumber {
    font-family: 'Barlow', sans-serif;
    font-size: 120px;
    font-weight: 800;
    background: linear-gradient(135deg, #b89d20, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -1vw !important;
}

.n_bannerSubTitle {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin-top: 0vw;
}

.n_bannerTitle {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.n_bannerSubTitle2 {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    margin-top: 0vw;
    position: relative; 
}

.n_bannerSubTitle2::after {
    content: '';
    display: block;
    width: 15%;
    height: 6px;
    left: 0;
    margin-left: auto;
    background-color: #fff;
    margin-top: 10px;
}

.n_bannerContent {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-top: 1.5vw;
}

.n_bannerContent2 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-top: 1.5vw;
}

.n_bannerContent2 {
    opacity: 0;
    color: #fff; 
}

.button-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.5vw;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #1515a7;
    background: linear-gradient(to left, #ffd700, #c9a227);
    text-align: center;
    padding: 7px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100px;
    opacity: 0.6;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    transition: all 0.5s ease-in-out;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, #ffd700, #c9a227);
    color: #1515a7;
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-in-out infinite;
}

.n_bannerViewMore:active {
    transform: scale(0.95);
}

@keyframes shine {
    0% {
        left: -100px;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.consult-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.consult-wrapper .arrow-circle {
    width: 35px;
    height: 35px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -6px;
    padding: 11px;
    z-index: 1;
    transition: transform 0.4s ease-in-out;
}

.consult-wrapper:hover .arrow-circle {
    transform: translateX(6px);
}

.hp_banner_word {
    position: absolute;
    top: 12vw;
    left: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 5;
}

.vertical-line {
    width: 2px;
    height: 390px;       
    background-color: #ffd700;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.social-icons a img.icon-left {
    width: 30px !important;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.social-icons a img.icon-left:hover {
    transform: scale(1.2);
}

.slider_banner .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1773374199A_Button2.jpg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}

.slider_banner .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1773374209A_Button3.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}

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

.slider_banner .slick-prev {
    z-index: 99;
    position: absolute;
    left: calc(7% + 13px);
    top: calc(73% + 50px);
    transform: translateY(-50%);
}

.slider_banner .slick-next {
    position: absolute;
    right: calc(85% + 30px);
    top: calc(73% + 50px);
    transform: translateY(-50%);
}

@media screen and (max-width: 1300.5px){
    .n_bannerImg {
        position: absolute;
        width: 62%;
        top: 30vw;
        left: 38.5vw;
        transform: translate(-50%, -50%);
        z-index: 0;
        /* overflow: hidden !important; */
    }
    
    .n_bannerTitle {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
    
    .n_bannerContent {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: 1.5vw;
    }
    
    .vertical-line {
        width: 2px;
        height: 345px;
        background-color: #ffd700;
    }
    
    .n_bannerInnerGroup::before {
        content: '';
        position: absolute;
        bottom: -79px;
        left: 7px;
        width: 110%;
        height: 2px;
        background-color: #ffd700;
    }
    
    .n_bannerInnerGroup::after {
        content: '';
        position: absolute;
        top: 59.4%;
        right: -45.5px;
        width: 2px;
        height: 114.4%;
        background-color: #ffd700;
        transform: translateY(-50%);
    }
    
    .n_bannerImg::before {
        content: '';
        position: absolute;
        left: 100%;
        top: -67.5px;
        width: 43%;
        height: 2px;
        background-color: #ffd700;
        /* transform: translateX(-50%); */
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1773374199A_Button2.jpg);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1773374209A_Button3.png);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        position: absolute;
        left: calc(6% + 18px);
        top: calc(74% + 50px);
        transform: translateY(-50%);
    }
    
    .slider_banner .slick-next {
        position: absolute;
        right: calc(84% + 30px);
        top: calc(74% + 50px);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerImg {
        position: absolute;
        width: 60%;
        top: 31vw;
        left: 38.5vw;
        transform: translate(-50%, -50%);
        z-index: 0;
        /* overflow: hidden !important; */
    }
    
    .n_bannerNumber {
        font-family: 'Barlow', sans-serif;
        font-size: 85px;
        font-weight: 800;
        background: linear-gradient(135deg, #b89d20, #ffd700);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: -1vw !important;
    }
    
    .n_bannerSubTitle {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        margin-top: 0vw;
    }
    
    .n_bannerTitle {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
    
    .n_bannerSubTitle2 {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        margin-top: 0vw;
        position: relative;
    }
    
    .n_bannerContent {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: 1.5vw;
    }
    
    .vertical-line {
        width: 2px;
        height: 260px;
        background-color: #ffd700;
    }
    
    .hp_banner_word {
        position: absolute;
        top: 13vw;
        left: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        z-index: 5;
    }
    
    .n_bannerImg::before {
        content: '';
        position: absolute;
        left: 100%;
        top: -61.5px;
        width: 43%;
        height: 2px;
        background-color: #ffd700;
        /* transform: translateX(-50%); */
    }
    
    .n_bannerInnerGroup::after {
        content: '';
        position: absolute;
        top: 62%;
        right: -19.5px;
        width: 2px;
        height: 120%;
        background-color: #ffd700;
        transform: translateY(-50%);
    }
    
    .n_bannerInnerGroup::before {
        content: '';
        position: absolute;
        bottom: -83px;
        left: -17px;
        width: 112%;
        height: 2px;
        background-color: #ffd700;
    }
    
    .n_bannerImg::after {
        content: '';
        position: absolute;
        bottom: -32px;
        right: 75px;
        width: 2px;
        height: 32px;
        background-color: #ffd700;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        position: absolute;
        left: calc(7% + 18px);
        top: calc(74% + 50px);
        transform: translateY(-50%);
    }
    
    .slider_banner .slick-next {
        position: absolute;
        right: calc(81% + 30px);
        top: calc(74% + 50px);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 992.5px){
    .n_bannerInnerGroup::before {
        content: '';
        position: absolute;
        bottom: -79px;
        left: 7px;
        width: 110%;
        height: 2px;
        background-color: #ffd700;
        display: none;
    }
    
    .n_bannerInnerGroup::after {
        content: '';
        position: absolute;
        top: 59.4%;
        right: -45.5px;
        width: 2px;
        height: 114.4%;
        background-color: #ffd700;
        transform: translateY(-50%);
        display: none;
    }
    
    .n_bannerImg::after {
        content: '';
        position: absolute;
        bottom: -32px;
        right: 75px;
        width: 2px;
        height: 32px;
        background-color: #ffd700;
        display: none;
    }
    
    .n_bannerImg::before {
        content: '';
        position: absolute;
        left: 100%;
        top: -67.5px;
        width: 43%;
        height: 2px;
        background-color: #ffd700;
        /* transform: translateX(-50%); */
        display: none;
    }
    
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 28vw;
        right: 7.5vw;
        transform: translate(0%, -50%);
        width: 85%;
        text-align: left;
        z-index: 1;
    }
    
    .n_bannerTitle {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
    }
    
    .n_bannerInnerGroup br {
        display: none !important;
    }
    
    .n_bannerTitle br {
        display: none !important;
    }
    
    .n_bannerSubTitle2::after {
        content: '';
        display: block;
        width: 15%;
        height: 3px;
        left: 0;
        margin-left: 0;
        background-color: #fff;
        margin-top: 5px;
    }
    
    .n_bannerNumber {
        font-family: 'Barlow', sans-serif;
        font-size: 25px;
        font-weight: 800;
        background: linear-gradient(135deg, #b89d20, #ffd700);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: -1vw !important;
    }
    
    .n_bannerContent {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: 2vw;
    }
    
    .button-group {
        display: flex;
        justify-content: flex-start;
        margin-top: 2.5vw;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 60%;
        top: 75vw;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }
    
    .vertical-line {
        width: 2px;
        height: 65px;
        background-color: #ffd700;
    }
    
    .hp_banner_word {
        position: absolute;
        top: 57vw;
        left: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        z-index: 5;
    }
    
    .social-icons a img.icon-left {
        width: 20px !important;
        height: auto;
        display: block;
        transition: transform 0.3s ease-in-out;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1773374199A_Button2.jpg);
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1773374209A_Button3.png);
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        position: absolute;
        left: calc(78% + 18px);
        top: calc(80% + 50px);
        transform: translateY(-50%);
    }
    
    .slider_banner .slick-next {
        position: absolute;
        right: calc(0% + 25px);
        top: calc(80% + 50px);
        transform: translateY(-50%);
    }
    
    .n_bannerContent2 {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: 1.5vw;
        display: none;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerImg {
        position: absolute;
        width: 60%;
        top: 87vw;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }
    
    .hp_banner_word {
        position: absolute;
        top: 69vw;
        left: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        z-index: 5;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 35vw;
        right: 7.5vw;
        transform: translate(0%, -50%);
        width: 85%;
        text-align: left;
        z-index: 1;
    }
    
    .slider_banner .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1773374199A_Button2.jpg);
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .slider_banner .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1773374209A_Button3.png);
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    .slider_banner .slick-prev {
        z-index: 99;
        position: absolute;
        left: calc(78% + 18px);
        top: calc(76% + 50px);
        transform: translateY(-50%);
    }
    
    .slider_banner .slick-next {
        position: absolute;
        right: calc(0% + 15px);
        top: calc(76% + 50px);
        transform: translateY(-50%);
    }
}

/*hp_about*/

.hp_about {
    padding: 0vw 6.5vw 7vw 6.5vw;
    position: relative;
    background-color: #0a1f44;
    margin-top: -40px;
}

.hp_about .hp_small_title {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
}

.hp_about .hp_big_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    background: linear-gradient(to right, #c9a227 0%, #c9a227 4%, #ffd700 20%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp_about .hp_about_text {
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
    color: #ffd700;
    margin-top: 0vw;
    position: relative; 
}

.hp_about .hp_about_text::after {
    content: '';
    display: block;
    width: 17%;
    height: 9px;
    background: linear-gradient(
        to right,
        #c9a227 0%,
        #ffd700 100%
    );
    margin-top: 15px;
}

.hp_about .about_content {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0px;
    position: relative;
}

.about_button {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.5vw;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #0a1f44;
    background: linear-gradient(to left, #ffd700, #c9a227);
    text-align: center;
    padding: 7px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100px;
    opacity: 0.6;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    transition: all 0.5s ease-in-out;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, #ffd700, #c9a227);
    color: #0a1f44;
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-in-out infinite;
}

.n_aboutViewMore:active {
    transform: scale(0.95);
}

@keyframes shine {
    0% {
        left: -100px;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.about-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.about-wrapper .arrow-circle {
    width: 35px;
    height: 35px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px; 
    padding: 0;        
    z-index: 1;
    transition: transform 0.4s ease-in-out;
}

.about-wrapper .arrow-circle img.arrow-icon {
    width: 12px;
    height: auto;
}

.about-wrapper:hover .arrow-circle {
    transform: translateX(6px);
}

.about_images {
    margin-top: 40px;
}

.hp_about .about_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

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

@media screen and (max-width: 1200.5px){
    .hp_about .hp_about_text {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #ffd700;
        margin-top: 0vw;
        position: relative;
    }
    
    .hp_about .hp_about_text::after {
        content: '';
        display: block;
        width: 17%;
        height: 6px;
        background: linear-gradient(to right, #c9a227 0%, #ffd700 100%);
        margin-top: 15px;
    }
    
    .hp_about .about_content {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 0px;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 8vw 5vw;
        position: relative;
        background-color: #0a1f44;
        margin-top: 0px;
    }
    
    .about_images {
        margin-top: 20px;
    }
}

/*hp_services*/

.index_wrapper_4 {
    position: relative;
    background-color: #d1d3d4;
    padding: 0vw 0vw 8vw 0vw;
}

.hp_services {
    padding: 6vw 6.5vw 5vw 6.5vw;
    position: relative;
}

.hp_services .hp_small_title {
    font-size: 16px;
    font-weight: 400;
    color: #0a1f44;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
}

.hp_services .hp_big_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #0a1f44;
}

.hp_services .hp_big_title span {
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
    color: #0a1f44;
    margin-top: 0vw;
    position: relative; 
}

.hp_services .hp_services_text {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #0a1f44;
}

.hp_services .hp_services_text span {
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
    color: #0a1f44;
    margin-top: 0vw;
    position: relative; 
}

.hp_services .hp_services_text::after {
    content: '';
    display: block;
    width: 17%;
    height: 9px;
    background: #0a1f44;
    margin-top: 15px;
}

.hp_services .services_content {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #0a1f44;
    line-height: 1.6;
    margin-bottom: 0px;
    position: relative;
}

.services_button {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.5vw;
}

.n_servicesViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #0a1f44;
    text-align: center;
    padding: 7px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.n_servicesViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100px;
    opacity: 0.6;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    transition: all 0.5s ease-in-out;
}

.n_servicesViewMore:hover {
    transform: scale(1.05);
    background: #000;
    color: #fff;
}

.n_servicesViewMore:hover::before {
    animation: shine 1.5s ease-in-out infinite;
}

.n_servicesViewMore:active {
    transform: scale(0.95);
}

@keyframes shine {
    0% {
        left: -100px;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.services-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.services-wrapper .arrow-circle {
    width: 35px;
    height: 35px;
    background: #0a1f44;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px; 
    padding: 0;        
    z-index: 1;
    transition: transform 0.4s ease-in-out;
}

.services-wrapper .arrow-circle img.arrow-icon {
    width: 12px;
    height: auto;
    filter: brightness(0) invert(1);
}

.services-wrapper:hover .arrow-circle {
    transform: translateX(6px);
}

/*new_category*/

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 0px;
}

.product_cat-11 .hp_product_cat_slider .card {
    height: 100%;
    margin-bottom: 0px;
    border-radius: 0rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 0px;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title {
    text-align: center;
    position: absolute;
    margin-top: -6vw;
    color: #fff;
    text-transform: uppercase;
}

.product_cat-11 .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
}

.product_cat-11 
.hp_product_cat_slider 
.card.item:not(.slick-cloned) 
a[href="/ourproducts/cid/0/"] {
    display: none;
}

.product_cat-11 
.hp_product_cat_slider 
.card.item:not(.slick-cloned):has(a[href="/ourproducts/cid/0/"]) {
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    margin-top: auto;
    margin-bottom: 1rem;
    border: none;
    background-color: transparent;
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .item::after {
    position: absolute;
    content: "";
    height: 8px;
    bottom: 0;
    width: 60%;
    background-color: #0a1f44;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    display: none !important;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 110%;
    height: 110%;
    transform: translate(0%, 0%);
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: visible;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: visible;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 0px;
    height: 450px !important;
}

.hp_product_cat_slider .item a .wrapper_title {
    text-align: center;
    position: absolute;
    margin-top: -4vw !important;
    color: #0a1f44 !important;
    text-transform: capitalize !important;
    background: #fff;
    width: 85%;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-top: 0rem;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_cat-11 {
    height: 100%;
    padding-bottom: 10px;
    padding: 0px;
}

.product_cat-11 .slick-dots {
    /*position: relative;*/
    /*z-index: 1;*/
}

.product_cat-11 .slick-dots {
    position: absolute;
    bottom: -50px;
    left: -8vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product_cat-11 .slick-dots li {
    width: 60px;
    height: 10px;
}

.product_cat-11 .slick-dots li button {
    width: 110px;
    height: 10px;
}

.product_cat-11 .slick-dots li button:before {
    width: 120px;
    height: 9px;
    border-radius: 0px;
    content: "";
    background: #465464;
}

.product_cat-11 .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #0a1f44;
}

.product_cat-11 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 50px;
    padding: 0;
    cursor: pointer;
}

.product_cat-11 .slick-prev {
    width: 50px;
    height: 50px;
    z-index: 99;
    top: calc(96% + 50px);
    left: calc(85% + 13px);
    transform: translateY(-50%);
    background: url(https://cdn1.npcdn.net/img/1773380750C_Button1.jpg) no-repeat center center;
    background-size: contain;
    border: none;
}

.product_cat-11 .slick-next {
    width: 50px;
    height: 50px;
    z-index: 99;
    right: 100px;
    top: calc(96% + 50px);
    transform: translateY(-50%);
    background: url(https://cdn1.npcdn.net/img/1773380688C_Button2.png) no-repeat center center;
    background-size: contain;
    border: none;
}

.product_cat-11 .slick-arrow::before {
    content: none;
}

.product_cat-11 .slick-arrow {
    border-radius: 0px;
}

@media screen and (max-width: 1300.5px){
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        padding-right: 0rem;
        padding-left: 0rem;
        margin-top: 0rem;
        font-size: 15px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .product_cat-11 .slick-dots li button {
        width: 90px;
        height: 10px;
    }
    
    .product_cat-11 .slick-dots li button:before {
        width: 90px;
        height: 9px;
        border-radius: 0px;
        content: "";
        background: #465464;
    }
    
    .product_cat-11 .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #0a1f44;
    }
    
    .product_cat-11 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 35px;
        padding: 0;
        cursor: pointer;
    }
    
    .product_cat-11 .slick-prev {
        width: 50px;
        height: 50px;
        z-index: 99;
        top: calc(96% + 50px);
        left: calc(81% + 13px);
        transform: translateY(-50%);
        background: url(https://cdn1.npcdn.net/img/1773380750C_Button1.jpg) no-repeat center center;
        background-size: contain;
        border: none;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_services .hp_big_title {
        font-size: 33px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0;
        color: #0a1f44;
    }
    
    .hp_services .hp_services_text::after {
        content: '';
        display: block;
        width: 17%;
        height: 6px;
        background: #0a1f44;
        margin-top: 15px;
    }
    
    .hp_services .hp_services_text span {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #0a1f44;
        margin-top: 0vw;
        position: relative;
    }
    
    .hp_services .hp_services_text {
        font-size: 33px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0;
        color: #0a1f44;
    }
    
    .hp_services .hp_big_title span {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #0a1f44;
        margin-top: 0vw;
        position: relative;
    }
    
    .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        position: absolute;
        margin-top: -5vw !important;
        color: #0a1f44 !important;
        text-transform: capitalize !important;
        background: #fff;
        width: 85%;
    }
    
    .product_cat-11 .slick-prev {
        width: 30px;
        height: 30px;
        z-index: 99;
        top: calc(96% + 50px);
        left: calc(82% + 13px);
        transform: translateY(-50%);
        background: url(https://cdn1.npcdn.net/img/1773380750C_Button1.jpg) no-repeat center center;
        background-size: contain;
        border: none;
    }
    
    .product_cat-11 .slick-next {
        width: 30px;
        height: 30px;
        z-index: 99;
        right: 100px;
        top: calc(96% + 50px);
        transform: translateY(-50%);
        background: url(https://cdn1.npcdn.net/img/1773380688C_Button2.png) no-repeat center center;
        background-size: contain;
        border: none;
    }
    
    .product_cat-11 .slick-dots li button {
        width: 70px;
        height: 10px;
    }
    
    .product_cat-11 .slick-dots li button:before {
        width: 70px;
        height: 9px;
        border-radius: 0px;
        content: "";
        background: #465464;
    }
    
    .product_cat-11 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 25px;
        padding: 0;
        cursor: pointer;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_services {
        padding: 6vw 5vw 5vw 5vw;
        position: relative;
    }
    
    .hp_services .services_content {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #0a1f44;
        line-height: 1.6;
        margin-top: 3vw;
        margin-bottom: 0px;
        position: relative;
    }
    
    .hp_product_cat_slider .item a .wrapper_title {
        text-align: center;
        position: absolute;
        margin-top: -12vw !important;
        color: #0a1f44 !important;
        text-transform: capitalize !important;
        background: #fff;
        width: 85%;
    }
    
    .product_cat-11 .slick-dots li button {
        width: 27px;
        height: 3px;
    }
    
    .product_cat-11 .slick-dots li button:before {
        width: 27px;
        height: 3px;
        border-radius: 0px;
        content: "";
        background: #465464;
    }
    
    .product_cat-11 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 3.5px;
        padding: 0;
        cursor: pointer;
    }
    
    .product_cat-11 .slick-dots {
        position: absolute;
        bottom: -21px;
        left: -8vw;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .product_cat-11 .slick-prev {
        width: 30px;
        height: 30px;
        z-index: 99;
        top: calc(86% + 50px);
        left: calc(73% + 13px);
        transform: translateY(-50%);
        background: url(https://cdn1.npcdn.net/img/1773380750C_Button1.jpg) no-repeat center center;
        background-size: contain;
        border: none;
    }
    
    .product_cat-11 .slick-next {
        width: 30px;
        height: 30px;
        z-index: 99;
        right: 32px;
        top: calc(85% + 53px);
        transform: translateY(-50%);
        background: url(https://cdn1.npcdn.net/img/1773380688C_Button2.png) no-repeat center center;
        background-size: contain;
        border: none;
    }
}

/*hp_project*/

.index_wrapper_5 {
    position: relative;
    background-color: #0a1f44;
}

.hp_project {
    padding: 6vw 6.5vw 2vw 6.5vw;
    position: relative;
    /*background-color: #0a1f44;*/
}

.hp_project .hp_small_title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
}

.hp_project .hp_big_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #ffd700;
}

.hp_project .hp_big_title span {
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
    color: #ffd700;
    margin-top: 0vw;
    position: relative; 
}

.hp_project .project_content {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-top: 1vw !important;
    margin-bottom: 0px;
    position: relative;
}

.project_button {
    display: flex;
    justify-content: flex-end;
    margin-top: 7vw;
}

.n_projectViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #0a1f44;
    background: linear-gradient(to left, #ffd700, #c9a227);
    text-align: center;
    padding: 7px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.n_projectViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -100px;
    opacity: 0.6;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    transition: all 0.5s ease-in-out;
}

.n_projectViewMore:hover {
    transform: scale(1.05);
    color: #0a1f44;
    background: linear-gradient(to right, #ffd700, #c9a227);
}

.n_projectViewMore:hover::before {
    animation: shine 1.5s ease-in-out infinite;
}

.n_projectViewMore:active {
    transform: scale(0.95);
}

@keyframes shine {
    0% {
        left: -100px;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.project-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.project-wrapper .arrow-circle {
    width: 35px;
    height: 35px;
    background: #ffd700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px; 
    padding: 0;        
    z-index: 1;
    transition: transform 0.4s ease-in-out;
}

.project-wrapper .arrow-circle img.arrow-icon {
    width: 12px;
    height: auto;
}

.project-wrapper:hover .arrow-circle {
    transform: translateX(6px);
}

/*project*/

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    padding: 0vw 5.5vw 5vw 5.5vw;
}

#main_index .hp_photoGallerySliderWithTitle .text-center {
    font-family: 'Barlow', sans-serif;
    text-align: center !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
}

/*new*/

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

#main_index .gallerycategory .text-center {
    text-align: center !important;
    color: #fff;
}

#main_index .gallerycategory .col-lg-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px !important;
}

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

@media screen and (max-width: 1200.5px){
    .hp_project .hp_big_title {
        font-size: 33px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 0;
        color: #ffd700;
    }
    
    .hp_project .hp_big_title span {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
        color: #ffd700;
        margin-top: 0vw;
        position: relative; 
    }
    
    .hp_project .project_content {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw !important;
        margin-bottom: 0px;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_project {
        padding: 7vw 5vw 5vw 5vw;
        position: relative;
        /* background-color: #0a1f44; */
    }
    
    .project_button {
        display: flex;
        justify-content: flex-start;
        margin-top: 4vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle {
        background-color: transparent;
        padding: 0vw 1vw 5vw 1vw;
    }
    
    #main_index .gallerycategory {
        margin-bottom: 10px;
        padding: 0vw 5vw 5vw 5vw;
    }
    
    #main_index .gallerycategory .col-lg-3 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*hp_why*/

.hp_why {
    padding: 6vw 5vw 7vw 5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1773306539E_Background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hp_why .title_small {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    align-items: center;
    margin-bottom: 0.5vw;
}

.hp_why .title_big {
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 0.5vw;
    text-align: center;
    line-height: 1.2;
}

.hp_why .title_big span {
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
    font-weight: 500;
    font-style: italic;
}

.hp_why .content_text {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-top: 1vw !important;
    margin-bottom: 2.5vw;
    position: relative;
}

.hp_why .content_text::after {
    content: '';
    display: block;
    width: 6.5%;
    height: 9px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
}

.hp_why .title_big, .hp_why .title_small{
    color:#fff;
}

.hp_why .why_content {
    margin-top: 0px;
}

.hp_why .why_content2 {
    margin-top: 0px;
    text-align: right;
}

.hp_why .why_box{
    padding:20px;
    margin-top:20px;
}

.hp_why .why_box h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.hp_why .why_box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 255%;
    height: 1px;
    background-color: #fff;
}

.hp_why .why_box p {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    line-height: 1.2;
    margin-top: 1vw;
    margin-bottom: 0;
}

.hp_why .why_box2 {
    padding:20px;
    margin-top:20px;
}

.hp_why .why_box2 h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.hp_why .why_box2 h4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 199%;
    height: 1px;
    background-color: #fff;
}

.hp_why .why_box3 h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.hp_why .why_box3 h4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 167%;
    height: 1px;
    background-color: #fff;
}

.hp_why .why_box2 p {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    line-height: 1.2;
    margin-top: 1vw;
    margin-bottom: 0;
}

.hp_why .why_box3 p {
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    line-height: 1.2;
    margin-top: 1vw;
    margin-bottom: 0;
}

.hp_why .why_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1300.5px){
    .hp_why .why_box2 h4::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 155%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_why .why_box3 h4::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 132%;
        height: 1px;
        background-color: #fff;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_why .title_big {
        font-family: 'Barlow', sans-serif;
        font-size: 33px;
        font-weight: 700;
        color: #fff;
        position: relative;
        margin-bottom: 0.5vw;
        text-align: center;
        line-height: 1.2;
    }
    
    .hp_why .title_big span {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
    }
    
    .hp_why .content_text {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw !important;
        margin-bottom: 2.5vw;
        position: relative;
    }
    
    .hp_why .content_text::after {
        content: '';
        display: block;
        width: 6.5%;
        height: 6px;
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .hp_why .why_box h4::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_why .why_box2 h4::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_why .why_box3 h4::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_why .why_box h4 {
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
    }
    
    .hp_why .why_box2 h4 {
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .hp_why .why_box3 h4 {
        font-family: 'Barlow', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .hp_why br {
        display: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 9vw 5vw 10vw 5vw;
        position: relative;
        background-image: url(https://cdn1.npcdn.net/img/1773306539E_Background.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .hp_why .title_big {
        font-family: 'Barlow', sans-serif;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        position: relative;
        margin-bottom: 2vw;
        text-align: center;
        line-height: 1.2;
    }
    
    .hp_why .content_text::after {
        content: '';
        display: block;
        width: 15%;
        height: 6px;
        background: #fff;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 2vw !important;
    }
    
    .hp_why .why_box {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 5vw;
    }
    
    .hp_why .why_box2 {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 5vw;
    }
    
    .hp_why .why_content2 {
        margin-top: 0px;
        text-align: left;
    }
    
    .hp_why .why_box h4 {
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
    }
    
    .hp_why .why_box2 h4 {
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .hp_why .why_box3 h4 {
        font-family: 'Barlow', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    
    .hp_why .content_text {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw !important;
        margin-bottom: 5.5vw;
        position: relative;
    }
}

/*hp_news*/

.index_wrapper_7 {
    padding: 5vw 5vw 3vw 5vw;
    position: relative;
    background-image: url(https://cdn1.npcdn.net/img/1773306819F_Background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hp_news {
    padding: 0vw 0vw 0vw 0vw;
    position: relative;
}

.hp_news .title_small {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    align-items: center;
    margin-bottom: 0.5vw;
}

.hp_news .title_big {
    font-family: 'Barlow', sans-serif;
    font-size: 29px;
    font-weight: 400;
    font-style: italic;
    color: #ffd700;
    position: relative;
    margin-bottom: 0.5vw;
    text-align: center;
    line-height: 1.2;
}

.hp_news .title_big span {
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
}

.hp_news .content_text {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
    margin-top: 1vw !important;
    margin-bottom: 2.5vw;
    position: relative;
}

.hp_news .content_text::after {
    content: '';
    display: block;
    width: 6.5%;
    height: 9px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
}

/*news*/

#main_index .hp_latest_new_8 {
    padding: 0vw 1vw 6vw 1vw;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

#main_index .hp_latest_new_8 .news_box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 0.8;
    font-size: 100%;
    font-weight: 600;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline !important;
    color: #c9a227;
}

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

@media screen and (max-width: 1200.5px){
    .hp_news .title_big {
        font-family: 'Barlow', sans-serif;
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
        color: #ffd700;
        position: relative;
        margin-bottom: 0.5vw;
        text-align: center;
        line-height: 1.2;
    }
    
    .hp_news .title_big span {
        font-family: 'Barlow', sans-serif;
        font-size: 33px;
        font-weight: 700;
        font-style: normal;
    }
    
    .hp_news .content_text {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw !important;
        margin-bottom: 2.5vw;
        position: relative;
    }
    
    .hp_news .content_text::after {
        content: '';
        display: block;
        width: 6.5%;
        height: 6px;
        background: #fff;
        margin: 0 auto;
        margin-top: 20px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_news .content_text::after {
        content: '';
        display: block;
        width: 15%;
        height: 6px;
        background: #fff;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 2vw !important;
    }
    
    .hp_news .content_text {
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        line-height: 1.6;
        margin-top: 1vw !important;
        margin-bottom: 5.5vw;
        position: relative;
    }
}

/*hp_contact*/

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

.contactDetails {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contactIcon {
    font-size: 18px;
    color: #fff;
}

.contactTitle {
    font-family: 'Barlow', sans-serif;
    background: linear-gradient(to right, #c9a227 0%, #c9a227 4%, #ffd700 20%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 23px;
    font-weight: 800;
    /*color: #fff;*/
}

.contactText {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
    line-height: 1.6;
}

.contactText a {
    color: #fff;
}

.contactText2 {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin-top: 0px;
    line-height: 1.6;
}

.contactText2 a {
    color: #fff;
}

.contactDetails img {
    width: 25px !important;   
    height: auto; 
}

.contactBorder {
    border-right: 1px solid #ffd700;
    display: flex;
    align-items: stretch; 
}

.contactBorder:last-child {
    border-right: none;
}

.contactBox {
    background-color: transparent;
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
}

.socialIcons.mt-2 {
    gap: 15px;
    display: flex;
}

.socialIcons i {
    font-size: 28px;
    color: #fff;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.socialIcons i:hover {
    color: #fff;
}

.contactIcon.rotated {
    display: inline-block; 
    transform: rotate(-45deg); 
    transition: transform 0.3s ease;
}

@media screen and (max-width: 1300.5px){
    .contactText {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-top: 10px;
        line-height: 1.6;
    }

    .contactText2 {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        margin-top: 0px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 1200.5px){
    .contactDetails img {
        width: 15px !important;
        height: auto;
    }
    
    .contactText {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        margin-top: 10px;
        line-height: 1.6;
    }
    
    .contactText2 {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        margin-top: 0px;
        line-height: 1.6;
    }
    
    .contactTitle {
        font-family: 'Barlow', sans-serif;
        background: linear-gradient(to right, #c9a227 0%, #c9a227 4%, #ffd700 20%, #ffd700 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 17px;
        font-weight: 800;
        /* color: #fff; */
    }
}

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

@media screen and (max-width: 767.5px){
    .contactBorder:last-child {
        border-right: none;
        border-bottom: none;
    }
    
    .contactBorder {
        border-right: 0px solid #ffd700;
        border-bottom: 1px solid #ffd700;
        display: flex;
        align-items: stretch;
        padding: 10px;
    }
    
    .contactDetails img {
        width: 18px !important;
        height: auto;
    }
    
    .contactText {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-top: 10px;
        line-height: 1.6;
    }
    
    .contactText2 {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        margin-top: 0px;
        line-height: 1.6;
    }
    
    .contactTitle {
        font-family: 'Barlow', sans-serif;
        background: linear-gradient(to right, #c9a227 0%, #c9a227 4%, #ffd700 20%, #ffd700 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 20px;
        font-weight: 800;
        /* color: #fff; */
    }
    
}

/*footer*/

.footer_type6 {
    background-color: #d1d3d4;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer_type6 .text-muted {
    color: #000 !important;
}

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

.footer_type6 .title {
    min-height: 120px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type6 a {
    color: #000;
    text-decoration: none;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    width: 100%;
    height: 3rem;
    color: #000;
}

.footer_type6 .input-container input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    caret-color: #000;
    padding-right: 40px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    margin-bottom: 15px;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #0a1f44;
}

.footer_type6 .title h5 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #0a1f44;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

@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: 26rem !important;
        object-fit: cover;
        object-position: 10% 50%;
    }
}
